@charset "UTF-8";
/*----- メディアクエリ -----*/
/* 使い方
@include mq(768px){
}
*/
/*----- font -----*/
/* 使い方
font-family: $f_zen;
*/
/*----- px変換 -----*/
/* 使い方
font-size: rem(16);
font-size: vw(16);
line-height: lh(16,28);
letter-spacing: ls(50);
*/
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  tap-highlight-color: transparent;
  text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  clear: both;
  box-sizing: content-box;
  height: 0;
  margin: 0;
  overflow: visible;
  color: inherit;
  border-top-width: 1px;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  vertical-align: middle;
  padding: 0;
  margin: 0;
  background: transparent;
  border-radius: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit;
  appearance: none;
}

[type=checkbox] {
  appearance: checkbox;
}

[type=radio] {
  appearance: radio;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::inner-spin-button, [type=number]::outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::search-decoration {
  appearance: none;
}

::file-upload-button {
  font: inherit;
  appearance: button;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  font-weight: 700;
  text-align: left;
}

body {
  background: #fff;
  overflow-x: hidden;
  color: #212121;
  line-height: 1;
}
body * {
  box-sizing: border-box;
  font-family: "Zen Kaku Gothic Antique", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

ul, ol, dl {
  list-style: none;
}

a {
  outline: none;
  color: #38b5dd;
}

p, li, dt, dd {
  color: #212121;
  line-height: 1;
}

.l-pagebody {
  padding-top: 4.375rem;
}
@media screen and (max-width: 768px) {
  .l-pagebody {
    padding-top: 3.5625rem;
  }
}

.l-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 4.375rem;
  padding: 0 1.125rem 0 1.25rem;
  background: #fff;
  box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.08);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
}
@media screen and (max-width: 1150px) {
  .l-header {
    padding-left: 0.75rem;
  }
}
@media screen and (max-width: 1150px) and (max-width: 768px) {
  .l-header {
    height: 3.5625rem;
    padding-right: 0.5rem;
  }
}
.l-header__logo a {
  display: inline-block;
}
@media screen and (max-width: 1150px) {
  .l-header__logo a img {
    width: 7.5rem;
  }
}
@media screen and (max-width: 1150px) and (max-width: 768px) {
  .l-header__logo a img {
    width: 9.625rem;
  }
}
.l-header__buttons {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header__buttons {
    display: flex;
    margin-left: auto;
    margin-right: 0.25rem;
  }
}
@media screen and (max-width: 768px) {
  .l-header__buttons a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 6.25rem;
    height: 2rem;
    background: #ee7800;
    background: linear-gradient(90deg, rgb(227, 110, 0) 0%, rgb(238, 120, 0) 50%, rgb(255, 140, 30) 100%);
    border-radius: 1.125rem;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
  }
}
.l-header__buttons a span {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-header__buttons.is-active {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
}
.l-header__toggle {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header__toggle {
    display: block;
    width: 2rem;
    height: 2rem;
    background: #3e3e3e;
    border-radius: 50%;
    box-shadow: none;
    cursor: pointer;
    outline: none;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .l-header__toggle span {
    display: block;
    width: 0.75rem;
    height: 0.0625rem;
    margin: auto;
    background: #fff;
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    transition: all 0.3s ease;
  }
}
@media screen and (max-width: 768px) {
  .l-header__toggle span:nth-of-type(1) {
    top: 0.625rem;
  }
}
@media screen and (max-width: 768px) {
  .l-header__toggle span:nth-of-type(2) {
    top: 0.9375rem;
  }
}
@media screen and (max-width: 768px) {
  .l-header__toggle span:nth-of-type(3) {
    top: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .l-header__toggle.is-active span:nth-of-type(1) {
    top: 0.9375rem;
    transform: rotate(32deg);
  }
}
@media screen and (max-width: 768px) {
  .l-header__toggle.is-active span:nth-of-type(2) {
    width: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-header__toggle.is-active span:nth-of-type(3) {
    top: 0.9375rem;
    transform: rotate(-32deg);
  }
}

.l-footer {
  padding: 1.5625rem 0;
  background: #3e3e3e;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 2.1333333333vw 0;
  }
}
.l-footer__copyright {
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-footer__copyright {
    font-size: 2.6666666667vw;
  }
}

.l-nav {
  display: flex;
  align-items: center;
  max-width: calc(100% - 14.1875rem);
  height: 4.375rem;
  padding-right: 1.125rem;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 12;
}
@media screen and (max-width: 1150px) {
  .l-nav {
    max-width: calc(100% - 8.875rem);
  }
}
@media screen and (max-width: 1150px) and (max-width: 768px) {
  .l-nav {
    display: block;
    width: 100%;
    max-width: inherit;
    height: calc(100vh - 3.5625rem);
    padding: 4.2666666667vw 8vw 10.6666666667vw 8vw;
    opacity: 0;
    pointer-events: none;
    overflow: auto;
    top: 3.5625rem;
    left: 0;
    right: auto;
    backdrop-filter: blur(1rem);
  }
}
@media screen and (max-width: 768px) {
  .l-nav.is-active {
    opacity: 1;
    pointer-events: inherit;
    transition: opacity 0.3s ease;
  }
}
.l-nav__ul {
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-nav__ul {
    display: block;
  }
}
.l-nav__li {
  margin-right: 1.25rem;
  text-align: center;
}
@media screen and (max-width: 1310px) {
  .l-nav__li {
    margin-right: 0.9375rem;
  }
}
@media screen and (max-width: 1310px) and (max-width: 768px) {
  .l-nav__li {
    margin-top: 6.4vw;
    margin-right: 0;
    text-align: left;
  }
}
.l-nav__li a {
  display: inline-block;
  color: #3c9a46;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1310px) {
  .l-nav__li a {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 1310px) and (max-width: 920px) {
  .l-nav__li a {
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 1310px) and (max-width: 920px) and (max-width: 768px) {
  .l-nav__li a {
    font-size: 5.3333333333vw;
    font-weight: 900;
  }
}
.l-nav__li a span {
  display: inline-block;
  position: relative;
}
.l-nav__buttons {
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-nav__buttons {
    display: block;
    padding-top: 5.0666666667vw;
  }
}
.l-nav__buttons a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.25rem;
  margin-left: 1rem;
  border-radius: 1.125rem;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-nav__buttons a {
    height: 12.8vw;
    padding: 0 10.6666666667vw;
    margin-top: 5.6vw;
    margin-left: 0;
    border-radius: 6.4vw;
    font-size: 5.3333333333vw;
    position: relative;
  }
}
.l-nav__buttons a:first-of-type {
  margin-left: 0;
}
.l-nav__buttons a span {
  display: inline-block;
  position: relative;
}
.l-nav__buttons a span em {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-nav__buttons a span em {
    display: inline;
    font-style: normal;
  }
}
.l-nav__buttons__orange {
  width: 7.75rem;
  background: #ee7800;
  background: linear-gradient(90deg, rgb(227, 110, 0) 0%, rgb(238, 120, 0) 50%, rgb(255, 140, 30) 100%);
  color: #fff;
}
@media screen and (max-width: 880px) {
  .l-nav__buttons__orange {
    width: 6.875rem;
  }
}
@media screen and (max-width: 880px) and (max-width: 768px) {
  .l-nav__buttons__orange {
    width: 100%;
    box-shadow: 0 1.3333333333vw 0 0 #c06203;
  }
}
@media screen and (max-width: 768px) {
  .l-nav__buttons__orange::after {
    content: "";
    display: block;
    width: 6.4vw;
    height: 6.4vw;
    margin: auto;
    background: url("assets/images/common/c-button-01--orange_bg_icon_arrow.svg") no-repeat center center/1.8666666667vw 3.2vw, #fff;
    border-radius: 50%;
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 3.2vw;
    bottom: 0;
  }
}
.l-nav__buttons__green {
  width: 7.75rem;
  background: #3c9a46;
  background: linear-gradient(90deg, rgb(42, 141, 57) 0%, rgb(60, 154, 70) 50%, rgb(80, 184, 100) 100%);
  color: #fff;
}
@media screen and (max-width: 880px) {
  .l-nav__buttons__green {
    width: 6.875rem;
  }
}
@media screen and (max-width: 880px) and (max-width: 768px) {
  .l-nav__buttons__green {
    width: 100%;
    box-shadow: 0 1.3333333333vw 0 0 #2a6c31;
  }
}
.l-nav__buttons__green span {
  padding-left: 1.1875rem;
}
@media screen and (max-width: 768px) {
  .l-nav__buttons__green span {
    padding-left: 0;
  }
}
.l-nav__buttons__green span::before {
  content: "";
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  margin: auto;
  background: url("assets/images/common/header_bg_icon_glass.svg") no-repeat top left/100% 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: -0.25rem;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .l-nav__buttons__green span::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-nav__buttons__green::before {
    content: "";
    display: block;
    width: 6.1333333333vw;
    height: 6.1333333333vw;
    margin: auto;
    background: url("assets/images/common/c-button-01--green_bg_icon_glass.svg") no-repeat top left/100% 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 4.5333333333vw;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-nav__buttons__green::after {
    content: "";
    display: block;
    width: 6.4vw;
    height: 6.4vw;
    margin: auto;
    background: url("assets/images/common/c-button-01--green_bg_icon_arrow.svg") no-repeat center center/3.2vw 1.8666666667vw, #fff;
    border-radius: 50%;
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 3.2vw;
    bottom: 0;
  }
}
.l-nav__buttons__gray {
  width: 9.5rem;
  background: #f3f3f3;
  color: #3c9a46;
}
@media screen and (max-width: 880px) {
  .l-nav__buttons__gray {
    width: 8.75rem;
  }
}
@media screen and (max-width: 880px) and (max-width: 768px) {
  .l-nav__buttons__gray {
    width: 100%;
    box-shadow: 0 1.3333333333vw 0 0 #ccc;
    font-size: 4.2666666667vw;
  }
}
.l-nav__buttons__gray span {
  padding-right: 1rem;
}
.l-nav__buttons__gray span::before {
  content: "";
  display: block;
  width: 0.875rem;
  height: 0.875rem;
  margin: auto;
  background: url("assets/images/common/header_bg_icon_blank.svg") no-repeat top left/100% 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: -0.1875rem;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .l-nav__buttons__gray span::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-nav__buttons__gray::before {
    content: "";
    display: block;
    width: 4vw;
    height: 4vw;
    margin: auto;
    background: url("assets/images/common/header_bg_icon_blank.svg") no-repeat top left/100% 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 4.5333333333vw;
    bottom: 0;
  }
}

.c-heading-01__sub {
  padding-bottom: 0.625rem;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  color: #3c9a46;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-heading-01__sub {
    padding-bottom: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
.c-heading-01__sub::before {
  content: "";
  display: block;
  width: 3.25rem;
  height: 0.0625rem;
  margin: auto;
  background: #3c9a46;
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .c-heading-01__sub::before {
    width: 13.8666666667vw;
    height: 0.2666666667vw;
  }
}
.c-heading-01__main {
  margin-top: 0.9375rem;
  color: #3c9a46;
  font-size: 2.125rem;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-heading-01__main {
    margin-top: 4vw;
    font-size: 8.5333333333vw;
  }
}

.c-button-01, .c-button-01--yellow, .c-button-01--gray, .c-button-01--green, .c-button-01--orange {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15rem;
  height: 3rem;
  border-radius: 1.5rem;
  cursor: pointer;
  outline: none;
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-button-01, .c-button-01--yellow, .c-button-01--gray, .c-button-01--green, .c-button-01--orange {
    width: 64vw;
    height: 12.8vw;
    border-radius: 6.4vw;
    font-size: 5.3333333333vw;
  }
}
.c-button-01--orange {
  width: 19.6875rem;
  height: 3.75rem;
  background: #ee7800;
  background: linear-gradient(90deg, rgb(227, 110, 0) 0%, rgb(238, 120, 0) 50%, rgb(255, 140, 30) 100%);
  border-radius: 1.875rem;
  box-shadow: 0 0.3125rem 0 0 #c06203;
  color: #fff;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .c-button-01--orange {
    width: 84vw;
    height: 16vw;
    border-radius: 8vw;
    box-shadow: 0 1.3333333333vw 0 0 #c06203;
    font-size: 6.4vw;
  }
}
.c-button-01--orange span {
  display: inline-block;
  padding-right: 2.875rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-button-01--orange span {
    padding-right: 12.2666666667vw;
  }
}
.c-button-01--orange span::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  margin: auto;
  background: url("assets/images/common/c-button-01--orange_bg_icon_arrow.svg") no-repeat left 0.75rem center/0.5625rem 1rem, #fff;
  border-radius: 50%;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .c-button-01--orange span::before {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    background: url("assets/images/common/c-button-01--orange_bg_icon_arrow.svg") no-repeat left 3.2vw center/2.4vw 4.2666666667vw, #fff;
  }
}
.c-button-01--green {
  background: #3c9a46;
  background: linear-gradient(90deg, rgb(42, 141, 57) 0%, rgb(60, 154, 70) 50%, rgb(80, 184, 100) 100%);
  box-shadow: 0 0.3125rem 0 0 #2a6c31;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-button-01--green {
    box-shadow: 0 1.3333333333vw 0 0 #2a6c31;
  }
}
.c-button-01--green::before {
  content: "";
  display: block;
  width: 1.4375rem;
  height: 1.4375rem;
  margin: auto;
  background: url("assets/images/common/c-button-01--green_bg_icon_glass.svg") no-repeat top left/100% 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 1.0625rem;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .c-button-01--green::before {
    width: 6.1333333333vw;
    height: 6.1333333333vw;
    left: 4.5333333333vw;
  }
}
.c-button-01--green::after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  margin: auto;
  background: url("assets/images/common/c-button-01--green_bg_icon_arrow.svg") no-repeat center center/0.75rem 0.4375rem, #fff;
  border-radius: 50%;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0.75rem;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .c-button-01--green::after {
    width: 6.4vw;
    height: 6.4vw;
    background: url("assets/images/common/c-button-01--green_bg_icon_arrow.svg") no-repeat center center/3.2vw 1.8666666667vw, #fff;
    right: 3.2vw;
  }
}
.c-button-01--gray {
  background: #f3f3f3;
  box-shadow: 0 0.3125rem 0 0 #ccc;
  color: #3c9a46;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-button-01--gray {
    box-shadow: 0 1.3333333333vw 0 0 #ccc;
    font-size: 4.2666666667vw;
  }
}
.c-button-01--gray::before {
  content: "";
  display: block;
  width: 0.9375rem;
  height: 0.9375rem;
  margin: auto;
  background: url("assets/images/common/c-button-01--gray_bg_icon_blank.svg") no-repeat top left/100% 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 1.0625rem;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .c-button-01--gray::before {
    width: 4vw;
    height: 4vw;
    right: 4.5333333333vw;
  }
}
.c-button-01--yellow {
  background: #ffdb20;
  box-shadow: 0 0.3125rem 0 0 #cd9a00;
  color: #ee7800;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-button-01--yellow {
    box-shadow: 0 1.3333333333vw 0 0 #cd9a00;
  }
}
.c-button-01--yellow::after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  margin: auto;
  background: url("assets/images/common/c-button-01--yellow_bg_icon_arrow.svg") no-repeat center center/0.75rem 0.4375rem, #fff;
  border-radius: 50%;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0.75rem;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .c-button-01--yellow::after {
    width: 6.4vw;
    height: 6.4vw;
    background: url("assets/images/common/c-button-01--yellow_bg_icon_arrow.svg") no-repeat center center/3.2vw 1.8666666667vw, #fff;
    right: 3.2vw;
  }
}

