@charset "UTF-8";

body {
  padding-bottom: 20%;
}

@media screen and (min-width: 769px) {
  body {
    padding-bottom: 14%;
  }
}

@media screen and (min-width: 1030px) {
  body {
    padding-bottom: 143px;
  }
}

.is-pc {
  display: none;
}

@media screen and (min-width: 769px) {
  .is-pc {
    display: block;
  }

  .is-sp {
    display: none;
  }
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.core-site-content {
  letter-spacing: 0;
  font-weight: bold;
}

.core-site-content .inner {
  width: 100%;
  max-width: 1120px;
  padding: 0 20px;
  margin: 0 auto;
}

.core-site-content .note {
  font-size: 12px;
  font-weight: 500;
  line-height: 2;
}

.core-site-content .btn {
  max-width: 800px;
  padding: 16px 30px;
  border-radius: 100px;
  font-size: 20px;
}

.core-site-content .btn::before {
  font-size: 12px;
}

.core-site-content .orange_btn {
  letter-spacing: -0.05em;
  line-height: 1.4;
  color: #fff;
  background-color: #FF8400;
  border: 5px solid #fff;
  box-shadow: 0px 10px 10px 0px rgba(255, 132, 0, 0.3);
}

.orange_btn span {
  color: #005B8E;
}

.core-site-content .red_btn,
.core-site-content .daidai_btn {
  letter-spacing: 0;
  line-height: 1.4;
  color: #fff;
  background-color: #F3455A;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 13px 20px;
}

.core-site-content .red_btn {
  background-color: #F3455A;
}

.core-site-content .daidai_btn {
  background-color: #F6823B;
}

.core-site-content .white_btn {
  max-width: 314px;
  font-size: 15px;
  line-height: 1.3;
  border: 1px solid #606060;
  margin-top: 0;
}

.core-site-content .white_btn::before {
  color: #606060;
}

.core-site-content .cta {
  text-align: center;
}

.core-site-content .cta .link {
  font-size: 12px;
  color: #fff;
  border-bottom: 1px solid;
  display: inline-block;
  margin-top: 25px;
}

.core-site-content .bule_bg {
  background-color: #009CD0;
}

.core-site-content .bule_bg .wrap {
  background-color: #fff;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 68px 0 45px;
}

.core-site-content .bule_bg .inner {
  max-width: 840px;
}

.core-site-content .bule_bg-heading {
  font-size: 32px;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  background-color: #009CD0;
  padding: 34px 0 5px;
  position: relative;
}

.core-site-content .bule_bg-heading::after {
  content: "";
  width: 100%;
  height: 44.5px;
  background-color: #009CD0;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  bottom: -44px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.core-site-content .bule_bg-heading .big {
  font-size: 32px;
}

.core-site-content .bule_bg-heading .sm {
  font-size: 25px;
}

@media screen and (min-width: 769px) {
  .core-site-content .note {
    font-size: 14px;
  }

  .core-site-content .btn {
    padding: 20px 30px;
    font-size: 30px;
  }

  .core-site-content .btn::before {
    font-size: 24px;
  }

  .core-site-content .orange_btn {
    padding: 43px 30px;
    letter-spacing: 0;
    box-shadow: 0px 20px 20px 0px rgba(255, 132, 0, 0.3);
  }

  .core-site-content .red_btn,
  .core-site-content .daidai_btn {
    padding: 20px 30px;
    border: 5px solid #fff;
    font-size: 40px;
  }

  .core-site-content .red_btn {
    box-shadow: 0px 20px 20px 0px rgba(243, 69, 90, 0.3);
  }

  .core-site-content .daidai_btn {
    box-shadow: 0px 20px 20px 0px rgba(246, 130, 59, 0.3);
  }

  .core-site-content .white_btn {
    max-width: 628px;
  }

  .core-site-content .cta .link {
    font-size: 24px;
    margin-top: 30px;
  }

  .core-site-content .bule_bg {
    padding-bottom: 118px;
  }

  .core-site-content .bule_bg .wrap {
    padding: 180px 0 105px;
  }

  .core-site-content .bule_bg-heading {
    font-size: 64px;
    padding: 80px 20px 10px;
  }

  .core-site-content .bule_bg-heading::after {
    width: 1040px;
    height: 90px;
    bottom: -89px;
    left: 50%;
  }

  .core-site-content .bule_bg-heading .big {
    font-size: 96px;
  }

  .core-site-content .bule_bg-heading .sm {
    font-size: 50px;
  }
}

.lp_mv-label {
  color: #fff;
  font-feature-settings: "palt";
  letter-spacing: 0;
  text-align: center;
  background-color: #ED3897;
  padding: 17px 0 3px;
}

.lp_mv-label .catch {
  font-size: 15px;
  line-height: 1.5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 10px;
  position: relative;
}

.lp_mv-label .catch::before,
.lp_mv-label .catch::after {
  content: "";
  width: 15px;
  height: 44px;
  background: center/contain url(../images/mv-label_deco-sp.svg) no-repeat;
  position: absolute;
  top: -10px;
}

.lp_mv-label .catch::before {
  left: -20px;
  transform: scaleX(-1);
}

.lp_mv-label .catch::after {
  right: -20px;
}

.lp_mv-label .catch .sm {
  font-size: 12px;
}

.lp_mv-label .catch .big {
  font-size: 20px;
}

.lp_mv-label .txt {
  font-size: 25px;
  line-height: 1.2;
}

.lp_mv-label .txt .as {
  font-size: 11px;
  font-weight: 500;
  vertical-align: text-top;
}

.lp_mv .txt .sm {
  font-size: 20px;
}

.lp_mv .txt .moresm {
  font-size: 16px;
}

.lp_mv-label .txt .yellow {
  font-size: 32px;
  color: #FFF100;
}

.lp_mv-other {
  color: #fff;
  font-feature-settings: "palt";
  letter-spacing: 0;
  text-align: center;
  background-color: #0D0427;
}

.lp_mv-other .inner {
  padding: 0 20px 44px;
  position: relative;
}

.lp_mv-other .inner::after {
  content: "";
  width: 100%;
  height: 76px;
  background-color: #ED3897;
  -webkit-clip-path: polygon(100% 0, 100% 50%, 50% 100%, 0 50%, 0 0);
  clip-path: polygon(100% 0, 100% 50%, 50% 100%, 0 50%, 0 0);
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.lp_mv-other p {
  line-height: 1;
  position: relative;
  z-index: 2;
}

.lp_mv-other .txt {
  margin-bottom: 5px;
}

.lp_mv-content {
  background-color: #0D0427;
  padding-bottom: 76.5px;
  position: relative;
}

.lp_mv-content::after {
  content: "";
  width: 100%;
  height: 100%;
  background: center top/contain url(../images/mv-main_deco-sp.jpg) no-repeat;
  position: absolute;
  top: -62px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

.lp_mv-content .inner {
  position: relative;
  z-index: 1;
}

.lp_mv-main .title {
  margin: 0 -20px;
  position: relative;
}

.lp_mv-main .title a {
  width: 24%;
  height: 6%;
  position: absolute;
  bottom: 6%;
  left: 5%;
}

.lp_mv-main .title a:nth-of-type(2) {
  left: 41%;
}

.lp_mv-recomend {
  margin-bottom: 58px;
  position: relative;
}

.lp_mv-recomend::after {
  content: "";
  width: 29px;
  height: 41px;
  background: center/contain url(../images/mv-recomend_deco02.png) no-repeat;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}

.lp_mv-recomend .txt {
  font-size: 20px;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 5px;
  position: relative;
}

.lp_mv-recomend .txt::before,
.lp_mv-recomend .txt::after {
  content: "";
  width: 37px;
  height: 37px;
  background: center/contain url(../images/mv-recomend_deco01.png);
  position: absolute;
  top: -6px;
}

.lp_mv-recomend .txt::before {
  left: -37px;
}

.lp_mv-recomend .txt::after {
  right: -37px;
}

.lp_mv-recomend .box .item:not(:last-of-type) {
  margin-bottom: 10px;
}

@media screen and (min-width: 769px) {
  .lp_mv-label {
    padding: 17px 0 19px;
  }

  .lp_mv-label .catch {
    font-size: 20px;
  }

  .lp_mv-label .catch::before,
  .lp_mv-label .catch::after {
    width: 23.73px;
    height: 35.41px;
    background: center/contain url(../images/mv-label_deco.svg) no-repeat;
    top: -3px;
  }

  .lp_mv-label .catch::before {
    left: -38px;
  }

  .lp_mv-label .catch::after {
    right: -38px;
  }

  .lp_mv-label .catch .sm {
    font-size: 16px;
  }

  .lp_mv-label .catch .big {
    font-size: 32px;
  }

  .lp_mv-label .txt {
    font-size: 40px;
  }

  .lp_mv-label .txt .as {
    font-size: 14px;
  }

  .lp_mv .txt .sm {
    font-size: 32px;
  }

  .lp_mv .txt .moresm {
    font-size: 24px;
  }

  .lp_mv-label .txt .yellow {
    font-size: 40px;
  }

  .lp_mv-other {
    margin-top: -12px;
  }

  .lp_mv-other .inner::after {
    width: 1080px;
    height: 110px;
    -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    top: -11px;
  }

  .lp_mv-other .txt {
    margin-bottom: 10px;
  }

  .lp_mv-content {
    padding-bottom: 135px;
  }

  .lp_mv-content::after {
    width: 1088px;
    height: 670px;
    background: center/contain url(../images/mv-main_deco.png) no-repeat;
    left: 49%;
  }

  .lp_mv-main .title {
    width: 810px;
    max-width: 100%;
    margin: 0 auto 14px;
  }

  .lp_mv-main .title a {
    width: 22%;
    left: 8%;
    bottom: 3%;
  }

  .lp_mv-main .title a:nth-of-type(2) {
    width: 22%;
    left: 40.5%;
  }


  .lp_mv-recomend {
    margin-bottom: 104px;
  }

  .lp_mv-recomend::after {
    width: 58px;
    height: 83px;
    bottom: -93px;
  }

  .lp_mv-recomend .txt {
    font-size: 40px;
  }

  .lp_mv-recomend .txt::before,
  .lp_mv-recomend .txt::after {
    width: 74px;
    height: 74px;
    top: -5px;
  }

  .lp_mv-recomend .txt::before {
    left: -70px;
  }

  .lp_mv-recomend .txt::after {
    right: -70px;
  }

  .lp_mv-recomend .box {
    display: flex;
    justify-content: center;
    gap: 20px;
  }

  .lp_mv-recomend .item {
    width: 300px;
    margin-bottom: 0;
  }
}

.lp_plan {
  background-color: #ED3897;
}

.lp_plan .wrap {
  background-color: #fff;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0 80px;
}

.lp_plan .inner {
  max-width: 840px;
}

.lp_plan-title {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}

.lp_plan h2 {
  font-size: 21px;
  line-height: 1.4;
  font-weight: bold;
  color: #ED3897;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 60px auto;
  position: relative;
}

.lp_plan h2::before {
  content: "";
  width: 116px;
  height: 131px;
  background: center/contain url(../images/plan-note_deco.png) no-repeat;
  position: absolute;
  top: 9px;
  left: -115px;
}

.lp_plan h2 .spacing {
  letter-spacing: -0.05em;
}

.lp_plan h2 .big {
  font-size: 33px;
}

.lp_plan-box {
  padding: 0 30px;
}

.lp_plan-box.note p {
  padding-left: 1.5em;
  position: relative;
}

.lp_plan-box.note p::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.lp_plan-box.note p.red {
  line-height: 1.5;
  color: #EB1C1C;
  margin: 10px 0 15px;
}

.lp_plan-box a {
  border-bottom: 1px solid;
}

.lp_plan-box.box {
  padding: 0 10px;
}

.lp_plan-box.box p {
  font-size: 12px;
  line-height: 2;
  font-weight: 500;
  background-color: #FFFCE3;
  padding: 15px 30px;
  border-radius: 15px;
}

.lp_plan-table {
  margin: 50px auto 22px;
  position: relative;
}

.lp_plan-table::after {
  content: "";
  width: 52px;
  height: 47.5px;
  background: center/contain url(../images/plan-table_deco.png) no-repeat;
  position: absolute;
  top: -37px;
  right: 60px;
}

.lp_plan-table th,
.lp_plan-table td {
  border: 1px solid #C9C9C9;
  font-size: 15px;
}

.lp_plan-table th {
  line-height: 1;
  text-align: center;
  background-color: #F2F2F2;
  padding: 6px 0;
}

.lp_plan-table td {
  width: 50%;
  height: 90px;
  text-align: center;
  vertical-align: middle;
}

.lp_plan-table td:last-of-type {
  background-color: #E9F9FF;
}

.lp_plan-table td .big {
  font-size: 30px;
}

.lp_plan-table td .sm {
  font-size: 20px;
}

.lp_plan-table tr:first-of-type td:first-of-type {
  border-top: 17px solid #DE0000;
}

.lp_plan-table tr:first-of-type td:last-of-type {
  border-top: 17px solid #009CD0;
}

.lp_plan-table tr:not(:first-of-type) td:last-of-type {
  color: #E22D87;
}

.lp_plan-table .as {
  font-size: 12px;
  font-weight: 500;
  vertical-align: text-top;
  color: #333;
}

.lp_plan-note {
  padding: 0 8px;
  margin-top: 18px;
}

.lp_plan-note p {
  line-height: 1.5;
  padding-left: 2em;
  position: relative;
}

.lp_plan-note p:first-of-type {
  margin-bottom: 15px;
}

.lp_plan-note p:first-of-type::before {
  content: "※1";
}

.lp_plan-note p:nth-of-type(2)::before {
  content: "※2";
}

.lp_plan-note p::before {
  position: absolute;
  top: 0;
  left: 0;
}

.lp_plan-point {
  margin: 27.5px 0 40px;
}

.lp_plan-point .item {
  background-color: #E9F9FF;
  border-radius: 15px;
  padding: 22px 0 30px;
  text-align: center;
}

.lp_plan-point .item:first-of-type,
.lp_plan-point .item:nth-of-type(2) {
  margin-bottom: 20px;
}

.lp_plan-point .title {
  font-size: 25px;
  font-weight: bold;
  color: #ED3897;
  margin-bottom: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}

.lp_plan-point .title::before {
  content: "";
  width: 33px;
  height: 33px;
  background: center/contain url(../images/plan-point_icon.png) no-repeat;
  position: absolute;
  top: 0;
  left: -43px;
}

.lp_plan-point .txt {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.05em;
}

.lp_plan-point .txt .pink {
  color: #ED3897;
}

.lp_plan-cta .link {
  color: #333 !important;
}

@media screen and (min-width: 769px) {
  .lp_plan .wrap {
    padding: 70px 0 160px;
  }

  .lp_plan-title {
    max-width: 100%;
  }

  .lp_plan h2 {
    font-size: 40px;
    text-align: center;
  }

  .lp_plan h2::before {
    width: 267px;
    height: 300px;
    top: auto;
    bottom: -320px;
    left: 0;
  }

  .lp_plan h2 .big {
    font-size: 64px;
  }

  .lp_plan-box {
    width: 515px;
    max-width: 100%;
    margin-left: auto;
    padding: 0;
  }

  .lp_plan-box.box {
    padding: 0;
  }

  .lp_plan-box.box p {
    font-size: 14px;
    background-color: #fff;
    padding: 0;
  }

  .lp_plan-table {
    margin: 131px auto 60px;
  }

  .lp_plan-table::after {
    width: 104px;
    height: 95px;
    top: -71px;
    right: 144px;
  }

  .lp_plan-table th,
  .lp_plan-table td {
    font-size: 30px;
  }

  .lp_plan-table th {
    padding: 10px 0;
  }

  .lp_plan-table td {
    height: 190px;
  }

  .lp_plan-table td .big {
    font-size: 60px;
  }

  .lp_plan-table td .sm {
    font-size: 40px;
  }

  .lp_plan-table .as {
    font-size: 14px;
  }

  .lp_plan-note {
    padding: 0 20px;
    margin-top: 25px;
  }

  .lp_plan-note p {
    font-size: 24px;
  }

  .lp_plan-note p:first-of-type {
    margin-bottom: 25px;
  }

  .lp_plan-point {
    margin: 80px 0 90px;
  }

  .lp_plan-point .item {
    border-radius: 30px;
  }

  .lp_plan-point .item:first-of-type,
  .lp_plan-point .item:nth-of-type(2) {
    margin-bottom: 60px;
  }

  .lp_plan-point .title {
    font-size: 50px;
  }

  .lp_plan-point .title::before {
    width: 66px;
    height: 66px;
    top: 0;
    left: -89px;
  }

  .lp_plan-point .txt {
    font-size: 32px;
  }
}

.lp_reason-item:not(:last-of-type) {
  margin-bottom: 45px;
}

.lp_reason-item:first-of-type .txt {
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  margin-top: 18px;
}

.lp_reason-item:first-of-type .txt .bold {
  font-weight: bold;
}

.lp_reason .title {
  font-size: 25px;
  line-height: 1.2;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 35px;
  border-bottom: 4px solid #ED3897;
}

.lp_reason h3 {
  font-size: 25px;
  line-height: 1.5;
  font-feature-settings: "palt";
  text-align: center;
  margin-bottom: 20px;
}

.lp_reason .suport {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-bottom: 25px;
}

.lp_reason .suport li {
  width: calc((100% - 15px) / 2);
}

.lp_reason .note {
  padding: 0 10px;
}

.lp_reason .note p {
  padding-left: 2.5em;
  position: relative;
}

.lp_reason .note p::before {
  position: absolute;
  top: 0;
  left: 0;
}

.lp_reason .note p:nth-of-type(1)::before {
  content: "※1";
}

.lp_reason .note p:nth-of-type(2)::before {
  content: "※2";
}

.lp_reason .note p:nth-of-type(3)::before {
  content: "※3";
}

.lp_reason .item03_img {
  width: 77.5px;
  margin: 0 auto 25px;
}

.lp_reason h4 {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  color: #009CD0;
  margin-bottom: 10px;
}

.lp_reason .box {
  border: 1px solid #C9C9C9;
  border-radius: 15px;
  margin: 0 auto 25px;
  padding: 25px 10px 15px 10px;
}

.lp_reason .box .flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}

.lp_reason .box img {
  width: 50px;
}

.lp_reason .box:nth-of-type(1) .txt {
  position: relative;
}

.lp_reason .box:nth-of-type(1) .txt::after {
  content: "※";
  font-size: 7px;
  position: absolute;
  top: -3px;
  left: 85px;
}

.lp_reason .box:nth-of-type(4) .note {
  font-size: 12px;
  line-height: 2;
  padding: 0 10px 0 22px;
  margin-top: 20px;
  position: relative;
}

.lp_reason .box:nth-of-type(4) .note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 4px;
}

.lp_reason .box_content {
  width: calc(100% - 60px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lp_reason .box_content .txt {
  font-size: 17px;
  font-weight: bold;
  font-feature-settings: "palt";
  text-align: center;
  line-height: 1.5;
  margin-top: 0;
}

.lp_reason .box_content .note {
  font-size: 10px;
  text-align: center;
  margin-top: 5px;
}

.lp_reason .box_content .sm {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  margin-top: 5px;
}

.lp_reason .box_content .sm .border {
  display: inline-block;
  margin: 0;
  border-top: none;
  position: relative;
}

.lp_reason .box_content .sm .border::after {
  content: "";
  width: 100%;
  height: 6px;
  background: center/contain url(../images/reason-item03_box-content_deco.svg) no-repeat;
  position: absolute;
  bottom: -3px;
  left: 0;
}

.lp_reason .box_content img {
  width: 277px !important;
  margin: 25px auto 0;
}

@media screen and (min-width: 769px) {
  .lp_reason-item:not(:last-of-type) {
    margin-bottom: 90px;
  }

  .lp_reason-item:first-of-type .txt {
    font-size: 30px;
    margin-top: 30px;
  }

  .lp_reason .title {
    font-size: 50px;
    margin-bottom: 70px;
    border-width: 7px;
  }

  .lp_reason h3 {
    font-size: 50px;
    margin-bottom: 40px;
  }

  .lp_reason .suport {
    gap: 25px;
    margin-bottom: 35px;
  }

  .lp_reason .suport li {
    width: calc((100% - 50px) / 3);
  }

  .lp_reason .note {
    padding: 0 20px;
  }

  .lp_reason .item03_img {
    width: 155px;
    margin-bottom: 60px;
  }

  .lp_reason h4 {
    font-size: 50px;
    margin-bottom: 15px;
  }

  .lp_reason .box {
    border-radius: 30px;
    margin-bottom: 50px;
    padding: 50px 30px 20px;
  }

  .lp_reason .box .flex {
    gap: 30px;
  }

  .lp_reason .box:nth-of-type(1) img {
    width: 114px;
  }

  .lp_reason .box:nth-of-type(1) .txt::after {
    font-size: 14px;
    left: 189px;
    top: -10px;
  }

  .lp_reason .box:nth-of-type(2) img {
    width: 112px;
  }

  .lp_reason .box:nth-of-type(3) img {
    width: 116px;
  }

  .lp_reason .box:nth-of-type(4) img {
    width: 150px;
  }

  .lp_reason .box:nth-of-type(4) .note {
    font-size: 14px;
    padding: 0;
    margin: 25px -10px 0;
  }

  .lp_reason .box:nth-of-type(4) .note::before {
    content: none;
  }

  .lp_reason .box_content {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .lp_reason .box_content .txt {
    font-size: 40px;
  }

  .lp_reason .box_content .note {
    font-size: 14px;
    margin-top: 10px;
  }

  .lp_reason .box_content .sm {
    font-size: 24px;
    margin-top: 25px;
  }

  .lp_reason .box_content .sm .border::after {
    height: 12px;
    bottom: -7px;
  }

  .lp_reason .box_content img {
    width: 555px !important;
    margin: 30px auto 0;
  }
}

.lp_faq-list {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  margin: 0 auto;
}

.lp_faq-list li:not(:last-of-type) {
  margin-bottom: 35px;
}

.lp_faq-list h3 {
  font-size: 20px;
  font-weight: bold;
  font-feature-settings: "palt";
  padding-left: 40px;
  margin-bottom: 10px;
  position: relative;
}

.lp_faq-list h3::before {
  content: "";
  width: 30px;
  height: 30px;
  background: center/contain url(../images/faq_q-icon.svg) no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

.lp_faq-list p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  padding-left: 40px;
  position: relative;
}

.lp_faq-list p::before {
  content: "";
  width: 30px;
  height: 30px;
  background: center/contain url(../images/faq_a-icon.svg) no-repeat;
  position: absolute;
  left: 0;
  top: -2px;
}

.lp_faq-list p .bold {
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .lp_faq-list li:not(:last-of-type) {
    margin-bottom: 60px;
  }

  .lp_faq-list h3 {
    font-size: 40px;
    padding-left: 80px;
    margin-bottom: 25px;
  }

  .lp_faq-list h3::before {
    width: 60px;
    height: 60px;
    top: 4px;
  }

  .lp_faq-list p {
    font-size: 30px;
    padding-left: 80px;
  }

  .lp_faq-list p::before {
    width: 60px;
    height: 60px;
    top: 0;
  }
}

.lp_top-btn {
  position: fixed;
  right: 20px;
  bottom: 21vw;
  z-index: 90;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.lp_top-btn.active {
  opacity: 1;
}

.lp_top-btn a {
  width: 62.5px;
  height: 62.5px;
  background-color: #009CD0;
  border-radius: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.lp_top-btn a img {
  width: 25px;
}

@media screen and (min-width: 769px) {
  .lp_top-btn {
    bottom: 160px;
  }

  .lp_top-btn a {
    width: 125px;
    height: 125px;
    border: 2px solid #fff;
    box-shadow: 0 7px 7px 0 rgba(0, 0, 0, 0.25);
  }

  .lp_top-btn a img {
    width: 49px;
  }
}

.lp_fixed {
  width: 100%;
  background-color: #fff;
  border-top: 3px solid #333;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 90;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.lp_fixed.active {
  opacity: 1;
}

.lp_fixed-inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 5px;
  padding: 10px 20px;
}

.lp_fixed-btn {
  width: 50%;
}

.lp_fixed-btn:first-of-type img {
  filter: drop-shadow(0 5px 10px rgba(255, 132, 0, 0.3));
}

@media screen and (min-width: 769px) {
  .lp_fixed-inner {
    gap: 30px;
    padding: 15px 20px;
  }

  .lp_fixed-btn {
    max-width: 480px;
  }

  .lp_fixed-btn:first-of-type img {
    filter: drop-shadow(0 20px 20px rgba(255, 132, 0, 0.3));
  }
}

.box-modal .box-modal__close {
  width: 40px;
  height: 40px;
  background-color: #808080;
  right: 20px;
}

.box-modal .box-modal__inner {
  max-width: 1120px;
  max-height: 80vh;
  padding: 0 20px;
}

.box-modal .box-modal__content {
  padding: 30px 20px;
  border-radius: 12px;
}

.box-modal .bl_modal_bg {
  background-color: #FFF2FA;
  padding: 30px 20px;
  margin: -30px -20px 30px -20px;
}

.box-modal .bl_modal_title {
  font-size: 24px;
  display: block;
  width: 100%;
  border-radius: 60px;
  color: #fff;
  background-color: #09226E;
  padding: 11px 20px;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.2;
}

.box-modal .bl_modal_title__pink {
  background-color: #E42D89;
}

.box-modal .bl_modal_info {
  max-width: 640px;
  margin: 0 auto 50px;
  border-radius: 12px;
}

.box-modal .bl_modal_left {
  width: 100%;
  background-color: #09226E;
  padding: 10px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px 12px 0 0;
}

.box-modal .bl_modal_infoLabel {
  font-size: 16px;
  line-height: 1.2;
}

.box-modal .bl_modal_right {
  width: 100%;
  background-color: #fff;
  padding: 14px;
  display: flex;
  align-items: center;
  border-radius: 0 0 12px 12px;
}

.box-modal .bl_modal_numList_blue {
  margin: 0 auto;
}

.box-modal .bl_modal_numList_blue li {
  display: flex;
  align-items: center;
  gap: 5px;
}

.box-modal .bl_modal_numList_blue .num_dot {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #09226E;
  color: #fff;
  font-size: 12px;
  padding-top: 1;
}

.box-modal .bl_modalInfo {
  position: relative;
}

.box-modal .bl_modalInfo::before {
  content: "";
  width: 26px;
  height: 14px;
  background-color: #E42D89;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.box-modal .bl_modalInfo_item {
  width: 100%;
  padding: 35px 10px 24px;
  background-color: #fff;
  border: 3px solid #E42D89;
  text-align: center;
  border-radius: 12px;
  position: relative;
}

.box-modal .bl_modalInfo_item:first-of-type {
  margin-bottom: 60px;
}

.box-modal .bl_modalInfo_item .num_dot {
  position: absolute;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  width: 40px;
  height: 40px;
  background-color: #E42D89;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.box-modal .bl_modalInfo_title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #E42D89;
  line-height: 1.3;
}

.box-modal .bl_modalInfo_img img {
  margin: 0 auto;
}

.box-modal .el_note_wrap {
  margin-top: 8px;
}

.box-modal .el_note {
  font-size: 14px;
  line-height: 1.4;
  padding-left: 1.5em;
  position: relative;
}

.box-modal .el_note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.box-modal .bl_modal_drop {
  border: 2px solid #09226E;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 50px;
  padding: 0;
}

.box-modal .bl_modal_drop.is-open .toggleBtn::after {
  content: none;
}

.box-modal .bl_modal_label {
  font-size: 16px;
  color: #fff;
  background-color: #09226E;
  width: 100%;
  padding: 4px 35px 4px 20px;
  cursor: pointer;
}

.box-modal .bl_modal_label::after {
  content: none;
}

.box-modal .bl_modal_label .toggleBtn {
  position: absolute;
  top: 50%;
  right: 6px;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  transform: translateY(-50%);
}

.box-modal .bl_modal_label .toggleBtn::before,
.box-modal .bl_modal_label .toggleBtn::after {
  content: "";
  width: 16px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}

.box-modal .bl_modal_label .toggleBtn::before {
  transform: translate(-50%, -50%);
}

.box-modal .bl_modal_label .toggleBtn::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.box-modal .bl_modal_dropBox {
  margin-top: 0;
  padding: 20px 25px;
}

.box-modal .bl_modal_list li {
  font-weight: 500;
  padding-left: 25px;
  position: relative;
}

.box-modal .bl_modal_list li::before {
  content: "";
  background-color: #004D9E;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 6px;
  left: 2px;
  border-radius: 50%;
}

.box-modal .bl_modal_list li a {
  text-decoration: underline;
}

.box-modal .box-btn-check {
  margin-top: 30px;
}

.box-modal .box-btn-check label span {
  color: #E42D89;
}

.box-modal .box-btn-check label:before {
  border: 2px solid #D5E6EE;
}

.box-modal .box-btn-check label:after {
  top: 50%;
  transform: translateY(-50%);
}

.box-modal .box-btn-check .btn {
  max-width: 560px;
  font-size: 16px;
  line-height: 1.3;
  font-feature-settings: "palt";
  color: #fff;
  background-color: #FF7C00;
  padding: 12px 9px;
}

.box-modal .box-btn-check input:not(:checked)~.btn {
  opacity: 1;
  background-color: #ccc;
}

@media screen and (min-width: 769px) {
  .box-modal .box-modal__inner {
    width: 100%;
  }

  .box-modal .box-modal__content {
    max-height: 100%;
    padding: 40px 30px;
  }

  .box-modal .bl_modal_bg {
    background-color: #FFF2FA;
    padding: 40px 30px 30px;
    margin: -40px -30px 0;
  }

  .box-modal .bl_modal_title {
    font-size: 32px;
    padding: 9px 20px;
  }

  .box-modal .bl_modal_info {
    display: flex;
  }

  .box-modal .bl_modal_left {
    width: 31.25%;
    border-radius: 12px 0 0 12px;
  }

  .box-modal .bl_modal_infoLabel {
    font-size: 18px;
  }

  .box-modal .bl_modal_right {
    width: 68.75%;
    padding: 20px;
    border-radius: 0 12px 12px 0;
  }

  .box-modal .bl_modal_numList_blue {
    display: grid;
    grid-template-columns: 48% 64%;
    margin: 0;
  }

  .box-modal .bl_modalInfo {
    display: flex;
    justify-content: space-between;
  }

  .box-modal .bl_modalInfo::before {
    width: 18px;
    height: 32px;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .box-modal .bl_modalInfo_item {
    width: 46%;
  }

  .box-modal .bl_modalInfo_item:first-of-type {
    margin-bottom: 0;
  }

  .box-modal .bl_modalInfo_title {
    font-size: 24px;
  }

  .box-modal .el_note {
    font-size: 18px;
  }

  .box-modal .bl_modal_label {
    font-size: 18px;
  }

  .box-modal .box-btn-check .btn {
    font-size: 24px;
  }
}

.box-modal__small .box-modal__inner {
  max-width: 977px;
}

.box-modal__small .box-modal__content {
  padding: 30px 20px;
}

.box-modal__small h3 {
  font-size: 16px;
  text-align: center;
  color: #ED3897;
  margin-bottom: 5px;
}

.box-modal__small h3:not(:first-of-type) {
  margin-top: 45px;
}

.box-modal__small p {
  font-weight: 500;
}

.box-modal__small img+img {
  margin-top: 15px;
}

.box-modal__small img+p {
  margin-top: 20px;
}

.box-modal__small p+img {
  margin-top: 8px;
}

.box-modal__small .note {
  font-size: 14px;
  padding-left: 1em;
  position: relative;
}

.box-modal__small .note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.box-modal__min .box-modal__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-modal__min .box-modal__wrap {
  width: 100%;
}

.box-modal__min .box-modal__close {
  right: 0;
}

.box-modal .box-modal_title {
  font-size: 24px;
  text-align: center;
  background-color: #009CD0;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 30px;
}

.box-modal .box_modal__row a {
  display: block;
  max-width: 350px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .box-modal__small .box-modal__content {
    padding: 50px 46px;
  }

  .box-modal__small h3 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .box-modal__small h3:not(:first-of-type) {
    margin-top: 70px;
  }

  .box-modal__small p {
    font-size: 20px;
  }

  .box-modal__small img+img {
    margin-top: 36px;
  }

  .box-modal__small img+p {
    margin-top: 20px;
  }

  .box-modal__small .note {
    font-size: 20px;
  }

  .box-modal .box-modal_title {
    font-size: 32px;
    border-radius: 10px;
    margin-bottom: 40px;
  }

  .box-modal .box_modal__row {
    display: flex;
  }

  .box-modal .box_modal__row a {
    max-width: 50%;
  }
}

.accordion {
  max-width: 710px;
  margin: 0 auto;
  padding-top: 20px;
  border-radius: 0 0 10px 10px;
}

.accordion-item {
  max-width: 100%;
  background-color: #ffffff;
  border-radius: 0 0 10px 10px;
}

.accordion-item:not([open]) {
  margin-bottom: 7px;
}

.accordion-item summary {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 4px 0;
  background-color: #db3a61;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  font-size: 10px;
  border-radius: 0 0 10px 10px
}

.accordion-item summary::-webkit-details-marker {
  display: none;
}

.accordion-item summary::before {
  transform: rotate(180deg);
  margin-right: 10px;
  content: '▲';
  transition: transform .3s;
}

.accordion-item[open] summary::before {
  transform: rotate(360deg);
}

.accordion-item p {
  font-size: 10px;
  font-weight: 300;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 20px;
  color: #000000;
  transition: transform .5s, opacity .5s;
}

.accordion-item[open] p {
  transform: none;
  opacity: 1;
}


@media screen and (min-width: 769px) {

  .accordion {
    max-width: 940px;
    margin: 0 auto;
    padding-top: 35px;
  }

  .accordion-item {
    max-width: 100%;
    border-radius: 0 0 20px 20px;
  }

  .accordion-item:not([open]) {
    margin-bottom: 7px;
  }

  .accordion-item summary {
    padding: 7px 0;
    font-size: 16px;
    border-radius: 0 0 20px 20px;
  }


  .accordion-item summary::before {
    transform: rotate(180deg);
    margin-right: 10px;
  }


  .accordion-item p {
    font-size: 14px;
    transform: translateY(-10px);
    margin: 0;
    padding: 25px 70px 35px;
  }

}

.point-item {
  max-width: 320px;
  margin: 0 auto;
  padding-top: 25px;
}

.reason-item01 {
  background-color: #E4F3FA;
  border-radius: 20px;
  padding: 32px 0 16px;
  margin-bottom: 25px;
}

.reason-item01 p {
  font-size: 16px;
  line-height: 1.5;
  font-feature-settings: "palt";
  text-align: center;

}

.reason01_txt_img {
  max-width: 250px;
  margin: 0 auto;
  padding: 20px 0 30px;
}

.reason01_img {
  max-width: 270px;
  margin: 0 auto;
  padding: 0px 0 20px;
}

.reason-item01 .reason01_at-txt {
  font-size: 10px;
  color: #606060;
  font-weight: 400;
}

.reason01-box {
  border: 1px solid #C9C9C9;
  border-radius: 15px;
  margin-bottom: 25px;
  padding: 23px 25px 23px;
}

.reason01-box-wrap {
  display: flex;
  gap: 22px;
  align-items: center;
}

.reason01-box-wrap img {
  width: 50px;
  height: auto;
}

.reason01-box-wrap .box_content .txt {
  margin-top: 0;
}

.reason01-box-wrap .box_content .pink {
  color: #ED3897;
}

@media screen and (min-width: 769px) {
  .point-item {
    max-width: 730px;
    margin: 0 auto;
    padding-top: 35px;
  }

  .reason-item01 {
    border-radius: 30px;
    padding: 64px 0 32px;
    margin-bottom: 40px;
  }

  .reason-item01 p {
    font-size: 32px;

  }

  .reason01_txt_img {
    max-width: 491px;
    padding: 35px 0 60px;
  }

  .reason01_img {
    max-width: 541px;
    padding: 0px 0 40px;
  }

  .reason-item01 .reason01_at-txt {
    font-size: 20px;
  }

  .reason01-box {
    border-radius: 30px;
    margin-bottom: 50px;
    padding: 50px 60px 50px;
  }

  .reason01-box-wrap {
    display: flex;
    gap: 53px;
    align-items: center;
  }

  .reason01-box-wrap img {
    width: 100px;
    height: auto;
  }

  .reason01-box-wrap .box_content .txt {
    margin-top: 0;
  }

}

/*# sourceMappingURL=styles.css.map */