@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
* {
  font-family: "Noto Sans JP";
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  color: #010101;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

main {
  background-color: rgb(248, 248, 248);
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 62rem;
  }
}

.fv {
  width: 100%;
  position: relative;
  background-color: #EFF2F5;
  height: 221rem;
  border-bottom: 6rem solid #D3D3D3;
}
@media screen and (max-width: 768px) {
  .fv {
    height: 142rem;
    border-bottom: none;
  }
}
.fv::before {
  content: "";
  position: absolute;
  width: 268rem;
  height: 6rem;
  background-color: #0B92D9;
  bottom: -6rem;
  left: 100rem;
}
@media screen and (max-width: 768px) {
  .fv::before {
    width: 78rem;
    height: 3rem;
    left: 20rem;
    bottom: 35rem;
  }
}
.fv .fv__inner {
  top: 50%;
  left: 100rem;
  position: absolute;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .fv .fv__inner {
    left: 20rem;
  }
}
.fv .fv__inner h1 {
  font-size: calc(var(--fs) * 48);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .fv .fv__inner h1 {
    font-size: 17rem;
  }
}
.fv .fv__inner h4 {
  color: #0691D9;
  font-size: calc(var(--fs) * 24);
  font-weight: 600;
  margin-top: 16rem;
}
@media screen and (max-width: 768px) {
  .fv .fv__inner h4 {
    font-size: 13rem;
    padding-left: 0;
    margin-top: 9rem;
  }
}

.sitemap {
  max-width: 1200rem;
  padding: 0 20rem 200rem;
  box-sizing: border-box;
  margin: auto;
  width: 100%;
  margin-top: 106rem;
  padding-bottom: 200rem;
}
@media screen and (max-width: 768px) {
  .sitemap {
    margin-top: 50rem;
    padding: 0 20rem;
    padding-bottom: 100rem;
    box-sizing: border-box;
  }
}
.sitemap .map__container {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .sitemap .map__container {
    gap: 0;
    flex-direction: column;
  }
}
.sitemap .map__container .left {
  width: 266rem;
}
@media screen and (max-width: 768px) {
  .sitemap .map__container .left {
    width: 100%;
  }
}
.sitemap .map__container .center {
  width: 285rem;
}
@media screen and (max-width: 768px) {
  .sitemap .map__container .center {
    width: 100%;
    margin-top: 54rem;
  }
}
.sitemap .map__container .right {
  width: 347rem;
}
@media screen and (max-width: 768px) {
  .sitemap .map__container .right {
    width: 100%;
    margin-top: 54rem;
  }
}
.sitemap .map__container .map__list--one {
  margin-top: 54rem;
}
.sitemap .map__container .map__list--one div {
  width: 266rem;
  padding-bottom: 18.5rem;
  border-bottom: 1rem solid #B4B4B4;
}
@media screen and (max-width: 768px) {
  .sitemap .map__container .map__list--one div {
    width: 100%;
  }
}
.sitemap .map__container .map__list--one div a {
  font-size: 18rem;
  color: #0691D9;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  display: block;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .sitemap .map__container .map__list--one div a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .sitemap .map__container .map__list--one div a {
    font-weight: 500;
  }
}
.sitemap .map__container .map__list:nth-of-type(2), .sitemap .map__container .map__list:nth-of-type(3) {
  margin-top: 54rem;
}
.sitemap .map__container .map__list li:nth-child(1) {
  width: 266rem;
  padding-bottom: 18.5rem;
  border-bottom: 1rem solid #B4B4B4;
}
@media screen and (max-width: 768px) {
  .sitemap .map__container .map__list li:nth-child(1) {
    width: 100%;
  }
}
.sitemap .map__container .map__list li:nth-child(1) a {
  font-size: 18rem;
  color: #0691D9;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  display: block;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .sitemap .map__container .map__list li:nth-child(1) a:hover {
    opacity: 0.7;
  }
}
.sitemap .map__container .map__list li {
  margin-bottom: 14rem;
}
.sitemap .map__container .map__list li:nth-of-type(2) {
  margin-top: 14rem;
}
@media screen and (max-width: 768px) {
  .sitemap .map__container .map__list li {
    margin-bottom: 18rem;
  }
}
.sitemap .map__container .map__list li a {
  font-size: 18rem;
  color: #333;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  display: block;
  box-sizing: border-box;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .sitemap .map__container .map__list li a:hover {
    opacity: 0.7;
  }
}
/*# sourceMappingURL=sitemap.css.map */