@charset "UTF-8";
/*---メインビジュアル---*/
.top-hero {
  text-align: center;
  padding: 0 1.5rem;
  padding-top: 31.4rem;
  padding-bottom: 25.7rem;
  margin-bottom: 12rem;
  background-image: url("https://newmedia.co.jp/wp-content/themes/newmedia/assets/images/hero_bg.jpeg");
  background-size: cover;
  background-size: 100% auto;
  background-repeat: no-repeat;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .top-hero {
    padding-top: 20rem;
    height: 100vh;
    padding-bottom: 29.7rem;
    margin-bottom: 8rem;
    background-image: url("https://newmedia.co.jp/wp-content/themes/newmedia/assets/images/hero_bg-sp.svg");
  }
}

.top-hero .hero__title {
  font-size: clamp(3.6rem, 2.4rem + 6.4vw, 6.4rem);
}

.top-hero .hero__sub-title {
  font-size: 4rem;
}
@media (max-width: 768px) {
  .top-hero .hero__sub-title {
    font-size: 2.4rem;
  }
}

/*---about---*/
.top-about {
  margin-bottom: 12rem;
}
@media (max-width: 768px) {
  .top-about {
    margin-bottom: 8rem;
  }
}

.top-about .about__1 {
  margin: 0 8%;
}
@media (max-width: 768px) {
  .top-about .about__1 {
    margin: 0 1.5rem;
  }
}

.top-about .about__1--contents h2 {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 2rem;
  color: #3773A0;
  font-size: clamp(2.4rem, 1.8rem + 2.8vw, 3.6rem);
  font-weight: bold;
}

.top-about .about__1--contents {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .top-about .about__1--contents {
    margin-bottom: 2rem;
  }
}

