@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@font-face {
  font-family: "A P-OTF A1Gothic Std";
  src: url("../fonts/AP-OTF-A1GothicStd-Bold.otf") format("OpenType");
}
@font-face {
  font-family: "Stretch Pro";
  src: url("../fonts/StretchPro.otf") format("OpenType");
}
.pc-only {
  display: inline;
}

.sp-only {
  display: none;
}

.lp-helios {
  /* reset */
  /* common */
  /* / common */
}
.lp-helios h1,
.lp-helios h2,
.lp-helios h3,
.lp-helios h4,
.lp-helios h5,
.lp-helios p,
.lp-helios div,
.lp-helios ul,
.lp-helios ol,
.lp-helios dl,
.lp-helios dt,
.lp-helios dd,
.lp-helios pre,
.lp-helios figure {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
}
.lp-helios a {
  text-decoration: none;
}
.lp-helios ul,
.lp-helios ul ul,
.lp-helios ol {
  list-style: none;
}
.lp-helios table th,
.lp-helios table td {
  font-family: inherit;
}
.lp-helios img {
  width: 100%;
}
.lp-helios .l-sec__inner {
  max-width: 1345px;
  width: 90%;
  margin: 0 auto;
}
.lp-helios .l-flex {
  display: flex;
  flex-wrap: wrap;
}
.lp-helios .c-ttl {
  margin: 0 auto;
  padding: 10px 0;
  width: 100%;
  background-image: linear-gradient(270deg, rgb(0, 125, 227) 6%, rgb(29, 34, 138) 30%, rgb(202, 4, 125) 58%, rgb(255, 146, 0) 94%);
  border-radius: 50px;
  text-align: center;
  font-size: 2.875rem;
  font-weight: 700;
  line-height: 1.4413043478;
  color: #fff;
}
.lp-helios .c-heading {
  font-size: 1.875rem;
  color: #fced55;
}
.lp-helios .c-heading::before {
  content: ">>";
  display: inline-block;
  width: 1.5em;
  height: 1em;
}
.lp-helios .c-heading::after {
  content: "<<";
  display: inline-block;
  width: 1.5em;
  height: 1em;
}
.lp-helios .bg-blue01 {
  background: #f5f5f5;
}
.lp-helios .bg-blue02 {
  background: #1844a4;
}
.lp-helios .p-kv {
  background: url(../images/kv.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
}
.lp-helios .p-kv__inner {
  padding: 116px 5% 46px;
}
.lp-helios .p-kv__top {
  margin-bottom: 93px;
}
.lp-helios .p-kv__lead {
  width: 626px;
  font-size: 0;
}
.lp-helios .p-kv__caption {
  margin-bottom: 18px;
  padding-left: 30px;
  width: fit-content;
  font-family: "A P-OTF A1Gothic Std", "Yu Gothic Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.96875rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: #fff;
}
.lp-helios .p-kv__logo {
  width: 677px;
  font-size: 0;
}
.lp-helios .p-merit .l-sec__inner {
  padding: 80px 0 97px;
}
.lp-helios .p-merit .c-ttl {
  margin-bottom: 20px;
}
.lp-helios .p-merit .c-ttl__number {
  padding-right: 30px;
  vertical-align: middle;
  font-family: "Stretch Pro", "Yu Gothic Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 2.125rem;
  font-weight: 700;
  color: #000;
}
.lp-helios .p-merit__lead {
  margin-bottom: 34px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.8041666667;
}
.lp-helios .p-merit__box {
  justify-content: center;
}
.lp-helios .p-merit__list {
  margin: 0 auto;
  width: 73.6059479554%;
}
.lp-helios .p-merit__list__item {
  width: 100%;
}
.lp-helios .p-merit__list__txt {
  text-align: center;
  font-size: 0.875rem;
}
.lp-helios .p-merit__movie__inner {
  margin: 0 auto;
  max-width: 768px;
  width: 100%;
}
.lp-helios .p-merit__movie__inner iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 768/428;
}
.lp-helios .p-merit__block--01 {
  margin-bottom: 70px;
}
.lp-helios .p-merit__block--02 {
  margin-bottom: 80px;
}
.lp-helios .p-merit__block--03 .c-ttl {
  margin-bottom: 60px;
}
.lp-helios .p-utilization {
  position: relative;
}
.lp-helios .p-utilization__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
  /* 切り抜き */
  z-index: -1;
}
.lp-helios .p-utilization__bg::after {
  position: fixed;
  /* 背景を固定 */
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-size: cover;
  background-position: center;
  background: url(../images/utilization_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.lp-helios .p-utilization .l-sec__inner {
  padding: 70px 0 90px;
}
.lp-helios .p-utilization__block {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}
.lp-helios .p-utilization .c-heading {
  margin-bottom: 30px;
}
.lp-helios .p-utilization__ttl {
  margin: 0 auto;
  max-width: 582px;
  font-size: 0;
}
.lp-helios .p-utilization__list__item {
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.lp-helios .p-utilization__list__item:first-child {
  margin-bottom: 20px;
}
.lp-helios .p-utilization__list__img {
  width: 15.4471544715%;
}
.lp-helios .p-utilization__list__txt {
  width: 77.2357723577%;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.35;
  color: #fff;
}
.lp-helios .p-features .l-sec__inner {
  padding: 290px 0 0;
}
.lp-helios .p-features .c-ttl {
  margin-bottom: 55px;
  position: relative;
}
.lp-helios .p-features .c-ttl::before {
  position: absolute;
  z-index: 1;
  content: "";
  width: 100%;
  height: calc(369% - 5vw);
  bottom: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../images/features_icatch.svg) bottom center no-repeat;
  background-size: contain;
}
.lp-helios .p-features__block {
  margin-bottom: 50px;
  position: relative;
}
.lp-helios .p-features__list {
  margin-right: auto;
  padding-left: 4.8327137546%;
  width: 63.4944237918%;
  justify-content: center;
  gap: 2.8103044496%;
}
.lp-helios .p-features__item {
  width: calc(33.3333333333% - 24px);
}
.lp-helios .p-features__left-img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  margin-left: auto;
  padding-right: 4.8327137546%;
  width: 34.2750929368%;
}
.lp-helios .p-features__left-img__top {
  margin-left: auto;
  width: 80.694143167%;
  position: relative;
  top: 20px;
}
.lp-helios .p-features__left-img__btm {
  margin-top: -36px;
  padding-right: 4.8327137546%;
}
.lp-helios .p-features__fukidashi__block {
  justify-content: space-between;
  position: relative;
  z-index: 1;
  top: -80px;
}
.lp-helios .p-features__fukidashi__left-box {
  width: 52.4193548387%;
}
.lp-helios .p-features__fukidashi__ttl {
  margin-bottom: 15px;
}
.lp-helios .p-features__fukidashi__ttl__bed {
  display: block;
  padding: 10px 25px;
  background: #fff;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.5;
}
.lp-helios .p-features__fukidashi__ttl__bed--1 {
  margin-bottom: 10px;
}
.lp-helios .p-features__fukidashi__ttl__bed--2 {
  font-size: 3.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.1111111111;
}
.lp-helios .p-features__fukidashi__lead {
  margin-bottom: 15px;
  font-size: 1.875rem;
  font-weight: 700;
  color: #fff;
}
.lp-helios .p-features__fukidashi__txt {
  font-size: 0.875rem;
  color: #fff;
}
.lp-helios .p-features__fukidashi__right-box {
  width: 45.1612903226%;
}
.lp-helios .p-purpose .l-sec__inner {
  padding: 60px 0;
}
.lp-helios .p-purpose .c-heading {
  margin: 0 auto 50px;
  max-width: 270px;
  text-align: center;
  font-size: 0;
}
.lp-helios .p-purpose__block {
  position: relative;
}
.lp-helios .p-purpose__txt-box {
  width: 75.2988047809%;
}
.lp-helios .p-purpose__item {
  margin-bottom: 15px;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 1.9259259259;
  color: #fff;
}
.lp-helios .p-purpose__item::before {
  content: "⚫︎";
  color: #fced55;
  font-size: 1.5rem;
}
.lp-helios .p-purpose__img-box {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  width: 31.0756972112%;
}
.lp-helios .p-spec {
  padding-bottom: 120px;
}
.lp-helios .p-spec .c-heading {
  margin: 0 auto 50px;
  max-width: 372px;
  text-align: center;
  font-size: 0;
}
.lp-helios .p-spec__block {
  border-radius: 10px;
  overflow: hidden;
}
.lp-helios .p-spec__table {
  width: 100%;
  border-collapse: collapse;
}
.lp-helios .p-spec__table__th--01 {
  width: 26.2551440329%;
}
.lp-helios .p-spec__table__th--02 {
  width: 37.695473251%;
}
.lp-helios .p-spec__table__th--03 {
  width: 35.8024691358%;
}
.lp-helios .p-spec__table tr {
  color: #fff;
}
.lp-helios .p-spec__table tr:nth-of-type(2n) td {
  background: #ededed;
  color: #000;
}
.lp-helios .p-spec__table tr:nth-of-type(2n + 1) td {
  background: #fff;
  color: #000;
}
.lp-helios .p-spec__table th {
  padding: 5px 0;
  padding-left: 1rem;
  border-left: 1px solid #969aa7;
  border-right: 1px solid #969aa7;
  background: #72778b;
  text-align: left;
  color: #fff;
}
.lp-helios .p-spec__table td {
  padding-left: 1rem;
  text-align: left;
  border-left: 1px solid #969aa7;
  border-right: 1px solid #969aa7;
}
.lp-helios #catalog .inner .entry {
  background: #f6bc67;
  border-radius: 50px;
  box-shadow: 5px 5px 0px 0px rgba(255, 121, 0, 0.9), inset 0px -3px 6px -2px rgba(255, 121, 0, 0.9);
}

