@charset "UTF-8";
/*----------------------------------------------------------
更新日：2025年12月12日
-------------------------------------------------------------*/
/* ------------------------------------------------------------------
	開発実績
-------------------------------------------------------------------*/
/* = 開発実績
----------------------------------------*/
.cate {
  margin-top: 0.5em;
  line-height: 1.5;
}
.cate p {
  font-size: 0.75em;
  line-height: 2;
  display: inline-block;
  background-color: #d7ebfe;
  border-radius: 20px;
  font-feature-settings: "palt";
  padding: 0 0.5em;
}

@media screen and (max-width: 768px) {
  .cate p {
    font-size: 0.625em;
  }
}
/* ------------------------------------------------------------------
	開発実績_一覧
-------------------------------------------------------------------*/
.list-tile-solution {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4em;
}
@media screen and (max-width: 1000px) {
  .list-tile-solution {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5em;
  }
}
@media screen and (max-width: 768px) {
  .list-tile-solution {
    grid-template-columns: repeat(1, 1fr);
  }
}
.list-tile-solution li .title {
  font-weight: 700;
  line-height: 1.6;
  overflow-wrap: break-word;
  font-feature-settings: "palt";
}
.list-tile-solution li figure {
  width: 100%;
  margin-bottom: 1em;
  border-radius: 6px;
  overflow: hidden;
  text-align: center;
}

/* ------------------------------------------------------------------
	開発実績_詳細
-------------------------------------------------------------------*/
.pageTitle .cate {
  margin: -1.5em 0 0.8em 0;
}
.pageTitle h1 {
  font-size: 2em;
}

@media screen and (max-width: 768px) {
  .pageTitle h1 {
    font-size: 1.5em;
  }
}
/* = ベース
----------------------------------------*/
.detailBase .bold {
  font-weight: 700;
}
.detailBase .movie {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 2em;
}
.detailBase .pickupTxt {
  background-color: #f2f8fe;
  padding: 2em 3em;
  margin-bottom: 3em;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .detailBase .pickupTxt {
    padding: 1.5em 1.5em;
  }
}
.detailBase p + p {
  margin-top: 1em;
}
.detailBase .noteTxt {
  margin-top: 1em;
}
.detailBase .blockBox {
  margin-bottom: 3em;
}
.detailBase .blockBox p + .disc {
  margin-top: 1em;
}
.detailBase .blockBox .pic {
  text-align: center;
}
.detailBase .col2box {
  display: flex;
  align-items: flex-start;
  margin-bottom: 3em;
}
.detailBase .col2box .leftBox {
  flex-shrink: 0;
  width: 40%;
  max-width: max-content;
  min-width: 200px;
}
.detailBase .col2box .rightBox {
  padding-left: 2em;
}
.detailBase .col2box .blockBox {
  margin-bottom: 0;
}
.detailBase .col2box .headline2, .detailBase .col2box .headline3 {
  margin-top: 0;
}
.detailBase .cate-link {
  margin-top: 6em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.detailBase .cate-link li {
  width: 24%;
}
.detailBase .cate-link li .btn {
  width: 100%;
}
.detailBase .cate-link li + li {
  margin-left: 1em;
}

/* = youtube複数表示 = */
.youtubeGroup {
  margin-bottom: 1em;
}
.youtubeGroup .inner {
  display: flex;
  justify-content: space-between;
}
.youtubeGroup .inner .movie {
  flex-grow: 2;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 45.5%;
  margin-bottom: 0;
}
.youtubeGroup .inner .movie.no {
  height: auto;
  padding-top: 0;
}
.youtubeGroup .inner .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.youtubeGroup .inner .nav {
  overflow: auto;
  flex-shrink: 0;
  max-width: 160px;
  width: 14.5vw;
  max-height: 455px;
  height: 43vw;
  margin-left: 2.5vw;
}
.youtubeGroup .inner .nav:empty {
  display: none !important;
}
.youtubeGroup .inner .nav li {
  margin-bottom: 5px !important;
}
.youtubeGroup .inner .nav li:last-child {
  margin-bottom: 0 !important;
}
.youtubeGroup .inner .nav a img {
  transition: 0s;
}
.youtubeGroup .inner .nav a.active img {
  border: 5px solid #c9f62a;
}
.youtubeGroup .captionTxt .txt {
  display: none;
}
.youtubeGroup .captionTxt .txt .headline3 {
  margin-top: 1em;
}
.youtubeGroup .captionTxt .txt.active {
  display: block;
}
.youtubeGroup .captionTxt .txt:empty {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .detailBase .pickupTxt {
    padding: 1.5em 1.5em;
    margin-bottom: 2em;
  }
  .detailBase .blockBox {
    margin-bottom: 2em;
  }
  .detailBase .col2box {
    display: block;
    margin-bottom: 2em;
  }
  .detailBase .col2box .leftBox {
    width: 100%;
    min-width: 0;
    margin-bottom: 1em;
  }
  .detailBase .col2box .rightBox {
    padding: 0;
  }
  .detailBase .cate-link {
    flex-direction: column;
  }
  .detailBase .cate-link li {
    width: 84%;
  }
  .detailBase .cate-link li + li {
    margin: 1em 0 0 0;
  }
}
/* = 開発実績_下部リスト紹介 ※使ってない
----------------------------------------*/
#bottom-thum-list .listTitle {
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
  margin: 0 0 1.5em;
}
#bottom-thum-list .list-tile-cate {
  grid-template-columns: repeat(4, 1fr);
  gap: 2em;
}
@media screen and (max-width: 1000px) {
  #bottom-thum-list .list-tile-cate {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5em;
  }
}
@media screen and (max-width: 768px) {
  #bottom-thum-list .list-tile-cate {
    grid-template-columns: repeat(2, 1fr);
  }
}
#bottom-thum-list .list-tile-cate li figure {
  margin-bottom: 0.5em;
}
#bottom-thum-list .list-tile-cate li .title {
  font-size: 0.875em;
  line-height: 1.5;
}
#bottom-thum-list .list-tile-cate li .cate {
  margin-top: 0.2em;
}
#bottom-thum-list .list-tile-cate li .cate p {
  font-size: 0.625em;
}

