@charset "UTF-8";
/* --------------------------------------------------
  shared/css/about.css
--------------------------------------------------- */
/* ------------- ニュースリリース -------------- */
.categoryLabel {
  float: right;
}
.categoryLabel li {
  display: inline-block;
  vertical-align: top;
  background-color: #ffffff;
  border: solid 1px #356cb6;
  border-radius: 10px;
  padding: 0 10px;
  margin: 6px 0 0 6px;
  text-align: center;
  color: #356cb6;
  font-size: 1.1rem;
  line-height: 20px;
  font-weight: 700;
}

.news-wrapper {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.news-wrapper p {
  text-align: justify;
  text-justify: inter-ideograph;
}
.news-wrapper .news-date {
  text-align: right;
  font-size: 1.8rem;
}
.news-wrapper .news-publisher {
  text-align: right;
}
.news-wrapper .news-concluded {
  margin-top: 24px;
  text-align: right;
  letter-spacing: 0.5em;
  margin-right: -0.5em;
}
.news-wrapper .news-heading {
  font-weight: 700;
}

.news-search-form {
  margin-top: 36px;
  padding: 16px 20px;
  background-color: #eff4fa;
}
.news-search-form h3 {
  background: #fff;
  border: 1px solid #356cb6;
  font-size: 1.6rem;
  font-weight: 700;
}

#newsReleaseSearchField {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#newsReleaseSearchField .font-size-m {
  width: 100%;
}
#newsReleaseSearchField .news-search-form-cat {
  width: 35%;
}

/* ------------- ニュースリリースカテゴリー -------------- */
/* 建築 */
.newsReleaseCat01 {
  background-color: #BF543A;
}

/* 土木 */
.newsReleaseCat02 {
  background-color: #7B7B1E;
}

/* 海外 */
.newsReleaseCat03 {
  background-color: #BE416F;
}

/* 不動産開発 */
.newsReleaseCat04 {
  background-color: #866BA6;
}

/* エンジニアリング */
.newsReleaseCat05 {
  background-color: #186171;
}

/* LCV */
.newsReleaseCat06 {
  background-color: #125737;
}

/* フロンティア */
.newsReleaseCat07 {
  background-color: #4141BE;
}

/* 経営 */
.newsReleaseCat08 {
  background-color: #4D73BE;
}

/* 耐震 */
.newsReleaseCat09 {
  background-color: #8C6239;
}

/* 省エネ */
.newsReleaseCat10 {
  background-color: #1E7B24;
}

/* 環境 */
.newsReleaseCat11 {
  background-color: #227B9D;
}

/* 構造 */
.newsReleaseCat12 {
  background-color: #184271;
}

/* 社会貢献 */
.newsReleaseCat13 {
  background-color: #DB7C33;
}

/* その他 */
.newsReleaseCat14 {
  background-color: #666;
}

/* ------------- 事業所一覧 -------------- */
.side-button {
  display: flex;
  justify-content: space-between;
}
.side-button > :first-child {
  margin: 0;
  padding: 0;
  width: 100%;
}
.side-button > :last-child {
  margin: 0;
  margin-left: 24px;
  padding: 0;
  white-space: nowrap;
}

/* ------------ PRコンテンツ / CM・広告ライブラリー --------------- */
.paddingTopcut {
  padding-top: 0;
}

.card-award > .card-caption {
  padding: 10px 37px;
  text-align: left;
}
.card-award > .card-award-detail {
  padding-left: 50px;
}
.card-award > .card-award-detail > ul {
  margin-top: 10px;
}
.card-award > a p {
  padding: 0 !important;
}

/* ------------  common --------------- */
.articleWrapper {
  width: 700px;
  margin: 0 auto;
  text-align: justify;
  text-justify: inter-ideograph;
}

/* ------------  トップメッセージ --------------- */
.messageTitle {
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.6;
  max-width: 450px;
  margin: 40px auto 50px;
  font-weight: 400;
}

.messageMidashi {
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  line-height: 1.6;
  width: 100%;
  margin: 50px auto 40px;
}

.messageh2 {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
}

h2.messageh2::before {
  content: none;
}

/* ------------ 清水建設カレンダー --------------- */
.noBg .figure-fixed > .figure-fixed-inner {
  background-image: none;
  background-color: transparent;
}

.figure-fixed > .figure-fixed-inner img:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  transition: 0.3s;
}

/* ------------- About14Diversity以下 -------------- */
.conversation-clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* ------------- けんせつ小町工事チーム -------------- */
.content-box .heading2 {
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
}
.content-box .heading2:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70px;
  border-bottom: 2px solid #356cb6;
}
.content-box .grid-visible {
  overflow: visible;
}

/* ------------- シミズ・ウーマン / シミズ・メンバーズ -------------- */
.women-list {
  overflow: hidden;
}
.women-list li {
  float: left;
  width: 20%;
}

/* ------------- entry：ダイバーシティ新着一覧 -------------- */
.csrWrapperFix {
  margin-top: 96px !important;
}
.csrWrapperFix:first-child {
  margin-top: 0 !important;
}

