* {
  font-family: "Noto Sans JP", sans-serif; }

html {
  scroll-behavior: smooth; }

body {
  background: #fff;
  color: #387579;
  background-color: #c3eae2;
  margin: 0;
  padding: 0; }

img {
  max-width: 100%;
  height: auto;
  display: inline-block; }

.header-wrapper {
  background-image: url(../images/main.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 50px; }
  @media (max-width: 680px) {
    .header-wrapper {
      background-position: 75%; } }
  .header-wrapper .header-container {
    max-width: 1200px;
    min-height: 500px;
    margin: auto;
    display: flex;
    align-items: center; }
    @media (max-width: 680px) {
      .header-wrapper .header-container .header-inner {
        padding: 0 20px; } }
    .header-wrapper .header-container .header-inner h1 {
      font-size: 2.5rem;
      margin: 0;
      color: #000; }
    .header-wrapper .header-container .header-inner p {
      color: #fff;
      display: inline;
      background-color: #4d4d4d; }

.image-wrapper {
  position: relative; }
  .image-wrapper::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

.features-wrapper {
  max-width: 1200px;
  margin: auto;
  margin-bottom: 100px;
  display: flex; }
  @media (max-width: 680px) {
    .features-wrapper {
      display: block;
      margin-bottom: 50px; } }
  .features-wrapper .features-container {
    width: 33%;
    padding: 0 20px;
    text-align: center; }
    @media (max-width: 680px) {
      .features-wrapper .features-container {
        width: 100%;
        padding: 0; } }
    @media (max-width: 680px) {
      .features-wrapper .features-container .features-contents {
        padding: 20px; } }
    .features-wrapper .features-container .features-contents h2 {
      color: #387579;
      font-size: 1.8rem; }
    .features-wrapper .features-container .features-contents .features-body {
      text-align: left; }

.app-dl-wrapper {
  display: flex;
  justify-content: center;
  align-content: center;
  max-width: 900px;
  margin: auto; }
  @media (max-width: 680px) {
    .app-dl-wrapper {
      display: block;
      padding: 0 20px; } }
  .app-dl-wrapper .app-thumbnail {
    width: 50%; }
    @media (max-width: 680px) {
      .app-dl-wrapper .app-thumbnail {
        width: 100%; } }
  .app-dl-wrapper .app-dl-description {
    width: 50%;
    padding-left: 30px; }
    .app-dl-wrapper .app-dl-description h3 {
      font-weight: normal;
      font-size: 2rem; }
    .app-dl-wrapper .app-dl-description .btn-link {
      display: block;
      padding: 10px;
      text-align: center;
      background-color: #1bcca9;
      color: #fff;
      text-decoration: none;
      margin: 10px 0;
      max-width: 240px; }
      @media (max-width: 680px) {
        .app-dl-wrapper .app-dl-description .btn-link {
          margin: 10px auto; } }
    @media (max-width: 680px) {
      .app-dl-wrapper .app-dl-description {
        width: 100%;
        padding-left: 0px; } }

.service-wrapper {
  max-width: 600px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px; }
  .service-wrapper .service-contents {
    width: 100%;
    margin: 20px auto; }
    .service-wrapper .service-contents a {
      display: block;
      width: 80%;
      margin: auto;
      border-radius: 30px;
      background: #b5ddd5;
      text-decoration: none;
      color: #fff;
      padding: 20px;
      text-align: center;
      font-size: 1.2rem;
      font-weight: bold; }

.footer-wrapper {
  background-color: #b5ddd5; }
  .footer-wrapper .footer-container {
    max-width: 1200px;
    min-height: 200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; }

/*# sourceMappingURL=main.css.map */
