@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  tab-size: 4;
  word-break: normal;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
}

img, svg, picture {
  display: block;
  width: 100%;
  height: auto;
}

a {
  display: block;
  text-decoration: none;
}

ul, ol, dl, li, dt, dd {
  list-style: none;
}

.lp-l-container {
  width: 100%;
  margin: auto;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #231815;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
}

.lp-l-wrapper {
  width: 100%;
  max-width: 750px;
  margin: auto;
  background: #FFF;
}
@media screen and (min-width: 768px) {
  .lp-l-wrapper {
    box-shadow: 0px 0px min(100px, 13.3333333333vw) 0px rgba(0, 0, 0, 0.25);
  }
}

.lp-l-nav {
  margin-top: calc(min(24px, 3.2vw) * -1);
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 100;
  transform: translateY(100%);
  transition: transform ease-in-out 250ms;
}
.lp-l-nav.is-view {
  transform: translateY(0);
}
.lp-l-nav .lp-p-cta__inner {
  padding-top: min(20px, 2.6666666667vw);
}
.lp-l-nav .lp-c-btn.--lead {
  max-width: 690px;
  height: min(128px, 17.0666666667vw);
  border-radius: min(40px, 5.3333333333vw) min(40px, 5.3333333333vw) 0 0;
  box-shadow: 0 -6px 12px 0 rgba(0, 0, 0, 0.16);
  padding: min(12px, 1.6vw) min(80px, 10.6666666667vw) min(12px, 1.6vw) min(12px, 1.6vw);
}
.lp-l-nav .lp-c-btn.--lead .lp-c-btn__main {
  font-size: min(36px, 4.8vw);
  line-height: 1.4;
  padding: 0 0 min(20px, 2.6666666667vw);
}
.lp-l-nav .lp-c-btn.--lead .lp-c-btn__main small {
  font-size: min(22px, 2.9333333333vw);
  line-height: 1;
}
.lp-l-nav .lp-c-btn.--lead .lp-c-btn__lead {
  width: min(104px, 13.8666666667vw);
  line-height: 1;
}
.lp-l-nav .lp-c-btn.--lead .lp-c-btn__lead span {
  font-weight: 400;
  font-size: min(20px, 2.6666666667vw);
}
.lp-l-nav .lp-c-btn.--lead .lp-c-btn__lead .lp-c-btn__jp {
  font-weight: 700;
}

.lp-l-main {
  background-color: #FFF;
  overflow-x: hidden;
  max-width: 750px;
  margin: 0 auto;
}

.lp-l-sec {
  overflow: hidden;
  position: relative;
  line-height: 1;
  color: #2d2d2d;
}
.lp-l-footer {
  padding: min(57px, 7.6vw) min(60px, 8vw);
}
.lp-l-footer__about {
  text-align: center;
}
.lp-l-footer__about a {
  display: inline-block;
  color: #231815;
  text-align: center;
  font-size: min(26px, 3.4666666667vw);
  font-style: normal;
  font-weight: 400;
  line-height: 1.8; /* 46.8px */
  letter-spacing: 0.16em;
}
@media screen and (min-width: 768px) {
  .lp-l-footer__about a:hover {
    text-decoration: underline;
  }
}
.lp-l-footer__copy {
  margin-top: min(58px, 7.7333333333vw);
  color: #666;
  text-align: center;
  font-size: min(20px, 2.6666666667vw);
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.12em;
}

.lp-c-btn-ttl {
  color: #231815;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: Noto Sans JP;
  font-size: min(26px, 3.4666666667vw);
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 36.4px */
  margin-bottom: min(8px, 1.0666666667vw);
}

