.works .lvp-kv {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
@media screen and (min-width: 640px) {
  .works .lvp-kv {
    -webkit-clip-path: none;
            clip-path: none;
  }
}
.works .lvp-kv-bg {
  height: calc(100vw + 50px);
  top: 50px;
}
@media screen and (min-width: 640px) {
  .works .lvp-kv-bg {
    height: 100lvh;
    top: 0;
  }
}
.works .lvp-kv-inner {
  height: 100vw;
}
@media screen and (min-width: 640px) {
  .works .lvp-kv-inner {
    height: calc(100lvh - 70px - 64px);
  }
}
.works .lvp-kv-textbox {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  padding: 0;
}
@media screen and (min-width: 640px) {
  .works .lvp-kv-textbox {
    -webkit-transform: translateY(-2lvh);
            transform: translateY(-2lvh);
  }
}
.works-header {
  padding-top: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 640px) {
  .works-header {
    padding-top: 0;
    padding-bottom: 0;
    height: 100px;
  }
}
.works-header-inner {
  text-align: center;
}
@media screen and (min-width: 640px) {
  .works-header-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.works-header-text {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.03em;
  line-height: 1.6;
  margin: 0;
}
@media screen and (min-width: 640px) {
  .works-header-text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 640px) {
  .works-header-text:nth-of-type(2) {
    margin-left: 15px;
    padding-left: 20px;
    position: relative;
  }
  .works-header-text:nth-of-type(2)::before {
    content: "";
    height: 13px;
    width: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(calc(-50% - 1px));
            transform: translateY(calc(-50% - 1px));
    background: #656565;
  }
}
.works-intro {
  padding: 60px 0;
}
@media screen and (min-width: 640px) {
  .works-intro {
    padding: 100px 0;
  }
}
.works-intro .wb-title.wb-single-title {
  margin-bottom: 30px;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 360px) {
  .works-intro .wb-title.wb-single-title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 640px) {
  .works-intro .wb-title.wb-single-title {
    margin-bottom: 60px;
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.works-intro + .works-contents .works-content {
  padding-top: 60px;
}
@media screen and (min-width: 640px) {
  .works-intro + .works-contents .works-content {
    padding-top: 120px;
  }
}
.works-content {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (min-width: 640px) {
  .works-content {
    padding-top: 120px;
    padding-bottom: 150px;
  }
}

.wb:nth-of-type(n + 2) {
  margin-top: 80px;
}
@media screen and (min-width: 640px) {
  .wb:nth-of-type(n + 2) {
    margin-top: 120px;
  }
}
.wb-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  margin-bottom: 40px;
}
@media screen and (min-width: 640px) {
  .wb-title {
    margin-bottom: 60px;
  }
}
.wb-title-top {
  height: 23px;
}
@media screen and (min-width: 640px) {
  .wb-title-top {
    height: 26px;
  }
}
.wb-title-top.bl-over {
  height: 30px;
}
@media screen and (min-width: 640px) {
  .wb-title-top.bl-over {
    height: 32px;
  }
}
.wb-title-top img {
  height: 100%;
  width: auto;
  max-width: 100%;
}
.wb-title-bottom {
  letter-spacing: 0.1em;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 12px;
  font-weight: 400;
}
.wb-title.wb-single-title {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
}
@media screen and (min-width: 360px) {
  .wb-title.wb-single-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 640px) {
  .wb-title.wb-single-title {
    margin-bottom: 60px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.wb-text {
  margin: 0;
  margin-top: 20px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8571428571;
}
@media screen and (min-width: 640px) {
  .wb-text {
    font-size: 16px;
    font-size: 1rem;
  }
}
.wb-note {
  margin: 0;
  margin-top: 20px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.8571428571;
}
@media screen and (min-width: 640px) {
  .wb-note {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.wb-img {
  margin-top: 40px;
}
@media screen and (min-width: 640px) {
  .wb-img {
    margin-top: 50px;
  }
}
.wb-img + .wb-text {
  margin-top: 48px;
}
@media screen and (min-width: 640px) {
  .wb-img + .wb-text {
    margin-top: 60px;
  }
}
.wb-img-caption {
  margin: 0;
  margin-top: 10px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
}
@media screen and (min-width: 640px) {
  .wb-img-caption {
    margin-top: 15px;
  }
}
.wb-img-caption.center {
  text-align: center;
}
@media screen and (min-width: 640px) {
  .wb-img-caption.pc-center {
    text-align: center;
  }
}
.wb-img-caption + .wb-text {
  margin-top: 48px;
}
@media screen and (min-width: 640px) {
  .wb-img-caption + .wb-text {
    margin-top: 60px;
  }
}
.wb-img img {
  width: 100%;
  height: auto;
  display: block;
}
.wb-img + .wb-2col {
  margin-top: 20px;
}
@media screen and (min-width: 640px) {
  .wb-img + .wb-2col {
    margin-top: 30px;
  }
}
.wb-2col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 640px) {
  .wb-2col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.wb-2col-item {
  width: 100%;
}
@media screen and (min-width: 640px) {
  .wb-2col-item {
    width: calc((100% - 28px) / 2);
  }
}
.wb-2col-item:nth-of-type(n + 2) {
  margin-top: 20px;
}
@media screen and (min-width: 640px) {
  .wb-2col-item:nth-of-type(n + 2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 640px) {
  .wb-2col-item:nth-of-type(n + 3) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 640px) {
  .wb-2col-item:nth-of-type(even) {
    margin-left: 28px;
  }
}
.wb-2col-item img {
  width: 100%;
  height: auto;
}
.wb-video {
  margin-top: 40px;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .wb-video {
    margin-top: 50px;
  }
}
.wb-video-inner {
  padding-top: 56.25%;
  position: relative;
}
.wb-video-inner.not-pt {
  padding-top: 0;
}
.wb-video-trigger, .wb-video-embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wb-video-trigger {
  cursor: pointer;
  padding: 0;
  border: 0;
}
.wb-video-trigger:hover .wb-video-trigger-poster, .wb-video-trigger:focus-visible .wb-video-trigger-poster {
  opacity: 0.7;
}
.wb-video-trigger-poster {
  width: 100%;
  height: auto;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}
.wb-video-trigger-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 640px) {
  .wb-video-trigger-icon {
    width: 74px;
    height: 74px;
  }
}
.wb-video-embed {
  visibility: hidden;
  opacity: 0;
}
.wb-video-embed.is-embed {
  opacity: 1;
  visibility: visible;
}
.wb-video-text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6923076923;
  text-align: left;
  margin: 0;
}
.wb-video-text.center {
  text-align: center;
}
@media screen and (min-width: 640px) {
  .wb-video-text.pc-center {
    text-align: center;
  }
}
.wb-video-text-toggle {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 13px;
  font-size: 0.8125rem;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.wb-video-text-toggle[aria-expanded=true] .wb-video-text-toggle-arrow img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.wb-video-text-toggle-arrow {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  vertical-align: top;
}
.wb-video-text-toggle-arrow img {
  margin-top: 3px;
  width: 10px;
  height: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wb-dlbtn {
  margin-top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 640px) {
  .wb-dlbtn {
    margin-top: 120px;
  }
}
.wb-dlbtn + .related {
  margin-top: 80px;
}
@media screen and (min-width: 640px) {
  .wb-dlbtn + .related {
    margin-top: 140px;
  }
}
.wb-dlbtn-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 230px;
  height: 60px;
  border-radius: 100px;
  background: #1a1a1a;
  color: #fff;
  border: 1px solid #1a1a1a;
  text-decoration: none !important;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}
@media screen and (min-width: 640px) {
  .wb-dlbtn-link {
    width: 360px;
    height: 70px;
  }
}
.wb-dlbtn-link:hover, .wb-dlbtn-link:focus-visible {
  background: transparent;
  color: #1a1a1a;
}
.wb-dlbtn-link:hover .wb-dlbtn-txt::before, .wb-dlbtn-link:focus-visible .wb-dlbtn-txt::before {
  background-image: url("../img/icon-pdf-b.svg");
}
.wb-dlbtn-link[target=_blank] .wb-dlbtn-txt::after {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 13px;
  background-image: url("../img/icon-window-w.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: -22px;
  top: 48%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 640px) {
  .wb-dlbtn-link[target=_blank] .wb-dlbtn-txt::after {
    width: 15px;
    right: -28px;
  }
}
.wb-dlbtn-link[target=_blank]:hover .wb-dlbtn-txt::after, .wb-dlbtn-link[target=_blank]:focus-visible .wb-dlbtn-txt::after {
  background-image: url("../img/icon-window-b.svg");
}
.wb-dlbtn-txt {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  position: relative;
}
.wb-dlbtn-txt::before {
  content: "";
  display: block;
  aspect-ratio: 21/27;
  width: 16px;
  background-image: url("../img/icon-pdf-w.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: -28px;
  top: 48%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 640px) {
  .wb-dlbtn-txt::before {
    width: 21px;
    left: -36px;
  }
}
.wb-footer {
  margin-top: 60px;
}
@media screen and (min-width: 640px) {
  .wb-footer {
    margin-top: 100px;
  }
}
.wb-footer .wb-text {
  margin-top: 0;
}
.wb-footer .wb-text + .wb-text {
  margin-top: 0;
}

.related {
  margin-top: 80px;
}
@media screen and (min-width: 640px) {
  .related {
    margin-top: 100px;
  }
}
.related-title {
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  margin: 0;
}
.related-title.left {
  text-align: left;
}
.related-title.wb-none {
  word-break: break-all;
}
.related-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 40px;
}
@media screen and (min-width: 980px) {
  .related-list.center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.related-list.col-4 {
  max-width: 748px;
  margin-left: auto;
  margin-right: auto;
  gap: 20px 16px;
}
@media screen and (min-width: 640px) {
  .related-list.col-4 {
    gap: 36px 20px;
  }
}
.related-list.col-4 .related-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc((100% - 16px) / 2);
  margin-left: 0 !important;
  margin-top: 0 !important;
}
@media screen and (min-width: 640px) {
  .related-list.col-4 .related-item {
    width: calc((100% - 60px) / 4);
  }
}
.related-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc((100% - 16px) / 2);
}
@media screen and (min-width: 640px) {
  .related-item {
    width: calc((100% - 60px) / 4);
  }
}
@media screen and (min-width: 980px) {
  .related-item {
    width: calc((100% - 80px) / 5);
  }
}
.related-item:nth-of-type(even) {
  margin-left: 16px;
}
@media screen and (min-width: 640px) {
  .related-item:nth-of-type(even) {
    margin-left: 0;
  }
}
@media screen and (min-width: 640px) {
  .related-item:not(:nth-of-type(4n + 1)) {
    margin-left: 20px;
  }
}
@media screen and (min-width: 980px) {
  .related-item:not(:nth-of-type(4n + 1)) {
    margin-left: 0;
  }
}
@media screen and (min-width: 980px) {
  .related-item:not(:nth-of-type(5n + 1)) {
    margin-left: 20px;
  }
}
@media screen and (min-width: 640px) {
  .related-item:nth-of-type(n + 5) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 980px) {
  .related-item:nth-of-type(n + 5) {
    margin-top: 0;
  }
}
@media screen and (min-width: 980px) {
  .related-item:nth-of-type(n + 6) {
    margin-top: 20px;
  }
}
.related-link {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.related-link:hover .imgbox, .related-link:focus-visible .imgbox {
  opacity: 0.7;
}
.related-link .related-title {
  position: relative;
  font-weight: 400;
  line-height: 1.3846153846;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 640px) {
  .related-link .related-title {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 980px) {
  .related-link .related-title {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.related-link .related-title img {
  vertical-align: middle;
  display: inline-block;
  margin-left: 0.2em;
}
.related-link .related-title br {
  display: none;
}
@media screen and (min-width: 1280px) {
  .related-link .related-title br {
    display: inline-block;
  }
}
.related .imgbox {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  aspect-ratio: 1/1;
}
.related .imgbox::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.related .imgbox img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.related .textbox {
  padding-top: 15px;
  padding-bottom: 15px;
}

.cv {
  padding-top: 70px;
  padding-bottom: 60px;
}
@media screen and (min-width: 640px) {
  .cv {
    padding-top: 120px;
    padding-bottom: 180px;
  }
}
.cv-title {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cv-title-top {
  height: 24px;
}
@media screen and (min-width: 640px) {
  .cv-title-top {
    height: 26px;
  }
}
.cv-title-top img {
  height: 100%;
  width: auto;
  max-width: 100%;
}
.cv-title-bottom {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-top: 12px;
}
.cv-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 60px;
}
@media screen and (min-width: 640px) {
  .cv-list {
    margin-top: 120px;
  }
}
@media screen and (min-width: 640px) {
  .cv-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.cv-item:nth-of-type(n + 2) {
  margin-top: 60px;
}
@media screen and (min-width: 640px) {
  .cv-item:nth-of-type(n + 2) {
    margin-top: 100px;
  }
}
@media screen and (min-width: 640px) {
  .cv-item-imgbox {
    width: 38.2978723404%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.cv-item-imgbox img {
  width: 100%;
  height: auto;
  display: block;
}
.cv-item-textbox {
  padding: 30px 0 0;
}
@media screen and (min-width: 640px) {
  .cv-item-textbox {
    padding: 0;
    padding-left: 30px;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}
@media screen and (min-width: 980px) {
  .cv-item-textbox {
    padding-left: 50px;
  }
}
.cv-item-title {
  margin: 0;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cv-item-title-top {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 1.7142857143;
}
@media screen and (min-width: 640px) {
  .cv-item-title-top {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
  }
}
.cv-item-title-bottom {
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.05em;
  margin-top: 5px;
}
@media screen and (min-width: 640px) {
  .cv-item-title-bottom {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.cv-item-text {
  margin: 0;
  margin-top: 30px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8571428571;
}
@media screen and (min-width: 640px) {
  .cv-item-text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.875;
  }
}