/* ーーーーーーーーーーーーーーー
共通設定
ーーーーーーーーーーーーーーー */

:root {
  --color-main: #00558C;
  --color-main-rgb: 0, 85, 140;
}
@media screen and (min-width: 751px) {
  .u-sp {
    display: none!important;
  }
}
@media screen and (max-width: 750px) {
  .u-pc {
    display: none!important;
  }
}
.u-ib {
  display: inline-block;
}

@media screen and (max-width: 750px) {
  .post_content .l-table01 th,
  .post_content .l-table01 td {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.category_list_widget li.current-menu-item a,
.category_list_widget li.current-menu-parent a {
  background: #CFD9E8;
  color: #000;
}

/* スクエアタイトルを固定ページで使用時のためのアニメーション */
#archive_square_headline.inviewHeadLine {
  opacity: 0;
  position: relative;
  top: -110px;
  z-index: 100;
  -webkit-transition: all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition: all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
#archive_square_headline.inviewHeadLine.animate {
  opacity: 1;
  top: -150px;
}

@media screen and (max-width: 750px) {
  #archive_square_headline.inviewHeadLine {
    top: -55px;
  }
  #archive_square_headline.inviewHeadLine.animate {
    top: -95px;
  }
}

.footInfo {
  margin-bottom: 40px;
  text-align: center;
}
.footInfo .footInfo_name {
  margin-bottom: 0.8em;
}
.footInfo .footInfo_address {
  margin-bottom: 0.4rem;
  font-size:  0.9em;
}
.footInfo .footInfo_tel {
  line-height: 1;
}
.footInfo .footInfo_tel a {
  display: inline-block;
  font-size: 1.57em;
  font-weight: bold;
  letter-spacing: 0.06em;
}

/* ブロック */
.wp-block-button__link {
  font-size: 1rem;
}

/* ーーーーーーーーーーーーーーー
コンテンツ サービス一覧
ーーーーーーーーーーーーーーー */
.cb_service_list {
  background: #EAEEF4;
}




/* ーーーーーーーーーーーーーーー
トップページ
ーーーーーーーーーーーーーーー */
.home #header_slider .item1 .caption,
.home #header_slider .item3 .caption{
  color: #000;
}
.home #header_slider .item3 .design_button.type1 a {
  border: 1px solid var(--color-main);
  background: transparent;
}
.homeIntro {
  text-align: center;
}
.homeIntro h2 {
  color: var(--color-main);
  margin-bottom: 30px;
}


@media screen and (max-width: 750px) {
  .homeIntro .homeIntro_ttl {
    margin-bottom: 30px;
    font-size: 20px;
  }
}


.home .cb_service_item_list .desc,
.home .cb_service_item_list .bottom_title {
  display: none;
}
.home .cb_service_item_list a {
  pointer-events: none;
}


/* ーーーーーーーーーーーーーーー
事業内容：一覧
ーーーーーーーーーーーーーーー */

#service_list .title a,
#service_list .catch,
#service_list .desc {
  color: #000;
}
#service_list .design_button {
  display: none;
}
#service_list .desc {
  font-size: 13px;
  line-height: calc(31 / 13);
}
@media screen and (max-width: 950px) {
  #service_list .title a,
  #service_list .desc {
  color: #fff;
}
  #service_list .content {
    /* background: rgba(var(--color-main-rgb) , 0.4); */
    background: rgba(0, 0, 0, 0.4);
  }
}


/* ーーーーーーーーーーーーーーー
取扱製品：一覧
ーーーーーーーーーーーーーーー */
#project_title_area .image_wrap {
  display: none;
}
#project_title_area .title {
  border: 0;
  padding: 0 0 20px;
  max-inline-size: max-content;
}
#project_title_area .title::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  margin-bottom: 20px;
  background: var(--color-main);
}

@media screen and (max-width: 781px) {
  #project_title_area .title::before {
    height: 3px;
  }
}


.productCont {
  margin-top: 80px;
}

.productCont h2.productCont_ttl {
  font-size: 20px;
  margin-bottom: 10px;
}
.productCont h2.productCont_ttl::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 6px;
  background: #000;
  vertical-align: baseline;
}

ul.productCont_list {
  list-style: none;
  margin: 0; 
}
.productCont_list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 16px;
}

.productCont_list li {
  width: calc((100% - 16px * 2) / 3);
  order: 2;
  cursor: pointer;
}
.productCont_list li.is-main {
  width: 100%;
  order: 1;
}
.productCont_list img {
  width: 100%;
  vertical-align: middle;
}

@media screen and (max-width: 781px) {
  .productCont h2.productCont_ttl {
    font-size: 18px;
  }.productCont h2.productCont_ttl::before {
    width: 12px;
    height: 12px;
  }
  .productCont_list {
    gap: 10px 10px;
  }

  .productCont_list li {
    width: calc((100% - 10px * 2) / 3);
  }
}


.productExample {
  display: flex;
  margin-top: 80px;
  border: 1px solid #A8A8A8;
  font-size: 16px;
  line-height: 1.5;
}
.productExample dt,
.productExample dd {
  padding: 20px;
  box-sizing: border-box;
}
.productExample dt {
  width: 120px;
  border-right: 1px solid #A8A8A8;
  text-align: center;
  font-weight: 400;
}
.productExample dd {
  flex: 1;
  margin: 0;
}
@media screen and (max-width: 781px) {
  .productExample {
    display: block;
  }
  .productExample dt {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #A8A8A8;
  }
}


/* ーーーーーーーーーーーーーーー
ワークフロー
ーーーーーーーーーーーーーーー */
.workFlow_flowList .wp-block-columns {
  gap: 10px 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 781px) {
  .workFlow_flowList .wp-block-columns:nth-child(even) {
    flex-direction: column-reverse;
  }
}

.post_content .workFlow_tel {
  margin-top: -2rem;
  line-height: 1;
}