.lp-c-btn {
  position: relative;
  width: 100%;
  max-width: min(630px, 84vw);
  margin: 0 auto;
  padding: min(7px, 0.9333333333vw) min(11px, 1.4666666667vw);
  background-color: #1DBE98;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: min(99px, 13.2vw);
  height: min(110px, 14.6666666667vw);
  transition: ease-in-out 250ms;
}
.lp-c-btn__main {
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.16em;
  color: #FFF;
  text-align: center;
  text-shadow: 0 min(2px, 0.2666666667vw) min(4px, 0.5333333333vw) rgba(0, 0, 0, 0.24);
  font-size: min(36px, 4.8vw);
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0;
  padding: 0 min(20px, 2.6666666667vw) 0 0;
  flex: 1 1 auto;
}
.lp-c-btn__main small {
  font-size: min(22px, 2.9333333333vw);
}
.lp-c-btn::after {
  content: "";
  display: block;
  width: min(22px, 2.9333333333vw);
  aspect-ratio: 22/44;
  background: url(../img/icon-btn-arrow.svg) center/contain no-repeat;
  position: absolute;
  right: min(35px, 4.6666666667vw);
  top: 50%;
  transform: translate(0, -50%);
  transition: transform ease-in-out 250ms;
}
.lp-c-btn.--pink {
  background: #E47C7C;
}
.lp-c-btn.--shadow {
  box-shadow: 0 min(6px, 0.8vw) min(12px, 1.6vw) 0 rgba(0, 0, 0, 0.16);
}
.lp-c-btn.--lead {
  height: min(128px, 17.0666666667vw);
  padding: min(7px, 0.9333333333vw) min(30px, 4vw) min(7px, 0.9333333333vw) min(8px, 1.0666666667vw);
}
.lp-c-btn.--lead .lp-c-btn__lead {
  width: min(116px, 15.4666666667vw);
  position: relative;
  flex-shrink: 0;
}
.lp-c-btn.--lead .lp-c-btn__lead::before {
  content: "";
  border-radius: 100%;
  position: absolute;
  left: calc(min(2px, 0.2666666667vw) * -1);
  top: calc(min(2px, 0.2666666667vw) * -1);
  right: calc(min(2px, 0.2666666667vw) * -1);
  bottom: calc(min(2px, 0.2666666667vw) * -1);
  background-color: #fff;
  fill: #FFF;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.24) inset;
}
.lp-c-btn.--lead .lp-c-btn__lead > span {
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 100%;
  text-align: center;
  color: #E47C7C;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: min(22px, 2.9333333333vw);
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  position: relative;
  z-index: 1;
}
.lp-c-btn.--lead .lp-c-btn__lead strong {
  color: #E47C7C;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Roboto", sans-serif;
  font-size: min(56px, 7.4666666667vw);
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  display: inline-block;
}
.lp-c-btn.--lead .lp-c-btn__lead strong.lp-c-btn__jp {
  font-size: min(32px, 4.2666666667vw);
  font-weight: 700;
  line-height: 120%;
  margin: min(10px, 1.3333333333vw) 0 0;
}
@media screen and (min-width: 768px) {
  .lp-c-btn:hover::after {
    transform: translate(50%, -50%);
  }
}

.lp-c-ordered-ttl {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  color: #FBD6D6;
  text-align: right;
  font-family: "Roboto", sans-serif;
  font-size: min(120px, 16vw);
  font-style: italic;
  font-weight: 100;
  line-height: 130%;
}

