@charset "UTF-8";

h2 {
  line-height: 1.48;
  margin-bottom: 0.8em;
  border-radius: 0.36em;
  background: #0075c2;
  color: #fff;
  text-align: center;
}

h3 {
  color: #0075c2;
}

p {
  line-height: 1.5;
}

p small {
  display: inline-block;
  font-size: 0.667em;
}

.hero__text {
  margin-top: -15.385vw;
  color: #0075c2;
  font-size: min(20px, 5.13vw);
}

.step-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.25em;
}

.step {
  display: grid;
  grid-template-columns: auto 1fr;
  overflow: hidden;
  margin: 0;
  border-radius: 1em;
  border: 0.3125rem solid #0075c2;
  background: #fff;
  font-weight: 700;
}

.step__num {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 4em;
  line-height: 1.5;
  border-radius: 0 0.3em 0.3em 0;
  background: #0075c2;
  color: #fff;
  font-size: 0.75em;
  text-align: center;
}

.step__num > span:nth-child(2) {
  font-size: 1.25em;
}

.step__content {
  padding: 1em;
}

.step__content > p {
  margin: 0;
}

.step__title {
  margin: 0 0 0.2em;
  font-size: 1.25em;
}

.case-list {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

.case-list > li {
  padding-left: 1em;
  text-indent: -1em;
}

.case-list > li:before {
  color: #0075c2;
  content: "●";
}

.case-list-more {
  margin-top: 0.5em;
  padding-left: 1em;
}

.app__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.766em;
  margin: 0 0 0.6em;
  padding: 0;
  background: transparent;
  color: #0075c2;
  font-size: min(22px, 5.641vw);
}

.app__heading:before,
.app__heading:after {
  width: 0.1064em;
  height: 1.4em;
  border-radius: 0.2em;
  background: currentColor;
  transform: rotate(30deg);
  content: "";
}

.app__heading:before {
  transform: rotate(-30deg);
}

.app__content {
  padding: 1.5em 1em;
  border-radius: 1em;
  background: #0075c2;
  color: #fff;
}

.app__image {
  width: 51.282vw;
  max-width: 252px;
  margin: 1.25em auto;
}

.app__tagline {
  line-height: 1.25;
  font-weight: 700;
  font-size: 1.375em;
}

.app__text {
  font-weight: 400;
}

.app__text p {
  margin: 0;
}

.app__download {
  max-width: 14.875rem;
  margin: 1.5em auto 0;
  container-type: inline-size;
}

.app__search {
  margin-top: 1em;
}

.app-dl-list {
  display: grid;
  list-style: none;
  grid-template-columns: repeat(2, 44.54%);
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-size: 6.7227cqi;
  text-align: center;
}

.app-dl-list__btn {
  display: block;
  width: fit-content;
  margin: 0 auto 0.75em;
}

.app-dl-list__btn > img {
  width: auto;
  height: 2em;
  margin: 0 auto;
}

.note {
  padding-left: 1em;
  text-indent: -1em;
}

.recruit-supporters {
  padding: 2em 0;
  border: solid #0075c2;
  border-width: 0.3125em 0;
}

.recruit-supporters__heading {
  grid-area: heading;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  background: transparent;
  color: #0075c2;
  font-size: min(21px, 5.385vw);
}

.recruit-supporters__heading > span {
  display: block;
}

.recruit-supporters__heading > span:nth-child(2) {
  margin-right: -0.2em;
  font-size: 2em;
  letter-spacing: 0.2em;
}

.recruit-supporters__icon {
  grid-area: icon;
  max-width: 276px;
  width: 51.282vw;
  margin: 1em auto;
}

.recruit-supporters__text {
  grid-area: text;
}

.recruit-supporters__link {
  display: block;
  grid-area: link;
  border-radius: 1rem;
  background: #0075c2;
  color: #fff;
  margin-top: 1.25rem;
  padding: 0.56em 1em;
  text-align: center;
  text-decoration: none;
}

.smartlife-corporate-area {
  padding: 1.5rem 1rem;
  border-radius: 1rem;
  background: #fff;
}

.smartlife-corporate-area__heading {
  margin: 0;
  padding: 0;
  background: transparent;
}

.smartlife-corporate-part__heading {
  line-height: 1.5;
  margin: 0;
  border-radius: 1rem 1rem 0 0;
  background: #0075c2;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
}

.smartlife-corporate {
  line-height: 1.25;
  margin-top: 2rem;
  color: #0075c2;
  font-size: 1.375rem;
  text-align: center;
}

.smartlife-corporate__address {
  font-weight: 700;
  font-size: 0.6em;
}

.smartlife-corporate__image {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16/9;
  margin-top: 0.5rem;
  background: #dcdddd;
  color: #000;
}

@media print, screen and (min-width: 768px) {
  main {
    width: 92.623%;
    margin: 0 auto;
  }

  h2 {
    font-size: 3.125rem;
  }

  p:not([class]) {
    font-size: 1.875em;
  }

  .hero__text {
    margin-top: -3.25em;
    font-size: 4em;
  }

  .step__num {
    font-size: 2.5em;
  }

  .step__content {
    padding: 1.5em 3.75em 1.5em 1.875em;
  }

  .step__title {
    font-size: 3.125em;
  }

  .case-list-wrap {
    display: grid;
    gap: 0 2.4em;
    font-size: 1.875em;
  }

  .case-list {
    word-break: keep-all;
  }

  .case-list-more {
    grid-column: 2;
    margin: 0;
    padding: 0;
    text-align: right;
  }

  .app__heading {
    font-size: 2.9375em;
  }

  .app__content {
    display: grid;
    position: relative;
    grid-template-columns: 1fr 14.875rem;
    grid-template-rows: auto auto 1fr;
    gap: 0 2.25em;
    padding: 2.5em 18.25em 2.5em 3.5em;
  }

  .app__image {
    position: absolute;
    right: -0.875em;
    bottom: 0;
    width: 15.75em;
    transform: rotate(12deg);
    margin: 0;
  }

  .app__tagline {
    grid-column: 1/-1;
    grid-row: 1/3;
    margin-bottom: 0.5334em;
    font-size: 2.8125em;
    letter-spacing: -0.1em;
  }

  .app__text {
    grid-column: 1;
    grid-row: 3;
  }

  .app__text p {
    font-size: 1.25em;
  }

  .app__download {
    grid-column: 2;
    grid-row: 2/4;
    margin: auto 0 0;
  }

  .recruit-supporters {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas: "icon heading" "icon text" "link link";
    gap: 0 2em;
    padding: 3em 0;
  }

  .recruit-supporters__heading {
    font-size: 3.125em;
    letter-spacing: -0.08em;
  }

  .recruit-supporters__icon {
    width: 17.25em;
    margin: 0 0 0 1.5em;
  }

  .recruit-supporters__text {
    margin-top: 0.5em;
  }

  .recruit-supporters__text > p {
    font-size: 1.25em;
  }

  .recruit-supporters__link {
    display: flex;
    justify-content: center;
    gap: 1em;
    margin-top: 1.5rem;
    font-size: 1.5625em;
  }

  .smartlife-corporate-area {
    padding: 4rem 5rem;
  }

  .smartlife-corporate-part__heading {
    font-size: 3.125em;
  }

  .smartlife-corporate {
    margin-top: 4rem;
    font-size: 3.125rem;
  }

  .smartlife-corporate__image {
    margin-top: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .recruit-supporters__link > span:nth-child(2) {
    display: none;
  }
}