.pc {
  display: block;
}

.news {
  width: 100%;
  border-top: 1px solid #707070;
  display: flex;
  align-items: center;
}

.news-heading {
  background-color: #03BFB5;
  padding: 16px 65px;
  display: flex;
  align-items: center;
  line-height: 1;
}

@media screen and (max-width: 960px) {
  .news-heading {
    padding: 10px 20px;
  }

  .pc {
    display: none;
  }

  .news-ttl  {
    margin-left: 15px;
  }
}

.news-heading h2 {
  color: #fff;
}

.news-link {
  display: flex;
  text-decoration: none;
  color: #000;
}


.news-viewmore {
  margin: 0 65px 0 auto;
}

.news-viewmore a{
  color: #03BFB5;
  text-decoration: none ;
  font-weight: 500;
}


@media screen and (max-width: 960px){
  .news-viewmore {
    display: none;
  }
}

.news-content {
  display: flex;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .news-content {
    white-space: nowrap;
  }
}

.news-date {
  margin: 0 30px 0 25px;
  position: relative;
}

.news-date::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
  background-color: #BCBCBC;
}

.swiper-slide .mv-wrap img{
  width: 100%;
  height: auto;
  object-fit: cover;
}

.swiper-slide .pc {
  display: block;
}

.swiper-slide .sp {
  display: none;
}


@media screen and (max-width: 960px) {
  .swiper-slide .pc {
    display: none;
  }

  .swiper-slide .sp {
    display: block;
  }
}

.mv-text {
  color: #fff;
  position: absolute;
  bottom: 30px;
  left: 40px;
}

@media screen and (max-width: 960px) {
  .mv-text {
    bottom: 20px;
    left: 20px;
  }
}

.mv-text-category {
  font-weight: 500;
}

.mv-text-ttl {
  margin: 8px 0 0 0;
  font-size: 24px;
  font-weight: 500;
}

.mv-text-client {
  margin: 12px 0 0 0;
  font-weight: 500;
}

.philosophy {
  width: 89%;
  max-width: 1280px;
  margin: 150px auto 0;
  text-align: center;
}

.works {
  position: relative;
}

.philosophy-ttl {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  line-height: 1;
}

.philosophy-ttl::before {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  left: -28px;
  top: -8px;
  background-color: #03BFB5;
  border-radius: 50%;
}

.philosophy-ttl h2 {
  font-size: clamp(2.75rem, -0.625rem + 7.0313vw, 5rem);
  color: #333333;
  font-weight: 500;
  margin: 0 0 5px 0;
}

.philosophy-ttl p {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
}

.philosophy-desc {
  max-width: 552px;
  width: 100%;
  margin: 54px auto 150px auto;
}

.philosophy-bg {
  position: relative;
}

.philosophy-bg p{
  position: absolute;
  font-size: 160px;
  color: #fff;
  white-space: nowrap;
  left: 0;
}

.service {
  position: relative;
  z-index: 10;
  width: 100%;
  display: grid;
  grid-template-columns: 47% 53%;
  grid-template-rows: 1fr;
}

.service::before {
  content: "philosophy  philosophy  philosophy";
  position: absolute;
  z-index: -5;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 160px;
  color: #fff;
  white-space: nowrap;
  line-height: 1;
}

@media screen and (max-width: 960px){
  .service {
    grid-template-columns: 1fr;
  }

  .service::before {
    content: "";
  }
}


.service-ttl-wrap {
  background-color: #333333;
  display: flex;
  justify-content: center;
  flex-direction: column;
}


@media screen and (max-width: 960px){
  .service-ttl-wrap {
    padding: 60px 0 60px 0;
    order: 1;
  }
}

.service-heading {
  color: #fff;
  width: 90%;
  max-width: 580px;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 960px){
  .service-heading {
    margin: 0 auto;
    text-align: center;
  }
}


.service-ttl {
  position: relative;
  width: fit-content;
  line-height: 1;
}

@media screen and (max-width: 960px) {
  .service-ttl {
    text-align: center;
    margin: 0 auto;
  }
}

.service-ttl::before {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  left: -10px;
  top: -10px;
  background-color: #03BFB5;
  border-radius: 50%;
}

.service-ttl h2{
  font-size: clamp(2.75rem, -4rem + 11.25vw, 5rem);
  color: #fff;
  font-weight: 500;
  margin: 0 0 5px 0;
}

