@charset "UTF-8";

.sec-works-detail {
  padding-top: 50px;
  padding-bottom: 80px;
  background-color: #ffffff;
  position: relative;
}

@media screen and (max-width: 767px) {
  .sec-works-detail {
    padding-top: 40px;
    padding-bottom: 0px;
  } 
}



.c-pageMainv--works-detail{
  background: none;
  height: unset;

  margin: 176px auto calc(50 / 1920 * 100vw);
  }

  @media screen and (max-width: 767px) {
    .c-pageMainv--works-detail {
      margin-top: 150px;
    }
  }

  
.c-pageMainvInner--works-detail {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;  
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 27px;
  padding-bottom: 50px;
  height: unset;
  min-height: initial;

}

@media screen and (max-width: 1024px) {
  .c-pageMainvInner--works-detail {
    padding-top: 10px;
  }
}






.worksTtlTag {
  padding: 2px 10px;
  color: #00244B;
  font-size: 15px;
  border-radius: 20px;
  display: inline-block;
  background-color: #D7EDFA;
}

@media screen and (max-width: 767px) {
  .worksTtlTag {
    padding: 2px 10px;
    font-size: 12px;
  }
}

.worksTtlTag--cloud {
  background-color: #2ca39a;
}

.worksTtlTag--infra {
  background-color: #1796b5;
}

.worksTtlTag--const {
  background-color: #1796b5;
}


.worksDetailTtlArea {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .worksDetailTtlArea {
    padding: 0;
  }
}


.worksDetailTtl {
  font-size: 46px;
  line-height: calc(66 / 44);
  font-weight: bold;
  position: relative;
  padding-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .worksDetailTtl {
    font-size: 36px;
  }
}

@media screen and (max-width: 767px) {
  .worksDetailTtl {
    font-size: 20px;
    padding-bottom: 20px;
    padding-top: 10px;
  }
}

.worksDetailTtl::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 5px;
  background-color: #006ba9;
}

@media screen and (max-width: 767px) {
  .worksDetailTtl::after {
    width: 20px;
    height: 2.5px;
    left: 0;
  }
}

.contentAreaTtl {
  margin-top: 20px;
  font-size: 48px;
  font-weight: bold;
  line-height: calc(66 / 46);
}

@media screen and (max-width: 767px) {
  .contentAreaTtl {
    font-size: 24px;
    margin-top: 20px;
  }
}

.worksBlock {
  max-width: 1100px;
  background-color: #fff;
  margin: 85px auto 0;
  padding: 70px 100px;
  border-radius: 20px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .worksBlock {
    margin: 90px auto 0;
    padding: 40px 20px;
    border-radius: 10px;
  }
}

.worksBlockIcon {
  position: absolute;
  top: -40px;
  left: -50px;
  background-color: #2ca39a;
  border-radius: 54px 54px 0 57px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 190px;
  height: 190px;
}

@media screen and (max-width: 1024px){
  .worksBlockIcon {
    top: 0px;
    left: 20px;
    border-radius: 27px 27px 0 28px;
    width: 120px;
    height: 120px;
  }
}

@media screen and (max-width: 767px) {
  .worksBlockIcon {
    top: -70px;
    left: 0px;
    border-radius: 27px 27px 0 28px;
    width: 100px;
    height: 100px;
  }
}

.worksBlockIcon img {
  width: unset;
}

@media screen and (max-width: 767px) {
  .worksBlockIcon img {
    width: 30px;
  }
}

.worksBlockTtl {
  font-size: 40px;
  line-height: calc(66 / 44);
  position: relative;
  font-weight: bold;
  text-align: center;
  padding-bottom: 25px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px){
  .worksBlockTtl {
    font-size: 28px;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .worksBlockTtl {
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}

.worksBlockTtl::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 20px);
  width: 40px;
  height: 5px;
  background-color: #006ba9;
}

@media screen and (max-width: 767px) {
  .worksBlockTtl::after {
    left: calc(50% - 10px);
    width: 20px;
    height: 2.5px;
  }
}

.worksBlockImg {
  max-width: 600px;
  margin: 0 auto 60px;
}

