@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;900&family=Noto+Serif+JP:wght@400;500;700&display=swap");
:root {
  --font-family--gothic: "Noto Sans JP", sans-serif;
  --font-family--min: "Noto Serif JP", serif;
  --color-black: #141d2a;
  --color-dark: #0d1119;
  --color-green: #66cc99;
  --color-blue: #0089b6;
  --color-navy: #070f25;
  --color-red: #ff3333;
  --color-mekki-main: #dcaf51;
  --color-see-drive-main: #259e83;
  --color-eye-main: #38ace8;
  --color-dt-note-main: #157864;
  --color-rescue-main: #b6404d;
  --color-button-bg: #0099cc;
  --gradation-background: rgb(9, 129, 206);
  --gradation-blue: linear-gradient(90deg, rgba(8, 190, 242, 1) 0%, rgba(9, 129, 206, 1) 100%);
  --gradation-blue-normal-background: rgb(22, 137, 204);
  --gradation-blue-normal: linear-gradient(90deg, rgba(22, 137, 204, 1) 0%, rgba(22, 137, 204, 1) 100%);
  --gradation-background-2: rgb(7, 72, 169, 1);
  --gradation-blue-2: linear-gradient(90deg, rgba(9, 152, 211, 1) 0%, rgba(7, 72, 169, 1) 100%);
}

body {
  color: #000;
}

a {
  text-decoration: none;
}

.sp-block {
  display: block;
}
@media (min-width: 992px) {
  .sp-block {
    display: none;
  }
}

.sp-none {
  display: none;
}
@media (min-width: 992px) {
  .sp-none {
    display: block;
  }
}

.md-block {
  display: none;
}
@media (min-width: 768px) {
  .md-block {
    display: block;
  }
}

.md-none {
  display: block;
}
@media (min-width: 768px) {
  .md-none {
    display: none;
  }
}

br.sp {
  display: block;
}
@media (min-width: 576px) {
  br.sp {
    display: none;
  }
}

br.pc {
  display: none;
}
@media (min-width: 576px) {
  br.pc {
    display: block;
  }
}