.service-ttl p {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.service-desc p{
  max-width: 397px;
  font-size: 16px;
  font-weight: 300;
  margin: 57px 0 0 0;
}


@media screen and (max-width: 960px) {
  .service-desc p {
    margin: 30px auto 0 auto;
    text-align: left;
  }
}

.service-morelink {
  margin: 84px 0 0 0;
  position: relative;
  display: block;
}

.service-morelink a{
  position: relative;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding-right: 30px;
  line-height: 1;
}

.service-morelink a::after {
  content: "";
  position: absolute;
  background-image: url("../img/arrow_white.png");
  background-size: 13px;
  width: 32px;
  height: 32px;
  border: 1px solid ;
  background-position: center;
  border-radius: 50%;
  background-repeat: no-repeat;
  right: -30px;
  top: -60%;
}

.service-image {
  width: 100%;
}

@media screen and(max-width: 960px) {
  .service-image {
    order: 1
  };
}

.service-image img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.works {
  margin: 136px 0 0 0;
}

.works-inner {
  width: 89%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

.works::after {
  content: "WORKS";
  font-size: 160px;
  color: #fff;
  writing-mode: vertical-rl;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .works::after {
    content: "";
    font-size: 160px;
    color: #fff;
    writing-mode: vertical-rl;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
}

.works-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

@media screen and (max-width: 768px) {
  .works-heading {
    display: block;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
  }
}

.works-ttl {
  position: relative;
  line-height: 1;
}

.works-ttl::before {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  left: -25px;
  top: -8px;
  background-color: #03BFB5;
  border-radius: 50%;
}

.works-ttl h2 {
  font-size:  clamp(2.75rem, -0.625rem + 7.0313vw, 5rem);
  color: #333333;
  font-weight: 500;
  margin: 0 0 5px 0;
}

.works-ttl p {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
}

.works-morelink {
  position: relative;
  z-index: 10;
  display: block;
}
.works-morelink a {
  color: #000;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding-right: 30px;
  transform: translateX(-18px);
  line-height: 1;
}
.works-morelink a::after {
  content: "";
  position: absolute;
  background-image: url("../img/arrow.png");
  background-size: 13px;
  width: 32px;
  height: 32px;
  border: 1px solid ;
  background-position: center;
  border-radius: 50%;
  background-repeat: no-repeat;
  right: -30px;
  top: -60%;
}

@media screen and (max-width: 768px) {
  .works-morelink a {
    color: #000;
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding-right: 42px;
    transform: translateX(-18px);
  }
  .works-morelink {
    position: relative;
    z-index: 10;
    display: block;
    margin: 30px 0 0 0;
  }
}

.works-list {
  margin: 77px 0 150px 0;
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 45px;
  grid-row-gap: 58px;
}

@media screen and (max-width: 768px) {
  .works-list {
    grid-template-columns: 1fr;
  }
}

.works-item {
  width: 100%;
  min-width: 0;
}

.works-item a{
  color: #333;
  text-decoration: none;
  width: 100%;
}
.works-item a:hover{
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .works-item:nth-child(n+4) {
    display: none;
  }
}

.works-item-image {

  min-width: 0;
}

.works-item-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  min-width: 0;
}

.works-item-ttl {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: keep-all;
  white-space: normal;
  font-size: 18px;
  color: #333333;
  font-weight: 500;
  margin: 18px 0 0 0;
  line-height: 1;
}

.works-item-client {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: keep-all;
  white-space: normal;
  font-size: 15px;
  color: #333333;
  font-weight: 400;
  margin: 14px 0 0 0  ;
}

.info-cards-container {
  display: flex;
}

@media screen and (max-width: 768px) {
  .info-cards-container {
    display: block;
  }
}

.info-card {
  position: relative;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .info-card {
    width: 100%;
  }
}

.info-card-image {
  width: 100%;
  position: relative;
  display: inline-block;
}

.info-card-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

.info-card-image img{
  width: 100%;
  height: auto;
  vertical-align:top;
}

.info-card-heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.info-card-ttl {
  text-align: center;
  line-height: 1;
}

.info-card-ttl h2{
  font-size: clamp(2.75rem, -4rem + 11.25vw, 5rem);
  color: #fff;
}

.info-card-ttl p {
  font-size: 18px;
  color: #fff;
  margin-top: 10px;
}

.info-crad-morelink {
  margin: 50px 0 0 0;
  text-align: center;
  display: block;
}
.info-crad-morelink a {
  color: #fff;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding-right: 30px;
  transform: translateX(-18px);
  line-height: 1;
}
.info-crad-morelink a::after {
  content: "";
  position: absolute;
  background-image: url("../img/arrow_white.png");
  background-size: 13px;
  width: 32px;
  height: 32px;
  border: 1px solid ;
  background-position: center;
  border-radius: 50%;
  background-repeat: no-repeat;
  right: -30px;
  top: -60%;
}