@charset 'UTF-8';
@import url("https://fonts.googleapis.com/css?family=Work+Sans:400,900");

/* **********************************************************************
 *
 *       Title:   オフィスコム case.css
 *
 ********************************************************************** */
ul.tableofUl {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

ul.tableofUl li {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  background: #fafafa;
}

ul.tableofUl a li {
  list-style: none;
  text-decoration: none;
  color: #333;
  width: 100%;
  padding: 15px 0;
}
ul.tableofUl a {
  list-style: none;
  text-decoration: none;
  color: #333;
  width: 100%;
}
ul.tableofUl li {
  list-style: none;
  text-decoration: none;
  color: #333;
  background: #fafafa;
  border: 1px solid #dcdcdc;
  text-align: center;
}

ul.tableofUl a li:hover {
  opacity: 0.5;
}
a li.tableofUlToi {
  background: #d1322e !important;
  color: #fff !important;
  border: 1px solid #999 !important;
  /* display: block;
	overflow: hidden; */
}

li.tableofUlToi a span {
  background: #d1322e !important;
  color: #fff !important;
  /* display: block;
	overflow: hidden; */
}

ul.tableofUl li::before {
  content: "▼";
  font-size: 7px;
  position: absolute;
  margin: 8px 0 0 -12px;
}

ul.tableofUl li::before:last-child {
  content: "";
  padding-left: 0px;
}
.sp {
  display: none;
}

/* 絞り込み検索
======================================================= */

.search_filter {
  margin: 0 0 60px;
  background: #ededed;
}

.search_filter .tit {
  padding: 10px 20px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  background: #333;
}

.search_filter .inner {
  padding: 15px;
}

.search_filter .inner .tab {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.search_filter .inner .tab li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px 10px;
  width: 510px;
  color: #fff;
  font-weight: bold;
  background: #bebebe url(../img/arrow_wb.png) no-repeat right 20px center;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
}

.search_filter .inner .tab li.active {
  background: #d1322e;
}

.search_filter .inner .tab li + li {
  margin-left: 10px;
}

.search_filter .inner .panel + .panel {
  display: none;
}

.search_filter .inner dl {
  display: table;
  width: 100%;
  background: #fff;
  position: relative;
}

.search_filter .inner dl + dl {
  border-top: 1px solid #ededed;
}

.search_filter .inner dl.type {
  border-top: none;
  display: none;
}

.search_filter .inner dl.type:before {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  width: calc(100% - 30px);
  border-top: 1px dashed #e2e2e2;
}

.search_filter .inner dl dt {
  display: table-cell;
  vertical-align: top;
  width: 130px;
  padding: 20px 30px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

.search_filter .inner dl.type dt {
  width: 160px;
  padding-left: 40px;
  color: #666;
}

.search_filter .inner dl dt span {
  padding: 0 0 0 10px;
  border-left: 2px solid #333;
  position: relative;
}

.search_filter .inner dl.type dt span {
  border-left: none;
  padding: 0 0 0 12px;
  background: url(../img/bg_search_filter01.png) no-repeat 0 center;
  background-size: 8px auto;
}

.search_filter .inner dl dd {
  display: table-cell;
  vertical-align: top;
  padding: 20px 0;
  font-size: 14px;
  font-size: 1.4rem;
}

.search_filter .inner dl dd .list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.search_filter .inner dl dd .list,
.search_filter .inner dl dd .list label {
  font-size: 14px;
  font-size: 1.4rem;
}

.search_filter .inner dl dd .list li {
  float: left;
  margin-right: 30px;
}

.search_filter .inner dl dd .list li input[type="radio"],
.search_filter .inner dl dd .list li input[type="checkbox"] {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}

.search_filter .inner .menu {
  padding: 15px 0 0;
  text-align: center;
  position: relative;
}

.search_filter .inner .menu button {
  padding: 15px 80px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background: #d1322e;
}

.search_filter .inner .menu button span {
  padding: 0 0 0 22px;
  background: url(../img/ico_search_filter.png) no-repeat 0 center;
  background-size: 16px auto;
}

.search_filter .inner .menu button em {
  padding: 0 0 0 10px;
  font-size: 22px;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: bold;
}

.search_filter .inner .menu .clear {
  position: absolute;
  top: 15px;
  right: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.search_filter .inner .menu .clear input {
  padding: 0;
  border: none;
  background: none;
  font-size: 12px;
  font-size: 1.2rem;
  color: #666;
  text-decoration: underline;
  outline: none;
}

.search_filter .inner .menu .clear input:hover {
  text-decoration: none;
}

/* トップ
======================================================= */

.case_catnav {
  margin: 0 0 60px;
}
.case_catnav.bottom {
  margin: 60px 0 60px;
}
.case_catnav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.case_catnav li {
  float: left;
  width: 18%;
  margin: 0 2.5% 0 0;
}
.case_catnav li:last-child {
  margin: 0;
}
.case_catnav li a {
  display: block;
  background: #ededed url(../img/arw.png) 95% 50% no-repeat;
  text-align: center;
  padding: 12px 0;
}
.case_catnav li a,
.case_catnav li a:visited {
  text-decoration: none;
}
.case_catnav li a:hover,
.case_catnav li a.selected {
  background: #d1322e;
  color: #fff;
}

/* isotope
======================================================= */

.filter {
  text-align: center;
  margin: 0 0 30px 0;
}
.filter a {
  display: inline-block;
  margin-right: 5px;
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 10px 20px;
  text-decoration: none;
  background: #ededed;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.filter a:hover,
.filter a:active {
  background: #d1322e;
  color: #fff;
}
.filter a.current {
  font-weight: bold;
  background: #d1322e;
  color: #fff;
}
.filter a {
  position: relative;
  display: inline-block;
}

.filter a.current:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top: 5px solid #d1322e;
}

.isotope {
  position: relative;
  display: block;
  clear: both;
  width: 100%;
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
  text-align: left;
  overflow: hidden;
  *zoom: 1;
}
@media only screen and (max-width: 1100px) {
  .isotope {
    position: relative;
    display: block;
    clear: both;
    width: 732px;
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
    text-align: center;
    overflow: hidden;
    *zoom: 1;
    margin: 0 auto;
  }
}
.isotope .item .img {
  margin: 0 0 10px;
}
.isotope .item ul {
  border-bottom: none;
}
.isotope .item ul li.category {
  padding: 0;
}
.isotope .item ul li.category a {
  display: block;
  padding: 10px 0;
  color: #fff;
  text-decoration: none;
}
.isotope .item ul li.category.meeting a {
  background: #00a5b4;
}
.isotope .item ul li.category.work a {
  background: #91bb00;
}
.isotope .item ul li.category.entrance a {
  background: #ec9000;
}
.isotope .item ul li.category.partition a {
  background: #c39c00;
}

/* under pagetitle
======================================================= */

body.case .pagetit {
  background-image: url(../img/bg_pagetit_case.jpg) !important;
  background-size: cover;
  padding: 140px 0 40px;
  text-align: center;
}

body.case_ba .pagetit {
  background-image: url(../img/before_after/bg_pagetit_case_ba.jpg) !important;
  background-size: cover;
  padding: 140px 0 40px;
  text-align: center;
}

body.case_ex .pagetit {
  background-image: url(../img/experiences/bg_pagetit_case_ex.jpg) !important;
  background-size: cover;
  padding: 140px 0 40px;
  text-align: center;
}

/* 共通
======================================================= */

.main h1 {
  line-height: 4.8rem;
  padding: 0 0 10px;
  margin: 0 0 15px;
}

.main h1.top {
  margin: 0 0 60px;
}

.main h1 + p {
  text-align: right;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  margin: 0 0 20px;
}

.h1under_text {
  font-size: 14px;
  margin: -45px 0 40px;
  font-weight: normal;
  line-height: 180%;
}

.main h2 span {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  padding-left: 1.8em;
  vertical-align: middle;
}

.main .block:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.main .photo-r {
  margin-bottom: 0;
}

.main .photo-rt {
  float: right;
  margin: 0px 0px 44px 20px;
}

/* slider
======================================================= */

div.slider {
  width: 100%;
  display: block;
  height: auto;
  margin: 0 auto 40px;
}

ul.bxslider01 li {
  /*メインスライダー*/
  display: block;
  width: 100%;
  height: 635px;
}

ul.bxslider01 li img {
  display: block;
  width: auto;
  max-width: 1100px;
  height: 635px;
  margin: 0 auto;
}

ul.bxslider02 li a {
  /*サムネイル*/
  display: block;
  width: 127px;
  height: 73px;
  transition: 0.4s;
}

ul.bxslider02 li a img {
  /*サムネイルの画像*/
  display: block;
  width: auto;
  height: 73px;
}

ul.bxslider02 li a:hover,
ul.bxslider02 li a:active {
  /*サムネイル*/
  opacity: 0.7;
}

div.controlWrap {
  width: 1100px;
  display: block;
  position: relative;
  margin: 12px auto 0;
}

div p#PrevIcon a,
div p#NextIcon a {
  display: block;
  width: 80px;
  height: 0;
  padding-top: 80px;
  background: url(../img/slidearw_l.png) 0 0 no-repeat;
  top: 280px;
  left: 0;
  margin-top: 0;
  overflow: hidden;
  transition: 0.4s;
}

div p#NextIcon a {
  background: url(../img/slidearw_r.png) 0 0 no-repeat;
  left: auto;
  right: 0;
}

div p#PrevIcon a:after {
  background: url(../img/slidearw_l.png) 0 0 no-repeat;
}

