@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;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 2.67vw;
  scroll-behavior: smooth;
}
@media screen and (max-width: 768px) {
  html {
    -webkit-user-select: none; /* Safari, Chrome */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE/Edge */
    user-select: none;
    -webkit-tap-highlight-color: transparent;
  }
}
@media screen and (min-width: 1441px) {
  html {
    font-size: 10px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  html {
    font-size: 0.6944vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1239px) {
  html {
    font-size: 0.6944vw;
  }
}

.container-custom {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 2rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 768px) {
  .container-custom {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #333333;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-wrap: anywhere;
  line-break: strict;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font-family: inherit;
  border: none;
  background: none;
  cursor: pointer;
}

ul,
ol {
  list-style: none;
}

.container {
  max-width: 144.1rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.text-center {
  text-align: center;
}

.hidden {
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.is-pc {
  display: block;
}

.is-mtablet {
  display: none;
}

.is-sp {
  display: none;
}

@media screen and (max-width: 479px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  .is-pc {
    display: none;
  }
  .is-mtablet {
    display: block;
  }
}
@-webkit-keyframes moveEnd {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes moveEnd {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.banner-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-right: 0;
}

.banner {
  position: relative;
  max-width: 92%;
  margin-top: 11.2rem;
}
@media screen and (max-width: 768px) {
  .banner {
    width: 100%;
    margin-top: 7rem;
    max-width: 100%;
  }
}
.banner .banner__image {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .banner .banner__image {
    width: 100%;
  }
}
.banner .banner__content {
  position: absolute;
  bottom: 0.8rem;
}
@media screen and (max-width: 768px) {
  .banner .banner__content {
    bottom: 0;
    padding-left: 1.8rem;
  }
}
.banner .banner__content p {
  position: absolute;
  left: 0;
  bottom: 0.9rem;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
.banner .banner__title_ir {
  font-size: 8rem;
  line-height: 11.6rem;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  color: #52687d;
  margin-bottom: -2rem;
}
@media screen and (max-width: 1024px) {
  .banner .banner__title_ir {
    font-size: 4.8rem;
    line-height: 6.4rem;
    margin-bottom: -1.4rem;
    margin-left: 0.2rem;
  }
}
.banner .banner__subtitle {
  padding: 0 1.5rem;
  position: relative;
  font-size: 1.6rem;
  color: #52687d;
  margin-left: 0.6rem;
  font-family: "Noto Sans JP", sans-serif;
  top: 0.6rem;
}
@media screen and (max-width: 768px) {
  .banner .banner__subtitle {
    top: 0.5rem;
  }
}
.banner .banner__subtitle:before, .banner .banner__subtitle::after {
  content: "";
  position: absolute;
  top: 50%;
  right: unset;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.6rem;
  height: 1.2rem;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='5.999' height='12' viewBox='0 0 5.999 12'><path id='Path_63667' data-name='Path 63667' d='M21.124,9.69l2.382-2.38V3.69l-6,6,6,6V12.072Z' transform='translate(-17.507 -3.69)' fill='%239e925c'/></svg>");
  background-size: contain;
}
.banner .banner__subtitle::before {
  left: unset;
  right: 0;
  -webkit-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
}
.banner .banner__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
}
.banner .banner__arrow {
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  color: #9e925c;
}
.banner .banner__alert {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #b31d1d;
  color: white;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: center;
  padding: 1.6rem 1.7rem 1.1rem 1.3rem;
  font-size: 1.4rem;
  font-family: "DNP ShueiGoGinStd", sans-serif;
  font-weight: 500;
}
.banner .banner__alert .banner-icon {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}

.breadcrumb.top {
  width: 83.7%;
}
@media screen and (max-width: 768px) {
  .breadcrumb.top {
    width: 100%;
    margin-top: 1.6rem;
    margin-bottom: 4.5rem;
  }
}

.news-list {
  border-radius: 0.8rem;
  overflow: hidden;
  max-width: 104rem;
  margin: 0 auto;
  padding-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .news-list {
    padding: 0.9rem 0;
  }
}
.news-list .news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 2.2rem 0 2rem 0;
  border-bottom: 0.1rem solid rgba(82, 104, 125, 0.3);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news-list .news-item {
    -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;
    gap: 0.8rem;
    padding: 2.1rem 0 1.4rem;
  }
}
.news-list .news-item::before {
  content: "";
  width: 0;
  height: 0.1rem;
  background: #52687d;
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  z-index: 1;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.news-list .news-item:hover::before {
  -webkit-animation: moveEnd 0.2s forwards;
          animation: moveEnd 0.2s forwards;
}
.news-list .news-item .news-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-list .news-item .news-item__date {
  font-size: 1.4rem;
  line-height: 3rem;
  font-family: "Jost", sans-serif;
  color: #5c6d7c;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .news-list .news-item .news-item__date {
    font-size: 1.2rem;
  }
}
.news-list .news-item .news-item__label {
  display: inline-block;
  padding: 0rem 1rem;
  min-width: 10rem;
  text-align: center;
  font-size: 1.2rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #fff;
  border-radius: 1.2rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  min-width: 10rem;
  background-color: #26506c;
  margin-left: 4.3rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  .news-list .news-item .news-item__label {
    line-height: 2.3rem;
    margin-left: 1.6rem;
    min-width: 8.8rem;
    padding: 0 2rem;
  }
}
.news-list .news-item .news-item__description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 4.8rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #5c6d7c;
}
@media screen and (max-width: 768px) {
  .news-list .news-item .news-item__description {
    margin: 0;
  }
}
.news-list .news-item .news-item__link {
  display: block;
  text-decoration: none;
  color: #5c6d7c;
  padding-bottom: 0.3rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  line-height: 2.8rem;
  width: 100%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .news-list .news-item .news-item__link {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
.news-list .news-item .news-item__link .new-icon {
  display: none;
  background-color: #ff4444;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  padding: 0.2rem 0.5rem;
  border-radius: 0.3rem;
  margin-left: 0.5rem;
  vertical-align: middle;
}
.news-list .news-item .news-item__link .icon {
  width: 2rem;
  height: 2.2rem;
  margin-left: 1.1rem;
  margin-right: 0.3rem;
}
.news-list .news-item .news-item__link .icon img {
  width: 100%;
}
.news-list .news-item .file-size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  color: #666;
  margin-left: auto;
  white-space: nowrap;
  margin-left: 3.4rem;
  min-width: 10rem;
}
@media screen and (max-width: 768px) {
  .news-list > .news-item:first-child {
    padding-top: 0;
  }
}

.section-ir {
  width: 100%;
  margin-top: 4.5rem;
  background-color: #eef0f2;
  padding-bottom: 13.6rem;
}
@media screen and (max-width: 768px) {
  .section-ir {
    width: 100%;
    margin-top: 0;
    background-color: #ffffff;
    padding: 0;
  }
}

.sp {
  display: none;
}

.section-title {
  position: relative;
  padding-left: 4.1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 5.5rem;
  margin: 0 auto 2.9rem;
  max-width: 120rem;
  color: #52687d;
}
@media screen and (max-width: 768px) {
  .section-title {
    padding-left: 2.2rem;
    font-size: 2.4rem;
    line-height: 1;
    margin: 0 auto 1.8rem;
  }
}
.section-title .arrow-icon {
  font-size: 1.8rem;
  margin-right: 1rem;
  color: #9e925c;
}

.section-title::after {
  content: "";
  position: absolute;
  width: 2.8rem;
  height: 2.4rem;
  top: 50%;
  left: 0;
  background-image: url("/wp-content/themes/vlcholdings/images/icon/icon_arrow_title_ir.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-position: center;
}
@media screen and (max-width: 768px) {
  .section-title::after {
    width: 1.8rem;
    margin-top: 0.4rem;
  }
}

.breadcrumb.top {
  width: 83.7%;
}
@media screen and (max-width: 768px) {
  .breadcrumb.top {
    width: 100%;
    margin: 1.7rem 0 2.2rem;
  }
}

.section-ir-content {
  max-width: 120rem;
  margin: 0 auto;
  padding: 8rem 2rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 768px) {
  .section-ir-content {
    padding: 2.8rem 2rem;
  }
}

.download-section {
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 2rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.news-section {
  max-width: 120rem;
  margin: 0 auto;
  background-color: #ffffff;
}

.news-item__description {
  font-size: 1.6rem;
  color: #5c6d7c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 78rem;
}
.news-item__description .news-item__description_filesize {
  font-size: 1.5rem;
}

.download-item .news-item__description {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0.8rem;
}
.download-item .news-item__description::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;
}
.download-item .news-item__description:hover::before {
  -webkit-animation: moveEnd 0.2s forwards;
  animation: moveEnd 0.2s forwards;
}

.file-size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 4.2rem;
}

.news-item__icon {
  max-width: 2rem;
  width: 100%;
  margin-bottom: -0.3rem;
  margin-left: 0.3rem;
  margin-right: 0.3rem;
}

.view-all {
  position: relative;
  text-align: left;
  min-width: 18rem;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-top: 3.7rem;
  margin-bottom: 4.8rem;
  padding-bottom: 0.7rem;
}
@media screen and (max-width: 768px) {
  .view-all {
    min-width: 16rem;
    padding-bottom: 0.5rem;
  }
}
.view-all::before, .view-all::after {
  top: calc(50% - 0.5rem);
}
.view-all a.section__more-link {
  width: 18rem;
  font-size: 1.8rem;
  color: #52687d;
}
@media screen and (max-width: 768px) {
  .view-all a.section__more-link {
    font-size: 1.6rem;
  }
}
.view-all a.section__more-link:hover {
  text-decoration: none;
}

.download-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6.5rem 0 6.3rem;
  margin: 0 auto;
  max-width: 104rem;
}
@media screen and (max-width: 768px) {
  .download-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2.9rem 0;
  }
}
.download-grid .download-column {
  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;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .download-grid .download-column {
    width: 100%;
    gap: 2rem;
    margin-bottom: 2rem;
  }
}
.download-grid .download-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.4rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .download-grid .download-item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.download-grid .download-item .arrow-icon {
  width: 0;
  height: 0;
  border-top: 0.8rem solid transparent;
  border-bottom: 0.8rem solid transparent;
  border-left: 0.8rem solid #9e925c;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 768px) {
  .download-grid .download-item .arrow-icon {
    margin-top: 0.6rem;
    width: 0.6rem;
    height: 0.6rem;
    border-top: 0.6rem solid transparent;
    border-bottom: 0.6rem solid transparent;
    border-left: 0.6rem solid #9e925c;
  }
}
.download-grid .download-item a {
  text-decoration: none;
  color: #5c6d7c;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: block;
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin-left: 1.1rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .download-grid .download-item a {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-left: 0.8rem;
  }
}
.download-grid .download-item .file-size {
  margin-left: 0.7rem;
  font-size: 1.3rem;
  color: #5c6d7c;
}

.section-info {
  width: 100%;
  background-color: #fff;
  padding-top: 7.7rem;
  padding-bottom: 10.4rem;
}
@media screen and (max-width: 768px) {
  .section-info {
    padding: 2rem 2rem 8.5rem;
  }
}

.info-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 120rem;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.4rem 1fr 2.4rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.8rem 2.4rem;
}
@media screen and (max-width: 768px) {
  .info-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
}
.info-list .info-box {
  position: relative;
  background-color: #ffffff;
  border: 0.1rem solid rgba(82, 104, 125, 0.5);
  padding: 4rem 4.8rem;
  text-decoration: none;
  color: #333;
  min-height: 40.8rem;
  max-width: 38.4rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .info-list .info-box {
    width: 100%;
    padding: 3rem 2.2rem 3.7rem;
    min-height: unset;
  }
}
.info-list .info-box .infor-box-link {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.info-list .info-box .infor-box-link p {
  text-align: left;
}
.info-list .info-box:hover .content-title {
  color: #fff;
}
.info-list .info-box:hover p {
  color: #fff;
}
.info-list .info-box:hover .content-list {
  color: #fff;
}
.info-list .info-box:hover .content-list .content-list-item a {
  color: #fff;
}
.info-list .info-box:hover .content-list .content-list-item::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.info-list .info-box:hover .icon-wrapper {
  background-color: #fff;
  border-color: #fff;
}
.info-list .info-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3.2rem;
  height: 3.2rem;
  background: #9d925c;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .info-list .info-box::after {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.info-list > .info-box:nth-child(1) .icon-wrapper {
  padding-top: 0.3rem;
}
@media screen and (max-width: 768px) {
  .info-list > .info-box:nth-child(1) .icon-wrapper {
    padding-top: 0.1rem;
  }
}
.info-list > .info-box:nth-child(2) .icon-wrapper img {
  width: 5.9rem;
}
@media screen and (max-width: 768px) {
  .info-list > .info-box:nth-child(2) .icon-wrapper img {
    width: 4rem;
  }
}
.info-list > .info-box:nth-child(2) p {
  letter-spacing: -0.012em;
}
.info-list > .info-box:nth-child(3) {
  padding: 4rem 4.5rem;
}
.info-list > .info-box:nth-child(3) .icon-wrapper img {
  width: 5.4rem;
}
@media screen and (max-width: 768px) {
  .info-list > .info-box:nth-child(3) .icon-wrapper img {
    width: 4rem;
  }
}
.info-list > .info-box:nth-child(4) .icon-wrapper img {
  width: 5.7rem;
}
@media screen and (max-width: 768px) {
  .info-list > .info-box:nth-child(4) .icon-wrapper img {
    width: 3.8rem;
    margin-left: 0.5rem;
  }
}
.info-list > .info-box:nth-child(4) .content-list {
  margin-top: 1.4rem;
}
.info-list > .info-box:nth-child(5) .icon-wrapper img {
  width: 5.7rem;
}
@media screen and (max-width: 768px) {
  .info-list > .info-box:nth-child(5) .icon-wrapper img {
    width: 3.8rem;
  }
}
.info-list > .info-box:nth-child(5) p {
  letter-spacing: -0.012em;
}
@media screen and (max-width: 768px) {
  .info-list > .info-box:nth-child(5) p {
    letter-spacing: 0;
  }
}
.info-list > .info-box:nth-child(6) .icon-wrapper img {
  width: 5.7rem;
}
@media screen and (max-width: 768px) {
  .info-list > .info-box:nth-child(6) .icon-wrapper img {
    width: 3.8rem;
  }
}
.info-list > .info-box:nth-child(6) p {
  letter-spacing: -0.012em;
  margin-left: -1.7rem;
}
@media screen and (max-width: 768px) {
  .info-list > .info-box:nth-child(6) p {
    margin-left: -3.2rem;
  }
}

.icon-wrapper {
  position: relative;
  z-index: 2;
  width: 12rem;
  height: 12rem;
  background-color: #eef0f2;
  border: 0.1rem solid #eef0f2;
  border-radius: 50%;
  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-bottom: 2.6rem;
}
@media screen and (max-width: 768px) {
  .icon-wrapper {
    width: 8rem;
    height: 8rem;
    margin-bottom: 2.4rem;
  }
}
.icon-wrapper img {
  width: 4.9rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .icon-wrapper img {
    width: 3rem;
  }
}

.content {
  position: relative;
  z-index: 2;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.content .content-title {
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 3.2rem;
  color: #52687d;
  margin-bottom: 1.1rem;
}
@media screen and (max-width: 768px) {
  .content .content-title {
    font-size: 2rem;
    line-height: 2.8rem;
    margin-left: 0.3rem;
  }
}
.content p {
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #52687d;
}
@media screen and (max-width: 768px) {
  .content p {
    font-size: 1.5rem;
    line-height: 2.8rem;
  }
}
.content .content-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: 1.2rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #52687d;
  line-height: 1.4;
  width: 100%;
  margin-top: 0.4rem;
}
.content .content-list .content-list-item {
  position: relative;
}
.content .content-list .content-list-item a {
  display: block;
  width: 100%;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-transition: font-weight 0.3s ease;
  transition: font-weight 0.3s ease;
}
@media screen and (max-width: 768px) {
  .content .content-list .content-list-item {
    letter-spacing: -0.06em;
  }
}
.content .content-list .content-list-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("/wp-content/themes/vlcholdings/images/icon/icon_arrow_ir.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;
}
.content .content-list .content-list-item:hover a {
  font-weight: 700;
}
.content .content-list .content-list-item:hover::after {
  background-position: 16px 0px;
}

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