@charset "UTF-8";
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dd {
  margin-left: 0;
}

a {
  display: inline-block;
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  word-wrap: break-word;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

picture {
  display: block;
  width: 100%;
  height: 100%;
}

img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

span {
  display: inline-block;
}

.uchitas-lp {
  font-size: min(1.5vw, 18px);
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
}
.uchitas-lp a,
.uchitas-lp button {
  cursor: pointer;
  transition: all 0.2s linear;
}
.uchitas-lp a:hover,
.uchitas-lp button:hover {
  opacity: 0.7;
}
.uchitas-lp a {
  word-break: break-all;
}
.uchitas-lp * > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 736px) {
  .uchitas-lp {
    font-size: 3.59vw;
  }
}

/* body */
body {
  font-family: "Noto Sans JP", "游ゴシック", "Hiragino Kaku Gothic ProN", sans-serif;
}

/* container */
.inner {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto;
}

.headerLogo img {
  max-width: initial;
  max-height: 54px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (min-width: 980px) {
  .header.js_fixed .headerLogo {
    top: 0;
  }
  .headerNav li[data-nav-name] > a:hover,
  .headerNav li[data-nav-name] > a:active,
  .headerNav li[data-nav-name] strong a:hover,
  .headerNav li[data-nav-name] strong a:active {
    color: #027e9b;
  }
  .headerNav li.js_menu_open_tab > a {
    color: #027e9b;
  }
  .headerNav li.js_menu_open_tab > a:last-child::after {
    opacity: 1;
    width: 100%;
  }
}
/*heading*/
.lp-heading {
  font-size: 1.94rem;
  text-align: center;
  margin: 0 0 2.22rem;
}
@media screen and (max-width: 736px) {
  .lp-heading {
    font-size: 1.71rem;
  }
}

/*button*/
.lp-btn {
  position: relative;
  min-width: 24.44rem;
  height: 4.22rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #3e96d2;
  font-size: 1.06rem;
  font-weight: 500;
  text-align: center;
  background-color: #fff;
  border-radius: 9999px;
  border: 1px solid #3e96d2;
}
.lp-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.67rem;
  display: inline-block;
  width: 0.56rem;
  height: 0.56rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
.lp-btn--wh {
  color: #fff;
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.lp-btn--wh::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.lp-btn--bl {
  color: #fff;
  background-color: #3e96d2;
  transition: all 0.2s linear;
}
.lp-btn--bl:hover {
  opacity: 1 !important;
  color: #3e96d2;
  background-color: #fff;
}
@media screen and (max-width: 736px) {
  .lp-btn {
    min-width: initial;
    width: 100%;
  }
}

/* ================================
Main Visual
================================ */
.lp-mv__main {
  background: url(../images/lp/mv_bg.jpg) no-repeat center center/cover;
}
.lp-mv__content {
  padding: 4.17rem 0;
}
.lp-mv__subTitle {
  display: inline-block;
  font-size: 2.11rem;
  font-weight: 700;
  padding: 0.25em 1em;
  background-color: #fff;
  border-radius: 0.56rem 0 0.56rem 0;
  margin: 0 0 1.67rem -1em;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.lp-mv__mainTitle {
  color: #fff;
  line-height: 1.3;
  font-size: 2.78rem;
  margin: 0 0 2.22rem;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
.lp-mv__mainTitle > span {
  font-size: 1.2em;
}
.lp-mv__desc {
  color: #fff;
  font-size: 1.22rem;
  font-weight: 500;
}
.lp-mv__sub {
  text-align: center;
  background-color: #F5F5F5;
  padding: 2.22rem 0;
}
@media screen and (max-width: 736px) {
  .lp-mv__main {
    height: calc(100lvh - 106px);
    background: url(../images/lp/mv_bg_sp.jpg) no-repeat center center/cover;
  }
  .lp-mv__content {
    padding: 2.22rem 0;
  }
  .lp-mv__subTitle {
    font-size: 1.14rem;
    margin: 0 0 1.07rem;
  }
  .lp-mv__mainTitle {
    font-size: 1.71rem;
    margin: 0 0 1.07rem;
  }
  .lp-mv__mainTitle > span {
    font-size: 1.1em;
  }
  .lp-mv__desc {
    font-size: 1rem;
  }
}

/* お困りではありませんか？ */
.lp-problem {
  padding: 3.89rem 0;
}
.lp-problem__list {
  display: flex;
  justify-content: center;
  gap: 2.78rem 3.11rem;
  margin: 0 0 4.44rem;
}
.lp-problem__item {
  width: 20rem;
  font-size: 1rem;
  text-align: center;
}
.lp-problem__item > img {
  width: 10rem;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 0 1.11rem;
}
.lp-problem__item > span {
  display: block;
  width: 100%;
}
@media screen and (max-width: 736px) {
  .lp-problem__list {
    flex-direction: column;
    align-items: center;
  }
  .lp-problem__item {
    width: 100%;
  }
}

/* インテック事業者向けクラウドHEMSサービス */
.lp-service {
  padding: 0 0 3.89rem;
}
.lp-service__header {
  position: relative;
  background: linear-gradient(180deg, transparent 0, transparent 3.67rem, #f5f5f5 3.67rem, #f5f5f5);
}
.lp-service__heading {
  width: 90%;
  max-width: 800px;
  color: #fff;
  font-size: 1.94rem;
  text-align: center;
  white-space: nowrap;
  background-color: #12b3c7;
  padding: 0.67rem 0;
  border-radius: 1.11rem 0 1.11rem 0;
  margin: 0 auto;
}
.lp-service__heading > span {
  font-size: 1.1em;
}
.lp-service__text {
  padding: 2.22rem 0 2.78rem;
  margin: 0 0 3.33rem;
}
.lp-service__desc {
  font-size: 1.28rem;
  text-align: center;
}
.lp-service__pointList {
  max-width: 910px;
  width: 75%;
  display: flex;
  flex-wrap: wrap;
  gap: 1.22rem 1.67rem;
  margin: 0 auto 3.61rem;
}
.lp-service__pointList > li {
  width: calc(50% - 0.89rem);
  display: flex;
  align-items: center;
  gap: 0 0.67rem;
  font-size: 1rem;
  font-weight: 500;
  border: 1px solid #12b3c7;
  border-radius: 0.56rem;
  padding: 1.11rem 1.67rem;
}
.lp-service__pointList > li::before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 1.56rem;
  aspect-ratio: 1/1;
  background: url(../images/lp/service-pointlist_check.svg) no-repeat center center/contain;
}
.lp-service__img {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
}
@media screen and (max-width: 736px) {
  .lp-service__heading {
    width: calc(100% - 40px);
    font-size: 1.43rem;
    padding: 0.5em 1em;
  }
  .lp-service__desc {
    font-size: 1rem;
    text-align: left;
  }
  .lp-service__pointList {
    width: 100%;
  }
  .lp-service__pointList > li {
    width: 100%;
  }
  .lp-service__img {
    overflow-x: auto;
  }
  .lp-service__img > img {
    max-width: initial;
    width: 53.57rem;
    height: auto;
  }
}

/* CSSの特徴 */
.lp-feature {
  background-color: rgba(139, 124, 186, 0.2);
  padding: 1.67rem 0 4.44rem;
}
.lp-feature__inner {
  max-width: 1280px;
}
.lp-feature__list {
  max-width: 1230px;
  width: 96%;
  display: flex;
  gap: 3.33rem 2rem;
  margin: 2.78rem auto 0;
}
@media screen and (max-width: 736px) {
  .lp-feature__list {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
}

.lp-feature-card {
  position: relative;
  width: calc((100% - 4rem) / 3);
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 2.78rem 1.67rem 1.94rem;
}
.lp-feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 30%;
  aspect-ratio: 115/56;
}
.lp-feature-card__title {
  min-height: 3.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.22rem;
  text-align: center;
  font-weight: 500;
  margin: 0 0 1.11rem;
}
.lp-feature-card__ico {
  width: 7.78rem;
  aspect-ratio: 140/100;
  margin: 0 auto 1.67rem;
}
.lp-feature-card__ico > img {
  -o-object-fit: contain;
     object-fit: contain;
}
.lp-feature-card__desc {
  font-size: 0.94rem;
  letter-spacing: 0.02em;
}
.lp-feature-card:nth-of-type(1)::before {
  background: url(../images/lp/feature-card01_num.svg) no-repeat center center/contain;
}
.lp-feature-card:nth-of-type(2)::before {
  background: url(../images/lp/feature-card02_num.svg) no-repeat center center/contain;
}
.lp-feature-card:nth-of-type(3)::before {
  background: url(../images/lp/feature-card03_num.svg) no-repeat center center/contain;
}
@media screen and (max-width: 736px) {
  .lp-feature-card {
    width: 100%;
  }
}

/* ご使用イメージ */
.lp-image {
  padding: 2.22rem 0 5.56rem;
}
.lp-image__list {
  max-width: 975px;
  width: 81%;
  display: flex;
  gap: 1.39rem 2.78rem;
  margin: 0 auto;
}
@media screen and (max-width: 736px) {
  .lp-image__list {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
}

.lp-image-card {
  width: calc(50% - 1.39rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f6fcfd;
  border: 2px solid #12b3c7;
  border-radius: 0.56rem;
  padding: 1.94rem 2.5rem 2.5rem;
}
.lp-image-card__title {
  font-size: 1.33rem;
  text-align: center;
  margin: 0 0 2rem;
}
.lp-image-card__ico {
  width: 8.89rem;
  aspect-ratio: 160/145;
  margin: 0 0 1.67rem;
}
.lp-image-card__ico > img {
  -o-object-fit: contain;
     object-fit: contain;
}
.lp-image-card__desc {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 736px) {
  .lp-image-card {
    width: 100%;
  }
}

/* よくあるご質問 */
.lp-faq {
  background: url(../images/lp/faq_bg.jpg) no-repeat center center/cover;
  padding: 2.22rem 0 5.56rem;
}
.lp-faq__inner {
  max-width: 1280px;
}
.lp-faq__item {
  background-color: #fff;
  border-radius: 0.56rem;
  border: 2px solid #3e96d2;
  padding: 1.67rem 1.67rem;
}
.lp-faq__item:not(:last-of-type) {
  margin-bottom: 1.67rem;
}
.lp-faq__question, .lp-faq__answer {
  position: relative;
  font-size: 1rem;
  letter-spacing: 0.02em;
}
.lp-faq__question::before, .lp-faq__answer::before {
  content: "";
  position: absolute;
  display: block;
  width: 1.94rem;
  aspect-ratio: 1/1;
}
.lp-faq__question {
  font-weight: 400;
  padding: 0 0 0 2.78rem;
  margin: 0 0 1.67rem;
}
.lp-faq__question::before {
  left: 0;
  background: url(../images/lp/faq-question_ico.svg) no-repeat center center/contain;
}
.lp-faq__answer {
  position: relative;
  background-color: #f2f7fb;
  border-radius: 0.44rem;
  padding: 1.11rem 2.78rem 1.11rem 4.44rem;
}
.lp-faq__answer::before {
  left: 1.11rem;
  background: url(../images/lp/faq-answer_ico.svg) no-repeat center center/contain;
}
@media screen and (min-width: 737px) {
  .lp-faq__answer {
    overflow: auto;
  }
  .lp-faq__img {
    float: right;
  }
  .lp-faq__img01 {
    shape-outside: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    width: 34%;
    margin: 0.83rem auto 0 0;
  }
  .lp-faq__img02 {
    shape-outside: polygon(0% 50%, 53% 50%, 53% 0%, 100% 0%, 100% 100%, 0 100%);
    max-width: 950px;
    width: 100%;
    margin: 0 auto 0 0;
  }
  .lp-faq__answer03 {
    overflow: visible;
    padding-right: 25%;
  }
  .lp-faq__img03 {
    position: absolute;
    bottom: 1.11rem;
    right: 2.78rem;
    width: 16%;
  }
  .lp-faq__img04 {
    float: none;
    margin: 3.33rem 0 0;
  }
}
@media screen and (max-width: 736px) {
  .lp-faq__item {
    padding: 1.07rem;
  }
  .lp-faq__answer {
    overflow: hidden;
    padding-bottom: 1.11rem !important;
    padding-right: 1.11rem;
  }
  .lp-faq__img {
    position: initial;
    float: none;
    width: calc(100% + 3.33rem);
    margin: 1.11rem 0 0 -3.33rem;
  }
  .lp-faq__img01 {
    max-width: 300px;
    width: 100%;
    margin: 1.11rem auto 0;
  }
  .lp-faq__img02 {
    overflow-x: auto;
  }
  .lp-faq__img02 > img {
    width: 35.71rem;
    max-width: initial;
  }
  .lp-faq__img03 {
    max-width: 120px;
    margin: 1.11rem auto 0;
  }
  .lp-faq__img04 {
    overflow-x: auto;
  }
  .lp-faq__img04 > img {
    width: 35.71rem;
    max-width: initial;
  }
}

/* お問い合わせください */
.lp-contact {
  color: #fff;
  text-align: center;
  padding: 2.78rem 0;
  background: url(../images/lp/contact_bg.jpg) no-repeat center center/cover;
}
.lp-contact__inner {
  max-width: 1200px;
}
.lp-contact__note {
  font-size: 0.89rem;
  text-align: left;
  margin: 4.17rem 0 0;
}

/* adjustment */
.u-fit--contain {
  overflow: hidden;
  text-align: center;
}
.u-fit--contain > img,
.u-fit--contain > source {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: middle;
}

.u-color--primary {
  display: inline;
  color: #f47347;
}
.u-color--wh {
  display: inline;
  color: #fff;
}

.u-bg--primary {
  background-color: #f47347;
}

.u-align--center {
  text-align: center !important;
}
.u-align--right {
  text-align: right !important;
}
.u-align--left {
  text-align: left !important;
}

.u-weight--400 {
  font-weight: 400 !important;
}
.u-weight--500 {
  font-weight: 500 !important;
}
.u-weight--600 {
  font-weight: 600 !important;
}
.u-weight--700 {
  font-weight: 700 !important;
}

.u-display_ib {
  display: inline-block;
}

.u-display--lg {
  display: none;
}
@media screen and (max-width: 1200px) {
  .u-display--lg {
    display: block;
  }
}
.u-display--md {
  display: none;
}
@media screen and (max-width: 1024px) {
  .u-display--md {
    display: block;
  }
}
.u-display--sm {
  display: none;
}
@media screen and (max-width: 736px) {
  .u-display--sm {
    display: block;
  }
}
.u-display--xs {
  display: none;
}
@media screen and (max-width: 479px) {
  .u-display--xs {
    display: block;
  }
}

.u-display_flex--lg {
  display: none;
}
@media screen and (max-width: 1200px) {
  .u-display_flex--lg {
    display: flex;
  }
}
.u-display_flex--md {
  display: none;
}
@media screen and (max-width: 1024px) {
  .u-display_flex--md {
    display: flex;
  }
}
.u-display_flex--xs {
  display: none;
}
@media screen and (max-width: 479px) {
  .u-display_flex--xs {
    display: flex;
  }
}

@media screen and (max-width: 1200px) {
  .u-hidden--lg {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .u-hidden--md {
    display: none;
  }
}
@media screen and (max-width: 736px) {
  .u-hidden--sm {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  .u-hidden--xs {
    display: none;
  }
}/*# sourceMappingURL=lp-style.css.map */