div p#PrevIcon a:hover,
div p#NextIcon a:hover {
  opacity: 0.7;
}

div.slider + p.btn {
  margin: 0 auto 20px;
}

div.slider + p.btn a {
  width: 80%;
  max-width: 587px;
  display: block;
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: none;
  padding: 1em 0 1em 1em;
  background: url(../img/arrow_wb.png) no-repeat 80px center #d1322e;
}

div.slider + p.btn a:before {
  content: "";
  display: inline;
}

.controlWrap .bx-viewport {
  overflow: hidden !important;
}

/* table.tbr
======================================================= */

table.tbr {
  margin-bottom: 20px;
}

table.tbr tr th {
  width: 250px;
  padding-right: 1em;
  padding-left: 1em;
}

table.tbr tr td {
  padding-right: 1em;
  padding-left: 1em;
}

table.tbr tr td:first-child {
  text-align: center;
}

/* photo_set
======================================================= */

.photo_set {
  position: relative;
  margin: 0 auto 80px;
}

.photo_set_in {
  background: #f4f4f4;
  padding: 60px;
  width: 400px;
  box-sizing: border-box;
  position: absolute;
  bottom: -40px;
  min-height: 250px;
}

.set_l .photo_set_in + p {
  text-align: right;
}

.set_l .photo_set_in {
  left: 0;
}

