@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;
}
@-webkit-keyframes moveEnd {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes moveEnd {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.koukoku {
  width: 100%;
  background-color: #eef0f2;
  padding: 8rem 0 9.8rem 0;
}
@media screen and (max-width: 768px) {
  .koukoku {
    background-color: #ffffff;
    padding-top: 0;
    padding-bottom: 8.3rem;
  }
}

.koukoku-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.8rem 8rem 4.9rem 8rem;
  background-color: #ffffff;
  font-size: 1.5rem;
  line-height: 2.6rem;
  font-weight: 500;
  color: #5c6d7c;
  gap: 2.2rem;
}
@media screen and (max-width: 768px) {
  .koukoku-container {
    padding: 0 2rem;
    gap: 1.4rem;
  }
}

.koukoku-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;
  gap: 6.5rem;
  border-bottom: 0.1rem solid rgba(82, 104, 125, 0.3);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-decoration: none !important;
  position: relative;
}
.koukoku-item::before {
  content: "";
  width: 0;
  height: 0.1rem;
  background: #52687d;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.koukoku-item:hover::before {
  -webkit-animation: moveEnd 0.2s forwards;
          animation: moveEnd 0.2s forwards;
}
.koukoku-item.koukoku-item--no-border {
  border-bottom: none;
  padding-bottom: 0;
}
.koukoku-item.koukoku-item--no-border:hover::before {
  display: none;
}
@media screen and (max-width: 768px) {
  .koukoku-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 1.9rem;
    padding-bottom: 1.6rem;
  }
}

.koukoku-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) {
  .koukoku-item__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 0.4rem;
  }
}

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

.koukoku-item__title:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 0.8rem solid transparent;
  border-bottom: 0.8rem solid transparent;
  border-right: 0.8rem solid #9e925c;
}

.koukoku-item__title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 0.8rem solid transparent;
  border-bottom: 0.8rem solid transparent;
  border-left: 0.8rem solid #9e925c;
}

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

.koukoku-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.2rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .koukoku-item__right {
    gap: 1.7rem;
    margin-top: 0.3rem;
  }
}

.koukoku-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;
  line-height: 2.2rem;
  font-size: 1.5rem;
}
.koukoku-item__document:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .koukoku-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;
  }
}

.koukoku-item__date {
  color: #5c6d7c;
  font-weight: 500;
  font-size: 1.5rem;
  margin: 0;
  min-width: 10rem;
  margin-right: 3.2rem;
}
@media screen and (max-width: 768px) {
  .koukoku-item__date {
    line-height: 2rem;
    font-size: 1.2rem;
  }
}

.koukoku-item__link {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.koukoku-item__link a .koukoku-item__img {
  display: none;
}
@media screen and (max-width: 768px) {
  .koukoku-item__link {
    line-height: 2.4rem;
    font-size: 1.4rem;
  }
  .koukoku-item__link a .koukoku-item__img {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    margin-bottom: -0.4rem;
    margin-left: 0.6rem;
  }
}

.koukoku-item__icon {
  margin-left: 1.2rem;
  margin-bottom: -0.3rem;
  max-width: 2rem;
}

.koukoku-banner.ir-banner .ir-banner__content.ir-banner__content--extend .ir-banner__left {
  padding-top: 0.2rem;
}

.koukoku a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-underline-offset: 0.3rem;
}
@media screen and (max-width: 768px) {
  .koukoku a {
    line-height: 2.9rem;
    margin-top: 0.5rem;
  }
}
.koukoku a:hover {
  text-decoration: underline;
}

.koukoku-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) {
  .koukoku-foot-text {
    max-width: 33.5rem;
    line-height: 2.4rem;
    margin-top: 3.1rem;
  }
}