/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
:root {
  --color-orange: #f96c46;
  --color-cyan: #008fe0;
  --color-bg-blue: #c5e7fc;
  --color-bg-blue-light: #e9f8ff;
  --color-bg-orange: #ffedeb;
  --color-bg-contact: #6cc7f4;
  --color-bg-footer: #373333;
  --color-white: #fff;
  --color-black: #000;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
  font-size: 10px;
}
body {
  font-family: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  letter-spacing: 0.05em;
  background-color: #fff;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
dl,
dt,
dd,
div,
span,
hr {
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
}
img {
  max-width: 100%;
}
ul,
ol,
li {
  list-style: none;
}
table {
  border-spacing: 0;
}
th,
td {
  padding: 0;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
}
button {
  padding: 0;
  background-color: unset;
  border: unset;
}
button:not(:disabled) {
  cursor: pointer;
}
input,
textarea,
select,
option {
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
}
select {
  cursor: pointer;
}
address {
  font-style: normal;
}
fieldset {
  padding: 0;
  margin: 0;
  border: unset;
}
:root {
  scroll-behavior: smooth;
}
.fs-6 {
  font-size: 1.125rem !important;
}
.text-primary {
  color: #1b365d !important;
}
.bg-primary {
  background-color: #1b365d !important;
}
.text-secondary {
  color: #ffcd00 !important;
}
.bg-secondary {
  background-color: #ffcd00 !important;
}
.border-secondary {
  border-color: #ffcd00 !important;
}
.btn-outline-primary {
  --bs-btn-color: #1b365d !important;
  --bs-btn-border-color: #1b365d !important;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1b365d !important;
  --bs-btn-hover-border-color: #1b365d !important;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1b365d !important;
  --bs-btn-active-border-color: #1b365d !important;
  --bs-btn-active-shadow: inset 0 3px 5px rgb(0 0 0 / 0.125);
  --bs-btn-disabled-color: #1b365d !important;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #1b365d !important;
  --bs-gradient: none;
}
.btn-secondary {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffcd00 !important;
  --bs-btn-border-color: #ffcd00 !important;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffda40 !important;
  --bs-btn-hover-border-color: #ffe370 !important;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffda40 !important;
  --bs-btn-active-border-color: #ffe370 !important;
  --bs-btn-active-shadow: inset 0 3px 5px rgb(0 0 0 / 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffcd00 !important;
  --bs-btn-disabled-border-color: #ffcd00 !important;
}
.navbar-nav {
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  background-color: #fff;
}
@media (max-width: calc(992px - 0.1px)) {
  .navbar-nav {
    top: 80px;
  }
}
.header {
  background-color: #fff;
}
@media (min-width: 992px) {
  .header {
    height: calc(48px + 1rem);
  }
}
@media (max-width: calc(992px - 0.1px)) {
  .header {
    height: 80px;
  }
}
@media (max-width: calc(992px - 0.1px)) {
  .header nav {
    height: 100%;
  }
}
.header::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff;
}
@media (min-width: 768px) {
  .header::after {
    height: calc(48px + 1rem);
  }
}
.header.active::after {
  display: none;
}
.footer {
  background-color: #232c4d;
}
.header-logo img {
  width: auto;
  height: 100%;
}
@media (max-width: calc(768px - 0.1px)) {
  .header-logo {
    height: 36px;
  }
}
@media (min-width: 768px) {
  .header-logo {
    height: 48px;
  }
}
@media (max-width: calc(768px - 0.1px)) {
  .footer-logo {
    text-align: center;
  }
}
.footer-logo img {
  width: 100%;
  max-width: 340px;
  height: auto;
}
@media (max-width: calc(768px - 0.1px)) {
  .footer-logo img {
    max-width: 300px;
  }
}
.header-logo img {
  width: auto;
  height: 100%;
}
@media (max-width: calc(768px - 0.1px)) {
  .header-logo {
    height: 36px;
  }
}
@media (min-width: 768px) {
  .header-logo {
    height: 48px;
  }
}
@media (max-width: calc(768px - 0.1px)) {
  .footer-logo {
    text-align: center;
  }
}
.footer-logo img {
  width: 100%;
  max-width: 340px;
  height: auto;
}
@media (max-width: calc(768px - 0.1px)) {
  .footer-logo img {
    max-width: 300px;
  }
}
.go-top-wrapper {
  position: fixed;
  z-index: 100;
  display: none;
}
@media (max-width: calc(768px - 0.1px)) {
  .go-top-wrapper {
    right: 10px;
    bottom: 10px;
  }
}
@media (min-width: 768px) {
  .go-top-wrapper {
    right: 15px;
    bottom: 15px;
  }
}
.go-top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #1b365d;
  transition: background-color 0.15s ease-in-out;
}
.go-top:hover {
  background-color: rgba(40, 59, 102, 0.8);
}
.go-top svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}
.js-fadeIn {
  opacity: 0;
  -webkit-transition: opacity 800ms ease, -webkit-transform 800ms ease;
  transition: opacity 800ms ease, -webkit-transform 800ms ease;
  transition: transform 800ms ease, opacity 800ms ease;
  transition: transform 800ms ease, opacity 800ms ease,
    -webkit-transform 800ms ease;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.zdo_drawer_button * {
  padding: 0;
  margin: 0;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  text-align: left;
  text-decoration: none;
  list-style: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
}
.zdo_drawer_button {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  padding: 0;
  text-align: center;
  letter-spacing: 0.1em;
  cursor: pointer;
  background-color: var(--color-orange);
  border: none;
  border-radius: 50%;
  outline: none;
}
.zdo_drawer_button .zdo_drawer_bar {
  position: absolute;
  left: 50%;
  display: block;
  width: 20px;
  height: 3px;
  transition: all 0.2s;
  transform: translateX(-50%) translateY(-50%);
  transform-origin: center;
}
.zdo_drawer_button .zdo_drawer_bar1 {
  top: 35%;
}
.zdo_drawer_button .zdo_drawer_bar2 {
  top: 50%;
}
.zdo_drawer_button .zdo_drawer_bar3 {
  top: 65%;
}
.zdo_drawer_button.active .zdo_drawer_bar1 {
  top: 50%;
  transform: translateX(-50%) rotate(45deg);
}
.zdo_drawer_button.active .zdo_drawer_bar2 {
  opacity: 0;
}
.zdo_drawer_button.active .zdo_drawer_bar3 {
  top: 50%;
  transform: translateX(-50%) rotate(-45deg);
}
.zdo_drawer_button.active .zdo_drawer_menu_text {
  display: none;
}
.zdo_drawer_button.active .zdo_drawer_close {
  display: block;
}
.zdo_drawer_text {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  font-size: 10px;
  text-align: center;
}
.zdo_drawer_close {
  display: none;
  letter-spacing: 0.08em;
}
.zdo_drawer_button {
  color: #000;
}
.zdo_drawer_button .zdo_drawer_bar {
  background-color: var(--color-white);
}
.ly_container {
  width: 100%;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: calc(768px - 0.1px)) {
  .ly_container {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (min-width: 768px) {
  .ly_container {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.ly_problem01 {
  position: relative;
  background-color: var(--color-bg-blue);
}
@media (max-width: calc(992px - 0.1px)) {
  .ly_problem01 {
    padding-top: 50px;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .ly_problem01 {
    padding-top: 80px;
    padding-bottom: 24px;
  }
}
.ly_problem01::before {
  content: "";
  position: absolute;
  inset: 0;
  clip-path: polygon(27% 0, 100% 0, 100% 100%, 58% 100%);
  background: linear-gradient(315deg, #9ad3ef 0%, #b8e1f7 100%);
  z-index: -1;
}
@media (min-width: 768px) and (max-width: calc(992px - 0.1px)) {
  .ly_problem01::before {
    clip-path: polygon(11% 0, 100% 0, 100% 100%, 58% 100%);
  }
}
@media (max-width: calc(768px - 0.1px)) {
  .ly_problem01::before {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 58% 100%);
  }
}
.ly_problem01 .bl_sectionLead {
  text-align: left;
}
@media (max-width: calc(768px - 0.1px)) {
  .ly_problem01 .bl_sectionLead {
    margin-top: 8px;
  }
}
@media (max-width: calc(768px - 0.1px)) {
  .ly_package {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .ly_package {
    padding-top: 60px;
    padding-bottom: 90px;
    margin-top: 30px;
  }
}
.ly_start {
  padding-top: 60px;
  padding-bottom: 60px;
  background: url("https://pages.jbs.co.jp/rs/530-FPX-174/images/powerplatformapp-cleanupsupport-img_bg_start_01.svg")
      center center no-repeat,
    var(--color-bg-contact);
  background-size: 1175px auto;
}
@media (min-width: 768px) and (max-width: calc(992px - 0.1px)) {
  .ly_start {
    background-size: 900px auto;
  }
}
@media (max-width: calc(768px - 0.1px)) {
  .ly_start {
    padding-top: 90px;
    padding-bottom: 70px;
    background-image: url("https://pages.jbs.co.jp/rs/530-FPX-174/images/powerplatformapp-cleanupsupport-img_bg_start_01_sp.svg");
    background-size: 317px auto;
  }
}
.ly_service {
  padding-top: 80px;
  background-color: var(--color-bg-blue-light);
}
@media (max-width: calc(768px - 0.1px)) {
  .ly_service {
    padding-bottom: 40px;
  }
}
.ly_contact {
  padding-top: 100px;
  padding-bottom: 100px;
  background: url("https://pages.jbs.co.jp/rs/530-FPX-174/images/powerplatformapp-cleanupsupport-img_bg_contact_02.svg")
    center center no-repeat;
  background-color: var(--color-bg-contact);
  background-size: 1200px auto;
}
@media (min-width: 768px) and (max-width: calc(992px - 0.1px)) {
  .ly_contact {
    background-size: 900px auto;
  }
}
@media (max-width: calc(768px - 0.1px)) {
  .ly_contact {
    padding-top: 70px;
    padding-bottom: 50px;
    background-image: url("https://pages.jbs.co.jp/rs/530-FPX-174/images/powerplatformapp-cleanupsupport-img_bg_contact_02_sp.svg");
    background-size: 318px auto;
  }
}
.ly_sv {
  background-color: var(--color-bg-blue);
}
@media (max-width: calc(768px - 0.1px)) {
  .ly_sv {
    padding-block: 40px 300px;
  }
}
@media (min-width: 768px) and (max-width: calc(992px - 0.1px)) {
  .ly_sv {
    padding-block: 40px 350px;
  }
}
@media (min-width: 992px) {
  .ly_sv {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
.ly_sv_container {
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .ly_sv_container {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.el_heading01 {
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
@media (max-width: calc(768px - 0.1px)) {
  .el_heading01 {
    height: 200px;
    background-size: 50% auto;
    background-image: url("https://pages.jbs.co.jp/rs/530-FPX-174/images/powerplatformapp-cleanupsupport-bg-heading01-sp.svg");
  }
}
@media screen and (max-width: 600px) {
  .el_heading01 {
    height: 160px;
    background-size: 60% auto;
  }
}
@media screen and (max-width: 474px) {
  .el_heading01 {
    height: 140px;
    background-size: 75% auto;
  }
}
@media (min-width: 992px) {
  .el_heading01 {
    height: 182px;
    background-image: url("https://pages.jbs.co.jp/rs/530-FPX-174/images/powerplatformapp-cleanupsupport-bg-heading01.svg");
    background-size: 36% auto;
  }
}
@media (min-width: 768px) and (max-width: calc(992px - 0.1px)) {
  .el_heading01 {
    height: 182px;
    background-image: url("https://pages.jbs.co.jp/rs/530-FPX-174/images/powerplatformapp-cleanupsupport-bg-heading01.svg");
    background-size: 50% auto;
  }
}
.el_heading01_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-bottom: 10px;
}
.el_heading01_text {
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--color-cyan);
  margin-bottom: 6px;
}
@media (max-width: calc(768px - 0.1px)) {
  .el_heading01_text {
    font-size: 1.5rem;
  }
}
.el_heading01_title {
  font-size: 3.5rem;
  font-weight: 900;
  color: #373e4b;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: calc(768px - 0.1px)) {
  .el_heading01_title {
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0.14em;
  }
}
@media (min-width: 768px) and (max-width: calc(992px - 0.1px)) {
  .el_heading01_title {
    font-size: 2.3rem;
  }
}
.el_heading01_title_sub {
  display: block;
  margin-top: 6px;
  text-align: center;
  font-size: clamp(20px, 1.76vw, 24px);
  font-weight: bold;
  color: var(--color-cyan);
  letter-spacing: 0.06em;
}
@media (max-width: calc(768px - 0.1px)) {
  .el_heading01_title_sub {
    font-size: 1.2rem;
    letter-spacing: 0.14em;
  }
}
.el_heading01_text + .el_heading01_title {
  margin-top: 5px;
}
.ly_package .el_heading01_title {
  line-height: 1.5;
  text-align: center;
}
.ly_problem01 .el_heading01 {
  background-image: url("https://pages.jbs.co.jp/rs/530-FPX-174/images/powerplatformapp-cleanupsupport-bg-heading-light01.svg");
}
@media (max-width: calc(768px - 0.1px)) {
  .ly_problem01 .el_heading01 {
    background-image: url("https://pages.jbs.co.jp/rs/530-FPX-174/images/powerplatformapp-cleanupsupport-bg-heading-light01-sp.svg");
  }
}
.el_heading02 {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: calc(768px - 0.1px)) {
  .el_heading02 {
    gap: 20px;
  }
}
.el_heading02::before,
.el_heading02::after {
  display: block;
  width: 22px;
  height: 52px;
  content: "";
  background-image: url("https://pages.jbs.co.jp/rs/530-FPX-174/images/powerplatformapp-cleanupsupport-bg-heading02.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
@media (max-width: calc(768px - 0.1px)) {
  .el_heading02::before,
  .el_heading02::after {
    width: 16px;
  }
}
.el_heading02::after {
  transform: scaleX(-1);
}
.el_heading02_title {
  font-size: 3rem;
  font-weight: bold;
  color: var(--color-cyan);
}
@media (max-width: calc(768px - 0.1px)) {
  .el_heading02_title {
    font-size: 1.7rem;
  }
}
.el_heading03_container {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  align-items: center;
  justify-content: center;
}
@media (max-width: calc(768px - 0.1px)) {
  .el_heading03_container {
    row-gap: 8px;
  }
}
.el_heading03_image {
  display: block;
}
@media (max-width: calc(768px - 0.1px)) {
  .el_heading03_image {
    width: 95px;
  }
}
.el_heading03_title {
  font-size: 3.5rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media (max-width: calc(768px - 0.1px)) {
  .el_heading03_title {
    font-size: 2rem;
  }
}
.el_heading03_title__strong {
  font-size: 5rem;
}
@media (max-width: calc(768px - 0.1px)) {
  .el_heading03_title__strong {
    font-size: 2.6rem;
  }
}
.el_heading04 {
  position: relative;
  z-index: 0;
  padding-top: 115px;
  padding-bottom: 5px;
}
@media (max-width: calc(768px - 0.1px)) {
  .el_heading04 {
    padding-top: 28px;
    padding-bottom: 5px;
  }
}
.el_heading04::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
  display: block;
  width: 900px;
  aspect-ratio: 6/1;
  content: "";
  background: url("https://pages.jbs.co.jp/rs/530-FPX-174/images/powerplatformapp-cleanupsupport-bg-heading04.svg")
    center center no-repeat;
  background-size: contain;
  transform: translate(-50%, 0);
}
@media (min-width: 768px) and (max-width: calc(992px - 0.1px)) {
  .el_heading04::after {
    width: 700px;
  }
}
@media (max-width: calc(768px - 0.1px)) {
  .el_heading04::after {
    width: 81vw;
    transform: translate(-50%, 3px);
    bottom: 16px;
  }
}
.el_heading04_title {
  font-size: 3.5rem;
  font-weight: 900;
  color: var(--color-cyan);
  text-align: center;
}
@media (max-width: calc(768px - 0.1px)) {
  .el_heading04_title {
    font-size: 1.6rem;
  }
}
.el_contactHading {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.8;
  color: #fff;
}
@media (max-width: calc(768px - 0.1px)) {
  .el_contactHading {
    font-size: 1.7rem;
  }
}
.el_contactHading span {
  font-size: 2.7rem;
}
@media (max-width: calc(768px - 0.1px)) {
  .el_contactHading span {
    font-size: 1.9rem;
  }
}
.el_contactButton01 {
  display: inline-flex;
  column-gap: 15px;
  align-items: center;
  justify-content: space-between;
  width: max-content;
  height: 40px;
  padding-right: 12px;
  padding-left: 22px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
  background-color: #f96c46;
  border-radius: 20px;
  transition: opacity 0.2s ease-in;
}
.el_contactButton01::after {
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
  background-image: url("https://pages.jbs.co.jp/rs/530-FPX-174/images/powerplatformapp-cleanupsupport-mv-header-button-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.el_contactButton01:hover {
  color: #fff;
}
.el_contactButton01:hover {
  opacity: 0.8;
}
.el_contactLargeButton {
  position: relative;
  display: inline-block;
  aspect-ratio: 440/130;
  background-image: url("https://pages.jbs.co.jp/rs/530-FPX-174/images/powerplatformapp-cleanupsupport-bg-btn.svg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% 100%;
}
@media (max-width: calc(768px - 0.1px)) {
  .el_contactLargeButton {
    width: 308px;
    height: 91px;
    padding: 5.6px 14px 12.6px 5.6px;
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .el_contactLargeButton {
    width: 440px;
    height: 130px;
    padding: 8px 20px 18px 8px;
  }
}
.el_contactLargeButton span {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.15em;
}
@media (max-width: calc(768px - 0.1px)) {
  .el_contactLargeButton span {
    padding-right: 12px;
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .el_contactLargeButton span {
    padding-right: 24px;
    font-size: 2.7rem;
  }
}
.el_contactLargeButton span::after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff;
  border-radius: 55px;
  opacity: 0;
  transition: opacity 0.2s ease-in;
}
.el_contactLargeButton:hover span {
  color: #fff;
}
.el_contactLargeButton:hover span::after {
  opacity: 0.2;
}
.el_serviceButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 290px;
  height: 66px;
  padding: 10px 15px 10px 40px;
  font-weight: bold;
  color: #fff;
  background-color: #008fe0;
  border-radius: 40px;
  transition: opacity 0.2s ease-in;
}
.el_serviceButton span {
  flex: 1;
}
.el_serviceButton::after {
  display: block;
  width: 40px;
  height: 40px;
  content: "";
  background: url("https://pages.jbs.co.jp/rs/530-FPX-174/images/powerplatformapp-cleanupsupport-icon-button01.svg")
    center center no-repeat;
  background-size: 100% 100%;
}
@media (max-width: calc(768px - 0.1px)) {
  .el_serviceButton::after {
    width: 30px;
    height: 30px;
  }
}
.el_serviceButton:hover {
  color: #fff;
  opacity: 0.75;
}
.el_serviceWideButton {
  display: inline-flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100px;
  margin-bottom: 10px;
  text-align: left;
  transition: opacity 0.2s ease-in;
}
@media (max-width: calc(768px - 0.1px)) {
  .el_serviceWideButton {
    padding: 10px 20px 10px 25px;
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .el_serviceWideButton {
    padding: 10px 35px 10px 45px;
    font-size: 2rem;
  }
}
@media (max-width: calc(992px - 0.1px)) {
  .el_serviceWideButton {
    max-width: 600px;
  }
}
.el_serviceWideButton span {
  flex: 1;
}
.el_serviceWideButton::after {
  display: block;
  width: 50px;
  height: 50px;
  content: "";
  background: url("https://pages.jbs.co.jp/rs/530-FPX-174/images/powerplatformapp-cleanupsupport-icon-button01.svg")
    center center no-repeat;
  background-size: 100% 100%;
}
@media (max-width: calc(768px - 0.1px)) {
  .el_serviceWideButton::after {
    width: 30px;
    height: 30px;
  }
}
.el_serviceWideButton:hover {
  color: #fff;
  opacity: 0.75;
}
.bl_problemCard {
  padding: 35px 20px;
  background-color: #fff;
  border: solid 3px var(--color-cyan);
  border-radius: 14px;
}
.bl_problemCard_image {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 210px;
}
.bl_problemCard_image img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}
.bl_problemCard_title {
  margin-top: 30px;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  letter-spacing: 0;
}
@media (max-width: calc(768px - 0.1px)) {
  .bl_problemCard_title {
    margin-top: 20px;
  }
}
.bl_problemCard_title span {
  display: inline-block;
  padding: 2px 8px;
  margin-right: 5px;
  color: #fff;
  background-color: var(--color-orange);
}
.bl_problemCard_text {
  margin-top: 15px;
  font-size: 1.4rem;
}
@media (max-width: calc(768px - 0.1px)) {
  .bl_problemCard_text {
    margin-top: 16px;
  }
}
.bl_recommendCard {
  padding: 35px 25px;
  background-color: #fff;
  border-radius: 18px;
}
.bl_recommendCard_container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bl_recommendCard_title {
  display: flex;
  gap: 15px;
  align-items: center;
  padding-right: 30px;
  font-size: 2.8rem;
  font-weight: bold;
  color: #00c3a0;
  white-space: nowrap;
}
@media (max-width: calc(768px - 0.1px)) {
  .bl_recommendCard_title {
    font-size: 2.3rem;
  }
}
.bl_recommendCard_title::before {
  display: inline-block;
  width: 30px;
  height: 30px;
  content: "";
  background-image: url("https://pages.jbs.co.jp/rs/530-FPX-174/images/powerplatformapp-cleanupsupport-icon1.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.bl_recommendCard_image {
  margin-top: 30px;
}
.bl_recommendCard_image img {
  display: block;
  height: auto;
}
.bl_recommendCard_text {
  margin-top: 25px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.bl_problemCardUnit {
  display: grid;
  gap: 30px;
  align-items: stretch;
}
@media (max-width: calc(992px - 0.1px)) {
  .bl_problemCardUnit {
    grid-template-columns: 100%;
  }
}
@media (min-width: 992px) {
  .bl_problemCardUnit {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .bl_problemCardUnit {
    column-gap: 40px;
  }
}
.bl_problemCardUnit .bl_problemCard {
  width: 100%;
  max-width: 500px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}
.bl_recommendCardUnit {
  display: grid;
  gap: 30px;
  align-items: stretch;
}
@media (max-width: calc(992px - 0.1px)) {
  .bl_recommendCardUnit {
    grid-template-columns: 100%;
  }
}
@media (min-width: 992px) {
  .bl_recommendCardUnit {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .bl_recommendCardUnit {
    column-gap: 40px;
  }
}
.bl_recommendCardUnit .bl_recommendCard {
  max-width: 500px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}
.bl_serviceCard {
  position: relative;
  padding-top: 45px;
}
@media (min-width: 992px) {
  .bl_serviceCard {
    padding-bottom: 1em;
  }
}
.bl_serviceCard::before {
  position: absolute;
  left: 50%;
  width: 140px;
  height: 140px;
  background-color: #fff;
  border-radius: 50%;
  transform: translateX(-50%);
  top: 0;
  display: block;
  content: "";
  box-shadow: 8px 8px 5px rgba(0, 178, 154, 0.5);
}
.bl_serviceCard_image {
  position: absolute;
  left: 50%;
  width: 140px;
  height: 140px;
  background-color: #fff;
  border-radius: 50%;
  transform: translateX(-50%);
  top: calc(45px * -1);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
}
.bl_serviceCard_container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 30px 36px;
  padding-top: 75px;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 8px 8px 5px rgba(0, 119, 179, 0.5);
}
@media (max-width: calc(768px - 0.1px)) {
  .bl_serviceCard_container {
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    border-radius: 20px;
  }
}
.bl_serviceCard_title {
  position: relative;
  z-index: 2;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.5;
  color: var(--color-cyan);
  text-align: center;
}
.bl_serviceCard_text {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
}
.bl_serviceCard_title + .bl_serviceCard_text {
  margin-top: 25px;
}
.bl_serviceCard_text + .bl_serviceCard_list {
  margin-top: 20px;
}
.bl_serviceCard_note {
  margin-top: 32px;
  width: 100%;
  margin-top: 24px;
  padding: 1em;
  background-color: var(--color-bg-blue-light);
  border-radius: 10px;
}
.bl_serviceCard_note p {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.6;
  text-align: center;
}
.bl_servicePriceList li + li {
  margin-top: 20px;
}
.bl_servicePriceList .bl_servicePriceList.-sub {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  row-gap: 4px;
  align-items: space-between;
  padding-bottom: 4px;
  line-height: 1;
}
.bl_servicePriceList .bl_servicePriceList.-sub::after {
  position: absolute;
  top: 24%;
  left: 28%;
  display: inline-block;
  width: 19px;
  height: 19px;
  content: "";
  background-image: url("https://pages.jbs.co.jp/rs/530-FPX-174/images/powerplatformapp-cleanupsupport-icon_plus.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: calc(768px - 0.1px)) {
  .bl_servicePriceList .bl_servicePriceList.-sub::after {
    top: 37%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.bl_servicePriceList
  .bl_servicePriceList.-sub
  .bl_servicePriceList.-sub
  + .bl_servicePriceList.-sub {
  border-bottom: solid 1px var(--color-cyan);
}
.bl_servicePriceList .bl_servicePriceList.-sub .coursePrice {
  display: inline-flex;
  align-items: baseline;
  margin-left: auto;
}
.bl_servicePriceList .bl_servicePriceList.-sub .coursePrice .yen {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
}
.bl_servicePriceList .bl_servicePriceList.-sub .coursePrice .price {
  margin-left: 4px;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: calc(768px - 0.1px)) {
  .bl_servicePriceList .bl_servicePriceList.-sub .coursePrice .price {
    font-size: 2.8rem;
  }
}
.bl_servicePriceList .bl_servicePriceList.-sub .coursePrice .courseName {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  padding-right: 5px;
}
.bl_servicePriceList
  .bl_servicePriceList.-sub
  .coursePrice
  .courseName::before {
  display: inline-block;
  width: 11px;
  height: 11px;
  content: "";
  background-color: var(--color-cyan);
  border-radius: 50%;
}
.el_servicePrice {
  display: flex;
  flex-wrap: wrap;
  row-gap: 4px;
  align-items: center;
  padding-bottom: 4px;
  line-height: 1;
  border-bottom: solid 1px var(--color-cyan);
}
.el_servicePrice .courseName {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  padding-right: 5px;
}
.el_servicePrice .courseName::before {
  display: inline-block;
  width: 11px;
  height: 11px;
  content: "";
  background-color: var(--color-cyan);
  border-radius: 50%;
}
.el_servicePrice .coursePrice {
  display: inline-flex;
  align-items: baseline;
  margin-left: auto;
}
.el_servicePrice .coursePrice .yen {
  font-family: "Roboto", sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
}
.el_servicePrice .coursePrice .price {
  margin-left: 4px;
  font-family: "Roboto", sans-serif;
  font-size: 3rem;
  font-weight: bold;
}
@media (max-width: calc(768px - 0.1px)) {
  .el_servicePrice .coursePrice .price {
    font-size: 2.8rem;
  }
}
.el_servicePrice .coursePrice .tax {
  font-size: 1.4rem;
}
.bl_servicePriceList.-sub li {
  width: 100%;
}
.bl_servicePriceList.-sub li + li {
  margin-top: 23px;
  padding-bottom: 8px;
  border-bottom: solid 1px var(--color-cyan);
}
.bl_servicePriceList.-sub .el_servicePrice {
  display: flex;
  flex-wrap: wrap;
  row-gap: 4px;
  align-items: center;
  padding-bottom: 4px;
  line-height: 1;
  border-bottom: none;
}
@media (max-width: calc(768px - 0.1px)) {
  .bl_servicePriceList.-sub .el_servicePrice {
    display: block;
    font-size: 1.6rem;
  }
}
.bl_servicePriceList.-sub .el_servicePrice .courseName {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  padding-right: 5px;
}
@media (max-width: calc(768px - 0.1px)) {
  .bl_servicePriceList.-sub .el_servicePrice .courseName {
    display: block;
    font-size: 1.8rem;
  }
}
.bl_servicePriceList.-sub .el_servicePrice .courseName::before {
  display: inline-block;
  width: 11px;
  height: 11px;
  content: "";
  background-color: var(--color-cyan);
  border-radius: 50%;
}
@media (max-width: calc(768px - 0.1px)) {
  .bl_servicePriceList.-sub .el_servicePrice .courseName::before {
    margin-right: 5px;
  }
}
.bl_servicePriceList.-sub .el_servicePrice .coursePrice {
  display: inline-flex;
  align-items: baseline;
  margin-left: auto;
}
@media (max-width: calc(768px - 0.1px)) {
  .bl_servicePriceList.-sub .el_servicePrice .coursePrice {
    display: block;
    margin-top: 8px;
    text-align: right;
  }
}
.bl_servicePriceList.-sub .el_servicePrice .coursePrice .yen {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: calc(768px - 0.1px)) {
  .bl_servicePriceList.-sub .el_servicePrice .coursePrice .yen {
    font-size: 1.6rem;
  }
}
.bl_servicePriceList.-sub .el_servicePrice .coursePrice .price {
  margin-left: 4px;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: calc(768px - 0.1px)) {
  .bl_servicePriceList.-sub .el_servicePrice .coursePrice .price {
    font-size: 2.4rem;
  }
}
.bl_servicePriceList.-sub .el_servicePrice .coursePrice .tax {
  font-size: 1.4rem;
}
.bl_serviceCardUnit {
  display: grid;
  gap: 25px;
}
@media (max-width: calc(992px - 0.1px)) {
  .bl_serviceCardUnit {
    grid-template-columns: 100%;
  }
}
@media (min-width: 992px) {
  .bl_serviceCardUnit {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .bl_serviceCardUnit {
    column-gap: 35px;
  }
}
.bl_serviceCardUnit .bl_serviceCard {
  max-width: 500px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}
#service-slider {
  visibility: visible !important;
}
@media (max-width: calc(768px - 0.1px)) {
  #service-slider {
    position: relative;
  }
  #service-slider .splide__track {
    padding: 0;
    overflow: hidden;
  }
  #service-slider .splide__list {
    display: flex;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #service-slider .splide__slide {
    display: flex;
    flex-shrink: 0;
    width: 100%;
    padding: 0 1rem;
    padding-bottom: 1em;
    box-sizing: border-box;
  }
  #service-slider .splide__slide .bl_serviceCard {
    width: 100%;
    max-width: none;
    margin: 0;
  }
  #service-slider .splide__arrows {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  #service-slider .splide__arrow {
    position: absolute;
    top: 50%;
    z-index: 11;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    opacity: 1;
    transform: translateY(-50%);
    transition: opacity 0.3s ease;
    pointer-events: auto;
  }
  #service-slider .splide__arrow:hover {
    opacity: 0.8;
  }
  #service-slider .splide__arrow:disabled {
    opacity: 0.3;
    cursor: not-allowed;
  }
  #service-slider .splide__arrow::before {
    content: "";
    display: block;
    width: 42px;
    height: 42px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  #service-slider .splide__arrow svg {
    display: none;
  }
  #service-slider .splide__arrow--prev {
    left: -10px;
  }
  #service-slider .splide__arrow--prev::before {
    background-image: url("https://pages.jbs.co.jp/rs/530-FPX-174/images/powerplatformapp-cleanupsupport-img_slide_arrow_left.svg");
  }
  #service-slider .splide__arrow--next {
    right: -10px;
  }
  #service-slider .splide__arrow--next::before {
    background-image: url("https://pages.jbs.co.jp/rs/530-FPX-174/images/powerplatformapp-cleanupsupport-img_slide_arrow_right.svg");
  }
  #service-slider .splide__pagination {
    bottom: -50px;
    left: 50%;
    padding: 0;
    transform: translateX(-50%);
  }
  #service-slider .splide__pagination .splide__pagination__page {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: rgba(0, 178, 154, 0.3);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    opacity: 1;
    transition: background-color 0.3s ease;
  }
  #service-slider .splide__pagination .splide__pagination__page.is-active {
    background-color: var(--color-cyan);
  }
}
@media (min-width: 768px) and (max-width: calc(992px - 0.1px)) {
  #service-slider .splide__slide:not(:first-child) {
    margin-top: 2em;
  }
  #service-slider .splide__track {
    padding-bottom: 1em;
  }
}
@media (min-width: 992px) {
  #service-slider .splide__track {
    display: block;
  }
  #service-slider .splide__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  #service-slider .splide__slide {
    display: block;
    width: auto;
    padding: 0;
  }
  #service-slider .splide__arrows,
  #service-slider .splide__pagination {
    display: none;
  }
}
@media (min-width: 1200px) {
  #service-slider .splide__track,
  #service-slider .splide__list {
    column-gap: 35px;
  }
}
.bl_service_banner a {
  display: block;
  width: 100%;
  max-width: 1065px;
}
.bl_serviceImage {
  background-color: var(--color-bg-blue-light);
  border-radius: 20px;
  padding: 40px 60px 45px 60px;
}
@media (max-width: calc(768px - 0.1px)) {
  .bl_serviceImage {
    padding: 40px 15px 45px 15px;
  }
}
.bl_serviceImage__heading {
  text-align: center;
  margin-bottom: 32px;
}
.bl_serviceImage__subHeading {
  font-size: 16px;
  color: var(--color-cyan);
  margin-bottom: 8px;
}
@media (max-width: calc(768px - 0.1px)) {
  .bl_serviceImage__subHeading {
    font-size: 14px;
  }
}
.bl_serviceImage__mainHeading {
  font-size: 32px;
  font-weight: bold;
}
@media (max-width: calc(768px - 0.1px)) {
  .bl_serviceImage__mainHeading {
    font-size: 24px;
  }
}
.bl_serviceImage__content {
  margin-top: 50px;
  width: 100%;
  display: grid;
  justify-content: space-between;
  grid-template-columns: 43% 49%;
  grid-template-areas: "a b" "d d" "c e";
}
@media (max-width: calc(768px - 0.1px)) {
  .bl_serviceImage__content {
    display: block;
    margin-top: 30px;
  }
}
.bl_serviceImage__step {
  position: relative;
  padding: 15px;
  background-color: #fff;
  border-radius: 10px;
}
@media (max-width: calc(768px - 0.1px)) {
  .bl_serviceImage__step {
    margin-top: 20px;
  }
}
.bl_serviceImage__step::before {
  content: "";
  position: absolute;
  top: -12px;
  left: -10px;
  display: block;
  width: 50px;
  height: 50px;
}
@media (max-width: calc(768px - 0.1px)) {
  .bl_serviceImage__step::before {
    left: 0;
  }
}
.bl_serviceImage__step.is_step1 {
  grid-area: a;
}
@media (max-width: calc(768px - 0.1px)) {
  .bl_serviceImage__step.is_step1 {
    margin-top: 40px;
  }
}
.bl_serviceImage__step.is_step1::before {
  content: "";
  background: url("https://pages.jbs.co.jp/rs/530-FPX-174/images/powerplatformapp-cleanupsupport-icon_step1.svg")
    no-repeat center;
  background-size: contain;
}
.bl_serviceImage__step.is_step2 {
  grid-area: b;
}
.bl_serviceImage__step.is_step2::before {
  content: "";
  background: url("https://pages.jbs.co.jp/rs/530-FPX-174/images/powerplatformapp-cleanupsupport-icon_step2.svg")
    no-repeat center;
  background-size: contain;
}
.bl_serviceImage__step.is_step3 {
  grid-area: c;
}
@media (min-width: 768px) {
  .bl_serviceImage__step.is_step3 {
    margin-top: -22%;
  }
}
.bl_serviceImage__step.is_step3::before {
  content: "";
  background: url("https://pages.jbs.co.jp/rs/530-FPX-174/images/powerplatformapp-cleanupsupport-icon_step3.svg")
    no-repeat center;
  background-size: contain;
}
.bl_serviceImage__Image {
  grid-area: d;
}
@media (max-width: calc(768px - 0.1px)) {
  .bl_serviceImage__Image {
    text-align: center;
  }
}
.bl_serviceImage__stepHeading {
  font-size: 20px;
  font-weight: bold;
  margin-left: 30px;
  line-height: 1;
}
@media (max-width: calc(768px - 0.1px)) {
  .bl_serviceImage__stepHeading {
    margin-left: 40px;
  }
}
.bl_serviceImage__stepText {
  margin-top: 5px;
  font-size: 16px;
  margin-top: 10px;
}
.bl_faq {
  position: relative;
  overflow: hidden;
  background-color: var(--color-bg-blue-light);
}
.bl_faq__inner {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 150px;
  padding-top: 100px;
  background-color: #fff;
}
@media (max-width: calc(768px - 0.1px)) {
  .bl_faq__inner {
    margin-bottom: 75px;
  }
}
.bl_faq__inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 150%;
  height: 1000px;
  border-radius: 100%;
  background-color: #fff;
}
@media (max-width: calc(768px - 0.1px)) {
  .bl_faq__inner::before {
    width: 200%;
  }
}
.bl_faq__heading {
  position: relative;
  z-index: 0;
  padding-top: 115px;
  padding-bottom: 5px;
}
@media (max-width: calc(768px - 0.1px)) {
  .bl_faq__heading {
    padding-top: 28px;
    padding-bottom: 5px;
  }
}
.bl_faq__heading::after {
  position: absolute;
  bottom: -5px;
  left: 50%;
  z-index: -1;
  display: block;
  width: 400px;
  height: 180px;
  content: "";
  background: url("https://pages.jbs.co.jp/rs/530-FPX-174/images/image_bg_faq_heading.svg")
    center center no-repeat;
  background-size: contain;
  transform: translate(-50%, 0);
}
@media (max-width: calc(768px - 0.1px)) {
  .bl_faq__heading::after {
    width: 150px;
    height: 80px;
  }
}
.bl_faq__headingTitle {
  font-size: 35px;
  font-weight: bold;
  color: var(--color-cyan);
  text-align: center;
}
@media (max-width: calc(768px - 0.1px)) {
  .bl_faq__headingTitle {
    font-size: 16px;
  }
}
.bl_faq__list {
  margin-top: 60px;
}
@media (max-width: calc(768px - 0.1px)) {
  .bl_faq__list {
    margin-top: 50px;
  }
}
.bl_faq__item {
  margin-top: 30px;
  position: relative;
  padding: 20px 40px 20px 30px;
  background-color: var(--color-bg-blue-light);
  border-radius: 15px;
  filter: drop-shadow(0 8px 5px rgba(0, 143, 224, 0.5));
}
@media (max-width: calc(768px - 0.1px)) {
  .bl_faq__item {
    padding: 15px;
  }
}
.bl_faq__item::before,
.bl_faq__item::after {
  content: "";
  position: absolute;
  top: 40px;
  right: 30px;
  display: block;
  width: 25px;
  height: 3px;
  background-color: var(--color-cyan);
}
@media (max-width: calc(768px - 0.1px)) {
  .bl_faq__item::before,
  .bl_faq__item::after {
    top: 25px;
    right: 15px;
    width: 18px;
  }
}
.bl_faq__item::after {
  rotate: 90deg;
}
.bl_faq__item.is_open::after {
  rotate: 0deg;
}
.bl_faq__item.is_open .bl_faq__answer {
  display: block;
}
.bl_faq__question {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  display: flex;
  gap: 25px;
  align-items: start;
  padding-right: 70px;
}
@media (max-width: calc(768px - 0.1px)) {
  .bl_faq__question {
    gap: 6px;
    padding-right: 30px;
  }
}
.bl_faq__question::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background-image: url("https://pages.jbs.co.jp/rs/530-FPX-174/images/powerplatformapp_cleanup-support-icon_faq_q.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: calc(768px - 0.1px)) {
  .bl_faq__question::before {
    width: 30px;
    height: 30px;
  }
}
.bl_faq__questionText {
  align-self: center;
}
.bl_faq__answer {
  font-size: 16px;
  line-height: 1.5;
  border-top: 1px solid #cfe9ff;
  margin-top: 20px;
  padding-top: 20px;
  display: none;
}
.bl_media {
  display: flex;
  align-items: flex-end;
}
@media (max-width: calc(992px - 0.1px)) {
  .bl_media {
    flex-direction: column;
    row-gap: 28px;
  }
}
@media (min-width: 992px) {
  .bl_media_body {
    flex-basis: 40%;
    flex-grow: 0;
    flex-shrink: 0;
  }
}
@media (max-width: calc(992px - 0.1px)) {
  .bl_media_image {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .bl_media_image {
    flex-grow: 1;
  }
}
.bl_media_image img {
  display: block;
}
@media (max-width: calc(992px - 0.1px)) {
  .bl_media_step__2 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .bl_media_step__3 {
    margin-left: -30px;
  }
}
@media (max-width: 1200px) {
  .bl_media_step__3 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .bl_media_bodyContainer {
    padding-right: 20px;
    padding-left: 32px;
  }
}
@media (min-width: 1200px) {
  .bl_media_bodyContainer {
    padding-right: 32px;
  }
}
@media (min-width: 992px) {
  .bl_media_bodyContainer__pdlNone {
    padding-left: 0;
  }
}
.bl_media_text {
  font-size: 1.6rem;
  line-height: 1.75;
  padding-right: 20px;
}
@media (max-width: calc(768px - 0.1px)) {
  .bl_media_text {
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .bl_media_text {
    padding-bottom: 40px;
  }
}
@media (max-width: calc(992px - 0.1px)) {
  .bl_media__reverse {
    flex-direction: column-reverse;
  }
}
@media (min-width: 992px) {
  .bl_media__reverse .bl_media_body {
    flex-basis: 44%;
    flex-grow: 0;
    flex-shrink: 0;
  }
}
.el_mediaStep {
  width: 180px;
  height: 180px;
  background-image: url("https://pages.jbs.co.jp/rs/530-FPX-174/images/powerplatformapp-cleanupsupport-bg-step01.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
@media (max-width: calc(768px - 0.1px)) {
  .el_mediaStep {
    width: 110px;
    height: 110px;
  }
}
@media (min-width: 992px) {
  .el_mediaStep__pcReverse {
    background-image: url("https://pages.jbs.co.jp/rs/530-FPX-174/images/powerplatformapp-cleanupsupport-bg-step02.svg");
  }
}
@media (max-width: calc(992px - 0.1px)) {
  .el_mediaStep__spReverse {
    background-image: url("https://pages.jbs.co.jp/rs/530-FPX-174/images/powerplatformapp-cleanupsupport-bg-step02.svg");
  }
}
.el_mediaStep_text {
  display: flex;
  flex-direction: column;
  row-gap: 11px;
  justify-content: center;
  height: 100%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
}
.el_mediaStep_text .step {
  font-size: 2rem;
}
@media (max-width: calc(768px - 0.1px)) {
  .el_mediaStep_text .step {
    font-size: 1.2rem;
  }
}
.el_mediaStep_text .text {
  font-size: 3rem;
}
@media (max-width: calc(768px - 0.1px)) {
  .el_mediaStep_text .text {
    font-size: 2rem;
  }
}
.bl_media_step__2 .el_mediaStep {
  margin-left: auto;
}
@media (min-width: 768px) and (max-width: calc(992px - 0.1px)) {
  .bl_media_step__2 .el_mediaStep_text {
    row-gap: 8px;
  }
}
@media (max-width: calc(768px - 0.1px)) {
  .bl_media_step__2 .el_mediaStep_text {
    row-gap: 6px;
  }
}
.bl_media_step__2 .el_mediaStep_text .text {
  line-height: 1;
}
@media (min-width: 768px) and (max-width: calc(992px - 0.1px)) {
  .bl_media_step__3 .el_mediaStep_text {
    row-gap: 8px;
  }
}
@media (max-width: calc(768px - 0.1px)) {
  .bl_media_step__3 .el_mediaStep_text {
    row-gap: 6px;
  }
}
.bl_media_step__3 .el_mediaStep_text .text {
  font-size: 2.5rem;
  line-height: 1.25;
}
@media (max-width: calc(992px - 0.1px)) {
  .bl_media_step__3 .el_mediaStep_text .text {
    font-size: 1.5rem;
  }
}
.bl_media__qa {
  align-items: center;
}
.el_mediaTitle {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.14em;
}
@media (max-width: calc(768px - 0.1px)) {
  .el_mediaTitle {
    font-size: 1.7rem;
  }
}
.el_mediaTitle_line {
  position: relative;
  display: inline-block;
  padding: 10px 16px;
  line-height: 1;
  white-space: nowrap;
  background-color: var(--color-orange);
}
@media (max-width: calc(768px - 0.1px)) {
  .el_mediaTitle_line {
    padding: 10px 15px;
  }
}
.el_mediaTitle_line::after {
  position: absolute;
  top: 5px;
  left: 5px;
  display: inline-block;
  width: 100%;
  height: 100%;
  content: "";
  border: solid 2px var(--color-orange);
}
.el_mediaTitle_line + .el_mediaTitle_line {
  margin-top: 12px;
}
.el_mediaTitle .strong {
  font-size: 2.8rem;
}
@media (max-width: calc(768px - 0.1px)) {
  .el_mediaTitle .strong {
    font-size: 1.9rem;
  }
}
.el_mediaTitle small {
  font-size: 1.6rem;
}
@media (max-width: calc(768px - 0.1px)) {
  .el_mediaTitle small {
    font-size: 1.1rem;
  }
}
.bl_mediaUnit {
  background: url("https://pages.jbs.co.jp/rs/530-FPX-174/images/powerplatformapp-cleanupsupport-img_path_pc.svg")
    center 75px no-repeat;
  background-size: 520px 1285px;
  background-position: 47% 33%;
}
@media (max-width: calc(992px - 0.1px)) {
  .bl_mediaUnit {
    background-image: url("https://pages.jbs.co.jp/rs/530-FPX-174/images/powerplatformapp-cleanupsupport-img_path_sp.png");
    background-position: top 100px left 50px;
    background-size: 85% 70%;
  }
}
@media (max-width: calc(768px - 0.1px)) {
  .bl_mediaUnit {
    background-position: top 60px left;
    background-size: 300px 72%;
  }
}
@media (min-width: 700px) and (max-width: 767px) {
  .bl_mediaUnit {
    background-position: top 60px left 40px;
  }
}
@media (max-width: calc(992px - 0.1px)) {
  .bl_mediaUnit .bl_media {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
}
.bl_mediaUnit .bl_media + .bl_media {
  margin-top: 80px;
}
@media (max-width: calc(992px - 0.1px)) {
  .bl_mediaUnit .bl_media + .bl_media {
    margin-top: 24px;
  }
}
.bl_image {
  display: flex;
  justify-content: center;
}
.bl_image img {
  display: block;
  height: auto;
}
.bl_image__w100 img {
  width: 100%;
}
.bl_image__problem img {
  width: 100%;
}
@media (max-width: calc(768px - 0.1px)) {
  .bl_image__problem img {
    max-width: 450px;
  }
}
.bl_sectionLead {
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
  margin-top: 30px;
}
@media (max-width: calc(768px - 0.1px)) {
  .bl_sectionLead {
    text-align: left;
    margin-top: 0;
  }
}
.bl_sectionLead .strong01 {
  font-weight: bold;
  color: #00c3a0;
}
@media (min-width: 768px) {
  .bl_sectionLead .strong01 {
    font-size: 2rem;
  }
}
.bl_serviceParagraph {
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
}
@media (max-width: calc(768px - 0.1px)) {
  .bl_serviceParagraph {
    text-align: left;
  }
}
.el_startHeading {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 360/110;
  padding-bottom: 25px;
  font-size: 2.6rem;
  font-weight: bold;
  color: var(--color-cyan);
  background-image: url("https://pages.jbs.co.jp/rs/530-FPX-174/images/powerplatformapp-cleanupsupport-bg-fukidashi.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
@media (min-width: 768px) {
  .el_startHeading {
    width: 360px;
  }
}
@media (max-width: calc(768px - 0.1px)) {
  .el_startHeading {
    width: 260px;
    padding-top: 10px;
    font-size: 1.9rem;
  }
}
.bl_startPrice {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.bl_startPrice::before,
.bl_startPrice::after {
  display: block;
  width: 22px;
  height: 52px;
  content: "";
  background-image: url("https://pages.jbs.co.jp/rs/530-FPX-174/images/powerplatformapp-cleanupsupport-bg-heading02.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
@media (max-width: calc(768px - 0.1px)) {
  .bl_startPrice::before,
  .bl_startPrice::after {
    width: 16px;
  }
}
.bl_startPrice::after {
  transform: scaleX(-1);
}
.bl_startPrice_text {
  display: inline-flex;
  align-items: center;
  color: var(--color-white);
}
.bl_startPrice_text .label {
  display: inline-block;
  padding: 0.2em 0.6em;
  font-size: 1.9rem;
  font-weight: bold;
  color: var(--color-cyan);
  letter-spacing: 0.2em;
  white-space: nowrap;
  background-color: var(--color-white);
  border-radius: 5px;
}
@media (max-width: calc(768px - 0.1px)) {
  .bl_startPrice_text .label {
    font-size: 1.5rem;
  }
}
.bl_startPrice_text .yen {
  margin-left: 8px;
  font-size: 2.3rem;
  font-weight: bold;
}
@media (max-width: calc(768px - 0.1px)) {
  .bl_startPrice_text .yen {
    font-size: 1.7rem;
  }
}
.bl_startPrice_text .price {
  margin-left: 4px;
  font-size: 3.1rem;
  font-weight: bold;
}
@media (max-width: calc(768px - 0.1px)) {
  .bl_startPrice_text .price {
    font-size: 2.3rem;
  }
}
.bl_startPrice_text .tax {
  margin-left: 2px;
}
@media (max-width: calc(768px - 0.1px)) {
  .bl_startPrice_text .tax {
    font-size: 1.2rem;
  }
}
.mv {
  background-repeat: no-repeat;
}
@media (max-width: calc(768px - 0.1px)) {
  .mv {
    position: relative;
    background-position: center bottom, center top -10px, left bottom;
    background-size: 100% auto, 400px auto, 100% auto;
  }
}
@media (min-width: 768px) and (max-width: calc(992px - 0.1px)) {
  .mv {
    background-position: center bottom, center top, left bottom;
    background-size: 100% auto, 700px auto, 100% auto;
  }
}
@media (max-width: calc(992px - 0.1px)) {
  .mv {
    background-image: url("https://pages.jbs.co.jp/rs/530-FPX-174/images/powerplatformapp-cleanupsupport-mv-bg-bottom-sp.svg");
  }
}
@media (min-width: 992px) {
  .mv {
    background-image: url("https://pages.jbs.co.jp/rs/530-FPX-174/images/powerplatformapp-cleanupsupport-mv-bg-bottom-pc.svg");
    background-position: center bottom -58px, center top -10px;
    background-size: 100% auto, 1366px auto;
  }
}
@media (max-width: calc(992px - 0.1px)) {
  .mv_container {
    padding: 35px 0;
  }
}
@media (min-width: 992px) {
  .mv_container {
    position: relative;
  }
}
@media (max-width: calc(992px - 0.1px)) {
  .mv_textWrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .mv_textWrapper {
    padding-top: 90px;
    padding-bottom: 180px;
  }
}
@media (max-width: calc(992px - 0.1px)) {
  .mv_imageWrapper {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .mv_imageWrapper {
    position: absolute;
    top: 50%;
    right: 0;
    translate: calc(40 / 1200 * 100vw) -50%;
  }
}
@media (min-width: 1200px) {
  .mv_imageWrapper {
    translate: 60px -50%;
  }
}
.mv_image {
  display: block;
}
@media (max-width: 499.9px) {
  .mv_image {
    width: calc(100% + 25px * 2);
    max-width: 400px;
  }
}
@media (min-width: 500px) and (max-width: calc(992px - 0.1px)) {
  .mv_image {
    max-width: 500px;
  }
}
@media (min-width: 992px) {
  .mv_image {
    width: calc(700 / 1200 * 100vw);
  }
}
@media (min-width: 1200px) {
  .mv_image {
    width: 700px;
  }
}
.mv_balloon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 198/52.5;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.15em;
  background-image: url("https://pages.jbs.co.jp/rs/530-FPX-174/images/powerplatformapp-cleanupsupport-mv-balloon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
@media (max-width: calc(768px - 0.1px)) {
  .mv_balloon {
    width: 138px;
    padding-bottom: 7px;
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .mv_balloon {
    width: 198px;
    padding-bottom: 10px;
    font-size: 2.2rem;
  }
}
.mv_linkButton {
  position: relative;
  display: block;
  width: max-content;
  transition: filter 0.2s ease-in;
}
.mv_linkButton::after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.2s ease-in;
}
.mv_linkButton:hover::after {
  opacity: 0.2;
}
.mv_text {
  font-weight: 700;
  line-height: 1.75;
}
@media (max-width: calc(768px - 0.1px)) {
  .mv_text {
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.14em;
  }
}
@media (min-width: 768px) {
  .mv_text {
    margin-top: 16px;
    font-size: 1.5rem;
  }
}
.mv_text .strong {
  font-size: 1.7rem;
  color: var(--color-cyan);
}
@media (max-width: calc(768px - 0.1px)) {
  .mv_text .strong {
    letter-spacing: 0.1em;
  }
}
@media (min-width: 768px) {
  .mv_text .strong {
    letter-spacing: 0.15em;
  }
}
.mv_banner {
  display: none;
}
@media (max-width: calc(768px - 0.1px)) {
  .mv_banner {
    position: fixed;
    right: 10px;
    bottom: 60px;
    z-index: 10;
    width: 225px;
  }
}
@media (min-width: 768px) {
  .mv_banner {
    position: fixed;
    width: 247px;
    right: 15px;
    bottom: 70px;
    z-index: 10;
  }
}
.mv_banner a {
  position: relative;
  display: block;
}
.mv_banner a::after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff;
  border-radius: 10px;
  opacity: 0;
  transition: opacity 0.2s ease-in;
}
.mv_banner a:hover::after {
  opacity: 0.2;
}
.mv_banner img {
  display: block;
  border-radius: 10px;
}
@media (max-width: calc(992px - 0.1px)) {
  .mv_title {
    margin-top: 8px;
    text-align: center;
  }
}
.mv_mainTitle {
  position: relative;
  font-size: clamp(40px, 3.6111111111vw, 60px);
  font-weight: 700;
  z-index: 2;
  line-height: 1.3;
  letter-spacing: 0.16em;
  -webkit-text-stroke: 14px #fff;
  paint-order: stroke fill;
}
@media (max-width: calc(768px - 0.1px)) {
  .mv_mainTitle {
    font-size: clamp(20px, 8.2666666667vw, 32px);
    letter-spacing: 0.05em;
  }
}
.mv_subTitle {
  position: relative;
  display: block;
  margin-top: 24px;
  font-size: clamp(14px, 2.2vw, 26px);
  font-weight: 700;
  color: var(--color-cyan);
  z-index: 2;
}
@media (max-width: calc(768px - 0.1px)) {
  .mv_subTitle {
    font-size: clamp(1.5rem, 8vw, 1.8rem);
    margin-top: 12px;
  }
}
@media (min-width: 768px) {
  .mv_subTitle {
    font-size: clamp(14px, 2.2vw, 26px) !important;
  }
}
@media (min-width: 992px) {
  .sv {
    padding: 55px min(55/1200 * 100vw, 55px);
    background-color: #fff;
    border-radius: 20px;
  }
}
.sv_container {
  display: grid;
  position: relative;
}
@media (max-width: calc(992px - 0.1px)) {
  .sv_container {
    display: block;
  }
}
@media (min-width: 992px) {
  .sv_container {
    grid-template-columns: 73.3% 1fr;
  }
}
.sv_bgContainer {
  max-width: 660px;
}
@media (max-width: calc(768px - 0.1px)) {
  .sv_bgContainer {
    padding: 0 30px;
    background-color: var(--color-bg-blue);
    margin-inline: auto;
  }
}
@media (min-width: 768px) and (max-width: calc(992px - 0.1px)) {
  .sv_bgContainer {
    margin-inline: auto;
    place-content: center;
  }
}
@media (max-width: calc(768px - 0.1px)) {
  .sv_textWrapper {
    padding: 24px 24px 180px;
  }
}
@media (min-width: 768px) and (max-width: calc(992px - 0.1px)) {
  .sv_textWrapper {
    padding: 24px 24px 160px;
  }
}
@media (max-width: calc(992px - 0.1px)) {
  .sv_textWrapper {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    border-radius: 20px;
  }
}
@media (min-width: 768px) and (max-width: calc(992px - 0.1px)) {
  .sv_textWrapper {
    padding: 45px 45px 210px;
  }
}
@media (min-width: 992px) {
  .sv_textWrapper {
    padding-right: calc(50 / 1200 * 100vw);
  }
}
@media (min-width: 1200px) {
  .sv_textWrapper {
    padding-right: 0;
  }
}
.sv_title {
  font-size: clamp(20px, 2.6388888889vw, 38px);
  font-weight: 700;
  letter-spacing: 0.12em;
}
@media (max-width: calc(992px - 0.1px)) {
  .sv_title {
    text-align: center;
  }
}
.sv_title span {
  display: inline-block;
  padding: 4px 10px;
  margin-inline: 0.2em;
  background-color: var(--color-cyan);
  border-radius: 4px;
  color: var(--color-white);
}
@media (max-width: calc(768px - 0.1px)) {
  .sv_title span {
    margin-inline: 0.01em;
  }
}
.sv_text {
  font-weight: 700;
  letter-spacing: 0.12em;
}
@media (max-width: calc(768px - 0.1px)) {
  .sv_text {
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0.09em;
  }
}
@media (min-width: 768px) {
  .sv_text {
    line-height: 1.75;
  }
}
.sv_text:nth-child(2) {
  margin-top: 1.75em;
}
.sv_text .strong {
  color: var(--color-cyan);
}
@media (min-width: 768px) {
  .sv_text .strong {
    font-size: 1.7rem;
  }
}
.sv_text + .sv_text {
  margin-top: 1em;
}
.sv_imageWrapper {
  position: absolute;
  top: -48px;
  left: 74%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: calc(992px - 0.1px)) {
  .sv_imageWrapper {
    position: absolute;
    top: auto;
    text-align: center;
    top: auto;
    left: 50%;
    translate: -50% 0;
  }
}
@media (min-width: 992px) {
  .sv_imageWrapper {
    top: -48px;
    left: 74%;
  }
}
@media (max-width: calc(768px - 0.1px)) {
  .sv_image {
    width: 72vw;
    max-width: 300px;
    margin-inline: auto;
  }
}
@media (min-width: 768px) and (max-width: calc(992px - 0.1px)) {
  .sv_image {
    margin-inline: auto;
    width: 400px;
  }
}
@media (max-width: calc(992px - 0.1px)) {
  .sv_image {
    margin-top: 24px;
  }
}
@media (min-width: 992px) {
  .sv_image {
    position: absolute;
    top: calc(-34 / 1200 * 100vw);
    left: calc(-20 / 1200 * 100vw);
    width: calc(378 / 1200 * 100vw);
    aspect-ratio: 378/435;
  }
}
@media (min-width: 1200px) {
  .sv_image {
    top: -34px;
    left: -20px;
    width: 378px;
  }
}
.sv_image img {
  display: block;
  width: 100%;
}
.bl_nav {
  display: flex;
  column-gap: 30px;
  align-items: center;
  height: 100%;
  margin-right: 30px;
  line-height: 1.2;
}
@media screen and (max-width: 1100px) {
  .bl_nav {
    column-gap: 20px;
    margin-right: 20px;
  }
}
.bl_nav_link {
  font-size: 1.5rem;
  font-weight: 500;
  color: #000;
  transition: color 0.2s ease-in;
}
@media screen and (max-width: 1100px) {
  .bl_nav_link {
    font-size: 1.25rem;
  }
}
.bl_nav_link:hover {
  color: var(--color-orange);
}
.bl_spMenu li + li {
  margin-top: 10px;
}
.nav-link {
  font-weight: 700;
}
.ly_currentState {
  position: relative;
}
.ly_currentState__firstHalf {
  background-color: var(--color-bg-blue);
  padding-block: 70px;
  position: relative;
}
@media (max-width: calc(992px - 0.1px)) {
  .ly_currentState__firstHalf {
    padding-block: 40px 48px;
  }
}
.ly_currentState__firstHalf .contentWrapper {
  display: flex;
  position: relative;
  gap: 96px;
}
@media (max-width: calc(992px - 0.1px)) {
  .ly_currentState__firstHalf .contentWrapper {
    flex-direction: column;
    gap: 14.5vh;
    padding-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: calc(992px - 0.1px)) {
  .ly_currentState__firstHalf .contentWrapper {
    flex-direction: column;
    gap: 14.5vh;
    padding-top: 50px;
  }
}
.ly_currentState__firstHalf .bl_card {
  position: relative;
  flex: 1;
  padding: 35px 20px;
  background-color: #fff;
  border: solid 3px var(--color-cyan);
  border-radius: 14px;
}
.ly_currentState__firstHalf .bl_card:first-child {
  border-color: #5a6d7c;
}
.ly_currentState__firstHalf .bl_card__header {
  position: absolute;
  top: 0;
  left: 3%;
  right: 3%;
  transform: translateY(-50%);
  border-radius: 38px;
  background-color: #5a6d7c;
  color: #fff;
  padding: 1em 0.25em;
}
@media (max-width: calc(768px - 0.1px)) {
  .ly_currentState__firstHalf .bl_card__header {
    padding: 0.25em 0.25em;
  }
}
.ly_currentState__firstHalf .bl_card.right .bl_card__header {
  background-color: var(--color-cyan);
}
.ly_currentState__firstHalf .bl_card__header_title {
  text-align: center;
  font-size: clamp(16px, 1.54vw, 21px);
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.14em;
}
@media (max-width: calc(768px - 0.1px)) {
  .ly_currentState__firstHalf .bl_card__header_title {
    font-size: clamp(16px, 4.53vw, 20px);
  }
}
.ly_currentState__firstHalf .bl_card.right .bl_card__header_title {
  letter-spacing: 0.1em;
}
.ly_currentState__firstHalf .bl_illustration {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ly_currentState__firstHalf .bl_illustration img {
  height: auto;
}
.ly_currentState__firstHalf .bl_checklist {
  list-style: none;
  padding: 0;
  margin-top: 24px;
}
.ly_currentState__firstHalf .bl_checklist__item {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #e8e9ea;
  border-radius: 8px;
  padding: 0.5em 1em 0.5em 0.5em;
  font-size: min(1.13vw, 15px);
  line-height: 1.8;
  letter-spacing: 0.05em;
  min-height: 54px;
}
.ly_currentState__firstHalf .bl_checklist__item:not(:first-child) {
  margin-top: 10px;
}
@media (max-width: calc(992px - 0.1px)) {
  .ly_currentState__firstHalf .bl_checklist__item:not(:first-child) {
    margin-top: 8px;
  }
}
@media (max-width: calc(768px - 0.1px)) {
  .ly_currentState__firstHalf .bl_checklist__item img {
    top: 1.25em;
    left: 1em;
  }
}
@media (min-width: 768px) and (max-width: calc(992px - 0.1px)) {
  .ly_currentState__firstHalf .bl_checklist__item img {
    top: 1.25em;
    left: 1em;
  }
}
.ly_currentState__firstHalf .bl_checklist__itemText {
  color: #5a6d7c;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.14em;
  font-size: 1.4rem;
  position: relative;
  display: inline-block;
  padding-left: 24px;
}
.ly_currentState__firstHalf .bl_checklist__itemText img {
  position: absolute;
  left: 0;
  top: 6px;
}
@media (max-width: calc(768px - 0.1px)) {
  .ly_currentState__firstHalf .bl_checklist__itemText img {
    top: 8px;
    left: 7px;
    width: 11px;
    height: 7px;
  }
}
.ly_currentState__firstHalf .bl_card.right .bl_checklist__item {
  background-color: #e9f8ff;
}
.ly_currentState__firstHalf .gap-badge {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 205px;
  height: 150px;
  z-index: 2;
}
@media (max-width: calc(768px - 0.1px)) {
  .ly_currentState__firstHalf .gap-badge {
    width: 43.4%;
    top: 47.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: calc(992px - 0.1px)) {
  .ly_currentState__firstHalf .gap-badge {
    top: 49.4%;
  }
}
@media screen and (max-width: 400px) {
  .ly_currentState__firstHalf .gap-badge {
    top: 49.4%;
  }
}
.ly_currentState__firstHalf .u_textOrange {
  color: var(--color-orange) !important;
}
.ly_currentState__firstHalf .u_textCyan {
  color: var(--color-cyan) !important;
}
.ly_currentState__secondHalf {
  position: relative;
  background-color: var(--color-bg-orange);
  height: 333px;
}
@media (max-width: calc(768px - 0.1px)) {
  .ly_currentState__secondHalf {
    height: auto;
  }
}
.ly_currentState__secondHalf .currentState__3arrows {
  position: absolute;
  top: -38px;
  left: 50%;
  transform: translateX(-50%);
  width: 53px;
  height: 78px;
  z-index: 2;
}
@media (min-width: 768px) and (max-width: calc(992px - 0.1px)) {
  .ly_currentState__secondHalf .currentState__3arrows {
    top: -31px;
    width: 42px;
    height: 62px;
  }
}
@media (max-width: calc(768px - 0.1px)) {
  .ly_currentState__secondHalf .currentState__3arrows {
    top: -18px;
    width: 25px;
    height: 36px;
  }
}
.ly_currentState__secondHalf .ly_container {
  position: relative;
  height: 100%;
  width: 95%;
  max-width: 1162px;
  padding-block: 80px 60px;
}
@media (max-width: calc(768px - 0.1px)) {
  .ly_currentState__secondHalf .ly_container {
    padding-block: 52px 180px;
  }
}
.ly_currentState__secondHalf_content {
  text-align: center;
}
.ly_currentState__secondHalf_content_text {
  font-size: clamp(16px, 1.54vw, 21px);
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0;
  color: #373e4b;
}
.ly_currentState__secondHalf_content_text .normalSize {
  display: inline-block;
  font-size: clamp(16px, 1.46vw, 20px);
}
@media (max-width: calc(768px - 0.1px)) {
  .ly_currentState__secondHalf_content_text .normalSize {
    font-size: clamp(17px, 4.8vw, 20px);
    line-height: 1.8;
  }
}
.ly_currentState__secondHalf_content_text .lgSize {
  display: block;
  font-size: clamp(19px, 1.76vw, 24px);
}
@media (max-width: calc(768px - 0.1px)) {
  .ly_currentState__secondHalf_content_text .lgSize {
    font-size: clamp(19px, 5.87vw, 24px);
    line-height: 1.5;
    margin-bottom: 20px;
  }
}
.ly_currentState__secondHalf_content_text .exlgSize {
  font-size: clamp(16px, 2.12vw, 29px);
}
@media (max-width: calc(768px - 0.1px)) {
  .ly_currentState__secondHalf_content_text .exlgSize {
    font-size: clamp(16px, 7.73vw, 31px);
  }
}
.ly_currentState__secondHalf_content_text .em {
  display: inline-block;
  margin-block: 10px 6px;
  box-decoration-break: clone;
  padding: 0 0.5em;
  color: var(--color-orange);
  background: linear-gradient(var(--color-white) 0%, var(--color-white) 100%);
  font-size: clamp(24px, 2.34vw, 32px);
  font-weight: 900;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media (max-width: calc(768px - 0.1px)) {
  .ly_currentState__secondHalf_content_text .em {
    display: inline;
    margin-top: 10px;
    font-size: clamp(24px, 7.2vw, 27px);
    background: linear-gradient(var(--color-white) 0%, var(--color-white) 100%);
    line-height: 1.8;
  }
}
@media screen and (max-width: 400px) {
  .ly_currentState__secondHalf_content_text .em {
    letter-spacing: 0.03em;
  }
}
.ly_currentState__secondHalf_image {
  position: absolute;
  bottom: 0;
}
.ly_currentState__secondHalf_image:nth-child(2),
.ly_currentState__secondHalf_image:nth-child(4) {
  left: 0;
}
.ly_currentState__secondHalf_image:nth-child(3),
.ly_currentState__secondHalf_image:nth-child(5) {
  right: 0;
}
.ly_currentState__secondHalf_image:nth-child(2) {
  width: min(28vw, 292px);
}
.ly_currentState__secondHalf_image:nth-child(3) {
  width: min(22vw, 235px);
}
.ly_currentState__secondHalf_image:nth-child(4) {
  width: min(51.2vw, 192px);
}
.ly_currentState__secondHalf_image:nth-child(5) {
  width: min(40.3vw, 151px);
}
.ly_currentState__secondHalf_image img {
  height: auto;
}
.el_currentState_bg_white_sp.em {
  position: relative;
  background: none;
}
.el_currentState_bg_white_sp.em span {
  position: relative;
  z-index: 1;
}
.el_currentState_bg_white_sp.em::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: -12.5%;
  left: 0;
  width: 100%;
  height: 125%;
  background-color: var(--color-white);
  z-index: 0;
}
.ly_schedule {
  padding-top: 80px;
  padding-bottom: 60px;
  background-color: var(--color-bg-blue-light);
}
@media (max-width: calc(768px - 0.1px)) {
  .ly_schedule {
    padding-bottom: 32px;
  }
}
@media (max-width: calc(768px - 0.1px)) {
  .u_spHide {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .u_tabpcHide {
    display: none !important;
  }
}
@media (max-width: calc(992px - 0.1px)) {
  .u_sptabHide {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .u_pcHide {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .u_largePcHide {
    display: none !important;
  }
}
.u_tabpcShow {
  display: none !important;
}
@media (min-width: 768px) {
  .u_tabpcShow {
    display: block !important;
  }
}
.u_largePcShow {
  display: none !important;
}
@media (min-width: 1200px) {
  .u_largePcShow {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .u_u500Hide {
    display: none !important;
  }
}
.u_u500Show {
  display: none !important;
}
@media screen and (max-width: 500px) {
  .u_u500Show {
    display: block !important;
  }
}
.u_mt1 {
  margin-top: 5px !important;
}
.u_mt2 {
  margin-top: 10px !important;
}
.u_mt3 {
  margin-top: 15px !important;
}
.u_mt4 {
  margin-top: 20px !important;
}
.u_mt5 {
  margin-top: 25px !important;
}
.u_mt6 {
  margin-top: 30px !important;
}
.u_mt7 {
  margin-top: 35px !important;
}
.u_mt8 {
  margin-top: 40px !important;
}
.u_mt9 {
  margin-top: 45px !important;
}
.u_mt10 {
  margin-top: 50px !important;
}
.u_mt11 {
  margin-top: 55px !important;
}
.u_mt12 {
  margin-top: 60px !important;
}
.u_mt13 {
  margin-top: 65px !important;
}
.u_mt14 {
  margin-top: 70px !important;
}
.u_mt15 {
  margin-top: 75px !important;
}
.u_mt16 {
  margin-top: 80px !important;
}
.u_mt17 {
  margin-top: 85px !important;
}
.u_mt18 {
  margin-top: 90px !important;
}
.u_mt19 {
  margin-top: 95px !important;
}
.u_mt20 {
  margin-top: 100px !important;
}
@media (min-width: 768px) {
  .u_tabpcMt1 {
    margin-top: 5px !important;
  }
}
@media (min-width: 768px) {
  .u_tabpcMt2 {
    margin-top: 10px !important;
  }
}
@media (min-width: 768px) {
  .u_tabpcMt3 {
    margin-top: 15px !important;
  }
}
@media (min-width: 768px) {
  .u_tabpcMt4 {
    margin-top: 20px !important;
  }
}
@media (min-width: 768px) {
  .u_tabpcMt5 {
    margin-top: 25px !important;
  }
}
@media (min-width: 768px) {
  .u_tabpcMt6 {
    margin-top: 30px !important;
  }
}
@media (min-width: 768px) {
  .u_tabpcMt7 {
    margin-top: 35px !important;
  }
}
@media (min-width: 768px) {
  .u_tabpcMt8 {
    margin-top: 40px !important;
  }
}
@media (min-width: 768px) {
  .u_tabpcMt9 {
    margin-top: 45px !important;
  }
}
@media (min-width: 768px) {
  .u_tabpcMt10 {
    margin-top: 50px !important;
  }
}
@media (min-width: 768px) {
  .u_tabpcMt11 {
    margin-top: 55px !important;
  }
}
@media (min-width: 768px) {
  .u_tabpcMt12 {
    margin-top: 60px !important;
  }
}
@media (min-width: 768px) {
  .u_tabpcMt13 {
    margin-top: 65px !important;
  }
}
@media (min-width: 768px) {
  .u_tabpcMt14 {
    margin-top: 70px !important;
  }
}
@media (min-width: 768px) {
  .u_tabpcMt15 {
    margin-top: 75px !important;
  }
}
@media (min-width: 768px) {
  .u_tabpcMt16 {
    margin-top: 80px !important;
  }
}
@media (min-width: 768px) {
  .u_tabpcMt17 {
    margin-top: 85px !important;
  }
}
@media (min-width: 768px) {
  .u_tabpcMt18 {
    margin-top: 90px !important;
  }
}
@media (min-width: 768px) {
  .u_tabpcMt19 {
    margin-top: 95px !important;
  }
}
@media (min-width: 768px) {
  .u_tabpcMt20 {
    margin-top: 100px !important;
  }
}
@media (max-width: calc(768px - 0.1px)) {
  .u_spMt1 {
    margin-top: 5px !important;
  }
}
@media (max-width: calc(768px - 0.1px)) {
  .u_spMt2 {
    margin-top: 10px !important;
  }
}
@media (max-width: calc(768px - 0.1px)) {
  .u_spMt3 {
    margin-top: 15px !important;
  }
}
@media (max-width: calc(768px - 0.1px)) {
  .u_spMt4 {
    margin-top: 20px !important;
  }
}
@media (max-width: calc(768px - 0.1px)) {
  .u_spMt5 {
    margin-top: 25px !important;
  }
}
@media (max-width: calc(768px - 0.1px)) {
  .u_spMt6 {
    margin-top: 30px !important;
  }
}
@media (max-width: calc(768px - 0.1px)) {
  .u_spMt7 {
    margin-top: 35px !important;
  }
}
@media (max-width: calc(768px - 0.1px)) {
  .u_spMt8 {
    margin-top: 40px !important;
  }
}
@media (max-width: calc(768px - 0.1px)) {
  .u_spMt9 {
    margin-top: 45px !important;
  }
}
@media (max-width: calc(768px - 0.1px)) {
  .u_spMt10 {
    margin-top: 50px !important;
  }
}
@media (max-width: calc(768px - 0.1px)) {
  .u_spMt11 {
    margin-top: 55px !important;
  }
}
@media (max-width: calc(768px - 0.1px)) {
  .u_spMt12 {
    margin-top: 60px !important;
  }
}
@media (max-width: calc(768px - 0.1px)) {
  .u_spMt13 {
    margin-top: 65px !important;
  }
}
@media (max-width: calc(768px - 0.1px)) {
  .u_spMt14 {
    margin-top: 70px !important;
  }
}
@media (max-width: calc(768px - 0.1px)) {
  .u_spMt15 {
    margin-top: 75px !important;
  }
}
@media (max-width: calc(768px - 0.1px)) {
  .u_spMt16 {
    margin-top: 80px !important;
  }
}
@media (max-width: calc(768px - 0.1px)) {
  .u_spMt17 {
    margin-top: 85px !important;
  }
}
@media (max-width: calc(768px - 0.1px)) {
  .u_spMt18 {
    margin-top: 90px !important;
  }
}
@media (max-width: calc(768px - 0.1px)) {
  .u_spMt19 {
    margin-top: 95px !important;
  }
}
@media (max-width: calc(768px - 0.1px)) {
  .u_spMt20 {
    margin-top: 100px !important;
  }
}
@media (max-width: calc(992px - 0.1px)) {
  .u_sptabMt1 {
    margin-top: 5px !important;
  }
}
@media (max-width: calc(992px - 0.1px)) {
  .u_sptabMt2 {
    margin-top: 10px !important;
  }
}
@media (max-width: calc(992px - 0.1px)) {
  .u_sptabMt3 {
    margin-top: 15px !important;
  }
}
@media (max-width: calc(992px - 0.1px)) {
  .u_sptabMt4 {
    margin-top: 20px !important;
  }
}
@media (max-width: calc(992px - 0.1px)) {
  .u_sptabMt5 {
    margin-top: 25px !important;
  }
}
@media (max-width: calc(992px - 0.1px)) {
  .u_sptabMt6 {
    margin-top: 30px !important;
  }
}
@media (max-width: calc(992px - 0.1px)) {
  .u_sptabMt7 {
    margin-top: 35px !important;
  }
}
@media (max-width: calc(992px - 0.1px)) {
  .u_sptabMt8 {
    margin-top: 40px !important;
  }
}
@media (max-width: calc(992px - 0.1px)) {
  .u_sptabMt9 {
    margin-top: 45px !important;
  }
}
@media (max-width: calc(992px - 0.1px)) {
  .u_sptabMt10 {
    margin-top: 50px !important;
  }
}
@media (max-width: calc(992px - 0.1px)) {
  .u_sptabMt11 {
    margin-top: 55px !important;
  }
}
@media (max-width: calc(992px - 0.1px)) {
  .u_sptabMt12 {
    margin-top: 60px !important;
  }
}
@media (max-width: calc(992px - 0.1px)) {
  .u_sptabMt13 {
    margin-top: 65px !important;
  }
}
@media (max-width: calc(992px - 0.1px)) {
  .u_sptabMt14 {
    margin-top: 70px !important;
  }
}
@media (max-width: calc(992px - 0.1px)) {
  .u_sptabMt15 {
    margin-top: 75px !important;
  }
}
@media (max-width: calc(992px - 0.1px)) {
  .u_sptabMt16 {
    margin-top: 80px !important;
  }
}
@media (max-width: calc(992px - 0.1px)) {
  .u_sptabMt17 {
    margin-top: 85px !important;
  }
}
@media (max-width: calc(992px - 0.1px)) {
  .u_sptabMt18 {
    margin-top: 90px !important;
  }
}
@media (max-width: calc(992px - 0.1px)) {
  .u_sptabMt19 {
    margin-top: 95px !important;
  }
}
@media (max-width: calc(992px - 0.1px)) {
  .u_sptabMt20 {
    margin-top: 100px !important;
  }
}
.u_nmt1 {
  margin-top: -5px !important;
}
.u_nmt2 {
  margin-top: -10px !important;
}
.u_nmt3 {
  margin-top: -15px !important;
}
.u_nmt4 {
  margin-top: -20px !important;
}
.u_nmt5 {
  margin-top: -25px !important;
}
.u_nmt6 {
  margin-top: -30px !important;
}
.u_nmt7 {
  margin-top: -35px !important;
}
.u_nmt8 {
  margin-top: -40px !important;
}
.u_nmt9 {
  margin-top: -45px !important;
}
.u_nmt10 {
  margin-top: -50px !important;
}
.u_nmt11 {
  margin-top: -55px !important;
}
.u_nmt12 {
  margin-top: -60px !important;
}
.u_nmt13 {
  margin-top: -65px !important;
}
.u_nmt14 {
  margin-top: -70px !important;
}
.u_nmt15 {
  margin-top: -75px !important;
}
.u_nmt16 {
  margin-top: -80px !important;
}
.u_nmt17 {
  margin-top: -85px !important;
}
.u_nmt18 {
  margin-top: -90px !important;
}
.u_nmt19 {
  margin-top: -95px !important;
}
.u_nmt20 {
  margin-top: -100px !important;
}
@media (min-width: 768px) {
  .u_tabpcNMt1 {
    margin-top: -5px !important;
  }
}
@media (min-width: 768px) {
  .u_tabpcNMt2 {
    margin-top: -10px !important;
  }
}
@media (min-width: 768px) {
  .u_tabpcNMt3 {
    margin-top: -15px !important;
  }
}
@media (min-width: 768px) {
  .u_tabpcNMt4 {
    margin-top: -20px !important;
  }
}
@media (min-width: 768px) {
  .u_tabpcNMt5 {
    margin-top: -25px !important;
  }
}
@media (min-width: 768px) {
  .u_tabpcNMt6 {
    margin-top: -30px !important;
  }
}
@media (min-width: 768px) {
  .u_tabpcNMt7 {
    margin-top: -35px !important;
  }
}
@media (min-width: 768px) {
  .u_tabpcNMt8 {
    margin-top: -40px !important;
  }
}
@media (min-width: 768px) {
  .u_tabpcNMt9 {
    margin-top: -45px !important;
  }
}
@media (min-width: 768px) {
  .u_tabpcNMt10 {
    margin-top: -50px !important;
  }
}
@media (min-width: 768px) {
  .u_tabpcNMt11 {
    margin-top: -55px !important;
  }
}
@media (min-width: 768px) {
  .u_tabpcNMt12 {
    margin-top: -60px !important;
  }
}
@media (min-width: 768px) {
  .u_tabpcNMt13 {
    margin-top: -65px !important;
  }
}
@media (min-width: 768px) {
  .u_tabpcNMt14 {
    margin-top: -70px !important;
  }
}
@media (min-width: 768px) {
  .u_tabpcNMt15 {
    margin-top: -75px !important;
  }
}
@media (min-width: 768px) {
  .u_tabpcNMt16 {
    margin-top: -80px !important;
  }
}
@media (min-width: 768px) {
  .u_tabpcNMt17 {
    margin-top: -85px !important;
  }
}
@media (min-width: 768px) {
  .u_tabpcNMt18 {
    margin-top: -90px !important;
  }
}
@media (min-width: 768px) {
  .u_tabpcNMt19 {
    margin-top: -95px !important;
  }
}
@media (min-width: 768px) {
  .u_tabpcNMt20 {
    margin-top: -100px !important;
  }
}
@media (max-width: calc(768px - 0.1px)) {
  .u_spNMt1 {
    margin-top: -5px !important;
  }
}
@media (max-width: calc(768px - 0.1px)) {
  .u_spNMt2 {
    margin-top: -10px !important;
  }
}
@media (max-width: calc(768px - 0.1px)) {
  .u_spNMt3 {
    margin-top: -15px !important;
  }
}
@media (max-width: calc(768px - 0.1px)) {
  .u_spNMt4 {
    margin-top: -20px !important;
  }
}
@media (max-width: calc(768px - 0.1px)) {
  .u_spNMt5 {
    margin-top: -25px !important;
  }
}
@media (max-width: calc(768px - 0.1px)) {
  .u_spNMt6 {
    margin-top: -30px !important;
  }
}
@media (max-width: calc(768px - 0.1px)) {
  .u_spNMt7 {
    margin-top: -35px !important;
  }
}
@media (max-width: calc(768px - 0.1px)) {
  .u_spNMt8 {
    margin-top: -40px !important;
  }
}
@media (max-width: calc(768px - 0.1px)) {
  .u_spNMt9 {
    margin-top: -45px !important;
  }
}
@media (max-width: calc(768px - 0.1px)) {
  .u_spNMt10 {
    margin-top: -50px !important;
  }
}
@media (max-width: calc(768px - 0.1px)) {
  .u_spNMt11 {
    margin-top: -55px !important;
  }
}
@media (max-width: calc(768px - 0.1px)) {
  .u_spNMt12 {
    margin-top: -60px !important;
  }
}
@media (max-width: calc(768px - 0.1px)) {
  .u_spNMt13 {
    margin-top: -65px !important;
  }
}
@media (max-width: calc(768px - 0.1px)) {
  .u_spNMt14 {
    margin-top: -70px !important;
  }
}
@media (max-width: calc(768px - 0.1px)) {
  .u_spNMt15 {
    margin-top: -75px !important;
  }
}
@media (max-width: calc(768px - 0.1px)) {
  .u_spNMt16 {
    margin-top: -80px !important;
  }
}
@media (max-width: calc(768px - 0.1px)) {
  .u_spNMt17 {
    margin-top: -85px !important;
  }
}
@media (max-width: calc(768px - 0.1px)) {
  .u_spNMt18 {
    margin-top: -90px !important;
  }
}
@media (max-width: calc(768px - 0.1px)) {
  .u_spNMt19 {
    margin-top: -95px !important;
  }
}
@media (max-width: calc(768px - 0.1px)) {
  .u_spNMt20 {
    margin-top: -100px !important;
  }
}
@media (max-width: calc(768px - 0.1px)) {
  .u_spMt0 {
    margin-top: 0 !important;
  }
}
.u_textCenter {
  text-align: center !important;
}
.u_colorGreen {
  color: #00c3a0 !important;
}
.u_bgColorGreen01 {
  background-color: var(--color-bg-blue-light) !important;
}
.u_bgColorContact {
  background-color: var(--color-bg-contact) !important;
}
.u_textMarker {
  color: var(--color-orange);
  background: linear-gradient(
    transparent 15%,
    var(--color-bg-orange) 15%,
    var(--color-bg-orange) 85%,
    transparent 85%
  );
  padding: 0 2px;
}
.u_textNoWrap_sp {
  white-space: revert;
}
@media (max-width: calc(768px - 0.1px)) {
  .u_textNoWrap_sp {
    display: inline-block;
    white-space: nowrap;
  }
}
.u_textNoWrap {
  white-space: nowrap;
}
.u_textOrange {
  color: var(--color-orange) !important;
}
.u_textCyan {
  color: var(--color-cyan) !important;
}