.set_r .photo_set_in + p {
  text-align: left;
}

.set_r .photo_set_in {
  right: 0;
}

.main .block .photo_set_in h2 {
  font-size: 34px;
  font-size: 3.4rem;
  background: none;
  padding: 0 0 20px;
  position: relative;
  line-height: 1.3;
}

.main .block .photo_set_in h2:after {
  content: "";
  display: block;
  max-width: 82px;
  width: 35%;
  height: 3px;
  background: #d1322e;
  position: absolute;
  bottom: 0;
  left: 0;
}

.photo_set_in h2 + p {
  font-weight: bold;
}

/* flex_set
======================================================= */

.main ul.flex_set {
  display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* test */
.main ul.flex_set02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 0;
  margin: 0 auto;
  max-width: 1200px;
  list-style: none;
  box-sizing: border-box;
}

.main ul.flex_set02 li {
  flex: 1 1 calc((100% - 60px) / 4);
  max-width: calc((100% - 60px) / 4);
  box-sizing: border-box;
}

  .main ul.flex_set02 li img {
    width: 100%;
    height: auto;
    display: block;
  }

/* タブレット：3列 */
@media screen and (max-width: 1199px) {
  /* .main ul.flex_set02 li {
    flex: 1 1 calc((100% - 40px) / 3);
    max-width: calc((100% - 40px) / 3);
  } */
}

/* iPad：2列 */
@media screen and (max-width: 1023px) {
  .main ul.flex_set02 li {
    flex: 1 1 calc((100% - 20px) / 2);
    max-width: calc((100% - 20px) / 2);
    box-sizing: border-box;
    overflow: hidden;
  }

  .main ul.flex_set02 li img {
    width: 100%;
    height: auto;
    display: block;
  }
}