/* ------------- 技術研究所 -------------- */
#gikentop {
  height: calc(100vh - 235px);
}

.gikenTitle {
  font-size: 3.2rem;
  line-height: 1.6;
  margin: 0 auto;
  text-align: center;
  padding-top: calc(50vh - 150px);
  color: #ffffff;
  text-shadow: 2px 2px 5px #000000, 1px 1px 10px #000000, 2px 2px 10px #000000, -2px -2px 10px #000000, 0 0 0 #000000;
}

.msExtended {
  bottom: 40px !important;
}

/* ------------- 経営方針 -------------- */
img {
  -ms-interpolation-mode: bicubic;
}

.h3none, p.h3none {
  border-bottom: none;
  padding-bottom: 0;
  font-weight: 700;
}

h3.h3none::before {
  border-bottom: none;
}

.sv1_bg {
  background: #fff4fd;
  padding: 30px;
}
.sv1_bg > strong.sv1 {
  color: #a42f8b;
  font-size: 1.8rem;
}
.sv1_bg > ul.list > li:before {
  background-color: #a42f8b;
}

.sv2_bg {
  background: #fff0dc;
  padding: 30px;
}
.sv2_bg > strong.sv2 {
  color: #f08c00;
  font-size: 1.8rem;
}
.sv2_bg > ul.list > li:before {
  background-color: #f08c00;
}

.sv3_bg {
  background: #f4ffdc;
  padding: 30px;
}
.sv3_bg > strong.sv3 {
  color: #8dc21f;
  font-size: 1.8rem;
}
.sv3_bg > ul.list > li:before {
  background-color: #8dc21f;
}

.ino_grid dl > dt {
  font-weight: 700;
  margin-bottom: 10px;
  padding: 3px 0 3px 18px;
  min-height: 24px;
}
.ino_grid dl > dt.ino01 {
  border-left: 4px solid #f39800;
}
.ino_grid dl > dt.ino02 {
  border-left: 4px solid #22ac38;
}
.ino_grid dl > dt.ino03 {
  border-left: 4px solid #9070af;
}

/* ------------- 事業紹介 -------------- */
#descriptionBusiness .icon-box .icon-box-icon:not(.contact-link) img {
  width: 150px;
  height: 150px;
}
#descriptionBusiness .card .card-body > .hd > a, #descriptionBusiness .card .card-body > .hd > span::after {
  transform: rotate(90deg);
}

.const-cards {
  padding: 20px;
  border: 1px solid #e2e6e8;
}
.const-cards h2 {
  background: none;
  border-bottom: 2px solid #4d73be;
  padding: 13px 10px;
  font-weight: bold;
}
.const-cards h2::after {
  content: none;
}

/* ------------- CM・広告ライブラリー -------------- */
.card .card-body > .hd > span.new {
  color: #ffffff;
  font-size: 1.2rem;
  font-family: "Oswald";
  font-weight: bold;
  background-color: #ff0000;
  margin-left: 1em;
  padding: 2px 8px 3px;
  display: inline-block;
}
.card .card-body > .hd > span.new:after {
  color: #ff0000;
}

/* ------------- 会社概要 -------------- */
#about-outline .spOnly {
  display: none;
}
#about-outline > p:first-of-type {
  margin-bottom: 60px;
}
#about-outline .grid:first-of-type {
  align-items: center;
  justify-content: flex-start;
}
#about-outline dl.wt-calc {
  width: calc(100% - 230px);
  padding-left: 18px;
}
#about-outline .img-item {
  width: 212px;
  margin: 0 18px;
}
#about-outline p.Arrow-under:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: glyphs;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f008";
  position: absolute;
  left: 110px;
  margin-left: -0.5rem;
  font-size: 1rem;
  bottom: 22px;
  color: #356cb6;
}
#about-outline p.note {
  margin-top: -10px;
  margin-bottom: 5px;
}
#about-outline p.note02 {
  font-size: 1.4rem;
  margin-top: -10px;
  margin-bottom: 10px;
  margin-right: 50px;
}
#about-outline .number-item {
  display: flex;
  width: auto;
  color: #356cb6;
}
#about-outline .number-item .number-txt-big {
  font-size: 6rem;
  margin: 0 auto;
  font-weight: 700;
}
#about-outline .number-item .number-txt-big > span {
  font-size: 3rem;
  font-weight: normal;
}
#about-outline .grid-flex {
  display: flex;
  justify-content: space-around;
}
#about-outline .icon-box-icon {
  text-align: center;
}
#about-outline .icon-box-icon img {
  width: 150px;
  height: 150px;
}
#about-outline .icon-box-icon p {
  margin-top: 20px;
  text-align: left;
}
#about-outline .list-def.mt-line {
  margin-top: 20px !important;
}
#about-outline .list-def.mt-line p + p {
  margin-top: 5px;
}
#about-outline .grid-box.align-right {
  margin: 20px 0;
}
#about-outline .grid-box.align-right p + div {
  margin-top: 30px;
}
#about-outline .grid-box.align-right div {
  text-align: left !important;
}
#about-outline .grid-box.align-right div a.blue-button {
  display: inline-block;
  border: 2px solid #356cb6;
  color: #FFF;
  background: #356cb6;
  border-radius: 20px;
  padding: 10px 20px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  transition: all 0.3s;
}
#about-outline .grid-box.align-right div a:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: glyphs;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f007";
  font-size: 1.2rem;
  vertical-align: baseline;
  margin-left: 4px;
  margin-right: 4px;
}
#about-outline .grid-box.align-right div a:hover {
  background-color: #FFF;
  border-color: #356cb6;
  color: #356cb6;
}
#about-outline .grid-box.align-right div a span:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: glyphs;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f010";
  right: 10px;
  top: 48%;
  font-size: 1rem;
  margin-top: -0.5rem;
  position: absolute;
}
#about-outline .mt-adj-short {
  margin-top: 30px !important;
}
#about-outline .accordion-sec {
  margin: 36px 0 70px;
}
#about-outline h2#accordion {
  margin-top: 48px;
  cursor: pointer;
}
#about-outline h2#accordion span::before {
  content: "";
  display: block;
  background-color: #848a8c;
  position: absolute;
  width: 16px;
  height: 2px;
  margin-top: -1px;
  top: 50%;
  right: 20px;
  z-index: 2;
}
#about-outline h2#accordion span::after {
  content: "";
  display: block;
  background-color: #848a8c;
  position: absolute;
  width: 2px;
  height: 16px;
  margin-top: -8px;
  top: 50%;
  right: 27px;
  z-index: 2;
}
#about-outline h2#accordion .accordionActive::after {
  display: none;
}
#about-outline .accordion-content {
  display: none;
}