/*  / .lp-helios */
header figure {
  top: 638px;
  right: 4%;
  width: 238px;
}

#catalog {
  background: #fff;
}

#catalog .inner .entry {
  padding: 63px 86px 52px;
}

#catalog .inner .entry ul {
  margin-bottom: 48px;
  align-items: center;
}

#catalog .inner .entry ul li:first-child {
  width: 40.6289308176%;
}

#catalog .inner .entry ul li:last-child {
  width: 56.3522012579%;
}

#catalog .inner .entry ul + p {
  margin-bottom: 86px;
  font-size: 0.84375rem;
}

form#mail_form dl dt {
  font-weight: 600;
}

form#mail_form input[type=button] {
  background: #e2822d;
}
form#mail_form input[type=button]:hover {
  background: #f97a06;
}

#footer {
  background: #ededed;
}

#footer .inner {
  padding-top: 62px;
}

#footer .inner ul span {
  background: #000;
  color: #fff;
  border-radius: 50px;
  vertical-align: middle;
}

#footer .inner a.contact-bt {
  background-image: linear-gradient(270deg, rgb(0, 125, 227) 6%, rgb(29, 34, 138) 30%, rgb(202, 4, 125) 58%, rgb(255, 146, 0) 94%);
}
#footer .inner a.contact-bt:hover {
  background-image: linear-gradient(270deg, rgb(0, 125, 227) 10%, rgb(29, 34, 138) 34%, rgb(202, 4, 125) 62%, rgb(255, 146, 0) 98%);
}