/* スマホ：1列 */
@media screen and (max-width: 767px) {
  .main ul.flex_set02 li {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

/* test end */

.main ul.flex_set img {
  width: 100%;
}

.main .photo_set + ul.flex_set {
  padding: 0 0 80px;
}

.main .flex_set li {
  list-style: none;
  padding: 0;
}

.main .flex_set li + li {
  margin-left: 2.75%;
}

.main .flex_set.set_4 li + li {
  margin-left: 0;
}

ul.flex_set_01 {
  list-style: none;
  margin: -40px 0 0;
  padding: 0 0 80px;
}

ul.flex_set_01:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

ul.flex_set_01 li img {
  width: 100%;
}

ul.flex_set_01 li {
  float: left;
  max-width: 340px;
  width: 31.5%;
}

ul.flex_set_01 li:first-child {
  float: right;
  max-width: 720px;
  width: 65.75%;
}

ul.flex_set_01 li:last-child {
  padding: 40px 0 0;
}

p.flex_set_02 img {
  max-width: 399px;
  width: 48.875%;
}

p.flex_set_02 img + img {
  padding-left: 2.25%;
}

.flex_set.set_base li {
  display: flex;
  -webkit-align-items: center; /* Safari */
  align-items: center;
}

.main ul.flex_set.set_2 li {
  width: 48.265%;
  max-width: 530px;
}

.main ul.flex_set.set_3 li {
  width: 31.5%;
  max-width: 340px;
}

/* flex_set.s04
======================================================= */

ul.flex_set.s04 li + li {
  margin-left: 40px;
}

ul.flex_set.s04 a {
  text-decoration: none;
  color: #333;
  display: block;
}

ul.flex_set.s04 h3 {
  background: none;
  font-size: 22px;
  font-size: 2.2rem;
  padding: 0;
  margin: 0;
}

ul.flex_set.s04 h3 + p {
  color: #d1322e;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 0 20px;
  font-family: "Work Sans", sans-serif;
  font-weight: 900;
}

ul.flex_set.s04 h3 + p + p {
  padding: 0 0 10px;
}

ul.flex_set.s04 h3 + p + p + p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
}

ul.flex_set.s04 h3 + p + p + p + p {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: right;
}

/* .s05
======================================================= */

/* .wrapper .block {
  width: 1100px !important;
} */

/* ul.s05 {
  width: 1140px;
  overflow: hidden;
  font-size: 0;
  *zoom: 1;
}

ul.s05 li {
  display: inline-block;
  vertical-align: top;
  width: 188px;
  padding-bottom: 40px;
  *zoom: 1;
}
ul.s05 li a {
  display: block;
  text-decoration: none;
  width: 188px;
  color: #333;
}

ul.s05 li a p + p {
  line-height: 1.5;
  padding: 0 0 0 12px;
  background: url(../img/arrow_rr.png) no-repeat left 7px;
  text-align: left;
} */

/* .s05 test
======================================================= */
ul.s05 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  max-width: 100%;
  box-sizing: border-box;
}

ul.s05 li {
  flex: 0 1 calc((96% - 60px) / 5);
  box-sizing: border-box;
  padding-bottom: 40px;
}

ul.s05 li a {
  display: block;
  text-decoration: none;
  color: #333;
  width: 100%; /* liに合わせる */
}

ul.s05 li a p + p {
  line-height: 1.5;
  padding: 0 0 0 12px;
  background: url(../img/arrow_rr.png) no-repeat left 7px;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  ul.s05 li {
    flex: 0 1 calc((91% - 10px) / 4);
  }
}

@media screen and (max-width: 768px) {
  ul.s05 li {
    flex: 0 1 100%; /* スマホでは1列 */
  }
}



/* article_link
======================================================= */

ul.article_link {
  margin: 20px 0 0;
  padding: 30px 0 0;
  border-top: 1px solid #e2e2e2;
}

.article_link li {
  list-style: none;
}

.article_link li a {
  text-decoration: none;
  color: #333;
  /*width:451px;*/
  display: block;
  box-sizing: border-box;
}

.article_link li a:hover {
  text-decoration: underline;
}

.article_r {
  float: right;
  width: 530px;
  background: url(../img/icon_next.png) right 25px no-repeat;
}

.article_r a {
  padding-right: 44px;
}

.article_l {
  float: left;
  width: 530px;
  background: url(../img/icon_back.png) 0 25px no-repeat;
}

.article_l a {
  padding-left: 44px;
}

.article_link li a:after,
.article_link:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.main .block .article_link p,
.main .block .article_link p + p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 0;
}

.main .block .article_link p.photo-l {
  margin: 0 20px 0 0;
  padding: 0 0 30px;
}

.main .block .article_link p.tit_article {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}

/* .s06
======================================================= */

ul.s06 {
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  -webkit-justify-content: space-between; /* Safari */
  justify-content: space-between;
  -webkit-align-content: space-between; /* Safari */
  align-content: space-between;
  /* height: 540px; */
  margin-bottom: 20px;
}

#resembles {
  height: 200px;
}

ul.s06 li {
  position: relative;
}

ul.s06 .on {
  position: absolute;
  padding: 20px;
  box-sizing: border-box;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.6);
  overflow: hidden;
  transition: 0.4s;
  opacity: 0;
}

ul.s06 a:hover .on {
  opacity: 1;
}

ul.s06 .on p {
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6;
}

ul.s06 .on p strong {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
}

ul.s06 .on p + p {
  text-align: right;
  margin-top: 1.8em;
}

