/* --------------------------------
  lp-kv
-------------------------------- */
.lp-kv {
  display: flex;
  overflow-x: hidden;
  justify-content: center;
  width: 100%;
}
@media (min-width: 768px) {
  .lp-kv--001-01 {
    background: linear-gradient(180deg, #c6e7f7 0%, #c6e7f7 61px, #fff 61px, #fff 302px, #c6e7f7 302px, #c6e7f7 100%);
  }
  .lp-kv--001-02 {
    background-color: #fff;
  }
  .lp-kv--002-01 {
    background: linear-gradient(180deg, #c6e7f7 0%, #c6e7f7 61px, #fff 61px, #fff 355px, #c6e7f7 355px, #c6e7f7 100%);
  }
  .lp-kv--002-02 {
    background-color: #fff;
  }
}

.lp-kv_image img {
  width: 100%;
}
@media (max-width: 767.98px) {
  .lp-kv_image {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .lp-kv_image {
    min-width: calc(1440 * var(--base-font, 1) / 10);
    max-width: calc(1440 * var(--base-font, 1) / 10);
  }
}

/* --------------------------------
  lp-cv01
-------------------------------- */
.lp-cv01 {
  background-color: #fffbd1;
}
@media (max-width: 767.98px) {
  .lp-cv01 {
    padding-top: calc(20 * var(--base-font, 1) / 10);
    padding-bottom: calc(20 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-cv01 {
    padding-top: calc(50 * var(--base-font, 1) / 10);
    padding-bottom: calc(54 * var(--base-font, 1) / 10);
  }
}

.lp-cv01_inner {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .lp-cv01_inner {
    gap: calc(10 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-cv01_inner {
    gap: calc(10 * var(--base-font, 1) / 10);
  }
}

.lp-cv01_heading {
  text-align: center;
  color: #2b558c;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .lp-cv01_heading {
    font-size: calc(18 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-cv01_heading {
    font-size: calc(26 * var(--base-font, 1) / 10);
  }
}
.lp-cv01_heading span {
  font-weight: 900;
}
@media (max-width: 767.98px) {
  .lp-cv01_heading span {
    font-size: calc(22 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-cv01_heading span {
    font-size: calc(34 * var(--base-font, 1) / 10);
  }
}

.lp-cv01_contents {
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 767.98px) {
  .lp-cv01_contents {
    font-size: calc(22 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-cv01_contents {
    max-width: calc(625 * var(--base-font, 1) / 10);
  }
}

.lp-cv01_button-container {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .lp-cv01_button-container {
    gap: calc(12 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-cv01_button-container {
    gap: calc(20 * var(--base-font, 1) / 10);
  }
}

.lp-cv01_button-list01 {
  display: flex;
  justify-content: center;
}

.lp-cv01_button-list02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .lp-cv01_button-list02 {
    flex-direction: column;

    gap: calc(12 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-cv01_button-list02 {
    gap: calc(25 * var(--base-font, 1) / 10);
  }
}

@media (min-width: 768px) {
  .lp-cv01_button-list02-item {
    width: calc((100% - 50px) / 3);
    min-width: calc(300 * var(--base-font, 1) / 10);
  }
}

@media (max-width: 767.98px) {
  .lp-cv01_note-container {
    margin-top: calc(14 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-cv01_note-container {
    margin-top: calc(14 * var(--base-font, 1) / 10);
  }
}

.lp-cv01_note {
  color: #7a7a7a;
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 767.98px) {
  .lp-cv01_note {
    padding-left: calc(10 * var(--base-font, 1) / 10);
    text-indent: calc(-10 * var(--base-font, 1) / 10);
    font-size: calc(10 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-cv01_note {
    padding-left: calc(12 * var(--base-font, 1) / 10);
    text-indent: calc(-12 * var(--base-font, 1) / 10);
    font-size: calc(12 * var(--base-font, 1) / 10);
  }
}

/* --------------------------------
  lp-cv02
-------------------------------- */
.lp-cv02 {
  background-color: #fffbd1;
}
@media (max-width: 767.98px) {
  .lp-cv02 {
    padding-top: calc(30 * var(--base-font, 1) / 10);
    padding-bottom: calc(30 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-cv02 {
    padding-top: calc(50 * var(--base-font, 1) / 10);
    padding-bottom: calc(50 * var(--base-font, 1) / 10);
  }
}

.lp-cv02_inner {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .lp-cv02_inner {
    gap: calc(10 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-cv02_inner {
    gap: calc(10 * var(--base-font, 1) / 10);
  }
}

.lp-cv02_heading {
  text-align: center;
  color: #2b558c;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .lp-cv02_heading {
    font-size: calc(18 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-cv02_heading {
    font-size: calc(26 * var(--base-font, 1) / 10);
  }
}
.lp-cv02_heading span {
  font-weight: 900;
}
@media (max-width: 767.98px) {
  .lp-cv02_heading span {
    font-size: calc(22 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-cv02_heading span {
    font-size: calc(34 * var(--base-font, 1) / 10);
  }
}

.lp-cv02_contents {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 767.98px) {
  .lp-cv02_contents {
    font-size: calc(22 * var(--base-font, 1) / 10);

    gap: calc(15 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-cv02_contents {
    max-width: calc(625 * var(--base-font, 1) / 10);

    gap: calc(15 * var(--base-font, 1) / 10);
  }
}

.lp-cv02_button-container {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .lp-cv02_button-container {
    gap: calc(12 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-cv02_button-container {
    gap: calc(20 * var(--base-font, 1) / 10);
  }
}

.lp-cv02_button-list01 {
  display: flex;
  justify-content: center;
}

.lp-cv02_button-list02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .lp-cv02_button-list02 {
    flex-direction: column;

    gap: calc(12 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-cv02_button-list02 {
    gap: calc(25 * var(--base-font, 1) / 10);
  }
}

@media (min-width: 768px) {
  .lp-cv02_button-list02-item {
    width: calc((100% - 50px) / 3);
    min-width: calc(300 * var(--base-font, 1) / 10);
  }
}

.lp-cv02_note {
  color: #7a7a7a;
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 767.98px) {
  .lp-cv02_note {
    padding-left: calc(10 * var(--base-font, 1) / 10);
    text-indent: calc(-10 * var(--base-font, 1) / 10);
    font-size: calc(10 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-cv02_note {
    padding-left: calc(12 * var(--base-font, 1) / 10);
    text-indent: calc(-12 * var(--base-font, 1) / 10);
    font-size: calc(12 * var(--base-font, 1) / 10);
  }
}

.lp-cv02_middle-container {
  display: flex;
}
@media (max-width: 767.98px) {
  .lp-cv02_middle-container {
    align-items: center;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .lp-cv02_middle-container {
    align-items: center;
    flex-direction: row-reverse;
    justify-content: center;

    gap: calc(6 * var(--base-font, 1) / 10);
  }
}

@media (max-width: 767.98px) {
  .lp-cv02_image {
    width: calc(300 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-cv02_image {
    width: calc(260 * var(--base-font, 1) / 10);
  }
}

.lp-cv02_text {
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .lp-cv02_text {
    text-align: center;
    font-size: calc(14 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-cv02_text {
    font-size: calc(18 * var(--base-font, 1) / 10);
    line-height: 1.8;
  }
}

/* --------------------------------
  lp-reason
-------------------------------- */
.lp-reason {
  background-color: #2b558c;
}
@media (max-width: 767.98px) {
  .lp-reason {
    padding-top: calc(55 * var(--base-font, 1) / 10);
    padding-bottom: calc(55 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-reason {
    padding-top: calc(80 * var(--base-font, 1) / 10);
    padding-bottom: calc(80 * var(--base-font, 1) / 10);
  }
}

.lp-reason_inner {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .lp-reason_inner {
    gap: calc(50 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-reason_inner {
    gap: calc(30 * var(--base-font, 1) / 10);
  }
}

@media (max-width: 767.98px) {
  .lp-reason_heading {
    width: calc(310 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-reason_heading {
    width: calc(670 * var(--base-font, 1) / 10);
  }
}

.lp-reason_list {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .lp-reason_list {
    gap: calc(40 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-reason_list {
    gap: calc(50 * var(--base-font, 1) / 10);
  }
}

.lp-reason_item {
  position: relative;
  border-radius: calc(20 * var(--base-font, 1) / 10);
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .lp-reason_item {
    padding: calc(34 * var(--base-font, 1) / 10) calc(30 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-reason_item {
    padding: calc(70 * var(--base-font, 1) / 10) calc(85 * var(--base-font, 1) / 10) calc(60 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-reason_item--01 {
    padding: calc(70 * var(--base-font, 1) / 10) calc(85 * var(--base-font, 1) / 10) calc(40 * var(--base-font, 1) / 10);
  }
}

.lp-reason_item-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .lp-reason_item-inner {
    gap: calc(30 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-reason_item-inner {
    gap: calc(40 * var(--base-font, 1) / 10);
  }
}

.lp-reason_item-heading {
  color: #2b558c;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .lp-reason_item-heading {
    margin-right: calc(-10 * var(--base-font, 1) / 10);
    margin-left: calc(-10 * var(--base-font, 1) / 10);
    text-align: center;
    font-size: calc(27 * var(--base-font, 1) / 10);
    line-height: 1.4;
  }
}
@media (min-width: 768px) {
  .lp-reason_item-heading {
    font-size: calc(34 * var(--base-font, 1) / 10);
  }
}

.lp-reason_item-contents {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .lp-reason_item-contents {
    gap: calc(26 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-reason_item-contents {
    gap: calc(50 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-reason_item-contents--02 {
    gap: calc(26 * var(--base-font, 1) / 10);
  }
}

.lp-reason_item-top {
  display: flex;
}
@media (max-width: 767.98px) {
  .lp-reason_item-top {
    flex-direction: column;

    gap: calc(22 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-reason_item-top {
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;

    row-gap: calc(30 * var(--base-font, 1) / 10);
  }
}

@media (max-width: 767.98px) {
  .lp-reason_item-top-image {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .lp-reason_item-top-image {
    width: 50%;
    min-width: calc(356 * var(--base-font, 1) / 10);
  }
}

.lp-reason_item-top-list {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .lp-reason_item-top-list {
    gap: calc(18 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-reason_item-top-list {
    width: 50%;
    min-width: calc(316 * var(--base-font, 1) / 10);

    gap: calc(30 * var(--base-font, 1) / 10);
  }
}

.lp-lp-reason_item-top-item {
  position: relative;
  font-size: calc(17 * var(--base-font, 1) / 10);
  font-weight: 600;
  line-height: 1.6;
}
.lp-lp-reason_item-top-item::before {
  content: "";
  position: absolute;
  width: calc(20 * var(--base-font, 1) / 10);
  height: calc(20 * var(--base-font, 1) / 10);
  background-image: url("../img/icon_check.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767.98px) {
  .lp-lp-reason_item-top-item::before {
    top: calc(5 * var(--base-font, 1) / 10);
    left: calc(0 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-lp-reason_item-top-item::before {
    top: calc(5 * var(--base-font, 1) / 10);
    left: calc(38 * var(--base-font, 1) / 10);
  }
}
@media (max-width: 767.98px) {
  .lp-lp-reason_item-top-item {
    padding-left: calc(28 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-lp-reason_item-top-item {
    padding-left: calc(65 * var(--base-font, 1) / 10);
  }
}

.lp-reason_item-bottom-container {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .lp-reason_item-bottom-container {
    gap: calc(10 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-reason_item-bottom-container {
    gap: calc(10 * var(--base-font, 1) / 10);
  }
}

.lp-reason_item-bottom {
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: calc(20 * var(--base-font, 1) / 10);
  background-color: #d3ecf8;
}
@media (max-width: 767.98px) {
  .lp-reason_item-bottom {
    padding: calc(20 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-reason_item-bottom {
    padding: calc(25 * var(--base-font, 1) / 10);
  }
}
@media (max-width: 767.98px) {
  .lp-reason_item-bottom--01 {
    padding: calc(15 * var(--base-font, 1) / 10) calc(20 * var(--base-font, 1) / 10) calc(20 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-reason_item-bottom--01 {
    padding: calc(10 * var(--base-font, 1) / 10) calc(25 * var(--base-font, 1) / 10) calc(22 * var(--base-font, 1) / 10) calc(25 * var(--base-font, 1) / 10);
  }
}

.lp-reason_item-bottom-heading {
  border-bottom: 1px solid;
  width: 100%;
  text-align: center;
  color: #2b558c;
  font-weight: 700;
  line-height: 1.3;
}

.lp-reason_item-buttom-heading--01 {
  font-size: calc(20 * var(--base-font, 1) / 10);
}
.lp-reason_item-buttom-heading--01 span {
  font-size: calc(24 * var(--base-font, 1) / 10);
}
@media (max-width: 767.98px) {
  .lp-reason_item-buttom-heading--01 {
    padding-bottom: calc(12 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-reason_item-buttom-heading--01 {
    padding-bottom: calc(12 * var(--base-font, 1) / 10);
  }
}

.lp-reason_item-buttom-heading--02 {
  border-bottom: none;
  line-height: 1.444;
}
@media (max-width: 767.98px) {
  .lp-reason_item-buttom-heading--02 {
    font-size: calc(18 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-reason_item-buttom-heading--02 {
    font-size: calc(24 * var(--base-font, 1) / 10);
  }
}

@media (max-width: 767.98px) {
  .lp-reason_item-buttom-heading--02_small {
    font-size: calc(16 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-reason_item-buttom-heading--02_small {
    font-size: calc(18 * var(--base-font, 1) / 10);
  }
}

.lp-reason_item-bottom-contents {
  width: 100%;
}

.lp-reason_item-bottom-contents-list {
  display: grid;
  margin-top: calc(20 * var(--base-font, 1) / 10);

  grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
  gap: calc(10 * var(--base-font, 1) / 10);
}

.lp-reason_item-bottom-contents-item {
  display: flex;
  align-items: center;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .lp-reason_item-bottom-contents-item {
    justify-content: space-between;
    padding: calc(6 * var(--base-font, 1) / 10) calc(14 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-reason_item-bottom-contents-item {
    flex-direction: column;
    padding-top: calc(10 * var(--base-font, 1) / 10);
  }
}

.lp-reason_item-bottom-contents-name {
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .lp-reason_item-bottom-contents-name {
    font-size: calc(14 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-reason_item-bottom-contents-name {
    font-size: calc(14 * var(--base-font, 1) / 10);
  }
}

.lp-reason_item-bottom-contents-number {
  margin-top: calc(-10 * var(--base-font, 1) / 10);
  font-size: calc(18 * var(--base-font, 1) / 10);
  font-weight: 700;
}
.lp-reason_item-bottom-contents-number span {
  color: #1c9fe1;
}
@media (max-width: 767.98px) {
  .lp-reason_item-bottom-contents-number span {
    font-size: calc(30 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-reason_item-bottom-contents-number span {
    font-size: calc(32 * var(--base-font, 1) / 10);
  }
}

.lp-reason_item-bottom-contents-note {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  text-align: right;
  color: #7a7a7a;
}
@media (max-width: 767.98px) {
  .lp-reason_item-bottom-contents-note {
    font-size: calc(10 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-reason_item-bottom-contents-note {
    font-size: calc(12 * var(--base-font, 1) / 10);
  }
}

.lp-reason_item-note {
  padding-left: calc(12 * var(--base-font, 1) / 10);
  text-indent: calc(-12 * var(--base-font, 1) / 10);
  color: #7a7a7a;
}
@media (max-width: 767.98px) {
  .lp-reason_item-note {
    font-size: calc(10 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-reason_item-note {
    font-size: calc(12 * var(--base-font, 1) / 10);
  }
}

.lp-reason_number {
  position: absolute;
  border-radius: 50%;
  background-color: #ffe500;
}
@media (max-width: 767.98px) {
  .lp-reason_number {
    top: -2%;
    left: -2%;
    width: calc(68 * var(--base-font, 1) / 10);
    height: calc(68 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-reason_number {
    top: calc(-20 * var(--base-font, 1) / 10);
    left: calc(-20 * var(--base-font, 1) / 10);
    width: calc(140 * var(--base-font, 1) / 10);
    height: calc(140 * var(--base-font, 1) / 10);
  }
}

.lp-reason_item-bottom-contents-text {
  text-align: center;
  letter-spacing: 0;
  color: #2b558c;
  font-size: calc(14 * var(--base-font, 1) / 10);
  font-weight: bold;
  line-height: 1.57;
}
@media (max-width: 767.98px) {
  .lp-reason_item-bottom-contents-text {
    margin: calc(16 * var(--base-font, 1) / 10) 0;
  }
}
@media (min-width: 768px) {
  .lp-reason_item-bottom-contents-text {
    margin: calc(18 * var(--base-font, 1) / 10) 0;
  }
}

.lp-reason_item-bottom-contents-img {
  overflow: hidden;
  position: relative;
  border-radius: 0 0 calc(10 * var(--base-font, 1) / 10) calc(10 * var(--base-font, 1) / 10);
  transition: height 0.3s;
}
@media (max-width: 767.98px) {
  .lp-reason_item-bottom-contents-img {
    height: calc(190 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-reason_item-bottom-contents-img {
    height: calc(280 * var(--base-font, 1) / 10);
  }
}

.lp-reason_item-bottom-contents-img_wrap {
  position: relative;
}
@media (max-width: 767.98px) {
  .lp-reason_item-bottom-contents-img_wrap {
    margin-top: calc(10 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-reason_item-bottom-contents-img_wrap {
    margin-top: calc(16 * var(--base-font, 1) / 10);
  }
}
.lp-reason_item-bottom-contents-img_wrap.active .lp-reason_item-bottom-contents-img {
  height: 100%;
}

.lp-reason_item-bottom-contents-btn {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  border-radius: 0 0 calc(10 * var(--base-font, 1) / 10) calc(10 * var(--base-font, 1) / 10);
  width: 100%;
  transform: translateX(-50%);
  background-color: #fff;
  text-align: center;
  letter-spacing: 0;
  color: #2b558c;
  box-shadow: 0px calc(4 * var(--base-font, 1) / 10) 0px 0px rgba(0, 0, 0, 0.25);
  font-size: calc(16 * var(--base-font, 1) / 10);
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .lp-reason_item-bottom-contents-btn {
    padding: calc(10 * var(--base-font, 1) / 10) 0;
  }
}
@media (min-width: 768px) {
  .lp-reason_item-bottom-contents-btn {
    padding: calc(10 * var(--base-font, 1) / 10) 0;
  }
}
.lp-reason_item-bottom-contents-btn::before,
.lp-reason_item-bottom-contents-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(15 * var(--base-font, 1) / 10);
  width: calc(13 * var(--base-font, 1) / 10);
  height: 1px;
  transform: translateY(-50%);
  background-color: #2b558c;
}
@media (min-width: 768px) {
  .lp-reason_item-bottom-contents-btn::before,
  .lp-reason_item-bottom-contents-btn::after {
    right: calc(45 * var(--base-font, 1) / 10);
  }
}
.lp-reason_item-bottom-contents-btn::after {
  transform: rotate(90deg);
}
.lp-reason_item-bottom-contents-btn.active {
  display: none;
}
.lp-reason_item-bottom-contents-btn span {
  transition: opacity 0.8s ease;
}
@media (hover: hover) {
  .lp-reason_item-bottom-contents-btn:hover span {
    cursor: pointer;
  }
}
@media (hover: hover) and (min-width: 768px) {
  .lp-reason_item-bottom-contents-btn:hover span {
    opacity: 0.5;
  }
}

.lp-reason_item-bottom_balloon {
  position: relative;
}
@media (max-width: 767.98px) {
  .lp-reason_item-bottom_balloon {
    margin: 0 auto calc(-20 * var(--base-font, 1) / 10);
    width: calc(250 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-reason_item-bottom_balloon {
    margin: 0 calc(30 * var(--base-font, 1) / 10) calc(-20 * var(--base-font, 1) / 10);
  }
}

/* --------------------------------
  lp-difference
-------------------------------- */
@media (max-width: 767.98px) {
  .lp-difference {
    margin-top: calc(50 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-difference {
    margin-top: calc(90 * var(--base-font, 1) / 10);
  }
}

.difference-inner {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .difference-inner {
    gap: calc(10 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .difference-inner {
    align-items: center;

    gap: calc(35 * var(--base-font, 1) / 10);
  }
}

.lp-difference_heading {
  text-align: center;
  color: #2b558c;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .lp-difference_heading {
    font-size: calc(18 * var(--base-font, 1) / 10);
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .lp-difference_heading {
    font-size: calc(26 * var(--base-font, 1) / 10);
    line-height: 1.4;
  }
}
.lp-difference_heading span {
  font-weight: 900;
}
@media (max-width: 767.98px) {
  .lp-difference_heading span {
    font-size: calc(22 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-difference_heading span {
    font-size: calc(34 * var(--base-font, 1) / 10);
  }
}

.lp-difference_contents {
  width: 100%;
  max-width: calc(780 * var(--base-font, 1) / 10);
}

/* --------------------------------
lp-voice
-------------------------------- */
@media (max-width: 767.98px) {
  .lp-voice {
    padding-top: calc(50 * var(--base-font, 1) / 10);
    padding-bottom: calc(70 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-voice {
    padding-top: calc(80 * var(--base-font, 1) / 10);
    padding-bottom: calc(70 * var(--base-font, 1) / 10);
  }
}

.lp-voice_heading {
  position: relative;
  text-align: center;
  color: #2b558c;
}
@media (max-width: 767.98px) {
  .lp-voice_heading {
    font-size: calc(30 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-voice_heading {
    font-size: calc(40 * var(--base-font, 1) / 10);
  }
}
.lp-voice_heading::after {
  content: "";
  position: absolute;
  bottom: calc(-20 * var(--base-font, 1) / 10);
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../img/decoration_heading.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767.98px) {
  .lp-voice_heading::after {
    width: calc(238 * var(--base-font, 1) / 10);
    height: calc(20 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-voice_heading::after {
    width: calc(320 * var(--base-font, 1) / 10);
    height: calc(20 * var(--base-font, 1) / 10);
  }
}

@media (max-width: 767.98px) {
  .lp-voice_contents {
    margin-top: calc(44 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-voice_contents {
    margin-top: calc(56 * var(--base-font, 1) / 10);
  }
}

.lp-voice_contents-swiper {
  overflow: visible;
  width: 100%;
}

@media (min-width: 768px) {
  .lp-voice_contents-swiper-slide {
    width: calc(600 * var(--base-font, 1) / 10) !important;
  }
}

.lp-voice_contents-item {
  display: flex;
  flex-direction: column;
  border-radius: calc(20 * var(--base-font, 1) / 10);
  background-color: #d3ecf8;
}
@media (max-width: 767.98px) {
  .lp-voice_contents-item {
    padding: calc(20 * var(--base-font, 1) / 10) calc(20 * var(--base-font, 1) / 10);

    gap: calc(16 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-voice_contents-item {
    padding: calc(40 * var(--base-font, 1) / 10) calc(40 * var(--base-font, 1) / 10);
    height: calc(480 * var(--base-font, 1) / 10) !important;

    gap: calc(14 * var(--base-font, 1) / 10);
  }
}

.lp-voice_contents-top-container {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 0;
}
@media (max-width: 767.98px) {
  .lp-voice_contents-top-container {
    gap: calc(12 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-voice_contents-top-container {
    gap: calc(12 * var(--base-font, 1) / 10);
  }
}

.lp-voice_contents-top-label {
  position: relative;
  z-index: 0;
  text-align: center;
  color: #f21a63;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .lp-voice_contents-top-label {
    font-size: calc(20 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-voice_contents-top-label {
    font-size: calc(26 * var(--base-font, 1) / 10);
  }
}
.lp-voice_contents-top-label::after,
.lp-voice_contents-top-label::before {
  content: "";
  position: absolute;
  z-index: -1;
  background-image: url("../img/icon_sakura.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767.98px) {
  .lp-voice_contents-top-label::before {
    top: -10%;
    left: 0;
    width: calc(40 * var(--base-font, 1) / 10);
    height: calc(40 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-voice_contents-top-label::before {
    top: -40%;
    left: 0;
    width: calc(60 * var(--base-font, 1) / 10);
    height: calc(60 * var(--base-font, 1) / 10);
  }
}
.lp-voice_contents-top-label::after {
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .lp-voice_contents-top-label::after {
    right: -4%;
    width: calc(60 * var(--base-font, 1) / 10);
    height: calc(60 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-voice_contents-top-label::after {
    right: -3%;
    width: calc(80 * var(--base-font, 1) / 10);
    height: calc(80 * var(--base-font, 1) / 10);
  }
}

.lp-voice_contents-top {
  position: relative;
  z-index: 1;
}

.lp-voice_contents-top-text {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .lp-voice_contents-top-text {
    gap: calc(6 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-voice_contents-top-text {
    gap: calc(10 * var(--base-font, 1) / 10);
  }
}

@media (max-width: 767.98px) {
  .lp-voice_contents-top-ttl {
    height: calc(64 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-voice_contents-top-ttl {
    height: calc(68 * var(--base-font, 1) / 10);
  }
}
.lp-voice_contents-top-ttl img {
  height: 100%;
}

.lp-voice_contents-top-name {
  color: #2b558c;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .lp-voice_contents-top-name {
    font-size: calc(14 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-voice_contents-top-name {
    font-size: calc(18 * var(--base-font, 1) / 10);
  }
}

.lp-voice_contents-top-image {
  position: absolute;
  top: calc(-6 * var(--base-font, 1) / 10);
  right: 0;
}
@media (max-width: 767.98px) {
  .lp-voice_contents-top-image {
    margin-right: calc(-8 * var(--base-font, 1) / 10);
    width: calc(90 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-voice_contents-top-image {
    width: calc(120 * var(--base-font, 1) / 10);
  }
}

.lp-voice_contents-bottom-comment {
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .lp-voice_contents-bottom-comment {
    font-size: calc(14 * var(--base-font, 1) / 10);
    line-height: 1.7;
  }
}
@media (min-width: 768px) {
  .lp-voice_contents-bottom-comment {
    font-size: calc(18 * var(--base-font, 1) / 10);
  }
}

.lp-voice_slider-option-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .lp-voice_slider-option-container {
    margin-top: calc(36 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-voice_slider-option-container {
    margin-top: calc(46 * var(--base-font, 1) / 10);
  }
}

.lp-voice_slider-option {
  display: flex;
  align-items: center;
  position: relative;
  width: calc(244 * var(--base-font, 1) / 10);
}

.lp-voice_slider-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-voice_slider-pagination .swiper-pagination-bullet {
  opacity: 1;
  margin-right: calc(4 * var(--base-font, 1) / 10);
  margin-left: calc(4 * var(--base-font, 1) / 10);
  border-radius: 50%;
  width: calc(8 * var(--base-font, 1) / 10);
  height: calc(8 * var(--base-font, 1) / 10);
  background-color: #eee;
}
.lp-voice_slider-pagination .swiper-pagination-bullet-active {
  background-color: #2b558c;
}

.lp-voice_slider-prev,
.lp-voice_slider-next {
  position: absolute;
  width: calc(40 * var(--base-font, 1) / 10);
  height: calc(40 * var(--base-font, 1) / 10);
  transition: opacity 0.8s ease;
}
@media (hover: hover) {
  .lp-voice_slider-prev:hover,
  .lp-voice_slider-next:hover {
    cursor: pointer;
  }
}
@media (hover: hover) and (min-width: 768px) {
  .lp-voice_slider-prev:hover,
  .lp-voice_slider-next:hover {
    opacity: 0.6;
  }
}
.lp-voice_slider-prev img,
.lp-voice_slider-next img {
  width: 100%;
}

.lp-voice_slider-prev {
  left: 0;
  transform: rotate(180deg);
}

.lp-voice_slider-next {
  right: 0;
}

/* --------------------------------
lp-qa
-------------------------------- */
.lp-qa {
  position: relative;
}
@media (max-width: 767.98px) {
  .lp-qa {
    margin-top: calc(70 * var(--base-font, 1) / 10);
    margin-bottom: calc(60 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-qa {
    margin-top: calc(75 * var(--base-font, 1) / 10);
    margin-bottom: calc(100 * var(--base-font, 1) / 10);
  }
}

.lp-qa_heading {
  margin: 0 auto;
  border-bottom: 2px solid;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #2b558c;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .lp-qa_heading {
    font-size: calc(24 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-qa_heading {
    font-size: calc(36 * var(--base-font, 1) / 10);
  }
}

@media (max-width: 767.98px) {
  .lp-qa_acc_wrap {
    margin: calc(24 * var(--base-font, 1) / 10) 0 0;
  }
}
@media (min-width: 768px) {
  .lp-qa_acc_wrap {
    margin: calc(39 * var(--base-font, 1) / 10) 0 0;
  }
}

.lp-qa_acc {
  background-color: #d3ecf8;
}
@media (max-width: 767.98px) {
  .lp-qa_acc {
    border-radius: calc(20 * var(--base-font, 1) / 10);
    box-shadow: 0 calc(4 * var(--base-font, 1) / 10) 0 0 rgba(0, 0, 0, 0.25);
  }
}
@media (min-width: 768px) {
  .lp-qa_acc {
    border-radius: calc(20 * var(--base-font, 1) / 10);
    box-shadow: 0 calc(4 * var(--base-font, 1) / 10) 0 0 rgba(0, 0, 0, 0.25);
  }
}
@media (max-width: 767.98px) {
  .lp-qa_acc + .lp-qa_acc {
    margin-top: calc(14 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-qa_acc + .lp-qa_acc {
    margin-top: calc(30 * var(--base-font, 1) / 10);
  }
}

.lp-qa_acc_question {
  position: relative;
  transition: opacity 0.8s ease;
}
@media (hover: hover) {
  .lp-qa_acc_question:hover {
    cursor: pointer;
  }
}
@media (hover: hover) and (min-width: 768px) {
  .lp-qa_acc_question:hover {
    opacity: 0.6;
  }
}
@media (max-width: 767.98px) {
  .lp-qa_acc_question {
    padding-top: calc(14 * var(--base-font, 1) / 10);
    padding-bottom: calc(14 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-qa_acc_question {
    padding-top: calc(28 * var(--base-font, 1) / 10);
    padding-bottom: calc(28 * var(--base-font, 1) / 10);
  }
}
.lp-qa_acc_question::before {
  content: "";
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transition: opacity 0.3s ease-out;
  transform: translateX(-50%);
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .lp-qa_acc_question::before {
    width: 81%;
    height: 1px;
  }
}
@media (min-width: 768px) {
  .lp-qa_acc_question::before {
    width: 87%;
    height: 1px;
  }
}
.lp-qa_acc_question.active .lp-qa_acc_question_inner::after {
  transform: rotate(0deg);
}
.lp-qa_acc_question.active::before {
  opacity: 1;
}

.lp-qa_acc_question_inner {
  position: relative;
  letter-spacing: 0;
  color: #2b558c;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  .lp-qa_acc_question_inner {
    margin: 0 calc(34 * var(--base-font, 1) / 10) 0 calc(14 * var(--base-font, 1) / 10);
    padding-left: calc(40 * var(--base-font, 1) / 10);
    font-size: calc(16 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-qa_acc_question_inner {
    margin: 0 calc(60 * var(--base-font, 1) / 10) 0;
    padding-right: calc(50 * var(--base-font, 1) / 10);
    padding-left: calc(66 * var(--base-font, 1) / 10);
    font-size: calc(20 * var(--base-font, 1) / 10);
  }
}
.lp-qa_acc_question_inner::before,
.lp-qa_acc_question_inner::after {
  content: "";
  position: absolute;
  background-color: #2b558c;
}
@media (max-width: 767.98px) {
  .lp-qa_acc_question_inner::before,
  .lp-qa_acc_question_inner::after {
    top: 50%;
    right: calc(-15 * var(--base-font, 1) / 10);
    width: calc(14 * var(--base-font, 1) / 10);
    height: calc(2 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-qa_acc_question_inner::before,
  .lp-qa_acc_question_inner::after {
    top: 50%;
    right: 0;
    width: calc(40 * var(--base-font, 1) / 10);
    height: 2px;
  }
}
.lp-qa_acc_question_inner::after {
  transition: transform 0.3s ease-out;
  transform: rotate(90deg);
}

.lp-qa_acc_answer {
  display: none;
}

@media (max-width: 767.98px) {
  .lp-qa_acc_answer_inner {
    margin: 0 calc(29 * var(--base-font, 1) / 10) 0;
    padding: calc(20 * var(--base-font, 1) / 10) 0 calc(20 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-qa_acc_answer_inner {
    margin: 0 calc(85 * var(--base-font, 1) / 10) 0;
    padding: calc(33 * var(--base-font, 1) / 10) 0 calc(33 * var(--base-font, 1) / 10);
  }
}

.lp-qa_acc_answer_text {
  letter-spacing: 0;
  color: #000;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .lp-qa_acc_answer_text {
    font-size: calc(14 * var(--base-font, 1) / 10);
    line-height: 1.714;
  }
}
@media (min-width: 768px) {
  .lp-qa_acc_answer_text {
    font-size: calc(18 * var(--base-font, 1) / 10);
    line-height: 1.666;
  }
}

.lp-qa_acc_question_icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .lp-qa_acc_question_icon {
    width: calc(32 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-qa_acc_question_icon {
    width: calc(50 * var(--base-font, 1) / 10);
  }
}

/* --------------------------------
lp-cv03
-------------------------------- */
.lp-cv03 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .lp-cv03 {
    padding-top: calc(25 * var(--base-font, 1) / 10);
    padding-bottom: calc(25 * var(--base-font, 1) / 10);
    background-image: url("../img/cv03_bg_sm.jpg");
  }
}
@media (min-width: 768px) {
  .lp-cv03 {
    padding-top: calc(90 * var(--base-font, 1) / 10);
    padding-bottom: calc(90 * var(--base-font, 1) / 10);
    background-image: url("../img/cv03_bg_lg.jpg");
  }
}

.lp-cv03_content {
  display: flex;
  margin: 0 auto;
  border-radius: calc(20 * var(--base-font, 1) / 10);
  max-width: calc(780 * var(--base-font, 1) / 10);
  background-color: rgba(255, 251, 209, 0.75);
}
@media (max-width: 767.98px) {
  .lp-cv03_content {
    flex-direction: column;
    padding: calc(24 * var(--base-font, 1) / 10);

    gap: calc(20 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-cv03_content {
    flex-wrap: wrap;
    justify-content: center;
    padding: calc(50 * var(--base-font, 1) / 10) calc(70 * var(--base-font, 1) / 10);

    gap: calc(20 * var(--base-font, 1) / 10) calc(40 * var(--base-font, 1) / 10);
  }
}

.lp-cv03_content-text {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #2b558c;
}
@media (min-width: 768px) {
  .lp-cv03_content-text {
    flex-grow: 1;
    width: calc((100% - 40px) / 2);
  }
}

.lp-cv03_content-subheading {
  font-size: calc(18 * var(--base-font, 1) / 10);
  font-weight: 500;
}

.lp-cv03_content-heading {
  border-bottom: #2b558c solid 2px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767.98px) {
  .lp-cv03_content-heading {
    margin-top: calc(-4 * var(--base-font, 1) / 10);
    font-size: calc(24 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-cv03_content-heading {
    margin-top: calc(-6 * var(--base-font, 1) / 10);
    font-size: calc(27 * var(--base-font, 1) / 10);
  }
}

.lp-cv03_content-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-top: calc(10 * var(--base-font, 1) / 10);
  padding-bottom: calc(10 * var(--base-font, 1) / 10);
  border-radius: calc(20 * var(--base-font, 1) / 10);
  width: 100%;
  transition: opacity 0.8s ease;
  background-color: #2b558c;
  text-align: center;
  text-decoration: none;
  letter-spacing: normal;
  color: #fff;
  box-shadow: 0px calc(4 * var(--base-font, 1) / 10) 0px 0px #093e59;
  font-weight: 700;
  line-height: 1.3;
}
@media (hover: hover) {
  .lp-cv03_content-button:hover {
    cursor: pointer;
  }
}
@media (hover: hover) and (min-width: 768px) {
  .lp-cv03_content-button:hover {
    opacity: 0.6;
  }
}
.lp-cv03_content-button:visited,
.lp-cv03_content-button:hover {
  color: #fff;
}
.lp-cv03_content-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4%;
  width: calc(28 * var(--base-font, 1) / 10);
  height: calc(28 * var(--base-font, 1) / 10);
  transform: translateY(-50%);
  background-image: url("../img/icon_arrow_wt.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767.98px) {
  .lp-cv03_content-button {
    min-height: calc(65 * var(--base-font, 1) / 10);
    font-size: calc(22 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-cv03_content-button {
    width: calc((100% - 40px) / 2);
    min-width: calc(300 * var(--base-font, 1) / 10);
    min-height: calc(70 * var(--base-font, 1) / 10);
    font-size: calc(26 * var(--base-font, 1) / 10);
  }
}

@media (max-width: 767.98px) {
  .lp-cv03_content-button-inner {
    margin-left: calc(-15 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-cv03_content-button-inner {
    margin-left: calc(-22 * var(--base-font, 1) / 10);
  }
}

/* --------------------------------
lp-oc
-------------------------------- */
.lp-oc_top {
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .lp-oc_top {
    padding-top: calc(40 * var(--base-font, 1) / 10);
    padding-bottom: calc(50 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-oc_top {
    padding-top: calc(80 * var(--base-font, 1) / 10);
    padding-bottom: calc(60 * var(--base-font, 1) / 10);
  }
}

.lp-oc_top-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .lp-oc_top-inner {
    gap: calc(25 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-oc_top-inner {
    gap: calc(40 * var(--base-font, 1) / 10);
  }
}

@media (max-width: 767.98px) {
  .lp-oc_heading {
    width: calc(276 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-oc_heading {
    width: calc(500 * var(--base-font, 1) / 10);
  }
}
.lp-oc_heading img {
  width: 100%;
}

.lp-oc_top-contents {
  display: flex;
}
@media (max-width: 767.98px) {
  .lp-oc_top-contents {
    flex-direction: column;

    gap: calc(25 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-oc_top-contents {
    align-items: center;
    flex-direction: row-reverse;

    gap: calc(50 * var(--base-font, 1) / 10);
  }
}

.lp-oc_top-contents-text {
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .lp-oc_top-contents-text {
    font-size: calc(14 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-oc_top-contents-text {
    font-size: calc(18 * var(--base-font, 1) / 10);
  }
}

.lp-oc_bottom {
  background-color: rgba(235, 99, 57, 0.15);
}
@media (max-width: 767.98px) {
  .lp-oc_bottom {
    padding: calc(50 * var(--base-font, 1) / 10) 0;
  }
}
@media (min-width: 768px) {
  .lp-oc_bottom {
    padding: calc(60 * var(--base-font, 1) / 10) 0;
  }
}

.lp-oc_bottom-inner {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .lp-oc_bottom-inner {
    gap: calc(30 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-oc_bottom-inner {
    gap: calc(45 * var(--base-font, 1) / 10);
  }
}

.lp-oc_bottom-contents-heading {
  border-radius: calc(80 * var(--base-font, 1) / 10);
  background-color: #eb6339;
  text-align: center;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .lp-oc_bottom-contents-heading {
    padding-top: calc(8 * var(--base-font, 1) / 10);
    padding-bottom: calc(7 * var(--base-font, 1) / 10);
    font-size: calc(18 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-oc_bottom-contents-heading {
    padding-top: calc(8 * var(--base-font, 1) / 10);
    padding-bottom: calc(8 * var(--base-font, 1) / 10);
    font-size: calc(26 * var(--base-font, 1) / 10);
  }
}

.lp-oc_bottom-contents {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.lp-oc_bottom-list {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 767.98px) {
  .lp-oc_bottom-list {
    gap: calc(65 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-oc_bottom-list {
    gap: calc(100 * var(--base-font, 1) / 10);
  }
}

.lp-oc_bottom-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.lp-oc_bottom-item:nth-child(2) {
  position: relative;
  z-index: 1;
}
.lp-oc_bottom-item:nth-child(2)::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .lp-oc_bottom-item:nth-child(2)::before {
    width: 108%;
    height: 180%;

    -webkit-clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 0, 50% 10%);

            clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 0, 50% 10%);
  }
}
@media (min-width: 768px) {
  .lp-oc_bottom-item:nth-child(2)::before {
    padding-right: calc(50 * var(--base-font, 1) / 10);
    padding-left: calc(50 * var(--base-font, 1) / 10);
    height: 220%;

    -webkit-clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0 80%, 0 0, 50% 14%);

            clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0 80%, 0 0, 50% 14%);
  }
}

.lp-oc_bottom-item-inner {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .lp-oc_bottom-item-inner {
    padding-right: calc(20 * var(--base-font, 1) / 10);
    padding-left: calc(20 * var(--base-font, 1) / 10);

    gap: calc(8 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-oc_bottom-item-inner {
    padding-right: calc(40 * var(--base-font, 1) / 10);
    padding-left: calc(40 * var(--base-font, 1) / 10);
    max-width: calc(780 * var(--base-font, 1) / 10);

    gap: calc(4 * var(--base-font, 1) / 10);
  }
}

.lp-oc_bottom-item-ttl {
  color: #eb6339;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .lp-oc_bottom-item-ttl {
    font-size: calc(20 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-oc_bottom-item-ttl {
    font-size: calc(26 * var(--base-font, 1) / 10);
  }
}

.lp-oc_bottom-item-text {
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .lp-oc_bottom-item-text {
    font-size: calc(14 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-oc_bottom-item-text {
    font-size: calc(18 * var(--base-font, 1) / 10);
  }
}

/* --------------------------------
lp-flow
-------------------------------- */
@media (max-width: 767.98px) {
  .lp-flow {
    padding-top: calc(60 * var(--base-font, 1) / 10);
    padding-bottom: calc(80 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-flow {
    padding-top: calc(80 * var(--base-font, 1) / 10);
    padding-bottom: calc(80 * var(--base-font, 1) / 10);
  }
}

.lp-flow_inner {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .lp-flow_inner {
    gap: calc(45 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-flow_inner {
    gap: calc(56 * var(--base-font, 1) / 10);
  }
}

.lp-flow_heading {
  position: relative;
  text-align: center;
  color: #2b558c;
}
@media (max-width: 767.98px) {
  .lp-flow_heading {
    font-size: calc(30 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-flow_heading {
    font-size: calc(40 * var(--base-font, 1) / 10);
  }
}
.lp-flow_heading::after {
  content: "";
  position: absolute;
  bottom: calc(-20 * var(--base-font, 1) / 10);
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../img/decoration_heading.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767.98px) {
  .lp-flow_heading::after {
    width: calc(238 * var(--base-font, 1) / 10);
    height: calc(20 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-flow_heading::after {
    width: calc(320 * var(--base-font, 1) / 10);
    height: calc(20 * var(--base-font, 1) / 10);
  }
}

.lp-flow_contents {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .lp-flow_contents {
    gap: calc(45 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-flow_contents {
    gap: calc(56 * var(--base-font, 1) / 10);
  }
}

.lp-flow_top {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 767.98px) {
  .lp-flow_top {
    gap: calc(30 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-flow_top {
    max-width: calc(780 * var(--base-font, 1) / 10);

    gap: calc(60 * var(--base-font, 1) / 10);
  }
}

.lp-flow_top-list {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .lp-flow_top-list {
    gap: calc(45 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-flow_top-list {
    gap: calc(84 * var(--base-font, 1) / 10);
  }
}

.lp-flow_top-item {
  display: flex;
  flex-direction: column;
  position: relative;

  gap: calc(10 * var(--base-font, 1) / 10);
}
.lp-flow_top-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #2b558c;

  -webkit-clip-path: polygon(100% 0, 0 0, 50% 40%);

          clip-path: polygon(100% 0, 0 0, 50% 40%);
}
@media (max-width: 767.98px) {
  .lp-flow_top-item:not(:last-child)::after {
    bottom: calc(-50 * var(--base-font, 1) / 10);
    width: calc(36 * var(--base-font, 1) / 10);
    height: calc(36 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-flow_top-item:not(:last-child)::after {
    bottom: calc(-90 * var(--base-font, 1) / 10);
    width: calc(55 * var(--base-font, 1) / 10);
    height: calc(55 * var(--base-font, 1) / 10);
  }
}

.lp-flow_top-item-ttl-container {
  display: flex;
}
@media (max-width: 767.98px) {
  .lp-flow_top-item-ttl-container {
    gap: calc(16 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-flow_top-item-ttl-container {
    align-items: center;

    gap: calc(30 * var(--base-font, 1) / 10);
  }
}

.lp-flow_top-item-number-container {
  flex-shrink: 0;
  position: relative;
  background-color: #ffe500;
}
@media (max-width: 767.98px) {
  .lp-flow_top-item-number-container {
    width: calc(32 * var(--base-font, 1) / 10);
    height: calc(32 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-flow_top-item-number-container {
    width: calc(40 * var(--base-font, 1) / 10);
    height: calc(40 * var(--base-font, 1) / 10);
  }
}

.lp-flow_top-item-number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #2b558c;
  font-family: "Roboto", sans-serif;
  font-size: calc(24 * var(--base-font, 1) / 10);
}

.lp-flow_top-item-ttl {
  color: #2b558c;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .lp-flow_top-item-ttl {
    font-size: calc(19 * var(--base-font, 1) / 10);
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .lp-flow_top-item-ttl {
    font-size: calc(26 * var(--base-font, 1) / 10);
  }
}

.lp-flow_top-item-text {
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .lp-flow_top-item-text {
    font-size: calc(14 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-flow_top-item-text {
    font-size: calc(18 * var(--base-font, 1) / 10);
  }
}

.lp-flow_top-fee {
  border-radius: calc(20 * var(--base-font, 1) / 10);
  background-color: #d3ecf8;
}
@media (max-width: 767.98px) {
  .lp-flow_top-fee {
    padding: calc(20 * var(--base-font, 1) / 10) calc(17 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-flow_top-fee {
    padding: calc(20 * var(--base-font, 1) / 10) calc(40 * var(--base-font, 1) / 10);
  }
}

.lp-flow_top-fee-ttl {
  text-align: center;
  color: #2b558c;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .lp-flow_top-fee-ttl {
    font-size: calc(18 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-flow_top-fee-ttl {
    font-size: calc(22 * var(--base-font, 1) / 10);
  }
}

.lp-flow_top-fee-text {
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .lp-flow_top-fee-text {
    font-size: calc(14 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-flow_top-fee-text {
    font-size: calc(16 * var(--base-font, 1) / 10);
  }
}

.lp-flow_bottom {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .lp-flow_bottom {
    width: 100%;

    gap: calc(20 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-flow_bottom {
    gap: calc(30 * var(--base-font, 1) / 10);
  }
}

.lp-flow_bottom-heading {
  text-align: center;
  color: #2b558c;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .lp-flow_bottom-heading {
    font-size: calc(14 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-flow_bottom-heading {
    font-size: calc(26 * var(--base-font, 1) / 10);
  }
}

.lp-flow_bottom-heading-bold {
  font-weight: 900;
}
@media (max-width: 767.98px) {
  .lp-flow_bottom-heading-bold {
    font-size: calc(20 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-flow_bottom-heading-bold {
    font-size: calc(34 * var(--base-font, 1) / 10);
  }
}

.lp-flow_bottom-contents-list {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .lp-flow_bottom-contents-list {
    flex-direction: column;

    gap: calc(14 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-flow_bottom-contents-list {
    justify-content: center;

    gap: calc(25 * var(--base-font, 1) / 10);
  }
}

@media (max-width: 767.98px) {
  .lp-flow_bottom-contents-item {
    width: 100%;
  }
}

.lp-flow_bottom-contents-item-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-top: calc(10 * var(--base-font, 1) / 10);
  padding-bottom: calc(10 * var(--base-font, 1) / 10);
  border-radius: calc(20 * var(--base-font, 1) / 10);
  width: 100%;
  transition: opacity 0.8s ease;
  background-color: #2b558c;
  text-align: center;
  text-decoration: none;
  letter-spacing: normal;
  color: #fff;
  box-shadow: 0px calc(4 * var(--base-font, 1) / 10) 0px 0px #093e59;
  font-weight: 700;
  line-height: 1.3;
}
@media (hover: hover) {
  .lp-flow_bottom-contents-item-button:hover {
    cursor: pointer;
  }
}
@media (hover: hover) and (min-width: 768px) {
  .lp-flow_bottom-contents-item-button:hover {
    opacity: 0.6;
  }
}
.lp-flow_bottom-contents-item-button:visited,
.lp-flow_bottom-contents-item-button:hover {
  color: #fff;
}
.lp-flow_bottom-contents-item-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4%;
  width: calc(28 * var(--base-font, 1) / 10);
  height: calc(28 * var(--base-font, 1) / 10);
  transform: translateY(-50%);
  background-image: url("../img/icon_arrow_wt.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.lp-flow_bottom-contents-item-button span {
  font-size: calc(22 * var(--base-font, 1) / 10);
}
@media (max-width: 767.98px) {
  .lp-flow_bottom-contents-item-button {
    min-height: calc(65 * var(--base-font, 1) / 10);
    letter-spacing: -0.05em;
    font-size: calc(15 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-flow_bottom-contents-item-button {
    width: calc((100% - 50px) / 3);
    min-width: calc(300 * var(--base-font, 1) / 10);
    min-height: calc(70 * var(--base-font, 1) / 10);
    font-size: calc(15 * var(--base-font, 1) / 10);
  }
}

@media (max-width: 767.98px) {
  .lp-flow_bottom-contents-item-button-inner {
    margin-left: calc(-26 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-flow_bottom-contents-item-button-inner {
    margin-left: calc(-22 * var(--base-font, 1) / 10);
  }
}

/* --------------------------------
follow-link
-------------------------------- */
.follow-link {
  display: flex;
  visibility: hidden;
  opacity: 0;
  flex-wrap: nowrap;
  justify-content: center;
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fffbd1;
}
@media (max-width: 767.98px) {
  .follow-link {
    padding: 1.3335vw;
  }
}
@media (min-width: 768px) {
  .follow-link {
    padding: 5px;
  }
}
.follow-link.active {
  visibility: visible;
  opacity: 1;
}

.follow-link_item {
  transition: opacity 0.8s ease;
}
@media (hover: hover) {
  .follow-link_item:hover {
    cursor: pointer;
  }
}
@media (hover: hover) and (min-width: 768px) {
  .follow-link_item:hover {
    opacity: 0.6;
  }
}
@media (max-width: 767.98px) {
  .follow-link_item {
    width: 23.33625vw;
  }
}
@media (min-width: 768px) {
  .follow-link_item {
    width: 230px;
  }
}
.follow-link_item img {
  width: 100%;
  max-width: none;
}
@media (max-width: 767.98px) {
  .follow-link_item + .follow-link_item {
    margin-left: 1.3335vw;
  }
}
@media (min-width: 768px) {
  .follow-link_item + .follow-link_item {
    margin-left: 10px;
  }
}

/* --------------------------------
lp-worries
-------------------------------- */
.lp-worries {
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .lp-worries {
    padding-top: calc(65 * var(--base-font, 1) / 10);
    padding-bottom: calc(60 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-worries {
    padding-top: calc(80 * var(--base-font, 1) / 10);
    padding-bottom: calc(100 * var(--base-font, 1) / 10);
  }
}

.lp-worries_heading {
  position: relative;
  text-align: center;
  color: #2b558c;
}
@media (max-width: 767.98px) {
  .lp-worries_heading {
    font-size: calc(30 * var(--base-font, 1) / 10);
    line-height: 1.2;
  }
}
@media (min-width: 768px) {
  .lp-worries_heading {
    font-size: calc(40 * var(--base-font, 1) / 10);
  }
}
.lp-worries_heading::after {
  content: "";
  position: absolute;
  bottom: calc(-30 * var(--base-font, 1) / 10);
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../img/decoration_heading.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767.98px) {
  .lp-worries_heading::after {
    width: calc(238 * var(--base-font, 1) / 10);
    height: calc(20 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-worries_heading::after {
    width: calc(320 * var(--base-font, 1) / 10);
    height: calc(20 * var(--base-font, 1) / 10);
  }
}

@media (max-width: 767.98px) {
  .lp-worries_contents {
    margin-top: calc(57 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-worries_contents {
    margin-top: calc(56 * var(--base-font, 1) / 10);
  }
}

.lp-worries_list_wrap {
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .lp-worries_list_wrap {
    margin: 0 calc(37 * var(--base-font, 1) / 10) 0;
  }
}
@media (min-width: 768px) {
  .lp-worries_list_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 0;
    max-width: calc(1050 * var(--base-font, 1) / 10);

    row-gap: calc(30 * var(--base-font, 1) / 10);
  }
}

.lp-worries_list {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .lp-worries_list {
    margin-left: calc(-6 * var(--base-font, 1) / 10);

    gap: calc(15 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-worries_list {
    gap: calc(18 * var(--base-font, 1) / 10);
  }
}

.lp-worries_list_item {
  position: relative;
  font-size: calc(18 * var(--base-font, 1) / 10);
  font-weight: 500;
  line-height: 1.4444444444;
}
.lp-worries_list_item::after {
  content: "";
  position: absolute;
  top: calc(4 * var(--base-font, 1) / 10);
  left: 0;
  width: calc(24 * var(--base-font, 1) / 10);
  height: calc(20 * var(--base-font, 1) / 10);
  background-image: url("../img/icon_check02.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767.98px) {
  .lp-worries_list_item {
    padding-left: calc(36 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-worries_list_item {
    padding-left: calc(40 * var(--base-font, 1) / 10);
  }
}

.lp-worries_border {
  position: relative;
}
@media (max-width: 767.98px) {
  .lp-worries_border {
    padding-bottom: calc(50 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-worries_border {
    padding-bottom: calc(80 * var(--base-font, 1) / 10);
  }
}
.lp-worries_border::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 767.98px) {
  .lp-worries_border::after {
    height: calc(28 * var(--base-font, 1) / 10);
    background-image: url("../img/worries_border_sm.png");
  }
}
@media (min-width: 768px) {
  .lp-worries_border::after {
    min-width: calc(1440 * var(--base-font, 1) / 10);
    height: calc(84 * var(--base-font, 1) / 10);
    background-image: url("../img/worries_border_lg.png");
  }
}

.lp-worries_sub-heading {
  text-align: center;
  color: #2b558c;
}
@media (max-width: 767.98px) {
  .lp-worries_sub-heading {
    margin-top: calc(23 * var(--base-font, 1) / 10);
    transform: translateX(calc(-50 * var(--base-font, 1) / 10));
    font-size: calc(24 * var(--base-font, 1) / 10);
    line-height: 1.25;
  }
}
@media (min-width: 768px) {
  .lp-worries_sub-heading {
    margin-top: calc(50 * var(--base-font, 1) / 10);
    margin-left: calc(-90 * var(--base-font, 1) / 10);
    font-size: calc(40 * var(--base-font, 1) / 10);
    line-height: 1.4;
  }
}

@media (max-width: 767.98px) {
  .lp-worries_box {
    padding: 0 calc(13 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-worries_box {
    padding: 0 calc(20 * var(--base-font, 1) / 10);
  }
}

.lp-worries_box_inner {
  position: relative;
  border-radius: calc(20 * var(--base-font, 1) / 10);
  max-width: calc(950 * var(--base-font, 1) / 10);
  background-color: #d3ecf8;
}
@media (max-width: 767.98px) {
  .lp-worries_box_inner {
    margin: calc(43 * var(--base-font, 1) / 10) auto 0;
    padding: calc(40 * var(--base-font, 1) / 10) calc(14 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-worries_box_inner {
    margin: calc(48 * var(--base-font, 1) / 10) auto 0;
    padding: calc(35 * var(--base-font, 1) / 10) calc(85 * var(--base-font, 1) / 10);
  }
}

.lp-worries_box_character {
  position: absolute;
  top: 0;
  transform: translateY(-100%);
}
@media (max-width: 767.98px) {
  .lp-worries_box_character {
    right: calc(10 * var(--base-font, 1) / 10);
    width: calc(102 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-worries_box_character {
    right: calc(30 * var(--base-font, 1) / 10);
    width: calc(143 * var(--base-font, 1) / 10);
  }
}

.lp-worries_box_ttl {
  position: relative;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #2b558c;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .lp-worries_box_ttl {
    font-size: calc(24 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-worries_box_ttl {
    font-size: calc(26 * var(--base-font, 1) / 10);
  }
}
.lp-worries_box_ttl::after {
  content: "";
  position: absolute;
  bottom: calc(0 * var(--base-font, 1) / 10);
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  background-color: #2b558c;
}
@media (max-width: 767.98px) {
  .lp-worries_box_ttl::after {
    height: calc(2 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-worries_box_ttl::after {
    height: calc(1 * var(--base-font, 1) / 10);
  }
}

.lp-worries_txt {
  text-align: center;
  letter-spacing: 0;
  font-size: calc(18 * var(--base-font, 1) / 10);
  line-height: 1.7777777778;
}
@media (max-width: 767.98px) {
  .lp-worries_txt {
    margin-top: calc(18 * var(--base-font, 1) / 10);
    line-height: 1.4444444444;
  }
}
@media (min-width: 768px) {
  .lp-worries_txt {
    margin-top: calc(15 * var(--base-font, 1) / 10);
  }
}

.lp-worries_txt_bold {
  font-weight: bold;
}

.lp-worries_acc {
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .lp-worries_acc {
    margin-top: calc(25 * var(--base-font, 1) / 10);
    border-radius: calc(10 * var(--base-font, 1) / 10);
    box-shadow: 0 calc(4 * var(--base-font, 1) / 10) 0 0 rgba(0, 0, 0, 0.25);
  }
}
@media (min-width: 768px) {
  .lp-worries_acc {
    margin-top: calc(30 * var(--base-font, 1) / 10);
    border-radius: calc(20 * var(--base-font, 1) / 10);
    box-shadow: 0 calc(4 * var(--base-font, 1) / 10) 0 0 rgba(0, 0, 0, 0.25);
  }
}
@media (max-width: 767.98px) {
  .lp-worries_acc + .lp-worries_acc {
    margin-top: calc(14 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-worries_acc + .lp-worries_acc {
    margin-top: calc(30 * var(--base-font, 1) / 10);
  }
}

.lp-worries_acc_top {
  position: relative;
  transition: opacity 0.8s ease;
}
@media (hover: hover) {
  .lp-worries_acc_top:hover {
    cursor: pointer;
  }
}
@media (hover: hover) and (min-width: 768px) {
  .lp-worries_acc_top:hover {
    opacity: 0.6;
  }
}
@media (max-width: 767.98px) {
  .lp-worries_acc_top {
    padding-top: calc(14 * var(--base-font, 1) / 10);
    padding-bottom: calc(14 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-worries_acc_top {
    padding-top: calc(28 * var(--base-font, 1) / 10);
    padding-bottom: calc(28 * var(--base-font, 1) / 10);
  }
}
.lp-worries_acc_top::before {
  content: "";
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transition: opacity 0.3s ease-out;
  transform: translateX(-50%);
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .lp-worries_acc_top::before {
    width: 81%;
    height: calc(1 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-worries_acc_top::before {
    width: 100%;
    height: calc(0.3 * var(--base-font, 1) / 10);
  }
}
.lp-worries_acc_top.active .lp-worries_acc_top_inner::after {
  transform: rotate(0deg);
}
.lp-worries_acc_top.active::before {
  opacity: 1;
}

.lp-worries_acc_top_inner {
  position: relative;
  text-align: center;
  letter-spacing: 0;
  color: #2b558c;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  .lp-worries_acc_top_inner {
    margin: 0 calc(34 * var(--base-font, 1) / 10) 0 calc(14 * var(--base-font, 1) / 10);
    padding-left: calc(21 * var(--base-font, 1) / 10);
    font-size: calc(16 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-worries_acc_top_inner {
    margin: 0 calc(50 * var(--base-font, 1) / 10) 0;
    padding-right: calc(30 * var(--base-font, 1) / 10);
    padding-left: calc(30 * var(--base-font, 1) / 10);
    font-size: calc(20 * var(--base-font, 1) / 10);
  }
}
.lp-worries_acc_top_inner::before,
.lp-worries_acc_top_inner::after {
  content: "";
  position: absolute;
  background-color: #2b558c;
}
@media (max-width: 767.98px) {
  .lp-worries_acc_top_inner::before,
  .lp-worries_acc_top_inner::after {
    top: 50%;
    right: calc(-13 * var(--base-font, 1) / 10);
    width: calc(14 * var(--base-font, 1) / 10);
    height: 2px;
  }
}
@media (min-width: 768px) {
  .lp-worries_acc_top_inner::before,
  .lp-worries_acc_top_inner::after {
    top: 50%;
    right: 0;
    width: calc(20 * var(--base-font, 1) / 10);
    height: 2px;
  }
}
.lp-worries_acc_top_inner::after {
  transition: transform 0.3s ease-out;
  transform: rotate(90deg);
}

.lp-worries_acc_bottom {
  display: none;
}

@media (max-width: 767.98px) {
  .lp-worries_acc_bottom_inner {
    margin: 0 calc(20 * var(--base-font, 1) / 10) 0;
    padding: calc(20 * var(--base-font, 1) / 10) 0 calc(20 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-worries_acc_bottom_inner {
    margin: 0 calc(50 * var(--base-font, 1) / 10) 0;
    padding: 0 0 calc(34 * var(--base-font, 1) / 10);
  }
}

.lp-worries_acc_bottom_text {
  letter-spacing: 0;
  color: #000;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .lp-worries_acc_bottom_text {
    font-size: calc(14 * var(--base-font, 1) / 10);
    line-height: 1.714;
  }
}
@media (min-width: 768px) {
  .lp-worries_acc_bottom_text {
    font-size: calc(18 * var(--base-font, 1) / 10);
    line-height: 1.666;
  }
}

.lp-worries_marker {
  background: linear-gradient(transparent 80%, #fceb2f 20%);
  font-weight: bold;
}

/* --------------------------------
  template
-------------------------------- */
.l-header {
  margin: 0;
}

.mod-pankuzu {
  display: none;
}

.mod-pageTop {
  display: none;
}

.mod-footerInq2 {
  display: none;
}

.mod-contCenter {
  display: none;
}

.mod-contCenter .campus {
  display: none;
}

.mod-contCenter .way {
  display: none;
}

.mod-followNav {
  display: none;
}

.footermenu {
  display: none;
}

.footer-nav-list {
  display: none;
}

.pc .l-footer__followNav {
  padding-bottom: 0;
}

@media screen and (max-width: 1066px) {
  .sp .footer-box__lowerLayer .footer-nav {
    height: auto;
  }
  .sp .footer-box__lowerLayer .footer-nav .footer-nav-copy {
    margin-bottom: 0;
  }
}

/*
* lp002.css
*
*/