@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  font-size: 10px;
}

body {
  font-family: "YuGothic", "游ゴシック", "メイリオ", Meiryo, "Zen Kaku Gothic New", sans-serif;
  background-color: #fff;
  color: #272946;
  vertical-align: bottom;
  font-size: 1.6rem;
  line-height: 1.5;
}

main {
  background-color: #fff;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  main {
    min-width: 0;
  }
}

#container {
  font-family: inherit;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.8px;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

a, a:link, a:hover, a:visited {
  color: inherit;
  text-decoration: inherit;
}

a, a::before, a::after,
a *,
button,
button::before,
button::after,
button * {
  transition: 0.3s ease-in-out;
}

img {
  max-width: 100%;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

@media screen and (max-width: 768px) {
  .sp-hide {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .pc-hide {
    display: none !important;
  }
}

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

.splide .m-card.-typeC {
  box-shadow: none;
}

.splide.splide_pickup .splide__track {
  overflow: visible;
}

.splide__arrows {
  display: flex;
  gap: 15px;
}
.splide__arrows svg {
  opacity: 0;
}
.splide__arrows:has(.splide__pagination) {
  justify-content: center;
  margin-top: 30px;
}
.splide__arrows:has(.splide__pagination).-mt40 {
  margin-top: 40px;
}
.splide__arrows:has(.splide__pagination) .m-arrow.-prev {
  order: 0;
}
.splide__arrows:has(.splide__pagination) .m-arrow.-next {
  order: 2;
}
.splide__arrows:has(.splide__pagination) .splide__pagination {
  position: static;
  order: 1;
  gap: 8px;
  padding: 0;
}
.splide__arrows:has(.splide__pagination) .splide__pagination .splide__pagination__page {
  width: 12px;
  height: 12px;
  margin: 0;
  opacity: 1;
  background: #fff;
}
.splide__arrows:has(.splide__pagination) .splide__pagination .splide__pagination__page::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 100vw;
  border: 1px solid transparent;
  background-image: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
  background-origin: border-box;
  background-clip: border-box;
  mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  mask-clip: padding-box, border-box;
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
}
.splide__arrows:has(.splide__pagination) .splide__pagination .splide__pagination__page.is-active {
  background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
  scale: 1;
  transform: scale(1);
}

@media screen and (max-width: 768px) {
  .splide_pickup .splide__list {
    display: flex !important;
  }
}
@media screen and (min-width: 769px) {
  .splide_pickup .splide__list.m-cardList {
    display: grid !important;
  }
}
@media screen and (max-width: 768px) {
  .splide_pickup .splide__list.m-cardList {
    gap: 0;
  }
}
@media screen and (min-width: 769px) {
  .splide_pickup .splide__track {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media screen and (min-width: 769px) {
  .splide_pickup .splide__track .splide__slide {
    display: flex;
    width: 100%;
    align-self: stretch;
  }
}
@media screen and (max-width: 768px) {
  .splide_pickup .splide__track .splide__slide {
    width: 280px;
    box-sizing: content-box;
  }
}
@media screen and (min-width: 769px) {
  .splide_pickup .splide__track .splide__slide .m-card {
    display: flex;
    flex-direction: column;
    grid-template-rows: initial;
  }
}
@media screen and (min-width: 769px) {
  .splide_pickup .splide__track .splide__slide .m-card .text {
    flex-grow: 1;
  }
}
.splide_pickup .splide__track .splide__slide .m-card .bottom {
  padding-top: 4px;
}
@media screen and (min-width: 769px) {
  .splide_pickup .splide__track .splide__slide .m-card .bottom .tag {
    margin-top: -4px;
  }
}
@media screen and (min-width: 769px) {
  .splide_pickup .splide__track .splide__slide .m-card .bottom {
    justify-self: flex-end;
    align-items: flex-start;
  }
}

.splide_liveOffice .splide__track {
  box-shadow: 0px 3px 14px 0px rgba(40, 43, 50, 0.12);
}
.splide_liveOffice .splide__pagination {
  display: flex !important;
}
.progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  /* バーの高さを指定 */
  background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
  z-index: 100;
}

.progress__bar {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f3f3f3;
  /* バーの色を指定 */
  height: 100%;
  width: 100%;
  /* 初期値は100 */
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.m-button.-typeA {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: max-content;
  min-width: 300px;
  padding: 16px 15px 16px 40px;
  background-color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.8px;
  position: relative;
  border: 1px solid #fff;
}
.m-button.-typeA::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}
.m-button.-typeA::after {
  content: "";
  display: block;
  aspect-ratio: 1;
  width: 9px;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  mask-image: url(../img/common/icon-arrow-01.svg);
  background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
}
.m-button.-typeA > span:first-child {
  flex-grow: 1;
  background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 1;
  position: relative;
}
.m-button.-typeA:hover {
  background: transparent;
}
.m-button.-typeA:hover::after {
  background: #fff;
  translate: 50% 0;
}
.m-button.-typeA:hover > span:first-child {
  background: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.m-button.-typeB {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: max-content;
  padding: 16px 15px 16px 40px;
  background-color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.8px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
}
@media screen and (min-width: 769px) {
  .m-button.-typeB {
    min-width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .m-button.-typeB {
    width: 100%;
    max-width: 350px;
  }
}
.m-button.-typeB::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
  border: 1px solid transparent;
  background-origin: border-box;
  background-clip: border-box;
  mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  mask-clip: padding-box, border-box;
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
}
.m-button.-typeB::after {
  content: "";
  display: block;
  aspect-ratio: 1;
  width: 9px;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  mask-image: url(../img/common/icon-arrow-01.svg);
  background: #fff;
}
.m-button.-typeB > span:first-child {
  flex-grow: 1;
  color: #fff;
  background: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 1;
}
.m-button.-typeB:hover {
  background: transparent;
}
.m-button.-typeB:hover > span {
  background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.m-button.-typeB:hover::after {
  background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
  translate: 50% 0;
}
.m-button.-typeC {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 16px 15px;
  background-color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.8px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .m-button.-typeC {
    width: 100%;
  }
}
.m-button.-typeC::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transform-origin: top left;
}
.m-button.-typeC > span:first-child {
  flex-grow: 1;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 157.143%;
  letter-spacing: 0.7px;
  color: #fff;
  background: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 1;
}
.m-button.-typeC:hover {
  background: transparent;
}
.m-button.-typeC:hover::before {
  border: 1px solid transparent;
  background-origin: border-box;
  background-clip: border-box;
  mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  mask-clip: padding-box, border-box;
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
}
.m-button.-typeC:hover > span {
  background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.m-button.-typeD {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: max-content;
  max-width: 100%;
  padding: 5px 10px;
  border: 1px solid #CBCBCB;
  text-align: center;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .m-button.-typeD {
    width: 100%;
  }
}
.m-button.-typeD::after {
  content: "";
  display: block;
  aspect-ratio: 1;
  width: 9px;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  mask-image: url(../img/common/icon-arrow-01.svg);
  background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
}
.m-button.-typeD > span:first-child {
  flex-grow: 1;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 157.143%;
  letter-spacing: 0.7px;
  color: #272946;
  position: relative;
  z-index: 1;
}
.m-button.-typeD:hover::after {
  translate: 20% 0;
}
.m-button.-typeD:hover > span {
  background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.m-button.-typeE {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: max-content;
  padding: 16px 15px 16px 40px;
  text-align: center;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.8px;
  position: relative;
  overflow: hidden;
  background: transparent;
}
@media screen and (min-width: 769px) {
  .m-button.-typeE {
    min-width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .m-button.-typeE {
    width: 100%;
    max-width: 350px;
  }
}
.m-button.-typeE::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
  border: 1px solid transparent;
  background-origin: border-box;
  background-clip: border-box;
  mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  mask-clip: padding-box, border-box;
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
}
.m-button.-typeE::after {
  content: "";
  display: block;
  aspect-ratio: 1;
  width: 24px;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  mask-image: url(../img/common/icon-arrow-01.svg);
  background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
}
.m-button.-typeE > span:first-child {
  flex-grow: 1;
  color: #887564;
  background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 1;
}
.m-button.-typeE:hover {
  background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
}
.m-button.-typeE:hover > span {
  color: #fff;
  background: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.m-button.-typeE:hover::after {
  background: #fff;
}
.m-button.-typeE.-more::after {
  mask-image: url(../img/common/icon-plus.svg);
}
.m-button.-typeE.-iconSmall::after {
  width: 10px;
}
.m-button.-typeE.-iconCenter > span {
  flex-grow: initial;
}
.m-button.-typeE.-bgWithite {
  background-color: #fff;
}
.m-button.-typeE.-wlg {
  width: 100%;
  max-width: 370px;
}
.m-button.-typeF {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: max-content;
  padding: 16px 15px 16px 40px;
  text-align: center;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.8px;
  position: relative;
  overflow: hidden;
  background: transparent;
}
@media screen and (min-width: 769px) {
  .m-button.-typeF {
    min-width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .m-button.-typeF {
    width: 100%;
    max-width: 350px;
  }
}
.m-button.-typeF span {
  background: linear-gradient(90deg, #1F55C6 0%, #3F90DD 50%, #74C7D2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.m-button.-typeF::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
  border: 1px solid transparent;
  background-origin: border-box;
  background-clip: border-box;
  mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  mask-clip: padding-box, border-box;
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
}
.m-button.-typeF::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin: auto;
  background: linear-gradient(90deg, #1F55C6 0%, #3F90DD 50%, #74C7D2 100%);
  mask-image: url(../img/common/icon-sound.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
}
.m-button.-typeF > span:first-child {
  flex-grow: 1;
  color: #887564;
  background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 1;
}
.m-button.-typeF:hover {
  background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
}
.m-button.-typeF:hover > span {
  color: #fff;
  background: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.m-button.-typeF:hover::after {
  background: #fff;
}
.m-button.-typeG {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin-top: 30px;
  padding: 18px 15px;
  border: 1px solid #CBCBCB;
  color: #272946;
}
@media screen and (max-width: 768px) {
  .m-button.-typeG {
    justify-content: center;
    margin-top: 15px;
    padding: 15px;
    font-size: 1.5rem;
  }
}
.m-button.-typeG::after {
  content: "";
  aspect-ratio: 1;
  display: block;
  width: 12px;
  background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../img/common/icon-modal-open.svg);
}
.m-button.-typeG:hover::after {
  scale: 1.3;
}
.m-button.-typeG:hover span {
  background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.m-button.-typeH {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: max-content;
  min-width: 300px;
  padding: 16px 15px 16px 30px;
  background-color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.8px;
  position: relative;
  border: 1px solid #fff;
  font-size: 1.8rem;
}
.m-button.-typeH::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
  border: 1px solid transparent;
  background-origin: border-box;
  background-clip: border-box;
  mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  mask-clip: padding-box, border-box;
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
}
.m-button.-typeH::after {
  content: "";
  display: block;
  aspect-ratio: 1;
  width: 17px;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  mask-image: url(../img/common/icon-arrow-03.svg);
  background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
}
.m-button.-typeH > span:first-child {
  flex-grow: 1;
  background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 1;
  position: relative;
}
.m-button.-typeH:hover {
  background: transparent;
}
.m-button.-typeH:hover::before {
  mask: none;
}
.m-button.-typeH:hover::after {
  background: #fff;
}
.m-button.-typeH:hover > span:first-child {
  background: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.m-button.-typeI {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: max-content;
  padding: 16px 15px 16px 40px;
  text-align: center;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.8px;
  position: relative;
  overflow: hidden;
  background: transparent;
}
@media screen and (min-width: 769px) {
  .m-button.-typeI {
    min-width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .m-button.-typeI {
    width: 100%;
    max-width: 350px;
  }
}
.m-button.-typeI::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
  border: 2px solid transparent;
  background-origin: border-box;
  background-clip: border-box;
  mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  mask-clip: padding-box, border-box;
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
}
.m-button.-typeI::after {
  content: "";
  display: block;
  aspect-ratio: 1;
  width: 9px;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  mask-image: url(../img/common/icon-arrow-01.svg);
  background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
}
.m-button.-typeI > span:first-child {
  flex-grow: 1;
  color: #887564;
  background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 1;
}
.m-button.-typeI:hover {
  background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
}
.m-button.-typeI:hover > span {
  color: #fff;
  background: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.m-button.-typeI:hover::after {
  background: #fff;
  translate: 50% 0;
}
.m-button.-typeI.-more::after {
  mask-image: url(../img/common/icon-plus.svg);
}
.m-button.-typeI.-iconSmall::after {
  width: 10px;
}
.m-button.-typeI.-iconCenter > span {
  flex-grow: initial;
}
.m-button.-typeI.-bgWithite {
  background-color: #fff;
}
.m-button.-typeI.-wlg {
  width: 100%;
  max-width: 370px;
}

.m-imgLink.-typeA {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px 20px 10px 10px;
  background-color: #fff;
  color: #3F90DD;
  position: relative;
}
.m-imgLink.-typeA .img {
  max-width: 95px;
  flex-shrink: 0;
}
.m-imgLink.-typeA .img img {
  display: block;
}
.m-imgLink.-typeA .text {
  flex-grow: 1;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 157.143%;
  letter-spacing: 0.7px;
  background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.m-imgLink.-typeA::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  background-image: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
  background-origin: border-box;
  background-clip: border-box;
  mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  mask-clip: padding-box, border-box;
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
  position: absolute;
  top: 0;
  left: 0;
}
.m-imgLink.-typeA::after {
  content: "";
  flex-shrink: 0;
  display: block;
  aspect-ratio: 1;
  width: 12px;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  mask-image: url(../img/common/icon-arrow-01.svg);
  background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
}
.m-imgLink.-typeA:hover {
  color: #fff;
  background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
}
.m-imgLink.-typeA:hover .text {
  color: #fff;
  background: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.m-imgLink.-typeA:hover::after {
  background: #fff;
}
.m-imgLink.-typeB {
  display: flex;
  gap: 20px;
  padding: 20px;
  position: relative;
  z-index: 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .m-imgLink.-typeB {
    flex-direction: column;
  }
}
.m-imgLink.-typeB::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
  border: 1px solid transparent;
  background-origin: border-box;
  background-clip: border-box;
  mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  mask-clip: padding-box, border-box;
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
}
.m-imgLink.-typeB .img {
  align-self: center;
  flex-shrink: 0;
}
.m-imgLink.-typeB .text p {
  margin-top: 4px;
  font-weight: 500;
  letter-spacing: 0.7px;
}
.m-imgLink.-typeB .heading {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 160%;
  /* 28.8px */
  background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.m-imgLink.-typeB .bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 15px;
}
.m-imgLink.-typeB .bottom::after {
  content: "";
  display: block;
  aspect-ratio: 1;
  width: 18px;
  mask-image: url(../img/common/icon-arrow-next-g.svg);
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
}
.m-imgLink.-typeB .bottom span {
  display: block;
  background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.8px;
}
.m-imgLink.-typeB:hover {
  color: #fff;
  background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
}
.m-imgLink.-typeB:hover .text * {
  color: #fff;
  background: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.m-imgLink.-typeB:hover .bottom::after {
  background: #fff;
}
.m-imgLink.-typeC {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
  padding: 18px 20px 18px 10px;
  background-color: #fff;
  position: relative;
  box-shadow: 0 3px 14px 0 rgba(40, 43, 50, 0.12);
  text-align: left;
}
.m-imgLink.-typeC .img {
  max-width: 110px;
  flex-shrink: 0;
}
.m-imgLink.-typeC .img img {
  display: block;
}
.m-imgLink.-typeC .text {
  flex-grow: 1;
  max-width: 400px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.m-imgLink.-typeC::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  background-image: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
  background-origin: border-box;
  background-clip: border-box;
  mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  mask-clip: padding-box, border-box;
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
  position: absolute;
  top: 0;
  left: 0;
}
.m-imgLink.-typeC::after {
  content: "";
  display: block;
  aspect-ratio: 1;
  width: 18px;
  mask-image: url(../img/common/icon-arrow-next-g.svg);
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
}
.m-imgLink.-typeC:hover {
  color: #fff;
  background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
}
.m-imgLink.-typeC:hover .text {
  color: #fff;
  background: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.m-imgLink.-typeC:hover::after {
  background: #fff;
}
.m-kvSolution + .m-imgLink.-typeC {
  margin-top: 77px;
}
.m-kvSolution + .m-imgLink.-typeC + .l-section {
  margin-top: 60px;
}
.m-imgLink.-typeD {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
  padding: 18px 20px 18px 10px;
  background-color: #fff;
  position: relative;
  box-shadow: 0 3px 14px 0 rgba(40, 43, 50, 0.12);
  text-align: left;
}
@media screen and (max-width: 768px) {
  .m-imgLink.-typeD {
    gap: 20px;
    padding: 16px 20px 16px 10px;
  }
}
.m-imgLink.-typeD .img {
  max-width: 158px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .m-imgLink.-typeD .img {
    max-width: 130px;
  }
}
.m-imgLink.-typeD .img img {
  display: block;
}
.m-imgLink.-typeD .text {
  flex-grow: 1;
  max-width: 400px;
}
.m-imgLink.-typeD .text p {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .m-imgLink.-typeD .text p {
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0.8px;
  }
}
.m-imgLink.-typeD .text .label {
  display: flex;
  gap: 8px;
  width: max-content;
  max-width: 100%;
  margin-top: 10px;
  padding: 2px 8px 2px 24px;
  border-radius: 100vw;
  background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
}
.m-imgLink.-typeD .text .label::after {
  content: "";
  display: block;
  aspect-ratio: 1;
  width: 9px;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  background-color: #fff;
  mask-image: url("/jp/solution/office/assets/img/common/icon-arrow-01.svg");
}
.m-imgLink.-typeD::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  background-image: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
  background-origin: border-box;
  background-clip: border-box;
  mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  mask-clip: padding-box, border-box;
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
  position: absolute;
  top: 0;
  left: 0;
}
.m-imgLink.-typeD:hover {
  color: #fff;
  background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
}
.m-imgLink.-typeD:hover .text p {
  color: #fff;
  background: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.m-imgLink.-typeD:hover .text .label {
  background: #fff;
}
.m-imgLink.-typeD:hover .text .label span {
  background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.m-imgLink.-typeD:hover .text .label::after {
  background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
}
.m-imgLink.-typeD:hover::after {
  background: #fff;
}
.m-kvSolution + .m-imgLink.-typeD {
  margin-top: 77px;
}
.m-kvSolution + .m-imgLink.-typeD + .l-section {
  margin-top: 60px;
}

.p-lp .m-button.-typeB:after,
.p-lp .m-button.-typeI:after {
  mask-image: url("data:image/svg+xml,%3csvg%20width='11'%20height='10'%20viewBox='0%200%2011%2010'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5.66092%200.999999L9.71287%205M9.71287%205L5.66092%209M9.71287%205L0.985596%205'%20stroke='%23F9F8FB'%20stroke-width='1.4'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");
}
.p-lp #contents {
  font-family: "Noto Sans JP", sans-serif;
  color: var(--text, #3D3D3D);
}
.p-lp #contents strong {
  font-weight: inherit;
  font-size: inherit;
}
.p-lp .m-kv {
  display: block;
  padding: 0;
}
.p-lp .m-kv_img {
  position: relative;
}
.p-lp .m-kv_img img {
  object-fit: cover;
}
.p-lp .m-kv_img::before {
  content: none;
}
.p-lp .m-kv_box {
  margin: -82px auto 0;
  position: relative;
  z-index: 2;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-lp .m-kv_box {
    margin-top: -30px;
  }
}
.p-lp .m-kv_box .heading {
  width: calc(100% - 40px);
  max-width: 855px;
  margin: 0 auto 20px;
  padding: 32px;
  background-color: #fff;
  text-align: center;
  font-size: 45.714px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 45.714px */
  letter-spacing: 3.2px;
}
@media screen and (max-width: 768px) {
  .p-lp .m-kv_box .heading {
    margin-top: -34px;
    padding: 15px;
    padding-bottom: 0;
    font-size: clamp(2.1rem, 1.6229rem + 1.2723vw, 2.6rem);
    letter-spacing: 1.795px;
    margin-bottom: 26px;
  }
}
.p-lp .m-kv_box .heading span {
  display: block;
  background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-lp .m-kv_box .heading span {
    padding-bottom: 10px;
  }
}
.p-lp .m-kv_box .text {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 190%;
  /* 41.8px */
  letter-spacing: 1.1px;
}
@media screen and (max-width: 768px) {
  .p-lp .m-kv_box .text {
    font-size: 17px;
    line-height: 170%;
    /* 28.9px */
    letter-spacing: 0.68px;
  }
}
.p-lp .m-kv_box .text b {
  color: #fff;
  background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
  padding-inline: 7px;
}
.p-lp .m-kv_box .buttons {
  width: calc(100% - 40px);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 22px;
  margin-bottom: 53px;
}
@media screen and (max-width: 768px) {
  .p-lp .m-kv_box .buttons {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 28px;
  }
}
.p-lp .m-kv_box .m-button.-typeB {
  overflow: visible;
  background: var(--Style, linear-gradient(90deg, #EF311C 0%, #EF851C 100%));
  box-shadow: 0 0 10px 0 rgba(149, 165, 190, 0.4);
}
.p-lp .m-kv_box .m-button.-typeB::before {
  background: var(--Style, linear-gradient(90deg, #EF311C 0%, #EF851C 100%));
}
.p-lp .m-kv_box .m-button.-typeB:hover {
  background: #fff;
}
.p-lp .m-kv_box .m-button.-typeB:hover > span {
  background: var(--Style, linear-gradient(90deg, #EF311C 0%, #EF851C 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-lp .m-kv_box .m-button.-typeB:hover::after {
  background: var(--Style, linear-gradient(90deg, #EF311C 0%, #EF851C 100%));
}
.p-lp .m-kv_box .m-button.-typeI {
  overflow: visible;
  box-shadow: 0 0 10px 0 rgba(149, 165, 190, 0.4);
}
.p-lp .m-kv_box .m-button.-typeI:nth-child(2)::before {
  background: #EF851C;
}
.p-lp .m-kv_box .m-button.-typeI:nth-child(2)::after {
  background: #EF851C;
}
.p-lp .m-kv_box .m-button.-typeI:nth-child(2) > span:first-child {
  color: #EF851C;
  background: #EF851C;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-lp .m-kv_box .m-button.-typeI:nth-child(2):hover {
  background: #EF851C;
}
.p-lp .m-kv_box .m-button.-typeI:nth-child(2):hover > span:first-child {
  background-color: #fff;
}
.p-lp .m-kv_box .m-button.-typeI:last-child {
  padding: 16px 15px 16px 20px;
  background: #F6FAFF;
}
.p-lp .m-kv_box .m-button.-typeI:last-child > span {
  flex: 1;
  background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-lp .m-kv_box .m-button.-typeI:last-child .logo {
  max-width: 111px;
}
.p-lp .m-kv_box .m-button.-typeI:last-child .logo img {
  display: block;
}
.p-lp .m-kv_box .m-button.-typeI:last-child::after {
  rotate: 90deg;
}
.p-lp .m-kv_box .m-button.-typeI:last-child:hover {
  background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
}
.p-lp .m-kv_box .m-button.-typeI:last-child:hover::after {
  translate: 0 50%;
}
.p-lp .m-kv_box .m-button.-typeI:last-child:hover > span {
  background: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-lp .l-lpSection01 {
  position: relative;
  z-index: 0;
  padding: 0 20px 40px;
  margin-top: 42px;
}
@media screen and (max-width: 768px) {
  .p-lp .l-lpSection01 {
    margin-top: 32px;
  }
}
.p-lp .l-lpSection01_bg {
  width: 100%;
  height: calc(100% - 45px);
  position: absolute;
  top: 45px;
  left: 0;
  z-index: -1;
}
.p-lp .l-lpSection01_bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-lp .l-lpSection01_inner {
  display: flex;
  align-items: center;
  gap: 50px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-lp .l-lpSection01_inner {
    flex-direction: column-reverse;
    align-items: center;
    gap: 27px;
  }
}
@media screen and (min-width: 769px) {
  .p-lp .l-lpSection01_text {
    margin-top: 42px;
  }
}
.p-lp .l-lpSection01_text p {
  color: var(--text_white, #FFF);
  font-size: 26px;
  font-weight: 700;
  line-height: 200%;
  /* 52px */
  letter-spacing: 1.3px;
}
@media screen and (max-width: 768px) {
  .p-lp .l-lpSection01_text p {
    font-size: 16.838px;
    letter-spacing: 0.842px;
  }
}
.p-lp .l-lpSection01_text p .lg1 {
  font-size: 70px;
  line-height: 100%;
  /* 70px */
  letter-spacing: 3.5px;
}
@media screen and (max-width: 768px) {
  .p-lp .l-lpSection01_text p .lg1 {
    font-size: 45.334px;
    letter-spacing: 2.267px;
  }
}
.p-lp .l-lpSection01_text p .lg2 {
  font-size: 42.684px;
  line-height: 100%;
  letter-spacing: 2.134px;
}
@media screen and (max-width: 768px) {
  .p-lp .l-lpSection01_text p .lg2 {
    font-size: 27.644px;
    letter-spacing: 1.382px;
  }
}
.p-lp .l-lpSection01_text p .lg3 {
  font-size: 37px;
  line-height: 100%;
  letter-spacing: 1.85px;
}
@media screen and (max-width: 768px) {
  .p-lp .l-lpSection01_text p .lg3 {
    font-size: 23.962px;
    letter-spacing: 1.198px;
  }
}
.p-lp .l-lpSection01_text p .lg4 {
  font-size: 36px;
  line-height: 200%;
  /* 72px */
  letter-spacing: 1.8px;
}
@media screen and (max-width: 768px) {
  .p-lp .l-lpSection01_text p .lg4 {
    font-size: 23.315px;
    letter-spacing: 1.166px;
  }
}
.p-lp .l-lpSection01_text p .sm {
  font-size: 22px;
  line-height: 200%;
  letter-spacing: 1.1px;
}
@media screen and (max-width: 768px) {
  .p-lp .l-lpSection01_text p .sm {
    font-size: 14.248px;
    letter-spacing: 0.712px;
  }
}
.p-lp .l-lpSection01_text p .bg {
  padding: 5px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-lp .l-lpSection01_text p .bg {
    padding: 0 2px;
  }
}
.p-lp .l-lpSection01_text p .bg > span {
  background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-lp .l-lpSection01_button {
  width: max-content;
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 32px;
  background-color: #fff;
  border-radius: 43px;
  font-size: 18px;
  font-weight: 700;
  line-height: 180%;
  /* 32.4px */
  transition: 0.3s ease-in-out;
  position: relative;
  z-index: 0;
  overflow: clip;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-lp .l-lpSection01_button {
    margin: 40px auto 0;
  }
}
.p-lp .l-lpSection01_button::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
  z-index: 1;
  opacity: 0;
}
.p-lp .l-lpSection01_button span {
  transition: 0.3s ease-in-out;
  background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 2;
}
.p-lp .l-lpSection01_button::after {
  content: "";
  display: block;
  width: 12px;
  height: 10px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDEyIDEwIiBmaWxsPSJub25lIj48cGF0aCBkPSJNNS42MzI4MSA5Ljc1TDAuMDAzNjQ2IDEuMDYwMzdlLTA2TDExLjI2MiA3LjYxMzA4ZS0wOEw1LjYzMjgxIDkuNzVaIiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXJfMTM3OV8yMzc3KSIvPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl8xMzc5XzIzNzciIHgxPSIxMi4xMzI4IiB5MT0iMy4yNSIgeDI9Ii0wLjg2NzE4OCIgeTI9IjMuMjUiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjNTE3NUQxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjNzRDN0QyIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PC9zdmc+");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  translate: 0 2px 0;
  transition: 0.3s ease-in-out;
  position: relative;
  z-index: 2;
}
.p-lp .l-lpSection01_button:hover::before {
  opacity: 1;
}
.p-lp .l-lpSection01_button:hover::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDEyIDEwIiBmaWxsPSJub25lIj48cGF0aCBkPSJNNS42MzI4MSA5Ljc1TDAuMDAzNjQ2IDEuMDYwMzdlLTA2TDExLjI2MiA3LjYxMzA4ZS0wOEw1LjYzMjgxIDkuNzVaIiBmaWxsPSIjZmZmIi8+PC9zdmc+");
}
.p-lp .l-lpSection01_button:hover span {
  background: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-lp .l-lpSection01_img {
  max-width: 435px;
}
@media screen and (max-width: 768px) {
  .p-lp .l-lpSection01_img {
    width: 100%;
    max-width: 260px;
  }
}
@media screen and (max-width: 768px) {
  .p-lp .l-lpSection02 {
    margin-top: 60px;
  }
}
.p-lp .l-lpSection02 h2.heading {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 190%;
  /* 41.8px */
  letter-spacing: 1.1px;
}
@media screen and (max-width: 768px) {
  .p-lp .l-lpSection02 h2.heading {
    font-size: 17px;
    letter-spacing: 0.85px;
    line-height: 1.5;
  }
}
.p-lp .l-lpSection02 h2.heading > span.grad {
  background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 33.684px;
  line-height: 190%;
  /* 64px */
  letter-spacing: 1.684px;
}
@media screen and (max-width: 768px) {
  .p-lp .l-lpSection02 h2.heading > span.grad {
    font-size: 25.25px;
    line-height: 1.5;
  }
}
.p-lp .l-lpSection02 h2.heading > span.grad > span {
  background-color: #272946;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 22.456px;
  line-height: 190%;
  letter-spacing: 1.123px;
}
@media screen and (max-width: 768px) {
  .p-lp .l-lpSection02 h2.heading > span.grad > span {
    font-size: 16.83px;
    line-height: 1.5;
  }
}
.p-lp .l-lpSection02 h2.heading .lg {
  font-size: 34px;
  line-height: 190%;
}
@media screen and (max-width: 768px) {
  .p-lp .l-lpSection02 h2.heading .lg {
    font-size: 23.57px;
  }
}
.p-lp .l-lpSection02 h3.subHeading {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-lp .l-lpSection02 h3.subHeading > span {
    display: block;
    width: max-content;
    max-width: 100%;
    margin: 8px auto 0;
    padding: 0 20px;
    background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 190%;
    /* 41.8px */
    letter-spacing: 1.1px;
  }
}
@media screen and (max-width: 768px) {
  .p-lp .l-lpSection02 h3.subHeading > span > span {
    display: block;
    width: max-content;
    max-width: 100%;
    margin: 4px auto 0;
    padding: 8px 16px;
    background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 140%;
    /* 25.2px */
    letter-spacing: 0.9px;
  }
}
.p-lp .l-lpSection02 .list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-lp .l-lpSection02 .list {
    grid-template-columns: minmax(0, 1fr);
    margin-top: 40px;
  }
}
.p-lp .l-lpSection02 .list .item {
  display: grid;
  grid-template-columns: subgrid;
  padding: 28px 12px;
  background: #FFF;
  box-shadow: 0 1.389px 16.667px 0 rgba(0, 0, 0, 0.15);
}
.p-lp .l-lpSection02 .list .item .heading {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 13px;
  background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 23.583px;
  font-weight: 700;
  line-height: 120%;
  /* 28.3px */
}
@media screen and (max-width: 768px) {
  .p-lp .l-lpSection02 .list .item .heading {
    font-size: 23.583px;
    line-height: 120%;
    /* 28.3px */
  }
}
.p-lp .l-lpSection02 .list .item .heading span {
  font-size: 15.278px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .p-lp .l-lpSection02 .list .item .heading span {
    font-size: 15.28px;
    line-height: 120%;
    /* 28.3px */
  }
}
.p-lp .l-lpSection02 .list .item .heading::after {
  content: "";
  display: block;
  width: 29px;
  height: 27px;
  margin-right: 8px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOSIgaGVpZ2h0PSIyNyIgdmlld0JveD0iMCAwIDI5IDI3IiBmaWxsPSJub25lIj4KICA8ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfMTM3OV8yMzkzKSI+CiAgICA8cGF0aCBkPSJNNS4zMTkwOSAxLjM0NDYzQzEyLjEyMjcgMS4yODk1NCAxOC45MDIyIDQuMjU2MzcgMjMuNDY5NiA5LjI4Njg4QzI0LjkwNTMgMTAuODY4NCAyNi4xNzgyIDEzLjE0MzkgMjUuMTgyNSAxNS4wMjU3QzI0LjYyOTcgMTYuMDY5OCAyMy40NzE4IDE2LjY5NTQgMjIuMjk3OCAxNi44NjU4QzIxLjEyMzcgMTcuMDM2MSAxOS45MjgzIDE2LjgxMDQgMTguNzgwNSAxNi41MDcxQzE1LjQ5MzUgMTUuNjM5MSAxMi4zNzkyIDE0LjEyMzcgOS42NzA1MSAxMi4wNzM5QzguNzgzNzUgMTEuNDAyNyA3Ljg1MzUyIDEwLjI4MzcgOC4zOTM0IDkuMzE2NTFDOC44MjYxMiA4LjU0MTY3IDkuOTExNjUgOC40NzIwMSAxMC43OTQ4IDguNTk3NjlDMTMuNjQ4MiA5LjAwMzY1IDE2LjMzOTUgMTAuNDYyNSAxOC4yMzM1IDEyLjYyODVDMTkuNTM5NCAxNC4xMjI1IDIwLjQ4MzMgMTYuMjY1MiAxOS42NDczIDE4LjA1NzhDMTkuMDQyNyAxOS4zNTQgMTcuNjE2OCAyMC4xMjg5IDE2LjE4OTIgMjAuMjg4NUMxNC43NjE5IDIwLjQ0NzUgMTMuMzI2MiAyMC4wODAyIDExLjk2OTQgMTkuNjA1N0MxMS4zMDM5IDE5LjM3MzMgMTAuNTYwNSAxOS4wMTk2IDEwLjM5NjcgMTguMzM3MUMxMC4yMzE3IDE3LjY1MDkgMTAuODE2IDE2Ljk0MDcgMTEuNTExIDE2LjgwNTVDMTIuMjA1NCAxNi42NzAxIDEyLjkyNjggMTcuMDAwOSAxMy40MzMxIDE3LjQ5NTJDMTQuNTMyMiAxOC41NjkzIDE0LjcwMTEgMjAuNDUzOSAxMy44MTAxIDIxLjcwMDVDMTIuOTE5MSAyMi45NDcyIDExLjA3NjYgMjMuNDA1MiA5LjY5ODE1IDIyLjcyMjYiIHN0cm9rZT0iIzM1NDQ1OSIgc3Ryb2tlLXdpZHRoPSIwLjk2Mzg2NSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CiAgPC9nPgogIDxkZWZzPgogICAgPGNsaXBQYXRoIGlkPSJjbGlwMF8xMzc5XzIzOTMiPgogICAgICA8cmVjdCB3aWR0aD0iMjMuNzEyOCIgaGVpZ2h0PSIyMS42MjA1IiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNS4wNzgzNSkgcm90YXRlKDEzLjU4NDkpIi8+CiAgICA8L2NsaXBQYXRoPgogIDwvZGVmcz4KPC9zdmc+Cg==") no-repeat center/contain;
}
.p-lp .l-lpSection02 .list .item .icon {
  aspect-ratio: 1;
  width: 125px;
  text-align: center;
  margin: 0 auto 12px;
}
@media screen and (max-width: 768px) {
  .p-lp .l-lpSection02 .list .item .icon {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .p-lp .l-lpSection02 .list .item .icon img {
    max-width: 100px;
  }
}
.p-lp .l-lpSection02 .list .item .text {
  text-align: center;
  position: relative;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .p-lp .l-lpSection02 .list .item .text {
    font-weight: 400;
    line-height: 160%;
    /* 22.4px */
  }
}
.p-lp .l-lpSection02 .list .item .text::after {
  content: "";
  display: block;
  width: 44px;
  height: 18px;
  margin: 12px auto 16px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDQ0IDE4IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMjEuNjQ4NCAxOEwtMC4wMDIxOTg4NCAtMS42NDM3MmUtMDZMNDMuMjk5MSAtNS40MjkyNGUtMDZMMjEuNjQ4NCAxOFoiIGZpbGw9IiNEQkU4RjMiLz4KPC9zdmc+Cg==") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-lp .l-lpSection02 .list .item .text::after {
    width: 37px;
    height: 16px;
  }
}
.p-lp .l-lpSection02 .list .item .box {
  width: 100%;
  position: relative;
  z-index: 0;
  padding: 68px 10px 48px 10px;
  border-radius: 32px;
  overflow: clip;
}
@media screen and (max-width: 768px) {
  .p-lp .l-lpSection02 .list .item .box {
    max-width: 250px;
    margin: 0 auto;
    padding: 50px 8px 20px 8px;
  }
}
.p-lp .l-lpSection02 .list .item .box .label {
  padding: 6px 18px;
  border-radius: 32px 0;
  color: #fff;
  background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 180%;
  /* 21.6px */
}
@media screen and (max-width: 768px) {
  .p-lp .l-lpSection02 .list .item .box .label {
    padding: 6px 15px;
    font-size: 13px;
  }
}
.p-lp .l-lpSection02 .list .item .box .label sub {
  bottom: 0.5em;
}
.p-lp .l-lpSection02 .list .item .box .num {
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 800;
  line-height: 100%;
  /* 24px */
  padding-left: 32px;
}
@media screen and (max-width: 768px) {
  .p-lp .l-lpSection02 .list .item .box .num {
    font-size: 20.444px;
    padding-left: 28px;
  }
}
.p-lp .l-lpSection02 .list .item .box .num > span {
  background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-lp .l-lpSection02 .list .item .box .num .lg {
  font-family: Montserrat;
  font-size: 64px;
  font-weight: 600;
  line-height: 100%;
  /* 64px */
}
@media screen and (max-width: 768px) {
  .p-lp .l-lpSection02 .list .item .box .num .lg {
    font-size: 54.519px;
  }
}
.p-lp .l-lpSection02 .list .item .box .num::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 14px;
  margin-bottom: 15px;
  vertical-align: middle;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE4IDE4IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTEuNzAwMiAwLjM1MDU4NkMxMS4zNDIzIDAuMzUwNTg2IDEwLjk5ODMgMC40OTIwNjkgMTAuNzQ1MSAwLjc0NTExN0w2Ljc0NTEyIDQuNzQ1MTJMNi43NDEyMSA0Ljc1QzYuNDk1MzQgNS4wMDQ1NiA2LjM1OTI4IDUuMzQ1MzMgNi4zNjIzIDUuNjk5MjJDNi4zNjUzOCA2LjA1MzE4IDYuNTA3NTEgNi4zOTIyOCA2Ljc1NzgxIDYuNjQyNThDNy4wMDgwNSA2Ljg5MjY1IDcuMzQ2NDMgNy4wMzQ5NyA3LjcwMDIgNy4wMzgwOUM4LjA1NDE2IDcuMDQxMTYgOC4zOTU3OCA2LjkwNTA5IDguNjUwMzkgNi42NTkxOEw4LjY1NDMgNi42NTQzTDEwLjM0OTYgNC45NTg5OFYxMS4yOTk4QzEwLjM0OTYgMTIuMTA4NyAxMC4wMjggMTIuODg1IDkuNDU2MDUgMTMuNDU3QzguODg0MTEgMTQuMDI4OCA4LjEwODUyIDE0LjM0OTYgNy4yOTk4IDE0LjM0OTZIMS43MDAyQzEuMzQyMiAxNC4zNDk2IDAuOTk4MjgzIDE0LjQ5MiAwLjc0NTExNyAxNC43NDUxQzAuNDkxOTQyIDE0Ljk5ODMgMC4zNDk2MDkgMTUuMzQyMiAwLjM0OTYwOSAxNS43MDAyQzAuMzQ5NjY2IDE2LjA1ODEgMC40OTIxMDQgMTYuNDAxMiAwLjc0NTExNyAxNi42NTQzQzAuOTk4MjkyIDE2LjkwNzUgMS4zNDIxNSAxNy4wNDk4IDEuNzAwMiAxNy4wNDk4SDcuMjk5OEM4LjgyNDYxIDE3LjA0OTggMTAuMjg2OSAxNi40NDQzIDExLjM2NTIgMTUuMzY2MkMxMi40NDM2IDE0LjI4NzkgMTMuMDQ5OCAxMi44MjQ4IDEzLjA0OTggMTEuMjk5OFY0Ljk1ODk4TDE0Ljc1IDYuNjU5MThDMTUuMDA0NiA2LjkwNDg0IDE1LjM0NTQgNy4wNDExNiAxNS42OTkyIDcuMDM4MDlDMTYuMDUzMiA3LjAzNTAxIDE2LjM5MjMgNi44OTI4OCAxNi42NDI2IDYuNjQyNThDMTYuODkyOCA2LjM5MjI5IDE3LjAzNCA2LjA1MzE0IDE3LjAzNzEgNS42OTkyMkMxNy4wNDAxIDUuMzQ1MzIgMTYuOTA0MSA1LjAwNDU2IDE2LjY1ODIgNC43NUwxNi42NTQzIDQuNzQ1MTJMMTIuNjU0MyAwLjc0NTExN0MxMi40MDEyIDAuNDkyMjE1IDEyLjA1OCAwLjM1MDY5NCAxMS43MDAyIDAuMzUwNTg2WiIgZmlsbD0iI0YyOEMxMCIgc3Ryb2tlPSIjQzRDMDAwIiBzdHJva2Utd2lkdGg9IjAuNyIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-lp .l-lpSection02 .list .item .box .num::after {
    width: 15px;
    height: 15px;
    margin-left: 12px;
    margin-bottom: 13px;
  }
}
.p-lp .l-lpSection02 .list .item .box .beaf {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  margin: 24px auto 0;
  padding: 0 24px;
  border-radius: 100vw;
  background: #F2F2F2;
  font-size: 14px;
  font-weight: 700;
  line-height: 180%;
  /* 25.2px */
}
.p-lp .l-lpSection02 .list .item .box .beaf span:not([class]) {
  margin-right: 10px;
}
.p-lp .l-lpSection02 .list .item .box .beaf .be {
  display: flex;
  align-items: center;
}
.p-lp .l-lpSection02 .list .item .box .beaf .be::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 9px;
  margin: 0 4px 0 6px;
  vertical-align: middle;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjkiIHZpZXdCb3g9IjAgMCA4IDkiIGZpbGw9Im5vbmUiPgogIDxwYXRoIGQ9Ik03LjUgNC4zMzAwOEwtNC4wNzgzM2UtMDcgOC42NjAyMUwtMi45MjgxMWUtMDggLTQuOTQ0MjFlLTA1TDcuNSA0LjMzMDA4WiIgZmlsbD0iIzgwN0Y3RiIvPgo8L3N2Zz4K") no-repeat center/contain;
}
.p-lp .l-lpSection02 .list .item .box::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 32px;
  background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
  border: 1px solid transparent;
  background-origin: border-box;
  background-clip: border-box;
  mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  mask-clip: padding-box, border-box;
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
}
.p-lp .l-lpSection02_notes {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-lp .l-lpSection02_notes {
    margin-top: 40px;
  }
}
.p-lp .l-lpSection02_notes ul li {
  padding-left: 1.8em;
  text-indent: -1.8em;
}
.p-lp .l-lpSection03 {
  padding: 80px 0 160px;
  background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 80px), calc(50% + 146px) calc(100% - 80px), 50% 100%, calc(50% - 146px) calc(100% - 80px), 0% calc(100% - 80px));
}
@media screen and (max-width: 768px) {
  .p-lp .l-lpSection03 {
    padding-top: 60px;
    padding-bottom: 80px;
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 50px), 50% 100%, 0% calc(100% - 50px));
  }
}
.p-lp .l-lpSection03_heading {
  margin-bottom: 30px;
  text-align: center;
  color: #fff;
  color: var(--text_white, #FFF);
  font-size: 30px;
  font-weight: 700;
  line-height: 150%;
  /* 45px */
}
@media screen and (max-width: 768px) {
  .p-lp .l-lpSection03_heading {
    font-size: 16px;
    line-height: 130%;
  }
}
.p-lp .l-lpSection03_heading > span {
  font-size: 36px;
  letter-spacing: 1.8px;
}
@media screen and (max-width: 768px) {
  .p-lp .l-lpSection03_heading > span {
    font-size: 25px;
    line-height: 130%;
    letter-spacing: 1.25px;
  }
}
.p-lp .l-lpSection03_heading b {
  display: inline-block;
  margin-top: 10px;
  padding: 12px 23px;
  background-color: #fff;
  text-align: center;
  font-size: 33px;
  line-height: 120%;
  /* 39.6px */
  letter-spacing: 1.32px;
}
@media screen and (max-width: 768px) {
  .p-lp .l-lpSection03_heading b {
    padding: 7px 17px;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0.72px;
  }
}
.p-lp .l-lpSection03_heading b > span {
  background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-lp .l-lpSection03_text {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  /* 25.6px */
}
@media screen and (max-width: 768px) {
  .p-lp .l-lpSection03_text {
    font-size: 14px;
    text-align: left;
  }
}
.p-lp .l-lpSection03_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 40px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-lp .l-lpSection03_list {
    flex-direction: column;
    gap: 48px;
  }
}
.p-lp .l-lpSection03_list .item {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 30px 20px;
  background-color: #fff;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 769px) {
  .p-lp .l-lpSection03_list .item {
    width: calc((100% - 80px) / 3);
  }
}
@media screen and (max-width: 768px) {
  .p-lp .l-lpSection03_list .item {
    padding: 20px;
  }
}
.p-lp .l-lpSection03_list .item:not(:first-child) {
  position: relative;
}
.p-lp .l-lpSection03_list .item:not(:first-child)::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 22px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIyMiIgdmlld0JveD0iMCAwIDE1IDIyIiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTUgMTFMMy4wNjY4OGUtMDcgMjJMMCAwTDE1IDExWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==") no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .p-lp .l-lpSection03_list .item:not(:first-child)::before {
    top: 50%;
    left: -11px;
    transform: translateX(-100%) translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .p-lp .l-lpSection03_list .item:not(:first-child)::before {
    width: 22px;
    height: 15px;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDIyIDE1IiBmaWxsPSJub25lIj48cGF0aCBkPSJNMTEgMTVMLTUuODYwODZlLTA3IC02LjU0OTYyZS0wN0wyMiAwTDExIDE1WiIgZmlsbD0id2hpdGUiLz48L3N2Zz4=") no-repeat center/contain;
    top: -15px;
    left: 50%;
    transform: translateX(-50%) translateY(-100%);
  }
}
.p-lp .l-lpSection03_list .item .heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  /* 33.6px */
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-lp .l-lpSection03_list .item .heading {
    font-size: 22px;
    line-height: 190%;
    /* 41.8px */
    letter-spacing: 1.1px;
  }
}
.p-lp .l-lpSection03_list .item .img {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-lp .l-lpSection03_list .item .img {
    max-width: 160px;
    margin: 0 auto;
  }
}
.p-lp .l-lpSection03_list .item .text {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .p-lp .l-lpSection03_list .item .text {
    gap: 10px;
  }
}
.p-lp .l-lpSection03_list .item .text b {
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  /* 25.6px */
}
@media screen and (max-width: 768px) {
  .p-lp .l-lpSection03_list .item .text p:last-child {
    font-size: 14px;
    line-height: 160%;
    /* 22.4px */
  }
}
.p-lp .l-lpSection04 {
  margin-top: -80px;
  padding-top: 120px;
  padding-bottom: 60px;
  background: #EBF5FC;
}
.p-lp .l-lpSection04_heading {
  margin-bottom: 40px;
  text-align: center;
  color: #394045;
  font-size: 32px;
  font-weight: 900;
  line-height: 160%;
  /* 51.2px */
}
@media screen and (max-width: 768px) {
  .p-lp .l-lpSection04_heading {
    font-size: 24px;
  }
}
.p-lp .l-lpSection04_heading > span {
  font-size: 40px;
  font-weight: 900;
  line-height: 160%;
  /* 64px */
}
@media screen and (max-width: 768px) {
  .p-lp .l-lpSection04_heading > span {
    font-size: 31px;
  }
}
.p-lp .l-lpSection04_heading > span b {
  font-weight: inherit;
}
.p-lp .l-lpSection04_heading .grad {
  background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 60px;
  font-weight: 900;
  line-height: 160%;
  letter-spacing: -3.6px;
}
@media screen and (max-width: 768px) {
  .p-lp .l-lpSection04_heading .grad {
    font-size: 51px;
  }
}
.p-lp .l-lpSection04_heading .grad b {
  display: inline-block;
}
.p-lp .l-lpSection04_heading .grad span {
  font-size: 40px;
  letter-spacing: -2.4px;
}
@media screen and (max-width: 768px) {
  .p-lp .l-lpSection04_heading .grad span {
    font-size: 41px;
  }
}
.p-lp .l-lpSection04_list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-lp .l-lpSection04_list {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }
}
.p-lp .l-lpSection04_list .item {
  display: flex;
  flex-direction: column;
  gap: 19px;
  padding: 30px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-lp .l-lpSection04_list .item {
    gap: 16px;
    padding: 20px 30px 30px;
  }
}
.p-lp .l-lpSection04_list .item::before {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background: var(--Linear, linear-gradient(90deg, #385FC3 0%, #74C7D2 100%));
  position: absolute;
  top: 45px;
  left: -10px;
  rotate: -45deg;
  transform-origin: bottom left;
}
.p-lp .l-lpSection04_list .item .num {
  display: block;
  text-align: center;
  font-size: 33.64px;
  font-weight: 800;
  line-height: 100%;
  /* 33.64px */
  letter-spacing: 1.009px;
  opacity: 0.5;
  background: var(--Linear, linear-gradient(90deg, #385FC3 0%, #74C7D2 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-lp .l-lpSection04_list .item .num {
    font-size: 30px;
    letter-spacing: 0.9px;
  }
}
.p-lp .l-lpSection04_list .item .num::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
}
.p-lp .l-lpSection04_list .item .heading {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  /* 28px */
}
.p-lp .l-lpSection04_list .item .heading b {
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  /* 33.6px */
}
.p-lp .l-lpSection04_list .item .heading span.lg {
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  /* 28px */
}
@media screen and (max-width: 768px) {
  .p-lp .l-lpSection04_list .item .heading span.lg {
    font-size: 18px;
  }
}
.p-lp .l-lpSection04_list .item .heading .grad {
  display: block;
  background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-lp .l-lpSection04_list .item .img {
  width: calc(100% + 28px);
  margin-left: -14px;
}
@media screen and (max-width: 768px) {
  .p-lp .l-lpSection04_list .item .img {
    width: 100%;
    margin-left: 0;
    height: 160px;
  }
}
.p-lp .l-lpSection04_list .item .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-lp .l-lpSection05 {
  margin-top: 100px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-lp .l-lpSection05 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.p-lp .l-lpSection05_heading {
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  line-height: 160%;
  /* 51.2px */
}
@media screen and (max-width: 768px) {
  .p-lp .l-lpSection05_heading {
    font-size: 26px;
  }
}
.p-lp .l-lpSection05_subHeading {
  width: max-content;
  max-width: 100%;
  margin: 0 auto 40px;
  font-size: 60px;
  font-weight: 900;
  line-height: 140%;
  /* 84px */
  background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .p-lp .l-lpSection05_subHeading {
    margin-bottom: 30px;
    font-size: 49px;
  }
}
.p-lp .l-lpSection05_main .heading {
  display: flex;
  align-items: center;
  width: max-content;
  max-width: 100%;
  margin: 0 auto 16px;
  padding: 7px 20px;
  background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: 0.48px;
}
@media screen and (max-width: 768px) {
  .p-lp .l-lpSection05_main .heading {
    padding: 6px 18px;
    font-size: clamp(1.3rem, 1.1092rem + 0.5089vw, 1.5rem);
    letter-spacing: 0.45px;
  }
}
.p-lp .l-lpSection05_main .heading b {
  display: block;
  margin-right: 20px;
  position: relative;
  color: #FFF;
  font-size: 20px;
  font-weight: 800;
  line-height: 100%;
  /* 20px */
  letter-spacing: 0.6px;
}
@media screen and (max-width: 768px) {
  .p-lp .l-lpSection05_main .heading b {
    font-size: clamp(1.5rem, 1.2137rem + 0.7634vw, 1.8rem);
    letter-spacing: 0.54px;
  }
}
.p-lp .l-lpSection05_main .heading b::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -10px;
  background-color: #fff;
}
.p-lp .l-lpSection05_main .lead {
  margin-bottom: 16px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 170%;
  /* 40.8px */
}
@media screen and (max-width: 768px) {
  .p-lp .l-lpSection05_main .lead {
    font-size: 18px;
    line-height: 150%;
    /* 27px */
  }
}
.p-lp .l-lpSection05_main .lead + p {
  margin-bottom: 60px;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
}
@media screen and (max-width: 768px) {
  .p-lp .l-lpSection05_main .lead + p {
    text-align: left;
    font-size: 14px;
  }
}
.p-lp .l-lpSection05_main .list {
  display: grid;
  grid-template-columns: minmax(0, 300px) minmax(0, 1fr);
  gap: 72px;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .p-lp .l-lpSection05_main .list {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }
}
@media screen and (max-width: 768px) {
  .p-lp .l-lpSection05_main .list:not(:first-of-type)::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #D9D9D9;
    margin: 14px 0 0;
  }
}
.p-lp .l-lpSection05_main .list .item {
  display: flex;
  flex-direction: column;
  position: relative;
}
.p-lp .l-lpSection05_main .list .item .label {
  display: block;
  width: max-content;
  max-width: 100%;
  margin: 0 auto 16px;
  padding: 11px 53px;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 16px;
  /* 80% */
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNzMiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCAxNzMgNDAiIGZpbGw9Im5vbmUiPjxwYXRoIGQ9Ik0xMSAwSDE3M0wxNjIgNDBIMEwxMSAwWiIgZmlsbD0iIzAwMCIvPjwvc3ZnPg==");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  .p-lp .l-lpSection05_main .list .item .label {
    padding: 2px 30px 0;
    font-size: 12px;
    line-height: 160%;
    /* 19.2px */
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 11px;
  }
}
.p-lp .l-lpSection05_main .list .item .label.be {
  background-color: #344D8E;
}
@media screen and (min-width: 769px) {
  .p-lp .l-lpSection05_main .list .item .label.be + .img {
    margin-top: auto;
    margin-bottom: auto;
  }
}
.p-lp .l-lpSection05_main .list .item .label.af {
  background-color: #4ac338;
}
.p-lp .l-lpSection05_main .list .item .img {
  position: relative;
}
.p-lp .l-lpSection05_main .list .item .img img {
  width: 100%;
  max-width: 100%;
}
.p-lp .l-lpSection05_main .list .item .img figcaption {
  width: 100%;
  background: rgba(39, 39, 39, 0.6);
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  color: #fff;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
}
@media screen and (max-width: 768px) {
  .p-lp .l-lpSection05_main .list .item .img figcaption {
    font-size: 10px;
    line-height: 160%;
    /* 16px */
  }
}
.p-lp .l-lpSection05_main .list .item:first-child .img {
  position: relative;
}
.p-lp .l-lpSection05_main .list .item:first-child .img::after {
  content: "";
  display: block;
  width: 24px;
  height: 37px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIzNyIgdmlld0JveD0iMCAwIDI0IDM3IiBmaWxsPSJub25lIj48cGF0aCBkPSJNMjQgMTguMTg2NUwtMS43MTI5ZS0wNiAzNi4zNzMxTC0xLjIyOTgxZS0wNyAtMS4wNTg1OGUtMDVMMjQgMTguMTg2NVoiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl8xMzc5XzI4MTUpIi8+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzEzNzlfMjgxNSIgeDE9IjcuOTk5OTkiIHkxPSItMi44MTM0OCIgeDI9IjcuOTk5OTkiIHkyPSIzOS4xODY1IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0iIzM4NUZDMyIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzc0QzdEMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .p-lp .l-lpSection05_main .list .item:first-child .img::after {
    top: 50%;
    right: -26px;
    transform: translateX(100%) translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .p-lp .l-lpSection05_main .list .item:first-child .img::after {
    bottom: -10px;
    left: 50%;
    translate: -50% 100%;
    width: 19px;
    height: 12px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDE5IDEyIiBmaWxsPSJub25lIj48cGF0aCBkPSJNOS4wOTM3NSAxMkwwLjAwMDQ4NTUxNiAtMS43MTI5ZS0wNkwxOC4xODcgLTEuMjI5ODFlLTA3TDkuMDkzNzUgMTJaIiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXJfMTQ2N180ODE1KSIvPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl8xNDY3XzQ4MTUiIHgxPSIxOS41OTM4IiB5MT0iNCIgeDI9Ii0xLjQwNjI1IiB5Mj0iMy45OTk5OSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiMzODVGQzMiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM3NEM3RDIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48L3N2Zz4=");
  }
}
.p-lp .l-lpSection05_text {
  margin: 60px auto 16px;
  text-align: center;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
}
.p-lp .l-lpSection05_cta {
  margin: 40px 0 46px;
  padding: 40px 16px;
  background: var(--BG_Blue, #F6FAFF);
}
.p-lp .l-lpSection05_cta p {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-lp .l-lpSection05_cta p {
    font-size: 2rem;
  }
}
.p-lp .l-lpSection05_cta p span {
  display: block;
  background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-lp .l-lpSection05_cta .m-button.-typeB {
  width: 100%;
  max-width: 480px;
  margin: 40px auto 0;
  padding-top: 23px;
  padding-bottom: 23px;
  overflow: visible;
  background: var(--Style, linear-gradient(90deg, #EF311C 0%, #EF851C 100%));
  box-shadow: 0 0 10px 0 rgba(149, 165, 190, 0.4);
}
@media screen and (min-width: 769px) {
  .p-lp .l-lpSection05_cta .m-button.-typeB {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-lp .l-lpSection05_cta .m-button.-typeB {
    margin-top: 30px;
    font-size: 1.8rem;
  }
}
.p-lp .l-lpSection05_cta .m-button.-typeB::before {
  background: var(--Style, linear-gradient(90deg, #EF311C 0%, #EF851C 100%));
}
.p-lp .l-lpSection05_cta .m-button.-typeB:hover {
  background: #fff;
}
.p-lp .l-lpSection05_cta .m-button.-typeB:hover > span {
  background: var(--Style, linear-gradient(90deg, #EF311C 0%, #EF851C 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-lp .l-lpSection05_cta .m-button.-typeB:hover::after {
  background: var(--Style, linear-gradient(90deg, #EF311C 0%, #EF851C 100%));
}
.p-lp .l-lpSection05_cta .m-button.-typeB .img {
  position: absolute;
  top: -20px;
  left: 30px;
  rotate: -10.52deg;
  box-shadow: 1.392px 2.088px 4.871px 0 rgba(79, 79, 79, 0.5);
}
@media screen and (max-width: 768px) {
  .p-lp .l-lpSection05_cta .m-button.-typeB .img {
    width: clamp(5rem, 0.9615rem + 10.7692vw, 5.7rem);
    left: clamp(0rem, -6.9231rem + 18.4615vw, 1.2rem);
    top: calc(clamp(0.5rem, -8.1538rem + 23.0769vw, 2rem) * -1);
  }
}
.p-lp .l-lpSection05 .m-imgLink.-typeD {
  margin-top: 46px;
}
.p-lp .l-lpSectionCv {
  padding: 60px 0;
  background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
}
.p-lp .l-lpSectionCv .m-heading {
  width: max-content;
  max-width: 100%;
  margin: 0 auto 40px;
  padding: 16px 20px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}
@media screen and (max-width: 768px) {
  .p-lp .l-lpSectionCv .m-heading {
    padding: 16px 17px;
    font-size: 20px;
    line-height: 140%;
    /* 28px */
    letter-spacing: 1px;
  }
}
@media screen and (min-width: 769px) {
  .p-lp .l-lpSectionCv .m-catalogBanner {
    gap: 53px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .p-lp .l-lpSectionCv .m-catalogBanner {
    gap: 20px;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .p-lp .l-lpSectionCv .m-catalogBanner .img img {
    width: 240px;
  }
}
.p-lp .l-lpSectionCv .m-catalogBanner .text {
  max-width: 520px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
  /* 22.4px */
  letter-spacing: 0.7px;
}
.p-lp .l-lpSectionCv .m-catalogBanner .text p {
  margin-bottom: 22px;
}
.p-lp .l-lpSectionCv .m-catalogBanner .text p.normal {
  font-weight: normal;
}
.p-lp .l-lpSectionCv .m-catalogBanner .text .m-button.-typeA {
  width: 352px;
  height: 60px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .p-lp .l-lpSectionCv .m-catalogBanner .text .m-button.-typeA {
    width: 100%;
  }
}
.p-lp .l-lpSectionCv .m-catalogBanner .text .m-button.-typeA:has(.bg) {
  text-align: left;
}
.p-lp .l-lpSectionCv .m-catalogBanner .text .m-button.-typeA:first-of-type {
  margin-bottom: 16px;
}
.p-lp .l-lpSectionCv .m-catalogBanner .text .m-button.-typeA:first-of-type .bg {
  display: inline-block;
  margin-right: 8px;
  padding: 2px 13px;
  border-radius: 2px;
  background: #547AD1;
  color: #fff;
  background-clip: initial;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
}
.p-lp .l-fixedBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 -3px 7px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 50;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}
@media screen and (min-width: 769px) {
  .p-lp .l-fixedBtn {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-lp .l-fixedBtn {
    gap: 0;
  }
}
.p-lp .l-fixedBtn .m-button {
  overflow: visible;
  box-shadow: 0 0 10px 0 rgba(149, 165, 190, 0.4);
}
@media screen and (max-width: 768px) {
  .p-lp .l-fixedBtn .m-button {
    padding: 26px 10px;
    font-size: 14px;
  }
}
.p-lp .l-fixedBtn .m-button.-typeB {
  background: var(--Style, linear-gradient(90deg, #EF311C 0%, #EF851C 100%));
}
.p-lp .l-fixedBtn .m-button.-typeB::before {
  background: var(--Style, linear-gradient(90deg, #EF311C 0%, #EF851C 100%));
}
.p-lp .l-fixedBtn .m-button.-typeB:hover {
  background: #fff;
}
.p-lp .l-fixedBtn .m-button.-typeB:hover > span {
  background: var(--Style, linear-gradient(90deg, #EF311C 0%, #EF851C 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-lp .l-fixedBtn .m-button.-typeB:hover::after {
  background: var(--Style, linear-gradient(90deg, #EF311C 0%, #EF851C 100%));
}
.p-lp .l-fixedBtn .m-button.-typeI::before {
  background: var(--Style, linear-gradient(90deg, #EF311C 0%, #EF851C 100%));
}
.p-lp .l-fixedBtn .m-button.-typeI::after {
  background: var(--Style, linear-gradient(90deg, #EF311C 0%, #EF851C 100%));
}
.p-lp .l-fixedBtn .m-button.-typeI > span {
  background: var(--Style, linear-gradient(90deg, #EF311C 0%, #EF851C 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-lp .l-fixedBtn .m-button.-typeI:hover {
  background: linear-gradient(90deg, #EF311C 0%, #EF851C 100%);
}
.p-lp .l-fixedBtn .m-button.-typeI:hover::after {
  background: #fff;
}
.p-lp .l-fixedBtn .m-button.-typeI:hover > span {
  background: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-lp .l-fixedBtn.is-show {
  transform: translateY(0);
}

.holdings-footer.fix .holdings-footer__pagetop {
  bottom: 110px !important;
}
@media screen and (max-width: 768px) {
  .holdings-footer.fix .holdings-footer__pagetop {
    bottom: 78px !important;
  }
}

.un_solutions_sectionItem {
  display: block;
  position: fixed;
  z-index: 9999;
  inset: 0;
  margin: auto;
}
.un_solutions_sectionItem[aria-hidden=true] {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.un_solutions_sectionItem[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
}
.un_solutions_sectionItem_overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
}
.un_solutions_sectionItem_closeBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 5;
  top: 15px;
  right: 15px;
  width: 23px;
  height: 23px;
  cursor: pointer;
}
.un_solutions_sectionItem_closeBtn_inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.un_solutions_sectionItem_closeBtn_inner > span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.un_solutions_sectionItem_closeBtn_inner > span:nth-of-type(1) {
  transform: rotate(45deg);
}
.un_solutions_sectionItem_closeBtn_inner > span:nth-of-type(2) {
  transform: rotate(-45deg);
}
.un_solutions_sectionItem_cont {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 90%;
}
.un_solutions_sectionItem_cont .movie {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 16/9;
}
.un_solutions_sectionItem_cont iframe {
  width: 100%;
  height: 100%;
}

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