/* form
======================================================= */

/* progress */
ul.progress {
  padding: 0;
  margin: 60px auto 40px;
  max-width: 736px;
  width: 80%;
  display: flex;
  padding: 12px 0;
  background: url(../img/bg_progress01.png) no-repeat center center;
}

ul.progress.s2 {
  background: url(../img/bg_progress02.png) no-repeat center center;
}

ul.progress.s3 {
  background: url(../img/bg_progress03.png) no-repeat center center;
}

ul.progress li {
  text-align: center;
  width: 34%;
  font-variant-caps: 1.6rem;
  font-weight: bold;
}

ul.progress li:last-child {
  width: 32%;
}

ul.progress li span {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  color: #d1322e;
  font-family: "Work Sans", sans-serif;
  font-weight: normal;
}

ul.progress li.active,
ul.progress li.active span {
  color: #fff;
}

/* form_table */
.form-group {
  margin: 0 0 30px;
}
.form-group label {
  float: left;
  width: 20%;
  font-weight: bold;
  vertical-align: top;
  padding-top: 13px;
  text-align: left;
}

.form-group label span {
  font-weight: normal;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  padding: 0 1em;
  display: inline-block;
  background: #d1322e;
  margin-left: 0.8em;
}

table.form_table td {
  padding-bottom: 30px;
}

/* input,textarea */

.form-group input {
  background: #f3f3f3;
  padding: 15px;
  box-sizing: border-box;
  width: 600px;
  box-shadow: none;
  border: none;
}

.form-group input.tel1 {
  width: 111px;
  margin: 0 10px;
}

.form-group input.tel1:first-of-type {
  margin: 0 10px 0 0;
}

.form-group textarea {
  background: #f3f3f3;
  padding: 13px 15px;
  box-sizing: border-box;
  width: 100%;
  box-shadow: none;
  border: none;
}

.main form button.btn {
  background: #d1322e url(../img/arrow_wr.png) no-repeat right 107px center;
  font-size: 16px;
  font-size: 1.6rem;
  color: #ffffff;
  text-align: center;
  width: 50%;
  max-width: 420px;
  box-shadow: none;
  border: none;
  padding: 20px 81px 20px 60px;
  display: inline-block;
}

form input.form-control,
form .form-group textarea {
  width: 70%;
}

form textarea.personalinfor_text {
  width: 100%;
  padding: 15px;
  height: 10em;
  margin: 0 0 40px;
}

/* pp */
table.form_table + p {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 15px;
}

.main div.pp {
  background: #f3f3f3;
  width: 100%;
  height: 150px;
  overflow: auto;
  padding: 20px 30px;
  box-sizing: border-box;
  margin: 0 auto 60px;
}

.main div.pp h3,
.main div.pp p,
.main div.pp ol li {
  background: none;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.4;
}

.main div.pp h4 {
  font-size: 12px;
  font-size: 1.2rem;
}

div.pp::-webkit-scrollbar {
  width: 10px;
}
div.pp::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}
div.pp::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 50, 0.3);
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

/* info */
.main .info_ssl {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 60px auto;
}

.main .info_ssl img {
  text-align: middle;
  padding-right: 1em;
}

.main .mail-caution {
  border: 5px solid #e2e2e2;
  padding: 25px;
  box-sizing: border-box;
}

.main .mail-caution p {
  text-align: center;
}

.main .mail-caution p:last-of-type {
  font-size: 14px;
  font-size: 1.4rem;
}

/* before_after詳細
======================================================= */

.ba_main {
  margin: 0 0 45px;
}

.main .ba_main {
  width: 1100px;
}

.main .ba_main .ba_main_after {
  width: 1100px;
  text-align: right;
  position: relative;
}

.main .ba_main .ba_main_after .main_icon {
  width: 230px;
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 0;
}

.main .ba_main .ba_main_before {
  width: 390px;
  margin: -214px 0 0;
  position: relative;
}

.main .ba_main .ba_main_before .main_icon {
  width: 145px;
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 0;
}

.pl_btn {
  margin: 0 auto 20px;
}

.pl_btn a {
  width: 80%;
  max-width: 587px;
  display: block;
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: none;
  padding: 1em 0 1em 1em;
  background: url(../img/arrow_wb.png) no-repeat 80px center #d1322e;
}

.pl_btn a:before {
  content: "";
  display: inline;
}

.col_img_1 {
  margin: 40px 0;
}

.col_img_2 {
  margin: 0 0 40px;
}

.col_img_2 .left {
  float: left;
  width: 530px;
}

