@charset "UTF-8";
.f-toppan {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serf;
  font-weight: 700;
  font-weight: 800; }

.f-heading-l {
  font-weight: 700;
  font-weight: 800;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serf; }
  @media screen and (max-width: 780px) {
    .f-heading-l {
      font-size: 3rem;
      line-height: 1.3;
      letter-spacing: 0.04em; } }
  @media screen and (min-width: 781px) {
    .f-heading-l {
      font-size: 4.4rem;
      line-height: 1.5;
      letter-spacing: 0.06em; } }
  @media screen and (min-width: 781px) and (max-width: 1023px) {
    .f-heading-l {
      font-size: calc(4.4rem * 0.7); } }

.f-heading-m {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em; }
  @media screen and (max-width: 780px) {
    .f-heading-m {
      font-size: 2rem; } }
  @media screen and (min-width: 781px) {
    .f-heading-m {
      font-size: 2.8rem; } }
  @media screen and (min-width: 781px) and (max-width: 1023px) {
    .f-heading-m {
      font-size: calc(2.8rem * 0.7); } }

.f-heading-s {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em; }
  @media screen and (max-width: 780px) {
    .f-heading-s {
      font-size: 1.8rem; } }
  @media screen and (min-width: 781px) {
    .f-heading-s {
      font-size: 2rem; } }

@media screen and (max-width: 780px) {
  .l-section {
    padding-top: 4rem;
    padding-bottom: 4rem; } }
@media screen and (min-width: 781px) {
  .l-section {
    padding-top: 8rem;
    padding-bottom: 8rem; } }

.l-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 780px) {
    .l-wrapper {
      padding-left: 1.6rem;
      padding-right: 1.6rem;
      max-width: 37.5rem; } }
  @media screen and (min-width: 781px) {
    .l-wrapper {
      max-width: 103.2rem;
      padding-left: 1.6rem;
      padding-right: 1.6rem; } }

