@charset "UTF-8";
.u-caution {
  text-indent: -1rem;
  margin-left: 1rem;
}

.c-main-arrows-features {
  --color-blue: #00546a;
  --color-text: #1d2c33;
  --color-bg: #edf9fd;
  overflow: hidden;
  color: var(--color-text);
  font-family: "arrows", "Noto Sans JP", sans-serif;
  background: repeating-linear-gradient(22deg, rgba(255, 255, 255, 0) 0 0px, rgba(255, 255, 255, 0.35) 400px, rgba(255, 255, 255, 0) 800px, rgba(255, 255, 255, 0) 230rem), -webkit-gradient(linear, left top, left bottom, from(#F9FCFF), color-stop(28%, #D8E8F5), color-stop(52%, #F9FCFF), color-stop(78%, #D8E8F5), to(#F9FCFF));
  background: repeating-linear-gradient(22deg, rgba(255, 255, 255, 0) 0 0px, rgba(255, 255, 255, 0.35) 400px, rgba(255, 255, 255, 0) 800px, rgba(255, 255, 255, 0) 230rem), linear-gradient(180deg, #F9FCFF 0%, #D8E8F5 28%, #F9FCFF 52%, #D8E8F5 78%, #F9FCFF 100%);
}
@media screen and (max-width: 959px) {
  .c-main-arrows-features {
    background: repeating-linear-gradient(22deg, rgba(255, 255, 255, 0) 0 0px, rgba(255, 255, 255, 0.35) 400px, rgba(255, 255, 255, 0) 800px, rgba(255, 255, 255, 0) 200rem), -webkit-gradient(linear, left top, left bottom, from(#F9FCFF), color-stop(32%, #D8E8F5), color-stop(56%, #F9FCFF), to(#D8E8F5));
    background: repeating-linear-gradient(22deg, rgba(255, 255, 255, 0) 0 0px, rgba(255, 255, 255, 0.35) 400px, rgba(255, 255, 255, 0) 800px, rgba(255, 255, 255, 0) 200rem), linear-gradient(180deg, #F9FCFF 0%, #D8E8F5 32%, #F9FCFF 56%, #D8E8F5 100%);
    position: relative;
    overflow: hidden;
  }
  .c-main-arrows-features::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70rem;
    pointer-events: none;
    z-index: 0;
    background: -webkit-gradient(linear, left bottom, right top, from(rgb(255, 255, 255)), color-stop(50%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to top right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
    -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), color-stop(65%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
    -webkit-mask-image: linear-gradient(to top, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 65%, rgba(0, 0, 0, 0) 100%);
            mask-image: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), color-stop(65%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
            mask-image: linear-gradient(to top, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 65%, rgba(0, 0, 0, 0) 100%);
  }
  .c-main-arrows-features > * {
    position: relative;
    z-index: 1;
  }
}
.c-main-arrows-features.-lower {
  padding-inline: 20px;
  font-family: "arrows", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 959px) {
  .c-main-arrows-features.-lower {
    padding-inline: 16px;
  }
}

.product_movie {
  width: 100%;
  max-width: min(50vw, 720px);
  margin-inline: auto;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .product_movie {
    max-width: 100%;
  }
}
.product_movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.product_movie:not(:first-child) {
  margin-top: 3.2rem;
}
@media screen and (max-width: 959px) {
  .product_movie:not(:first-child) {
    margin-top: 2.4rem;
  }
}

.inner {
  width: min(100%, 1200px);
  margin-inline: auto;
}
@media screen and (max-width: 959px) {
  .inner {
    width: min(100% - 32px, 640px);
  }
}

.features-headline {
  margin-block: 9rem 7rem;
}
@media screen and (max-width: 959px) {
  .features-headline {
    margin-block: 4rem;
  }
}

.features-title_h2 {
  color: var(--color-blue);
  text-align: center;
  font-size: clamp(2.8rem, 2.08vw, 3rem);
  line-height: 1.7;
  letter-spacing: 0.04em;
  font-weight: 700;
  margin-bottom: 7rem;
}
@media screen and (max-width: 959px) {
  .features-title_h2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 2.6rem;
    line-height: 1.65;
    margin-bottom: 3.4rem;
  }
}

.features-title_h3 {
  width: min(100%, 1200px);
  font-size: clamp(1.8rem, 1.3888vw, 2rem);
  margin-inline: auto;
  color: var(--color-blue);
  line-height: 1.5;
  border-left: 2px solid #004858;
  padding-left: 1rem;
  font-weight: bold;
  margin-bottom: clamp(2.4rem, 2.5vw, 3.6rem);
}
@media screen and (max-width: 959px) {
  .features-title_h3 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.hero-features {
  max-width: 1920px;
  width: 100%;
  margin-inline: auto;
  position: relative;
}
.hero-features__inner {
  width: min(100%, 1440px);
  margin-inline: auto;
  min-height: 560px;
}
@media screen and (max-width: 959px) {
  .hero-features__inner {
    min-height: auto;
  }
}
.hero-features__visual {
  display: block;
}
@media screen and (max-width: 959px) {
  .hero-features__visual {
    width: 100%;
  }
}
.hero-features__visual img {
  display: block;
  width: 100%;
  height: auto;
}
.hero-features__copy {
  position: absolute;
  top: 50%;
  right: clamp(60px, 12vw, 180px);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: var(--color-blue);
}
@media screen and (max-width: 959px) {
  .hero-features__copy {
    top: 54%;
    right: 1.2rem;
  }
}
.hero-features__copy h1 {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 959px) {
  .hero-features__copy h1 {
    font-size: clamp(3rem, 10.5vw, 4.2rem);
    line-height: 1.08;
    gap: 0;
  }
}
.hero-features__copy h1 div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.hero-features__copy h1 .arrows {
  font-size: min(7.92vw, 11.4rem);
  font-family: "arrows", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 959px) {
  .hero-features__copy h1 .arrows {
    font-size: calc(57 / 375 * 100vw);
  }
}
.hero-features__copy h1 .no {
  font-size: clamp(3.4rem, 4.72vw, 6.8rem);
}
@media screen and (max-width: 959px) {
  .hero-features__copy h1 .no {
    font-size: calc(34 / 375 * 100vw);
  }
}
.hero-features__copy h1 .original {
  font-size: clamp(2.75rem, 3.82vw, 5.5rem);
  font-weight: 700;
  display: block;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 959px) {
  .hero-features__copy h1 .original {
    font-size: calc(27.5 / 375 * 100vw);
  }
}
.hero-features__copy p {
  font-size: clamp(1.1rem, 1.53vw, 2.2rem);
  margin-top: 3rem;
  line-height: 1;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 959px) {
  .hero-features__copy p {
    margin-top: 4px;
    font-size: calc(11 / 375 * 100vw);
    line-height: 1.5;
  }
}

.features-lead {
  padding: 0 20px 94px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .features-lead {
    padding: 0 16px 56px;
  }
}
.features-lead p {
  font-size: clamp(15px, 1.11vw, 16px);
  line-height: 2.2;
  margin-top: clamp(5rem, 6.94vw, 10rem);
}
@media screen and (max-width: 959px) {
  .features-lead p {
    font-size: 1.3rem;
    line-height: 2;
    text-align: left;
  }
}
@media screen and (max-width: 959px) {
  .features-lead p br {
    display: none;
  }
}

.features {
  padding: 0 20px 144px;
}
@media screen and (max-width: 959px) {
  .features {
    padding: 0 16px 74px;
  }
}
.features__inner {
  width: min(100%, 1200px);
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(2rem, 4.86vw, 7rem);
}
@media screen and (max-width: 959px) {
  .features__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: min(100%, 640px);
  }
}
.features:nth-child(even) .features__inner .features__body {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 959px) {
  .features:nth-child(even) .features__inner .features__body {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}
.features:nth-child(even) .features__inner .features__image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  max-width: clamp(50rem, 40.97vw, 59rem);
}
@media screen and (max-width: 959px) {
  .features:nth-child(even) .features__inner .features__image {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    max-width: 100%;
  }
}
.features__body {
  width: clamp(50rem, 37.5vw, 54rem);
}
@media screen and (max-width: 959px) {
  .features__body {
    display: contents;
    width: 100%;
  }
}
.features p {
  font-size: clamp(1.5rem, 1.11vw, 1.6rem);
  line-height: 2.05;
  text-align: justify;
}
@media screen and (max-width: 959px) {
  .features p {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    line-height: 1.9;
  }
}
.features__list {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 28px;
}
@media screen and (max-width: 959px) {
  .features__list {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 100%;
    margin-top: 0;
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.features__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .features__list li {
    font-size: 1.8rem;
  }
}
.features__list li::before {
  content: "";
  display: block;
  width: 9px;
  min-width: 9px;
  height: 9px;
  min-height: 9px;
  border-radius: 50%;
  background: var(--color-blue);
}
.features__list.-one {
  white-space: nowrap;
}
@media screen and (max-width: 519px) {
  .features__list.-one {
    white-space: initial;
  }
}
@media screen and (max-width: 959px) {
  .features__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}
.features__image img {
  display: block;
  width: 100%;
  max-width: clamp(50rem, 40.97vw, 59rem);
  border-radius: 14px;
}
@media screen and (max-width: 959px) {
  .features__image img {
    border-radius: 10px;
    max-width: 100%;
  }
}
.features .p-btn04 {
  margin-top: 4.8rem;
  font-weight: 300;
}
@media screen and (max-width: 959px) {
  .features .p-btn04 {
    margin-top: 3.2rem;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    margin-inline: auto;
  }
}

.banner {
  padding: 0 20px 140px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .banner {
    padding-inline: 16px;
    padding-bottom: 58px;
  }
}
.banner a {
  display: block;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.banner a:hover {
  opacity: 0.75;
}
.banner picture,
.banner img {
  display: block;
  width: 100%;
}
.banner img {
  border-radius: 14px;
}
@media screen and (max-width: 959px) {
  .banner img {
    border-radius: 10px;
  }
}

.p-pageLinkBtn {
  max-width: 1060px;
  margin-inline: auto;
}
@media screen and (max-width: 959px) {
  .p-pageLinkBtn li {
    width: 100%;
  }
}

.features-detail {
  width: min(100%, 1200px);
  margin-inline: auto;
  border-bottom: 1px solid #CCDBE2;
  padding-bottom: 72px;
  margin-top: 7.2rem;
}
.features-detail .tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.features-detail .tag-list .tag {
  min-width: 10rem;
  padding: 0.8rem 1rem;
  border-radius: 5px;
  font-size: clamp(1.3rem, 0.902vw, 1.3rem);
  line-height: 1;
  font-family: "arrows", "Noto Sans JP", sans-serif;
}
.features-detail .tag-list .tag.-alpha2 {
  color: #fff;
  background-color: #000;
}
.features-detail .tag-list .tag.-we3 {
  color: #004858;
  background-color: #E7DCC9;
}
.features-detail .detail-text {
  margin-top: 2.4rem;
  margin-bottom: 0.5rem;
  line-height: 1.8;
}

.p-btnArea {
  margin-top: 5.2rem;
}
@media screen and (max-width: 959px) {
  .p-btnArea {
    margin-top: 4rem;
  }
}

.detail-image {
  display: grid;
  gap: clamp(24px, 3.333vw, 48px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.detail-image:not(:first-child) {
  margin-top: 3.2rem;
}
@media screen and (max-width: 959px) {
  .detail-image:not(:first-child) {
    margin-top: 2.4rem;
  }
}
.detail-image:not(:last-child) {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 959px) {
  .detail-image:not(:last-child) {
    margin-bottom: clamp(24px, 3.333vw, 32px);
  }
}
@media screen and (max-width: 959px) {
  .detail-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.detail-image img {
  width: 100%;
  display: block;
  border-radius: 2rem;
}

/* 1枚 */
.detail-image:has(> img:only-child) {
  grid-template-columns: min(50vw, 720px);
}

/* 2枚 */
.detail-image:has(> img:nth-child(2)) {
  grid-template-columns: repeat(2, min(36.94vw, 532px));
}

.features-others {
  width: min(100%, 1200px);
  margin-inline: auto;
  padding-top: 7.2rem;
  padding-bottom: 10.2rem;
}
.features-others .others-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 959px) {
  .features-others .others-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 519px) {
  .features-others .others-list {
    grid-template-columns: 1fr;
  }
}
.features-others .others-list .list-card {
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px #D6DEE5;
          box-shadow: 0 0 15px #D6DEE5;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
}
.features-others .others-list .list-card div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
}
.features-others .others-list .list-card div p {
  font-size: clamp(14px, 1.111vw, 16px);
  line-height: 1.5;
  color: #004858;
  font-weight: bold;
  margin-bottom: 2rem;
}
.features-others .others-list .list-card div a {
  margin: auto auto 0;
}
@media screen and (max-width: 959px) {
  .features-others .others-list .list-card div a {
    min-width: 100%;
  }
}