/* ------------------------------------------------------------------
	開発実績_詳細_ページ別調整
-------------------------------------------------------------------*/
/* = 攻殻機動隊
----------------------------------------*/
#koukakukidoutai.detailBase .col2box {
  display: flex;
}
#koukakukidoutai.detailBase .col2box .leftBox {
  width: 15%;
  min-width: auto;
}
#koukakukidoutai.detailBase .col2box .rightBox {
  padding-left: 1em;
}

/* = MagicMoviecCmera
----------------------------------------*/
#magicmoviecamera.detailBase .col2box.appicon {
  display: flex;
  margin-top: 1em;
  align-items: center;
}
#magicmoviecamera.detailBase .col2box.appicon .leftBox {
  width: 15%;
  min-width: auto;
}
#magicmoviecamera.detailBase .col2box.appicon .rightBox {
  padding-left: 1em;
}

/* = ロコチャレ
----------------------------------------*/
#locochalle .pCenter {
  width: 60%;
  margin: 1em auto 0;
}

/* = 西菱電機
----------------------------------------*/
#workRecentCase .cate-link {
  margin-top: 2em;
}

#bousaiconcier.recentTitle {
  position: relative;
  color: #fff;
  font-weight: 700;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8);
  letter-spacing: 0em;
  margin-bottom: 4em;
  padding: 4em 0 5em;
  background: linear-gradient(to bottom, #00e9e1 0%, #00a1ec 100%);
}
#bousaiconcier.recentTitle .base-width-s {
  z-index: 10;
}
#bousaiconcier.recentTitle .logo {
  margin-bottom: .5em;
  height: 69px;
}
#bousaiconcier.recentTitle .logo img {
  width: auto;
  height: 100%;
}
#bousaiconcier.recentTitle .recentTop01 {
  font-size: 4em;
}
#bousaiconcier.recentTitle .recentTop02 {
  line-height: 1.6;
  font-size: 1.8em;
}
#bousaiconcier.recentTitle:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1000px;
  height: 100%;
  margin-left: -500px;
  background: rgba(0, 0, 0, 0);
  background-image: url("/asset/img/solution/bousaiconcier/title.png");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: auto 80%;
}

@media screen and (max-width: 1000px) {
  #bousaiconcier.recentTitle {
    margin-bottom: 3em;
    padding: 3em 0 4em;
  }
  #bousaiconcier.recentTitle .logo {
    height: 32px;
  }
  #bousaiconcier.recentTitle .recentTop01 {
    font-size: 2em;
  }
  #bousaiconcier.recentTitle .recentTop02 {
    font-size: 1.125em;
  }
  #bousaiconcier.recentTitle:after {
    left: 0;
    width: 100%;
    margin-left: 0;
    background-position: calc(100% - 20px) 50%;
    background-size: auto 80%;
  }
}
@media screen and (max-width: 768px) {
  #bousaiconcier.recentTitle {
    padding: 1.5em 0 1.5em;
  }
  #bousaiconcier.recentTitle:after {
    left: 0;
    width: 100%;
    margin-left: 0;
    background-position: calc(100% - 20px) 50%;
    background-size: auto 60%;
  }
}
.interview .blockBox {
  margin-bottom: 1em;
}
.interview + .interview {
  margin-top: 5em;
}
.interview .firstComment {
  position: relative;
  margin-bottom: 4em;
  padding: 1.6em;
  border: 1px solid #ccc;
  text-align: center;
}
.interview .firstComment:before, .interview .firstComment:after {
  position: absolute;
  font-size: 30px;
  font-weight: 400;
  color: #c00;
}
.interview .firstComment:before {
  content: "“";
  top: -.6em;
  left: -.6em;
}
.interview .firstComment:after {
  content: "”";
  right: -.6em;
  bottom: -1.2em;
}
.interview .firstComment em {
  font-style: italic;
}
.interview .firstComment .name {
  display: inline-block;
  border-top: 1px solid #ccc;
  margin-top: 1em;
  padding-top: .2em;
}
.interview .col2rev {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3em;
}
.interview .col2rev .leftBox {
  width: 50%;
}
.interview .col2rev .leftBox .headline3 {
  margin-top: 0;
}
.interview .col2rev .rightBox {
  width: 45%;
}
.interview .inner-int {
  position: relative;
  margin-bottom: 2em;
}
.interview .inner-int p:before, .interview .inner-int p:after {
  position: absolute;
  font-size: 30px;
  font-weight: 400;
  color: #c00;
}
.interview .inner-int p:before {
  content: "“";
  top: -.6em;
  left: -.6em;
}
.interview .inner-int p:after {
  content: "”";
  right: -.6em;
  bottom: -1.2em;
}
.interview .grayBox {
  padding: 1em;
  margin: 1em 0;
  background: #f6f6f6;
}
.interview .col-table tr:first-child {
  border-top: none;
}

@media screen and (max-width: 1000px) {
  .interview + .interview {
    margin-top: 4em;
  }
  .interview .col2rev {
    display: block;
  }
  .interview .col2rev .leftBox {
    width: 100%;
  }
  .interview .col2rev .rightBox {
    width: 100%;
  }
}