#footer .inner dl {
  margin-bottom: 50px;
}

#footer .inner dt {
  display: inline-block;
  margin-right: 10px;
  padding: 0 10px;
  background: #000;
  color: #fff;
  border-radius: 50px;
  vertical-align: middle;
}

#footer .inner dd {
  margin-bottom: 5px;
}

#footer .inner .footer-logo {
  margin-bottom: 64px;
}

#footer small {
  background: none;
  padding: 0;
}

.kinnjitsu {
  position: absolute;
  top: 591px;
  right: 28%;
  width: 238px;
}

.kinnjitsu2 {
  display: none;
}

/* --------------------------------------------------
    TAB
-------------------------------------------------- */
@media screen and (max-width: 1200px) {
  header figure {
    width: 119px;
    top: 0px;
    right: 0;
  }
  .kinnjitsu {
    right: 5%;
  }
}
/* --------------------------------------------------
    SP
-------------------------------------------------- */
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: inline;
  }
  .lp-helios {
    /* / common */
  }
  .lp-helios .l-sec__inner {
    width: calc(100% - 20px);
  }
  .lp-helios .c-ttl {
    margin-bottom: 15px;
    font-size: 1.375rem;
    line-height: 1.5090909091;
  }
  .lp-helios .c-heading {
    font-size: 1.39375rem;
  }
  .lp-helios .p-kv {
    background: url(../images/kv_sp.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom right;
  }
  .lp-helios .p-kv__inner {
    width: 100%;
    padding: 68px 0 20px;
    position: relative;
  }
  .lp-helios .p-kv__top {
    margin-bottom: 60px;
  }
  .lp-helios .p-kv__lead {
    width: 79.6437659033%;
  }
  .lp-helios .p-kv__caption {
    margin-bottom: 0;
    font-size: 0.98125rem;
  }
  .lp-helios .p-kv__logo {
    margin: 0 auto;
    width: 89.5674300254%;
  }
  .lp-helios .p-kv__icatch {
    position: relative;
    z-index: 1;
    display: block;
    margin-bottom: -50px;
    padding-left: 1.272264631%;
    width: 43.2569974555%;
  }
  .lp-helios .p-merit .l-sec__inner {
    padding: 34px 0 44px;
  }
  .lp-helios .p-merit .c-ttl {
    margin-bottom: 15px;
  }
  .lp-helios .p-merit .c-ttl__number {
    padding-right: 10px;
    font-size: 0.625rem;
  }
  .lp-helios .p-merit__lead {
    margin-bottom: 20px;
    text-align: left;
    font-size: 1rem;
    line-height: 1.5;
  }
  .lp-helios .p-merit__movie__inner {
    width: 91.3486005089%;
  }
  .lp-helios .p-merit__block--01 {
    margin-bottom: 47px;
  }
  .lp-helios .p-merit__block--02 {
    margin-bottom: 47px;
  }
  .lp-helios .p-merit__block--03 .c-ttl {
    margin-bottom: 28px;
  }
  .lp-helios .p-utilization__bg::after {
    position: fixed;
    /* 背景を固定 */
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background-size: cover;
    background-position: center;
    background: url(../images/utilization_bg_sp.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .lp-helios .p-utilization .l-sec__inner {
    padding: 40px 0 35px;
  }
  .lp-helios .p-utilization .c-heading {
    width: 74.0458015267%;
    font-size: 0;
  }
  .lp-helios .p-utilization__list__item {
    flex-direction: column;
  }
  .lp-helios .p-utilization__list__item:first-child {
    margin-bottom: 34px;
  }
  .lp-helios .p-utilization__list__img {
    width: 32.0610687023%;
  }
  .lp-helios .p-utilization__list__txt {
    font-size: 1rem;
    line-height: 1.25;
  }
  .lp-helios .p-features .l-sec__inner {
    padding: 114px 0 0;
  }
  .lp-helios .p-features .c-ttl {
    margin-bottom: 21px;
  }
  .lp-helios .p-features .c-ttl::before {
    height: 83px;
  }
  .lp-helios .p-features__list {
    margin-right: 0;
    padding-left: 0;
    width: 100%;
    flex-direction: column;
    gap: 14px;
  }
  .lp-helios .p-features__item {
    margin: 0 auto;
    width: 63.6132315522%;
  }
  .lp-helios .p-purpose .l-sec__inner {
    padding: 32px 0 27px;
  }
  .lp-helios .p-purpose .c-heading {
    margin-bottom: 37px;
    max-width: 37.6590330789%;
  }
  .lp-helios .p-purpose__block {
    flex-direction: column;
  }
  .lp-helios .p-purpose__txt-box {
    width: 100%;
  }
  .lp-helios .p-purpose__item {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.625;
  }
  .lp-helios .p-purpose__img-box {
    position: initial;
    width: 100%;
  }
  .lp-helios .p-spec {
    padding-bottom: 60px;
  }
  .lp-helios .p-spec .c-heading {
    margin-bottom: 37px;
    max-width: 51.9083969466%;
  }
  .lp-helios .p-spec__block {
    padding-bottom: 27px;
    overflow-x: scroll;
  }
  .lp-helios .p-spec__block::-webkit-scrollbar {
    scrollbar-width: thin;
    background: #7195D8;
    border-radius: 20px;
  }
  .lp-helios .p-spec__block::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 20px;
  }
  .lp-helios .p-spec__table {
    width: 1000px;
  }
  /*  / .lp-helios */
  #catalog .inner .entry {
    padding: 26px 20px 32px;
  }
  #catalog .inner .entry ul {
    flex-direction: column;
  }
  #catalog .inner .entry ul li:first-child {
    margin-bottom: 20px;
    width: 48.6005089059%;
  }
  #catalog .inner .entry ul li:last-child {
    width: 100%;
  }
  #catalog .inner .entry ul + p {
    margin-bottom: 35px;
    font-size: 0.875rem;
  }
  form#mail_form dl dt {
    text-align: center;
  }
  form#mail_form input[type=text], form#mail_form input[type=email], form#mail_form input[type=tel] {
    max-width: 100%;
    width: 95%;
  }
  form#mail_form input#name_1, form#mail_form input#name_2, form#mail_form input#read_1, form#mail_form input#read_2, form#mail_form input#postal, form#mail_form input#phone, form#mail_form input#schedule {
    width: 44%;
  }
  form#mail_form input#company,
  form#mail_form input#phone,
  form#mail_form input#mail_address {
    width: 95%;
  }
  #footer .inner h4 {
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.89;
  }
  #footer .inner ul li, #footer .inner ul li a {
    text-align: center;
  }
  #footer .inner a.contact-bt {
    margin-bottom: 65px;
    display: block;
    text-align: center;
  }
  #footer .inner dt {
    margin: 0 auto 15px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    text-align-last: center;
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
  #footer .inner dd {
    margin-bottom: 35px;
    margin-left: 0;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.5714285714;
    letter-spacing: 0.1em;
  }
  #footer .inner .footer-logo {
    text-align: center;
  }
  #footer .inner .footer-logo img {
    margin-bottom: 20px;
  }
  .kinnjitsu {
    display: none;
  }
  .kinnjitsu2 {
    display: block;
    position: absolute;
    z-index: 3;
    right: 26%;
    bottom: -38px;
    width: 43.2569974555%;
  }
  .kinnjitsu2 img {
    width: 100%;
  }
}/*# sourceMappingURL=lp-helios.css.map */