@charset "UTF-8";
/* media query */
body {
  background-color: #f5f5f5;
}

.h2-sm {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 991.8px) {
  .h2-sm {
    font-size: 1.5rem;
  }
}

.header {
  max-width: 1508px;
  border-width: 0 2px 2px 2px;
  border-style: solid;
  border-color: #1a334c;
}
@media screen and (min-width: 1120px) and (max-width: 1639px) {
  .header {
    padding: 15px;
  }
}

@media screen and (min-width: 1420px) {
  .header-nav__main__item + .header-nav__main__item {
    margin-left: 22px;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1639px) {
  .header-nav__main__item + .header-nav__main__item {
    margin-left: 12px;
  }
}

@media screen and (min-width: 1120px) and (max-width: 1639px) {
  .header-nav {
    width: calc(100% - 120px - 0px);
  }
}

@media screen and (min-width: 1120px) and (max-width: 1639px) {
  .header-nav__main__btn > * + * {
    margin-left: 6px;
  }
}

@media screen and (max-width: 767.8px) {
  .header-nav__main__btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
  }
  .header-nav__main__btn .parts-btn {
    width: 100%;
  }
}

.header-nav__main__btn .btn-bg.--cv a,
.btn-bg.--navy a {
  border-color: #1a334c;
  background-color: #1a334c;
}
.header-nav__main__btn .btn-bg.--cv a .parts-icon-circle::before,
.btn-bg.--navy a .parts-icon-circle::before {
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-image: url(../other/icon-arrow--right.svg);
          mask-image: url(../other/icon-arrow--right.svg);
  background: #1a334c;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-nav__main__btn .btn-bg.--cv a:hover,
.btn-bg.--navy a:hover {
  color: #1a334c;
  background-color: #fff;
}

.header-nav__main__btn .btn-bg.--cv a:hover .parts-icon-circle,
.btn-bg.--navy a:hover .parts-icon-circle {
  -webkit-box-shadow: 0px 0px 0px 6px rgba(26, 51, 76, 0.5);
          box-shadow: 0px 0px 0px 6px rgba(26, 51, 76, 0.5);
  background-color: #1a334c;
}
.header-nav__main__btn .btn-bg.--cv a:hover .parts-icon-circle::before,
.btn-bg.--navy a:hover .parts-icon-circle::before {
  background: #fff;
}

.header-nav__main__item a::after {
  background-color: #1a334c;
}

@media screen and (max-width: 766px) {
  .header-nav {
    top: 97px;
  }
}
.header-menu.--is-menu__active .line {
  background: #1a334c;
}

.lp-mv {
  font-family: "M PLUS Rounded 1c", sans-serif;
  width: 100%;
  max-width: 1420px;
  background-color: #e8e5e1;
  border-radius: 60px;
  padding: 120px 0 80px;
  margin-top: 80px;
  margin-inline: auto;
}
@media screen and (max-width: 767.8px) {
  .lp-mv {
    margin-top: 0;
    padding: 120px 0 50px;
    border-radius: 0 0 20px 20px;
  }
}
.lp-mv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767.8px) {
  .lp-mv__inner {
    gap: 20px;
  }
}
.lp-mv__detail {
  width: 43.3333333333%;
}
@media screen and (max-width: 767.8px) {
  .lp-mv__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
.lp-mv__img {
  width: 51.6666666667%;
}
@media screen and (max-width: 767.8px) {
  .lp-mv__img {
    width: 100%;
    max-width: 454px;
    margin-inline: auto;
  }
}
.lp-mv__title {
  font-size: clamp(22px, 3.1428571429vw, 44px);
  font-weight: 800;
  color: #007fad;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.lp-mv__title .sm {
  font-size: clamp(16px, 2.2857142857vw, 32px);
  font-weight: 700;
}
.lp-mv__catch {
  font-weight: 800;
  line-height: 1;
  margin-top: 20px;
}
.lp-mv__catch .sm {
  font-size: clamp(20px, 2.8571428571vw, 40px);
  line-height: 1.2;
}
@media screen and (max-width: 767.8px) {
  .lp-mv__catch .sm {
    font-size: clamp(26px, 3.3898305085vw, 36px);
  }
}
.lp-mv__catch .md {
  font-size: clamp(28px, 4vw, 56px);
  line-height: 1.2;
}
@media screen and (max-width: 767.8px) {
  .lp-mv__catch .md {
    font-size: clamp(38px, 4.8239895698vw, 48px);
  }
}
.lp-mv__catch .lg {
  font-size: clamp(36px, 7.4285714286vw, 104px);
}
@media screen and (max-width: 767.8px) {
  .lp-mv__catch .lg {
    font-size: clamp(48px, 6.258148631vw, 64px);
  }
}
.lp-mv__text {
  font-size: clamp(14px, 1.2857142857vw, 18px);
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-top: 24px;
}
@media screen and (max-width: 767.8px) {
  .lp-mv__text {
    width: 100%;
    max-width: 454px;
  }
}
.lp-mv__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 131px;
  background-color: #fff;
  border: 2px solid #1a334c;
  padding: 24px;
  border-radius: 24px;
  margin-top: 24px;
  gap: 8px 16px;
}
@media screen and (max-width: 1119.8px) {
  .lp-mv__btn {
    padding: 12px;
    border-radius: 12px;
  }
}
@media screen and (max-width: 767.8px) {
  .lp-mv__btn > * {
    width: 100%;
  }
  .lp-mv__btn > * a {
    width: 100%;
  }
}

.lp-about {
  margin-top: 110px;
  margin-bottom: 160px;
}
@media screen and (max-width: 991.8px) {
  .lp-about {
    margin-top: 80px;
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 767.8px) {
  .lp-about {
    margin-top: 50px;
    margin-bottom: 80px;
  }
}
.lp-about__inner {
  display: grid;
  grid-template-columns: 55.8333333333% 1fr;
  gap: 24px 3.75%;
  margin-top: 64px;
}
@media screen and (max-width: 991.8px) {
  .lp-about__inner {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 32px;
  }
}
.lp-about__image {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 991.8px) {
  .lp-about__image {
    width: 100%;
  }
}
.lp-about__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 991.8px) {
  .lp-about__detail {
    gap: 20px;
  }
}
.lp-about__catch {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: clamp(16px, 2.6075619296vw, 20px);
  font-weight: 700;
}
.lp-about__item {
  border: 2px solid #1a334c;
  border-radius: 24px;
  padding: 30px;
  background-color: #fff;
}
@media screen and (max-width: 991.8px) {
  .lp-about__item {
    padding: 20px;
    border-radius: 12px;
  }
}
.lp-about__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
.lp-about__title .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #1a334c;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.lp-about__text {
  padding-left: 64px;
  margin-top: 8px;
}

