@charset "UTF-8";
.breadcrumbs {
  margin-top: 100px;
}
@media screen and (max-width: 1199px) and (min-width: 769px) {
  .breadcrumbs {
    margin-top: 60px;
  }
}

main {
  border-bottom: 1px solid #D5D5D5;
}
main .fv {
  background-color: #000;
  width: 100%;
  height: 160px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  main .fv {
    margin-top: 60px;
  }
}
main .fv .fv__inner {
  padding: 0 7%;
  box-sizing: border-box;
  width: 100%;
  height: inherit;
  display: flex;
  align-items: center;
}
main .fv .fv__inner h2 {
  color: #fff;
  font-size: 3.4rem;
  letter-spacing: 0.68px;
  font-weight: 700;
}
main .fv .fv__inner h2 span {
  font-size: 1.8rem;
  letter-spacing: 2.16px;
  color: #fff;
  font-weight: 600;
  padding-left: 20px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  main .fv .fv__inner h2 span {
    font-size: 1.6rem;
    padding-left: 0;
    display: block;
  }
}
main .contents {
  max-width: 800px;
  margin: auto;
  margin-top: 58px;
}
@media screen and (max-width: 1199px) and (min-width: 769px) {
  main .contents {
    padding: 0 5%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) and (min-width:360px) {
  main .contents {
    padding: 0 5%;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1600px) {
  main .contents {
    max-width: 1200px;
    margin: auto;
    width: 100%;
    margin-top: 58px;
  }
}
main .contents .sum {
  font-size: 16px;
  letter-spacing: 1.6px;
  font-weight: 400;
  margin-top: 1.75em;
  margin-bottom: 1.75em;
  line-height: 30px;
}
main .contents .title {
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 2.8px;
  line-height: 46px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  main .contents .title {
    font-size: 1.6rem;
    letter-spacing: 4px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 769px) {
  main .contents .title {
    font-size: 2rem;
    letter-spacing: 4px;
    line-height: 40px;
  }
}
main .contents .thumbnail {
  width: 100%;
}
main .contents .thumbnail img {
  margin-top: 40px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
  height: auto;
}
main .contents .thumbnail .people {
  font-size: 1.4rem;
  color: #939393;
  font-weight: 400;
  margin-top: 15px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  main .contents .thumbnail .people {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}
main .contents .info {
  background-color: #fff;
  box-shadow: 0 3px 22px rgba(0, 0, 0, 0.1);
  margin-top: 25px;
  box-sizing: border-box;
  padding: 38px 78px;
  border-radius: 4px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  main .contents .info {
    padding: 20px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 769px) {
  main .contents .info {
    padding: 20px;
  }
}
main .contents .info .url {
  display: flex;
  align-items: baseline;
  gap: 9px;
}
main .contents .info .url img {
  width: 13px;
}
main .contents .info .company {
  display: flex;
  align-items: center;
  gap: 26px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  main .contents .info .company {
    flex-direction: column;
    gap: 15px;
  }
}
main .contents .info .company .left {
  max-width: 160px;
  width: 40%;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  main .contents .info .company .left {
    width: 200px;
    width: 60%;
  }
}
main .contents .info .company .left img {
  width: 100%;
}
main .contents .info .company .right p {
  font-size: 2rem;
  font-weight: 600;
}
main .contents .info .company .right .industry {
  display: flex;
  gap: 13px;
  margin-top: 8px;
}
main .contents .info .company .right .industry span {
  width: 49px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EAEAEA;
  border-radius: 4px;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 2.34px;
}
main .contents .info .company .right .industry p {
  font-size: 1.4rem;
  letter-spacing: 1.4px;
  font-weight: 600;
}
main .contents .info ul {
  margin-top: 27px;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  main .contents .info ul {
    gap: 10px;
  }
}
main .contents .info ul li {
  display: flex;
  gap: 29px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  main .contents .info ul li {
    gap: 5px;
  }
}
main .contents .info ul li h4 {
  font-size: 1.4rem;
  letter-spacing: 1.4px;
  font-weight: 600;
  max-width: 79px;
  width: 20%;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  main .contents .info ul li h4 {
    width: 40%;
    max-width: 100%;
  }
}
main .contents .info ul li p {
  width: 80%;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  main .contents .info ul li p {
    width: 100%;
    max-width: 100%;
  }
}
main .contents .info ul li a {
  font-size: 1.4rem;
  letter-spacing: 1.4px;
  font-weight: 600;
  text-decoration: underline;
  display: block;
  margin-top: 16px;
}
main .contents .comp__sammary {
  padding-bottom: 45px;
}
main .contents .comp__sammary p {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 1.6px;
  line-height: 30px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  main .contents .comp__sammary p {
    font-size: 1.4rem;
    line-height: 28px;
  }
}
main .contents .others {
  border-top: 1px solid #707070;
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #707070;
}
main .contents .others ul {
  display: flex;
  flex-direction: column;
  gap: 27px;
  padding: 0 30px;
}
@media screen and (max-width: 1199px) and (min-width: 769px) {
  main .contents .others ul {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
}
@media screen and (max-width: 768px) and (min-width:360px) {
  main .contents .others ul {
    flex-direction: column;
    gap: 30px;
    padding: 0;
  }
}
main .contents .others ul li {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 1199px) and (min-width: 769px) {
  main .contents .others ul li {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) and (min-width:360px) {
  main .contents .others ul li {
    flex-direction: column;
  }
}
main .contents .others ul li img {
  width: 95px;
  height: 86px;
}
@media screen and (max-width: 1199px) and (min-width: 769px) {
  main .contents .others ul li img {
    max-width: 125px;
    width: 100%;
    margin: auto;
    height: auto;
  }
}
@media screen and (max-width: 768px) and (min-width:360px) {
  main .contents .others ul li img {
    max-width: 125px;
    width: 100%;
    margin: auto;
    height: auto;
  }
}
main .contents .others ul li p {
  font-size: 1.5rem;
  letter-spacing: 1.5px;
  line-height: 24px;
  font-weight: 600;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  main .contents .others ul li p {
    font-size: 1.4rem;
    line-height: 28px;
  }
}
main .contents h2 {
  position: relative;
  font-size: 2.4rem;
  letter-spacing: 2.4px;
  line-height: 43px;
  padding-left: 32px;
  margin-top: 70px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  main .contents h2 {
    font-size: 1.8rem;
    padding-left: 24px;
  }
}
main .contents h2::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000000;
}
main .contents h3 {
  background-color: #F4F4F4;
  width: 100%;
  padding: 14px 19px;
  box-sizing: border-box;
  font-size: 1.8rem;
  letter-spacing: 1.8px;
  line-height: 30px;
  font-weight: 400;
  margin-top: 58px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  main .contents h3 {
    margin-top: 40px;
    font-size: 1.4rem;
  }
}
main .contents .is-layout-flex {
  gap: 0 !important;
}
main .contents .is-layout-flex .wp-block-column {
  margin-top: 1.75em;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  main .contents .is-layout-flex .wp-block-column {
    margin-top: 1.25em;
  }
}
main .contents .is-layout-flex .wp-block-column:nth-child(1) {
  width: 10%;
  flex-basis: 12% !important;
  width: 45px !important;
}
@media screen and (min-width: 1600px) {
  main .contents .is-layout-flex .wp-block-column:nth-child(1) {
    flex-basis: 70px !important;
  }
}
main .contents .is-layout-flex .wp-block-column:nth-child(1) p {
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 30px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  main .contents .is-layout-flex .wp-block-column:nth-child(1) p {
    font-size: 14px;
  }
}
main .contents .is-layout-flex .wp-block-column:nth-child(2) {
  width: 90%;
  flex-basis: 90% !important;
  font-weight: 400;
}
main .contents .is-layout-flex .wp-block-column:nth-child(2) p {
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 30px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  main .contents .is-layout-flex .wp-block-column:nth-child(2) p {
    font-size: 14px;
  }
}
main .contents .wp-block-image {
  margin-top: 30px;
  vertical-align: bottom;
}
@media screen and (min-width: 1600px) {
  main .contents .wp-block-image img {
    width: 100%;
  }
}
main .others_works {
  margin: auto;
  margin-top: 102px;
  margin-bottom: 202px;
}
@media screen and (max-width: 1199px) and (min-width: 769px) {
  main .others_works {
    padding: 0 5%;
  }
}
@media screen and (max-width: 768px) and (min-width:360px) {
  main .others_works {
    padding: 0 5%;
  }
}
main .others_works h2 {
  font-size: 2.8rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 63px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  main .others_works h2 {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
}
main .others_works .splide__slide {
  width: 288px !important;
  margin-right: 58px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  main .others_works .splide__slide {
    margin-right: 0;
    margin-left: 1%;
    height: inherit;
    width: 100% !important;
  }
}
@media screen and (max-width: 1199px) and (min-width: 769px) {
  main .others_works .splide__slide {
    margin-right: 0;
    margin-left: 1%;
    height: inherit;
  }
}
main .others_works .splide__slide a {
  display: block;
  width: 100%;
}
main .others_works .splide__slide a .thumbnail img {
  height: 196px;
  -o-object-fit: cover;
     object-fit: cover;
}
main .others_works .splide__slide a img {
  width: 100%;
}
main .others_works .splide__slide a .company {
  padding-top: 20px;
  display: flex;
  gap: 21px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  main .others_works .splide__slide a .company {
    flex-direction: column;
    gap: 15px;
  }
}
@media screen and (min-width: 1600px) {
  main .others_works .splide__slide a .company {
    flex-direction: column;
    gap: 15px;
  }
}
main .others_works .splide__slide a .company img {
  width: 42px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  main .others_works .splide__slide a .company img {
    width: 200px;
    width: 60%;
    height: 58px;
    -o-object-fit: contain;
       object-fit: contain;
    margin: auto;
  }
}
@media screen and (min-width: 1600px) {
  main .others_works .splide__slide a .company img {
    width: 200px;
    width: 60%;
    height: 58px;
    -o-object-fit: contain;
       object-fit: contain;
    margin: auto;
  }
}
main .others_works .splide__slide a .company p {
  font-size: 1.4rem;
  letter-spacing: 1.4px;
  font-weight: 600;
}
main .others_works .splide__slide a .copy {
  font-size: 1.4rem;
  line-height: 25px;
  font-weight: 600;
  padding-top: 18px;
  height: 70px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
main .others_works .splide__slide a .industry {
  display: flex;
  gap: 15px;
  align-items: center;
}
main .others_works .splide__slide a .industry span {
  max-width: 68px;
  height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EAEAEA;
  border-radius: 4px;
  font-size: 1.3rem;
  letter-spacing: 1.34px;
  font-weight: 600;
  width: 23%;
}
main .others_works .splide__slide a .industry p {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 1.4px;
  width: 70%;
}
main .others_works .splide__slide a .assignment {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-top: 6px;
}
main .others_works .splide__slide a .assignment span {
  max-width: 68px;
  height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
  border-radius: 4px;
  font-size: 1.3rem;
  letter-spacing: 1.34px;
  font-weight: 600;
  width: 23%;
}
main .others_works .splide__slide a .assignment p {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 1.4px;
  width: 70%;
}
main .splide__arrow--prev {
  position: absolute;
  left: -5%;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 50%;
  background-color: #000000;
  color: #fff;
}
main .splide__arrow--prev::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  left: 13px;
  top: 12px;
  transform: rotate(135deg) translateY(-50%);
}
main .splide__arrow--prev.slick-disabled {
  background-color: #5B5B5B;
}
main .intro__sliders {
  position: relative;
  height: 426px;
  padding: 0 4%;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1199px) and (min-width: 769px) {
  main .intro__sliders {
    padding: 0 5%;
  }
}
@media screen and (max-width: 768px) and (min-width:360px) {
  main .intro__sliders {
    padding: 0 5%;
  }
}
main .splide__arrow--next {
  position: absolute;
  right: -5%;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 50%;
  background-color: #000000;
  color: #fff;
}
main .splide__arrow--next::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  right: 13px;
  top: 16px;
  transform: rotate(-45deg) translateY(-50%);
}
main .splide__arrow--next.slick-disabled {
  background-color: #5B5B5B;
}
main .back {
  text-align: center;
  width: 80px;
  margin: auto;
  margin-top: 202px;
}
main .back img {
  width: 100%;
}
main .more__btn {
  width: 57px;
  margin: auto;
  margin-top: 34px;
}
main .more__btn img {
  width: 100%;
}
main .wp-element-caption {
  font-size: 1.4rem;
  color: #939393;
  font-weight: 400;
  margin-top: 15px;
}
main .wp-block-preformatted {
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 30px;
  margin-top: 1.25em;
  font-weight: 500;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  main .wp-block-preformatted {
    font-size: 1.4rem;
    line-height: 28px;
  }
}
main p:empty {
  display: block;
  margin: 30px 0;
}

.cl__slider {
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
}
.cl__slider .slide {
  background-color: #fff;
  box-shadow: 0 3px 21px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  width: 304px !important;
  padding: 17px 15px;
  margin-right: 55px;
  box-sizing: border-box;
}
.cl__slider .slide:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .cl__slider .slide {
    margin-right: 0.1%;
    margin-left: 0.1%;
    margin-bottom: 20px;
    width: 100% !important;
  }
}
.cl__slider .slide .thumbnail img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.cl__slider .slide h3 {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 1.68px;
  margin-top: 20px;
}
.cl__slider .slide p {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 1.04px;
  margin-top: 20px;
  height: 67px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.cl__slider .slick-list {
  padding: 20px 0;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .cl__slider .slick-list {
    padding: 0 30px !important;
  }
}
.cl__slider img {
  width: 100%;
  height: auto;
}
.cl__slider .slick-track {
  display: flex; /* フレックスボックスを使用 */
  flex-wrap: nowrap; /* 折り返しを防ぐ */
  justify-content: center;
  width: 100% !important;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .cl__slider .slick-track {
    justify-content: flex-start;
  }
}
.cl__slider .splide__track--draggable {
  width: 100% !important;
  padding: 20px 0;
}/*# sourceMappingURL=single-works.css.map */