.col_img_2 .right {
  float: right;
  width: 530px;
}

.col_img_3 {
  margin: 0 0 40px;
}

.col_img_3 .left {
  float: left;
  width: 340px;
  margin: 0 40px 0 0;
}

.col_img_3 .right {
  float: right;
  width: 340px;
}

.ba_icon .left,
.ba_icon .right {
  position: relative;
}

.ba_icon .left span,
.ba_icon .right span {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 0;
}

/* 体験談　トップ
======================================================= */

.col3_list {
  max-width: 1100px;
  overflow: hidden;
}

.col3_list ul {
  width: 103.6%;
  max-width: 1140px;
  overflow: hidden;
  list-style-type: none;
  margin: 0;
  padding: 0;
  *zoom: 1;
  display: flex;
  flex-wrap: wrap;
}

.col3_list li {
  /* float: left; */
  width: 29.82%;
  max-width: 340px;
  margin-right: 3.5%;
  padding-bottom: 40px;
  *zoom: 1;
}
.col3_list li img {
  max-width: 100%;
  height: auto;
}

.col3_list li a,
.col3_list li a:visited {
  text-decoration: none;
}

.voicelist p {
  line-height: 1.5;
}
.voicelist .img {
  margin: 0 0 10px;
}
.voicelist .vol {
  color: #d1322e;
  font-size: 11px;
  font-size: 1.1rem;
}
.voicelist .tit {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 10px;
}
.voicelist .name {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0;
}

/* 体験談　詳細
======================================================= */

.iv_main {
  margin: 0 0 45px;
}

.article_l_box p,
.article_r_box p {
  margin: 0 0 30px;
}

.article_l_box .left {
  float: left;
  width: 745px;
}

.article_l_box .right {
  float: right;
  width: 320px;
}

.article_l_box .right01 {
  float: right;
  width: 715px;
}

.article_r_box .left {
  float: left;
  width: 320px;
}

.article_r_box .right {
  float: right;
  width: 745px;
}

.iv_comment {
  padding: 35px;
  background: #f8f8f8;
  margin: 0 0 60px;
}

.col_txt_1 {
  margin: 0 0 30px;
}

.ex_main_annotation {
  text-align: right;
  margin: 0 0 30px;
}

.ex_main_vol {
  font-weight: bold;
  color: #d1322e;
  margin: 0 0 10px;
}

.interview_list li {
  float: left;
  width: 245px;
  margin: 0 40px 30px 0;
  list-style: none;
  font-weight: bold;
}

.interview_list li p.list_img {
  margin: 0 0 10px;
}

.interview_list li p {
  line-height: 1.7;
}

.interview_list li:last-child {
  float: left;
  width: 245px;
  margin: 0 0 0 0;
}

.interview_list li .list_vol {
  font-size: 77%;
  color: #d1322e;
}

.searchbox {
  overflow: hidden;
  margin: 0 0 40px;
}
.searchbox form {
  float: right;
  width: 30%;
}

.searchbox .form-group {
  float: left;
  width: 90%;
  margin: 0;
}
.searchbox form input {
  width: 100%;
  background: #fff;
  border: 1px solid #d1322e;
  padding: 0 0 0 1%;
}
.searchbox form input[type="text"]:focus {
  outline: 0;
  background: #fffedd;
}
.main .searchbox form button {
  float: right;
  display: block;
  padding: 0px 0;
  width: 10%;
  background: #d1322e;
  border: 1px solid #d1322e;
}
.main .searchbox form button .fa {
  background: #d1322e url(../img/ico_search.png) 50% 50% no-repeat;
  padding: 0px 10px;
}

:placeholder-shown {
  color: #999;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: #999;
}

/* Firefox 18- */
:-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* IE 10+ */
:-ms-input-placeholder {
  color: #999;
}

.mail-conf-bg span.red {
  color: #d1322e;
}

#btn-center {
  text-align: center;
}

.case-send-midashi {
  font-size: 20px;
  font-size: 2rem;
}
.case-send-midashi,
.mail-thanks-box,
#mail-thanks-signature-bg {
  text-align: center;
}

.search_result_section {
  overflow: hidden;
}
.search_result_thumbnail {
  float: left;
  width: 180px;
  margin: 0 20px 0 0;
}
.search_result_thumbnail img {
  width: 100%;
  height: auto;
}

/* プロジェクト概要「該当サービス」 */
ul.case_svc {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 783px;
}