.lp-mitigation {
  position: relative;
  width: 96%;
  max-width: 1680px;
  background-color: #a8dcf0;
  border: 2px solid #333;
  border-radius: 80px;
  padding-block: 120px;
  margin-inline: auto;
  z-index: 1;
}
@media screen and (max-width: 991.8px) {
  .lp-mitigation {
    padding-block: 100px;
    border-radius: 40px;
  }
}
@media screen and (max-width: 767.8px) {
  .lp-mitigation {
    padding-block: 60px;
    border-radius: 20px;
  }
}
.lp-mitigation .--arrow {
  position: absolute;
  width: 170px;
  height: 170px;
  bottom: -85px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 991.8px) {
  .lp-mitigation .--arrow {
    width: 120px;
    height: 120px;
    bottom: -60px;
  }
}
@media screen and (max-width: 767.8px) {
  .lp-mitigation .--arrow {
    width: 80px;
    height: 80px;
    bottom: -40px;
  }
}
@media screen and (max-width: 991.8px) {
  .lp-mitigation {
    padding-block: 100px;
    border-radius: 60px;
  }
}
@media screen and (max-width: 767.8px) {
  .lp-mitigation {
    padding-block: 60px;
    border-radius: 30px;
  }
}
.lp-mitigation__img {
  position: absolute;
  width: 107px;
  bottom: 0;
  left: clamp(20px, 2.6595744681vw, 50px);
}
@media screen and (max-width: 1639.8px) {
  .lp-mitigation__img {
    width: 60px;
  }
}
@media screen and (max-width: 991.8px) {
  .lp-mitigation__img {
    display: none;
  }
}
.lp-mitigation__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 40px;
}
@media screen and (max-width: 767.8px) {
  .lp-mitigation__inner {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
    margin-top: 30px;
  }
}
.lp-mitigation__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 30px;
  border-radius: 24px;
  background-color: #fff;
  border: 2px solid #333;
  gap: 8px;
}
@media screen and (max-width: 767.8px) {
  .lp-mitigation__item {
    padding: 20px;
    border-radius: 12px;
  }
}
.lp-mitigation__item .icon {
  width: 33px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.lp-solve {
  position: relative;
  z-index: 0;
  background-color: #ffcd43;
  padding-top: 160px;
  overflow-x: clip;
}
@media screen and (max-width: 991.8px) {
  .lp-solve {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767.8px) {
  .lp-solve {
    padding-top: 80px;
  }
}
.lp-solve::before {
  position: absolute;
  content: "";
  width: 125vw;
  height: 125vw;
  background-color: #ffcd43;
  top: -35.119047619vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}
.lp-solve__catch {
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.lp-solve__img {
  margin-top: 64px;
}
@media screen and (max-width: 767.8px) {
  .lp-solve__img {
    margin-top: 32px;
  }
}

.lp-feature {
  position: relative;
  padding-top: 160px;
  background-color: #ffcd43;
  overflow-x: clip;
}
@media screen and (max-width: 991.8px) {
  .lp-feature {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767.8px) {
  .lp-feature {
    padding-top: 70px;
  }
}
.lp-feature::after {
  position: absolute;
  content: "";
  width: 106.6666666667vw;
  height: clamp(64px, 10.4166666667vw, 200px);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221920%22%20height%3D%22200%22%20viewBox%3D%220%200%201920%20200%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20x%3D%22-64%22%20y%3D%2259.8833%22%20width%3D%222048%22%20height%3D%22140.116%22%20fill%3D%22%23FFCD43%22%2F%3E%3Cpath%20d%3D%22M145.845%2016.3462C135.713%2014.8504%2091.9462%2011.2217%2071.6885%2017.0238C51.4308%2022.8258%2036.8869%2063.2581%2036.8869%2063.2581C34.9137%2079.1777%2034.9137%2088.9658%2035.0844%2095.083C36.4754%20108.56%2038.3223%20118.71%2043.3631%20126.962C55.0414%20134.279%2080.1188%20143.02%20100.361%20144.975C105.599%20145.481%20112.445%20146.462%20400.768%20145.055C689.092%20143.647%201242.14%20139.962%201520.14%20137.83C1798.15%20135.697%201801.02%20134.962%201808.4%20134.853C1827.31%20134.571%201851.96%20136.031%201865.4%20125.066C1869.86%20121.425%201874.97%20117.089%201878.03%20107.548C1887.02%2079.5593%201887.5%2064.0001%201882.51%2054.6366C1876.99%2044.2973%201873.88%2031.4584%201862.09%2026.2961C1844.17%2018.4538%201832.56%2013.0059%201819.01%2013.5394C1789.24%2014.7109%201771.55%2018.2659%201753.08%2023.4713C1734.57%2028.6872%201713.86%2043.4043%201696.46%2036.3136C1674.91%2027.5349%201640.71%201.6422%201625.02%201.69782C1610.3%201.74999%201561%2018.7467%201529.86%2030.223C1513.14%2036.3875%201503.08%2027.5453%201432.44%2018.0189C1408.75%2014.8233%201379.67%2027.5677%201341.77%2033.8226C1297.87%2041.0691%201259.43%2044.2062%201250.11%2040.3453C1237.02%2034.9235%201225.2%2020.3638%201187.52%2014.1391C1161.92%209.9122%201130.75%206.25806%201088.47%2012.8092C1062.74%2016.7967%201029.25%2024.8083%201008.2%2028.2114C979.277%2032.8896%20953.224%2038.4344%20937.413%2031.9224C922.188%2025.6516%20895.148%209.05106%20852.288%202.29091C837.783%200.0031352%20820.202%20-2.6986%20788.346%205.84671C736.984%2019.6242%20703.889%2030.4352%20697.597%2032.3896C691.588%2034.2562%20686.351%2036.3724%20681.388%2037.4787C670.338%2039.9423%20657.502%2044.2692%20645.97%2040.1577C632.96%2035.5195%20621.972%2027.0195%20606.474%2025.1839C573.101%2021.231%20546.088%2020.8563%20512.913%2028.1646C450.829%2041.841%20425.731%2038.5555%20407.83%2034.3428C394.099%2031.1117%20353.902%2014.6682%20310.045%2023.86C290.443%2027.9683%20278.517%2032.6146%20269.58%2033.5291C229.545%2037.626%20196.474%2036.279%20185.38%2031.1479C166.177%2022.2673%20156.162%2017.8691%20145.845%2016.3462Z%22%20fill%3D%22%23FFCD43%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 100%/contain;
  bottom: calc(100% - 150px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 991.8px) {
  .lp-feature::after {
    bottom: calc(100% - 50px);
  }
}
@media screen and (max-width: 767.8px) {
  .lp-feature::after {
    bottom: calc(100% - 25px);
  }
}
.lp-feature::before {
  position: absolute;
  content: "";
  width: 125vw;
  height: 125vw;
  background-color: #ffcd43;
  bottom: -35.119047619vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}
.lp-feature__inner {
  width: 96%;
  max-width: 1680px;
  margin-inline: auto;
  background-color: #fff;
  border-radius: 64px 64px 0 0;
  border-width: 2px 2px 0 2px;
  border-color: #1a334c;
  border-style: solid;
  padding-bottom: 40px;
  overflow: hidden;
}
@media screen and (max-width: 991.8px) {
  .lp-feature__inner {
    border-radius: 32px 32px 0 0;
  }
}
.lp-feature__title {
  position: relative;
  padding-block: 64px;
  background-color: #e8e5e1;
  border-bottom: #1A334C solid 2px;
  z-index: 0;
}
@media screen and (max-width: 991.8px) {
  .lp-feature__title {
    padding-block: 32px;
  }
}
.lp-feature__title::before, .lp-feature__title::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 144px;
  background: url(../image/lp_feature_title_bg.webp) no-repeat 50% 50%/contain;
  top: 64px;
  z-index: -1;
}
@media screen and (max-width: 991.8px) {
  .lp-feature__title::before, .lp-feature__title::after {
    width: 50px;
    height: 72px;
    top: 32px;
  }
}
@media screen and (max-width: 991.8px) {
  .lp-feature__title::before, .lp-feature__title::after {
    top: 0;
  }
}
.lp-feature__title::before {
  left: 0;
}
.lp-feature__title::after {
  right: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.lp-feature__detail {
  padding-block: 64px;
}
.lp-feature__detail__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 5.3333333333%;
  margin-top: 64px;
}
@media screen and (max-width: 991.8px) {
  .lp-feature__detail__inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 767.8px) {
  .lp-feature__detail__inner {
    margin-top: 32px;
    gap: 20px;
  }
}
.lp-feature__detail__item {
  border-width: 2px 2px 0 2px;
  border-color: #1a334c;
  border-style: solid;
  border-radius: 40px 40px 0 0;
  padding: 40px 40px 0 40px;
}
@media screen and (max-width: 767.8px) {
  .lp-feature__detail__item {
    border-radius: 20px 20px 0 0;
    padding: 20px 20px 0 20px;
  }
}
.lp-feature__detail__item img {
  border-radius: 8px;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 8px 13px rgba(0, 0, 0, 0.06);
          box-shadow: 0 8px 13px rgba(0, 0, 0, 0.06);
}
.lp-feature__detail__title {
  font-size: 1.375rem;
  font-weight: 700;
}
@media screen and (max-width: 991.8px) {
  .lp-feature__detail__title {
    font-size: 1.3rem;
  }
}

/*特徴　波線なし*/
.is-none-after::after {
  content: none;
}

/*波線追加用*/
.lp-wave {
  position: relative;
  overflow-x: clip;
}
.lp-wave::after {
  position: absolute;
  content: "";
  width: 106.6666666667vw;
  height: clamp(64px, 10.4166666667vw, 200px);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221920%22%20height%3D%22200%22%20viewBox%3D%220%200%201920%20200%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20x%3D%22-64%22%20y%3D%2259.8833%22%20width%3D%222048%22%20height%3D%22140.116%22%20fill%3D%22%23FFCD43%22%2F%3E%3Cpath%20d%3D%22M145.845%2016.3462C135.713%2014.8504%2091.9462%2011.2217%2071.6885%2017.0238C51.4308%2022.8258%2036.8869%2063.2581%2036.8869%2063.2581C34.9137%2079.1777%2034.9137%2088.9658%2035.0844%2095.083C36.4754%20108.56%2038.3223%20118.71%2043.3631%20126.962C55.0414%20134.279%2080.1188%20143.02%20100.361%20144.975C105.599%20145.481%20112.445%20146.462%20400.768%20145.055C689.092%20143.647%201242.14%20139.962%201520.14%20137.83C1798.15%20135.697%201801.02%20134.962%201808.4%20134.853C1827.31%20134.571%201851.96%20136.031%201865.4%20125.066C1869.86%20121.425%201874.97%20117.089%201878.03%20107.548C1887.02%2079.5593%201887.5%2064.0001%201882.51%2054.6366C1876.99%2044.2973%201873.88%2031.4584%201862.09%2026.2961C1844.17%2018.4538%201832.56%2013.0059%201819.01%2013.5394C1789.24%2014.7109%201771.55%2018.2659%201753.08%2023.4713C1734.57%2028.6872%201713.86%2043.4043%201696.46%2036.3136C1674.91%2027.5349%201640.71%201.6422%201625.02%201.69782C1610.3%201.74999%201561%2018.7467%201529.86%2030.223C1513.14%2036.3875%201503.08%2027.5453%201432.44%2018.0189C1408.75%2014.8233%201379.67%2027.5677%201341.77%2033.8226C1297.87%2041.0691%201259.43%2044.2062%201250.11%2040.3453C1237.02%2034.9235%201225.2%2020.3638%201187.52%2014.1391C1161.92%209.9122%201130.75%206.25806%201088.47%2012.8092C1062.74%2016.7967%201029.25%2024.8083%201008.2%2028.2114C979.277%2032.8896%20953.224%2038.4344%20937.413%2031.9224C922.188%2025.6516%20895.148%209.05106%20852.288%202.29091C837.783%200.0031352%20820.202%20-2.6986%20788.346%205.84671C736.984%2019.6242%20703.889%2030.4352%20697.597%2032.3896C691.588%2034.2562%20686.351%2036.3724%20681.388%2037.4787C670.338%2039.9423%20657.502%2044.2692%20645.97%2040.1577C632.96%2035.5195%20621.972%2027.0195%20606.474%2025.1839C573.101%2021.231%20546.088%2020.8563%20512.913%2028.1646C450.829%2041.841%20425.731%2038.5555%20407.83%2034.3428C394.099%2031.1117%20353.902%2014.6682%20310.045%2023.86C290.443%2027.9683%20278.517%2032.6146%20269.58%2033.5291C229.545%2037.626%20196.474%2036.279%20185.38%2031.1479C166.177%2022.2673%20156.162%2017.8691%20145.845%2016.3462Z%22%20fill%3D%22%23FFCD43%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 100%/contain;
  bottom: calc(100% + 46px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.lp-scene {
  position: relative;
  width: 96%;
  max-width: 1680px;
  padding-block: 120px;
  margin-top: 200px;
  background-color: #e8e5e1;
  border: #1A334C solid 2px;
  border-radius: 80px;
  margin-inline: auto;
}
@media screen and (max-width: 991.8px) {
  .lp-scene {
    padding-block: 100px;
    margin-top: 100px;
    border-radius: 40px;
  }
}
@media screen and (max-width: 767.8px) {
  .lp-scene {
    padding-block: 60px;
    margin-top: 60px;
    border-radius: 20px;
  }
}
.lp-scene .inner {
  position: relative;
}
.lp-scene__slide {
  height: auto !important;
  border-width: 2px 2px 0 2px;
  border-color: #1a334c;
  border-style: solid;
  background-color: #fff;
  border-radius: 40px 40px 0 0;
  padding: 40px;
  margin-top: 64px;
}
@media screen and (max-width: 767.8px) {
  .lp-scene__slide {
    border-radius: 20px 20px 0 0;
    padding: 20px;
    margin-top: 32px;
  }
}
.lp-scene__slide img {
  border-radius: 8px;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 8px 13px rgba(0, 0, 0, 0.06);
          box-shadow: 0 8px 13px rgba(0, 0, 0, 0.06);
}
.lp-scene .swiper-button-prev,
.lp-scene .swiper-button-next {
  width: 40px;
  height: 65px;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767.8px) {
  .lp-scene .swiper-button-prev,
  .lp-scene .swiper-button-next {
    width: 40px;
    height: 54px;
  }
}
.lp-scene .swiper-button-prev::after,
.lp-scene .swiper-button-next::after {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 0 !important;
  margin: 0;
  width: 40px;
  height: 65px;
  background: no-repeat 50% 50%/contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767.8px) {
  .lp-scene .swiper-button-prev::after,
  .lp-scene .swiper-button-next::after {
    width: 40px;
    height: 54px;
  }
}
.lp-scene .swiper-button-prev:hover,
.lp-scene .swiper-button-next:hover {
  opacity: 0.5;
}
.lp-scene .swiper-button-prev {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -60px;
}
@media screen and (max-width: 991.8px) {
  .lp-scene .swiper-button-prev {
    left: -40px;
  }
}
@media screen and (max-width: 767.8px) {
  .lp-scene .swiper-button-prev {
    left: -20px;
  }
}
.lp-scene .swiper-button-prev::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2244%22%20height%3D%2269%22%20viewBox%3D%220%200%2044%2069%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cmask%20id%3D%22path-1-outside-1_7754_20642%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%22-0.00195312%22%20y%3D%220%22%20width%3D%2244%22%20height%3D%2269%22%20fill%3D%22black%22%3E%3Crect%20fill%3D%22white%22%20x%3D%22-0.00195312%22%20width%3D%2244%22%20height%3D%2269%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M40.633%2054.0546C42.4531%2055.9634%2042.4531%2059.0499%2040.633%2060.9384L36.2766%2065.5683C34.4566%2067.477%2031.5137%2067.4771%2029.7131%2065.5683L3.38108%2037.9521C1.54173%2036.0433%201.54161%2032.9566%203.36155%2031.0478L29.6936%203.43159C31.5136%201.5228%2034.4564%201.5228%2036.2571%203.43159L40.633%208.02046C42.4531%209.92925%2042.4531%2013.0158%2040.633%2014.9042L21.968%2034.4794L40.633%2054.0546Z%22%2F%3E%3C%2Fmask%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M40.633%2054.0546C42.4531%2055.9634%2042.4531%2059.0499%2040.633%2060.9384L36.2766%2065.5683C34.4566%2067.477%2031.5137%2067.4771%2029.7131%2065.5683L3.38108%2037.9521C1.54173%2036.0433%201.54161%2032.9566%203.36155%2031.0478L29.6936%203.43159C31.5136%201.5228%2034.4564%201.5228%2036.2571%203.43159L40.633%208.02046C42.4531%209.92925%2042.4531%2013.0158%2040.633%2014.9042L21.968%2034.4794L40.633%2054.0546Z%22%20fill%3D%22%23FFCD43%22%2F%3E%3Cpath%20d%3D%22M40.633%2054.0546L42.0805%2052.6745L42.0805%2052.6745L40.633%2054.0546ZM40.633%2060.9384L39.193%2059.5506L39.1847%2059.5592L39.1765%2059.5679L40.633%2060.9384ZM36.2766%2065.5683L37.724%2066.9485L37.7332%2066.9389L36.2766%2065.5683ZM29.7131%2065.5683L31.168%2064.1959L31.1606%2064.1882L29.7131%2065.5683ZM3.38108%2037.9521L4.82857%2036.5719L4.82124%2036.5643L3.38108%2037.9521ZM3.36155%2031.0478L1.91408%2029.6676L1.91405%2029.6677L3.36155%2031.0478ZM29.6936%203.43159L31.141%204.81175L31.1411%204.81175L29.6936%203.43159ZM36.2571%203.43159L34.8022%204.80402L34.8097%204.81183L36.2571%203.43159ZM40.633%208.02046L42.0805%206.6403L42.0804%206.64022L40.633%208.02046ZM40.633%2014.9042L39.1929%2013.5164L39.1856%2013.5241L40.633%2014.9042ZM21.968%2034.4794L20.5205%2033.0993L19.2045%2034.4794L20.5205%2035.8596L21.968%2034.4794ZM40.633%2054.0546L39.1856%2055.4348C40.2728%2056.5751%2040.2624%2058.4408%2039.193%2059.5506L40.633%2060.9384L42.0731%2062.3263C44.6437%2059.659%2044.6333%2055.3517%2042.0805%2052.6745L40.633%2054.0546ZM40.633%2060.9384L39.1765%2059.5679L34.82%2064.1978L36.2766%2065.5683L37.7332%2066.9389L42.0896%2062.309L40.633%2060.9384ZM36.2766%2065.5683L34.8292%2064.1881C33.7929%2065.2749%2032.1749%2065.2634%2031.1679%2064.1959L29.7131%2065.5683L28.2583%2066.9407C30.8525%2069.6908%2035.1203%2069.6791%2037.724%2066.9485L36.2766%2065.5683ZM29.7131%2065.5683L31.1606%2064.1882L4.82855%2036.5719L3.38108%2037.9521L1.93361%2039.3323L28.2656%2066.9485L29.7131%2065.5683ZM3.38108%2037.9521L4.82124%2036.5643C3.72725%2035.429%203.72685%2033.563%204.80905%2032.4279L3.36155%2031.0478L1.91405%2029.6677C-0.643642%2032.3502%20-0.643799%2036.6576%201.94093%2039.3399L3.38108%2037.9521ZM3.36155%2031.0478L4.80902%2032.428L31.141%204.81175L29.6936%203.43159L28.2461%202.05143L1.91408%2029.6676L3.36155%2031.0478ZM29.6936%203.43159L31.1411%204.81175C32.1773%203.72497%2033.7952%203.73645%2034.8022%204.804L36.2571%203.43159L37.7119%202.05919C35.1176%20-0.690842%2030.8499%20-0.679365%2028.2461%202.05144L29.6936%203.43159ZM36.2571%203.43159L34.8097%204.81183L39.1856%209.4007L40.633%208.02046L42.0804%206.64022L37.7044%202.05135L36.2571%203.43159ZM40.633%208.02046L39.1856%209.40061C40.2728%2010.5409%2040.2624%2012.4067%2039.193%2013.5164L40.633%2014.9042L42.0731%2016.2921C44.6437%2013.6249%2044.6333%209.31757%2042.0805%206.6403L40.633%208.02046ZM40.633%2014.9042L39.1856%2013.5241L20.5205%2033.0993L21.968%2034.4794L23.4155%2035.8596L42.0805%2016.2844L40.633%2014.9042ZM21.968%2034.4794L20.5205%2035.8596L39.1856%2055.4348L40.633%2054.0546L42.0805%2052.6745L23.4155%2033.0993L21.968%2034.4794Z%22%20fill%3D%22%231A334C%22%20mask%3D%22url(%23path-1-outside-1_7754_20642)%22%2F%3E%3C%2Fsvg%3E");
}
.lp-scene .swiper-button-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -60px;
}
@media screen and (max-width: 991.8px) {
  .lp-scene .swiper-button-next {
    right: -40px;
  }
}
@media screen and (max-width: 767.8px) {
  .lp-scene .swiper-button-next {
    right: -20px;
  }
}
.lp-scene .swiper-button-next::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2244%22%20height%3D%2269%22%20viewBox%3D%220%200%2044%2069%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cmask%20id%3D%22path-1-outside-1_7754_20662%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2244%22%20height%3D%2269%22%20fill%3D%22black%22%3E%3Crect%20fill%3D%22white%22%20width%3D%2244%22%20height%3D%2269%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.36501%2054.0546C1.545%2055.9634%201.545%2059.0499%203.36501%2060.9384L7.72146%2065.5683C9.54149%2067.477%2012.4843%2067.4771%2014.2849%2065.5683L40.617%2037.9521C42.4563%2036.0433%2042.4564%2032.9566%2040.6365%2031.0478L14.3045%203.43159C12.4844%201.5228%209.54165%201.5228%207.74099%203.43159L3.36501%208.02046C1.545%209.92925%201.545%2013.0158%203.36501%2014.9042L22.0301%2034.4794L3.36501%2054.0546Z%22%2F%3E%3C%2Fmask%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.36501%2054.0546C1.545%2055.9634%201.545%2059.0499%203.36501%2060.9384L7.72146%2065.5683C9.54149%2067.477%2012.4843%2067.4771%2014.2849%2065.5683L40.617%2037.9521C42.4563%2036.0433%2042.4564%2032.9566%2040.6365%2031.0478L14.3045%203.43159C12.4844%201.5228%209.54165%201.5228%207.74099%203.43159L3.36501%208.02046C1.545%209.92925%201.545%2013.0158%203.36501%2014.9042L22.0301%2034.4794L3.36501%2054.0546Z%22%20fill%3D%22%23FFCD43%22%2F%3E%3Cpath%20d%3D%22M3.36501%2054.0546L1.91754%2052.6745L1.91755%2052.6745L3.36501%2054.0546ZM3.36501%2060.9384L4.80509%2059.5506L4.81339%2059.5592L4.82159%2059.5679L3.36501%2060.9384ZM7.72146%2065.5683L6.274%2066.9485L6.26489%2066.9389L7.72146%2065.5683ZM14.2849%2065.5683L12.8301%2064.1959L12.8375%2064.1882L14.2849%2065.5683ZM40.617%2037.9521L39.1695%2036.5719L39.1768%2036.5643L40.617%2037.9521ZM40.6365%2031.0478L42.084%2029.6676L42.084%2029.6677L40.6365%2031.0478ZM14.3045%203.43159L12.857%204.81175L12.857%204.81175L14.3045%203.43159ZM7.74099%203.43159L9.19583%204.80402L9.18838%204.81183L7.74099%203.43159ZM3.36501%208.02046L1.91754%206.6403L1.91763%206.64022L3.36501%208.02046ZM3.36501%2014.9042L4.80511%2013.5164L4.81248%2013.5241L3.36501%2014.9042ZM22.0301%2034.4794L23.4775%2033.0993L24.7935%2034.4794L23.4775%2035.8596L22.0301%2034.4794ZM3.36501%2054.0546L4.81249%2055.4348C3.72521%2056.5751%203.7356%2058.4408%204.80509%2059.5506L3.36501%2060.9384L1.92494%2062.3263C-0.645612%2059.659%20-0.635215%2055.3517%201.91754%2052.6745L3.36501%2054.0546ZM3.36501%2060.9384L4.82159%2059.5679L9.17803%2064.1978L7.72146%2065.5683L6.26489%2066.9389L1.90844%2062.309L3.36501%2060.9384ZM7.72146%2065.5683L9.16889%2064.1881C10.2052%2065.2749%2011.8231%2065.2634%2012.8301%2064.1959L14.2849%2065.5683L15.7398%2066.9407C13.1455%2069.6908%208.87779%2069.6791%206.27403%2066.9485L7.72146%2065.5683ZM14.2849%2065.5683L12.8375%2064.1882L39.1695%2036.5719L40.617%2037.9521L42.0644%2039.3323L15.7324%2066.9485L14.2849%2065.5683ZM40.617%2037.9521L39.1768%2036.5643C40.2708%2035.429%2040.2712%2033.563%2039.189%2032.4279L40.6365%2031.0478L42.084%2029.6677C44.6417%2032.3502%2044.6418%2036.6576%2042.0571%2039.3399L40.617%2037.9521ZM40.6365%2031.0478L39.189%2032.428L12.857%204.81175L14.3045%203.43159L15.7519%202.05143L42.084%2029.6676L40.6365%2031.0478ZM14.3045%203.43159L12.857%204.81175C11.8208%203.72497%2010.2029%203.73645%209.19581%204.804L7.74099%203.43159L6.28617%202.05919C8.88041%20-0.690842%2013.1481%20-0.679365%2015.7519%202.05144L14.3045%203.43159ZM7.74099%203.43159L9.18838%204.81183L4.8124%209.4007L3.36501%208.02046L1.91763%206.64022L6.2936%202.05135L7.74099%203.43159ZM3.36501%208.02046L4.81249%209.40061C3.72521%2010.5409%203.7356%2012.4067%204.80509%2013.5164L3.36501%2014.9042L1.92494%2016.2921C-0.645612%2013.6249%20-0.635215%209.31757%201.91754%206.6403L3.36501%208.02046ZM3.36501%2014.9042L4.81248%2013.5241L23.4775%2033.0993L22.0301%2034.4794L20.5826%2035.8596L1.91755%2016.2844L3.36501%2014.9042ZM22.0301%2034.4794L23.4775%2035.8596L4.81248%2055.4348L3.36501%2054.0546L1.91755%2052.6745L20.5826%2033.0993L22.0301%2034.4794Z%22%20fill%3D%22%231A334C%22%20mask%3D%22url(%23path-1-outside-1_7754_20662)%22%2F%3E%3C%2Fsvg%3E");
}

.lp-other-use {
  margin-top: 134px;
}
@media screen and (max-width: 991.8px) {
  .lp-other-use {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767.8px) {
  .lp-other-use {
    margin-top: 80px;
  }
}
.lp-other-use__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.lp-other-use__title .img {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767.8px) {
  .lp-other-use__title .img {
    width: 50px;
  }
}
@media screen and (min-width: 768px) {
  .lp-other-use__title .h3 {
    padding-right: 108px;
  }
}
.lp-other-use__item {
  background-color: #fff;
  border-radius: 16px;
  border: 2px solid #1a334c;
  overflow: hidden;
}
.lp-other-use__item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "M PLUS Rounded 1c", sans-serif;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  text-align: left;
  padding: 24px;
  background-color: #a8dcf0;
}
@media screen and (max-width: 991.8px) {
  .lp-other-use__item__title {
    font-size: 1.5rem;
    padding: 12px;
  }
}
.lp-other-use__item__title .accordion {
  position: relative;
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.lp-other-use__item__title .accordion::before, .lp-other-use__item__title .accordion::after {
  position: absolute;
  content: "";
  width: 60%;
  height: 10%;
  border-radius: 10rem;
  background-color: #1a334c;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.lp-other-use__item__title .accordion::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.lp-other-use__item__title .accordion::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.lp-other-use__item__title .accordion[aria-hidden=false]::after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
}
.lp-other-use__item__detail {
  width: 100%;
  padding: 32px 40px;
}
@media screen and (max-width: 767.8px) {
  .lp-other-use__item__detail {
    padding: 16px 20px;
  }
}
.lp-other-use__item__detail__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 72px;
}
.lp-other-use__item__detail__item {
  width: calc(50% - 36px);
  background-color: #f5f5f5;
  padding: 40px;
  border-radius: 24px;
}
@media screen and (max-width: 991.8px) {
  .lp-other-use__item__detail__item {
    width: 100%;
  }
}
@media screen and (max-width: 767.8px) {
  .lp-other-use__item__detail__item {
    padding: 20px;
    border-radius: 12px;
  }
}
.lp-other-use__item__detail__item + .lp-other-use__item__detail__item {
  position: relative;
}
.lp-other-use__item__detail__item + .lp-other-use__item__detail__item::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 40px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2223%22%20height%3D%2236%22%20viewBox%3D%220%200%2023%2036%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M22.1563%2016.197C23.1158%2016.9965%2023.1158%2018.4703%2022.1563%2019.2698L3.28036%2034.9998C1.97771%2036.0853%200%2035.159%200%2033.4633L0%202.00348C0%200.307807%201.97771%20-0.618506%203.28037%200.467039L22.1563%2016.197Z%22%20fill%3D%22%23FFA615%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%/contain;
}
@media screen and (min-width: 992px) {
  .lp-other-use__item__detail__item + .lp-other-use__item__detail__item::before {
    top: 50%;
    left: -48px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 991.8px) {
  .lp-other-use__item__detail__item + .lp-other-use__item__detail__item::before {
    left: 50%;
    top: -58px;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
}

.lp-tag {
  display: inline-block;
  padding: 4px 16px;
  border-radius: 100rem;
}
.lp-tag.--white {
  background-color: #fff;
}
.lp-tag.--blue {
  background-color: #a8dcf0;
}
.lp-tag.--yellow {
  background-color: #ffcd43;
}
.lp-tag.--green {
  background-color: #96e055;
}

.lp-arrow-title {
  position: relative;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  padding-left: 31px;
}
.lp-arrow-title::before {
  position: absolute;
  content: "";
  width: 27px;
  height: 24px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2227%22%20height%3D%2224%22%20viewBox%3D%220%200%2027%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M26.7179%2011.3899C27.0947%2011.7094%2027.0947%2012.2907%2026.7179%2012.6102L13.5117%2023.8087C12.992%2024.2495%2012.1943%2023.88%2012.1943%2023.1985V19.5217C12.1943%2019.0799%2011.8362%2018.7217%2011.3943%2018.7217H0.8C0.358173%2018.7217%200%2018.3635%200%2017.9217V6.07836C0%205.63653%200.358172%205.27836%200.8%205.27836H11.3943C11.8362%205.27836%2012.1943%204.92019%2012.1943%204.47836V0.80154C12.1943%200.120053%2012.992%20-0.249374%2013.5117%200.191378L26.7179%2011.3899Z%22%20fill%3D%22%2367A8C0%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%/contain;
  top: 4px;
  left: 0;
}

.lp-hiwa {
  width: 96%;
  max-width: 1680px;
  padding-block: 80px;
  background-color: #a8dcf0;
  border-radius: 80px;
  border: #1A334C solid 2px;
  margin-inline: auto;
  margin-top: 160px;
}
@media screen and (max-width: 991.8px) {
  .lp-hiwa {
    border-radius: 40px;
    margin-top: 120px;
  }
}
@media screen and (max-width: 991.8px) {
  .lp-hiwa {
    padding-block: 40px;
    border-radius: 20px;
    margin-top: 80px;
  }
}
.lp-hiwa a {
  word-break: break-all;
  text-decoration: underline;
}
.lp-hiwa__title {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 991.8px) {
  .lp-hiwa__title {
    font-size: 1.5rem;
  }
}
.lp-hiwa__inner {
  padding: 30px;
  background-color: #fff;
  border: 2px solid #1a334c;
  border-radius: 40px;
}
@media screen and (max-width: 991.8px) {
  .lp-hiwa__inner {
    border-radius: 20px;
  }
}
@media screen and (max-width: 991.8px) {
  .lp-hiwa__inner {
    padding: 20px;
    border-radius: 10px;
  }
}
.lp-hiwa__detail {
  padding: 40px;
  background-color: #f5f5f5;
  border-radius: 24px;
}
@media screen and (max-width: 991.8px) {
  .lp-hiwa__detail {
    padding: 16px;
    border-radius: 12px;
  }
}

.lp-about-product {
  position: relative;
  width: 96%;
  max-width: 1680px;
  padding-block: 64px;
  border-radius: 64px;
  border: 2px solid #1a334c;
  background-color: #EBE4DB;
  margin-inline: auto;
  margin-top: 160px;
  z-index: 0;
}
@media screen and (max-width: 991.8px) {
  .lp-about-product {
    margin-top: 100px;
    padding-block: 32px;
    border-radius: 32px;
  }
}
@media screen and (max-width: 767.8px) {
  .lp-about-product {
    margin-top: 80px;
  }
}
.lp-about-product::before, .lp-about-product::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 144px;
  background: url(../image/lp_feature_title_bg.webp) no-repeat 50% 50%/contain;
  top: 64px;
  z-index: -1;
}
@media screen and (max-width: 991.8px) {
  .lp-about-product::before, .lp-about-product::after {
    width: 50px;
    height: 72px;
    top: 32px;
  }
}
@media screen and (max-width: 767.8px) {
  .lp-about-product::before, .lp-about-product::after {
    top: 0;
  }
}
.lp-about-product::before {
  left: 0;
}
.lp-about-product::after {
  right: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.lp-about-product .h2 {
  line-height: 1.2;
}
.lp-about-product__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  font-weight: 700;
  gap: 10px;
}
.lp-about-product__title::before {
  display: block;
  content: "";
  width: 0.9375em;
  height: 0.9375em;
  background-color: #96e055;
  border-radius: 50%;
  margin-top: 0.25em;
}
.lp-about-product__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 767.8px) {
  .lp-about-product__inner {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.lp-about-product__item {
  background-color: #fff;
  padding: 40px;
  border-radius: 24px;
  border: 2px solid #1a334c;
}
@media screen and (max-width: 767.8px) {
  .lp-about-product__item {
    padding: 20px;
    border-radius: 12px;
  }
}

.lp-banner {
  position: relative;
  border: 2px solid #1a334c;
  background-color: #ffcd43;
  padding: 72px 11.1666666667%;
  border-radius: 64px;
  margin-top: 160px;
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 991.8px) {
  .lp-banner {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767.8px) {
  .lp-banner {
    padding: 32px;
    border-radius: 32px;
    margin-top: 80px;
  }
}
.lp-banner.js-biggerlink {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.lp-banner.js-biggerlink:hover {
  opacity: 0.7;
}
.lp-banner__img {
  position: absolute;
  width: 42.3333333333%;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.lp-banner__img img {
  vertical-align: bottom;
}

.lp-voice {
  position: relative;
  width: 96%;
  max-width: 1680px;
  background-color: #e8e5e1;
  border: 2px solid #1a334c;
  padding-top: 78px;
  border-radius: 80px;
  margin-inline: auto;
  margin-top: 160px;
  margin-bottom: 120px;
}
@media screen and (max-width: 991.8px) {
  .lp-voice {
    border-radius: 40px;
    margin-top: 120px;
  }
}
@media screen and (max-width: 767.8px) {
  .lp-voice {
    padding-top: 36px;
    margin-top: 80px;
    border-radius: 20px;
  }
}
.lp-voice__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 240px;
  border: 2px solid #1a334c;
  border-radius: 24px;
  background-color: #fff;
  overflow: hidden;
}
.lp-voice__item.js-biggerlink {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.lp-voice__item.js-biggerlink:hover {
  border-color: #ffcd43;
}
.lp-voice__item.js-biggerlink:hover a {
  color: #ffcd43;
}
.lp-voice .lp-voice__item {
  margin-bottom: -120px;
}
.lp-voice__img {
  width: 33.3333333333%;
  height: 240px;
}
@media screen and (max-width: 767.8px) {
  .lp-voice__img {
    width: 100%;
  }
}
.lp-voice__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lp-voice__detail {
  width: 66.6666666667%;
  padding: 24px;
}
@media screen and (max-width: 767.8px) {
  .lp-voice__detail {
    width: 100%;
  }
}

.lp-price {
  position: relative;
  border: 2px solid #1a334c;
  border-radius: 40px;
  padding: 40px;
  background-color: #a8dcf0;
  margin-top: 280px;
  z-index: 0;
}
@media screen and (max-width: 991.8px) {
  .lp-price {
    margin-top: 220px;
  }
}
@media screen and (max-width: 767.8px) {
  .lp-price {
    border-radius: 20px;
    padding: 24px;
    margin-top: 200px;
  }
}
.lp-price::before, .lp-price::after {
  position: absolute;
  content: "";
  width: 120px;
  height: 160px;
  top: 80px;
  background: url(../image/lp_price_bg.webp) no-repeat 50% 50%/contain;
  z-index: -1;
}
@media screen and (max-width: 767.8px) {
  .lp-price::before, .lp-price::after {
    width: 60px;
    height: 80px;
    top: 40px;
  }
}
.lp-price::before {
  left: 0;
}
.lp-price::after {
  right: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.lp-price__inner {
  width: 100%;
  max-width: 824px;
  margin-inline: auto;
}
.lp-price__price {
  font-family: "M PLUS Rounded 1c", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.lp-price__price .price {
  font-size: clamp(4rem, 7.5vw, 6rem);
  font-weight: 800;
  line-height: 0.9;
}
.lp-price__price .price .sm {
  font-size: 0.5em;
}
.lp-price__detail {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 8px solid #67a8c0;
  border-radius: 8px;
  padding: 64px;
  margin-top: 64px;
}
@media screen and (max-width: 767.8px) {
  .lp-price__detail {
    padding: 48px 24px 24px;
    margin-top: 48px;
  }
}
.lp-price__detail .title {
  position: absolute;
  max-width: 90%;
  line-height: 1;
  top: -0.5em;
  left: 50%;
  background-color: #a8dcf0;
  padding-left: 0.4em;
  padding-right: 0.4em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
.lp-price__detail .subtitle {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: clamp(1rem, 3.125vw, 2.5rem);
  font-weight: 800;
  line-height: 1.1;
}
.lp-price__detail .unit {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: clamp(2rem, 6.25vw, 5rem);
  font-weight: 800;
  line-height: 0.9;
}
.lp-price__detail .price {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: clamp(2.5rem, 7.5vw, 6rem);
  font-weight: 800;
  line-height: 0.9;
}
.lp-price__detail .price-unit {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: clamp(1.25rem, 3.75vw, 3rem);
  font-weight: 800;
  line-height: 0.9;
}
.lp-price__note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "M PLUS Rounded 1c", sans-serif;
  gap: 8px;
}
.lp-price .parts-btn {
  width: 100%;
}
.lp-price .parts-btn a {
  width: 100%;
  font-size: 1.375rem;
  padding-block: 24px;
}
@media screen and (max-width: 767.8px) {
  .lp-price .parts-btn a {
    font-size: 1.25rem;
    padding-block: 16px;
  }
}

.lp-note {
  position: relative;
  padding-left: 1em;
}
.lp-note::before {
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
}

.lp-faq {
  margin-top: 160px;
  margin-bottom: 68px;
}
@media screen and (max-width: 991.8px) {
  .lp-faq {
    margin-top: 100px;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 767.8px) {
  .lp-faq {
    margin-top: 80px;
    margin-bottom: 32px;
  }
}
.lp-faq__list {
  position: relative;
  padding-left: 84px;
}
@media screen and (max-width: 767.8px) {
  .lp-faq__list {
    padding-left: 54px;
  }
}
.lp-faq__list + .lp-faq__list {
  margin-top: 35px;
}
@media screen and (max-width: 767.8px) {
  .lp-faq__list + .lp-faq__list {
    margin-top: 24px;
  }
}
.lp-faq__list__title {
  font-size: 2rem;
  font-weight: 800;
  border-bottom: 1px solid #ddd;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767.8px) {
  .lp-faq__list__title {
    font-size: 1.5rem;
  }
}
.lp-faq__list__title::before {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Roboto Condensed", sans-serif;
  content: "Q";
  width: 2em;
  height: 2em;
  top: 0;
  left: 0;
  color: #fff;
  background-color: #a8dcf0;
  border-radius: 50%;
}
.lp-column {
  position: relative;
  width: 96%;
  max-width: 1680px;
  background-color: #e8e5e1;
  border: 2px solid #1a334c;
  padding-top: 80px;
  border-radius: 80px;
  margin-inline: auto;
  margin-top: 160px;
  margin-bottom: 264px;
}
@media screen and (max-width: 991.8px) {
  .lp-column {
    border-radius: 40px;
    margin-top: 120px;
  }
}
@media screen and (max-width: 767.8px) {
  .lp-column {
    padding-top: 36px;
    margin-top: 80px;
    border-radius: 20px;
  }
}
.lp-column h2 {
  line-height: 1.4;
}
.lp-column__swiper {
  margin-top: 64px;
  margin-bottom: -264px;
}
@media screen and (max-width: 767.8px) {
  .lp-column__swiper {
    margin-top: 32px;
  }
}
.lp-column__swiper .media-item {
  border: #1A334C solid 2px;
  border-radius: 40px 40px;
}
.lp-column__swiper .media-item__img {
  height: 200px;
  border-radius: 40px 40px 10px 10px;
}
.lp-column__swiper .media-item__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.6;
  max-height: 3.2em;
}
.lp-swiper-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767.8px) {
  .lp-swiper-nav {
    gap: 8px;
  }
}
.lp-swiper-nav .swiper-pagination {
  position: static;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 767.8px) {
  .lp-swiper-nav .swiper-pagination {
    gap: 8px;
  }
}
.lp-swiper-nav .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #1a334c;
  -webkit-box-shadow: 0px 0px 0px 3px rgba(26, 51, 76, 0);
          box-shadow: 0px 0px 0px 3px rgba(26, 51, 76, 0);
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767.8px) {
  .lp-swiper-nav .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
.lp-swiper-nav .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffcd43;
  -webkit-box-shadow: 0px 0px 0px 3px #1a334c;
          box-shadow: 0px 0px 0px 3px #1a334c;
}
.lp-swiper-nav .swiper-button-prev,
.lp-swiper-nav .swiper-button-next {
  position: relative;
  width: 40px;
  height: 65px;
  z-index: 1;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767.8px) {
  .lp-swiper-nav .swiper-button-prev,
  .lp-swiper-nav .swiper-button-next {
    width: 40px;
    height: 54px;
  }
}
.lp-swiper-nav .swiper-button-prev::after,
.lp-swiper-nav .swiper-button-next::after {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 0 !important;
  margin: 0;
  width: 40px;
  height: 65px;
  background: no-repeat 50% 50%/contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767.8px) {
  .lp-swiper-nav .swiper-button-prev::after,
  .lp-swiper-nav .swiper-button-next::after {
    width: 40px;
    height: 54px;
  }
}
.lp-swiper-nav .swiper-button-prev:hover,
.lp-swiper-nav .swiper-button-next:hover {
  opacity: 0.5;
}
.lp-swiper-nav .swiper-button-prev::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2244%22%20height%3D%2269%22%20viewBox%3D%220%200%2044%2069%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cmask%20id%3D%22path-1-outside-1_7754_20642%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%22-0.00195312%22%20y%3D%220%22%20width%3D%2244%22%20height%3D%2269%22%20fill%3D%22black%22%3E%3Crect%20fill%3D%22white%22%20x%3D%22-0.00195312%22%20width%3D%2244%22%20height%3D%2269%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M40.633%2054.0546C42.4531%2055.9634%2042.4531%2059.0499%2040.633%2060.9384L36.2766%2065.5683C34.4566%2067.477%2031.5137%2067.4771%2029.7131%2065.5683L3.38108%2037.9521C1.54173%2036.0433%201.54161%2032.9566%203.36155%2031.0478L29.6936%203.43159C31.5136%201.5228%2034.4564%201.5228%2036.2571%203.43159L40.633%208.02046C42.4531%209.92925%2042.4531%2013.0158%2040.633%2014.9042L21.968%2034.4794L40.633%2054.0546Z%22%2F%3E%3C%2Fmask%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M40.633%2054.0546C42.4531%2055.9634%2042.4531%2059.0499%2040.633%2060.9384L36.2766%2065.5683C34.4566%2067.477%2031.5137%2067.4771%2029.7131%2065.5683L3.38108%2037.9521C1.54173%2036.0433%201.54161%2032.9566%203.36155%2031.0478L29.6936%203.43159C31.5136%201.5228%2034.4564%201.5228%2036.2571%203.43159L40.633%208.02046C42.4531%209.92925%2042.4531%2013.0158%2040.633%2014.9042L21.968%2034.4794L40.633%2054.0546Z%22%20fill%3D%22%23FFCD43%22%2F%3E%3Cpath%20d%3D%22M40.633%2054.0546L42.0805%2052.6745L42.0805%2052.6745L40.633%2054.0546ZM40.633%2060.9384L39.193%2059.5506L39.1847%2059.5592L39.1765%2059.5679L40.633%2060.9384ZM36.2766%2065.5683L37.724%2066.9485L37.7332%2066.9389L36.2766%2065.5683ZM29.7131%2065.5683L31.168%2064.1959L31.1606%2064.1882L29.7131%2065.5683ZM3.38108%2037.9521L4.82857%2036.5719L4.82124%2036.5643L3.38108%2037.9521ZM3.36155%2031.0478L1.91408%2029.6676L1.91405%2029.6677L3.36155%2031.0478ZM29.6936%203.43159L31.141%204.81175L31.1411%204.81175L29.6936%203.43159ZM36.2571%203.43159L34.8022%204.80402L34.8097%204.81183L36.2571%203.43159ZM40.633%208.02046L42.0805%206.6403L42.0804%206.64022L40.633%208.02046ZM40.633%2014.9042L39.1929%2013.5164L39.1856%2013.5241L40.633%2014.9042ZM21.968%2034.4794L20.5205%2033.0993L19.2045%2034.4794L20.5205%2035.8596L21.968%2034.4794ZM40.633%2054.0546L39.1856%2055.4348C40.2728%2056.5751%2040.2624%2058.4408%2039.193%2059.5506L40.633%2060.9384L42.0731%2062.3263C44.6437%2059.659%2044.6333%2055.3517%2042.0805%2052.6745L40.633%2054.0546ZM40.633%2060.9384L39.1765%2059.5679L34.82%2064.1978L36.2766%2065.5683L37.7332%2066.9389L42.0896%2062.309L40.633%2060.9384ZM36.2766%2065.5683L34.8292%2064.1881C33.7929%2065.2749%2032.1749%2065.2634%2031.1679%2064.1959L29.7131%2065.5683L28.2583%2066.9407C30.8525%2069.6908%2035.1203%2069.6791%2037.724%2066.9485L36.2766%2065.5683ZM29.7131%2065.5683L31.1606%2064.1882L4.82855%2036.5719L3.38108%2037.9521L1.93361%2039.3323L28.2656%2066.9485L29.7131%2065.5683ZM3.38108%2037.9521L4.82124%2036.5643C3.72725%2035.429%203.72685%2033.563%204.80905%2032.4279L3.36155%2031.0478L1.91405%2029.6677C-0.643642%2032.3502%20-0.643799%2036.6576%201.94093%2039.3399L3.38108%2037.9521ZM3.36155%2031.0478L4.80902%2032.428L31.141%204.81175L29.6936%203.43159L28.2461%202.05143L1.91408%2029.6676L3.36155%2031.0478ZM29.6936%203.43159L31.1411%204.81175C32.1773%203.72497%2033.7952%203.73645%2034.8022%204.804L36.2571%203.43159L37.7119%202.05919C35.1176%20-0.690842%2030.8499%20-0.679365%2028.2461%202.05144L29.6936%203.43159ZM36.2571%203.43159L34.8097%204.81183L39.1856%209.4007L40.633%208.02046L42.0804%206.64022L37.7044%202.05135L36.2571%203.43159ZM40.633%208.02046L39.1856%209.40061C40.2728%2010.5409%2040.2624%2012.4067%2039.193%2013.5164L40.633%2014.9042L42.0731%2016.2921C44.6437%2013.6249%2044.6333%209.31757%2042.0805%206.6403L40.633%208.02046ZM40.633%2014.9042L39.1856%2013.5241L20.5205%2033.0993L21.968%2034.4794L23.4155%2035.8596L42.0805%2016.2844L40.633%2014.9042ZM21.968%2034.4794L20.5205%2035.8596L39.1856%2055.4348L40.633%2054.0546L42.0805%2052.6745L23.4155%2033.0993L21.968%2034.4794Z%22%20fill%3D%22%231A334C%22%20mask%3D%22url(%23path-1-outside-1_7754_20642)%22%2F%3E%3C%2Fsvg%3E");
}
.lp-swiper-nav .swiper-button-next::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2244%22%20height%3D%2269%22%20viewBox%3D%220%200%2044%2069%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cmask%20id%3D%22path-1-outside-1_7754_20662%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2244%22%20height%3D%2269%22%20fill%3D%22black%22%3E%3Crect%20fill%3D%22white%22%20width%3D%2244%22%20height%3D%2269%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.36501%2054.0546C1.545%2055.9634%201.545%2059.0499%203.36501%2060.9384L7.72146%2065.5683C9.54149%2067.477%2012.4843%2067.4771%2014.2849%2065.5683L40.617%2037.9521C42.4563%2036.0433%2042.4564%2032.9566%2040.6365%2031.0478L14.3045%203.43159C12.4844%201.5228%209.54165%201.5228%207.74099%203.43159L3.36501%208.02046C1.545%209.92925%201.545%2013.0158%203.36501%2014.9042L22.0301%2034.4794L3.36501%2054.0546Z%22%2F%3E%3C%2Fmask%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.36501%2054.0546C1.545%2055.9634%201.545%2059.0499%203.36501%2060.9384L7.72146%2065.5683C9.54149%2067.477%2012.4843%2067.4771%2014.2849%2065.5683L40.617%2037.9521C42.4563%2036.0433%2042.4564%2032.9566%2040.6365%2031.0478L14.3045%203.43159C12.4844%201.5228%209.54165%201.5228%207.74099%203.43159L3.36501%208.02046C1.545%209.92925%201.545%2013.0158%203.36501%2014.9042L22.0301%2034.4794L3.36501%2054.0546Z%22%20fill%3D%22%23FFCD43%22%2F%3E%3Cpath%20d%3D%22M3.36501%2054.0546L1.91754%2052.6745L1.91755%2052.6745L3.36501%2054.0546ZM3.36501%2060.9384L4.80509%2059.5506L4.81339%2059.5592L4.82159%2059.5679L3.36501%2060.9384ZM7.72146%2065.5683L6.274%2066.9485L6.26489%2066.9389L7.72146%2065.5683ZM14.2849%2065.5683L12.8301%2064.1959L12.8375%2064.1882L14.2849%2065.5683ZM40.617%2037.9521L39.1695%2036.5719L39.1768%2036.5643L40.617%2037.9521ZM40.6365%2031.0478L42.084%2029.6676L42.084%2029.6677L40.6365%2031.0478ZM14.3045%203.43159L12.857%204.81175L12.857%204.81175L14.3045%203.43159ZM7.74099%203.43159L9.19583%204.80402L9.18838%204.81183L7.74099%203.43159ZM3.36501%208.02046L1.91754%206.6403L1.91763%206.64022L3.36501%208.02046ZM3.36501%2014.9042L4.80511%2013.5164L4.81248%2013.5241L3.36501%2014.9042ZM22.0301%2034.4794L23.4775%2033.0993L24.7935%2034.4794L23.4775%2035.8596L22.0301%2034.4794ZM3.36501%2054.0546L4.81249%2055.4348C3.72521%2056.5751%203.7356%2058.4408%204.80509%2059.5506L3.36501%2060.9384L1.92494%2062.3263C-0.645612%2059.659%20-0.635215%2055.3517%201.91754%2052.6745L3.36501%2054.0546ZM3.36501%2060.9384L4.82159%2059.5679L9.17803%2064.1978L7.72146%2065.5683L6.26489%2066.9389L1.90844%2062.309L3.36501%2060.9384ZM7.72146%2065.5683L9.16889%2064.1881C10.2052%2065.2749%2011.8231%2065.2634%2012.8301%2064.1959L14.2849%2065.5683L15.7398%2066.9407C13.1455%2069.6908%208.87779%2069.6791%206.27403%2066.9485L7.72146%2065.5683ZM14.2849%2065.5683L12.8375%2064.1882L39.1695%2036.5719L40.617%2037.9521L42.0644%2039.3323L15.7324%2066.9485L14.2849%2065.5683ZM40.617%2037.9521L39.1768%2036.5643C40.2708%2035.429%2040.2712%2033.563%2039.189%2032.4279L40.6365%2031.0478L42.084%2029.6677C44.6417%2032.3502%2044.6418%2036.6576%2042.0571%2039.3399L40.617%2037.9521ZM40.6365%2031.0478L39.189%2032.428L12.857%204.81175L14.3045%203.43159L15.7519%202.05143L42.084%2029.6676L40.6365%2031.0478ZM14.3045%203.43159L12.857%204.81175C11.8208%203.72497%2010.2029%203.73645%209.19581%204.804L7.74099%203.43159L6.28617%202.05919C8.88041%20-0.690842%2013.1481%20-0.679365%2015.7519%202.05144L14.3045%203.43159ZM7.74099%203.43159L9.18838%204.81183L4.8124%209.4007L3.36501%208.02046L1.91763%206.64022L6.2936%202.05135L7.74099%203.43159ZM3.36501%208.02046L4.81249%209.40061C3.72521%2010.5409%203.7356%2012.4067%204.80509%2013.5164L3.36501%2014.9042L1.92494%2016.2921C-0.645612%2013.6249%20-0.635215%209.31757%201.91754%206.6403L3.36501%208.02046ZM3.36501%2014.9042L4.81248%2013.5241L23.4775%2033.0993L22.0301%2034.4794L20.5826%2035.8596L1.91755%2016.2844L3.36501%2014.9042ZM22.0301%2034.4794L23.4775%2035.8596L4.81248%2055.4348L3.36501%2054.0546L1.91755%2052.6745L20.5826%2033.0993L22.0301%2034.4794Z%22%20fill%3D%22%231A334C%22%20mask%3D%22url(%23path-1-outside-1_7754_20662)%22%2F%3E%3C%2Fsvg%3E");
}

.lp-title-box {
  position: relative;
}
@media screen and (min-width: 768px) {
  .lp-title-box {
    padding-inline: 120px;
  }
}
@media screen and (min-width: 768px) {
  .lp-title-box .lp-link-text {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 767.8px) {
  .lp-title-box .lp-link-text {
    display: none;
  }
}

.lp-link-text a {
  position: relative;
  display: inline-block;
  padding-right: 28px;
}
.lp-link-text a::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 50%;
  right: 0;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2222%22%20height%3D%2225%22%20viewBox%3D%220%200%2022%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.9551%206L19.5008%2012.5457L12.9551%2019.0914%22%20stroke%3D%22%23333333%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M17.8642%2012.5449H1.5%22%20stroke%3D%22%23333333%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.lp-link-text a:hover {
  color: #67a8c0;
}
.lp-link-text a:hover::after {
  right: -4px;
}

.lp-news {
  position: relative;
  width: 96%;
  max-width: 1680px;
  border: 2px solid #1a334c;
  border-radius: 80px;
  padding-block: 80px;
  background: #a8dcf0 url(../image/lp_news_bg.webp) no-repeat 50% 34.3859649123%/100% auto;
  margin-inline: auto;
}
@media screen and (max-width: 767.8px) {
  .lp-news {
    border-radius: 20px;
    padding-block: 24px;
  }
}
.lp-news .lp-title-box {
  margin-bottom: 80px;
}
@media screen and (max-width: 991.8px) {
  .lp-news .lp-title-box {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767.8px) {
  .lp-news .lp-title-box {
    margin-bottom: 20px;
  }
}
.lp-news-wrap {
  padding-top: 160px;
}
@media screen and (max-width: 991.8px) {
  .lp-news-wrap {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767.8px) {
  .lp-news-wrap {
    padding-top: 80px;
  }
}
.lp-news__rss.--contents-none .rss_contents {
  display: none !important;
}
.lp-news__rss .rss_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 40px;
  border-radius: 24px;
  border: 2px solid #1a334c;
  background: #fff;
  gap: 8px;
  overflow: hidden;
}
@media screen and (max-width: 767.8px) {
  .lp-news__rss .rss_item {
    padding: 20px;
  }
}
.lp-news__rss .rss_item + .rss_item {
  margin-top: 40px;
}
@media screen and (max-width: 767.8px) {
  .lp-news__rss .rss_item + .rss_item {
    margin-top: 30px;
  }
}
.lp-news__rss .rss_item .parts-item__circle_S.--arrow {
  display: none !important;
}
.lp-news__rss .rss_item .rss_date {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  color: #bbb;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.lp-news__rss .rss_item .rss_new {
  font-size: 1rem;
  font-weight: 700;
  color: #67a8c0;
  padding-left: 0;
  margin-top: 0;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.lp-news__rss .rss_item .rss_new::before {
  display: none !important;
}
.lp-news__rss .rss_item .rss_title {
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 0;
}
.lp-news__rss .rss_item .rss_title a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.lp-news__rss .rss_item .rss_title .rss_title__title {
  width: 100% !important;
  font-size: 1.75rem;
}
@media screen and (max-width: 991.8px) {
  .lp-news__rss .rss_item .rss_title .rss_title__title {
    font-size: calc(1.25px * 1rem);
  }
}
.lp-news__rss .rss_item .rss_contents {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.lp-news .lp-link-text a {
  text-decoration: underline;
}

.cv-area {
  margin-top: 160px;
}
@media screen and (max-width: 991.8px) {
  .cv-area {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767.8px) {
  .cv-area {
    margin-top: 80px;
  }
}

/*CV*/
.cv-con {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cv-con__item {
  width: 100%;
}
.cv-con__title {
  display: inline-block;
  padding-left: 2.5rem;
  position: relative;
}
.cv-con__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 1.8rem;
  width: 1.8rem;
  background-color: #80C643;
  border-radius: 50%;
}

.cv-area::before,
.footer::before {
  background-color: #67a8c0;
}

#tinymce .lp-scene .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}