@charset "utf-8";

/* ==========================================
  リセット & ベーススタイル
========================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Hiragino Sans";
}

/*ガイドライン*/
/* #page_service::before,
#page_service::after {
  content: "";
  position: fixed;
  top: 0;
  margin: auto;
  display: block;
  width: 1px;
  height: 100vh;
  background: red;
  z-index: 100;
} */
#page_service::before {
  left: -1280px;
  right: 0;
}
#page_service::after {
  left: 0;
  right: -1280px;
}

.skew-angle-1 {
  box-shadow: initial;
}
/* ==========================================
  レスポンシブ対応 
  スマホ（ ~ 640px）
========================================== */
/*=== メインビジュアル ===*/
.service-mv {
  width: 100%;
  height: 52.5vw;
  position: relative;
}
.service-mv-inner {
  width: 100%;
  height: 100%;
  padding: 0;
  position: relative;
}
.service-mv-bg {
  width: 100%;
  height: 100%;
}
.service-mv-bg .service-mv-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-mv-contents {
  color: #000000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 13.437vw 20.625vw 8.906vw 21.25vw;
}
.service-mv-contents .mv-title {
  font-size: 11.25vw;
  font-weight: 800;
  margin-bottom: 4.22vw;
  white-space: nowrap;
}
.service-mv-contents .mv-subtitle {
  font-size: 3.75vw;
  font-weight: 500;
  margin-bottom: 0;
}