.global-nav-list li {
  position: relative;
}
.global-nav-list li::before {
  display: none;
}
@media (min-width: 576px) {
  .global-nav-list li::before {
    display: block;
    position: absolute;
    left: 0;
    width: 1.5px;
    height: 16px;
    background: #ccc;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

.global-nav-list li:first-child::before {
  display: none;
}
@media (min-width: 576px) {
  .global-nav-list li:first-child::before {
    display: none;
  }
}

.site-header-container {
  gap: 1.2em;
}
@media (min-width: 992px) {
  .site-header-container {
    gap: 7em;
  }
}

/**********************************
 Header
***********************************/
@media (min-width: 992px) {
  .header_scrolled.page-press-note .site-header {
    position: fixed;
  }
}
@media (min-width: 992px) {
  .header_scrolled.page-press-note .site-header::before {
    background: white;
  }
}
@media (min-width: 992px) {
  .header_scrolled.page-press-note .site-header.menu-open {
    background: transparent;
  }
}
@media (min-width: 992px) {
  .header_scrolled.page-press-note .site-header.menu-open::before {
    background: transparent;
  }
}

.p-lp-header-press-note {
  width: 100%;
  height: auto;
  margin-bottom: 24px;
  overflow: hidden;
  position: relative;
  background-color: #f0f2f3;
  padding-bottom: 6px;
}
@media (min-width: 992px) {
  .p-lp-header-press-note {
    height: auto;
  }
}
@media (min-width: 1350px) {
  .p-lp-header-press-note {
    height: 780px;
    margin-bottom: 84px;
    padding-bottom: 0;
  }
}
.p-lp-header-press-note__container {
  padding: 40px 0px 0;
  max-width: 1420px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-lp-header-press-note__container {
    height: 780px;
    padding: 40px 0px 0;
    height: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-lp-header-press-note__container--left {
  width: auto;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-lp-header-press-note__container--left {
    margin: inherit;
  }
}
.p-lp-header-press-note__container--right {
  width: 100%;
  max-width: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-lp-header-press-note__container--right {
    width: auto;
    max-width: 570px;
  }
}
.p-lp-header-press-note__logo {
  position: absolute;
  top: 10px;
  left: 22px;
  width: 80px;
}
@media (min-width: 992px) {
  .p-lp-header-press-note__logo {
    display: none;
  }
}
.p-lp-header-press-note__title {
  text-align: left;
  margin-bottom: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
}
@media (min-width: 992px) {
  .p-lp-header-press-note__title {
    text-align: left;
    margin-bottom: 24px;
    padding-left: 114px;
  }
}
.p-lp-header-press-note__title--sub {
  display: block;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
  margin-top: 20px;
  color: rgb(13, 17, 25);
  text-align: justify;
  text-justify: inter-character;
  text-align: center;
}
@media (min-width: 770px) {
  .p-lp-header-press-note__title--sub {
    font-size: 2.2rem;
  }
}
@media (min-width: 1400px) {
  .p-lp-header-press-note__title--sub {
    font-size: 36px;
    text-align: left;
    line-height: 1.2;
  }
}
.p-lp-header-press-note__title--main {
  font-size: 115px;
  color: #60646c;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .p-lp-header-press-note__title--main {
    width: 710px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.p-lp-header-press-note__title--main img {
  max-width: 79%;
  margin: 0 auto;
  display: block;
}
@media (min-width: 992px) {
  .p-lp-header-press-note__title--main img {
    width: 100%;
    margin: inherit;
  }
}
.p-lp-header-press-note__point-title--top {
  color: #1ba26a;
  display: block;
  border-radius: 26px;
  background-color: #fff;
  border: 2px solid #1ba26a;
  border-width: 2px;
  border-color: rgb(27, 162, 106);
  border-style: solid;
  background-color: rgb(255, 255, 255);
  width: 150px;
  height: 28px;
  font-size: 15px;
  font-family: "Noto Sans JP";
  color: rgb(27, 162, 106);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  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;
  margin: 0 auto;
  margin-bottom: 0;
  position: relative;
  top: -14px;
}
@media (min-width: 768px) {
  .p-lp-header-press-note__point-title--top {
    width: 296px;
    height: 52px;
    font-size: 30px;
    position: inherit;
    top: 0;
    margin-bottom: 20px;
  }
}
.p-lp-header-press-note__point-title--bottom {
  color: #000;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .p-lp-header-press-note__point-title--bottom {
    font-size: 28px;
    margin-bottom: 56px;
  }
}
.p-lp-header-press-note__mainvisual {
  position: absolute;
  top: 284px;
  width: 100%;
}
@media (min-width: 992px) {
  .p-lp-header-press-note__mainvisual {
    left: 500px;
    top: 271px;
    width: auto;
  }
}
@media (min-width: 1350px) {
  .p-lp-header-press-note__mainvisual {
    top: auto;
    bottom: 0;
  }
}
@media (min-width: 1600px) {
  .p-lp-header-press-note__mainvisual {
    left: auto;
    right: 0;
    bottom: -36px;
  }
}
@media (min-width: 992px) {
  .p-lp-header-press-note__mainvisual--catch {
    padding-right: 20px;
  }
}
.p-lp-header-press-note__mainvisual--catch img {
  display: block;
  width: 315px;
  margin: auto;
}
@media (min-width: 992px) {
  .p-lp-header-press-note__mainvisual--catch img {
    width: auto;
  }
}
.p-lp-header-press-note__mainvisual--image {
  text-align: center;
}
@media (min-width: 1400px) {
  .p-lp-header-press-note__mainvisual--image {
    text-align: left;
  }
}
.p-lp-header-press-note__mainvisual--image img {
  width: 79%;
  max-width: 100%;
}
@media (min-width: 1400px) {
  .p-lp-header-press-note__mainvisual--image img {
    right: 0;
    position: absolute;
    max-height: 540px;
    width: auto;
    max-width: 856px;
  }
}
.p-lp-header-press-note__mainvisual--js {
  display: none;
}
@media (min-width: 992px) {
  .p-lp-header-press-note__mainvisual--js {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-size: 100px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.05em;
    position: absolute;
    bottom: 0;
    left: 420px;
  }
  .p-lp-header-press-note__mainvisual--js .sm {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.p-lp-header-press-note__functions {
  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: 5px;
  margin: 0 auto 8px;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .p-lp-header-press-note__functions {
    gap: 16px;
    margin-bottom: 40px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 36px;
  }
}
.p-lp-header-press-note__functions--pc {
  display: none;
}
@media (min-width: 992px) {
  .p-lp-header-press-note__functions--pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 80px;
  }
}
.p-lp-header-press-note__function {
  display: grid;
  place-content: center;
  width: 100px;
  height: 100px;
  background: #1ba26a;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-lp-header-press-note__function {
    width: 180px;
    height: 180px;
    font-size: 24px;
    line-height: 43.2px;
  }
}
.p-lp-header-press-note__buttons {
  -webkit-transform: none;
          transform: none;
  z-index: 5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 992px) {
  .p-lp-header-press-note__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    left: 20px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.p-lp-header-press-note__movie {
  position: absolute;
  width: 110px;
  height: 110px;
  background: url("../images/lp/press-note/bg_bakuran_hover.png") center center no-repeat;
  background-size: contain;
  left: 10px;
  top: 345px;
}
@media (min-width: 992px) {
  .p-lp-header-press-note__movie {
    width: 200px;
    height: 200px;
    left: auto;
    right: 140px;
    top: 48px;
  }
}
.p-lp-header-press-note__movie::before {
  content: "";
  display: block;
  background: url("../images/lp/press-note/bg_bakuran.png") center center no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.p-lp-header-press-note__movie span {
  display: grid;
  place-content: center;
  place-items: center;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: white;
  z-index: 2;
  width: 100%;
  height: 100%;
  position: relative;
}
@media (min-width: 992px) {
  .p-lp-header-press-note__movie span {
    font-size: 17px;
  }
}
.p-lp-header-press-note__movie .arrow {
  width: 12px;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .p-lp-header-press-note__movie .arrow {
    width: auto;
  }
}
.p-lp-header-press-note__movie:hover::before {
  opacity: 0;
}

.p-lp-functions-card__image {
  width: 180px;
  height: 180px;
  background-color: #fff;
  border-radius: 50%;
  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;
}

.p-lp-functions-card__image img {
  width: 80%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.p-lp-functions-card__desc {
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
}

/**********************************
 Button
***********************************/
.p-lp-press-note__contact--button {
  width: 300px;
  height: 54px;
  max-width: 96%;
  background: var(--color-eye-main);
  border-style: solid;
  border-color: #2f4b6c;
  border-width: 1px 3px 5px 3px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: bold;
  color: white;
  display: grid;
  place-content: center;
  position: relative;
  padding-right: 22px;
  margin: 0 auto 16px;
}
@media (min-width: 768px) {
  .p-lp-press-note__contact--button {
    width: 500px;
    height: 89px;
    margin: 0 0 20px;
    border-width: 2px 5px 7px 5px;
    border-radius: 8px;
    font-size: 20px;
  }
}
.p-lp-press-note__contact--button::before, .p-lp-press-note__contact--button::after {
  position: absolute;
}
.p-lp-press-note__contact--button::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: white;
  top: calc(50% - 11px);
  right: 16px;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .p-lp-press-note__contact--button::before {
    width: 36px;
    height: 36px;
    top: calc(50% - 18px);
    right: 30px;
  }
}
.p-lp-press-note__contact--button::after {
  content: "";
  width: 6px;
  height: 100%;
  background: url("../images/lp/common/button_arrow_blue2.png") center center no-repeat;
  background-size: contain;
  right: 23px;
}
@media (min-width: 992px) {
  .p-lp-press-note__contact--button::after {
    width: 12px;
    right: 41px;
  }
}
.p-lp-press-note__contact--button.green {
  background: #41b341;
  border-color: #2f5a56;
}
.p-lp-press-note__contact--button.green::after {
  background: url("../images/lp/common/button_arrow_green.png") center center no-repeat;
  background-size: contain;
}
.p-lp-press-note__contact--button:hover {
  background: #ff9933;
  border-color: #635446;
  color: white;
}
.p-lp-press-note__contact--button:hover::after {
  background: url("../images/lp/common/button_arrow_orange.png") center center no-repeat;
  background-size: contain;
}

@media (min-width: 992px) {
  .p-lp-trouble-list__title {
    position: absolute;
    top: 320px;
    left: 0;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-lp-trouble-list__title--icon-image {
  width: 59px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .p-lp-trouble-list__title--icon-image {
    height: 118px;
    width: auto;
  }
}

/**********************************
 Section
***********************************/
@media (min-width: 992px) {
  .page-press-note-ai .p-lp-trouble__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page-press-note-ai .p-lp-functions-card-list {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .page-press-note-ai .p-lp-functions-card-list {
    margin-bottom: 100px !important;
  }
}

.p-lp-trouble__main.blue {
  position: relative;
  background: #60646c;
  color: white;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .p-lp-trouble__main.blue {
    background: none;
    padding: 0;
  }
}
.p-lp-trouble__main.blue::before {
  content: "";
  display: block;
  width: 100%;
  height: 380px;
  background: #60646c;
  position: absolute;
  left: 0;
  top: 126px;
}

.p-lp-trouble-count__title {
  background: #16314f;
  font-size: 18px;
  font-weight: bold;
  color: white;
  display: grid;
  place-content: center;
  width: 100%;
  height: 60px;
  border-radius: 0 0 15px 15px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .p-lp-trouble-count__title {
    font-size: 40px;
    height: 120px;
    border-radius: 0 0 30px 30px;
    margin-bottom: 40px;
  }
}
.p-lp-trouble-count__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .p-lp-trouble-count__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-bottom: 60px;
  }
}
.p-lp-trouble-count__item--title {
  background: var(--color-eye-main);
  width: 100%;
  height: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
  color: white;
  margin-bottom: 0;
  border-radius: 4px 4px 0 0;
  padding: 0 16px;
}
@media (min-width: 992px) {
  .p-lp-trouble-count__item--title {
    font-size: 20px;
    height: 50px;
    border-radius: 8px 8px 0 0;
    padding: 0 30px;
  }
}
.p-lp-trouble-count__item--desc {
  display: none;
}
@media (min-width: 992px) {
  .p-lp-trouble-count__item--desc {
    display: block;
    grid-column: span 2;
  }
}
.p-lp-trouble-count__item--desc p {
  font-size: 18px;
  font-weight: 500;
}
.p-lp-trouble-count__item--desc p span {
  color: #f34b4b;
}
.p-lp-trouble-count__desc {
  font-weight: 500;
  color: #0d1119;
}
@media (min-width: 992px) {
  .p-lp-trouble-count__desc {
    display: none;
  }
}
.p-lp-trouble-count__desc span {
  color: #f34b4b;
}

.p-lp-trouble-list-item.press-note .p-lp-trouble-list-item__before {
  margin-bottom: 34px;
}
@media (min-width: 992px) {
  .p-lp-trouble-list-item.press-note .p-lp-trouble-list-item__before {
    margin-bottom: 240px;
  }
}
.p-lp-trouble-list-item.press-note:nth-child(1) .p-lp-trouble-list-item__before .p-lp-trouble-list-item__image {
  width: 160px;
}
@media (min-width: 992px) {
  .p-lp-trouble-list-item.press-note:nth-child(1) .p-lp-trouble-list-item__before .p-lp-trouble-list-item__image {
    width: 214px;
  }
}
.p-lp-trouble-list-item.press-note:nth-child(1) .p-lp-trouble-list-item__before .p-lp-trouble-list-item__image img {
  max-height: 108px;
}
@media (min-width: 992px) {
  .p-lp-trouble-list-item.press-note:nth-child(1) .p-lp-trouble-list-item__before .p-lp-trouble-list-item__image img {
    max-height: inherit;
  }
}
.p-lp-trouble-list-item.press-note:nth-child(1) .p-lp-trouble-list-item__after .p-lp-trouble-list-item__image {
  width: 153px;
}
@media (min-width: 992px) {
  .p-lp-trouble-list-item.press-note:nth-child(1) .p-lp-trouble-list-item__after .p-lp-trouble-list-item__image {
    width: 203px;
  }
}
.p-lp-trouble-list-item.press-note:nth-child(2) .p-lp-trouble-list-item__before .p-lp-trouble-list-item__image {
  width: 135px;
}
@media (min-width: 992px) {
  .p-lp-trouble-list-item.press-note:nth-child(2) .p-lp-trouble-list-item__before .p-lp-trouble-list-item__image {
    width: 180px;
  }
}
.p-lp-trouble-list-item.press-note:nth-child(2) .p-lp-trouble-list-item__after .p-lp-trouble-list-item__image {
  width: 153px;
}
@media (min-width: 992px) {
  .p-lp-trouble-list-item.press-note:nth-child(2) .p-lp-trouble-list-item__after .p-lp-trouble-list-item__image {
    width: 199px;
  }
}
.p-lp-trouble-list-item.press-note:nth-child(3) .p-lp-trouble-list-item__before .p-lp-trouble-list-item__image {
  width: 151px;
}
@media (min-width: 992px) {
  .p-lp-trouble-list-item.press-note:nth-child(3) .p-lp-trouble-list-item__before .p-lp-trouble-list-item__image {
    width: 201px;
  }
}
.p-lp-trouble-list-item.press-note:nth-child(3) .p-lp-trouble-list-item__after .p-lp-trouble-list-item__image {
  width: 153px;
}
@media (min-width: 992px) {
  .p-lp-trouble-list-item.press-note:nth-child(3) .p-lp-trouble-list-item__after .p-lp-trouble-list-item__image {
    width: 191px;
  }
}
@media (min-width: 992px) {
  .p-lp-trouble-list-item.press-note:not(:last-child) {
    margin-bottom: 0;
  }
}

.p-lp-trouble-list__title {
  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;
  margin-bottom: 18px;
}
@media (min-width: 992px) {
  .p-lp-trouble-list__title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 28px;
  }
}
.p-lp-trouble-list__title--text {
  font-size: 35px;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .p-lp-trouble-list__title--text {
    font-size: 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1350px) {
  .p-lp-trouble-list__title--text {
    font-size: 70px;
  }
}
.p-lp-trouble-list__title--text .lg {
  font-size: 60px;
  font-weight: 100;
  display: block;
  text-align: center;
}
@media (min-width: 992px) {
  .p-lp-trouble-list__title--text .lg {
    font-size: 90px;
  }
}
@media (min-width: 1350px) {
  .p-lp-trouble-list__title--text .lg {
    font-size: 120px;
    margin-left: 24px;
  }
}
.p-lp-trouble-list__title--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  gap: 16px;
}
@media (min-width: 992px) {
  .p-lp-trouble-list__title--icon {
    display: block;
  }
}
.p-lp-trouble-list__title .icon {
  width: 56px;
}
@media (min-width: 992px) {
  .p-lp-trouble-list__title .icon {
    width: 112px;
  }
}

.p-lp-trouble-list-item__before, .p-lp-trouble-list-item__after {
  width: 270px;
  height: 195px;
  background: white;
  border-radius: 25px;
  border: 2px solid #858b96;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 16px;
  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;
}
@media (min-width: 992px) {
  .p-lp-trouble-list-item__before, .p-lp-trouble-list-item__after {
    width: 360px;
    height: 260px;
    border-width: 4px;
    border-radius: 50px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.p-lp-trouble-list-item__before {
  position: relative;
}
.p-lp-trouble-list-item__before::after {
  content: "";
  width: 26px;
  height: 22px;
  background: url("../images/lp/common/beak_down.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  left: calc(50% - 13px);
  top: calc(100% - 4px);
}
@media (min-width: 992px) {
  .p-lp-trouble-list-item__before::after {
    width: 34px;
    height: 30px;
    left: calc(50% - 17px);
    top: calc(100% - 2px);
  }
}
.p-lp-trouble-list-item__after {
  position: relative;
}
.p-lp-trouble-list-item__after::before {
  content: "";
  width: 30px;
  height: 26px;
  background: url("../images/lp/common/arrow_down_org.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  left: calc(50% - 15px);
  top: -36px;
}
@media (min-width: 992px) {
  .p-lp-trouble-list-item__after::before {
    width: 40px;
    height: 34px;
    left: calc(50% - 20px);
    top: -48px;
  }
}
.p-lp-trouble-list-item__after .p-lp-trouble-list-item__title {
  color: #ff6600;
}
.p-lp-trouble-list-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.4em;
  font-size: 15px;
  font-weight: 500;
  color: var(--color-black);
}
@media (min-width: 992px) {
  .p-lp-trouble-list-item__title {
    font-size: 20px;
  }
}
.p-lp-trouble-list-item__image {
  margin-top: auto;
}

.p-lp-trouble-points {
  position: relative;
  background: #60646c;
  padding-top: 0;
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  .p-lp-trouble-points {
    padding-top: 0;
    padding-bottom: 60px;
  }
}

.p-lp-trouble-point {
  background: white;
  border: 2px solid #858b96;
  border-radius: 25px;
  padding-top: 16px;
  margin-bottom: 25px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .p-lp-trouble-point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-width: 4px;
    border-radius: 50px;
    padding-top: 100px;
    padding-bottom: 40px;
    margin-bottom: 50px;
    position: relative;
  }
}
.p-lp-trouble-point__header {
  font-size: 18px;
  font-weight: bold;
  color: #858b96;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}
@media (min-width: 992px) {
  .p-lp-trouble-point__header {
    display: block;
    font-size: 36px;
    text-align: center;
    padding-left: 35px;
  }
}
@media (min-width: 1350px) {
  .p-lp-trouble-point__header {
    width: 180px;
    text-align: left;
  }
}
.p-lp-trouble-point__header::before {
  content: "";
  width: 12px;
  height: 30px;
  background: #858b96;
  border-radius: 0 5px 5px 0;
}
@media (min-width: 992px) {
  .p-lp-trouble-point__header::before {
    width: 24px;
    height: 60px;
    border-radius: 0 10px 10px 0;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.p-lp-trouble-point__header .num {
  display: grid;
  place-content: center;
  width: 50px;
  height: 50px;
  border: 2px solid #f34b4b;
  border-radius: 25px;
  font-size: 25px;
  font-weight: bold;
  color: #f34b4b;
  margin-left: 8px;
}
@media (min-width: 992px) {
  .p-lp-trouble-point__header .num {
    width: 100px;
    height: 100px;
    border: 4px solid #f34b4b;
    border-radius: 50px;
    font-size: 50px;
    margin-left: 0;
  }
}
.p-lp-trouble-point__title {
  font-size: 15px;
  font-weight: bold;
  padding: 15px 18px 15px 15px;
}
@media (min-width: 992px) {
  .p-lp-trouble-point__title {
    position: absolute;
    left: 170px;
    top: 49px;
    padding: 0;
    font-size: 22px;
    padding: 25px 25px 17px 0;
  }
}
@media (min-width: 1350px) {
  .p-lp-trouble-point__title {
    font-size: 30px;
    padding: 25px 25px 30px 0;
  }
}
.p-lp-trouble-point__title span {
  color: #f34b4b;
}
.p-lp-trouble-point__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 17px;
  padding: 8px 25px 8px;
  margin-top: 0;
}
@media (min-width: 1350px) {
  .p-lp-trouble-point__images {
    gap: 80px;
    padding: 30px 0 0;
    gap: 30px;
    padding: 25px;
    margin-top: 20px;
  }
}
@media (min-width: 1350px) {
  .p-lp-trouble-point__images.lg {
    gap: 20px;
  }
}
.p-lp-trouble-point__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-right: 0;
}
@media (min-width: 1350px) {
  .p-lp-trouble-point__image {
    width: 100%;
    padding-right: 40px;
  }
}
.p-lp-trouble-point__imagep {
  padding-bottom: 0;
}
.p-lp-trouble-point__image.lg {
  padding-right: 0;
}
@media (min-width: 992px) {
  .p-lp-trouble-point__image.lg {
    width: 100%;
    padding-right: 40px;
  }
}
.p-lp-trouble-point__image.lg img {
  width: 100%;
}
@media (min-width: 992px) {
  .p-lp-trouble-point__image.lg img {
    width: 100%;
  }
}
.p-lp-trouble-point__image-link {
  font-weight: 500;
}
.p-lp-trouble-point__image-footer--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}
@media (min-width: 992px) {
  .p-lp-trouble-point__image-footer--title {
    font-size: 16px;
  }
}

.lightbox-link {
  color: var(--color-blue);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
@media (min-width: 992px) {
  .lightbox-link {
    gap: 10px;
  }
}
.lightbox-link:hover {
  text-decoration: underline;
}
.lightbox-link::after {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background: url("../images/lp/common/button-loupe.png") center center no-repeat;
  background-size: contain;
}
@media (min-width: 992px) {
  .lightbox-link::after {
    width: 30px;
    height: 30px;
  }
}

.p-lp-usage {
  padding-top: 50px;
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .p-lp-usage {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}
.p-lp-usage .container {
  max-width: 100% !important;
  padding-left: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 0 !important;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 2.6%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 992px) {
  .p-lp-usage .container {
    max-width: 1280px !important;
    display: block;
    padding-right: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: inherit;
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
  }
}
.p-lp-usage .lp-section__header {
  display: block;
  width: 100%;
}
@media (min-width: 992px) {
  .p-lp-usage .lp-section__header {
    width: auto;
  }
}
.p-lp-usage .lp-section-title {
  color: #000;
  text-align: center;
}
@media (min-width: 992px) {
  .p-lp-usage .lp-section-title {
    font-size: 38px;
    margin-bottom: 52px;
  }
}
.p-lp-usage-sub-title {
  background: #38ace8;
  display: inline-block;
  border-radius: 30px;
  font-size: 15px;
  font-weight: bold;
  color: white;
  line-height: 1;
  padding: 5px 20px;
  margin-bottom: 20px;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .p-lp-usage-sub-title {
    font-size: 24px;
    padding: 10px 36px;
    margin-bottom: 30px;
    white-space: nowrap;
  }
}
.p-lp-usage__content-pc {
  display: none;
}
@media (min-width: 1100px) {
  .p-lp-usage__content-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 60px;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: inherit;
  }
}
.p-lp-usage__content-sp {
  display: block;
  width: 100%;
  max-width: 335px;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 1160px) {
  .p-lp-usage__content-sp {
    display: none;
  }
}
.p-lp-usage__item {
  width: 100%;
  height: 140px;
  text-align: center;
  margin-bottom: 22px;
}
@media (min-width: 992px) {
  .p-lp-usage__item {
    width: 182px;
    height: 260px;
    text-align: inherit;
    margin-bottom: 0;
  }
}
.p-lp-usage__item p {
  margin-bottom: 5px;
}
.p-lp-usage__item img {
  width: auto;
  max-width: 160px;
  height: auto;
  max-height: 97px;
}
@media (min-width: 992px) {
  .p-lp-usage__item img {
    max-height: 160px;
  }
}
.p-lp-usage__item--title {
  width: 100%;
  height: 100px;
  margin-right: 0;
  background-color: #f5f5f5;
  border-radius: 6px;
  border: 2px solid #999999;
  text-align: center;
  padding: 12px 12px 12px 12px;
}
@media (min-width: 992px) {
  .p-lp-usage__item--title {
    width: 180px;
    height: 260px;
    padding: 56px 16px 50px 16px;
    margin-right: 8px;
  }
}
.p-lp-usage__item--title strong {
  margin-bottom: 8px;
  display: block;
  font-size: 25px;
  font-family: "Noto Sans JP";
  color: rgb(13, 17, 25);
  line-height: 1;
  text-align: center;
}
@media (min-width: 992px) {
  .p-lp-usage__item--title strong {
    margin-bottom: 43px;
    display: block;
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 13px;
  }
}
.p-lp-usage__item--title p {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
}
@media (min-width: 992px) {
  .p-lp-usage__item--title p {
    font-size: 16px;
  }
}
.p-lp-usage__item--title-blue {
  width: 100%;
  height: 100px;
  margin-right: 0;
  background-color: #2385c4;
  border-radius: 6px;
  padding: 12px;
  text-align: center;
  color: #fff;
}
@media (min-width: 992px) {
  .p-lp-usage__item--title-blue {
    width: 180px;
    height: 260px;
    padding: 56px 16px 50px 16px;
    margin-right: 8px;
  }
}
.p-lp-usage__item--title-blue strong {
  margin-bottom: 8px;
  display: block;
  font-size: 25px;
  font-family: "Noto Sans JP";
  color: #fff;
  line-height: 1;
  text-align: center;
}
@media (min-width: 992px) {
  .p-lp-usage__item--title-blue strong {
    margin-bottom: 43px;
    display: block;
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 13px;
  }
}
.p-lp-usage__item--title-blue p {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
}
@media (min-width: 992px) {
  .p-lp-usage__item--title-blue p {
    font-size: 16px;
  }
}
.p-lp-usage__item-sub-title {
  background: #858b96;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  font-family: "Noto Sans JP";
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  padding: 5px;
  padding-left: 12px;
  margin-bottom: 20px;
  width: 100%;
  height: 28px;
  position: relative;
}
@media (min-width: 992px) {
  .p-lp-usage__item-sub-title {
    width: 161px;
    height: 48px;
    font-size: 18px;
  }
}
.p-lp-usage__item-sub-title::after {
  content: "";
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: none;
  position: absolute;
  right: 0;
  top: 99%;
  bottom: 0;
  display: block;
  background-color: #858b96;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  width: 100%;
  height: 9px;
}
@media (min-width: 992px) {
  .p-lp-usage__item-sub-title::after {
    content: "";
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: none;
    position: absolute;
    right: -34px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    background-color: #858b96;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    width: 48px;
    height: 20px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
.p-lp-usage__item-sub-title--blue {
  background-color: #2385c4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  font-family: "Noto Sans JP";
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  padding: 5px;
  padding-left: 12px;
  margin-bottom: 20px;
  width: 100%;
  height: 28px;
  position: relative;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .p-lp-usage__item-sub-title--blue {
    width: 161px;
    height: 48px;
    font-size: 18px;
  }
}
.p-lp-usage__item-sub-title--blue::after {
  content: "";
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: none;
  position: absolute;
  right: 0;
  top: 99%;
  bottom: 0;
  display: block;
  background-color: #2385c4;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  width: 100%;
  height: 9px;
}
@media (min-width: 992px) {
  .p-lp-usage__item-sub-title--blue::after {
    content: "";
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: none;
    position: absolute;
    right: -34px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    background-color: #2385c4;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    width: 48px;
    height: 20px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
.p-lp-usage__item-sub-title--arrow {
  display: none;
}
@media (min-width: 992px) {
  .p-lp-usage__item-sub-title--arrow {
    position: relative;
    width: 371px;
    height: 48px;
    margin-bottom: 20px;
    display: block;
  }
}
.p-lp-usage__item-sub-title--arrow::before {
  content: "";
  width: 96%;
  height: 10px;
  background-color: #2385c4;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-right: 29px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-lp-usage__item-sub-title--arrow::after {
  content: "";
  content: "";
  border-left: 29px solid #2385c4 !important;
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-lp-usage__item-desc {
  font-size: 14px;
  font-family: "Noto Sans JP";
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  padding-left: 0;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .p-lp-usage__item-desc {
    padding-left: 15px;
    text-align: left;
    font-size: 16px;
  }
}
.p-lp-usage__item-desc--center {
  text-align: center;
  font-weight: bold;
}
.p-lp-usage__item-desc--big {
  font-size: 15px;
  line-height: 23px;
  text-align: center;
  font-weight: bold;
}
@media (min-width: 992px) {
  .p-lp-usage__item-desc--big {
    font-size: 20px;
    line-height: inherit;
  }
}
.p-lp-usage__item--arrow {
  height: 308px;
  margin-bottom: 30px;
  height: 490px;
  position: relative;
}
@media (min-width: 992px) {
  .p-lp-usage__item--arrow {
    height: auto;
    margin-bottom: 30px;
    margin-bottom: 0;
    max-height: 260px;
  }
}
.p-lp-usage__item--arrow::before {
  content: "";
  width: 10px;
  height: 82%;
  z-index: 1;
  background-color: #2385c4;
  display: block;
  position: absolute;
  left: calc(50% - 5px);
  top: 50px;
  margin: auto;
  margin-right: 29px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 992px) {
  .p-lp-usage__item--arrow::before {
    display: none;
  }
}
.p-lp-usage__item--arrow::after {
  content: "";
  width: 29px;
  content: "";
  border-top: 29px solid #2385c4 !important;
  border-left: 23px solid transparent;
  border-right: 23px solid transparent;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -30px;
  margin: auto;
  content: "";
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: none;
  position: absolute;
  right: 0;
  top: 99%;
  bottom: 0;
  display: block;
  background-color: #2385c4;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  width: 30px;
  height: 28px;
}
@media (min-width: 992px) {
  .p-lp-usage__item--arrow::after {
    display: none;
    bottom: 0;
  }
}
.p-lp-usage .usage-after-2 {
  position: absolute;
  display: block;
  z-index: 5;
  bottom: 0;
  top: 0;
  margin: auto;
  background-color: #fff;
}
@media (min-width: 992px) {
  .p-lp-usage .usage-after-2 {
    height: 90px;
    width: 270px;
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 1;
  }
}
.p-lp-usage .usage-before-5 {
  height: 160px;
  width: auto;
  margin: 0 auto;
  display: block;
  top: -18px;
  position: relative;
}
.p-lp-usage__fig, .p-lp-usage__image {
  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;
}
.p-lp-usage__fig {
  position: relative;
  padding-bottom: 40px;
}
.p-lp-usage__fig > p {
  position: absolute;
  width: 200px;
  left: 20px;
  bottom: 0;
}
@media (min-width: 992px) {
  .p-lp-usage__fig > p {
    font-size: 18px;
    width: 340px;
  }
}
.p-lp-usage__image--movie {
  width: 100%;
}
.p-lp-usage__image .youtube-container {
  width: 100%;
  aspect-ratio: 16/9;
}
.p-lp-usage__image .youtube-container iframe {
  width: 100%;
  height: 100%;
}

.p-lp-price {
  background: url("../images/lp/press-note/usage-bg.png") center center no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 10px;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .p-lp-price {
    padding-top: 70px;
    margin-bottom: 100px;
    padding-bottom: 48px;
  }
}
.p-lp-price .container {
  max-width: 1280px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (min-width: 992px) {
  .p-lp-price .container {
    padding-right: inherit;
  }
}
.p-lp-price-title {
  color: #000;
  text-align: center;
}
@media (min-width: 992px) {
  .p-lp-price-title {
    font-size: 38px;
    margin-bottom: 84px;
  }
}
.p-lp-price-sub-title {
  background: #38ace8;
  display: inline-block;
  border-radius: 30px;
  font-size: 15px;
  font-weight: bold;
  color: white;
  line-height: 1;
  padding: 5px 20px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .p-lp-price-sub-title {
    font-size: 24px;
    padding: 10px 36px;
    margin-bottom: 30px;
  }
}
.p-lp-price__content {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1350px) {
  .p-lp-price__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.p-lp-price__item {
  width: 182px;
  height: 260px;
}
.p-lp-price__item img {
  width: auto;
  max-width: 160px;
  height: auto;
  max-height: 160px;
}
.p-lp-price__item--title {
  width: 180px;
  margin-right: 8px;
  background-color: #f5f5f5;
  border-radius: 6px;
  border: 2px solid #999999;
  padding: 56px 16px 16px 16px;
  text-align: center;
}
.p-lp-price__item--title strong {
  margin-bottom: 24px;
  display: block;
  font-size: 40px;
  font-family: "Noto Sans JP";
  color: rgb(13, 17, 25);
  line-height: 1.2;
  text-align: center;
}
.p-lp-price__item--title-blue {
  width: 180px;
  margin-right: 8px;
  background-color: #2385c4;
  border-radius: 6px;
  padding: 56px 16px 16px 16px;
  text-align: center;
  color: #fff;
}
.p-lp-price__item--title-blue strong {
  color: #fff;
  margin-bottom: 24px;
  display: block;
  font-size: 40px;
  font-family: "Noto Sans JP";
  line-height: 1.2;
  text-align: center;
}
.p-lp-price__item-sub-title {
  background: #858b96;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-family: "Noto Sans JP";
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  padding: 5px;
  padding-left: 12px;
  margin-bottom: 20px;
  width: 161px;
  height: 48px;
  position: relative;
}
.p-lp-price__item-sub-title::after {
  content: "";
  border-left: 21px solid #858b96;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  position: absolute;
  right: -21px;
  top: 0;
}
.p-lp-price__item-sub-title--blue {
  background-color: #2385c4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-family: "Noto Sans JP";
  color: rgb(255, 255, 255);
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  padding: 5px;
  padding-left: 8px;
  margin-bottom: 20px;
  width: 161px;
  height: 48px;
  position: relative;
}
.p-lp-price__item-sub-title--blue::after {
  content: "";
  border-left: 21px solid #2385c4 !important;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  position: absolute;
  right: -21px;
  top: 0;
}
.p-lp-price__item-desc {
  font-size: 16px;
  font-family: "Noto Sans JP";
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  padding-left: 15px;
  margin-bottom: 5px;
}
.p-lp-price__item-desc--center {
  text-align: center;
}
.p-lp-price__fig, .p-lp-price__image {
  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;
}
.p-lp-price__fig {
  position: relative;
  padding-bottom: 40px;
}
.p-lp-price__fig > p {
  position: absolute;
  width: 200px;
  left: 20px;
  bottom: 0;
}
@media (min-width: 992px) {
  .p-lp-price__fig > p {
    font-size: 18px;
    width: 340px;
  }
}
.p-lp-price__image--movie {
  width: 100%;
}
.p-lp-price__image .youtube-container {
  width: 100%;
  aspect-ratio: 16/9;
}
.p-lp-price__image .youtube-container iframe {
  width: 100%;
  height: 100%;
}

.p-lp-functions .lp-section-title {
  font-weight: 500;
}
.p-lp-functions .lp-section-title .en {
  font-weight: 900;
}
.p-lp-functions .p-lp-functions-card-list {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .p-lp-functions .p-lp-functions-card-list {
    margin-bottom: 40px !important;
  }
}
.p-lp-functions .p-lp-functions-card-list:last-child {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .p-lp-functions .p-lp-functions-card-list:last-child {
    margin-bottom: 100px !important;
  }
}

.p-lp-press-note-customize {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .p-lp-press-note-customize {
    margin-bottom: 100px;
  }
}

.p-lp-optional-feature {
  background: #e6ecf8;
}
@media (min-width: 992px) {
  .p-lp-optional-feature .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.p-lp-optional-feature .lp-section-title {
  font-weight: 500;
}
.p-lp-optional-feature .lp-section-title .en {
  font-weight: 900;
}
@media (min-width: 992px) {
  .p-lp-optional-feature .p-lp-optional-feature-item {
    grid-template-columns: 186px auto;
  }
}
.p-lp-optional-feature .p-lp-optional-feature-item__header {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .p-lp-optional-feature .p-lp-optional-feature-item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 15px;
  }
}
.p-lp-optional-feature .p-lp-optional-feature-item__title {
  line-height: 1;
}

@media (min-width: 992px) {
  .p-lp-optional-feature-list {
    display: block;
  }
}

.p-lp-press-note-customize-top {
  background: #0066cc;
  color: white;
  padding-top: 50px;
  margin-bottom: 98px;
  position: relative;
}
@media (min-width: 992px) {
  .p-lp-press-note-customize-top {
    margin-bottom: 150px;
  }
}
.p-lp-press-note-customize-top::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 99.98%;
  background: #0066cc;
  width: 100%;
  height: 60px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (min-width: 992px) {
  .p-lp-press-note-customize-top::before {
    top: 99.8%;
  }
}
.p-lp-press-note-customize-top__title {
  font-size: 25px;
  text-align: center;
}
@media (min-width: 992px) {
  .p-lp-press-note-customize-top__title {
    font-size: 38px;
  }
}

.p-lp-press-note-customize-top-list {
  display: grid;
  grid-template-columns: 1fr;
  place-items: center;
  gap: 60px;
  max-width: 890px;
  margin: auto;
}
@media (min-width: 992px) {
  .p-lp-press-note-customize-top-list {
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 88px;
  }
}

.p-lp-press-note-customize-top-item {
  position: relative;
  width: 100%;
}
.p-lp-press-note-customize-top-item__image {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .p-lp-press-note-customize-top-item__image {
    height: 152px;
    margin-bottom: 0;
  }
}
.p-lp-press-note-customize-top-item__image img {
  display: block;
  vertical-align: bottom;
  margin: auto;
}
.p-lp-press-note-customize-top-item__desc {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
}
.p-lp-press-note-customize-top-item:nth-child(1) img {
  width: 188px;
}
.p-lp-press-note-customize-top-item:nth-child(2) img {
  width: 140px;
}
.p-lp-press-note-customize-top-item:nth-child(3) img {
  width: 128px;
}
.p-lp-press-note-customize-top-item:nth-child(n+2)::before {
  content: "";
  display: block;
  width: 21px;
  height: 23px;
  background: url("../images/lp/common/arrow_orange.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: -40px;
  left: calc(50% - 10.5px);
}
@media (min-width: 992px) {
  .p-lp-press-note-customize-top-item:nth-child(n+2)::before {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: center;
            transform-origin: center;
    width: 29px;
    height: 32px;
    top: 50px;
    left: -45px;
  }
}

@media (min-width: 1350px) {
  .p-lp-press-note-customize-main .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
}
@media (min-width: 992px) {
  .p-lp-press-note-customize-main__header {
    width: 320px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.p-lp-press-note-customize-main__header--image {
  text-align: center;
  margin-bottom: 20px;
}
.p-lp-press-note-customize-main__header--image img {
  width: 192px;
}
@media (min-width: 992px) {
  .p-lp-press-note-customize-main__header--image img {
    width: 100%;
  }
}
.p-lp-press-note-customize-main__title {
  font-size: 25px;
  font-weight: 500;
  color: var(--color-blue);
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .p-lp-press-note-customize-main__title {
    font-size: 38px;
  }
}
.p-lp-press-note-customize-main__title .bolder {
  font-weight: 900;
}

.swiper-wrapper {
  height: auto !important;
}
@media (min-width: 992px) {
  .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    height: 100%;
  }
}

.p-lp-press-note-customize-item {
  background: #f5f5f5;
  border: 1px solid var(--color-blue);
  border-radius: 3px;
  width: 100%;
  height: 370px;
}
@media (min-width: 992px) {
  .p-lp-press-note-customize-item {
    height: auto;
    border-radius: 6px;
  }
}
.p-lp-press-note-customize-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  background: var(--color-blue);
  font-size: 23px;
  font-weight: bold;
  color: white;
  line-height: 1.1;
  padding: 0 30px;
  margin-bottom: 28px;
}
@media (min-width: 992px) {
  .p-lp-press-note-customize-item__title {
    height: 52px;
    font-size: 20px;
  }
}
.p-lp-press-note-customize-item__image {
  display: grid;
  place-content: center;
  width: 100%;
  height: 128px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .p-lp-press-note-customize-item__image {
    margin-bottom: 8px;
  }
}
.p-lp-press-note-customize-item__image img {
  height: 128px;
  width: auto;
}
@media (min-width: 992px) {
  .p-lp-press-note-customize-item__image img {
    height: 104px;
  }
}
.p-lp-press-note-customize-item__desc {
  font-size: 18px;
  margin-bottom: 0;
  padding: 0 28px 20px;
}
@media (min-width: 992px) {
  .p-lp-press-note-customize-item__desc {
    font-size: 16px;
    padding: 0 25px 20px;
  }
}

.p-lp-press-note-customize-swiper {
  position: relative;
}
.p-lp-press-note-customize-swiper__pagination {
  text-align: center;
  line-height: 4;
}
@media (min-width: 992px) {
  .p-lp-press-note-customize-swiper__pagination {
    display: none;
  }
}
.p-lp-press-note-customize-swiper__pagination .swiper-pagination-bullet {
  background: #b2dbe9;
  width: 10px;
  height: 10px;
  border-radius: 0;
  margin: 0 8px;
}
.p-lp-press-note-customize-swiper__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgb(8, 137, 182);
}

.p-lp-press-note-customize-swiper-button__prev, .p-lp-press-note-customize-swiper-button__next {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  z-index: 999999;
}
@media (min-width: 992px) {
  .p-lp-press-note-customize-swiper-button__prev, .p-lp-press-note-customize-swiper-button__next {
    display: none;
  }
}
.p-lp-press-note-customize-swiper-button__prev {
  background: url("../images/lp/common/swipe-button-prev.png") center center no-repeat;
  background-size: contain;
  left: -10px;
}
.p-lp-press-note-customize-swiper-button__next {
  background: url("../images/lp/common/swipe-button-next.png") center center no-repeat;
  background-size: contain;
  right: -10px;
}

.p-lp-press-note-cta {
  background: #858b96;
  padding-top: 26px;
  padding-bottom: 36px;
  margin-bottom: 52px;
}
@media (min-width: 992px) {
  .p-lp-press-note-cta {
    padding-top: 64px;
    padding-bottom: 60px;
    margin-bottom: 84px;
  }
}
.p-lp-press-note-cta .container {
  position: relative;
  max-width: 1420px;
}
.p-lp-press-note-cta__title {
  font-weight: bold;
  color: white;
  text-align: center;
  margin-bottom: 26px;
}
@media (min-width: 992px) {
  .p-lp-press-note-cta__title {
    margin-bottom: 52px;
  }
}
.p-lp-press-note-cta__title--sub {
  font-size: 18px;
}
@media (min-width: 992px) {
  .p-lp-press-note-cta__title--sub {
    font-size: 48px;
    margin-bottom: 30px;
  }
}
.p-lp-press-note-cta__title--main {
  font-size: 50px;
  line-height: 1;
}
@media (min-width: 992px) {
  .p-lp-press-note-cta__title--main {
    font-size: 80px;
  }
}
@media (min-width: 768px) {
  .p-lp-press-note-cta__buttons {
    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: 46px;
  }
}
@media (min-width: 992px) {
  .p-lp-press-note-cta__buttons .p-lp-press-note__contact--button {
    height: 110px;
  }
}

.p-lp-press-note-cta-mark {
  position: relative;
  margin-bottom: 21px;
}
@media (min-width: 992px) {
  .p-lp-press-note-cta-mark {
    position: absolute;
    left: -82px;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
  }
}
.p-lp-press-note-cta-mark__icon {
  text-align: center;
}
@media (min-width: 992px) {
  .p-lp-press-note-cta-mark__icon {
    position: relative;
    top: auto;
    left: auto;
  }
}
.p-lp-press-note-cta-mark__icon img {
  width: 74px;
}
@media (min-width: 992px) {
  .p-lp-press-note-cta-mark__icon img {
    width: auto;
  }
}
.p-lp-press-note-cta-mark__title {
  color: #ff9933;
  text-align: center;
}
@media (min-width: 992px) {
  .p-lp-press-note-cta-mark__title {
    text-align: left;
  }
}
.p-lp-press-note-cta-mark__title--sub {
  font-size: 13px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .p-lp-press-note-cta-mark__title--sub {
    font-size: 14px;
  }
}
.p-lp-press-note-cta-mark__title--main {
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .p-lp-press-note-cta-mark__title--main {
    font-size: 24px;
  }
}

.p-lp-system-requirements {
  margin-bottom: 50px;
}
.p-lp-system-requirements .container {
  padding: 0 18px;
}
@media (min-width: 992px) {
  .p-lp-system-requirements .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
    gap: 80px;
  }
}
@media (min-width: 992px) {
  .p-lp-system-requirements__header {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 992px) {
  .p-lp-system-requirements__main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (min-width: 1350px) {
  .p-lp-system-requirements__main {
    gap: 150px;
  }
}

.p-lp-system-requirements-device {
  margin-bottom: 20px;
}
.p-lp-system-requirements-device .lp-section-title {
  text-align: left;
  margin-bottom: 15px;
  text-align: center;
}
@media (min-width: 992px) {
  .p-lp-system-requirements-device .lp-section-title {
    margin-bottom: 40px;
    text-align: inherit;
  }
}
.p-lp-system-requirements-device__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
@media (min-width: 992px) {
  .p-lp-system-requirements-device__header {
    margin-bottom: 10px;
  }
}
.p-lp-system-requirements-device__header img {
  width: 65px;
}
.p-lp-system-requirements-device__header--title {
  display: inline-block;
  background: #e9eff2;
  border: 1px solid #0089b6;
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
  padding: 5px 16px 6px;
  border-radius: 40px;
}
@media (min-width: 992px) {
  .p-lp-system-requirements-device__header--title {
    font-size: 18px;
  }
}
.p-lp-system-requirements-device__content {
  padding: 0 0;
}
.p-lp-system-requirements-device__content ul {
  margin: 0;
  list-style: none;
  font-weight: 500;
  padding-left: 0;
}
@media (min-width: 1350px) {
  .p-lp-system-requirements-device__content ul {
    padding-left: 2.5em;
  }
}
.p-lp-system-requirements-device__content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
.p-lp-system-requirements-device__content ul li::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  background: var(--color-black);
  border-radius: 100%;
}
.p-lp-system-requirements-device__content .note {
  margin-bottom: 0;
}

.p-lp-system-requirements-device-card {
  border-width: 1px;
  border-color: rgb(62, 66, 68);
  border-style: solid;
  background-color: rgb(255, 255, 255);
  margin-bottom: 30px;
}
@media (min-width: 1350px) {
  .p-lp-system-requirements-device-card {
    min-width: 510px;
  }
}
.p-lp-system-requirements-device-card__title {
  padding: 0 14px;
  border-width: 1px;
  border-color: rgb(102, 102, 102);
  border-style: solid;
  background-color: rgb(62, 66, 68);
  color: #fff;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  margin: 0;
}
@media (min-width: 992px) {
  .p-lp-system-requirements-device-card__title {
    font-size: 18px;
    height: 46px;
    line-height: inherit;
    padding: 8px 20px;
  }
}
.p-lp-system-requirements-device-card__content ul {
  margin: 0;
  list-style: none;
  font-weight: 500;
  padding-left: 1em;
}
.p-lp-system-requirements-device-card__content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  height: 1.5rem;
}
.p-lp-system-requirements-device-card__content ul li::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  background: var(--color-black);
  border-radius: 100%;
}
.p-lp-system-requirements-device-card__content .note {
  font-size: 18px;
  line-height: 2.5;
  text-align: center;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .p-lp-system-requirements-device-card__content .note {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .p-lp-system-requirements-device-card__content--horizontal {
    display: grid;
    grid-template-columns: 1fr;
    padding: 0 16px;
  }
}
.p-lp-system-requirements-device-card__content--horizontal .p-lp-press-note-price-card__content:nth-child(1) {
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .p-lp-system-requirements-device-card__content--horizontal .p-lp-press-note-price-card__content:nth-child(1) {
    padding-top: 25px;
  }
}
.p-lp-system-requirements-device-card__content--horizontal .p-lp-press-note-price-card__content:nth-child(2) {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .p-lp-system-requirements-device-card__content--horizontal .p-lp-press-note-price-card__content:nth-child(2) {
    padding-top: 20px;
  }
}
.p-lp-system-requirements-device-card__content--horizontal .p-lp-press-note-price-card__desc {
  padding-bottom: 25px;
}

.p-lp-press-note-price {
  background: #e9eff2;
  padding-top: 46px;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .p-lp-press-note-price {
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .p-lp-press-note-price .lp-section-header {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-lp-press-note-price-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media (min-width: 768px) {
  .p-lp-press-note-price-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1350px) {
  .p-lp-press-note-price-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px;
  }
}

.p-lp-press-note-price-card {
  background: white;
  border: 1px solid #5a6972;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .p-lp-press-note-price-card {
    border-radius: 6px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1350px) {
  .p-lp-press-note-price-card {
    min-width: 510px;
  }
}
.p-lp-press-note-price-card__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;
  color: white;
  width: 100%;
  margin: 0;
  font-size: 24px;
  height: 80px;
}
@media (min-width: 992px) {
  .p-lp-press-note-price-card__title {
    font-size: 24px;
    height: 80px;
  }
}
.p-lp-press-note-price-card__title--gray {
  background-color: #60646c;
  font-size: 24px;
  color: #fff;
  height: 80px;
  text-align: center;
  line-height: 80px;
  margin-bottom: 0;
}
@media (min-width: 1350px) {
  .p-lp-press-note-price-card__title--gray {
    font-size: 30px;
  }
}
.p-lp-press-note-price-card__title--darkgray {
  background-color: #3e4244;
  font-size: 24px;
  color: #fff;
  height: 80px;
  text-align: center;
  line-height: 80px;
  margin-bottom: 0;
}
@media (min-width: 1350px) {
  .p-lp-press-note-price-card__title--darkgray {
    font-size: 30px;
  }
}
.p-lp-press-note-price-card__content {
  padding: 20px 18px;
  height: auto;
}
@media (min-width: 1350px) {
  .p-lp-press-note-price-card__content {
    padding: 20px 0 34px;
  }
}
.p-lp-press-note-price-card__content .note {
  font-size: 18px;
  line-height: 2.5;
  text-align: center;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .p-lp-press-note-price-card__content .note {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .p-lp-press-note-price-card__content--horizontal {
    display: grid;
    grid-template-columns: 1fr;
    padding: 0 16px;
  }
}
.p-lp-press-note-price-card__text {
  font-size: 18px;
  font-weight: 500;
  font-family: "Noto Sans JP";
  color: rgb(0, 0, 0);
  line-height: 2;
  text-align: center;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .p-lp-press-note-price-card__text {
    font-size: 18px;
  }
}
.p-lp-press-note-price-card__text .text-orange {
  color: #ff6600;
}
.p-lp-press-note-price-card__text .text-blue {
  color: #0089b6;
}
.p-lp-press-note-price-card__text a {
  color: #0089b6;
}
.p-lp-press-note-price-card__desc {
  font-size: 18px;
  font-weight: 500;
  color: #666666;
  text-align: center;
  margin: 0;
}
.p-lp-press-note-price-card .p-lp-press-note-price-block {
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .p-lp-press-note-price-card .p-lp-press-note-price-block {
    margin-bottom: 0;
  }
}
.p-lp-press-note-price-card .p-lp-press-note-price-block--first-child {
  margin-bottom: 24px;
}
.p-lp-press-note-price-card .p-lp-press-note-price-block__name {
  font-size: 16px;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .p-lp-press-note-price-card .p-lp-press-note-price-block__name {
    font-size: 16px;
    margin-bottom: 4px;
  }
}
.p-lp-press-note-price-card .p-lp-press-note-price-block__num {
  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: 0.1em;
  font-weight: 900;
  line-height: 1;
  font-size: 40px;
  margin-bottom: 10px;
}
.p-lp-press-note-price-card .p-lp-press-note-price-block__num .unit {
  font-size: 15px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .p-lp-press-note-price-card .p-lp-press-note-price-block__num .unit {
    font-size: 16px;
  }
}
.p-lp-press-note-price-card .p-lp-press-note-price-block__num .yen {
  font-size: 15px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .p-lp-press-note-price-card .p-lp-press-note-price-block__num .yen {
    font-size: 16px;
  }
}
.p-lp-press-note-price-card .p-lp-press-note-price-block__note {
  color: #666;
}
.p-lp-press-note-price-card:nth-child(2) {
  width: 89%;
  min-width: 89%;
}
@media (min-width: 992px) {
  .p-lp-press-note-price-card:nth-child(2) {
    width: 600px;
    min-width: 600px;
  }
}
.p-lp-press-note-price-card:nth-child(3) {
  width: 89%;
  min-width: 89%;
}
@media (min-width: 992px) {
  .p-lp-press-note-price-card:nth-child(3) {
    width: 400px;
    min-width: 400px;
  }
}

.p-lp-case__press-note {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .p-lp-case__press-note {
    margin-bottom: 70px;
  }
}

.swiper-wrapper {
  height: 360px;
}

.p-lp-press-note-case-swiper-button__prev, .p-lp-press-note-case-swiper-button__next {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  z-index: 999999;
}
@media (min-width: 992px) {
  .p-lp-press-note-case-swiper-button__prev, .p-lp-press-note-case-swiper-button__next {
    display: none;
  }
}
.p-lp-press-note-case-swiper-button__prev {
  background: url("../images/lp/common/swipe-button-prev.png") center center no-repeat;
  background-size: contain;
  left: -10px;
}
.p-lp-press-note-case-swiper-button__next {
  background: url("../images/lp/common/swipe-button-next.png") center center no-repeat;
  background-size: contain;
  right: -10px;
}

.p-lp-press-note-case-swiper {
  position: relative;
}
.p-lp-press-note-case-swiper__pagination {
  text-align: center;
  line-height: 4;
}
@media (min-width: 992px) {
  .p-lp-press-note-case-swiper__pagination {
    display: none;
  }
}
.p-lp-press-note-case-swiper__pagination .swiper-pagination-bullet {
  background: rgba(108, 98, 77, 0.3);
  width: 10px;
  height: 10px;
  border-radius: 0;
  margin: 0 8px;
}
.p-lp-press-note-case-swiper__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgb(108, 98, 77);
}

.p-lp-press-note-dealer {
  padding-top: 50px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .p-lp-press-note-dealer {
    padding-top: 100px;
    margin-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .p-lp-press-note-dealer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-lp-press-note-dealer__title {
  font-size: 21px;
  text-align: center;
}
@media (min-width: 992px) {
  .p-lp-press-note-dealer__title {
    font-size: 28px;
    text-align: left;
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
}
@media (min-width: 992px) {
  .p-lp-press-note-dealer__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-right: 1px solid #999999;
  }
}

.p-lp-press-note-dealer-item {
  border-top: 1px solid #999999;
  padding: 0 25px 30px;
}
@media (min-width: 992px) {
  .p-lp-press-note-dealer-item {
    border-top: none;
    border-left: 1px solid #999999;
    padding: 0 30px;
  }
}
.p-lp-press-note-dealer-item__logo {
  display: grid;
  place-content: center;
  height: 150px;
}
.p-lp-press-note-dealer-item__logo img {
  text-align: center;
}
.p-lp-press-note-dealer-item__logo.ntt-data img {
  width: 253px;
}
.p-lp-press-note-dealer-item__logo.aizunk img {
  width: 227px;
}
.p-lp-press-note-dealer-item__logo.open-stream img {
  width: 167px;
}
.p-lp-press-note-dealer-item__title {
  font-size: 21px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .p-lp-press-note-dealer-item__title {
    font-size: 20px;
  }
}
.p-lp-press-note-dealer-item__address {
  font-size: 17px;
  font-weight: 500;
  margin: 0;
}
@media (min-width: 992px) {
  .p-lp-press-note-dealer-item__address {
    font-size: 16px;
  }
}

.c-case-article.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.08);
}

.p-lp-press-note-case-swiper .c-case-article {
  background: #f5f5f5;
}
.p-lp-press-note-case-swiper .c-case-article__title {
  background: #3e4244;
}
.p-lp-press-note-case-swiper .c-case-article__desc {
  font-weight: 500;
}
.p-lp-press-note-case-swiper .c-case-article__desc a {
  font-weight: 400;
}
.p-lp-press-note-case-swiper .c-case-article.swiper-slide {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .p-lp-press-note-case-swiper .c-case-article.swiper-slide {
    width: 33.33%;
    max-width: 400px;
  }
}
@media (min-width: 992px) {
  .p-lp-press-note-case-swiper .c-case-article.swiper-slide {
    width: 33.33%;
    max-width: 400px;
  }
}

.p-lp-faq {
  background: #f0f2f3;
  padding: 50px 0 30px;
  margin-bottom: 56px;
}
@media (min-width: 992px) {
  .p-lp-faq {
    background: #858b96;
    padding: 100px 0 80px;
    margin-bottom: 100px;
  }
}
.p-lp-faq .faq-container {
  max-width: 1060px;
  margin: auto;
}

.lp-section-title__faq {
  color: black;
}
.lp-section-title__faq--sub {
  display: block;
  font-size: 17px;
}
@media (min-width: 992px) {
  .lp-section-title__faq--sub {
    font-size: 20px;
  }
}

.qa__block .qa__item dt {
  background: #60646c;
}

.p-lp-contact-form__trial-label {
  background: #858b96;
}

.p-lp-contact-form__main--trial {
  background: #858b96;
}

.c-case-article__title--main {
  font-size: 20px;
  font-weight: 500;
}

.p-lp-contact-form__header label {
  border-radius: 6px 6px 0 0;
}

.p-lp-contact-form span {
  display: block;
}
@media (min-width: 768px) {
  .p-lp-contact-form span {
    display: inline;
  }
}

.p-lp-contact__container {
  max-width: 100%;
  margin: auto;
  padding: 0 0;
}
@media (min-width: 992px) {
  .p-lp-contact__container {
    max-width: 1400px;
    margin: auto;
    padding: 0 60px;
  }
}

#p-lp-trouble, #p-lp-system-requirements, #p-lp-trouble, #p-lp-functions, #p-lp-case {
  padding-top: 95px;
  margin-top: -95px;
}