@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@500;700&family=Noto+Sans:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
html {
  color: #000000;
  font-family: 'Noto Sans JP', 'Noto Sans', sans-serif;
  font-family: 'Noto Sans JP', 'Noto Sans', sans-serif;
  letter-spacing: 2px;
}

h1 {
  color: #ffffff;
  font-size: 96px;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  color: #194571;
  font-size: 96px;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  h2 {
    font-size: 36px;
    margin-bottom: 70px;
    margin-top: 34px;
    text-align: center;
  }
}

h3 {
  color: #194571;
  font-size: 24px;
  font-weight: bold;
}
h3.h3-tilte-small {
  font-size: 32px;
}
@media screen and (max-width: 1100px) {
  h3.h3-tilte-small {
    font-size: 24px;
  }
}

h4 {
  font-size: 32px;
  font-weight: bold;
  line-height: normal;
}
@media screen and (max-width: 1100px) {
  h4 {
    font-size: 24px;
  }
}

p {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.7em;
}
@media screen and (max-width: 1100px) {
  p {
    font-size: 16px;
  }
}

header h1 {
  font-family: 'Noto Sans JP', 'Noto Sans', sans-serif;
  font-size: 64px;
}
@media screen and (max-width: 1100px) {
  header h1 {
    font-size: 36px;
    text-align: center;
    word-break: keep-all;
  }
}

h4 {
  font-size: 28px;
}

.external-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.external-link ul li {
  width: 250px;
}
.external-link ul li span {
  display: block;
  width: 250px;
  height: 80px;
  line-height: 18px;
  color: #000;
  border: 1px solid #dcdcdc;
  font-size: 18px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1100px) {
  .external-link ul li {
    width: calc(50% - 20px);
  }
  .external-link ul li span {
    width: 167.5px;
    height: 53.59px;
    font-size: 12px;
  }
}
@media screen and (max-width: 1100px) {
  .external-link ul li:nth-child(2n) {
    margin-left: 20px;
  }
}
.external-link ul li:nth-child(n + 5) {
  margin-top: 20px;
}
@media screen and (max-width: 1100px) {
  .external-link ul li:nth-child(n + 5) {
    margin-top: 0;
  }
}
@media screen and (max-width: 1100px) {
  .external-link ul li:nth-child(n + 3) {
    margin-top: 20px;
  }
}
.external-link ul li img {
  width: 100%;
}
/*# sourceMappingURL=../map/page/external-link.css.map */