/*=== コンテンツ ===*/
.service-content {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 22.5vw;
  padding: 0 5vw;
}
.service-content.JetCMS {
  margin-top: 18.75vw;
}
.service-content-inner {
  height: 100%;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.service-content-inner .img-area {
  position: relative;
  width: 83.75vw;
  height: 57.5vw;
  margin: 0 auto 0 0;
}
.img-area .content-img {
  width: 109%;
  max-width: inherit;
  height: auto;
  object-fit: cover;
}
.contents-area .log-bg {
  width: auto;
  height: 7.812vw;
  margin-bottom: 5.25vw;
  align-self: flex-start;
}
.log-bg.JetCMS {
  width: 34.8vw;
  height: 9.58vw;
}
.log-bg.Uchinoai {
  width: 42.6vw;
  height: 7.81vw;
}
.log-bg.OurAIMensetsu {
  width: 40.4vw;
  height: 8.11vw;
}

.log-bg.AiSwitch {
  width: 53.75vw;
  height: 7.81vw;
}
.log-bg.YuryoWeb {
  width: 35.1vw;
  height: 7.81vw;
}
.log-bg.UchinoWriter {
  width: 55.75vw;
  height: 6.81vw;
}

.log-bg .content_log {
  width: 100%;
  height: 100%;
}
.contents-area {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 7.5vw;
}
.content-text {
  width: 100%;
}
.content-text-lead {
  font-size: 4.375vw;
  font-weight: 700;
  line-height: 5.9vw;
  margin-bottom: 4vw;
}
.content-text-description {
  font-size: 3.75vw;
  line-height: 5.9vw;
  margin-bottom: 5vw;
}
.contents-area .detail-btn {
  width: 67.5vw;
  height: 15vw;
  background-color: #000000;
  border-radius: 15vw;
  line-height: 15vw;
  text-align: center;
  margin-top: 4vw;
  display: flex;
  justify-content: center;
}
.detail-btn-text {
  color: #ffffff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.43vw;
}
.JetCMS .detail-btn-text {
  margin-left: 4vw;
}
/* arrow */
.cut-bar {
  width: 9.843vw;
  height: 0.3125vw;
  background-color: #ffffff;
  position: relative;
  margin-left: 2.437vw;
}
.cut-bar::after {
  content: "";
  position: absolute;
  width: 30%;
  height: 0.3125vw;
  background-color: #ffffff;
  bottom: 0;
  right: 0;
  transform: rotate(34deg);
  transform-origin: right bottom;
}
/******/
.link-img {
  width: 4.687vw;
  height: 4.687vw;
  margin-left: 5vw;
}
.link-img-pc {
  display: none;
}

/* ==========================================
  タブレット表示 (641px ~ 1279px)
========================================== */
@media only screen and (min-width: 641px) and (max-width: 1279px) {
  .boxshadow1 {
    box-shadow: 0px 8px 29.44px 2.56px rgba(51, 51, 51, 0.08);
  }
  /*=== メインビジュアル ===*/
  .service-mv {
    width: 100%;
    height: 30vw;
  }
  .service-mv-contents .mv-title {
    font-size: 7.5vw;
    margin-bottom: 1.6vw;
  }
  .service-mv-contents .mv-subtitle {
    font-size: 2.5vw;
  }

  /*=== コンテンツ ===*/
  .service-content {
    margin-bottom: 12vw;
  }
  .service-content.JetCMS {
    margin-top: 7.29vw;
  }
  .service-content.UchinoWriter {
    margin-bottom: 16.35vw;
  }
  .service-content-inner {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: inherit;
  }
  .service-content-inner .img-area {
    width: 50vw;
    height: 35vw;
    transform-origin: top right;
  }
  .img-area .content-img {
    width: auto;
    height: 100%;
    object-fit: cover;
  }
  .contents-area {
    width: 46.875vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 5vw;
  }
  .contents-area.JetCMS {
    padding-top: 3.333vw;
  }
  .contents-area .log-bg {
    width: auto;
    height: 5vw;
    margin-top: 0;
    margin-bottom: 4.5vw;
  }
  .log-bg.JetCMS {
    width: 19.4vw;
    height: 5vw;
  }
  .log-bg.Uchinoai,
  .log-bg.OurAIMensetsu {
    width: 19.7vw;
    height: 3.75vw;
  }
  .log-bg.AiSwitch {
    width: 26vw;
    height: 3.75vw;
  }
  .log-bg.YuryoWeb {
    width: 16.8vw;
    height: 3.75vw;
  }
  .log-bg.UchinoWriter {
    width: 31vw;
    height: 3.75vw;
  }
  .contents-area .content-text {
    width: 90%;
    align-self: flex-start;
  }
  .contents-area.YuryoWeb .content-text {
    width: 93%;
  }
  .content-text-lead {
    font-size: 1.87vw;
    font-weight: 700;
    line-height: 3.4vw;
    margin-bottom: 1.5vw;
  }
  .content-text-description {
    font-size: 1.4vw;
    line-height: 2.7vw;
    margin-bottom: 3vw;
  }
  .contents-area .detail-btn {
    width: 21vw;
    height: 4.6vw;
    border-radius: 3.3vw;
    line-height: 4.49vw;
    text-align: center;
    align-self: flex-start;
    margin-top: 0;
    display: flex;
    justify-content: center;
  }
  .JetCMS .detail-btn-text {
    margin-left: 2vw;
  }
  .detail-btn-text {
    font-size: 1.093vw;
    color: #ffffff;
    text-decoration: none;
    align-items: center;
    font-weight: bold;
  }
  /* arrow */
  .cut-bar {
    width: 2.813vw;
    height: 1px;
    margin: 0.3125vw 0 0 1.1vw;
  }
  .cut-bar::after {
    width: 1.25vw;
    height: 1px;
    bottom: 0;
    right: 0;
  }
  /******/
  .link-img {
    display: none;
  }
  .link-img-pc {
    display: block;
    width: 1.4vw;
    height: 1.4vw;
    margin-left: 1.041vw;
  }
}

/* ==========================================
  PC表示 (1280px ~)
========================================== */
@media only screen and (min-width: 1280px) {
  .boxshadow1 {
    box-shadow: 0px 8px 29.44px 2.56px rgba(51, 51, 51, 0.08);
  }
  /*=== メインビジュアル ===*/
  .service-mv {
    width: 100%;
    height: 384px;
    position: relative;
  }
  .service-mv-inner {
    width: 100%;
    height: 100%;
    padding: 0;
    position: relative;
  }
  .service-mv-contents {
    color: #000000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 140px 100px 100px 100px;
  }
  .service-content.UchinoWriter {
    margin-bottom: 157px;
  }
  .service-mv-contents .mv-title {
    font-size: 96px;
    margin-bottom: 16px;
  }
  .service-mv-contents .mv-subtitle {
    font-size: 24px;
  }

  /*=== コンテンツ ===*/
  .service-content {
    padding: 0;
    margin-bottom: 128px;
  }
  .service-content.JetCMS {
    margin-top: 112px;
  }
  .service-content-inner {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .service-content-inner .img-area {
    width: 640px;
    height: 448px;
  }
  .img-area .content-img {
    width: 107%;
  }

  .contents-area {
    width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 48px;
  }
  .contents-area.JetCMS {
    padding-top: 30px;
  }
  .contents-area .log-bg {
    width: 253px;
    height: 48px;
    margin-top: 0;
    margin-bottom: 40px;
  }
  .log-bg.JetCMS {
    width: 249px;
    height: 64px;
  }
  .log-bg.Uchinoai,
  .log-bg.OurAIMensetsu {
    width: 253px;
    height: 48px;
  }
  .log-bg.AiSwitch {
    width: 333px;
    height: 48px;
  }
  .log-bg.YuryoWeb {
    width: 216px;
    height: 48px;
  }
  .log-bg.UchinoWriter {
    width: 398px;
    height: 48px;
  }
  .contents-area .content-text {
    width: 84%;
    align-self: flex-start;
  }
  .contents-area.YuryoWeb .content-text {
    width: 87%;
  }
  .content-text-lead {
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 26px;
  }
  .content-text-description {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 48px;
  }
  .contents-area .detail-btn {
    width: 240px;
    height: 64px;
    border-radius: 32px;
    line-height: 64px;
    align-self: flex-start;
    margin-top: 0;
  }
  .JetCMS .detail-btn-text {
    margin-left: 14px;
  }
  .detail-btn-text {
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
  }
  /* arrow */
  .cut-bar {
    width: 36px;
    height: 1px;
    margin: 4px 0 0 10px;
  }
  .cut-bar::after {
    width: 16px;
    height: 1px;
    bottom: 0;
    right: 0;
  }
  /******/
  .link-img {
    display: none;
  }
  .link-img-pc {
    display: block;
    width: 18px;
    height: 18px;
    margin-left: 10px;
  }
}
