@charset "UTF-8";
@import "_mixin";

/**
 * common
 */

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
}

.contents-980 {
  position: relative;
  margin-inline: auto;
  padding-inline: 20px;
  width: 100%;
  max-width: calc(980px + 40px);
}

footer {
  padding: 32px 0;
  color: #3d62ac;
  background-color: #ffffff;
  .footer-wrap {
    font-weight: 500;
    @media screen and (min-width: 769px) {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      column-gap: 24px;
      font-size: 13px;
    }
    > div {
      margin-bottom: 24px;
      @media screen and (min-width:769px) {
        margin-bottom: 0;
      }
    }
    .sponsorship {
      display: grid;
      align-items: center;
      grid-template-columns: 0.6fr 0.4fr;
      column-gap: 16px;
    }
    .inquiry-title {
      border-bottom: 1px solid #3d62ac;
    }
  }
}

img {
  width: 100%;
  height: auto;
}

.text-center {
  text-align: center;
}