/*背景色*/
.top-about .about__2 {
  position: relative;
  width: 100%;
  /*min-height: 100vh;*/
  background-color: #FFFFFF;
  overflow: hidden;
  background-attachment: fixed;
  background-image: linear-gradient(135deg, #3773A0 var(--pos1, -50%), transparent var(--edge1, 0%)), linear-gradient(315deg, #273071 var(--pos2, -50%), transparent var(--edge2, 0%));
  background-size: 100% 100%;
}

.top-about .about__2--contents {
  position: relative;
  z-index: 1;
  /*mix-blend-mode: difference; */
  color: #FFFFFF;
}

.top-about .about__2--contents--text p {
  color: #FFFFFF;
}

.top-about .about__2 {
  padding: 8% 7%;
  z-index: 1;
}
@media (max-width: 768px) {
  .top-about .about__2 {
    padding: 6rem 1.5rem;
  }
}

.top-about .about__2--content {
  display: flex;
  align-items: flex-start;
  gap: 20rem;
}
@media (max-width: 768px) {
  .top-about .about__2--content {
    flex-direction: column;
    gap: 2rem;
  }
}

.top-about .about__2--content:nth-of-type(1) {
  padding-bottom: 4rem;
}

.top-about .about__2--content:nth-of-type(2) {
  border-top: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.top-about .about__2--content:nth-of-type(3) {
  padding-top: 4rem;
}

.top-about .about__2--contents--number {
  font-size: clamp(4rem, 3.2rem + 3.4vw, 6.4rem);
  font-family: "Figtree", "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-style: italic;
}

.top-about .about__2--contents--text h3 {
  font-size: clamp(2rem, 1.4rem + 2.8vw, 3.2rem);
  margin-bottom: 2rem;
  font-weight: bold;
}

/*---サービス---*/
.top-service {
  margin-left: 8%;
  margin-bottom: 12rem;
}
@media (max-width: 768px) {
  .top-service {
    margin-left: 0%;
    margin-bottom: 8rem;
  }
}

@media (max-width: 768px) {
  .top-service .section-title {
    padding: 0 1.5rem;
  }
}

.top-service .service--message {
  color: #3773A0;
  font-weight: bold;
  font-size: clamp(2.4rem, 1.8rem + 2.8vw, 3.6rem);
}
@media (max-width: 768px) {
  .top-service .service--message {
    padding: 0 1.5rem;
  }
}

.top-service .service__inner--wrapper {
  /*overflow: hidden; */
  width: 100%;
}

.top-service .service__inner {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .top-service .service__inner {
    height: auto;
    overflow: hidden;
  }
}

.top-service .service__inner--contents {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  will-change: transform;
}

.top-service .service__inner--content {
  width: 42rem;
  margin-right: 5rem;
  padding: 2rem 2rem 3rem 2rem;
  background: linear-gradient(135deg, #6CCCDD, #2EAADD, #3E64AF);
  color: #FFFFFF;
  flex-shrink: 0;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .top-service .service__inner--content {
    width: 32rem;
    margin: 0;
    margin-left: 1.5rem;
  }
}

.top-service .service__inner--content img {
  margin-bottom: 2rem;
  border-radius: 2rem;
}

.top-service .service__inner--content h3 {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 1.4rem + 2.8vw, 3.2rem);
  font-family: "Figtree", "Noto Sans JP", sans-serif;
  font-weight: bold;
}

.top-service .more-button {
  margin-right: 8%;
  margin-left: auto;
}
@media (max-width: 768px) {
  .top-service .more-button {
    margin: 0 1.5rem;
    margin-left: auto;
  }
}

/*sp時のswiper*/
.top-service .service-slider__nav {
  display: flex;
  /*align-items: center;*/
  margin: 3rem 1.5rem;
  gap: 1rem;
}

@media (max-width: 768px) {
  .top-service .service__inner--contents {
    transition: transform 0.35s ease;
  }
}

.service-slider__bar {
  display: none;
}
@media (max-width: 768px) {
  .service-slider__bar {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    padding: 0 1.5rem;
  }
  .service-slider__bar span {
    display: block;
    height: 3px;
    flex: 1;
    max-width: 4rem;
    background: #202020;
    border-radius: 2px;
    transition: background 0.3s;
  }
  .service-slider__bar span.is-active {
    background: #6AC6DD;
  }
}

/*---works-実績---*/
.top-works {
  margin-left: 8%;
  margin-right: 8%;
  margin-bottom: 12rem;
}
@media (max-width: 768px) {
  .top-works {
    margin-left: 0;
    margin-right: 0;
    padding: 0 1.5rem;
  }
}

.top-works .section-title__wrap {
  display: flex;
  justify-content: flex-end;
}

.top-works .section-title {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
}

.top-works .section-sub-title img {
  width: 2rem;
}
@media (max-width: 768px) {
  .top-works .section-sub-title img {
    width: 1.6rem;
  }
}

.top-works .works-container {
  display: flex;
  width: 100%;
  gap: 5%;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .top-works .works-container {
    flex-direction: column;
  }
}

.top-works .works-container--list {
  flex: 1;
  width: 100%;
  max-width: 54.8rem;
}
@media (max-width: 768px) {
  .top-works .works-container--list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.top-works .works-list {
  list-style: none;
  width: 100%;
  margin-bottom: 2.2rem;
}
@media (max-width: 768px) {
  .top-works .works-list {
    flex-direction: column;
    margin-bottom: 4rem;
  }
}

.top-works .works-item {
  border-bottom: 1px solid #101A2A;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #101A2A;
}

.top-works li a {
  display: block;
  padding: 2.8rem 0;
}
@media (max-width: 768px) {
  .top-works li a {
    display: flex;
  }
}

.top-works .works-item:nth-of-type(1) {
  border-bottom: 1px solid #101A2A;
}

.top-works .works-item:nth-of-type(1) {
  border-top: 1px solid #101A2A;
}

.top-works .works-item.active {
  background-color: #88D2DF;
  font-weight: bold;
}
@media (max-width: 768px) {
  .top-works .works-item.active {
    background-color: transparent;
  }
}

/*works投稿*/
.works-info {
  display: flex;
  gap: 1%;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 768px) {
  .works-info {
    /*gap: 4.8rem;*/
    margin-bottom: 2.4rem;
  }
}

.top-works .works-category {
  width: 20%;
  font-weight: bold;
  font-family: "Figtree", "Noto Sans JP", sans-serif;
  font-size: 2rem;
  color: #3773A0;
}

.works-title {
  width: 60%;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .works-title {
    white-space: wrap;
  }
}

.works-info img {
  width: 25%;
  width: 2.2rem;
}

.top-works .works-image {
  display: none;
}
@media (max-width: 768px) {
  .top-works .works-image {
    display: block;
  }
}

.works-thumbnail {
  max-width: 58rem;
  object-fit: contain;
}
@media (max-width: 768px) {
  .works-thumbnail {
    width: 36rem;
    display: none;
  }
}

.top-works .img-wrapper {
  overflow: hidden;
  aspect-ratio: 16/9;
}

.works-container--list .more-button {
  margin-left: auto;
}

@media (max-width: 768px) {
  .works-link-block {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}

#works-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  transition: opacity 0.2s ease;
}
#works-img.fade {
  opacity: 0;
}

/*クライアント*/
.top-client {
  display: flex;
  gap: 8%;
  padding: 0 8%;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #F8FAFB;
}
@media (max-width: 768px) {
  .top-client {
    flex-direction: column;
    padding: 0 1.5rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
    gap: 0;
  }
}

.top-client .client--inner {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(4, 1fr);
  /*gap: ; */
  align-items: center;
  justify-items: center;
}
@media screen and (max-width: 1200px) {
  .top-client .client--inner {
    grid-template-columns: repeat(3, 1fr);
    /*gap: ;*/
  }
}
@media (max-width: 768px) {
  .top-client .client--inner {
    grid-template-columns: repeat(2, 1fr);
    /*gap: ;*/
  }
}

/*---sponsor---*/
.top-sponsor {
  background-color: #140532;
  padding: 0 8%;
  padding-top: 8rem;
  padding-bottom: 8rem;
  margin-bottom: 12rem;
}
@media (max-width: 768px) {
  .top-sponsor {
    padding: 6rem 1.5rem;
    margin-bottom: 8rem;
  }
}

.top-sponsor .section-title {
  color: #FFFFFF;
}

.top-sponsor .section-title h1 {
  color: #FFFFFF;
}

.top-sponsor .sponsor--inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 84.6rem;
  margin-left: auto;
}

.top-sponsor .sponsor--inner img:nth-of-type(1) {
  justify-content: center;
}

/*---voice-お客様の声---*/
.top-voice {
  margin: 0 8% 12rem 8%;
}
@media (max-width: 768px) {
  .top-voice {
    margin: 0 1.5rem 8rem 1.5rem;
  }
}

.voice__innner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
  .voice__innner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .voice__innner {
    grid-template-columns: repeat(1, 1fr);
    /*gap: ;*/
  }
}