@media screen and (max-width: 767px) {
  .worksBlockImg {
    margin: 0 auto 30px;
  }
}

.otherAreaTtl {
  font-size: 30px;
  font-weight: bold;
  padding-left: 28px;
  position: relative;
  line-height: calc(40 / 30);
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .otherAreaTtl {
    font-size: 24px;
    padding-left: 15px;
    margin-bottom: 20px;
  }
}

.otherAreaTtl::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 30px;
  background-color: #1796b5;
  position: absolute;
  top: 5px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .otherAreaTtl::before {
    width: 3px;
    height: 20px;
    top: 2.5px;
  }
}

.otherArea .worksItem {
  width: calc((100% - 90px) / 3);
}

@media screen and (max-width: 767px) {
  .otherArea .worksItem {
    width: 100%;
  }
}

.otherArea .worksItemTag {
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .otherArea .worksItemTag {
    font-size: 12px;
  }
}

.otherArea .worksItemTtl {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .otherArea .worksItemTtl {
    font-size: 14px;
  }
}

.single-btnCover-work {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 60px auto 150px;
}

@media screen and (max-width: 767px) {
  .single-btnCover-work {
    margin: 40px auto 90px;
  }
}

.worksBlockDetail {

}

.wp_article_text a{
  color: #006ba9;
}
.wp_article_text a:hover{
  text-decoration: underline;
}
.wp_article_text em{
  font-style: italic;
}
.wp_article_text ul{
  list-style: disc;
}
.wp_article_text ol{
  list-style: decimal;
}

.wp_article_text h1{
  font-size: 200%;
}
.wp_article_text h2{
  font-size: 160%;
}
.wp_article_text h3{
  font-size: 145%;
}
.wp_article_text h4{
  font-size: 130%;
}
.wp_article_text h5{
  font-size: 115%;
}
.wp_article_text h6{
  font-size: 100%;
}

.wp_article_text img{
  width: auto;
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  display: block;
  margin: 10px 0;
}

.wp_article_text img:not(.alignleft):not(.alignright):not(.aligncenter) {
  margin: 10px auto;
}
.wp_article_text .alignright{
  float: right;
  margin-left: 1em;
  max-width: 100%;
}
.wp_article_text .alignleft{
  float: left;
  margin-right: 1em;
  max-width: 100%;
}
.wp_article_text .aligncenter{
  margin: 0 auto;
  display: block;
  max-width: 100%;
}





@media screen and (max-width: 767px) {
  .wp_article_text img.alignright{
    float: none;
    margin-left: 0;
    margin: 0 auto;
    display: block;
  }
  .wp_article_text img.alignleft{
    float: none;
    margin-left: 0;
    margin: 0 auto;
    display: block;
  }
}

.wp_article_text img.size-thumbnail {
  max-width: 150px !important;
  width: 150px !important;
  height: auto;
}

.wp_article_text img.size-medium {
  max-width: 300px !important;
  width: 300px !important;
  height: auto;
}

.wp_article_text img.size-large {
  max-width: 1024px !important;
  width: 100%;
  height: auto;
}

.wp_article_text img.size-full {
  max-width: 100% !important;
  width: 100%;
  height: auto;
}
.work_info_box{
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .work_info_box{
    margin-top: 15px;
  }
}



.work_info_box{
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .work_info_box{
    margin-top: 15px;
  }
}



/* 柔軟なコンテンツ用スタイル */
.wp_parts-box{

}

.wp_parts-box + .wp_parts-box{
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .wp_parts-box + .wp_parts-box{
    margin-top: 40px;
  }
}

/* 画像1カラムブロック */
.wp_column_imgwrap--1column {
  text-align: center;
}

.wp_column_img_item--1column {
  margin-bottom: 20px;
}

.wp_column_img_item--1column:last-child {
  margin-bottom: 0;
}

.wp_column_img--1column img {
  max-width: 600px;
  margin: 0 auto;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
  aspect-ratio: 580 / 386;
  display: block;
}

@media screen and (max-width: 767px) {
  .wp_column_img--1column img {
    margin: 0 auto;
  }
}



.wp-element-caption {
  margin-top: 10px;
  font-size: 14px;
  color: #00244B;
  text-align: center;
}

