@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
/* common */
.top-section-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  line-height: 1;
}
.top-section-title__en {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 40px;
  font-style: normal;
  text-transform: capitalize;
  letter-spacing: 0.01em;
  color: var(--ac-font-c-1);
}
.top-section-title__ja {
  white-space: nowrap;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #4e4e4e;
}

[class^=top-triangle] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  padding-bottom: calc(10vw + 10px);
  overflow: hidden;
  position: relative;
}
[class^=top-triangle]::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}

.top-triangle-black {
  background-color: #fff;
}
.top-triangle-black::before {
  border-bottom: 10vw solid var(--bg-black);
  border-left: 100vw solid transparent;
}

.top-triangle-gray {
  background-color: transparent;
}
.top-triangle-gray::before {
  border-bottom: 10vw solid #f7f7f7;
  border-left: 100vw solid transparent;
}

.top-triangle-gray-reverse {
  background-color: #f7f7f7;
}
.top-triangle-gray-reverse::before {
  border-bottom: 10vw solid #fff;
  border-left: 100vw solid transparent;
}

.top-triangle-white {
  background-color: #f7f7f7;
}
.top-triangle-white::before {
  border-bottom: 10vw solid #fff;
  border-left: 100vw solid transparent;
}

/* ここまでcommon */
/* 以下、TOP用 */
.top {
  overflow: hidden;
}