.voice__innner--content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 24px;
  border-bottom: 1px solid #101A2A;
  position: relative;
}
.voice__innner--content::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 80%;
  width: 1px;
  background-color: #101A2A;
}
@media screen and (max-width: 375px) {
  .voice__innner--content::after {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .voice__innner--content:nth-child(1)::after {
    display: none;
  }
}

@media (max-width: 768px) {
  .voice__innner--content:nth-child(2n)::after {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .voice__innner--content:nth-child(n+3) {
    border-bottom: none;
  }
}

.voice__innner--content:nth-child(3)::after {
  display: none;
}

@media screen and (max-width: 500px) {
  .voice__innner--content:nth-child(3)::after {
    display: none;
  }
}

.voice__innner--content:nth-child(n+4) {
  border-bottom: none;
}
@media (max-width: 768px) {
  .voice__innner--content:nth-child(n+4) {
    border-bottom: 1px solid #101A2A;
  }
}
@media screen and (max-width: 500px) {
  .voice__innner--content:nth-child(n+4) {
    display: none;
  }
}

@media (max-width: 768px) {
  .voice__innner--content:nth-child(n+5) {
    border-bottom: none;
  }
}
@media screen and (max-width: 500px) {
  .voice__innner--content:nth-child(n+5) {
    display: none;
  }
}

@media (max-width: 768px) {
  .voice__innner--content:nth-child(n+6) {
    border-right: none;
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .voice__innner--content:nth-child(n+6) {
    display: none;
  }
}

.voice__innner--content:nth-child(6)::after {
  display: none;
}

.voice__innner--content {
  align-items: center;
}

.voice__innner--content .voice-img {
  max-width: 28rem;
  width: 100%;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .voice__innner--content .voice-img {
    max-width: 20rem;
  }
}

.voice__innner--content p {
  max-width: 33rem;
  width: 100%;
  text-align: left;
}

.voice__innner--content p:nth-of-type(1) {
  max-width: 33rem;
  font-size: clamp(1.2rem, 1.129rem + 0.301vw, 1.4rem);
  color: #3773A0;
}

.top-voice.more-button {
  margin-left: auto;
}
@media (max-width: 768px) {
  .top-voice.more-button {
    margin: 0 auto;
  }
}

.top-voice .more-button {
  margin: 0 auto;
}

/*news*/
.top-news {
  margin: 0 8% 12rem 8%;
}
@media (max-width: 768px) {
  .top-news {
    margin: 0 1.5rem 8rem 1.5rem;
  }
}

.top-news .news__inner--wrapper {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 768px) {
  .top-news .news__inner--wrapper {
    flex-direction: column;
  }
}

.news__inner {
  max-width: 71rem;
  flex-grow: 1;
  width: 100%;
}
@media (max-width: 768px) {
  .news__inner {
    max-width: 33rem;
    margin-right: auto;
  }
}

.news__inner .news__list {
  width: 100%;
}

.news__inner .news__meta {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3.2rem 0;
}
@media (max-width: 768px) {
  .news__inner .news__meta {
    padding: 2rem 0;
    flex-direction: column;
    align-items: flex-start;
    padding: 3.2rem 1.6rem;
  }
}

.news__inner .news__meta:hover {
  color: #88D2DF;
}

.news__date {
  width: 30%;
  font-weight: bold;
  font-family: "Figtree", "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .news__date {
    margin-right: auto;
  }
}

.news__title--icon {
  display: flex;
  width: 70%;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .news__title--icon {
    width: 100%;
  }
}

.news__title {
  font-size: clamp(1.6rem, 1.4rem + 0.9vw, 2rem);
  font-weight: bold;
}

.news__item {
  border-bottom: 1px solid #101A2A;
}

.news__item a:hover img {
  animation: spin 0.6s ease;
}

.news__item a:hover {
  opacity: 1;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.news__item:first-child {
  border-top: 1px solid #101A2A;
}

.top-news .more-button {
  margin-top: 4rem;
  margin-left: auto;
}
@media (max-width: 768px) {
  .top-news .more-button {
    margin-top: 2rem;
  }
}

/*press*/
.top-press {
  margin: 0 8% 0 8%;
  margin-bottom: 12rem;
}
@media (max-width: 768px) {
  .top-press {
    margin: 0 1.5rem 8rem 1.5rem;
  }
}

.top-press .press-list {
  display: grid;
  gap: 3rem;
  justify-content: center;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1150px) {
  .top-press .press-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 650px) {
  .top-press .press-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.top-press .press-item {
  margin: 0 auto;
  max-width: 38rem;
}

.top-press .press-item:hover .press-thumbnail {
  transform: translateY(-4px) scale(1.02);
}

.top-press .press-item a:hover {
  opacity: 1;
}

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

.top-press .press-thumbnail {
  aspect-ratio: 16/9;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.top-press .press-thumbnail img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 4px;
}

.top-press .press-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  font-family: "Figtree", "Noto Sans JP", sans-serif;
}

.top-press .press-cat {
  border: 1px solid #101A2A;
  padding: 0.4rem 2rem;
  border-radius: 2px;
  line-height: 1;
}

.top-press .press-title {
  margin-bottom: 3rem;
  font-size: clamp(1.4rem, 1.3rem + 0.5vw, 1.6rem);
}
@media (max-width: 768px) {
  .top-press .press-title {
    margin-bottom: 2rem;
  }
}

.top-press .more-button {
  margin: 0 auto;
}/*# sourceMappingURL=front.css.map */