ul.case_svc li {
  width: 146px;
  margin: 0 13px 15px 0;
}
ul.case_svc li:nth-child(5n) {
  margin: 0 0 15px;
}
ul.case_svc li img {
  margin: 0 0 5px;
}
ul.case_svc li p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4;
  background: url(../img/arrow_rr.png) no-repeat left 0.2em;
  padding: 0 0 0 12px;
}
ul.case_svc li a,
ul.case_svc li a:visited {
  text-decoration: none;
}

ul.case_svc_all_last {
  list-style-type: none;
  margin: 0;
  padding: 0;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

ul.case_svc_all_last li {
  width: 146px;
  margin-bottom: 15px;
}

ul.case_svc_all_last li img {
  margin: 0 0 5px;
}
ul.case_svc_all_last li p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4;
  background: url(../img/arrow_rr.png) no-repeat left 0.2em;
  padding: 0 0 0 12px;
}

ul.case_svc li a,
ul.case_svc li a:visited {
  text-decoration: none;
}

.case_trigger {
  text-align: right;
  font-size: 14px;
  font-size: 1.4rem;
  cursor: pointer;
}
.case_trigger:before {
  content: "もっと見る";
  background: url(../img/ico_plus.png) 0 50% no-repeat;
  padding: 0 0 0 15px;
}
.case_trigger.active:before {
  content: "閉じる";
  background: url(../img/ico_minus.png) 0 50% no-repeat;
  padding: 0 0 0 15px;
}
.case_acdn {
  display: none;
}

p.conseptP {
  margin-right: 370px;
}


/* 追従CVボタン */
.case_fixed_cv{
  position: fixed;
  z-index: 100;
  right: 0;
  bottom: 100px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}

.case_fixed_cv a{
  position: relative;
  display: block;
  padding: 14px 20px 14px 52px;
  color: #fff;
  text-decoration: none;
  background: #D1312E;
  border-radius: 5px 0 0 5px;
  transition: opacity 0.2s;
}
.case_fixed_cv a:hover{
  opacity: 0.7;
}

.case_fixed_cv a::before{
  content:"";
  position: absolute;
  z-index: 1;
  left: 20px;
  top: calc( 50% - 10px );
  width: 22px;
  height: 20px;
  background: url(../../common/img/ico_contact.png) 50% 50% no-repeat;
  background-size: contain;
}


/* おすすめ施工事例
======================================================= */
.wrapper.case_top {
  max-width: 100%;
  padding: 0;
}
.wrapper.case_top .main {
  width: 100%;
}