.u-wrap {
  max-width: 71.25rem;
  padding: 0 1.25rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .u-wrap {
    padding: 0 5.3333333333vw;
  }
}

.u-nopc {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-nopc {
    display: inherit;
  }
}

.u-nosp {
  display: inherit;
}
@media screen and (max-width: 768px) {
  .u-nosp {
    display: none;
  }
}

.u-hover--fade {
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .u-hover--fade {
    transition: none;
  }
}
.u-hover--fade:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .u-hover--fade:hover {
    opacity: 1;
  }
}

.p-lp-002 {
  /*---------- fv ----------*/
  /*---------- cta ----------*/
  /*---------- problems ----------*/
  /*---------- solution ----------*/
  /*---------- case ----------*/
  /*---------- price ----------*/
  /*---------- change ----------*/
  /*---------- voice ----------*/
  /*---------- calc ----------*/
  /*---------- faq ----------*/
}
.p-lp-002-fv__wrap {
  max-width: 120rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-lp-002-fv__wrap {
    max-width: inherit;
  }
}
.p-lp-002-fv__img {
  position: relative;
  z-index: 1;
}
.p-lp-002-fv__img img {
  width: 100%;
  min-height: 525px;
}
@media screen and (max-width: 820px) {
  .p-lp-002-fv__img img {
    min-height: 0;
  }
}
.p-lp-002-fv__subheading {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-lp-002-fv__subheading {
    position: absolute;
    top: 4vw;
    left: 0;
  }
}
.p-lp-002-fv__subheading span {
  display: inline-block;
  padding: 0.8125rem 1.25rem;
  background: #3c9a46;
  border-radius: 0.75rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-lp-002-fv__subheading span {
    padding: 2.6666666667vw 5.3333333333vw;
    border-radius: 3.2vw;
    font-size: 5.3333333333vw;
  }
}
.p-lp-002-fv__row {
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  justify-content: space-between;
  width: 61.25rem;
  margin-left: -30.625rem;
  padding-top: 3.5rem;
}
@media screen and (max-width: 1008px) {
  .p-lp-002-fv__row {
    left: 0;
    width: 100%;
    gap: 1.25rem;
    margin-left: 0;
    padding: 3.5rem 0.875rem 0;
    align-items: center;
  }
}
@media screen and (max-width: 908px) {
  .p-lp-002-fv__row {
    padding-top: 1.875rem;
  }
}
@media screen and (max-width: 820px) {
  .p-lp-002-fv__row {
    display: block;
    padding-top: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .p-lp-002-fv__row {
    padding: 0;
  }
}
.p-lp-002-fv__form {
  width: 100%;
  max-width: 22.1875rem;
  padding: 1.25rem;
  border-radius: 1rem;
  background: #FFF;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .p-lp-002-fv__form {
    display: none;
  }
}
.p-lp-002-fv__form .p-lp-002-cta {
  padding: 0;
}
.p-lp-002-fv__form-unit {
  margin-bottom: 15px;
}
.p-lp-002-fv__form-error {
  color: #C00;
  margin-bottom: -0.75rem;
  font-size: 0.75rem;
}
.p-lp-002-fv__form-notes {
  color: #888;
  font-size: 0.75rem;
  margin-bottom: 1.25rem;
  line-height: 1.6;
}
.p-lp-002-fv__input {
  width: 100%;
  height: 3.125rem;
  padding: 0.625rem;
  border-radius: 0.625rem;
  background: #D9D9D9;
}
.p-lp-002-fv__heading {
  width: 100%;
  color: #3c9a46;
  font-size: 2.25rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: 1.5rem;
}
@media screen and (max-width: 1100px) {
  .p-lp-002-fv__heading {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 820px) {
  .p-lp-002-fv__heading {
    margin-top: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  .p-lp-002-fv__heading {
    position: absolute;
    font-size: 5.3333333333vw;
    line-height: 1.4;
    top: 16.8vw;
    margin-top: 0;
  }
}
.p-lp-002-fv__heading em {
  font-size: 2.625rem;
  font-style: normal;
}
@media screen and (max-width: 1100px) {
  .p-lp-002-fv__heading em {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 1100px) and (max-width: 768px) {
  .p-lp-002-fv__heading em {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 820px) {
  .p-lp-002-fv__heading br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-lp-002-fv__heading br {
    display: inherit;
  }
}
.p-lp-002-fv__heading span {
  display: inline-block;
  margin-top: 1.75rem;
  margin-left: 0.625rem;
  color: #ee7800;
  font-size: 2.625rem;
}
@media screen and (max-width: 1100px) {
  .p-lp-002-fv__heading span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1100px) and (max-width: 768px) {
  .p-lp-002-fv__heading span {
    margin-top: 0;
    font-size: 9.6vw;
  }
}
.p-lp-002-fv__heading span strong {
  display: inline-block;
  font-size: 4rem;
  font-weight: 900;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .p-lp-002-fv__heading span strong {
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 1100px) and (max-width: 768px) {
  .p-lp-002-fv__heading span strong {
    font-size: 12.2666666667vw;
  }
}
.p-lp-002-fv__heading span strong:last-of-type {
  margin-right: 0.375rem;
}
@media screen and (max-width: 768px) {
  .p-lp-002-fv__heading span strong:last-of-type {
    margin-right: 0;
  }
}
.p-lp-002-fv__heading span strong::before {
  content: "";
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  margin: auto;
  background: #ee7800;
  border-radius: 50%;
  pointer-events: none;
  position: absolute;
  top: -1.125rem;
  left: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .p-lp-002-fv__heading span strong::before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    top: -0.2666666667vw;
  }
}
.p-lp-002-fv__heading span small {
  display: inline-block;
  font-size: 2.25rem;
  margin-top: 0.75rem;
}
@media screen and (max-width: 1100px) {
  .p-lp-002-fv__heading span small {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 768px) {
  .p-lp-002-fv__heading span small:first-of-type {
    font-size: 8.5333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-lp-002-fv__heading span small:last-of-type {
    font-size: 6.4vw;
    position: relative;
    top: -5.3333333333vw;
  }
}
.p-lp-002-fv__flex {
  display: flex;
  width: 32.375rem;
  margin: auto;
  position: relative;
  z-index: 2;
  margin-top: 0.875rem;
}
@media screen and (max-width: 908px) {
  .p-lp-002-fv__flex {
    width: auto;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 820px) {
  .p-lp-002-fv__flex {
    flex-wrap: nowrap;
    justify-content: inherit;
    width: 32.375rem;
    margin-top: 1.25rem;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .p-lp-002-fv__flex {
    position: absolute;
    width: 100%;
    padding: 0 3.7333333333vw;
    top: 50.9333333333vw;
    margin-top: 0;
  }
}
.p-lp-002-fv__badge {
  width: 6.28125rem;
  height: 7.1875rem;
  margin-left: 0.3125rem;
  background: url("assets/images/page/lp/002/fv_bg_badge.webp") no-repeat top left/100% 100%;
}
@media screen and (max-width: 768px) {
  .p-lp-002-fv__badge {
    width: 20vw;
    height: 22.9333333333vw;
    margin-left: 0.6666666667vw;
  }
}
.p-lp-002-fv__badge:first-of-type {
  margin-left: 0;
}
.p-lp-002-fv__badge__read {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 6.28125rem;
  padding-left: 0.15625rem;
  color: #3e3e3e;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-lp-002-fv__badge__read {
    height: 20vw;
    padding-left: 0.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.p-lp-002-fv__company {
  margin-left: 1.75rem;
}
@media screen and (max-width: 908px) {
  .p-lp-002-fv__company {
    margin-left: 0;
  }
}
@media screen and (max-width: 820px) {
  .p-lp-002-fv__company {
    flex-basis: unset;
    margin-left: 1.75rem;
  }
}
@media screen and (max-width: 768px) {
  .p-lp-002-fv__company {
    width: 50.4vw;
    padding-top: 4.5333333333vw;
    margin-left: 2.9333333333vw;
  }
}
.p-lp-002-fv__company__subheading {
  padding-left: 1.9375rem;
  color: #3e3e3e;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 908px) {
  .p-lp-002-fv__company__subheading {
    margin-top: 0.625rem;
  }
}
@media screen and (max-width: 820px) {
  .p-lp-002-fv__company__subheading {
    padding-left: 1.9375rem;
  }
}
@media screen and (max-width: 768px) {
  .p-lp-002-fv__company__subheading {
    padding-top: 1.0666666667vw;
    padding-left: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.p-lp-002-fv__company__subheading::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url("assets/images/page/lp/002/fv_bg_icon_company.svg") no-repeat top left/100% 100%;
  pointer-events: none;
  position: absolute;
  top: 0.125rem;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-lp-002-fv__company__subheading::before {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
.p-lp-002-fv__company__heading {
  margin-top: -0.625rem;
}
.p-lp-002-cta {
  padding: 5rem 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-lp-002-cta {
    padding: 13.3333333333vw 0 21.3333333333vw 0;
  }
}
.p-lp-002-cta:nth-of-type(2), .p-lp-002-cta:nth-of-type(11) {
  padding: 3.125rem 0;
}
@media screen and (max-width: 768px) {
  .p-lp-002-cta:nth-of-type(2) {
    padding: 6.6666666667vw 0 16vw 0;
  }
}
@media screen and (max-width: 768px) {
  .p-lp-002-cta:nth-of-type(11) {
    padding: 6.6666666667vw 0 7.4666666667vw 0;
  }
}
@media screen and (max-width: 768px) {
  .p-lp-002-cta:last-of-type {
    padding: 10.6666666667vw 0;
  }
}
@media screen and (max-width: 768px) {
  .p-lp-002-cta:last-of-type .p-lp-002-cta__col {
    margin-top: 4.2666666667vw;
  }
}
.p-lp-002-cta__wrap {
  padding: 0 0.875rem;
}
@media screen and (max-width: 768px) {
  .p-lp-002-cta__wrap {
    padding: 0 8vw;
  }
}
.p-lp-002-cta__heading {
  margin-bottom: 2.1875rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-lp-002-cta__heading {
    margin-bottom: 12vw;
  }
}
.p-lp-002-cta__heading span {
  display: inline-block;
  padding-bottom: 0.1875rem;
  background: linear-gradient(transparent 70%, rgba(255, 204, 0, 0.3) 70%);
  color: #3c9a46;
  font-size: 1.25rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .p-lp-002-cta__heading span {
    padding-bottom: 0.8vw;
    font-size: 4.2666666667vw;
  }
}
.p-lp-002-cta__heading em {
  display: inline-block;
  margin-top: 1.25rem;
  color: #3e3e3e;
  font-size: 1.25rem;
  font-weight: 900;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .p-lp-002-cta__heading em {
    margin-top: 2.6666666667vw;
    font-size: 4.2666666667vw;
    line-height: 1.6;
  }
}
.p-lp-002-cta__heading em small {
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-lp-002-cta__heading em small {
    font-size: 4.2666666667vw;
  }
}
.p-lp-002-cta__heading strong {
  display: inline-block;
  margin-top: 1.25rem;
  color: #ee7800;
  font-size: 1.5rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .p-lp-002-cta__heading strong {
    margin-top: 2.6666666667vw;
    font-size: 5.3333333333vw;
  }
}
.p-lp-002-cta__buttons {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-lp-002-cta__buttons {
    display: block;
  }
}
.p-lp-002-cta__entry__heading {
  color: #ee7800;
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-lp-002-cta__entry__heading {
    font-size: 5.3333333333vw;
  }
}
.p-lp-002-cta__entry__heading span {
  display: inline-block;
  padding: 0 0.1875rem 0 0.625rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-lp-002-cta__entry__heading span {
    padding: 0 0.8vw 0 2.6666666667vw;
  }
}
.p-lp-002-cta__entry__heading span::before, .p-lp-002-cta__entry__heading span::after {
  content: "";
  display: block;
  width: 0.0625rem;
  height: 1.25rem;
  background: #ee7800;
  pointer-events: none;
  position: absolute;
  top: 0.125rem;
}
@media screen and (max-width: 768px) {
  .p-lp-002-cta__entry__heading span::before, .p-lp-002-cta__entry__heading span::after {
    width: 0.2666666667vw;
    height: 5.3333333333vw;
    top: 0.5333333333vw;
  }
}
.p-lp-002-cta__entry__heading span em {
  display: inline-block;
  margin-left: -0.3125rem;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .p-lp-002-cta__entry__heading span em {
    margin-left: -1.3333333333vw;
  }
}
.p-lp-002-cta__entry__heading span::before {
  left: 0;
  transform: rotate(-30deg);
}
.p-lp-002-cta__entry__heading span::after {
  right: 0;
  transform: rotate(30deg);
}
.p-lp-002-cta__entry a {
  margin: 0.625rem auto 0 auto;
}
@media screen and (max-width: 768px) {
  .p-lp-002-cta__entry a {
    margin: 2.6666666667vw auto 0 auto;
  }
}
.p-lp-002-cta__flex {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 768px) {
  .p-lp-002-cta__flex {
    flex-wrap: wrap;
    margin-top: 0;
  }
}
.p-lp-002-cta__col {
  margin: 0 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-lp-002-cta__col {
    width: 100%;
    margin: 4.2666666667vw 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p-lp-002-cta__col:first-of-type {
    margin-top: 6.9333333333vw;
  }
}
.p-lp-002-cta__col__heading {
  color: #3c9a46;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-lp-002-cta__col__heading {
    font-size: 4.2666666667vw;
  }
}
.p-lp-002-cta__col__heading span {
  display: inline-block;
  padding-left: 1.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-lp-002-cta__col__heading span {
    padding-left: 6.4vw;
  }
}
.p-lp-002-cta__col__heading span::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.375rem;
  background: url("assets/images/page/lp/002/cta_bg_icon_bulb.svg") no-repeat top left/100% 100%;
  pointer-events: none;
  position: absolute;
  top: -0.3125rem;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-lp-002-cta__col__heading span::before {
    width: 5.3333333333vw;
    height: 5.8666666667vw;
    top: -1.3333333333vw;
  }
}
.p-lp-002-cta__col a {
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-lp-002-cta__col a {
    margin: 2.6666666667vw auto 0 auto;
  }
}
.p-lp-002-cta__bnr-04 {
  display: block;
  max-width: 60.25rem;
  margin: 4.5rem auto;
}
@media screen and (max-width: 768px) {
  .p-lp-002-cta__bnr-04 {
    margin: 6.9333333333vw auto 0;
  }
}
.p-lp-002-problems {
  padding: 3.125rem 0 2.9375rem 0;
  background: #f3f3f3;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-lp-002-problems {
    padding: 12vw 0 10.6666666667vw 0;
  }
}
.p-lp-002-problems::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 4.7584187408vw solid #f3f3f3;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  border-bottom: 0;
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: calc(-4.7584187408vw + 1px);
}
@media screen and (max-width: 768px) {
  .p-lp-002-problems::before {
    border-top: 6.6666666667vw solid #f3f3f3;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    bottom: calc(-6.6666666667vw + 1px);
  }
}
.p-lp-002-problems__wrap {
  max-width: 65.5rem;
  padding: 0 0.875rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-lp-002-problems__wrap {
    max-width: inherit;
    padding: 0 6.4vw;
  }
}
.p-lp-002-problems__flex {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-lp-002-problems__flex {
    display: block;
    padding-top: 2.6666666667vw;
  }
}
.p-lp-002-problems__col {
  width: calc(33.33% - 1.25rem);
  min-height: 13.125rem;
  padding: 1.25rem 0.9375rem 8.4375rem 0.9375rem;
  margin-top: 2.5rem;
  margin-left: 1.875rem;
  background: #fff;
  border-radius: 0.75rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-lp-002-problems__col {
    width: auto;
    min-height: inherit;
    padding: 4.2666666667vw 2.6666666667vw 4.2666666667vw 5.3333333333vw;
    margin-top: 5.8666666667vw;
    margin-left: 0;
    border-radius: 3.2vw;
  }
}
.p-lp-002-problems__col:nth-of-type(3n + 1) {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .p-lp-002-problems__col:nth-of-type(1) .p-lp-002-problems__img {
    left: auto;
    right: -4.2666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-lp-002-problems__col:nth-of-type(1) .p-lp-002-problems__img img {
    width: 32.8vw;
  }
}
@media screen and (max-width: 768px) {
  .p-lp-002-problems__col:nth-of-type(2) .p-lp-002-problems__heading {
    padding-left: 18.9333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-lp-002-problems__col:nth-of-type(2) .p-lp-002-problems__img {
    left: -5.8666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-lp-002-problems__col:nth-of-type(2) .p-lp-002-problems__img img {
    width: 26.9333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-lp-002-problems__col:nth-of-type(3) .p-lp-002-problems__img {
    left: auto;
    right: -4.2666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-lp-002-problems__col:nth-of-type(3) .p-lp-002-problems__img img {
    width: 38.6666666667vw;
  }
}
.p-lp-002-problems__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-lp-002-problems__heading {
    display: block;
    text-align: left;
  }
}
.p-lp-002-problems__heading__wrap {
  color: #3e3e3e;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-lp-002-problems__heading__wrap {
    font-size: 4.2666666667vw;
  }
}
.p-lp-002-problems__heading__wrap span {
  display: inline;
  background: linear-gradient(transparent 70%, rgba(255, 204, 0, 0.3) 70%);
  color: #3c9a46;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-lp-002-problems__heading__wrap span {
    font-size: 4.8vw;
  }
}
.p-lp-002-problems__img {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-lp-002-problems__img {
    width: auto;
  }
}
.p-lp-002-solution {
  padding: calc(4.7584187408vw + 5rem) 0 5rem 0;
  background: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-lp-002-solution {
    padding: 19.4666666667vw 0 10.6666666667vw 0;
  }
}
.p-lp-002-solution__wrap {
  max-width: 69.25rem;
  padding: 0 0.875rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-lp-002-solution__wrap {
    max-width: inherit;
    padding: 0 6.4vw;
  }
}
.p-lp-002-solution__flex {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-lp-002-solution__flex {
    display: block;
  }
}
.p-lp-002-solution__col {
  width: calc(33.33% - 1.25rem);
  min-height: 13.125rem;
  margin-top: 4.5rem;
  margin-left: 1.875rem;
  background: #faf7ed;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-lp-002-solution__col {
    width: auto;
    min-height: inherit;
    margin-top: 16vw;
    margin-left: 0;
    border-bottom-left-radius: 4.2666666667vw;
    border-bottom-right-radius: 4.2666666667vw;
  }
}
.p-lp-002-solution__col:nth-of-type(3n + 1) {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .p-lp-002-solution__col:nth-of-type(1) .p-lp-002-solution__heading__img img {
    width: 7.2vw;
  }
}
@media screen and (max-width: 768px) {
  .p-lp-002-solution__col:nth-of-type(2) .p-lp-002-solution__heading__img img {
    width: 8.2666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-lp-002-solution__col:nth-of-type(3) .p-lp-002-solution__heading__img img {
    width: 10.4vw;
  }
}
.p-lp-002-solution__heading {
  display: flex;
  align-items: center;
  padding: 0.875rem 1.25rem;
  background: #3c9a46;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-lp-002-solution__heading {
    padding: 3.7333333333vw 1.3333333333vw 3.7333333333vw 3.4666666667vw;
    border-top-left-radius: 4.2666666667vw;
    border-top-right-radius: 4.2666666667vw;
  }
}
.p-lp-002-solution__heading__number {
  width: 5.25rem;
  height: 5.25rem;
  padding-top: 1rem;
  margin: auto;
  background: #3c9a46;
  border-radius: 50%;
  pointer-events: none;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  color: #ffdb20;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  position: absolute;
  top: -2.625rem;
  left: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-lp-002-solution__heading__number {
    width: 22.4vw;
    height: 22.4vw;
    padding-top: 4.2666666667vw;
    font-size: 8.5333333333vw;
    top: -11.2vw;
  }
}
.p-lp-002-solution__heading__flex {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.p-lp-002-solution__heading__img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 3.75rem;
  background: #fff;
  border-radius: 50%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-lp-002-solution__heading__img {
    width: 16vw;
    height: 16vw;
  }
}
.p-lp-002-solution__heading__read {
  width: calc(100% - 3.75rem);
  padding-left: 0.625rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: left;
}
@media screen and (max-width: 1120px) {
  .p-lp-002-solution__heading__read {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1120px) and (max-width: 980px) {
  .p-lp-002-solution__heading__read {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1120px) and (max-width: 980px) and (max-width: 840px) {
  .p-lp-002-solution__heading__read {
    font-size: 0.6875rem;
  }
}
@media screen and (max-width: 1120px) and (max-width: 980px) and (max-width: 840px) and (max-width: 768px) {
  .p-lp-002-solution__heading__read {
    width: calc(100% - 16vw);
    padding-left: 4.2666666667vw;
    font-size: 6.4vw;
  }
}
.p-lp-002-solution__meta {
  padding: 1.25rem;
}
@media screen and (max-width: 980px) {
  .p-lp-002-solution__meta {
    padding: 0.9375rem;
  }
}
@media screen and (max-width: 980px) and (max-width: 768px) {
  .p-lp-002-solution__meta {
    padding: 4.2666666667vw;
  }
}
.p-lp-002-solution__meta__read {
  color: #3e3e3e;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 980px) {
  .p-lp-002-solution__meta__read {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 980px) and (max-width: 768px) {
  .p-lp-002-solution__meta__read {
    font-size: 4.2666666667vw;
  }
}
.p-lp-002-solution__meta__read small {
  font-size: 0.75rem;
}
@media screen and (max-width: 980px) {
  .p-lp-002-solution__meta__read small {
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 980px) and (max-width: 768px) {
  .p-lp-002-solution__meta__read small {
    font-size: 3.2vw;
  }
}
.p-lp-002-case {
  padding: 3.125rem 0 3.75rem 0;
  background: #faf7ed;
}
@media screen and (max-width: 768px) {
  .p-lp-002-case {
    padding: 13.3333333333vw 0 10.6666666667vw 0;
  }
}
.p-lp-002-case__wrap {
  max-width: 67.375rem;
  padding: 0 0.875rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-lp-002-case__wrap {
    max-width: inherit;
    padding: 0 6.4vw;
  }
}
.p-lp-002-case__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-lp-002-case__flex {
    display: block;
  }
}
.p-lp-002-case__col {
  width: calc(50% - 0.9375rem);
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-lp-002-case__col {
    width: auto;
    margin-top: 18.1333333333vw;
  }
}
.p-lp-002-case__col__remark {
  margin-top: 0.625rem;
  color: #3e3e3e;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-lp-002-case__col__remark {
    margin-top: 1.8666666667vw;
    font-size: 3.2vw;
  }
}
.p-lp-002-case__col:nth-of-type(1) .p-lp-002-case__top__right {
  width: 8.5rem;
  margin-right: 1.25rem;
  bottom: -0.125rem;
}
@media screen and (max-width: 768px) {
  .p-lp-002-case__col:nth-of-type(1) .p-lp-002-case__top__right {
    width: 36.2666666667vw;
    margin-right: 1.6vw;
    bottom: 0;
  }
}
.p-lp-002-case__col:nth-of-type(2) .p-lp-002-case__top__right {
  width: 8.5rem;
  margin-right: 1.25rem;
  bottom: -0.25rem;
}
@media screen and (max-width: 768px) {
  .p-lp-002-case__col:nth-of-type(2) .p-lp-002-case__top__right {
    width: 36.2666666667vw;
    margin-right: 1.6vw;
    bottom: -0.5333333333vw;
  }
}
.p-lp-002-case__col:nth-of-type(3) .p-lp-002-case__top__right {
  width: 8.875rem;
  margin-right: 1.0625rem;
  bottom: -0.5rem;
}
@media screen and (max-width: 768px) {
  .p-lp-002-case__col:nth-of-type(3) .p-lp-002-case__top__right {
    width: 37.8666666667vw;
    margin-right: 0.2666666667vw;
    bottom: -2.9333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-lp-002-case__col:nth-of-type(3) .p-lp-002-case__bottom__param:first-of-type {
    margin-right: 2.6666666667vw;
  }
}
.p-lp-002-case__col:nth-of-type(4) .p-lp-002-case__top__right {
  width: 8.5rem;
  margin-right: 1.25rem;
  bottom: -0.25rem;
}
@media screen and (max-width: 768px) {
  .p-lp-002-case__col:nth-of-type(4) .p-lp-002-case__top__right {
    width: 36.2666666667vw;
    margin-right: 1.6vw;
    bottom: -0.25rem;
  }
}
.p-lp-002-case__box {
  padding: 1.5625rem 1.875rem;
  background: #fff;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .p-lp-002-case__box {
    padding: 4.2666666667vw 5.3333333333vw;
    border-radius: 4.2666666667vw;
  }
}
.p-lp-002-case__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-lp-002-case__top {
    padding-bottom: 2.6666666667vw;
  }
}
.p-lp-002-case__top__left {
  position: relative;
}
.p-lp-002-case__top__subheading {
  color: #3c9a46;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-lp-002-case__top__subheading {
    font-size: 4.2666666667vw;
  }
}
.p-lp-002-case__top__heading {
  margin-top: 0.625rem;
  color: #3e3e3e;
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-lp-002-case__top__heading {
    margin-top: 1.8666666667vw;
    font-size: 5.3333333333vw;
    line-height: 1.25;
  }
}
.p-lp-002-case__top__heading em {
  display: inline-block;
  margin-right: 0.6875rem;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .p-lp-002-case__top__heading em {
    display: block;
    margin-right: 0;
  }
}
.p-lp-002-case__top__heading span {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-lp-002-case__top__heading span {
    display: block;
    font-size: 5.3333333333vw;
  }
}
.p-lp-002-case__top__heading span strong {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-lp-002-case__top__heading span strong {
    font-size: 8.5333333333vw;
  }
}
.p-lp-002-case__top__right {
  position: relative;
  left: 0;
}
.p-lp-002-case__top__right img {
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-lp-002-case__top__right img {
    width: 100%;
  }
}
.p-lp-002-case__bottom {
  padding-top: 1.75rem;
  border-top: 0.0625rem solid #ccc;
}
@media screen and (max-width: 768px) {
  .p-lp-002-case__bottom {
    padding-top: 4.8vw;
  }
}
.p-lp-002-case__bottom__param {
  display: inline-block;
  color: #3e3e3e;
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-lp-002-case__bottom__param {
    font-size: 4.2666666667vw;
  }
}
.p-lp-002-case__bottom__param:first-of-type {
  margin-right: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-lp-002-case__bottom__param:first-of-type {
    margin-right: 4.2666666667vw;
  }
}
.p-lp-002-case__bottom__param span {
  display: inline-block;
  margin-left: 0.375rem;
  color: #ee7800;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-lp-002-case__bottom__param span {
    display: block;
    margin-top: 2.6666666667vw;
    margin-left: 0;
    font-size: 6.4vw;
  }
}
.p-lp-002-case__bottom__param span strong {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-size: 3.125rem;
  font-weight: 600;
  position: relative;
  top: 0.1875rem;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-lp-002-case__bottom__param span strong {
    font-size: 12.8vw;
    top: 0;
  }
}
.p-lp-002-case__bottom__param span small {
  font-size: 1.25rem;
}
.p-lp-002-case__remark {
  margin-top: 2.5rem;
  color: #3e3e3e;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-lp-002-case__remark {
    margin-top: 10.6666666667vw;
    font-size: 3.2vw;
  }
}
.p-lp-002-price {
  padding: 3.125rem 0 3.75rem 0;
  background: #faf7ed;
}
@media screen and (max-width: 768px) {
  .p-lp-002-price {
    padding: 13.3333333333vw 0 0 0;
  }
}
.p-lp-002-price__wrap {
  max-width: 65.5rem;
  padding: 0 0.875rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-lp-002-price__wrap {
    max-width: inherit;
    padding: 0 3.7333333333vw;
  }
}
.p-lp-002-price__flex {
  display: flex;
  padding: 3.125rem 2.5rem 2.5rem 2.5rem;
  margin-top: 4.375rem;
  background: #fff;
  border-radius: 1rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-lp-002-price__flex {
    display: block;
    padding: 10.6666666667vw 4.2666666667vw 8vw 4.2666666667vw;
    margin-top: 19.7333333333vw;
    border-radius: 4.2666666667vw;
  }
}
.p-lp-002-price__flex:nth-of-type(2) {
  margin-top: 5.5rem;
}
@media screen and (max-width: 768px) {
  .p-lp-002-price__flex:nth-of-type(2) {
    margin-top: 19.7333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-lp-002-price__flex:nth-of-type(2) .p-lp-002-price__heading img, .p-lp-002-price__flex:nth-of-type(2) .p-lp-002-price__heading--lightgreen img, .p-lp-002-price__flex:nth-of-type(2) .p-lp-002-price__heading--004 img {
    width: 18.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-lp-002-price__flex:nth-of-type(3) .p-lp-002-price__heading img, .p-lp-002-price__flex:nth-of-type(3) .p-lp-002-price__heading--lightgreen img, .p-lp-002-price__flex:nth-of-type(3) .p-lp-002-price__heading--004 img {
    width: 21.6vw;
  }
}
@media screen and (max-width: 768px) {
  .p-lp-002-price__flex:nth-of-type(4) .p-lp-002-price__heading img, .p-lp-002-price__flex:nth-of-type(4) .p-lp-002-price__heading--lightgreen img, .p-lp-002-price__flex:nth-of-type(4) .p-lp-002-price__heading--004 img {
    width: 17.8666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-lp-002-price__flex:nth-of-type(7) {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-lp-002-price__flex:nth-of-type(7).is-active {
    padding-bottom: 8vw;
  }
}
.p-lp-002-price__flex:nth-of-type(7) .js-accordion {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-lp-002-price__flex:nth-of-type(7) .js-accordion {
    display: block;
    max-height: 50.6666666667vw;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .p-lp-002-price__flex:nth-of-type(7) .js-accordion::before {
    content: "";
    display: block;
    width: calc(100% + 8.5333333333vw);
    height: 39.2vw;
    margin: auto;
    background: linear-gradient(180deg, rgba(250, 247, 237, 0) 0%, rgb(250, 247, 237) 100%);
    pointer-events: none;
    position: absolute;
    left: -4.2666666667vw;
    bottom: 0;
    z-index: 2;
  }
}
@media screen and (max-width: 768px) {
  .p-lp-002-price__flex:nth-of-type(7) .js-accordion.is-active {
    max-height: inherit;
    overflow: inherit;
  }
}
@media screen and (max-width: 768px) {
  .p-lp-002-price__flex:nth-of-type(7) .js-accordion.is-active::before {
    display: none;
  }
}
.p-lp-002-price__new {
  top: -1rem;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-lp-002-price__new {
    top: -3.7333333333vw;
    width: 16vw;
  }
}
.p-lp-002-price__heading, .p-lp-002-price__heading--lightgreen, .p-lp-002-price__heading--004 {
  width: 100%;
  max-width: 19.6875rem;
  margin: auto;
  text-align: center;
  position: absolute;
  top: -1.5rem;
  left: 0;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-lp-002-price__heading, .p-lp-002-price__heading--lightgreen, .p-lp-002-price__heading--004 {
    width: calc(100% - 8.5333333333vw);
    max-width: inherit;
    top: -6.4vw;
  }
}
.p-lp-002-price__heading span, .p-lp-002-price__heading--lightgreen span, .p-lp-002-price__heading--004 span {
  display: inline-block;
  width: 100%;
  padding: 0.625rem 1.125rem;
  background: #3c9a46;
  border-radius: 0.75rem;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 900;
  text-align: left;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-lp-002-price__heading span, .p-lp-002-price__heading--lightgreen span, .p-lp-002-price__heading--004 span {
    padding: 3.2vw 4.8vw;
    border-radius: 3.2vw;
    font-size: 5.3333333333vw;
  }
}
.p-lp-002-price__heading span strong, .p-lp-002-price__heading--lightgreen span strong, .p-lp-002-price__heading--004 span strong {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: normal;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .p-lp-002-price__heading span strong, .p-lp-002-price__heading--lightgreen span strong, .p-lp-002-price__heading--004 span strong {
    font-size: 6.4vw;
  }
}
.p-lp-002-price__heading img, .p-lp-002-price__heading--lightgreen img, .p-lp-002-price__heading--004 img {
  pointer-events: none;
  position: absolute;
  right: 0.4375rem;
  bottom: -0.3125rem;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-lp-002-price__heading img, .p-lp-002-price__heading--lightgreen img, .p-lp-002-price__heading--004 img {
    right: 1.8666666667vw;
    bottom: -1.3333333333vw;
  }
}
.p-lp-002-price__heading--004 {
  max-width: 21.125rem;
}
@media screen and (max-width: 768px) {
  .p-lp-002-price__heading--004 {
    width: calc(100% - 8.5333333333vw);
    max-width: inherit;
  }
}
@media screen and (max-width: 768px) {
  .p-lp-002-price__heading--004 span {
    padding-left: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-lp-002-price__heading--004 img:not(.p-lp-002-price__new) {
    right: -1.6vw;
  }
}
.p-lp-002-price__heading--lightgreen span {
  background: #afd05c;
  text-align: center;
}
.p-lp-002-price__img, .p-lp-002-price__flow {
  width: 24.0625rem;
}
@media screen and (max-width: 768px) {
  .p-lp-002-price__img, .p-lp-002-price__flow {
    width: auto;
  }
}
.p-lp-002-price__img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-lp-002-price__img img {
    margin-top: 4.2666666667vw;
  }
}
.p-lp-002-price__flow__box {
  padding: 0.5625rem 1.25rem;
  margin-top: 1.3125rem;
  background: #faf7ed;
  border-radius: 0.75rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-lp-002-price__flow__box {
    padding: 2.4vw 5.3333333333vw;
    margin-top: 5.6vw;
    border-radius: 3.2vw;
  }
}
.p-lp-002-price__flow__box::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 0.9375rem solid #faf7ed;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-bottom: 0;
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.875rem;
}
@media screen and (max-width: 768px) {
  .p-lp-002-price__flow__box::before {
    border-top: 4vw solid #faf7ed;
    border-left: 4.2666666667vw solid transparent;
    border-right: 4.2666666667vw solid transparent;
    bottom: -3.7333333333vw;
  }
}
.p-lp-002-price__flow__box:first-of-type {
  padding: 1.1875rem 1.25rem;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .p-lp-002-price__flow__box:first-of-type {
    padding: 5.0666666667vw 5.3333333333vw;
    margin-top: 4.2666666667vw;
  }
}
.p-lp-002-price__flow__box:last-of-type {
  background: #dfecbe;
}
.p-lp-002-price__flow__box:last-of-type::before {
  display: none;
}
.p-lp-002-price__flow__box:last-of-type .p-lp-002-price__flow__heading {
  font-size: 1.25rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .p-lp-002-price__flow__box:last-of-type .p-lp-002-price__flow__heading {
    font-size: 5.3333333333vw;
  }
}
.p-lp-002-price__flow__heading {
  color: #3c9a46;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-lp-002-price__flow__heading {
    font-size: 4.2666666667vw;
  }
}
.p-lp-002-price__flow__heading small {
  font-size: 0.75rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-lp-002-price__flow__heading small {
    font-size: 3.2vw;
  }
}
.p-lp-002-price__flow__ul {
  text-align: center;
}
.p-lp-002-price__flow__ul li {
  display: inline-block;
  padding-left: 0.75rem;
  margin: 0 0.5rem;
  margin-top: 0.25rem;
  color: #3e3e3e;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-lp-002-price__flow__ul li {
    padding-left: 3.2vw;
    margin: 2.1333333333vw 1.0666666667vw 0 1.0666666667vw;
    font-size: 3.7333333333vw;
  }
}
.p-lp-002-price__flow__ul li::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background: #afd05c;
  border-radius: 50%;
  pointer-events: none;
  position: absolute;
  top: 0.25rem;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-lp-002-price__flow__ul li::before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    top: 1.0666666667vw;
  }
}
.p-lp-002-price__meta {
  width: calc(100% - 24.0625rem);
  padding-left: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-lp-002-price__meta {
    width: auto;
    padding-left: 0;
    margin-top: 4.2666666667vw;
  }
}
.p-lp-002-price__meta__heading {
  color: #3c9a46;
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-lp-002-price__meta__heading {
    font-size: 4.2666666667vw;
    text-align: center;
  }
}
.p-lp-002-price__meta__read {
  margin-top: 0.9375rem;
  color: #3e3e3e;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-lp-002-price__meta__read {
    margin-top: 0;
    font-size: 4.2666666667vw;
  }
}
.p-lp-002-price__meta__read small {
  font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
  .p-lp-002-price__meta__read small {
    font-size: 3.2vw;
  }
}
.p-lp-002-price__meta__remark {
  margin-top: 0.9375rem;
  color: #3e3e3e;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-lp-002-price__meta__remark {
    margin-top: 1.6vw;
    font-size: 3.2vw;
  }
}
.p-lp-002-price__button {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-lp-002-price__button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% + 7.4666666667vw);
    height: 10.6666666667vw;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    outline: none;
    color: #3c9a46;
    font-size: 4.2666666667vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
    position: relative;
    top: 0;
    left: -3.7333333333vw;
    z-index: 2;
  }
}
@media screen and (max-width: 768px) {
  .p-lp-002-price__button span {
    display: inline-block;
    padding-right: 4.8vw;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .p-lp-002-price__button span::before, .p-lp-002-price__button span::after {
    content: "";
    display: block;
    width: 2.6666666667vw;
    height: 0.5333333333vw;
    background: #3c9a46;
    border-radius: 0.2666666667vw;
    pointer-events: none;
    position: absolute;
    top: 2.4vw;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-lp-002-price__button span::after {
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 768px) {
  .p-lp-002-price__button.is-active {
    height: auto;
    padding-top: 6.4vw;
    padding-bottom: 10.6666666667vw;
    background: #faf7ed;
  }
}
@media screen and (max-width: 768px) {
  .p-lp-002-price__button.is-active span::after {
    display: none;
  }
}
.p-lp-002-change {
  padding: 5rem 0 2.5rem 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-lp-002-change {
    padding: 21.3333333333vw 0 7.4666666667vw 0;
  }
}
.p-lp-002-change__wrap {
  max-width: 69.25rem;
  padding: 0 0.875rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-lp-002-change__wrap {
    max-width: inherit;
    padding: 0 3.7333333333vw;
  }
}
.p-lp-002-change__box {
  padding: 3.125rem 1.25rem;
  background: #faf7ed;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .p-lp-002-change__box {
    padding: 6.6666666667vw 4.2666666667vw 8.5333333333vw 4.2666666667vw;
    border-radius: 4.2666666667vw;
  }
}
.p-lp-002-change__subheading {
  text-align: center;
}
.p-lp-002-change__subheading span {
  display: inline-block;
  padding: 0.375rem 1rem;
  background: #3c9a46;
  border-radius: 0.5rem;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-lp-002-change__subheading span {
    padding: 1.3333333333vw 4.2666666667vw;
    border-radius: 2.1333333333vw;
    font-size: 4.2666666667vw;
  }
}
.p-lp-002-change__summary {
  margin-top: 0.9375rem;
  color: #3e3e3e;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-lp-002-change__summary {
    margin-top: 3.2vw;
    font-size: 5.3333333333vw;
  }
}
.p-lp-002-change__heading {
  margin-top: 0.625rem;
  color: #3c9a46;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-lp-002-change__heading {
    margin-top: 0.5333333333vw;
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 768px) {
  .p-lp-002-change__heading:last-of-type {
    font-size: 5.3333333333vw;
  }
}
.p-lp-002-change__img {
  margin-top: 1.5625rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-lp-002-change__img {
    margin-top: 6.6666666667vw;
  }
}
.p-lp-002-change__flex {
  display: flex;
  justify-content: center;
  margin-top: 1.3125rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-lp-002-change__flex {
    margin-top: 5.6vw;
    margin-bottom: 6.4vw;
  }
}
.p-lp-002-change__circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8.75rem;
  height: 8.75rem;
  margin: 0 0.25rem;
  background: #f3ab5f;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-lp-002-change__circle {
    width: 37.3333333333vw;
    height: 37.3333333333vw;
    margin: 0 1.0666666667vw;
  }
}
.p-lp-002-change__circle__read {
  padding-left: 0.1875rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-lp-002-change__circle__read {
    padding-left: 0.8vw;
    font-size: 6.4vw;
  }
}
.p-lp-002-change__circle__read strong {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-lp-002-change__circle__read strong {
    font-size: 10.6666666667vw;
  }
}
.p-lp-002-change__read {
  max-width: 53.75rem;
  margin: 0.5rem auto 0 auto;
  color: #3e3e3e;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .p-lp-002-change__read {
    max-width: inherit;
    margin: 1.3333333333vw auto 0 auto;
    font-size: 4.2666666667vw;
  }
}
.p-lp-002-voice {
  padding: 2.5rem 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-lp-002-voice {
    padding: 7.4666666667vw 0 4.8vw 0;
  }
}
.p-lp-002-voice__wrap {
  max-width: 65.5rem;
  padding: 0 0.875rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-lp-002-voice__wrap {
    max-width: inherit;
    padding: 0 3.7333333333vw;
  }
}
.p-lp-002-voice__slider {
  margin-top: 2.375rem;
}
@media screen and (max-width: 768px) {
  .p-lp-002-voice__slider {
    margin-top: 7.4666666667vw;
  }
}
.p-lp-002-voice__slider .slick-track {
  display: flex;
}
.p-lp-002-voice__slider .slick-slide {
  height: auto !important;
}
.p-lp-002-voice__slider .slick-slide > div {
  height: 100%;
}
.p-lp-002-voice__slider .slick-dots {
  height: 0.5rem;
  margin-top: 1.4375rem;
  bottom: -0.5rem;
}
@media screen and (max-width: 768px) {
  .p-lp-002-voice__slider .slick-dots {
    height: 2.1333333333vw;
    margin-top: 6.1333333333vw;
    bottom: -2.1333333333vw;
  }
}
.p-lp-002-voice__slider .slick-dots li {
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 0.25rem;
}
@media screen and (max-width: 768px) {
  .p-lp-002-voice__slider .slick-dots li {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    margin: 0 1.0666666667vw;
  }
}
.p-lp-002-voice__slider .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  background: #f3f3f3;
  border-radius: 50%;
}
.p-lp-002-voice__slider .slick-dots li button::before {
  display: none;
}
.p-lp-002-voice__slider .slick-dots li.slick-active button {
  background: #3c9a46;
}
.p-lp-002-voice__col {
  height: 100%;
  padding: 0 1.25rem 1rem 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-lp-002-voice__col {
    padding: 0 5.3333333333vw 4.2666666667vw 5.3333333333vw;
  }
}
.p-lp-002-voice__col__wrap {
  height: 100%;
  padding: 1.5rem;
  background: #f3f3f3;
  border-radius: 1rem;
  box-shadow: 0 0.25rem 0.5rem 0.125rem rgba(77, 77, 77, 0.15);
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-lp-002-voice__col__wrap {
    padding: 6.4vw;
    border-radius: 4.2666666667vw;
    box-shadow: 0 1.0666666667vw 2.1333333333vw 0.5333333333vw rgba(77, 77, 77, 0.15);
  }
}
.p-lp-002-voice__heading {
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
}
.p-lp-002-voice__heading__flex {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.p-lp-002-voice__heading__img {
  width: 3.03125rem;
  height: 3.03125rem;
}
@media screen and (max-width: 768px) {
  .p-lp-002-voice__heading__img {
    width: 12.8vw;
    height: 12.8vw;
  }
}
.p-lp-002-voice__heading__img img {
  width: 100%;
}
.p-lp-002-voice__heading__read {
  width: calc(100% - 3.03125rem);
  padding-left: 0.75rem;
  color: #3e3e3e;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: left;
}
@media screen and (max-width: 1120px) {
  .p-lp-002-voice__heading__read {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1120px) and (max-width: 980px) {
  .p-lp-002-voice__heading__read {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1120px) and (max-width: 980px) and (max-width: 840px) {
  .p-lp-002-voice__heading__read {
    font-size: 0.6875rem;
  }
}
@media screen and (max-width: 1120px) and (max-width: 980px) and (max-width: 840px) and (max-width: 768px) {
  .p-lp-002-voice__heading__read {
    width: calc(100% - 12.8vw);
    padding-top: 0.8vw;
    padding-left: 3.2vw;
    font-size: 4.2666666667vw;
  }
}
.p-lp-002-voice__meta {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .p-lp-002-voice__meta {
    margin-top: 2.6666666667vw;
  }
}
.p-lp-002-voice__meta__heading {
  color: #3c9a46;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-lp-002-voice__meta__heading {
    font-size: 4.8vw;
  }
}
.p-lp-002-voice__meta__heading small {
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .p-lp-002-voice__meta__heading small {
    font-size: 3.7333333333vw;
  }
}
.p-lp-002-voice__meta__read {
  margin-top: 0.625rem;
  color: #3e3e3e;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-lp-002-voice__meta__read {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.p-lp-002-voice__meta__read small {
  font-size: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-lp-002-voice__meta__read small {
    font-size: 2.6666666667vw;
  }
}
.p-lp-002-voice__meta__remark {
  margin-top: 0.625rem;
  color: #3e3e3e;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-lp-002-voice__meta__remark {
    margin-top: 2.6666666667vw;
    font-size: 3.2vw;
  }
}
.p-lp-002-voice__meta__remark small {
  font-size: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-lp-002-voice__meta__remark small {
    font-size: 2.6666666667vw;
  }
}
.p-lp-002-calc {
  padding: 2.5rem 0 0 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-lp-002-calc {
    padding: 8vw 0 1.8666666667vw 0;
  }
}
.p-lp-002-calc__wrap {
  max-width: 69.25rem;
  padding: 0 0.875rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-lp-002-calc__wrap {
    max-width: inherit;
    padding: 0 3.7333333333vw;
  }
}
.p-lp-002-calc__box {
  padding: 3.125rem 1.25rem;
  background: #3c9a46;
  border-radius: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-lp-002-calc__box {
    padding: 14.6666666667vw 4.2666666667vw;
    border-radius: 10.6666666667vw;
  }
}
.p-lp-002-calc__box__wrap {
  max-width: 41.875rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-lp-002-calc__box__wrap {
    max-width: inherit;
  }
}
.p-lp-002-calc__subheading {
  text-align: center;
}
.p-lp-002-calc__subheading span {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #ffdb20;
  border-radius: 1rem;
  color: #3c9a46;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-lp-002-calc__subheading span {
    padding: 2.1333333333vw 4.2666666667vw;
    border-radius: 4.2666666667vw;
    font-size: 4.2666666667vw;
  }
}
.p-lp-002-calc__subheading span::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 0.75rem solid #ffdb20;
  border-left: 0.375rem solid transparent;
  border-right: 0.375rem solid transparent;
  border-bottom: 0;
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.625rem;
}
@media screen and (max-width: 768px) {
  .p-lp-002-calc__subheading span::before {
    border-top: 3.2vw solid #ffdb20;
    border-left: 1.6vw solid transparent;
    border-right: 1.6vw solid transparent;
    bottom: -2.6666666667vw;
  }
}
.p-lp-002-calc__heading {
  margin-top: 1.5625rem;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-lp-002-calc__heading {
    margin-top: 6.6666666667vw;
    font-size: 10.6666666667vw;
  }
}
.p-lp-002-calc__heading span {
  display: inline-block;
  position: relative;
}
.p-lp-002-calc__heading span::before {
  content: "";
  display: block;
  width: 3.3125rem;
  height: 3.3125rem;
  background: url("assets/images/page/lp/002/calc_bg_icon_heading_glass.webp") no-repeat top left/100% 100%;
  pointer-events: none;
  position: absolute;
  top: -2.125rem;
  left: -0.75rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-lp-002-calc__heading span::before {
    width: 14.1333333333vw;
    height: 14.1333333333vw;
    top: -9.0666666667vw;
    left: -3.2vw;
  }
}
.p-lp-002-calc__heading span strong {
  font-weight: 900;
  position: relative;
  z-index: 2;
}
.p-lp-002-calc__summary {
  margin-top: 1.5625rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-lp-002-calc__summary {
    margin-top: 6.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
.p-lp-002-calc__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-lp-002-calc__flex {
    display: block;
    padding-top: 2.6666666667vw;
  }
}
.p-lp-002-calc__col {
  width: calc(50% - 0.9375rem);
  margin-top: 1.875rem;
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-lp-002-calc__col {
    width: auto;
    margin-top: 8vw;
    border-radius: 4.2666666667vw;
  }
}
.p-lp-002-calc__col:first-of-type {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-lp-002-calc__col:first-of-type {
    width: auto;
  }
}
.p-lp-002-calc__col__heading {
  padding: 0.5rem 1.875rem;
  background: #caffd0;
  color: #3c9a46;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-lp-002-calc__col__heading {
    padding: 2.1333333333vw 8vw;
    font-size: 5.8666666667vw;
  }
}
.p-lp-002-calc__col__checkbox {
  display: flex;
  flex-wrap: wrap;
  padding: 0.625rem 1.875rem 1.875rem 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-lp-002-calc__col__checkbox {
    padding: 2.6666666667vw 5.3333333333vw 7.4666666667vw 5.3333333333vw;
  }
}
.p-lp-002-calc__col__checkbox label {
  width: 25%;
  margin-top: 1.25rem;
  cursor: pointer;
  color: #3e3e3e;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-lp-002-calc__col__checkbox label {
    width: 50%;
    margin-top: 5.3333333333vw;
    font-size: 4vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 430px) {
  .p-lp-002-calc__col__checkbox label {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-lp-002-calc__col__checkbox label:nth-of-type(even) {
    width: calc(50% - 4.8vw);
    margin-left: 4.8vw;
  }
}
.p-lp-002-calc__col__checkbox label input {
  display: none;
}
.p-lp-002-calc__col__checkbox label input + span {
  padding-left: 2rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-lp-002-calc__col__checkbox label input + span {
    padding-left: 8.5333333333vw;
  }
}
.p-lp-002-calc__col__checkbox label input + span::before, .p-lp-002-calc__col__checkbox label input + span::after {
  content: "";
  display: block;
  border-radius: 50%;
  pointer-events: none;
  position: absolute;
}
.p-lp-002-calc__col__checkbox label input + span::before {
  width: 1.5rem;
  height: 1.5rem;
  background: #fff;
  border: 0.125rem solid #ccc;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-lp-002-calc__col__checkbox label input + span::before {
    width: 6.4vw;
    height: 6.4vw;
    border: 0.5333333333vw solid #ccc;
  }
}
.p-lp-002-calc__col__checkbox label input + span::after {
  display: none;
  width: 0.875rem;
  height: 0.875rem;
  background: #3c9a46;
  top: 0.3125rem;
  left: 0.3125rem;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-lp-002-calc__col__checkbox label input + span::after {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    top: 1.3333333333vw;
    left: 1.3333333333vw;
  }
}
.p-lp-002-calc__col__checkbox label input:checked + span::after {
  display: block;
}
.p-lp-002-calc__col__input {
  display: flex;
  align-items: flex-end;
  padding: 1.5rem 0.625rem 1.5rem 2.3125rem;
}
@media screen and (max-width: 768px) {
  .p-lp-002-calc__col__input {
    padding: 6.4vw 2.6666666667vw 6.4vw 9.8666666667vw;
  }
}
.p-lp-002-calc__col__input input {
  width: 12.125rem;
  padding: 0.3125rem 0.625rem;
  border: 0.125rem solid #ccc;
  outline: none;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  color: #3e3e3e;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-lp-002-calc__col__input input {
    width: 51.7333333333vw;
    padding: 1.3333333333vw 2.6666666667vw;
    border: 0.5333333333vw solid #ccc;
    font-size: 5.3333333333vw;
  }
}
.p-lp-002-calc__col__input span {
  width: calc(100% - 12.125rem);
  margin-left: 0.25rem;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  color: #3c9a46;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-lp-002-calc__col__input span {
    width: calc(100% - 51.7333333333vw);
    font-size: 6.4vw;
  }
}
.p-lp-002-calc__button {
  display: flex;
  justify-content: center;
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-lp-002-calc__button {
    margin-top: 8vw;
  }
}
.p-lp-002-calc__result {
  display: none;
  padding: 1.25rem 1.25rem 1.5625rem 1.25rem;
  margin-top: 3.125rem;
  background: #caffd0;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .p-lp-002-calc__result {
    padding: 5.3333333333vw 5.3333333333vw 6.6666666667vw 5.3333333333vw;
    margin-top: 13.3333333333vw;
    border-radius: 4.2666666667vw;
  }
}
.p-lp-002-calc__result__heading {
  text-align: center;
}
.p-lp-002-calc__result__heading span {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #3c9a46;
  border-radius: 0.5rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-lp-002-calc__result__heading span {
    padding: 2.1333333333vw 4.2666666667vw;
    border-radius: 2.1333333333vw;
    font-size: 4.2666666667vw;
  }
}
.p-lp-002-calc__result__read {
  margin-top: 0.625rem;
  color: #3c9a46;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-lp-002-calc__result__read {
    margin-top: 2.6666666667vw;
    font-size: 6.4vw;
  }
}
.p-lp-002-calc__result.is-active {
  display: block;
}
.p-lp-002-faq {
  padding: 1.875rem 0 0 0;
}
@media screen and (max-width: 768px) {
  .p-lp-002-faq {
    padding-top: 7.4666666667vw;
  }
}
.p-lp-002-faq__wrap {
  max-width: 46.75rem;
  padding: 0 0.875rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-lp-002-faq__wrap {
    max-width: inherit;
    padding: 0 3.7333333333vw;
  }
}
.p-lp-002-faq__list {
  padding-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-lp-002-faq__list {
    padding-top: 8vw;
  }
}
.p-lp-002-faq__col {
  margin-top: 0.5rem;
  background: #f3f3f3;
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-lp-002-faq__col {
    margin-top: 2.1333333333vw;
    border-radius: 2.1333333333vw;
  }
}
.p-lp-002-faq__q {
  padding: 1rem 2.5rem 1rem 1.25rem;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-lp-002-faq__q {
    padding: 4.2666666667vw 9.6vw 4.2666666667vw 2.6666666667vw;
  }
}
.p-lp-002-faq__q::before, .p-lp-002-faq__q::after {
  content: "";
  display: block;
  width: 0.625rem;
  height: 0.125rem;
  background: #3c9a46;
  border-radius: 0.0625rem;
  pointer-events: none;
  position: absolute;
  top: 1.6875rem;
  right: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-lp-002-faq__q::before, .p-lp-002-faq__q::after {
    width: 2.6666666667vw;
    height: 0.5333333333vw;
    border-radius: 0.2666666667vw;
    top: 7.2vw;
    right: 4.2666666667vw;
  }
}
.p-lp-002-faq__q::after {
  transform: rotate(90deg);
}
.p-lp-002-faq__q__heading {
  padding-left: 2rem;
  color: #3c9a46;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-lp-002-faq__q__heading {
    padding-left: 8.5333333333vw;
    font-size: 4vw;
  }
}
.p-lp-002-faq__q__heading::before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  background: #3c9a46;
  border-radius: 50%;
  pointer-events: none;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-lp-002-faq__q__heading::before {
    width: 6.4vw;
    height: 6.4vw;
    font-size: 4vw;
  }
}
.p-lp-002-faq__q.is-active::after {
  display: none;
}
.p-lp-002-faq__a {
  display: none;
  padding: 0 1.25rem 1.625rem 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-lp-002-faq__a {
    padding: 0 5.3333333333vw 6.9333333333vw 5.3333333333vw;
  }
}
.p-lp-002-faq__a p {
  color: #3e3e3e;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-lp-002-faq__a p {
    font-size: 3.7333333333vw;
  }
}
.p-lp-002-faq__a p a {
  color: #ee7800;
  text-decoration: underline;
}
.p-lp-002-faq__a p a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .p-lp-002-faq__a p a:hover {
    text-decoration: underline;
  }
}

