@import url("https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&family=BIZ+UDPGothic:wght@400;700&family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
:root {
  --gold: #c9a063;
  --corporate_color: #0b377d;
  --dark_blue: #304c74;
  --light_blue: #acd4e8;
}

.area01 {
  padding: 30px 0 60px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .area01 {
    padding: 45px 0 90px;
  }
}
.area01::before {
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/top/img01.png) left top/contain no-repeat;
  width: 361px;
  height: 240px;
  content: "";
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .area01::before {
    display: none;
  }
}
.area01::after {
  position: absolute;
  right: 0;
  top: 0;
  background: url(../img/top/img02.png) left top/contain no-repeat;
  width: 361px;
  height: 240px;
  content: "";
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .area01::after {
    display: none;
  }
}
.area01 h4 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  filter: drop-shadow(0 0 2px #fff) drop-shadow(0 0 2px #fff) drop-shadow(0 0 4px #fff) drop-shadow(0 0 4px #fff);
}
@media screen and (max-width: 640px) {
  .area01 h4 {
    font-size: 34px;
    line-height: 1.5;
  }
}
.area01 .read {
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
  margin-top: 0.75em;
  filter: drop-shadow(0 0 2px #fff) drop-shadow(0 0 2px #fff) drop-shadow(0 0 4px #fff) drop-shadow(0 0 4px #fff);
}
@media screen and (max-width: 640px) {
  .area01 .read {
    font-size: 24px;
  }
}
.area01 .top_nav {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 202px);
  justify-content: center;
  row-gap: 16px;
}
@media screen and (max-width: 820px) {
  .area01 .top_nav {
    grid-template-columns: repeat(2, 202px);
    gap: 16px;
  }
}
@media screen and (max-width: 640px) {
  .area01 .top_nav {
    grid-template-columns: repeat(2, 303px);
    gap: 24px 0;
  }
}
.area01 .top_nav li {
  transition: all 0.4s;
}
.area01 .top_nav li:hover {
  opacity: 0.85;
}
.area01 .top_nav li a {
  color: #000;
}
.area01 .top_nav li .circle {
  width: 190px;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .area01 .top_nav li .circle {
    width: 285px;
  }
}
.area01 .top_nav li .text {
  margin-top: 1em;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .area01 .top_nav li .text {
    font-size: 18px;
  }
}/*# sourceMappingURL=style.css.map */