.wrapper.case_top .main > * {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.recommend_slider,
.wrapper.case_top .main > .recommend_slider {
  max-width: 100%;
  margin: 0 0 40px;
}

.recommend_slider {
  position: relative;
}

.recommend_slider .item {
  line-height: 1.3;
  position: relative;
  display: inline-block;
  width: 820px;
  min-height: 250px;
  margin: 0;
  padding: 15px 20px 15px 340px;
  box-sizing: border-box;
  vertical-align: top;
  color: #fff;
  background: #333;
}
.recommend_slider .item a,
.recommend_slider .item a:visited {
  color: #fff;
  text-decoration: none;
}
.recommend_slider .item .inner {
  padding: 0 12px;
}

.recommend_slider .item .img {
  position: absolute;
  z-index: 1;
  left: 15px;
  top: 15px;
  width: 310px;
  height: 225px;
  overflow: hidden;
}

.recommend_slider .item img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@supports (object-fit: cover) {
  .recommend_slider .item img {
    height: 100%;
    width: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
@supports (-ms-ime-align: auto) {
  /* Edge */
  .recommend_slider .item img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
}

.recommend_slider .item ul {
  list-style-type: none;
  margin: 0 0 15px 0;
  padding: 0 200px 0 0;
  overflow: hidden;
}
.recommend_slider .item ul li.date {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}
.recommend_slider .item ul li.category {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 40px;
  width: 200px;
  color: #898989;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
}
.recommend_slider .item ul li.category a {
  display: block;
  padding: 10px 0;
  color: #fff;
  text-decoration: none;
}
.recommend_slider .item ul li.category.meeting a {
  background: #00a5b4;
}
.recommend_slider .item ul li.category.work a {
  background: #91bb00;
}
.recommend_slider .item ul li.category.entrance a {
  background: #ec9000;
}
.recommend_slider .item ul li.category.partition a {
  background: #c39c00;
}
.recommend_slider .item p.catch {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.8;
  margin: 0 0 6px;
}
.recommend_slider .item p.name {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: left;
  line-height: 1.8;
  margin-bottom: 10px;
}

.recommend_slider .item .info {
  padding: 6px 10px;
  background: #fafafa;
}

.recommend_slider .item .info p {
  font-size: 12px;
  text-align: left;
  line-height: 1.8;
}
.recommend_slider .item .info_lbox {
  padding: 10px 10px 5px;
  background: #555;
}

.recommend_slider .item table.tbr_info {
  line-height: 1.5;
}

.recommend_slider .item table.tbr_info tbody {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -40px;
  flex-direction: column;
}

.recommend_slider .item table.tbr_info tbody tr {
  margin: 0 0 0 40px;
}

.recommend_slider .item table.tbr_info tbody tr td {
  /*font-weight: bold;*/
}

.recommend_slider {
  min-height: 280px;
  overflow: hidden;
}

.recommend_slider .slider02 {
  overflow: visible;
  margin-bottom: 25px;
}

.recommend_slider .slider02 .slick-track {
  display: flex;
}

.recommend_slider .slider02 .item {
  width: 820px !important;
  margin: 0 20px;
  height: auto;
}

/* slick
======================================================= */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  overflow: hidden;
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/* 縦並び防止 */
.slider02 {
  visibility: hidden;
}

.slider02.slick-initialized {
  visibility: visible;
}
.slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  outline: 0;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  z-index: 100;
  background: #d1322e url(/common/img/arw_w.png) 50% 50% no-repeat;
  cursor: pointer;
}
.slide-arrow.slick-prev {
  left: calc((100% - 920px) / 2);
  transform: rotate(180deg);
}
.slide-arrow.slick-next {
  right: calc((100% - 917px) / 2);
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  height: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 4px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: #e2e2e2;
  border-radius: 50%;
  cursor: pointer;
}
.slick-dots li.slick-active,
.slick-dots li:hover {
  background: #333;
}

@media screen and (width <= 960px) {
  .slide-arrow.slick-prev {
    left: 0;
  }
  .slide-arrow.slick-next {
    right: 0;
  }
}

@media screen and (width <= 768px) {
  .case_top .wrapper {
    width: 100%;
  }
  .case_top .wrapper .main > * {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* 2列ボタン
======================================================= */
.case_btn2col {
  display: flex;
  justify-content: center;
  margin: 0 0 40px;
}

.case_btn2col .btn {
  width: 533px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.case_btn2col .btn.casebtn_simulator {
  margin: 0 30px 0 0;
}

.case_btn2col .btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
  background: #333;
  text-decoration: none;
  padding: 21px 30px;
  border-radius: 5px;
  text-align: center;
  box-sizing: border-box;
}

.case_btn2col .btn.casebtn_contact a {
  background: #d1322e;
}

.case_btn2col .btn.casebtn_simulator a {
  padding: 21px 40px 21px 70px;
}

.case_btn2col .btn a:before,
.case_btn2col .btn a:after {
  content: "";
  position: absolute;
  z-index: 1;
}

.case_btn2col .btn.casebtn_simulator a:before {
  left: 20px;
  top: calc(50% - 22px);
  width: 44px;
  height: 44px;
  background: url(/common/img/ico_btn_simulator.png) 0 0 no-repeat;
  background-size: contain;
}
.case_btn2col .btn.casebtn_contact a:before {
  left: 30px;
  top: calc(50% - 11px);
  width: 32px;
  height: 23px;
  background: url(/common/img/ico_contact.png) 0 0 no-repeat;
  background-size: contain;
}

.case_btn2col .btn a:after {
  right: 20px;
  top: calc(50% - 6px);
  width: 7px;
  height: 12px;
  background: url(/common/img/arw.png) 0 0 no-repeat;
  background-size: contain;
}

.case_btn2col .btn.casebtn_contact a:after {
  background: url(/common/img/arw_w.png) 0 0 no-repeat;
  background-size: contain;
}

/* test */
ul.s05 {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  overflow: hidden;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 24px; /* アイテム間の余白が必要であれば */
  justify-content: flex-start;
}

ul.s05 li {
  display: inline-block;
  font-size: 14px;
  width: calc(18% - 0px); /* 4列表示、余白を考慮 */
  min-width: 150px;
  box-sizing: border-box;
  text-align: center;
}

ul.s05 img {
  width: 100%;
  height: auto;
}

/* iPadサイズ以下の場合に列数を減らす */
/* @media screen and (max-width: 1024px) {
  ul.s05 li {
    width: calc(33.333% - 10px);
  }
} */

@media screen and (max-width: 768px) {
  ul.s05 li {
    width: calc(31% - 0px); /* 2列 */
  }
}

@media screen and (max-width: 480px) {
  ul.s05 li {
    width: 100%; /* 1列 */
  }
}