@charset "UTF-8";
/* top
------------------------------------------------ */
.mv-wrap {
  position: relative;
  margin-bottom: clamp(65px, 7vw, 100px);
}
@media screen and (max-width: 768px) {
  .mv-wrap {
    position: initial;
  }
}
.mv-text-area {
  position: absolute;
  top: 30%;
  left: 15%;
  max-width: 476px;
}
@media screen and (max-width: 768px) {
  .mv-text-area {
    position: initial;
    background-image: url("../../assets/images/top/bg-mv-text-area.jpg");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
    width: 100%;
    height: 100%;
    padding: 30px 50px;
    max-width: 100%;
  }
}
.mv-text.first {
  font-size: min(4vw, 60px);
  line-height: 1;
  margin-bottom: 30px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mv-text.first {
    font-size: 8.0555555556vw;
    margin-bottom: 12px;
  }
}
.mv-text.second {
  font-size: min(2vw, 24px);
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .mv-text.second {
    font-size: 4.7222222222vw;
    margin-bottom: 12px;
  }
}
.mv-text.third {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .mv-text.third {
    font-size: 3.0555555556vw;
    line-height: 1.8;
  }
}

/* ---------- .block-contents ---------- */
.block-contents {
  /* ---------- ブロックエディタのスタイル調整 ---------- */
}
.block-contents h2.has-icon {
  position: relative;
  padding-left: 75px;
  font-size: min(6vw, 56px);
  font-weight: 600;
  line-height: 1;
  margin-bottom: clamp(40px, 4vw, 80px);
  font-family: "Archivo Narrow", "BIZ UDPGothic", sans-serif;
}
@media screen and (max-width: 768px) {
  .block-contents h2.has-icon {
    font-size: 32px;
    padding-left: 35px;
  }
}
.block-contents h2.has-icon::before {
  content: "";
  display: inline-block;
  width: 39px;
  height: 54px;
  background: url("../../assets/images/common/icon-triangle.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .block-contents h2.has-icon::before {
    width: 20px;
    height: 28px;
  }
}
.block-contents h2 {
  font-size: 32px;
  font-size: min(3vw, 32px);
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: clamp(25px, 4vw, 50px);
}
@media screen and (max-width: 768px) {
  .block-contents h2 {
    font-size: 18px;
  }
}
.block-contents h3 {
  position: relative;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .block-contents h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.block-contents h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: #C7C7C7;
}
.block-contents h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100px;
  height: 2px;
  background-color: #FF34CC;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .block-contents p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.block-contents .wp-block-columns {
  margin-bottom: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .block-contents .wp-block-columns {
    gap: 20px;
  }
}
.block-contents .wp-block-columns .wp-block-column figure.wp-block-image img {
  border-radius: 30px;
  width: 700px;
  height: 525px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .block-contents .wp-block-columns .wp-block-column figure.wp-block-image img {
    height: 251px;
    border-radius: 20px;
  }
}
.block-contents :where(.wp-block-columns.is-layout-flex) {
  gap: 4em;
}

@media (max-width: 767px) {
  .wp-block-columns {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; /* 縦並びにする */
  }
  .wp-block-columns > .wp-block-column {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; /* 基本は後ろ */
  }
  .wp-block-columns > .wp-block-column:has(img) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; /* 画像があるカラムだけ先頭に */
  }
}
/* ---------- NEWS ---------- */
.news-contents h4 {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .news-contents h4 {
    font-size: 3.6111111111vw;
  }
}

/* ---------- 連携事例のスタイル ---------- */
.collaboration-works-list {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.collaboration-works-contents {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .collaboration-works-contents {
    padding: 50px 0 0;
  }
}
.collaboration-works-contents .title {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .collaboration-works-contents .title {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
.collaboration-works-contents h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .collaboration-works-contents h4 {
    font-size: 14px;
  }
}