@media screen and (max-width: 1023px) {
  /* ------------  CM・広告ライブラリー --------------- */
  .card-award > .card-award-detail {
    padding-left: 10px;
  }
  #about-outline .grid-box.align-right div {
    text-align: center !important;
  }
}
@media (max-width: 968px) {
  /* ------------  common --------------- */
  .articleWrapper {
    width: 100%;
  }
}
@media (max-width: 991px) {
  /* ------------- 技術研究所 -------------- */
  #gikentop {
    height: 557px;
  }
  .gikenTitle {
    font-size: 2.4rem;
    width: 100%;
    padding-top: 250px;
  }
}
@media (max-width: 768px) {
  /* ------------- 技術研究所 -------------- */
  #gikentop {
    height: 432px;
  }
  .gikenTitle {
    font-size: 2.2rem;
    margin: 0 auto;
    padding-top: 200px;
  }
  /* ------------  CM・広告ライブラリー --------------- */
  .card-award > .card-award-detail {
    padding-left: 10px;
  }
  .card-award > .card-caption {
    padding: 10px;
  }
  /* ------------- 会社概要 -------------- */
  #about-outline .spOnly {
    display: block;
  }
  #about-outline .img-item.pcOnly {
    display: none;
  }
  #about-outline dl.list-def {
    width: auto;
    padding-left: 0;
  }
  #about-outline .img-item {
    width: 212px;
    padding-bottom: 20px;
    margin: auto;
  }
  #about-outline .note {
    margin-top: -10px;
    margin-bottom: 10px;
  }
  #about-outline .number-item .number-txt-big {
    font-size: 5rem;
    margin: 0 auto;
  }
  #about-outline h2#accordion {
    margin-top: 36px;
    padding: 10px 40px 10px 20px;
  }
}
/* ------------- 技術研究所 -------------- */
@media (max-width: 767px) {
  .messageTitle {
    font-size: 1.7rem;
    font-weight: 700;
  }
  .messageMidashi {
    width: 100%;
    text-align: initial;
  }
}
@media (max-width: 479px) {
  /* ------------- シミズ・ウーマン / シミズ・メンバーズ -------------- */
  .women-list li {
    width: 33.33%;
  }
}
@media (max-width: 468px) {
  /* ------------- 技術研究所 -------------- */
  #gikentop {
    height: 300px;
  }
  .gikenTitle {
    font-size: 1.6rem;
    padding-top: 150px;
  }
  .msExtended {
    bottom: 20px !important;
  }
}
@media (max-width: 767px) {
  /* ------------- ニュースリリース -------------- */
  #newsReleaseSearchField .news-search-form-cat {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1080px) {
  /* ------------- ニュースリリース -------------- */
  .news-search .news-search-buttons li {
    width: calc(50% - 20px);
  }
  /* ------------- 会社概要 -------------- */
  #about-outline .img-item.pcOnly {
    display: block;
  }
  #about-outline .img-item.spOnly {
    display: none;
  }
  #about-outline .number-item .number-txt-big {
    font-size: 5rem;
  }
  #about-outline .number-item .number-txt-big .ipad-size {
    font-size: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* ------------  CM・広告ライブラリー --------------- */
  .card-award > .card-award-detail {
    padding-left: 10px;
  }
  .card-award > .card-caption {
    padding: 10px;
  }
}/*# sourceMappingURL=about.css.map */


