/* ==================================
  TOP / Header
================================== */
.top_page {
  .headerContents {
    margin: auto;
    border-bottom: none;

    .inner {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 1440px;
      max-width: 1440px;
    }
  }

  main {
    margin-top: calc(64px + 53px);
  }

  .FirstView {
    h2 {
      font-size: 40px;
      line-height: 58px;
      text-align: center;
      color: #000;
      letter-spacing: 1px;
    }

    h3 {
      font-size: 20px;
      line-height: 46px;
      text-align: center;
      color: #fff;
      letter-spacing: 1px;
    }

    .imgBox {
      background: url("/img/FirstView.png") center/cover no-repeat;
    }
  }
}

.section01 {
  .textBox {
    width: 720px;
  }
}

.section02 {
  .inner {
    justify-content: center;

    .Block {
      width: 720px;
    }

    .blueInner {
      height: 104px;
      padding-top: 23px;
      background: #002E68;

      h1 {
        font-size: 18px;
        text-align: center;
        line-height: 26px;
        letter-spacing: 1px;
        color: #fff;
      }

      p {
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        line-height: 24px;
        letter-spacing: 1px;
        color: #fff;
      }
    }

    .imgBox01 {
      width: 100%;
      height: 400px;
      display: flex;
      justify-content: center;
      align-items: center;
      background: url("/img/section02_img01.png") center no-repeat;
      background-size: cover;
    }

    .LightGray {
      width: 100%;
      height: 180px;
      padding-block-start: 47px;
      padding-inline: 20px;
      background: #F4F6F6;
    }

    .textBox {
      width: 540px;
      margin: 0 auto;
      font-size: 16px;
      line-height: 26px;
      letter-spacing: 1px;
    }
  }
}

.section04 {
  .textBox {
    width: 720px;
  }
}

@media screen and (max-width: 428px) {
  .top_page {
    .FirstView {
      h2 {
        font-size: 25px;
      }

      h3 {
        font-size: 16px;
        line-height: 28px;
      }

      .imgBox {
        background: url("/img/FirstView.png") center/cover no-repeat;
      }
    }
  }

  .section01 {
    .textBox {
      width: 100%;
    }
  }

  .section02 {
    .inner {
      justify-content: center;

      h2 {
        margin-bottom: 18px;
        font-size: 22px;
        line-height: 36px;
        letter-spacing: 2px;
      }

      .Block {
        width: 100%;
      }

      .blueInner {
        height: 104px;
        padding-top: 23px;
        background: #002E68;

        h1 {
          font-size: 18px;
          text-align: center;
          line-height: 26px;
          letter-spacing: 1px;
          color: #fff;
        }

        p {
          font-size: 14px;
        }
      }

      .imgBox01 {
        height: 206px;
      }

      .LightGray {
        padding-block-start: 37px;
        padding-inline: 20px;
      }

      .textBox {
        width: 100%;
        padding-top: 0;
      }
    }
  }
}