/* 画像2カラムブロック */
.wp_column_imgwrap--2column {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
  align-items: flex-start;
}

@media screen and (max-width: 1024px) {
  .wp_column_imgwrap--2column {
    flex-direction: column;
    gap: 30px 15px;
  }
}

@media screen and (max-width: 767px) {
  .wp_column_imgwrap--2column {

    flex-direction: column;
    gap: 30px;
  }
}

.wp_column_img_item--2column {
  text-align: center;
  width: calc((100% - 20px) / 2);
}

.wp_column_img--2column img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
  aspect-ratio: 580 / 386;
  display: block;
}

@media screen and (max-width: 767px) {

  .wp_column_img_item--2column {
    flex: none;
  }
}





.serviceLinkArea {
  background-color: #1796b5;
  padding-top: 30px;
  padding-bottom: 40px;
  margin-top: 110px;
  margin-bottom: 135px;
  margin-left: 40px;
  margin-right: 40px;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .serviceLinkArea {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 60px;
    border-radius: 10px;
    margin-bottom: 60px;
     margin-left: 20px;
    margin-right: 20px;
  }
}

.serviceLinkTtl {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding-left: 28px;
  position: relative;
  line-height: calc(30 / 20);
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .serviceLinkTtl {
    font-size: 16px;
    padding-left: 20px;
    margin-bottom: 15px;
  }
}

.serviceLinkTtl::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 30px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .serviceLinkTtl::before {
    width: 3px;
    height: 20px;
  }
}

.serviceLinkList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.serviceLinkItem {
  margin-bottom: 20px;
  margin-right: 25px;
  display: inline-block;
  background-color: #fff;
  padding: 0 90px 0 40px;
  line-height: 80px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .serviceLinkItem {
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 0 50px 0 10px;
    line-height: 50px;
    font-size: 13px;
  }
}

.serviceLinkItem::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 20px);
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #006ba9;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

@media screen and (max-width: 767px) {
  .serviceLinkItem::before {
    right: 5px;
  }
}

.serviceLinkItem::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 4px;
  background-image: url(../img/works/serviceLinkArrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: calc(50% - 2px);
  right: 31px;
}

@media screen and (max-width: 767px) {
  .serviceLinkItem::after {
    right: 16px;
  }
}

.serviceLinkItem:hover::before {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}



.worksList {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .worksList {
   
  }
}
@media screen and (max-width: 767px) {
  .worksList {
    display: block;
    margin-top: 40px;
  }
}

.worksItem {
  width: calc((100% - 60px) / 3);
  position: relative;
  display: block;
}
.worksItem:hover .worksItemTtl {
  color: #1796b5;
}
.worksItem:hover .worksItemImg img {
  transform: scale(1.03);
  filter: brightness(0.7);
}
@media screen and (max-width: 1024px) {
  .worksItem {
    width: 100%;
    max-width: 500px;
    /* margin: 0 auto; */
  }
  .worksItem + .worksItem {
    margin-top: 0px;
  }

  .worksItem:nth-child(n + 3) {
    margin-top: 0px;
  }
}

.worksItemImgCover {
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .worksItemImgCover {
    border-radius: 10px;
  }
}

.worksItemImg {
  aspect-ratio: 38/24;
  width: 100%;
  height: 100%;
}
.worksItemImg img {
  vertical-align: top;
  transition-duration: 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
     display: block;
     width: 100%;
     height: 100%;
}

.worksItemTag {
  padding: 2px 10px;
  font-size: 14px;
  border-radius: 20px;
  display: inline-block;
  margin-top: 30px;
  font-weight: 900;
  color: #00244B;
  background-color: #D7EDFA;
}
@media screen and (max-width: 767px) {
  .worksItemTag {
    margin-top: 20px;
    font-size: 13px;
  }
}
.worksItemTag--cloud {
  background-color: #D7EDFA;
}
.worksItemTag--infra {
  background-color: #1796b5;
}
.worksItemTag--const {
  background-color: #1796b5;
}

.worksItemTtl {
  margin-top: 15px;
  transition-duration: 0.3s;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .worksItemTtl {
    font-size: 13px;
  }
}

