@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;
}

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;
  }
}

.calender {
  max-width: 1200rem;
  margin: auto;
  width: 100%;
  padding-left: 20rem;
  padding-right: 20rem;
  box-sizing: border-box;
  padding-bottom: 200rem;
}
@media screen and (max-width: 768px) {
  .calender {
    padding: 0;
    margin-top: 50rem;
    padding-bottom: 100rem;
  }
}
.calender img {
  margin-top: 106rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .calender img {
    margin-top: 0rem;
  }
}
.calender h2 {
  width: 100%;
  height: 65rem;
  background-color: #D2E4ED;
  position: relative;
  font-size: 28rem;
  font-weight: 600;
  padding-left: 50rem;
  display: flex;
  align-items: center;
  margin-bottom: 26rem;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .calender h2 {
    width: calc(100% - 40rem);
    margin: auto;
    font-size: 18rem;
    box-sizing: border-box;
    height: 40rem;
    padding-left: 32rem;
  }
}
.calender h2:nth-of-type(1) {
  margin-top: 94rem;
}
@media screen and (max-width: 768px) {
  .calender h2:nth-of-type(1) {
    margin-top: 50rem;
  }
}
.calender h2:not(:nth-of-type(1)) {
  margin-top: 46rem;
}
@media screen and (max-width: 768px) {
  .calender h2:not(:nth-of-type(1)) {
    margin-top: 50rem;
  }
}
.calender h2::before {
  content: "";
  position: absolute;
  width: 12rem;
  height: 55rem;
  left: 7rem;
  top: 5rem;
  background-color: #0691D9;
}
@media screen and (max-width: 768px) {
  .calender h2::before {
    height: 31rem;
    width: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .calender .calender__list {
    padding: 0 20rem;
    box-sizing: border-box;
    margin-top: 20rem;
  }
}
.calender .calender__list li {
  display: flex;
  align-items: center;
  gap: 45rem;
  padding-bottom: 16rem;
  padding-top: 16rem;
  border-bottom: 1rem solid #D5D5D5;
}
@media screen and (max-width: 768px) {
  .calender .calender__list li {
    gap: 10rem;
    padding: 10rem 0;
    flex-direction: column;
  }
}
.calender .calender__list li:last-child {
  border-bottom: none;
}
.calender .calender__list li.future p {
  color: #939393;
}
.calender .calender__list li.future h3 {
  color: #939393;
}
.calender .calender__list li h3 {
  width: 140rem;
  font-size: 18rem;
  font-weight: 500;
  padding-left: 50rem;
}
@media screen and (max-width: 768px) {
  .calender .calender__list li h3 {
    font-size: 14rem;
    width: 100%;
    padding: 0;
  }
}
.calender .calender__list li p {
  font-weight: 500;
  font-size: 18rem;
}
@media screen and (max-width: 768px) {
  .calender .calender__list li p {
    font-size: 14rem;
    width: 100%;
    padding: 0;
  }
}

body.en .calender .calender__list li h3 {
  width: 180rem;
}
@media screen and (max-width: 768px) {
  body.en .calender .calender__list li h3 {
    width: 100%;
  }
}
/*# sourceMappingURL=calender.css.map */