/* メインビジュアル */
.top-first-view {
  display: block;
  width: 100%;
  background-color: var(--bg-black);
  padding: 88px 0 calc(10vw + 10px);
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.top-first-view::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 10vw solid #f7f7f7;
  border-left: 100vw solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -2;
}
.top-first-view__inner {
  display: block;
  width: min(100% - 80px, 1240px);
  padding: 0;
  margin: 0 auto;
}
.top-first-view__inner-item {
  display: block;
  width: 100%;
  margin: 1em 0;
  line-height: 1.5;
}
.top-first-view__inner-item--half {
  margin: 0.5em 0;
}
.top-first-view__bg-img-wrap {
  display: block;
  width: min(100% - 160px, 1280px);
  padding: 0;
  margin: 0;
  position: absolute;
  top: 56px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.top-first-view-main-copy {
  font-weight: 700;
  font-size: 25px;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.03em;
  color: #00a2e9;
}
.top-first-view-main-copy--head {
  margin: 1em 0 0;
  color: #fff;
  line-height: 1;
}

.top-first-view-sub-copy {
  font-weight: 700;
  font-size: 20px;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.03em;
}
.top-first-view-sub-copy--large {
  font-size: 24px;
}

.top-first-view-under-copy {
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 14px;
}

/* 以下、装飾 */
.top-first-view-copy-line-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-first-view-copy-line {
  display: inline-block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 0.5em 1.5em;
  font-weight: 900;
  color: #fff;
  line-height: 1.25;
  text-align: center;
  position: relative;
  z-index: 1;
}
.top-first-view-copy-line::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #00a2e9;
  -webkit-clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
          clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.top-first-view-copy-line__color {
  color: #f39801;
}
@media (width <= 520px) {
  .top-first-view-copy-line {
    letter-spacing: 0;
  }
}

.top-first-view-copy-mark {
  font-weight: 900;
  line-height: 1.25;
  font-size: 1.25em;
}

.top-first-view-copy-orange {
  color: #f39801;
}

/* ここまで */
.top-first-view-img1 img {
  width: min(100%, 480px);
}

.top-first-view-img2 img {
  width: min(100%, 480px);
}

.top-first-view-bg-img {
  display: block;
  width: min(100%, 530px);
  margin-left: auto;
  /* 右寄せ */
}
.top-first-view-bg-img img {
  width: 100%;
}

/*  Pick Up */
.top-pickup {
  padding: 40px 0 0;
  background-color: #f7f7f7;
  overflow: hidden;
}

.top-pickup-contents {
  display: block;
  width: 100%;
  margin-top: 32px;
}
@media (width <= 520px) {
  .top-pickup-contents .section-heading {
    margin: 0;
  }
}

@media (width <= 520px) {
  .top-pickup-thumbnail {
    width: min(100%, 320px);
  }
}
.top-pickup-thumbnail a {
  display: block;
}

/*  Case Study */
.top-case-study {
  background-color: #f7f7f7;
}

.top-case-study-contents {
  display: block;
  width: 100%;
  margin-top: 64px;
}

.top-case-study-list {
  display: grid;
  grid-template-columns: repeat(7, min(100%, 120px));
  grid-auto-rows: 1fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.top-case-study-list__item {
  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;
  width: 100%;
  margin: 0;
}
.top-case-study-list__item img {
  width: 100%;
  margin: 0;
}

/* slider 上書き */
.top-slider {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
.top-slider .wpsisac-slick-carousal.design-1 {
  margin-bottom: 0;
  background-color: #f7f7f7;
}
.top-slider ul.slick-dots {
  margin: 1em 0 0 !important;
}

/* Service */
.top-service,
.top-case-study {
  padding: 80px 0 60px;
}

@media (width <= 520px) {
  .top-service {
    padding: 64px 0 98px 0;
  }
}

@media (width <= 520px) {
  .top-service-title {
    margin: 0 0 1em;
  }
}

.top-service-contents {
  display: block;
  width: min(100%, 1040px);
  padding: 0;
  margin: 0 0 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (width <= 520px) {
  .top-service-contents {
    width: 100%;
  }
}

.top-service-heading {
  margin: 0 1em;
  font-size: 1.2em;
  line-height: 1.5;
}
.top-service-heading > span {
  font-size: 1.1em;
  font-weight: 700;
  color: #00a2e9;
  color: var(--ac-font-c-1);
}
@media (width <= 520px) {
  .top-service-heading {
    margin: 24px 0 34px 0;
  }
}

.top-service-link-wrap {
  display: block;
  width: 100%;
  margin: 16px 0 24px;
}
@media (width <= 520px) {
  .top-service-link-wrap {
    margin: 40px 0 0;
  }
}
.top-service-link-wrap .next-link-area {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (width <= 520px) {
  .top-service-link-wrap .next-link-area {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.top-service-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
  gap: 20px;
  width: 100%;
  padding: 0;
}
.top-service-list__item {
  list-style: none;
  display: grid;
  grid-template-columns: 48px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 24px;
  width: 100%;
  padding: 32px 24px 24px 32px;
  min-height: 164px;
  border-radius: 10px;
  background-color: #f7f7f7;
}
@media (width <= 520px) {
  .top-service-list__item {
    grid-template-columns: 40px 1fr;
    gap: 0 32px;
    padding: 32px 24px 24px 32px;
  }
}
.top-service-list__text-area {
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.top-service-list__heading {
  font-weight: 700;
  font-size: 24px;
}
@media (width <= 520px) {
  .top-service-list__heading {
    margin: 0;
    font-size: 16px;
  }
  .top-service-list__heading span {
    margin: 0;
  }
}
.top-service-list__text {
  line-height: 1.3;
  font-weight: 400;
  font-size: 16px;
}

/* Blog */
.top-blog {
  background-color: var(--bg-black);
  padding-top: 100px;
  padding-bottom: 128px;
}

.top-blog-title {
  position: relative;
}

.top-blog-index {
  position: absolute;
  bottom: 0;
  right: 0;
}

.top-blog-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.top-blog-list {
  width: 30%;
  text-decoration: none;
}

.top-blog-posts-title {
  color: #fff;
}

.top-blog-posts-content {
  color: #fff;
  display: none;
}

.top-blog-posts-date {
  color: #999;
  font-size: 14px;
}

.wp-post-image {
  width: 100% !important;
  height: auto !important;
}

/* Three Contents */
.top-three-contents {
  background-color: #f7f7f7;
  padding: 64px 0;
}

.top-three-content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media (width <= 520px) {
  .top-three-content-list {
    display: block;
  }
}
.top-three-content-list__item {
  width: 30%;
  position: relative;
}
@media (width <= 520px) {
  .top-three-content-list__item {
    width: 100%;
  }
}

.top-three-content-box {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.top-three-content-box__title-en {
  margin: 0 0 1.5em;
  color: var(--ac-font-c-1);
  font-size: 14px;
  font-weight: 600;
}
.top-three-content-box__title-jp {
  color: #fff;
  font-size: 32px;
  margin-bottom: 32px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: capitalize;
  letter-spacing: -0.02em;
  line-height: 1;
}
.top-three-content-box__img {
  width: 100%;
}

/* news */
.top-news {
  padding: 80px 0 128px;
}
@media (width <= 520px) {
  .top-news {
    padding: 64px 0;
  }
}

.top-news-title {
  width: 20%;
}
@media (width <= 520px) {
  .top-news-title {
    width: 100%;
    margin: 0 0 1em;
  }
}

.top-news-content {
  display: block;
  width: min(100%, 1040px);
  padding: 0;
  margin: 0 0 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.top-news-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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px 0;
  padding: 0;
  margin: 0;
  width: 100%;
  width: min(100%, 1040px);
}
.top-news-content-list__item {
  list-style: none;
  padding: 16px 0 20px;
  margin: 0;
  border-bottom: 1px solid silver;
}
@media (width <= 520px) {
  .top-news-content-list__item {
    position: relative;
  }
}
.top-news-content-list__link {
  display: grid;
  grid-template-columns: 15% 1fr 24px;
  gap: 0 0.5em;
  text-decoration: none;
  line-height: 1.25;
}
@media (width <= 520px) {
  .top-news-content-list__link {
    display: block;
  }
}
.top-news-content-list__date {
  margin: 0;
  color: #666;
  font-size: 16px;
}
@media (width <= 520px) {
  .top-news-content-list__date {
    margin-bottom: 12px;
    font-size: 14px;
  }
}
.top-news-content-list__title {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  color: var(--main-font-c);
  -webkit-transition: 0.3s color ease;
  transition: 0.3s color ease;
}
.top-news-content-list__title:hover {
  color: var(--sub-font-c-1);
}
@media (width <= 520px) {
  .top-news-content-list__title {
    width: calc(100% - 24px);
    font-size: 14px;
  }
}
.top-news-content-list__img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (width <= 520px) {
  .top-news-content-list__img {
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 520px) {
  /* common */
  .top-section-title-bg-white-jp,
  .top-section-title-bg-black-jp {
    font-size: 16px;
  }
  .top-section-title-bg-white-en,
  .top-section-title-bg-black-en {
    margin-bottom: 0px;
    font-weight: 700;
  }
  .top-triangle-gray {
    background-color: transparent;
  }
  /* メインビジュアル */
  .top-first-view {
    padding: 48px 0 0;
  }
  .top-first-view__inner {
    width: calc(100% - 40px);
  }
  .top-first-view__bg-img-wrap {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    bottom: -3px;
    /* 謎の余白対策 */
  }
  .top-first-view__inner-item {
    word-break: break-all;
  }
  .top-first-view-main-copy {
    font-size: 20px;
  }
  .top-first-view-sub-copy {
    font-size: 14px;
  }
  .top-first-view-under-copy {
    font-size: 12px;
  }
  .top-first-view-img1,
  .top-first-view-img2 {
    margin-bottom: 40px;
  }
  .top-first-view-bg-img {
    margin-left: 0;
  }
  /* 	Case Study */
  .top-case-study-list {
    grid-template-columns: repeat(3, 1fr);
  }
  /* サービス */
  .top-service {
    padding: 64px 0 98px 0;
  }
  .top-service-title {
    margin: 0 0 1em;
  }
  .top-service-contents {
    width: 100%;
  }
  .top-service-content-img img {
    width: 100%;
  }
  .top-service-content-text {
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    margin: 24px 0 34px 0;
  }
  /* ブログ */
  .top-blog {
    padding: 64px 0 98px 0;
  }
  .top-blog-content {
    display: block;
  }
  .top-blog-list {
    width: 100%;
  }
  .top-blog-posts-title {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .top-blog-posts-content {
    font-size: 14px;
  }
  .top-blog-index {
    position: relative;
    text-align: center;
    margin-top: 66px;
  }
}