@font-face {
  font-family: "Yu Gothic";
  src: url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.eot");
  src: url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.eot#iefix") format("embedded-opentype"), url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.woff") format("woff"), url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.woff2") format("woff2"), url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.ttf") format("truetype"), url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.svg#Yu Gothic") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.extend__section {
  padding-top: 0;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .extend__section {
    margin-top: 4rem;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.extend__section .extend__section__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px auto 4.9rem;
  gap: 1.2rem;
  cursor: pointer;
}
.extend__section .extend__section__more:hover .section__more::before, .extend__section .extend__section__more:hover .section__more::after {
  height: 0.2rem;
}
.extend__section .extend__section__more.active .section__more::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.extend__section .section__more {
  border-radius: 100%;
  width: 2.8rem;
  height: 2.8rem;
  border: 1px solid #52687d;
  cursor: pointer;
}
.extend__section .section__more .section__more-link {
  width: 15rem;
}
.extend__section .section__more .section__more-link:hover {
  text-decoration: none;
}
.extend__section .section__more::before, .extend__section .section__more::after {
  background-color: #52687d;
  width: 1.6rem;
  height: 0.1rem;
  opacity: 1;
  right: 0;
  left: 0;
  background-image: none;
}
.extend__section .section__more::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.extend__section__more span {
  white-space: nowrap;
  color: #52687D;
}
@media screen and (max-width: 768px) {
  .extend__section__more span {
    display: none;
  }
}

.ir-schedule__background {
  width: 100%;
  margin-bottom: 5.8rem;
}
@media screen and (max-width: 768px) {
  .ir-schedule__background {
    margin-bottom: 6.3rem;
  }
}
@media screen and (min-width: 769px) {
  .ir-schedule__background img {
    max-height: 72rem;
    margin-left: -10rem;
  }
}

.ir-schedule__bg--sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .ir-schedule__bg--pc {
    display: none;
  }
  .ir-schedule__bg--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ir-schedule__bg--sp img {
    width: 100%;
  }
}
.calendar {
  width: 100%;
  background-color: #eef0f2;
  padding: 8rem 0 9.8rem 0;
}
@media screen and (max-width: 768px) {
  .calendar {
    background-color: #ffffff;
    padding-top: 0;
    padding-bottom: 7.8rem;
  }
}

.calendar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  padding: 4.2rem 8rem 4.9rem 8rem;
  background-color: #ffffff;
  font-size: 1.5rem;
  line-height: 2.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP";
  color: #5c6d7c;
  gap: 2.2rem;
}
@media screen and (max-width: 768px) {
  .calendar-container {
    padding: 0 2rem;
    gap: 3.4rem;
  }
  .calendar-container.more {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.calendar-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 2.3rem;
  border-bottom: 0.1rem solid rgba(82, 104, 125, 0.3);
  gap: 7rem;
}
@media screen and (max-width: 768px) {
  .calendar-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 1.9rem;
    padding-bottom: 2.8rem;
  }
}

.calendar-item__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 11.8rem;
}
@media screen and (max-width: 768px) {
  .calendar-item__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 0.4rem;
  }
}

.calendar-item__title {
  position: relative;
  font-weight: 700;
  padding: 0 1.4rem;
  font-size: 1.6rem;
  line-height: 3rem;
  margin: 0;
  letter-spacing: -0.06em;
}
@media screen and (max-width: 768px) {
  .calendar-item__title {
    padding: 0 1.6rem;
    line-height: 2.1rem;
  }
}

.calendar-item__title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.6rem;
  height: 1.2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5.999' height='12' viewBox='0 0 5.999 12'%3E%3Cpath id='Path_63683' data-name='Path 63683' d='M19.889,9.69,17.507,7.31V3.69l6,6-6,6V12.072Z' transform='translate(-17.507 -3.69)' fill='%23a19460'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.calendar-item__subtitle {
  max-width: 14rem;
  margin: 0;
  color: #5c6d7c;
}
@media screen and (max-width: 768px) {
  .calendar-item__subtitle {
    max-width: 100%;
    padding-left: 1rem;
    line-height: 2.1rem;
  }
  .calendar-item__subtitle br {
    display: none;
  }
}

.calendar-item__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .calendar-item__right {
    gap: 1.7rem;
    margin-top: 0.3rem;
  }
}

.calendar-item__document {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2.6rem;
  line-height: 2.2rem;
}
.calendar-item__document:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .calendar-item__document {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    font-size: 1.4rem;
    line-height: 2.4rem;
    gap: 0.1rem;
  }
}

.calendar-item__date {
  color: #5c6d7c;
  margin: 0;
  min-width: 12.6rem;
}
@media screen and (max-width: 768px) {
  .calendar-item__date {
    line-height: 2rem;
  }
}

.calendar-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 42.7rem;
}
@media screen and (max-width: 768px) {
  .calendar-item__link {
    line-height: 2.4rem;
  }
}

.calendar-item__icon {
  margin-right: 1.2rem;
  max-width: 2rem;
}
.calendar-item__icon .calendar-item__img {
  display: block;
}
@media screen and (max-width: 768px) {
  .calendar-item__icon {
    display: none;
  }
}

.calendar a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-underline-offset: 0.3rem;
}
.calendar a:hover {
  text-decoration: underline;
}

.calendar-foot-text {
  width: 100%;
  max-width: 120rem;
  font-size: 1.5rem;
  line-height: 2.8rem;
  font-weight: 500;
  color: #5c6d7c;
  margin: 0 auto;
  margin-top: 2.8rem;
}
@media screen and (max-width: 768px) {
  .calendar-foot-text {
    max-width: 33.5rem;
    line-height: 2.4rem;
    margin-top: 3.1rem;
  }
}

@media screen and (max-width: 768px) {
  .page-calender .ir-banner .ir-banner__title {
    padding-left: 3.1rem;
    font-size: 3.2rem;
    font-weight: 600;
  }
  .page-calender .ir-banner .ir-banner__title::after {
    width: 2.3rem;
    height: 2.2rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.998' height='22' viewBox='0 0 22.998 22'%3E%3Cg id='Group_16265' data-name='Group 16265' transform='translate(-45 -324.5)'%3E%3Cpath id='Path_64441' data-name='Path 64441' d='M236.969,409.681l10-9.966-10-10.033Z' transform='translate(-191.969 -64.183)' fill='%239e925c'/%3E%3Cpath id='_3' data-name='3' d='M15.367,0,11,4.366,6.637,0H0L11,11,22,0Z' transform='translate(57 346.5) rotate(-90)' fill='%239e925c'/%3E%3C/g%3E%3C/svg%3E%0A");
  }
}
@media screen and (min-width: 769px) {
  .page-calender .ir-banner .ir-banner__content .ir-banner__left {
    padding-top: 0;
  }
}
.page-calender .ir-schedule {
  margin: 4.6rem auto 0;
  max-width: 144rem;
}
@media screen and (max-width: 768px) {
  .page-calender .ir-schedule {
    margin-top: 3.5rem;
  }
}

@media screen and (max-width: 768px) {
  .extend__section .extend__section__more {
    margin-top: 4rem;
  }
}