@charset "UTF-8";

/* =================================
  Common Overwrite
================================= */
body {
  background-color: #ffffff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: left;
}
form, p, div, h1, h2, h3 {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
main {
  background-color: #ffffff;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.inner {
  width: 1200px;
  margin: 0 auto;
}

/* Item Switching
--------------------------------- */
.item-sp {
  display: none !important;
}

/* =================================
  Main Visual
================================= */
.main-visual {
  position: relative;
  width: 100%;
}
.main-visual > ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* bxSlider
--------------------------------- */
.bx-wrapper {
  position: relative;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  top: 82.5%;
  bottom: 0;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  pointer-events: auto;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  width: 70px;
  height: 3px;
  margin: 0 4px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #ffffff;
  /*
  border: solid 1px #bbbbbb;
  */
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #2a8ed7;
}

/* Slider
--------------------------------- */
.slider li {
  position: relative;
}
.slider li .inner {
  position: relative;
  z-index: 2;
}
.slider li .inner a {
  display: block;
  color: #000000;
}
.slider li .client {
  bottom: 150px;
}
.slider li .client dt {
  font-size: 20px;
  margin: 0 0 15px 0;
}
.slider li .client dd {
  font-size: 15px;
  line-height: 1.4;
}
.slider li::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 25%;
  left: 0;
  bottom: 0;
  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 85%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 85%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 85%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

/* =================================
  Information Unit
================================= */
.info-unit {
  position: absolute;
  width: 100%;
  top: 104px;
  left: 0;
  height: 0;
  /*
  padding: 0 0 61.5714285%;
  padding: 0 0 54.357143% /* 761/1400 */;
}
.info-unit .inner {
  position: relative;
  width: 1200px;
  height: 0;
  /*
  padding: 0 0 61.5714285%;
  padding: 0 0 54.357143% /* 761/1400 */;
  margin: 0 auto;
}
#bread {
  position: relative;
  top: 10px;
}
.page-heading {
  position: relative;
  top: 85px;
  font-size: 32px;
}
.h_lead{
  position:absolute;
  top: 70px;
  color: #222;
}
.h_text{
  position: absolute;
  top: 140px;
  font-size: 14px;
  line-height: 160%;
  color: #222;
}
/* Client
--------------------------------- */
.client {
  position: absolute;
  right: 0;
  bottom: 300px;
  width: 300px;
  background: rgba(255,255,255,0.9);
  padding: 25px 30px;
  box-sizing: border-box;
}
.client dl dt {
  font-size: 20px;
  margin: 0 0 15px 0;
}
.client dl dd {
  font-size: 15px;
  line-height: 1.4;
}

/* =================================
  Search Navi
================================= */
.search-nav-unit {
   position: relative;
   left: 0;
   top: -25px;
   margin: 0 0 -25px;
   /*
   top: -104px;
   margin: 0 0 -104px;
   */
}
.search-nav {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*
  border-top: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
  border-left: solid 1px #e5e5e5;
  */
}
.search-nav li {
  position: relative;
  font-family: sans-serif;
  font-size: 18px;
  width: 25%;
  height: 80px;
  line-height: 55px;
  display: block;
  text-align: center;
  color: #323232;
  /*
  background-color: #ffffff;
  border-right: solid 1px #e5e5e5;
  */
  transition: 0.4s;
  cursor: pointer;
}
.search-nav li a {
  height: 100%;
  color: #323232;
  text-decoration: none;
  display: block;
}
/*
.search-nav li:hover, .search-nav li.current {
  background-color: #e1e1e1;
}
*/
.search-nav li.to-sub.current span {
  font-weight: bold;
}
.search-nav li.to-sub::after {
  content: "";
  position: absolute;
  top: 70%;
  left: 50%;
  width: 17px;
  height: 16px;
  background: url(../images/search-nav_arrow02.png) no-repeat center center;
  transform: translate(-50%, -50%);
}
.search-nav li.to-sub:hover::after,
.search-nav li.to-sub.current::after {
  content: "";
  position: absolute;
  top: 70%;
  left: 50%;
  width: 16px;
  height: 16px;
  background: url(../images/search-nav_arrow_current.png) no-repeat center center;
  transform: translate(-50%, -50%);
}