.lp-c-table__inner {
  overflow-x: scroll;
  padding-bottom: min(15px, 2vw);
}
.lp-c-table table {
  border-collapse: collapse;
  border: solid min(2px, 0.2666666667vw) #999;
}
.lp-c-table th, .lp-c-table td {
  text-align: center;
  border: solid min(2px, 0.2666666667vw) #999;
}
.lp-c-table td {
  border: solid min(2px, 0.2666666667vw) #999;
  font-size: min(26px, 3.4666666667vw);
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
.lp-c-table__row-ttl {
  background: #FAF0E6;
  color: #231815;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: min(24px, 3.2vw);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
  padding-top: min(51px, 6.8vw);
  padding-bottom: min(51px, 6.8vw);
  border-bottom: solid min(2px, 0.2666666667vw) #999;
}
.lp-c-table__row-ttl span {
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
}
.lp-c-table__row-ttl02 {
  background: #FAF0E6;
  color: #231815;
  font-size: min(24px, 3.2vw);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
  padding: min(24px, 3.2vw) min(16px, 2.1333333333vw);
  border-bottom: solid min(2px, 0.2666666667vw) #999;
}
.lp-c-table__col-ttl {
  font-size: min(36px, 4.8vw);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.06em;
  background-color: #EDADAD;
  color: #fff;
}
.lp-c-table__col-ttl:first-child {
  width: min(57px, 7.6vw);
  background: none;
}
.lp-c-table__col-ttl:nth-child(2) {
  background-color: #E47C7C;
}
.lp-c-table__col-ttl:nth-child(n+2) {
  border-left: solid min(2px, 0.2666666667vw) #999;
  width: calc((100% - min(57px, 7.6vw)) / 4);
  aspect-ratio: 204/138;
  padding: min(35px, 4.6666666667vw) min(12.8px, 1.7066666667vw);
}
.lp-c-table__guide {
  width: min(158px, 21.0666666667vw);
  margin: min(24px, 3.2vw) min(30px, 4vw) 0 auto;
}

.lp-c-data-pannel {
  border-bottom: solid 1px #999999;
  color: #999999;
  display: flex;
  align-items: flex-start;
  padding: min(20px, 2.6666666667vw) 0;
}
.lp-c-data-pannel.--no-line {
  border-bottom: none;
  padding-bottom: 0;
}
.lp-c-data-pannel__head {
  width: min(190px, 25.3333333333vw);
}
.lp-c-data-pannel__head__txt {
  margin: 0 auto;
  color: #E47C7C;
  font-size: min(28px, 3.7333333333vw);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
  padding: min(8px, 1.0666666667vw) 0 min(10px, 1.3333333333vw);
}
.lp-c-data-pannel__body {
  flex: 1;
}
.lp-c-data-pannel__body__txt {
  font-size: min(26px, 3.4666666667vw);
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.06em;
  color: #231815;
}
.lp-c-data-pannel__body__txt > a {
  color: #231815;
}

.lp-c-map {
  aspect-ratio: 570/520;
}
.lp-c-map iframe {
  width: 100%;
  height: 100%;
}

.lp-c-ttl-border {
  width: min(538px, 71.7333333333vw);
  padding-bottom: min(10px, 1.3333333333vw);
  margin: auto;
  border-bottom: min(2px, 0.2666666667vw) solid #E47C7C;
  text-align: center;
}
.lp-c-ttl-border__sub {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(16px, 2.1333333333vw);
}
.lp-c-ttl-border__sub::before, .lp-c-ttl-border__sub::after {
  content: "";
  display: block;
  background-color: #E47C7C;
  height: min(2px, 0.2666666667vw);
  flex: 1 1 auto;
}
.lp-c-ttl-border__subInner {
  color: #E47C7C;
  text-align: center;
  font-size: min(28px, 3.7333333333vw);
  font-weight: 700;
  line-height: 180%;
}
.lp-c-ttl-border.--black .lp-c-ttl-border__subInner {
  color: #231815;
}
.lp-c-ttl-border.--white {
  border-bottom: min(2px, 0.2666666667vw) solid #ffffff;
}
.lp-c-ttl-border.--white .lp-c-ttl-border__subInner {
  color: #ffffff;
}
.lp-c-ttl-border.--white .lp-c-ttl-border__sub::before, .lp-c-ttl-border.--white .lp-c-ttl-border__sub::after {
  background-color: #ffffff;
}
.lp-c-ttl-border.--white .lp-c-ttl-border__subInner {
  color: #ffffff;
}
.lp-c-ttl-border.--small {
  border-top: min(2px, 0.2666666667vw) solid #E47C7C;
  width: fit-content;
}
.lp-c-ttl-border.--small .lp-c-ttl-border__main {
  color: #E47C7C;
  font-size: min(56px, 7.4666666667vw);
  font-weight: 500;
  line-height: 140%;
}

.lp-c-acdnBtn01 {
  width: min(590px, 78.6666666667vw);
  margin: auto;
}
.lp-c-acdnBtn01__copy {
  color: #231815;
  text-align: center;
  font-size: min(26px, 3.4666666667vw);
  font-weight: 500;
  line-height: 140%;
}
.lp-c-acdnBtn01__btn {
  margin: min(8px, 1.0666666667vw) 0 0;
  border-radius: min(96px, 12.8vw);
  border: min(2px, 0.2666666667vw) solid #1DBE98;
  display: flex;
  justify-content: center;
  align-items: center;
  height: min(128px, 17.0666666667vw);
  position: relative;
  cursor: pointer;
}
.lp-c-acdnBtn01__btn::before, .lp-c-acdnBtn01__btn::after {
  content: "";
  display: block;
  position: absolute;
  width: min(16px, 2.1333333333vw);
  height: min(3px, 0.4vw);
  background-color: #1DBE98;
  top: 50%;
  transform: translateY(-50%);
  right: min(30px, 4vw);
}
.lp-c-acdnBtn01__btn::before {
  transition: 0.3s;
  transform: translateY(-50%) rotate(90deg);
}
.lp-c-acdnBtn01__btnInner {
  color: #1DBE98;
  text-align: center;
  font-size: min(32px, 4.2666666667vw);
  font-weight: 500;
  line-height: 160%;
}

.is-open .lp-c-acdnBtn01__btn::before {
  transform: translateY(-50%);
}

.lp-c-acdn02 {
  background-color: #fff;
  border-radius: min(16px, 2.1333333333vw);
  background: #FFF;
  padding: min(40px, 5.3333333333vw);
}
.lp-c-acdn02__head {
  padding: 0 min(120px, 16vw) 0 0;
  position: relative;
  min-height: min(80px, 10.6666666667vw);
  cursor: pointer;
  background-image: url("../img/icon-circle-pink.svg");
  background-size: min(80px, 10.6666666667vw) min(80px, 10.6666666667vw);
  background-position: 100% 50%;
  background-repeat: no-repeat;
}
.lp-c-acdn02__head::before, .lp-c-acdn02__head::after {
  content: "";
  display: block;
  position: absolute;
  width: min(16px, 2.1333333333vw);
  height: min(3px, 0.4vw);
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  right: min(30px, 4vw);
}
.lp-c-acdn02__head::before {
  transition: 0.3s;
  transform: translateY(-50%) rotate(90deg);
}
.lp-c-acdn02__body {
  display: none;
}
.lp-c-acdn02__cnt {
  padding: min(24px, 3.2vw) 0 0;
}
.lp-c-acdn02.--small {
  padding: min(24px, 3.2vw) min(40px, 5.3333333333vw);
  border-radius: 0;
  border-top: min(2px, 0.2666666667vw) solid #DDDDDD;
}

.is-open.lp-c-acdn02 .lp-c-acdn02__head::before {
  transform: translateY(-50%) rotate(0);
}

.lp-c-ttl-has-en {
  text-align: center;
  position: relative;
  margin-bottom: min(20px, 2.6666666667vw);
}
.lp-c-ttl-has-en::after {
  content: "";
  display: block;
  width: min(56px, 7.4666666667vw);
  height: min(2px, 0.2666666667vw);
  margin: min(6px, 0.8vw) auto 0;
  background-color: #000;
}
.lp-c-ttl-has-en__sub {
  display: block;
  color: #E47C7C;
  font-family: "Roboto", sans-serif;
  font-size: min(24px, 3.2vw);
  font-weight: 700;
  line-height: 100%;
}
.lp-c-ttl-has-en__main {
  display: block;
  color: #231815;
  text-align: center;
  font-size: min(36px, 4.8vw);
  line-height: 160%;
}

.lp-c-ttl-paralle {
  width: min(630px, 84vw);
  margin: auto;
  background-image: url("../img/ttl-paralle-bg.svg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.lp-c-ttl-paralle__inner {
  height: min(85px, 11.3333333333vw);
  padding: 0 0 min(8px, 1.0666666667vw);
  width: min(206px, 27.4666666667vw);
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-size: min(36px, 4.8vw);
  line-height: 160%;
}

.lp-c-txt-has-bar {
  color: #231815;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: min(32px, 4.2666666667vw);
  font-weight: 700;
  line-height: 160%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: min(8px, 1.0666666667vw);
}
.lp-c-txt-has-bar::before {
  content: "";
  display: block;
  width: min(24px, 3.2vw);
  height: min(2px, 0.2666666667vw);
  background-color: #231815;
}

.lp-c-ttl-triangle {
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.14em;
  text-align: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: min(8px, 1.0666666667vw) min(10px, 1.3333333333vw);
  color: #E47C7C;
  font-size: min(36px, 4.8vw);
  line-height: 160%;
}
.lp-c-ttl-triangle::before, .lp-c-ttl-triangle::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.lp-c-ttl-triangle::before {
  left: 0;
  top: 0;
  border-width: min(32px, 4.2666666667vw) min(32px, 4.2666666667vw) 0 0;
  border-color: #FBD6D6 transparent transparent transparent;
}
.lp-c-ttl-triangle::after {
  right: 0;
  bottom: 0;
  border-width: 0 0 min(32px, 4.2666666667vw) min(32px, 4.2666666667vw);
  border-color: transparent transparent #FBD6D6 transparent;
}
.lp-c-ttl-triangle__inner {
  display: block;
  border: min(2px, 0.2666666667vw) solid #E47C7C;
  position: relative;
  z-index: 2;
  padding: min(2px, 0.2666666667vw) min(10px, 1.3333333333vw);
}
.lp-c-ttl-triangle.--small {
  font-size: min(32px, 4.2666666667vw);
}

.lp-c-tab__wrapper {
  margin: min(10px, 1.3333333333vw) auto 0;
}
.lp-c-tab__head {
  flex: 1 1 min(206px, 27.4666666667vw);
  font-size: min(24px, 3.2vw);
  padding: min(10px, 1.3333333333vw) 0 min(60px, 8vw);
  margin: 0 0 min(24px, 3.2vw);
  background: #CFCFCF;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-size: min(32px, 4.2666666667vw);
  font-weight: 500;
  line-height: 160%;
  position: relative;
}
.lp-c-tab__head__wrapper {
  display: flex;
  align-items: flex-end;
  gap: min(6px, 0.8vw);
  border-radius: min(16px, 2.1333333333vw) min(16px, 2.1333333333vw) 0 0;
  overflow: hidden;
}
.lp-c-tab__head::after {
  content: "";
  display: block;
  position: absolute;
  width: min(40px, 5.3333333333vw);
  height: min(40px, 5.3333333333vw);
  margin: auto;
  background-image: url("../img/icon-check.svg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  bottom: min(15px, 2vw);
}
.lp-c-tab__head::before {
  content: "";
  display: block;
  position: absolute;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  bottom: max(-16px, -2.1333333333vw);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 min(16px, 2.1333333333vw) min(16px, 2.1333333333vw) 0;
  border-color: transparent #E47C7C transparent transparent;
  opacity: 0;
}
.lp-c-tab__head.--active {
  background-color: #E47C7C;
  filter: drop-shadow(0 4px 2px rgba(0, 0, 0, 0.08));
}
.lp-c-tab__head.--active::before {
  opacity: 1;
}
.lp-c-tab__head.--active::after {
  background-image: url("../img/icon-check_active.svg");
}
.lp-c-tab__content {
  display: none;
}
.lp-c-tab__content.--active {
  display: block;
}

.lp-c-circle {
  width: min(264px, 35.2vw);
  height: min(264px, 35.2vw);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  background-image: url("../img/fv_circle.svg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
}
.lp-c-circle.--has-ribbon {
  padding: min(50px, 6.6666666667vw) 0 0;
}
.lp-c-circle.--has-ribbon02 {
  padding: min(15px, 2vw) 0 0;
}
.lp-c-circle__txt {
  color: #231815;
  text-align: center;
  font-size: min(24px, 3.2vw);
  font-weight: 400;
  line-height: 120%;
}
.lp-c-circle__txt.--small {
  font-size: min(20px, 2.6666666667vw);
}
.lp-c-circle__copy {
  color: #E47C7C;
  text-align: center;
  font-size: min(32px, 4.2666666667vw);
  font-weight: 700;
  line-height: 100%;
  margin: min(8px, 1.0666666667vw) 0 0;
}
.lp-c-circle__copy.--large {
  font-size: min(40px, 5.3333333333vw);
}
.lp-c-circle__copy + .lp-c-circle__copy::before {
  content: "";
  display: block;
  width: min(16px, 2.1333333333vw);
  height: min(16px, 2.1333333333vw);
  background-image: url("../img/icon-cross-gray.svg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin: min(8px, 1.0666666667vw) auto;
}
.lp-c-circle__num {
  color: #E47C7C;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: min(80px, 10.6666666667vw);
  font-weight: 700;
  line-height: 100%;
}
.lp-c-circle__unit {
  color: #E47C7C;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: min(32px, 4.2666666667vw);
  font-weight: 700;
  line-height: 100%;
}
.lp-c-circle__ribbon {
  position: absolute;
  width: min(300px, 40vw);
  top: 0;
}

.lp-c-list01 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  width: min(304px, 40.5333333333vw);
  margin: min(40px, 5.3333333333vw) 0 0 auto;
  gap: min(16px, 2.1333333333vw) min(8px, 1.0666666667vw);
}
.lp-c-list01__item {
  flex: 0 0 min(148px, 19.7333333333vw);
  border-radius: min(56px, 7.4666666667vw);
  border: min(2px, 0.2666666667vw) solid #666;
  background: #FFF;
  color: #666;
  font-size: min(24px, 3.2vw);
  font-weight: 500;
  line-height: 140%;
  padding: min(8px, 1.0666666667vw);
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp-c-list01__item.--w {
  flex: 0 0 100%;
}

.lp-p-cv01 {
  position: relative;
  z-index: 1;
  background: linear-gradient(216deg, #F0C49C 2.91%, #EEC6B2 2.92%, #EEA4A4 82.71%);
  padding: min(80px, 10.6666666667vw) min(30px, 4vw) min(40px, 5.3333333333vw);
}
.lp-p-cv01__box {
  border-radius: min(16px, 2.1333333333vw);
  background-color: #fff;
  overflow: hidden;
}
.lp-p-cv01__box01 {
  background: #FAF0E6;
  padding: min(24px, 3.2vw) 0;
}
.lp-p-cv01__txt01 {
  color: #231815;
  text-align: center;
  font-size: min(36px, 4.8vw);
  font-weight: 500;
  line-height: 160%;
}
.lp-p-cv01__sup {
  font-size: min(20px, 2.6666666667vw);
}
.lp-p-cv01__wrapper {
  margin: min(16px, 2.1333333333vw);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(16px, 2.1333333333vw);
}
.lp-p-cv01__txt02 {
  flex: 0 0 auto;
  text-align: center;
}
.lp-p-cv01__txt02-1 {
  color: #FFF;
  font-size: min(20px, 2.6666666667vw);
  font-weight: 700;
  line-height: 100%;
  display: block;
  padding: min(12px, 1.6vw);
  background-color: #E47C7C;
}
.lp-p-cv01__txt02-2 {
  display: block;
  background: #FFF;
  color: #231815;
  font-size: min(24px, 3.2vw);
  line-height: 100%;
  padding: min(12px, 1.6vw);
}
.lp-p-cv01__txt03 {
  flex: 0 0 auto;
  color: #E47C7C;
  font-family: "Roboto", sans-serif;
  font-size: min(112px, 14.9333333333vw);
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: max(-4.48px, -0.5973333333vw);
  text-align: center;
}
.lp-p-cv01__yen {
  color: #E47C7C;
  font-size: min(56px, 7.4666666667vw);
  font-weight: 700;
  line-height: 100%;
  position: relative;
  letter-spacing: 0;
}
.lp-p-cv01__unit {
  color: #E47C7C;
  text-align: center;
  font-size: min(20px, 2.6666666667vw);
  font-weight: 400;
  line-height: 150%;
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 0;
  white-space: nowrap;
  top: -1.2em;
}
.lp-p-cv01__box02 {
  padding: min(32px, 4.2666666667vw) 0;
}
.lp-p-cv01__note {
  color: #fff;
  font-size: min(20px, 2.6666666667vw);
  font-weight: 400;
  line-height: 150%;
  margin-top: min(16px, 2.1333333333vw);
}

.lp-p-cv02 {
  background: linear-gradient(216deg, #F0C49C 2.91%, #EEC6B2 2.92%, #EEA4A4 82.71%);
  padding: min(40px, 5.3333333333vw) 0 min(80px, 10.6666666667vw);
}
.lp-p-cv02__img {
  width: min(133px, 17.7333333333vw);
  margin: auto;
}
.lp-p-cv02__box {
  width: min(630px, 84vw);
  margin: auto;
  border-radius: min(16px, 2.1333333333vw);
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(16px, 2.1333333333vw);
  padding: min(16px, 2.1333333333vw) min(40px, 5.3333333333vw);
}
.lp-p-cv02__box::before {
  content: "";
  display: block;
  flex: 0 0 min(40px, 5.3333333333vw);
  width: min(40px, 5.3333333333vw);
  height: min(40px, 5.3333333333vw);
  background-image: url("../img/icon_alert.svg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.lp-p-cv02__inner {
  flex: 1 1 auto;
}
.lp-p-cv02__txt {
  color: #231815;
  font-size: min(28px, 3.7333333333vw);
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
.lp-p-cv02__btn {
  margin: min(40px, 5.3333333333vw) 0 0;
}

.lp-p-cta__inner {
  padding: min(36px, 4.8vw) min(30px, 4vw) 0;
}
.lp-p-cta__head {
  margin-bottom: min(27px, 3.6vw);
}
.lp-p-mode-list__item:nth-child(n+2) {
  margin-top: min(58px, 7.7333333333vw);
}

.lp-p-acdn01__cnt {
  display: none;
  border-radius: min(16px, 2.1333333333vw);
  background: #EEF8FA;
  padding: min(56px, 7.4666666667vw) min(40px, 5.3333333333vw);
  width: min(630px, 84vw);
  margin: min(40px, 5.3333333333vw) auto 0;
}
.lp-p-acdn01__txt {
  color: #231815;
  font-size: min(28px, 3.7333333333vw);
  font-weight: 400;
  line-height: 180%;
}
.lp-p-acdn01__copy {
  color: #E47C7C;
  font-size: min(36px, 4.8vw);
  font-weight: 500;
  line-height: 160%;
  margin: min(16px, 2.1333333333vw) 0 0;
}
.lp-p-acdn01__img {
  margin: min(24px, 3.2vw) 0;
}

.lp-p-acdn-list01__item {
  margin: min(56px, 7.4666666667vw) 0 0;
}

.lp-p-circle-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(50px, 6.6666666667vw);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  bottom: max(-60px, -8vw);
}

.lp-u-txt-ff-base {
  font-family: "Noto Serif JP", serif;
}

.lp-u-txt-ff-noto-sans {
  font-family: "Noto Sans JP", sans-serif;
}

.lp-u-txt-ff-robot {
  font-family: "Roboto", sans-serif;
}

.lp-u-txt-color-main {
  color: #14B4B4;
}

.lp-u-txt-color-red {
  color: #AE2402;
}

.lp-u-txt-color-pink {
  color: #E47C7C;
}

.lp-u-txt-color-gray {
  color: #666666;
}

.lp-u-txt-color-ocre {
  color: #926D35;
}

.lp-u-txt-fw-n {
  font-weight: 400;
}

.lp-u-txt-fw-m {
  font-weight: 500;
}

.lp-u-txt-fw-b {
  font-weight: 700;
}

.lp-u-txt-underline {
  text-decoration: underline 1px #333;
  text-underline-offset: 0.3em;
}

.lp-u-txt-gradient {
  background: linear-gradient(269deg, #16ACC7 34.97%, #3A84F1 62.61%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lp-u-txt-undermarker {
  padding-bottom: 0.1em;
  background-image: linear-gradient(to right, #E0A5A9, #E0A5A9);
  background-size: 100% 14%; /* 下線の太さと方向を指定 */
  background-repeat: no-repeat;
  background-position: 0 80%; /* 下線の位置を微調整 */
}

.lp-u-txt-vertical {
  writing-mode: vertical-rl; /* テキストを縦書きにする */
  text-orientation: upright; /* テキストを垂直に維持 */
}

.lp-u-bg-color-red {
  background-color: #AE2402;
}

.lp-u-bg-color-Isabelline {
  background-color: #FEF9EE;
}

.lp-u-txt-center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .lp-u-hide-tabSp {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .lp-u-hide-pc {
    display: none !important;
  }
}