@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;
}
@font-face {
  font-family: "Noto Sans CJK JP";
  src: url("/wp-content/themes/vlcholdings/css/fonts/NotoSansCJKjp-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans CJK JP";
  src: url("/wp-content/themes/vlcholdings/css/fonts/NotoSansCJKjp-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.extend__breadcrumb {
  padding-bottom: 6.4rem;
}
@media screen and (max-width: 768px) {
  .extend__breadcrumb {
    padding-bottom: 2rem;
  }
}

.training-page {
  padding: 9.8rem 0 10rem;
  min-height: 60vh;
  background: #EEF0F2;
}
@media screen and (max-width: 768px) {
  .training-page {
    padding: 7.4rem 0rem 5.5rem;
    background: #fff;
  }
}

@media screen and (max-width: 768px) {
  .ir-banner__title {
    line-height: 3.8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .ir-banner__content {
    top: 10.2rem;
  }
}

@media screen and (max-width: 768px) {
  .ir-banner .ir-banner__title::after {
    width: 2.3rem !important;
    height: 2.2rem !important;
    top: 1rem;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.training-page-container {
  max-width: 120rem;
  margin: 0 auto;
  position: relative;
}

.training-opentraining__logo {
  width: 22.5rem;
  position: absolute;
  right: 0;
  top: -7.8rem;
}
@media screen and (max-width: 768px) {
  .training-opentraining__logo {
    width: 14.9rem;
    top: -5.9rem;
    right: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .training-page-content {
    max-width: 33.5rem;
    margin: 0 auto;
  }
}

.training-desc {
  text-align: center;
  font-size: 1.6rem;
  color: #5c6d7c;
  margin-top: 0.5rem;
  margin-bottom: 5rem;
  line-height: 2.8rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .training-desc {
    margin-top: 1rem;
    font-size: 1.5rem;
    text-align: left;
    margin-bottom: 2.9rem;
  }
  .training-desc br {
    display: none;
  }
}

.training-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.6rem;
  margin: 2rem auto 8.3rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 71.6rem;
}
@media screen and (max-width: 768px) {
  .training-filter {
    margin: 1.9rem auto 5.6rem;
    gap: 0.8rem;
  }
}

.custom-select {
  position: relative;
  font-size: 14px;
  color: #333;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: "Noto Sans JP", sans-serif;
}

.custom-select__trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding: 0.6rem 2.4rem 0.8rem 2.3rem;
  cursor: pointer;
  position: relative;
  border: 1px solid #CED3D7;
}
@media screen and (max-width: 768px) {
  .custom-select__trigger {
    padding-left: 1.5rem;
  }
}
.custom-select__trigger.active {
  color: #52687d;
}
.custom-select__trigger.active span {
  color: #52687d;
}

.custom-select__trigger .arrow {
  position: absolute;
  right: 1.9rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("/wp-content/themes/vlcholdings/images/icon/icon_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.custom-select.open .arrow {
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}

.custom-options {
  position: absolute;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 10px rgba(0, 0, 0, 0.08);
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 200;
}

.custom-select.open .custom-options {
  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;
  padding: 0rem 0 1.6rem 2.4rem;
}

.custom-option {
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  position: relative;
  line-height: 1.4;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom-option.selected {
  font-weight: 600;
}

.custom-option.selected::after {
  content: "";
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: -2rem;
  top: 35%;
  width: 0.6rem;
  height: 1rem;
  border-right: 0.2rem solid rgba(92, 109, 124, 0.6);
  border-bottom: 0.2rem solid rgba(92, 109, 124, 0.6);
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

.monthSelect {
  width: 40%;
  max-width: 28rem;
  color: rgba(92, 109, 124, 0.6);
  font-size: 1.5rem;
  font-weight: 600;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("/wp-content/themes/vlcholdings/images/icon/icon_arrow.svg");
  background-size: 1.7rem;
  background-repeat: no-repeat;
  background-position: right 1.9rem center;
  border-color: transparent;
}
@media screen and (max-width: 768px) {
  .monthSelect {
    width: 100%;
    max-width: 100%;
    padding: 1rem 0 0rem;
  }
}
.monthSelect:has(> option:not([value=""]):checked) {
  color: #5c6d7c;
}
.monthSelect:focus {
  outline: none;
}

.courseSelect {
  border-color: transparent;
  width: 60%;
  max-width: 40rem;
  color: rgba(82, 104, 125, 0.6);
  font-size: 1.5rem;
  font-weight: 500;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("/wp-content/themes/vlcholdings/images/icon/icon_arrow.svg");
  background-size: 1.7rem;
  background-repeat: no-repeat;
  background-position: right 1.9rem center;
}
@media screen and (max-width: 768px) {
  .courseSelect {
    width: 100%;
    max-width: 100%;
    padding: 0rem 0 1.1rem;
  }
}
.courseSelect:has(> option:not([value=""]):checked) {
  color: #52687d;
}
.courseSelect:focus {
  outline: none;
}

.training-comment__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
  color: #52687d;
}
@media screen and (max-width: 768px) {
  .training-comment__list {
    gap: 3.9rem;
  }
}

.training-comment__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .training-comment__item {
    padding-bottom: 4rem;
    border-bottom: 1px solid #BBC0C4;
  }
  .training-comment__item:last-child {
    border-bottom: none;
  }
}

.training-comment__title {
  font-size: 3.6rem;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  line-height: 5.2rem;
  padding-left: 4rem;
  position: relative;
  margin-left: 0.1rem;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
@media screen and (max-width: 768px) {
  .training-comment__title {
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-weight: 600;
    padding-left: 2.6rem;
    margin: 0.2rem 0rem 0.1rem;
    margin-left: 0rem;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.training-comment__title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.8rem;
  height: 2.4rem;
  background-image: url("/wp-content/themes/vlcholdings/images/icon/icon_arrow_title_ir.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  -webkit-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
}
@media screen and (max-width: 768px) {
  .training-comment__title::after {
    width: 1.8rem;
    height: 1.6rem;
    top: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}

.training-comment__content {
  background-color: #fff;
  padding: 4.9rem 6.4rem 4.5rem;
}
@media screen and (max-width: 768px) {
  .training-comment__content {
    padding: 0rem;
  }
}
@media screen and (min-width: 769px) {
  .training-comment__content {
    position: relative;
  }
  .training-comment__content::after {
    content: "";
    width: 4.4rem;
    aspect-ratio: 1;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(-135deg, #9E925C 50%, #fff 50%);
  }
}

.training-comment__field {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
  padding-left: 1.4rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .training-comment__field {
    font-size: 1.5rem;
    line-height: 2.1rem;
  }
}
.training-comment__field::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.6rem;
  height: 0.6rem;
  background-image: url("/wp-content/themes/vlcholdings/images/icon/icon-ellipse.svg");
  background-size: contain;
  background-repeat: repeat-x;
  background-position: 0px 0px;
  -webkit-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
}

.training-comment__category {
  font-size: 2rem;
  line-height: 3.6rem;
  font-weight: 600;
  margin: 0.5rem 0rem 2.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: block;
  pointer-events: none;
}
.training-comment__category::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.1rem;
  background-color: #9E925C;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .training-comment__category {
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin: 0.8rem 1.6rem 2.2rem 0rem;
  }
}

@media screen and (max-width: 768px) {
  .training-comment__category-even {
    margin-top: 0.9rem;
  }
  .training-comment__category-error {
    margin-bottom: 1rem;
  }
}
.training-comment__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  margin: -0.3rem 0rem;
}
@media screen and (max-width: 768px) {
  .training-comment__desc {
    gap: 2.6rem;
  }
}

.training-comment__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3rem;
}
@media screen and (max-width: 768px) {
  .training-comment__text {
    font-size: 1.5rem;
    line-height: 2.6rem;
  }
}

.training-comment__link {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3rem;
  margin: 0.5rem 0rem -0.3rem;
  text-decoration: underline;
  text-underline-offset: 0.4rem;
}
@media screen and (max-width: 768px) {
  .training-comment__link {
    font-size: 1.5rem;
    line-height: 2.6rem;
    margin-top: 1.8rem;
  }
}

.pager-btn {
  width: 3.2rem;
  aspect-ratio: 1;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.3rem;
  font-family: "Jost", sans-serif;
  color: #5C6D7C;
}
@media screen and (max-width: 768px) {
  .pager-btn img {
    width: 0.6rem;
  }
}

.pager-btn.active {
  background-color: #52687d;
  color: #fff;
}

.pagination {
  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;
  gap: 1.2rem;
  margin-top: 6.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pagination.hidden {
  display: none;
}
@media screen and (max-width: 768px) {
  .pagination {
    margin-top: 2.4rem;
    -webkit-transform: translateX(1px);
            transform: translateX(1px);
  }
}

.training-comment__advertisement {
  margin: 8rem auto 0rem;
  max-width: 132rem;
  padding: 4.8rem 60rem 0rem 0rem;
}
@media screen and (min-width: 769px) {
  .training-comment__advertisement {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .training-comment__advertisement {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0rem;
  }
}

.advertisement__content {
  padding: 6.4rem 18rem 6.4rem 8rem;
  max-width: 72rem;
  color: #52687d;
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .advertisement__content {
    padding: 2.4rem 2rem;
  }
}

.advertisement__box {
  z-index: 99;
}

.advertisement__title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 3.5rem;
  padding-left: 1.8rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .advertisement__title {
    font-size: 2rem;
    line-height: 2.9rem;
  }
}
.advertisement__title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1rem;
  height: 2rem;
  background-image: url("/wp-content/themes/vlcholdings/images/icon/icon_arrow_new_yeallow.svg");
  background-size: contain;
  background-repeat: repeat-x;
  background-position: 0px 0px;
  -webkit-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
}

.advertisement__desc {
  margin: 2.1rem 0rem 3.5rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3rem;
}
@media screen and (max-width: 768px) {
  .advertisement__desc {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.8rem;
    margin: 1.3rem 0rem 2rem;
  }
}

@media screen and (min-width: 769px) {
  .advertisement__img {
    position: absolute;
    width: 72rem;
    height: 36rem;
    z-index: 1;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .advertisement__img {
    width: 100%;
    padding-left: 2rem;
  }
}

.frost {
  position: absolute;
  right: 60rem;
  top: 4.8rem;
  width: 72rem;
  height: 37.6rem;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(2rem) brightness(1.22);
  mix-blend-mode: normal;
  opacity: 1;
  z-index: 3;
  overflow: hidden;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .frost {
    display: none;
  }
}

.frost::after {
  content: "";
  position: absolute;
  right: 0rem;
  top: 0rem;
  width: 16.2rem;
  height: 32.6rem;
  pointer-events: none;
  background-image: linear-gradient(227.24deg, rgba(255, 255, 255, 0.545) 0%, rgb(255, 255, 255) 100%);
  opacity: 0.3;
}

.frost::before {
  content: "";
  position: absolute;
  right: 0rem;
  top: 0rem;
  width: 37.6rem;
  height: 37.6rem;
  background-image: url("/wp-content/themes/vlcholdings/images/common/bg-training-comment.png");
  background-size: contain;
  background-repeat: repeat-x;
  background-position: 0 0;
  -webkit-transition: background-position 0.3s ease, opacity 0.25s ease;
  transition: background-position 0.3s ease, opacity 0.25s ease;
  pointer-events: none;
  z-index: 0;
}