/* SubNavi
--------------------------------- */
.search-subnav {
  font-size: 18px;
  text-align: center;
  margin: 50px 0 0;
  display: none;
}
.search-subnav dl {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.search-subnav dl dd ul {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.search-subnav dl {
  margin: 0 0 25px;
}
.search-subnav dl:last-of-type {
  margin: 0;
}
.search-subnav dl dt {
  width: 25%;
  height: 45px;
  line-height: 45px;
}
.search-subnav dl dt span {
  font-size: 0.8em;
  position: relative;
  top: -2.5%;
  left: 15%;
}
.search-subnav dl dd {
  width: 75%;
}
.search-subnav dl dd ul li {
  position: relative;
  width: 33.1%;
  height: 45px;
  line-height: 45px;
  /*
  border: solid 1px #e5e5e5;
  background-color: #fafafa;
  */
  box-sizing: border-box;
  margin: 0 3px 5px 0;
}
.search-subnav dl dd ul li:nth-of-type(3n) {
  margin: 0 0 5px;
}
.search-subnav dl dd ul li a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  color: #323232;
  transition: 0.4s;
}
.search-subnav dl dd ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 10px;
  height: 10px;
  border: solid 1px #ababab;
  transform: translateY(-50%);
}
.search-subnav dl dd ul li a:hover::before,
.search-subnav dl dd ul li.current::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 10px;
  height: 10px;
  background-color: #d2d2d2;
  border: solid 1px #d2d2d2;
  transform: translateY(-50%);
}
.search-subnav dl dd ul li a:hover,
.search-subnav dl dd ul li.current {
  background-color: #f8f8f8;
}
.search-subnav dl dd ul li small {
  font-size: 0.75em;
}

/* キーワード検索
--------------------------------- */
#search-kw dl dd {
  text-align: left;
}
#search-kw input[type="text"] {
  appearance: none;
  -webkit-appearance: none;
  width: 598px;
  height: 45px;
  border: solid 1px #e5e5e5;
  padding: 0 0.5em;
  outline: 0;
  box-sizing: border-box;
}
#search-kw input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  width: 298px;
  height: 45px;
  border: 0;
  outline: 0;
  cursor: pointer;
  color: #ffffff;
  background-color: #adadad;
  box-sizing: border-box;
}

/* =================================
  Article
================================= */
.sr-num {
  font-size: 14px;
  text-align: right;
}
.article-unit {
  margin: 0 0 100px;
}
.article-unit h3 {
  font-size: 20px;
  margin: 0 0 10px;
}
.article {
  width: 100%;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.article-item {
  width: 23%;
  font-size: 14px;
  margin: 50px 0 0;
}
.article-item a {
  color: #000000;
  text-decoration: none;
}
.article-item a p img {
  transition: 0.3s;
}
.article-item a:hover p img {
  opacity: 0.7;
}
.article-item p {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0 0 66.666666% 0;
  overflow: hidden;
  background-color: #e1e1e1;
}
.article-item p img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.article-item dl dt {
  font-weight: bold;
  margin: 1em 0 0.75em;
}
.article-item dl dd {
  line-height: 1.5;
}
.article-item dt.ziturei_title{
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.article-item dd.ziturei_caption{
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.building-type {
  margin: 15px 0 0;
}
.building-type span {
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.building-type span:first-of-type {
  width: 63.77%;
  background-color: #f1f1f1;
}
.clip {
  width: 36.23%;
  background-color: #ffffff;
  border: solid 1px #f1f1f1;
  box-sizing: border-box;
  text-align: center;
}
.clip a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  color: #000000;
}
.clip a::before {
  content: '';
  position: absolute;
  top: 9px;
  left: 10px;
  width: 9px;
  height: 12px;
  display: inline-block;
  background: url(../images/listmark_clip.png) no-repeat 0 0;
  background-size: cover;
}

/* =================================
  Page Navi
================================= */
.page-nav {
  width: 1200px;
  height: 56px;
  margin: 0 auto;
  background-color: #fafafa;
}

/* 検索条件
--------------------------------- */
.search-cond {
  width: 100%;
  height: 100%;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 10%;
  box-sizing: border-box;
}
.search-cond > div:first-of-type {
  width: 69.5%;
  font-size: 18px;
}
.select-wrap {
  position: relative;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  width: 29.5%;
}
.select-wrap::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 38px;
  height: 38px;
  background: url(../images/select_arrow.png) no-repeat 0 0;
  background-size: cover;
  pointer-events: none;
}
.select-wrap select {
  width: 100%;
  height: 38px;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  text-indent: 0.5em;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  font-size: 1.5em;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

/* =================================
  CDO
================================= */
.cdo-unit {
  width: 100%;
  margin: 100px 0 0;
  display: block;
}
.cdo-unit h2 {
  margin: 0 0 120px;
}
.cdo-unit img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.recommend > h3 {
  font-size: 30px;
}
.recommend > h3 span {
  font-size: 14px;
  line-height: 1.4;
  display: inline-block;
  margin: 0 0 0 0.75em;
}
.recommend .article {
  margin: 20px 0 0;
}
.recommend .article-item {
  width: 24%;
  margin: 0;
}
.recommend .article-item p {
  background: none;
}
.recommend .article-item dl dt {
  font-size: 16px;
  line-height: 1.6;
  margin: 1em 0 0.5em;
}
.rcmd-tag {
  font-size: 0.75em;
  color: #ffffff;
  width: 60px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.rt01 { background-color:#007fcc; }
.rt02 { background-color:#90b60c; }
.rt03 { background-color:#000000; }
.recommend .article-item dl dd {
  font-size: 14px;
  line-height: 1.4;
}
.pc_logo img{
width:auto;
height:auto;
}