.header.--lp {
  background: #3ca929; }
  @media screen and (min-width: 1401px) {
    .header.--lp .inner-header {
      display: flex;
      justify-content: space-between; }
    .header.--lp .box-navmain-01 {
      align-items: center;
      border-bottom: none;
      display: flex;
      padding-top: 0; }
    .header.--lp .box-global-01 {
      border: none;
      padding: 0; }
    .header.--lp .box-global-01 .nav-list > .link-con > .link:hover {
      color: #fff; } }
  .header.--lp .unit-copy-01 {
    display: none; }

.undercontent {
  overflow-x: clip;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-size: 1.6rem; }
  .undercontent img {
    display: block;
    object-fit: contain;
    width: 100%;
    height: auto; }

@media screen and (min-width: 781px) {
  .u-pc-md-dn {
    display: none !important; } }

@media screen and (max-width: 780px) {
  .u-sp-md-dn {
    display: none !important; } }

@media screen and (min-width: 1024px) {
  .u-pc-lg-dn {
    display: none !important; } }

@media screen and (max-width: 1023px) {
  .u-sp-lg-dn {
    display: none !important; } }

.u-navy {
  color: #00426c; }

.u-yellow {
  color: #ede231; }

.u-main {
  color: #3ca929; }

.u-bold {
  font-weight: 700; }

.u-underline {
  background: linear-gradient(transparent 70%, #ede231 30%); }

/**
* TOP
***************/
.top-wrapper {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 52px;
  width: 100%; }
  @media screen and (max-width: 780px) {
    .top-wrapper {
      background-image: url(../img/lp/commercial-air-conditioners/top/bg@sp.jpg);
      height: 47.1rem; } }
  @media screen and (min-width: 781px) {
    .top-wrapper {
      background-image: url(../img/lp/commercial-air-conditioners/top/bg.jpg);
      min-height: 52.6rem;
      height: calc(526 / 1440 * 100vw); } }
  @media screen and (min-width: 1440px) {
    .top-wrapper {
      margin-top: 59px; } }
.top-contents {
  margin: auto;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  @media screen and (max-width: 780px) {
    .top-contents {
      padding: 1.6rem 0.8rem 0.2rem;
      max-width: 34.3rem; } }
  @media screen and (min-width: 781px) {
    .top-contents {
      max-width: 82.2rem;
      padding: 2.4rem 4rem 2.2rem; } }
  @media screen and (min-width: 781px) and (max-width: 1023px) {
    .top-contents {
      max-width: 74rem; } }

  .top-contents__sub {
    text-align: center;
    letter-spacing: 0;
    font-weight: 700;
    position: relative;
    width: max-content;
    margin: auto; }
    @media screen and (max-width: 780px) {
      .top-contents__sub {
        font-size: 1.6rem;
        margin-bottom: 1.4rem; } }
    @media screen and (min-width: 781px) {
      .top-contents__sub {
        font-size: 2.4rem;
        margin-bottom: 3rem; } }
  @media screen and (min-width: 781px) and (max-width: 1023px) {
    .top-contents__sub {
      font-size: 2rem; } }

    .top-contents__sub::after {
      content: "";
      background-repeat: no-repeat;
      background-size: contain;
      background-position: left;
      width: 100%;
      display: block;
      position: absolute;
      left: 0; }
      @media screen and (max-width: 780px) {
        .top-contents__sub::after {
          background-image: url(../img/lp/commercial-air-conditioners/top/sub-underline@sp.svg);
          height: 1rem;
          bottom: -0.8rem; } }
      @media screen and (min-width: 781px) {
        .top-contents__sub::after {
          background-image: url(../img/lp/commercial-air-conditioners/top/sub-underline.svg);
          height: 2rem;
          bottom: -2.2rem; } }
  @media screen and (min-width: 781px) and (max-width: 1023px) {
    .top-contents__sub::after {
      height: 1.6rem; } }

  .top-contents__title {
    text-align: center;
    letter-spacing: 0.03em;
    line-height: 1.24; }
    @media screen and (max-width: 780px) {
      .top-contents__title {
        font-size: 2.4rem;
        margin-bottom: 0.2rem; }
        .top-contents__title .u-navy {
          line-height: 1.3;
          letter-spacing: 0.06em;
          font-size: 3.6rem; } }
    @media screen and (min-width: 781px) {
      .top-contents__title {
        font-size: 5.6rem;
        margin-bottom: 1.6rem; } }
  @media screen and (min-width: 781px) and (max-width: 1023px) {
    .top-contents__title {
      font-size: 4.4rem; } }

    .top-contents__title .-ls0 {
      letter-spacing: 0; }
    @media screen and (max-width: 780px) {
      .top-contents__title .-sm {
        font-size: 1.6rem; } }
    @media screen and (min-width: 781px) {
      .top-contents__title .-sm {
        font-size: 4.4rem; } }
  @media screen and (min-width: 781px) and (max-width: 1023px) {
    .top-contents__title .-sm {
      font-size: 3.6rem; } }

  .top-contents__image {
    margin: 0 auto; }
    @media screen and (max-width: 780px) {
      .top-contents__image {
        max-width: 32.4rem; } }
    @media screen and (min-width: 781px) {
      .top-contents__image {
        max-width: 58.4rem; } }

/**
* CTA
***************/
.cta {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%; }
  @media screen and (max-width: 780px) {
    .cta {
      background-image: url(../img/lp/commercial-air-conditioners/cta/bg@sp.svg); } }
  @media screen and (min-width: 781px) {
    .cta {
      background-image: url(../img/lp/commercial-air-conditioners/cta/bg.jpg); } }
  @media screen and (min-width: 781px) {
    .cta-wrapper {
      max-width: 112.8rem; } }
  .cta-contents__title-sub {
    text-align: center;
    font-weight: 700;
    color: #fff; }
    @media screen and (max-width: 780px) {
      .cta-contents__title-sub {
        font-size: 1.6rem;
        letter-spacing: 0.06em;
        line-height: 1.5; } }
    @media screen and (min-width: 781px) {
      .cta-contents__title-sub {
        letter-spacing: 0;
        line-height: 1.3;
        font-size: 2rem;
        margin-bottom: 0.4rem; } }
  .cta-contents__title-main {
    text-align: center;
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 780px) {
      .cta-contents__title-main {
        flex-direction: column;
        margin-bottom: 2.4rem;
        padding: 0 0.65rem; } }
    @media screen and (min-width: 781px) {
      .cta-contents__title-main {
        gap: 1.2rem;
        margin-bottom: 4rem; } }
    @media screen and (min-width: 781px) {
      .cta-contents__title-main .-image {
        width: 49.4rem; } }
  @media screen and (min-width: 781px) and (max-width: 1023px) {
    .cta-contents__title-main .-image {
      width: calc(49.4rem * 0.7); } }

    .cta-contents__title-main .-text {
      text-align: center;
      color: #fff; }
  .cta-contents__contact {
    border-radius: 0.8rem;
    background-color: #fff;
    display: flex;
    flex-direction: column; }
    @media screen and (max-width: 780px) {
      .cta-contents__contact {
        padding: 2.4rem 1.6rem;
        gap: 1.6rem; } }
    @media screen and (min-width: 781px) {
      .cta-contents__contact {
        padding: 4rem 1.6rem 4.2rem;
        gap: 2.4rem; } }
  @media screen and (max-width: 780px) {
    .cta-btns {
      display: contents; } }
  @media screen and (min-width: 781px) {
    .cta-btns {
      display: flex;
      justify-content: center;
      gap: 2.4rem; } }
  .cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    transition: 0.3s ease;
    width: 100%; }
    @media screen and (max-width: 780px) {
      .cta-btn {
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-size: 1.8rem;
        gap: 0.8rem;
        height: 5.6rem; } }
    @media screen and (min-width: 781px) {
      .cta-btn {
        line-height: 1.2;
        letter-spacing: 0;
        font-size: 2.4rem;
        gap: 1.6rem;
        max-width: 38.6rem;
        height: 6.4rem; } }
    .cta-btn:hover {
      opacity: 1;
      color: #fff;
      transform: translateY(4px); }
    .cta-btn.-line {
      background-color: #06c755;
      box-shadow: 0 4px 0 0 #3ca929; }
      @media screen and (max-width: 780px) {
        .cta-btn.-line .-icon {
          width: 4rem; } }
      @media screen and (min-width: 781px) {
        .cta-btn.-line .-icon {
          width: 4.2rem; } }
      .cta-btn.-line:hover {
        box-shadow: 0 0 0 0 #3ca929; }
    .cta-btn.-email {
      background-color: #e8b022;
      box-shadow: 0 4px 0 0 #b38920; }
      @media screen and (max-width: 780px) {
        .cta-btn.-email .-icon {
          width: 2.4rem; } }
      @media screen and (min-width: 781px) {
        .cta-btn.-email .-icon {
          width: 3rem; } }
      .cta-btn.-email:hover {
        box-shadow: 0 0 0 0 #b38920; }
  .cta-tel {
    border: 2px solid #00426c;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 100%; }
    @media screen and (max-width: 780px) {
      .cta-tel {
        padding: 0.8rem;
        flex-direction: column;
        gap: 0.8rem; } }
    @media screen and (min-width: 781px) {
      .cta-tel {
        padding: 0.8rem 1.6rem;
        max-width: 59.9rem;
        gap: 1.6rem; } }
    .cta-tel__text1 {
      color: #fff;
      text-align: center;
      background-color: #00426c;
      font-weight: 700; }
      @media screen and (max-width: 780px) {
        .cta-tel__text1 {
          padding: 0.4rem; }
          .cta-tel__text1 .-icon {
            width: 16.5rem;
            margin: 0 auto; } }
      @media screen and (min-width: 781px) {
        .cta-tel__text1 {
          padding: 0.8rem 2.4rem;
          width: 22.8rem; } }
    @media screen and (max-width: 780px) {
      .cta-tel__text2 {
        text-align: center; } }
    .cta-tel__text2-wrapper {
      display: flex;
      align-items: center; }
      @media screen and (max-width: 780px) {
        .cta-tel__text2-wrapper {
          justify-content: center;
          gap: 0.6rem; }
          .cta-tel__text2-wrapper .-icon {
            width: 3.2rem; }
          .cta-tel__text2-wrapper .-text {
            line-height: 1;
            letter-spacing: -0.05em;
            font-size: 3rem; } }
      @media screen and (min-width: 781px) {
        .cta-tel__text2-wrapper {
          gap: 0.2rem; }
          .cta-tel__text2-wrapper .-icon {
            width: 4rem; }
          .cta-tel__text2-wrapper .-text {
            line-height: 1;
            letter-spacing: -0.03em;
            font-size: 3.6rem; } }

/**
* INTRO
***************/
.intro {
  padding-bottom: 0; }
  @media screen and (max-width: 780px) {
    .intro-needs {
      padding-bottom: 2rem; } }
  @media screen and (min-width: 781px) {
    .intro-needs {
      padding-bottom: 6.8rem; } }
  .intro-needs__title {
    text-align: center; }
    @media screen and (max-width: 780px) {
      .intro-needs__title {
        margin-bottom: 2.4rem; }
        .intro-needs__title .-text1 {
          font-size: 2.2rem; }
        .intro-needs__title .-text2 {
          font-size: 3rem;
          line-height: 1.2; } }
    @media screen and (min-width: 781px) {
      .intro-needs__title {
        font-size: 4rem;
        margin-bottom: 6.4rem; } }
  @media screen and (min-width: 781px) and (max-width: 1023px) {
    .intro-needs__title {
      font-size: calc(4rem * 0.7); } }

    .intro-needs__title .-text2 .-lg {
      position: relative;
      display: inline-block; }
      @media screen and (max-width: 780px) {
        .intro-needs__title .-text2 .-lg {
          font-size: 3.2rem; } }
      @media screen and (min-width: 781px) {
        .intro-needs__title .-text2 .-lg {
          font-size: 4.8rem; } }
  @media screen and (min-width: 781px) and (max-width: 1023px) {
    .intro-needs__title .-text2 .-lg {
      font-size: calc(4.8rem * 0.7); } }

      .intro-needs__title .-text2 .-lg::before {
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        background-image: url(../img/lp/commercial-air-conditioners/common/marker-blue.png);
        display: block;
        position: absolute;
        z-index: -1; }
        @media screen and (max-width: 780px) {
          .intro-needs__title .-text2 .-lg::before {
            width: 17.6rem;
            height: 4.4rem;
            bottom: -1.5rem;
            left: -1rem; } }
        @media screen and (min-width: 781px) {
          .intro-needs__title .-text2 .-lg::before {
            width: 25.7rem;
            height: 6.5rem;
            bottom: -2.2rem;
            left: -1rem; } }
  @media screen and (min-width: 781px) and (max-width: 1023px) {
    .intro-needs__title .-text2 .-lg::before {
      width: calc(25.7rem * 0.7); } }
  @media screen and (min-width: 781px) and (max-width: 1023px) {
    .intro-needs__title .-text2 .-lg::before {
      height: calc(6.5rem * 0.7); } }
  @media screen and (min-width: 781px) and (max-width: 1023px) {
    .intro-needs__title .-text2 .-lg::before {
      bottom: calc(-2.2rem * 0.7); } }

  .intro-solution {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    width: 100%; }
    @media screen and (max-width: 780px) {
      .intro-solution {
        background-image: url(../img/lp/commercial-air-conditioners/intro/bg@sp.svg);
        padding-top: 4.8rem;
        padding-bottom: 3.5rem; } }
    @media screen and (min-width: 781px) {
      .intro-solution {
        background-image: url(../img/lp/commercial-air-conditioners/intro/bg.svg);
        padding-top: 13.1rem;
        padding-bottom: 8rem; } }
    .intro-solution__title {
      text-align: center; }
      @media screen and (max-width: 780px) {
        .intro-solution__title {
          margin-bottom: 4rem; } }
      @media screen and (min-width: 781px) {
        .intro-solution__title {
          margin-bottom: 6.4rem; } }
      @media screen and (max-width: 780px) {
        .intro-solution__title .-text1 {
          font-size: 2.2rem; } }
      @media screen and (min-width: 781px) {
        .intro-solution__title .-text1 {
          font-size: 4rem; } }
  @media screen and (min-width: 781px) and (max-width: 1023px) {
    .intro-solution__title .-text1 {
      font-size: calc(4rem * 0.7); } }

      @media screen and (max-width: 780px) {
        .intro-solution__title .-text2 {
          font-size: 2.4rem; }
          .intro-solution__title .-text2 .-md {
            font-size: 2.8rem; }
          .intro-solution__title .-text2 .-lg {
            font-size: 3rem; } }
      @media screen and (min-width: 781px) {
        .intro-solution__title .-text2 {
          font-size: 4rem; } }
  @media screen and (min-width: 781px) and (max-width: 1023px) {
    .intro-solution__title .-text2 {
      font-size: calc(4rem * 0.7); } }
      @media screen and (min-width: 781px) {
          .intro-solution__title .-text2 .-lg {
            font-size: 4.8rem; } }
    @media screen and (min-width: 781px) and (max-width: 1023px) {
      .intro-solution__title .-text2 .-lg {
        font-size: calc(4.8rem * 0.7); } }

    .intro-solution__list {
      display: flex; }
      @media screen and (max-width: 780px) {
        .intro-solution__list {
          flex-direction: column;
          gap: 2.4rem; } }
      @media screen and (min-width: 781px) {
        .intro-solution__list {
          gap: 3rem; } }
      .intro-solution__list-title {
        text-align: center; }
        @media screen and (max-width: 780px) {
          .intro-solution__list-title {
            margin-bottom: 2.4rem; } }
        @media screen and (min-width: 781px) {
          .intro-solution__list-title {
            margin-bottom: 6.4rem; } }
    .intro-solution__item {
      background-color: #fff;
      box-shadow: 4px 4px 8px 0 rgba(16, 50, 9, 0.2); }
      @media screen and (max-width: 780px) {
        .intro-solution__item {
          width: 100%; } }
      @media screen and (min-width: 781px) {
        .intro-solution__item {
          width: calc(calc(100% - 6rem) / 3); } }
      .intro-solution__item-image {
        aspect-ratio: 3/2; }
        .intro-solution__item-image img {
          height: 100%;
          object-fit: cover;
          width: 100%; }
      @media screen and (max-width: 780px) {
        .intro-solution__item-texts {
          padding: 1.2rem 1.6rem; } }
      @media screen and (min-width: 781px) {
        .intro-solution__item-texts {
          padding: 2.4rem 2.2rem 2.4rem 1.6rem; } }
      .intro-solution__item-texts .-text1 {
        position: relative;
        letter-spacing: 0.04em;
        display: flex;
        align-items: center; }
        @media screen and (max-width: 780px) {
          .intro-solution__item-texts .-text1 {
            font-size: 1.8rem;
            gap: 0.35rem; } }
        @media screen and (min-width: 781px) {
          .intro-solution__item-texts .-text1 {
            font-size: 2rem;
            gap: 0.3rem; } }
        .intro-solution__item-texts .-text1::before {
          content: "";
          background-image: url(../img/lp/commercial-air-conditioners/intro/icon-map.svg);
          background-size: contain;
          background-position: center;
          background-repeat: no-repeat;
          display: inline-block; }
          @media screen and (max-width: 780px) {
            .intro-solution__item-texts .-text1::before {
              width: 2rem;
              height: 2rem; } }
          @media screen and (min-width: 781px) {
            .intro-solution__item-texts .-text1::before {
              width: 2.4rem;
              height: 2.4rem; } }
      @media screen and (max-width: 780px) {
        .intro-solution__item-texts .-text2 {
          margin-top: 0.2rem;
          margin-bottom: 0.8rem; } }
      @media screen and (min-width: 781px) {
        .intro-solution__item-texts .-text2 {
          margin-top: 0.4rem;
          margin-bottom: 1.6rem; } }

/**
* SERVICES
***************/
.services__list {
  display: flex;
  flex-direction: column; }
  @media screen and (max-width: 780px) {
    .services__list {
      gap: 2.4rem; } }
  @media screen and (min-width: 781px) {
    .services__list {
      gap: 6.4rem; } }
  .services__list-title {
    text-align: center; }
    @media screen and (max-width: 780px) {
      .services__list-title {
        margin-bottom: 2.4rem; } }
    @media screen and (min-width: 781px) {
      .services__list-title {
        margin-bottom: 6.4rem; } }
.services__item {
  width: 100%;
  display: flex; }
  @media screen and (max-width: 780px) {
    .services__item {
      flex-direction: column;
      gap: 1.6rem; } }
  @media screen and (min-width: 781px) {
    .services__item {
      gap: 4rem; } }
  .services__item-image {
    flex-shrink: 0; }
    @media screen and (min-width: 781px) {
      .services__item-image {
        width: 39.3%; } }
  @media screen and (max-width: 780px) {
    .services__item-texts .-text1 {
      margin-bottom: 0.8rem; } }
  @media screen and (min-width: 781px) {
    .services__item-texts .-text1 {
      margin-bottom: 1.6rem; } }
  @media screen and (max-width: 780px) {
    .services__item-texts .-text2 {
      margin-bottom: 0.8rem; } }
  @media screen and (min-width: 781px) {
    .services__item-texts .-text2 {
      margin-bottom: 1.6rem; } }
  .services__item-texts .-text3 {
    display: flex;
    position: relative; }
    .services__item-texts .-text3::before {
      content: "・";
      display: inline-block; }

/**
* REASONS
***************/
.reasons {
  background-color: #daedd7;
  position: relative; }
  .reasons-wrapper {
    position: relative;
    z-index: 2; }
  .reasons__bg01, .reasons__bg02, .reasons__bg03 {
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    z-index: 1; }
  .reasons__bg01 {
    background-size: contain;
    background-image: url(../img/lp/commercial-air-conditioners/reasons/bg01.png);
    top: 0;
    left: 0; }
    @media screen and (max-width: 780px) {
      .reasons__bg01 {
        width: 15.2rem;
        height: 10.2rem; } }
    @media screen and (min-width: 781px) {
      .reasons__bg01 {
        width: 63.3rem;
        height: 42.5rem; } }
  .reasons__bg02 {
    background-size: cover;
    background-image: url(../img/lp/commercial-air-conditioners/reasons/bg02.png);
    width: 100%;
    left: 0; }
    @media screen and (max-width: 780px) {
      .reasons__bg02 {
        top: 111.9rem;
        height: 15rem; } }
    @media screen and (min-width: 781px) {
      .reasons__bg02 {
        top: 76.4rem;
        height: 57.9rem; } }
  .reasons__bg03 {
    background-size: cover;
    background-image: url(../img/lp/commercial-air-conditioners/reasons/bg03.png);
    width: 100%;
    left: 0; }
    @media screen and (max-width: 780px) {
      .reasons__bg03 {
        top: 49.2rem;
        height: 15rem; } }
    @media screen and (min-width: 781px) {
      .reasons__bg03 {
        bottom: 13.3rem;
        height: 57.9rem; } }
  .reasons__list {
    display: flex;
    flex-direction: column; }
    @media screen and (max-width: 780px) {
      .reasons__list {
        gap: 4rem; } }
    @media screen and (min-width: 781px) {
      .reasons__list {
        gap: 4rem; } }
    .reasons__list-title {
      text-align: center; }
      @media screen and (max-width: 780px) {
        .reasons__list-title {
          margin-bottom: 2.4rem; }
          .reasons__list-title .-lg {
            font-size: 4.8rem; } }
      @media screen and (min-width: 781px) {
        .reasons__list-title {
          margin-bottom: 6.4rem; }
          .reasons__list-title .-lg {
            font-size: 6.4rem; } }
    @media screen and (min-width: 781px) and (max-width: 1023px) {
      .reasons__list-title .-lg {
        font-size: calc(6.4rem * 0.7); } }

  .reasons__item {
    width: 100%;
    display: flex;
    background-color: #fff; }
    @media screen and (max-width: 780px) {
      .reasons__item {
        flex-direction: column; } }
    @media screen and (min-width: 781px) {
      .reasons__item:nth-of-type(even) {
        flex-direction: row-reverse; } }
    .reasons__item-image {
      flex-shrink: 0; }
      @media screen and (min-width: 781px) {
        .reasons__item-image {
          width: 47%; }
          .reasons__item-image img {
            object-fit: cover;
            height: 100%; } }
    @media screen and (max-width: 780px) {
      .reasons__item-texts {
        padding: 1.6rem; } }
    @media screen and (min-width: 781px) {
      .reasons__item-texts {
        padding-right: 4rem;
        padding-left: 4rem; } }
    @media screen and (max-width: 780px) {
      .reasons__item-texts .-icon {
        padding-bottom: 0.8rem; } }
    @media screen and (min-width: 781px) {
      .reasons__item-texts .-icon {
        padding-top: 2.4rem;
        padding-bottom: 1.6rem; } }
    @media screen and (max-width: 780px) {
      .reasons__item-texts .-text1 {
        margin-bottom: 0.8rem; } }
    @media screen and (min-width: 781px) {
      .reasons__item-texts .-text1 {
        margin-bottom: 1.6rem; } }
    @media screen and (max-width: 780px) {
      .reasons__item-texts .-text2 {
        margin-bottom: 0.8rem; } }
    @media screen and (min-width: 781px) {
      .reasons__item-texts .-text2 {
        margin-bottom: 1.6rem; } }

/**
* FLOW
***************/
.flow__title {
  text-align: center; }
  @media screen and (max-width: 780px) {
    .flow__title {
      margin-bottom: 2.4rem; } }
  @media screen and (min-width: 781px) {
    .flow__title {
      margin-bottom: 6.4rem; } }
.flow .service-child-flow-wrap {
  max-width: 91.4rem; }
@media screen and (min-width: 781px) and (max-width: 1023px) {
  .flow .service-child-flow-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 80%; } }

.flow .service-child-flow-content h3 span {
  background-color: #00426c; }
  @media screen and (max-width: 780px) {
    .flow .service-child-flow-content h3 span {
      margin-right: 0.8rem;
      font-size: 1.5rem; } }
.flow .service-child-flow-content h3 {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em; }
  @media screen and (max-width: 780px) {
    .flow .service-child-flow-content h3 {
      font-size: 2rem;
      align-items: flex-start; } }
  @media screen and (min-width: 781px) {
    .flow .service-child-flow-content h3 {
      font-size: 2.8rem; } }
  @media screen and (min-width: 781px) and (max-width: 1023px) {
    .flow .service-child-flow-content h3 {
      font-size: calc(2.8rem * 0.7); } }

@media screen and (max-width: 780px) {
  .flow .service-child-flow-content p {
    margin-top: -2.7rem;
    padding-left: 6.8rem; } }
@media screen and (max-width: 780px) {
  .flow .service-child-flow-content + .service-child-flow-content {
    margin-top: 4rem; } }
.flow .service-child-flow-content:not(:last-child)::before {
  background: linear-gradient(to top, #00426c, #00426c) repeat-y center/3px; }
  @media screen and (max-width: 780px) {
    .flow .service-child-flow-content:not(:last-child)::before {
      width: 6rem; } }
.flow .service-child-flow-content::after {
  right: calc(100% + 3rem);
  width: 5.6rem; }
  @media screen and (max-width: 780px) {
    .flow .service-child-flow-content::after {
      display: none; } }
.flow .service-child-flow-content--contact::after {
  background-image: url(../img/lp/commercial-air-conditioners/flow/contact.svg); }
.flow .service-child-flow-content--mitsumori::after {
  background-image: url(../img/lp/commercial-air-conditioners/flow/mitsumori.svg); }
.flow .service-child-flow-content--contract::after {
  background-image: url(../img/lp/commercial-air-conditioners/flow/contract.svg); }
.flow .service-child-flow-content--work::after {
  background-image: url(../img/lp/commercial-air-conditioners/flow/work.svg); }
.flow .service-child-flow-content--payment::after {
  background-image: url(../img/lp/commercial-air-conditioners/flow/payment.svg); }

/**
* COST
***************/
.cost {
  background-color: #f5f5f5; }
  .cost__list {
    display: flex; }
    @media screen and (max-width: 780px) {
      .cost__list {
        padding-left: 1rem;
        padding-right: 1rem;
        flex-direction: column;
        gap: 1.6rem;
        margin-bottom: 2.4rem; } }
    @media screen and (min-width: 781px) {
      .cost__list {
        gap: 1.6rem;
        margin-bottom: 2.4rem; } }
    .cost__list-title {
      text-align: center; }
      @media screen and (max-width: 780px) {
        .cost__list-title {
          margin-bottom: 2.4rem; } }
      @media screen and (min-width: 781px) {
        .cost__list-title {
          margin-bottom: 6.4rem; } }
    .cost__list-text {
      text-align: center; }
      @media screen and (max-width: 780px) {
        .cost__list-text {
          margin-bottom: 2.4rem; } }
      @media screen and (min-width: 781px) {
        .cost__list-text {
          margin-bottom: 2.4rem; } }
  .cost__item {
    background-color: #fff; }
    @media screen and (max-width: 780px) {
      .cost__item {
        width: 100%; } }
    @media screen and (min-width: 781px) {
      .cost__item {
        width: calc(calc(100% - $spacing-02 - $spacing-02) / 3); } }
    @media screen and (max-width: 780px) {
      .cost__item-texts {
        padding-bottom: 1.2rem; } }
    @media screen and (min-width: 781px) {
      .cost__item-texts {
        padding-bottom: 2rem; } }
    .cost__item-texts .-text1 {
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      background-color: #00426c; }
      @media screen and (max-width: 780px) {
        .cost__item-texts .-text1 {
          padding: 1.2rem 0;
          margin-bottom: 1.2rem; } }
      @media screen and (min-width: 781px) {
        .cost__item-texts .-text1 {
          padding: 2.4rem 0;
          margin-bottom: 2rem; } }
    .cost__item-texts .-text2 {
      text-align: center; }
      @media screen and (max-width: 780px) {
        .cost__item-texts .-text2 {
          margin-bottom: 0.8rem; } }
      @media screen and (min-width: 781px) {
        .cost__item-texts .-text2 {
          margin-bottom: 1rem; } }
    .cost__item-texts .-text3 {
      text-align: center; }
  .cost__bottom {
    text-align: center; }

/**
* AREA
***************/
.area {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 100%; }
  @media screen and (max-width: 780px) {
    .area {
      background-image: url(../img/lp/commercial-air-conditioners/area/bg@sp.jpg); } }
  @media screen and (min-width: 781px) {
    .area {
      background-image: url(../img/lp/commercial-air-conditioners/area/bg.jpg); } }
  @media screen and (min-width: 781px) {
    .area-wrapper {
      max-width: 89.8rem; } }
  .area__list {
    display: flex; }
    @media screen and (max-width: 780px) {
      .area__list {
        flex-direction: column;
        gap: 2.4rem; } }
    @media screen and (min-width: 781px) {
      .area__list {
        gap: 8rem; } }
    .area__list-title {
      text-align: center; }
      @media screen and (max-width: 780px) {
        .area__list-title {
          margin-bottom: 1.6rem; } }
      @media screen and (min-width: 781px) {
        .area__list-title {
          margin-bottom: 6.4rem; } }
  .area__image {
    flex-shrink: 0; }
    @media screen and (max-width: 780px) {
      .area__image {
        width: 100%;
        padding: 0 5.1rem; } }
    @media screen and (min-width: 781px) {
      .area__image {
        width: 40.9%; } }
  .area__texts {
    display: flex;
    flex-direction: column; }
    @media screen and (max-width: 780px) {
      .area__texts {
        gap: 1.6rem; } }
    @media screen and (min-width: 781px) {
      .area__texts {
        gap: 2.4rem; } }
    @media screen and (max-width: 780px) {
      .area__texts .-text1 {
        margin-bottom: 1.6rem; } }
    @media screen and (min-width: 781px) {
      .area__texts .-text1 {
        margin-bottom: 2.4rem; } }

/**
* NOTICE
***************/
.notice {
  background-color: #f5f5f5; }
  @media screen and (max-width: 780px) {
    .notice {
      padding-left: 1.6rem;
      padding-right: 1.6rem; } }
  .notice-wrapper {
    background-color: #fff; }
    @media screen and (max-width: 780px) {
      .notice-wrapper {
        padding: 2rem 1.6rem; } }
    @media screen and (min-width: 781px) {
      .notice-wrapper {
        padding: 2.4rem 3.1rem; } }
  .notice__title {
    text-align: center;
    border-bottom: 1px solid #2a2a2a; }
    @media screen and (max-width: 780px) {
      .notice__title {
        padding-bottom: 2rem;
        margin-bottom: 2rem; } }
    @media screen and (min-width: 781px) {
      .notice__title {
        padding-bottom: 2rem;
        margin-bottom: 2rem; } }
  .notice__list {
    display: flex;
    flex-direction: column; }
    @media screen and (max-width: 780px) {
      .notice__list {
        gap: 0.8rem; } }
    @media screen and (min-width: 781px) {
      .notice__list {
        gap: 0.8rem; } }
  .notice__item {
    display: flex;
    position: relative; }
    .notice__item::before {
      content: "";
      display: block;
      flex-shrink: 0;
      border-radius: 50%;
      margin-top: 0.6rem;
      margin-right: 0.4rem;
      margin-left: 0.4rem;
      width: 1.2rem;
      height: 1.2rem; }
      @media screen and (max-width: 780px) {
        .notice__item::before {
          background-color: #2a2a2a; } }
      @media screen and (min-width: 781px) {
        .notice__item::before {
          background-color: #00426c; } }

/**
* FAQ
***************/
.faq__title {
  text-align: center; }
  @media screen and (max-width: 780px) {
    .faq__title {
      margin-bottom: 2.4rem; } }
  @media screen and (min-width: 781px) {
    .faq__title {
      margin-bottom: 6.4rem; } }
.faq__list {
  display: flex;
  flex-direction: column; }
  @media screen and (max-width: 780px) {
    .faq__list {
      gap: 2.4rem; } }
  @media screen and (min-width: 781px) {
    .faq__list {
      gap: 2.4rem; } }
.faq__item {
  position: relative;
  border: 1px solid #00426c; }
  .faq__item-q {
    display: flex;
    color: #fff;
    background-color: #00426c; }
    @media screen and (max-width: 780px) {
      .faq__item-q {
        gap: 1.6rem;
        padding: 1.2rem; } }
    @media screen and (min-width: 781px) {
      .faq__item-q {
        gap: 1.6rem;
        padding: 1.2rem 2.4rem;
        align-items: center; } }
    .faq__item-q::before {
      content: "Q";
      flex-shrink: 0;
      border-radius: 50%;
      background-color: #fff;
      color: #00426c;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serf;
      font-weight: 700;
      font-weight: 800; }
      @media screen and (max-width: 780px) {
        .faq__item-q::before {
          width: 3.2rem;
          height: 3.2rem;
          font-size: 1.8rem; } }
      @media screen and (min-width: 781px) {
        .faq__item-q::before {
          width: 4rem;
          height: 4rem;
          font-size: 2rem; } }
  .faq__item-a {
    display: flex;
    color: #2a2a2a;
    background-color: #fff; }
    @media screen and (max-width: 780px) {
      .faq__item-a {
        gap: 1.6rem;
        padding: 1.2rem; } }
    @media screen and (min-width: 781px) {
      .faq__item-a {
        gap: 1.6rem;
        padding: 2.4rem;
        align-items: center; } }
    .faq__item-a::before {
      content: "A";
      flex-shrink: 0;
      border-radius: 50%;
      background-color: #00426c;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serf;
      font-weight: 700;
      font-weight: 800; }
      @media screen and (max-width: 780px) {
        .faq__item-a::before {
          width: 3.2rem;
          height: 3.2rem;
          font-size: 1.8rem; } }
      @media screen and (min-width: 781px) {
        .faq__item-a::before {
          width: 4rem;
          height: 4rem;
          font-size: 2rem; } }

/**
* CONTACT
***************/
.contact {
  background-color: #f5f5f5; }
  @media screen and (max-width: 780px) {
    .contact .box-contactlead-01 + .box-form-01 {
      margin-top: 2.4rem; } }
  .contact__title {
    text-align: center; }
    @media screen and (max-width: 780px) {
      .contact__title {
        margin-bottom: 1.6rem; } }
    @media screen and (min-width: 781px) {
      .contact__title {
        margin-bottom: 6.4rem; } }
  .contact__cta-tel {
    background-color: #fff;
    border: 2px solid #00426c;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 100%; }
    @media screen and (max-width: 780px) {
      .contact__cta-tel {
        padding: 0.8rem;
        flex-direction: column;
        gap: 0.8rem;
        margin-top: 2.4rem;
        margin-bottom: 2.4rem; } }
    @media screen and (min-width: 781px) {
      .contact__cta-tel {
        justify-content: center;
        padding: 2rem 1.6rem;
        gap: 2.4rem;
        margin-top: 4rem;
        margin-bottom: 4rem; } }
    .contact__cta-tel__text1 {
      color: #fff;
      text-align: center;
      background-color: #00426c;
      font-weight: 700; }
      @media screen and (max-width: 780px) {
        .contact__cta-tel__text1 {
          padding: 0.4rem; }
          .contact__cta-tel__text1 .-icon {
            width: 18rem;
            margin: 0 auto; } }
      @media screen and (min-width: 781px) {
        .contact__cta-tel__text1 {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          padding: 1.6rem 2.4rem;
          width: 22.8rem; } }
    @media screen and (max-width: 780px) {
      .contact__cta-tel__text2 {
        text-align: center; } }
    .contact__cta-tel__text2-wrapper {
      display: flex;
      align-items: center; }
      @media screen and (max-width: 780px) {
        .contact__cta-tel__text2-wrapper {
          justify-content: center;
          gap: 0.6rem; }
          .contact__cta-tel__text2-wrapper .-icon {
            width: 3.2rem; }
          .contact__cta-tel__text2-wrapper .-text {
            line-height: 1;
            letter-spacing: -0.05em;
            font-size: 3rem; } }
      @media screen and (min-width: 781px) {
        .contact__cta-tel__text2-wrapper {
          gap: 0.6rem; }
          .contact__cta-tel__text2-wrapper .-icon {
            width: 4rem; }
          .contact__cta-tel__text2-wrapper .-text {
            margin-bottom: 0.2rem; } }