/* ----------------------------------------------------------------
    Centering Content
----------------------------------------------------------------- */
.topicpath_inner,
.f-inner,
.f-nav_inner,
.f-copyright,
.hdg-l1_inner,
.content-inner {
  margin: 0 auto;
  max-width: 1280px;
}

@media only screen and (max-width: 1320px) {
  .topicpath_inner,
  .f-inner,
  .f-nav_inner,
  .f-copyright,
  .hdg-l1_inner,
  .content-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
/* ----------------------------------------------------------------
    Pseudo element (Block)
----------------------------------------------------------------- */
.h-menu_btn::before,
.h-menu_btn::after,
.h-menu_btn > span::before,
.global-nav_inner > .is-current > a::before,
.local-nav > li > a::before,
.topicpath_list > li:not(:first-child)::before,
.f-nav_list.-sub > li::before,
.f-nav_title::after,
.hdg-l1.-consumer .hdg-l1_inner::after,
.hdg-l1_inner::before,
.hdg-l2-02 > span::before,
.hdg-l5::before,
.list > li::before,
.list-desc > dt::before,
.list-faq_mark-q > span::before,
.list-flow > li::after,
.list-page_prev > a::before,
.list-page_next > a::before,
.link::after,
.link-list > li > a::after,
.link-back::before,
.form-check_item + span::before,
.form-check_item + span::after,
.form-radio_item + span::before,
.form-radio_item + span::after,
.form-select::before,
.form-select::after,
.form-list-flow > li::before,
.form-list-flow > li::after,
.form-list-flow_inner::before,
.form-panel-error_list > li::before,
.nav-toc > li > a::after,
.nav-panel_hdg > a::after,
.nav-info_list > li > a::after,
.nav-list > li > a::after,
.media-lyt::after,
.toggle_icon::before,
.toggle_icon::after,
.toggle.-faq .toggle_mark-q > span::before,
.carousel-fade_control::before,
.carousel-fade_player > button::before,
.carousel-fade_player > button::after,
.carousel-fade_player > button > span::before,
.uni-column_list > li > a::before,
.uni-column_list > li > a::after,
.uni-panel > li > a::before,
.uni-panel > li > a::after,
.uni-inquiry_col.-mail::before,
.uni-inquiry_col.-mail::after,
.uni-inquiry_means::before,
.content-consumer .content-fluid:nth-child(4n-2) .content-inner::before,
.content-consumer .content-fluid:nth-child(4n) .content-inner::before,
.content-consumer .content-fluid:nth-child(4n) .content-inner::after {
  display: block;
  content: "";
}

/* ----------------------------------------------------------------
    Content (.content-*)
----------------------------------------------------------------- */
/* .content-main
----------------------------------------------- */
.content-main {
  padding-top: 4.375rem;
  line-height: 1.6;
}
.content-main p {
  margin-bottom: 40px;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .content-main p {
    margin-bottom: 30px;
  }
}

/* .content-fluid
----------------------------------------------- */
.content-fluid {
  position: relative;
  background: #fff;
}

.content-fluid.-column {
  background: #f6f7f9;
}

.content-fluid.-social {
  background: none;
}

.content-consumer .content-fluid:nth-child(even) {
  background: #f9f8ee;
}

/* .content-inner
----------------------------------------------- */
.content-inner {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

.content-inner > :first-child {
  margin-top: 0;
}

.content-inner > :last-child {
  margin-bottom: 0;
}

.content-fluid.-social .content-inner {
  margin-bottom: -35px;
  padding-top: 50px;
  padding-bottom: 0;
}

.content-consumer .content-fluid:nth-child(4n-2) .content-inner::before {
  position: absolute;
  top: -50px;
  right: 0;
  width: 245px;
  height: 136px;
  background: url(/common/img/content/content-fluid_bg.png) no-repeat 0 0;
}

.content-consumer .content-fluid:nth-child(4n) .content-inner::before {
  position: absolute;
  top: -50px;
  right: 0;
  width: 192px;
  height: 51px;
  background: url(/common/img/content/content-fluid-02_bg.png) no-repeat 0 0;
}

.content-consumer .content-fluid:nth-child(4n) .content-inner::after {
  position: absolute;
  top: -15px;
  left: -60px;
  width: 123px;
  height: 91px;
  background: url(/common/img/content/content-fluid-03_bg.png) no-repeat 0 0;
}

@media only screen and (max-width: 767px) {
  .content-inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .content-fluid.-social .content-inner {
    margin-bottom: 0;
    padding-top: 30px;
  }
  .content-consumer .content-fluid:nth-child(4n-2) .content-inner::before {
    top: -32px;
    right: 10px;
    width: 190px;
    height: 82px;
    background-image: url("/common/img/content/content-fluid_bg_ss.png");
  }
  .content-consumer .content-fluid:nth-child(4n) .content-inner::before {
    right: 20px;
  }
  .content-consumer .content-fluid:nth-child(4n) .content-inner::after {
    top: -15px;
    left: 10px;
    width: 123px;
    height: 91px;
    background-image: url("/common/img/content/content-fluid-03_bg_ss.png");
  }
  .content-consumer .content-fluid:nth-child(4n-1):not(:last-child) .content-inner {
    padding-bottom: 90px;
  }
}
/* ----------------------------------------------------------------
    Helper
----------------------------------------------------------------- */
/* Control Align
----------------------------------------------- */
.left {
  text-align: left !important;
}

.center {
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
}

.right {
  text-align: right !important;
}

.top {
  vertical-align: top !important;
}

.middle {
  vertical-align: middle !important;
}

.bottom {
  vertical-align: bottom !important;
}

/* Control Width
----------------------------------------------- */
.w-5 {
  width: 5% !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-25 {
  width: 25% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.w-50 {
  width: 50% !important;
}

/* Control Margin
----------------------------------------------- */
.m-top {
  margin-top: 60px !important;
}

@media only screen and (max-width: 767px) {
  .m-top {
    margin-top: 40px !important;
  }
}
/* hide-medium
----------------------------------------------- */
@media only screen and (max-width: 767px) {
  .hide-medium {
    display: none;
  }
}
/* break-a
----------------------------------------------- */
@media only screen and (max-width: 767px) {
  .break-a {
    display: block;
  }
}
/* break-b
----------------------------------------------- */
.break-b {
  display: block;
}

@media only screen and (max-width: 767px) {
  .break-b {
    display: inline;
  }
}
/* break-c
----------------------------------------------- */
.break-c {
  display: block;
}

/* br-sp
----------------------------------------------- */
@media screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }
}
/* ----------------------------------------------------------------
    Heading (.hdg[-*])
----------------------------------------------------------------- */
/* .hdg-l1
----------------------------------------------- */
.hdg-l1 {
  background: #f7f7f7 url("/common/img/content/dot_bg.png") repeat;
}

.hdg-l1.-consumer {
  background-color: #f2fff3;
}

.hdg-l1.-consumer .hdg-l1_inner {
  padding-top: 60px;
  padding-bottom: 60px;
}

.hdg-l1.-consumer .hdg-l1_inner::after {
  position: absolute;
  bottom: -30px;
  left: 5px;
  z-index: 1;
  width: 204px;
  height: 91px;
  background: url("/common/img/content/hdg-l1_bg.png") no-repeat 0 0;
}

.hdg-l1.-consumer .hdg-l1_txt {
  font-size: 2.5rem;
}

.hdg-l1_inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 45px;
  padding-bottom: 45px;
}

.hdg-l1_inner .hdg-l1_txt .hdg-l1-1_txt {
  z-index: 2;
  position: absolute;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  font-size: 0.9375rem;
}

.hdg-l1_inner::before {
  min-height: 66px;
}

.hdg-l1_txt {
  text-align: center;
  font-weight: 400;
  font-size: 1.875rem;
}

@media only screen and (max-width: 767px) {
  .hdg-l1.-consumer .hdg-l1_inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .hdg-l1.-consumer .hdg-l1_inner::after {
    bottom: -35px;
    left: 20px;
    width: 119px;
    height: 61px;
    background-image: url("/common/img/content/hdg-l1_bg_ss.png");
  }
  .hdg-l1.-consumer .hdg-l1_txt {
    font-size: 2.8rem;
  }
  .hdg-l1_inner {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .hdg-l1_inner::before {
    min-height: 77px;
  }
  .hdg-l1_txt {
    font-size: 1.5rem;
  }
  .hdg-l1_inner .hdg-l1_txt .hdg-l1-1_txt {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 480px) {
  .hdg-l1_inner .hdg-l1_txt .hdg-l1-1_txt {
    font-size: 0.625rem;
  }
}
/* .hdg-l4
----------------------------------------------- */
.hdg-l4 {
  margin: 20px 0;
  color: #003a70;
  font-size: 1.375rem;
}

.hdg-l4.-consumer {
  color: #3c9a46;
}

@media only screen and (max-width: 767px) {
  .hdg-l4 {
    font-size: 1.125rem;
  }
}
/* ----------------------------------------------------------------
    Text (.txt[-*])
----------------------------------------------------------------- */
/* .txt-tel
----------------------------------------------- */
.txt-tel_inner {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 20px 35px;
  background: #f6f7f9;
  color: #003a70;
  font-weight: 700;
  font-size: 2rem;
}

.txt-tel_num {
  margin: 0 0 0 35px;
}

@media only screen and (max-width: 767px) {
  .txt-tel_inner {
    display: flex;
    justify-content: space-between;
    padding: 25px 18px;
    font-size: 1.8rem;
  }
  .txt-tel_num {
    margin-left: 10px;
  }
}
/* .txt-lead
----------------------------------------------- */
.txt-lead {
  color: #3c9a46;
  text-align: center;
  font-size: 2.2rem;
}

.txt-lead > b {
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .txt-lead {
    font-size: 1.8rem;
  }
}
/* ----------------------------------------------------------------
    List (.list[-*])
----------------------------------------------------------------- 
/* .list
----------------------------------------------- */
.list {
  margin-bottom: 20px;
}

.list > li {
  position: relative;
  margin: 10px 0 0 0;
  padding: 0 0 0 13px;
}

.list > li::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 3px;
  height: 3px;
  background: #003a70;
}

.list > li > ul,
.list > li > ol {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .list {
    margin-top: -6px;
  }
  .list > li {
    margin-top: 6px;
  }
  .list > li::before {
    top: 9px;
  }
}
/* .list-desc
----------------------------------------------- */
.list-desc {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .list-desc {
    margin-bottom: 30px;
  }
}

.list-desc > dt {
  position: relative;
  margin: 11px 0 5px;
  padding: 0 0 0 19px;
  font-weight: 700;
  line-height: 1.5;
}

.list-desc > dt:first-child {
  margin-top: 0;
}

.list-desc > dt::before {
  position: absolute;
  top: 9px;
  left: 3px;
  width: 6px;
  height: 7px;
  background: #003a70;
}

.list-desc > dd {
  line-height: 1.5;
}

/* .list-social-btn
----------------------------------------------- */
.list-social-btn {
  display: flex;
  align-items: center;
  margin-top: -10px;
  margin-left: -27px;
}

.list-social-btn > li {
  margin: 10px 0 0 27px;
}

.list-social-btn > li > * {
  display: flex !important;
}

@media only screen and (max-width: 767px) {
  .list-social-btn {
    margin-left: -10px;
  }
  .list-social-btn > li {
    margin-left: 10px;
  }
}
/* ----------------------------------------------------------------
    Icon (.icon[-*])
----------------------------------------------------------------- 

/* .icon-label
----------------------------------------------- */
.icon-label {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  font-weight: 400;
  line-height: 1;
}

.icon-label.-require {
  padding: 5px 10px 4px;
  min-width: 50px;
  border: 1px solid #cc2929;
  border-radius: 2px;
  background: #fff;
  color: #cc2929;
  font-size: 0.75rem;
}

/* ----------------------------------------------------------------
    Form (.form-*)
----------------------------------------------------------------- */
[class^=form-],
[class*=" form-"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* .form-content
----------------------------------------------- */
.form-content > :last-child {
  margin-bottom: 0;
}

/* .form-txt
----------------------------------------------- */
.form-txt {
  box-sizing: border-box;
  margin: 0;
  padding: 8px 11px;
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
}

.form-txt:not(textarea) {
  height: 36px;
}

.form-txt:invalid {
  background: #fffec7;
}

.form-txt.-short {
  max-width: 300px;
}

@media only screen and (max-width: 1280px) {
  .form-txt.-short {
    max-width: none;
  }
}
/* .form-txt-example
----------------------------------------------- */
.form-txt-example {
  margin: 0 0 11px;
  color: #808080;
  font-size: 0.875rem;
}

/* .form-check
----------------------------------------------- */
.form-check {
  position: relative;
  display: inline-block;
  font-size: 0.875rem;
}

.form-check_item {
  position: absolute;
  top: 6px;
  left: 5px;
  opacity: 0;
}

.form-check_item + span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 34px;
}

.form-check_item + span::before,
.form-check_item + span::after {
  position: absolute;
  box-sizing: border-box;
}

.form-check_item + span::before {
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #ccc;
  background: #fafafa;
}

.form-check_item + span::after {
  top: 5px;
  left: 4px;
  width: 16px;
  height: 10px;
  border-bottom: 3px solid #003a70;
  border-left: 3px solid #003a70;
  opacity: 0;
  transform: rotate(-45deg);
}

.form-check_item:invalid + span::before {
  background: #fffec7;
}

.form-check_item:checked + span::after {
  opacity: 1;
}

.form-check_item:focus + span {
  outline: 1px dotted #ccc;
}

.panel .form-check {
  font-size: 1rem;
}

/* .form-radio
----------------------------------------------- */
.form-radio {
  position: relative;
  display: inline-block;
  font-size: 0.875rem;
}

.form-radio_item {
  position: absolute;
  top: 4px;
  left: 5px;
  opacity: 0;
}

.form-radio_item + span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 34px;
}

.form-radio_item + span::before,
.form-radio_item + span::after {
  position: absolute;
  box-sizing: border-box;
}

.form-radio_item + span::before {
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #ccc;
  border-radius: 22px;
  background: #fafafa;
}

.form-radio_item + span::after {
  top: 6px;
  left: 6px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #003a70;
  opacity: 0;
}

.form-radio_item:invalid + span::before {
  background: #fffec7;
}

.form-radio_item:checked + span::after {
  opacity: 1;
}

.form-radio_item:focus + span {
  outline: 1px dotted #ccc;
}

/* .form-select
----------------------------------------------- */
.form-select {
  position: relative;
  display: block;
}

.form-select::before,
.form-select::after {
  position: absolute;
  pointer-events: none;
}

.form-select::before {
  top: 0;
  right: 0;
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  border: 1px solid #ccc;
  background: #f1f3f5;
}

.form-select::after {
  top: calc(50% - 7px);
  right: 13px;
  width: 7px;
  height: 7px;
  border: 1px solid #808080;
  border-bottom-color: transparent;
  border-left-color: transparent;
  transform: rotate(135deg);
}

.form-select_item {
  box-sizing: border-box;
  padding: 0 36px 0 11px;
  width: 100%;
  height: 36px;
  border: 1px solid #ccc;
  background: #fff;
}

/* .form-list-line
----------------------------------------------- */
.form-list-line {
  display: flex;
  flex-wrap: wrap;
  margin-top: -10px;
}

.form-list-line_item {
  margin: 10px 20px 0 0;
}

/* .form-list-flow
----------------------------------------------- */
.form-list-flow {
  display: flex;
  justify-content: center;
  margin: 0 auto 43px;
  max-width: 600px;
}

.form-list-flow > li {
  position: relative;
  color: #a9b6c3;
}

.form-list-flow > li::before,
.form-list-flow > li::after {
  position: absolute;
  top: 25px;
  width: 50%;
  height: 4px;
  background: #a9b6c3;
}

.form-list-flow > li::before {
  left: 0;
}

.form-list-flow > li::after {
  right: 0;
}

.form-list-flow > li:first-child::before {
  display: none;
}

.form-list-flow > li:last-child::after {
  display: none;
}

.form-list-flow > li[aria-current=step] {
  color: #003a70;
}

.form-list-flow > li[aria-current=step] .form-list-flow_inner::before {
  background: #003a70;
}

.form-list-flow > li[aria-current=step] .form-list-flow_num {
  color: #fff;
}

.form-list-flow[data-col="2"] > li {
  width: 50%;
}

.form-list-flow_inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.form-list-flow_inner::before {
  position: absolute;
  top: 0;
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #a9b6c3;
}

.form-list-flow_num {
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 1.5rem;
}

.form-list-flow_txt {
  margin: 10px 0 0;
  font-size: 0.875rem;
}

/* .form-panel
----------------------------------------------- */
.form-panel {
  margin: 0 0 40px;
  padding: 60px 57px 63px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(153, 153, 153, 0.5);
}

.form-panel > :last-child {
  margin-bottom: 0;
}

.form-panel_btns {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

@media only screen and (max-width: 860px) {
  .form-panel {
    margin-bottom: 30px;
    padding: 30px 15px;
  }
  .form-panel_item {
    width: 100%;
  }
  .form-panel_btns {
    flex-direction: column;
    align-items: center;
  }
}
/* .form-panel-error
----------------------------------------------- */
.form-panel-error {
  margin: 0 0 40px;
  padding: 16px 20px;
  border: 1px solid #cc2929;
}

.form-panel-error > :last-child {
  margin-bottom: 0;
}

.form-panel-error_list > li {
  position: relative;
  margin: 0 0 8px;
  padding: 0 0 0 10px;
  font-size: 0.875rem;
}

.form-panel-error_list > li::before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #cc2929;
}

.form-panel-error_list > li:last-child {
  margin-bottom: 0;
}

.form-panel-error_list > li > strong {
  color: #cc2929;
  font-weight: normal;
}

@media only screen and (max-width: 860px) {
  .form-panel-error {
    margin-bottom: 30px;
  }
}
/* .form-tbl
----------------------------------------------- */
.form-tbl {
  margin: -2px 0 40px -2px;
  width: 100%;
  border-spacing: 2px;
  border-collapse: separate;
}

.form-tbl th,
.form-tbl td {
  padding: 29px;
}

.form-tbl th p,
.form-tbl th ul,
.form-tbl th ol,
.form-tbl th dl,
.form-tbl td p,
.form-tbl td ul,
.form-tbl td ol,
.form-tbl td dl {
  margin-bottom: 20px;
}

.form-tbl th > :last-child,
.form-tbl td > :last-child {
  margin-bottom: 0;
}

.form-tbl > tbody > tr > th {
  background: #f1f3f5;
  text-align: left;
  font-weight: 400;
}

.form-tbl_inner {
  display: flex;
  align-items: flex-start;
}

.form-tbl_inner > * {
  order: 2;
}

.form-tbl_inner_txt {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  order: 1;
  margin: 0 10px 0 0;
}

.form-tbl_txt {
  font-size: 0.875rem;
}

.form-tbl_lyt {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.form-tbl_lyt-col + .form-tbl_lyt-col {
  margin: 0 0 0 15px;
}

@media only screen and (max-width: 1280px) {
  .form-tbl_lyt {
    flex-direction: column;
  }
  .form-tbl_lyt-col + .form-tbl_lyt-col {
    margin: 15px 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .form-tbl {
    margin-bottom: 30px;
  }
  .form-tbl > tbody > tr > th {
    font-size: 4.2666666667vw;
  }
  .form-tbl > tbody > tr > .form-tbl_th {
    padding-bottom: 0;
    background: #fff;
  }
  .form-tbl.-ss-col1 {
    display: block;
  }
  .form-tbl.-ss-col1 caption,
  .form-tbl.-ss-col1 thead,
  .form-tbl.-ss-col1 tbody,
  .form-tbl.-ss-col1 tfoot,
  .form-tbl.-ss-col1 tr,
  .form-tbl.-ss-col1 th,
  .form-tbl.-ss-col1 td {
    display: block;
  }
  .form-tbl.-ss-col1 th,
  .form-tbl.-ss-col1 td {
    padding: 15px 12px;
  }
}
/* .form-grid
----------------------------------------------- */
.form-grid[data-col="2"] {
  margin-left: -8.68902%;
}

.form-grid[data-col="2"] > .form-grid_col {
  flex-basis: 42.00561%;
  margin-left: 7.99439%;
}

.form-grid[data-col="3"] {
  margin-left: -6.55488%;
}

.form-grid[data-col="3"] > .form-grid_col {
  flex-basis: 27.18168%;
  margin-left: 6.15165%;
}

.form-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -10px 0 40px;
}

.form-grid_col {
  margin-top: 10px;
}

.form-grid_col > :last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .form-grid[data-col-ss="1"] {
    flex-direction: column;
    flex-wrap: nowrap;
    margin: 0 0 30px;
  }
  .form-grid[data-col-ss="1"] .form-grid_col {
    flex: 0 0 auto;
    margin: 0 0 30px;
  }
  .form-grid[data-col-ss="1"] .form-grid_col:last-child {
    margin-bottom: 0;
  }
}
/* .form-lyt-label
----------------------------------------------- */
.form-lyt-label {
  display: flex;
  align-items: center;
}

.form-lyt-label_txt {
  margin: 0 10px 0 0;
  width: 3em;
  font-size: 0.875rem;
}

.form-lyt-label_item {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
}

/* ----------------------------------------------------------------
    Button (.btn[-*])
----------------------------------------------------------------- */
/* .btn
----------------------------------------------- */
.btn.-back,
.btn.-back-consumer {
  padding-top: 18px;
  padding-bottom: 19px;
  border: 1px solid #ccc;
  background: #fff;
  box-shadow: none;
}

.btn {
  display: inline-block;
  box-sizing: border-box;
  padding: 19px 20px 20px;
  min-width: 305px;
  border: 0;
  border-radius: 32px;
  background: #73c92d;
  box-shadow: 0 2px 4.7px 0 rgba(139, 144, 172, 0.34);
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn:hover,
.btn:active,
.btn:focus {
  opacity: 0.7;
}

.btn.is-disabled,
.btn:disabled,
.btn.-type-a.is-disabled,
.btn.-type-a:disabled {
  background: #d4dbe1;
  cursor: auto;
}

.btn.is-disabled:hover,
.btn.is-disabled:active,
.btn.is-disabled:focus,
.btn:disabled:hover,
.btn:disabled:active,
.btn:disabled:focus,
.btn.-type-a.is-disabled:hover,
.btn.-type-a.is-disabled:active,
.btn.-type-a.is-disabled:focus,
.btn.-type-a:disabled:hover,
.btn.-type-a:disabled:active,
.btn.-type-a:disabled:focus {
  opacity: 1;
}

.btn.-type-a {
  background: #3c9a46;
}

.btn.-consumer-a {
  background: #e70;
}

.btn.-back {
  color: #73c92d;
}

.btn.-back-consumer {
  color: #3c9a46;
}

@media only screen and (max-width: 767px) {
  .btn {
    padding: 18px 10px;
    min-width: 0;
    width: 100%;
  }
  .btn.-back,
  .btn.-back-consumer {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}
/* .btn-list
----------------------------------------------- */
.btn-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 41px;
  margin-left: -40px;
}

.btn-list > li {
  margin: 19px 0 0 40px;
}

.panel > .btn-list:first-child {
  margin-top: -19px;
}

@media only screen and (max-width: 767px) {
  .btn-list {
    flex-direction: column;
    margin-left: 0;
  }
  .btn-list > li {
    margin-left: 0;
    width: 100%;
  }
}
/* ----------------------------------------------------------------
    Panel (.panel[-*])
----------------------------------------------------------------- */
/* .panel
----------------------------------------------- */
.panel {
  margin: 0 0 40px;
  padding: 30px;
  background: #f1f3f5;
}

.panel > :first-child {
  margin-top: 0;
}

.panel > :last-child {
  margin-bottom: 0;
}

.panel_hdg {
  margin: 0 0 9px;
  color: #003a70;
  font-size: 1.375rem;
}

.content-consumer .content-fluid:nth-child(even) .content-inner > .panel {
  background: #fff;
}

.content-consumer .content-fluid:nth-child(odd) .content-inner > .panel {
  background: #f2fff3;
}

.content-consumer .content-fluid .content-inner > .panel > .panel_hdg {
  color: #3c9a46;
}

.toggle_body > .panel {
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .panel {
    margin-bottom: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .panel_hdg {
    font-size: 1.25rem;
  }
}
.grecaptcha-badge {
  z-index: 3;
}