@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : works_common.css
 author     : Ability Consultant
 style info : 制作事例　共通パーツ
=================================================================== */
.con_works {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 1199px) {
  .con_works {
    width: 91.66667%;
  }
}

@font-face {
  font-family: CONDENSEicon;
  src: url("../css/font/CONDENSEicon.eot"), url("../css/font/CONDENSEdesignicon.eot"), url("../css/font/CONDENSEicon.woff") format("woff"), url("../css/font/CONDENSEicon.otf") format("opentype");
}
/* -----------------------------------------------------------
	con_works
----------------------------------------------------------- */
.con_works {
  overflow: hidden;
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .con_works {
    margin-top: 10%;
  }
}

.con_main {
  float: left;
  width: 62.33333%;
}
@media only screen and (max-width: 767px) {
  .con_main {
    float: none;
    width: 100%;
  }
}
.con_main .txt_works {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .con_main .txt_works {
    margin-bottom: 5%;
    font-size: 86%;
  }
}
.con_main .txt_works span {
  color: #8a9337;
  font-size: 165%;
}
.con_main .box_wor {
  width: 100%;
  overflow: hidden;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .con_main .box_wor {
    margin-bottom: 6%;
  }
}
.con_main .box_wor li {
  float: left;
  width: 28.87701%;
  margin: 70px 0 0 6.68449%;
}
.mouse .con_main .box_wor li {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .con_main .box_wor li:hover, .touch .con_main .box_wor li.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .con_main .box_wor li {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_main .box_wor li.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_main .box_wor li:nth-child(3n+1) {
  margin-left: 0;
  clear: left;
}
@media only screen and (min-width: 1200px) {
  .con_main .box_wor li:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media print {
  .con_main .box_wor li:nth-child(-n+3) {
    margin-top: 0;
  }
}
.ie8 .con_main .box_wor li:nth-child(-n+3) {
  margin-top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_main .box_wor li {
    width: 30%;
    margin: 7% 0 0 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_main .box_wor li {
    float: none;
    width: 100%;
    margin: 8% 0 0;
  }
  .con_main .box_wor li:first-child {
    margin-top: 0;
  }
}
.con_main .box_wor li a {
  display: block;
  text-decoration: none;
  overflow: hidden;
}
.con_main .box_wor li a .photo {
  width: 100%;
  height: 0;
  padding-top: 66.66667%;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .con_main .box_wor li a .photo {
    float: left;
    width: 40.9697%;
    padding-top: 27.27273%;
  }
}
.con_main .box_wor li a .photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.con_main .box_wor li a .box_txt {
  margin-top: .3em;
}
@media only screen and (max-width: 767px) {
  .con_main .box_wor li a .box_txt {
    float: right;
    width: 53.09091%;
    margin-top: 0;
  }
}
.con_main .box_wor li a .box_txt .date {
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
  letter-spacing: .18em;
  position: relative;
  margin-bottom: 8px;
  font-size: 129%;
}
@media only screen and (max-width: 1199px) {
  .con_main .box_wor li a .box_txt .date {
    font-size: 122%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 983px) {
  .con_main .box_wor li a .box_txt .date {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_main .box_wor li a .box_txt .date {
    margin-bottom: 0;
  }
}
.con_main .box_wor li a .box_txt .date span {
  background: #fff;
  padding: 0 .5em;
}
.con_main .box_wor li a .box_txt .date:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #8a9337;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  z-index: -1;
}
.con_main .box_wor li a .box_txt .cate {
  margin: 8px auto;
  background: #8a9337;
  color: #fff;
  text-align: center;
  padding: .2em 0;
  font-size: 86%;
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  border-radius: 2em;
}
@media only screen and (max-width: 767px) {
  .con_main .box_wor li a .box_txt .cate {
    margin: 1% auto;
  }
}
.con_main .box_wor li a .box_txt .st {
  text-decoration: underline;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  max-height: 3em;
}
.con_main .box_wor li a:hover .box_txt .st {
  text-decoration: none;
}

.box_pager {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid #8a9337;
}
@media only screen and (max-width: 1199px) {
  .box_pager {
    margin-bottom: 1em;
  }
}
.box_pager > div {
  display: inline-block;
  vertical-align: middle;
}
.box_pager > div .btn_prev, .box_pager > div .btn_next, .box_pager > div .btn_list {
  width: 41px;
  float: left;
}
@media only screen and (max-width: 767px) {
  .box_pager > div .btn_prev, .box_pager > div .btn_next, .box_pager > div .btn_list {
    width: 2em;
  }
}
.box_pager > div .btn_list a {
  background: #d0bbad;
  color: #391a03;
  border: 1px solid #391a03;
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  border-radius: 2em;
}
.box_pager > div .btn_list a:hover {
  background: #fff;
}
.box_pager > div .btn_prev {
  margin-right: 18px;
}
@media only screen and (max-width: 767px) {
  .box_pager > div .btn_prev {
    margin-right: 0.3em;
  }
}
.box_pager > div .btn_next {
  margin-left: 18px;
}
@media only screen and (max-width: 767px) {
  .box_pager > div .btn_next {
    margin-left: 0.3em;
  }
}
.box_pager > div ul {
  float: left;
  overflow: hidden;
}
.box_pager > div ul li {
  float: left;
  width: 41px;
  margin-left: 18px;
}
.box_pager > div ul li:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .box_pager > div ul li {
    width: 2em;
    margin-left: .3em;
  }
}
.box_pager > div a {
  display: block;
  text-decoration: none;
  line-height: 41px;
  text-align: center;
  border: 1px solid #391a03;
  -moz-border-radius: 200%;
  -webkit-border-radius: 200%;
  border-radius: 200%;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
@media only screen and (max-width: 767px) {
  .box_pager > div a {
    line-height: 2em;
  }
}
.box_pager > div a:hover {
  background: #d0bbad;
}
.box_pager > div .active a {
  background: #d0bbad;
}

.side {
  width: 30.83333%;
  float: right;
}
@media only screen and (max-width: 767px) {
  .side {
    margin-top: 8%;
    width: 100%;
    float: none;
  }
}
.side .box_side {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .side .box_side {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .side .box_side {
    margin-bottom: 8%;
  }
}
.side .box_side .st {
  line-height: 1;
  color: #fff;
  letter-spacing: .4em;
  background: url(../images/common/bg_b.jpg) repeat 0 0;
  padding: .8em 1em;
  font-size: 143%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .side .box_side .st {
    font-size: 129%;
  }
}
@media only screen and (max-width: 767px) {
  .side .box_side .st {
    border-bottom: 1px solid #8a9337;
    padding-bottom: .5em;
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .side .box_side ul {
    width: 100%;
    border: none;
  }
}
.side .box_side ul li {
  position: relative;
}
.side .box_side ul li a {
  color: #391a03;
  display: block;
}
.side .box_side ul.box_new li {
  border-bottom: 1px dashed #8a9337;
}
@media only screen and (max-width: 767px) {
  .side .box_side ul.box_new li {
    border: none;
  }
}
.side .box_side ul.box_new li a {
  padding: .8em .5em .8em 1.5em;
  text-decoration: none;
  -moz-transition: background 0.35s;
  -o-transition: background 0.35s;
  -webkit-transition: background 0.35s;
  transition: background 0.35s;
}
.side .box_side ul.box_new li a p {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.side .box_side ul.box_new li a p:before {
  content: "";
  margin-right: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: .6em;
}
.side .box_side ul.box_new li:hover a, .side .box_side ul.box_new li.check a {
  background: #d0bbad;
}
.side .box_side ul.box_cate li {
  border-bottom: 1px dashed #8a9337;
}
@media only screen and (max-width: 767px) {
  .side .box_side ul.box_cate li {
    border: none;
  }
}
.side .box_side ul.box_cate li a {
  padding: .8em .5em .8em 1.5em;
  text-decoration: none;
  -moz-transition: background 0.35s;
  -o-transition: background 0.35s;
  -webkit-transition: background 0.35s;
  transition: background 0.35s;
}
.side .box_side ul.box_cate li a:before {
  content: "";
  margin-right: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: .6em;
}
.side .box_side ul.box_cate li:hover a, .side .box_side ul.box_cate li.check a {
  background: #d0bbad;
}
.side .box_side ul.box_mon > li {
  padding: 1em .8em;
  border-bottom: 1px dashed #8a9337;
}
@media only screen and (max-width: 767px) {
  .side .box_side ul.box_mon > li {
    padding: .5em 0 0;
    border: none;
  }
}
.side .box_side ul.box_mon > li .obj_accordion {
  cursor: pointer;
  display: block;
}
.side .box_side ul.box_mon > li .obj_accordion:before {
  content: "";
  margin-right: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #391a03;
  font-size: 108%;
}
.side .box_side ul.box_mon > li .obj_accordion.active:before {
  content: "";
  margin-right: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.side .box_side ul.box_mon > li ol {
  display: none;
  margin-top: .5em;
}
.side .box_side ul.box_mon > li ol > li {
  border: none;
  padding: .3em 0 .3em 2em;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .side .box_side ul.box_mon > li ol > li {
    line-height: 1.25;
  }
}
.side .box_side ul.box_mon > li ol > li:before {
  content: "";
  margin-right: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #391a03;
  position: absolute;
  top: 50%;
  left: 1.5em;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .side .box_side ul.box_mon > li:first-child ol {
    display: block;
  }
}
@media print {
  .side .box_side ul.box_mon > li:first-child ol {
    display: block;
  }
}
.ie8 .side .box_side ul.box_mon > li:first-child ol {
  display: block;
}
@media only screen and (max-width: 767px) {
  .side .box_side ul.box_mon > li:first-child ol {
    display: none;
  }
}

/* -----------------------------------------------------------
    con_det（詳細）
----------------------------------------------------------- */
.con_det {
  float: left;
  width: 62.33333%;
}
@media only screen and (max-width: 767px) {
  .con_det {
    float: none;
    width: 100%;
  }
}
.con_det .works_title {
  border-bottom: 1px solid #8a9337;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .con_det .works_title {
    padding-bottom: 2%;
    margin-bottom: 6%;
  }
}
.con_det .works_title .cate {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  font-size: 86%;
  margin-left: 15px;
  background: #8a9337;
  color: #fff;
  text-align: center;
  padding: .2em 1.5em;
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  border-radius: 2em;
}
.con_det .works_title .date {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
  letter-spacing: .18em;
  position: relative;
  font-size: 115%;
}
@media only screen and (max-width: 767px) {
  .con_det .works_title .date {
    margin-bottom: 0;
  }
}
.con_det .works_title h1 {
  font-size: 129%;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .con_det .works_title h1 {
    font-size: 122%;
    margin-top: 2%;
  }
}
.con_det .box_det {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .con_det .box_det {
    margin-bottom: 6%;
  }
}
.con_det .box_det .photo, .con_det .box_det .txt {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .con_det .box_det .photo, .con_det .box_det .txt {
    margin-bottom: 6%;
  }
}
.con_det .box_det .box_txt {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .con_det .box_det .box_txt {
    margin-bottom: 6%;
  }
}
.con_det .box_det .photo .caption {
  display: block;
  font-size: 86%;
}
@media only screen and (max-width: 767px) {
  .con_det .box_det .photo .caption {
    font-size: 72%;
  }
}
.con_det .box_det .photo .caption:before {
  content: "▲";
  margin-right: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #8a9337;
}
.con_det .box_det .photo img {
  width: 100%;
}
.con_det .box_det .box_photo1 {
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .con_det .box_det .box_photo1 {
    margin-top: 5%;
  }
}
.con_det .box_det .box_photo2 {
  overflow: hidden;
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .con_det .box_det .box_photo2 {
    margin-top: 5%;
  }
}
.con_det .box_det .box_photo2 .photo {
  float: right;
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .con_det .box_det .box_photo2 .photo {
    width: 49%;
  }
}
.con_det .box_det .box_photo2 .photo img {
  width: 100%;
}
.con_det .box_det .box_photo2 p:first-child {
  float: left;
}
.con_det .box_det .box_photo3 {
  overflow: hidden;
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .con_det .box_det .box_photo3 {
    margin-top: 5%;
  }
}
.con_det .box_det .box_photo3 .photo {
  float: left;
  width: 32%;
  margin-left: 2%;
}
.con_det .box_det .box_photo3 p:first-child {
  margin-left: 0;
}
.con_det .box_det .box_photo_txt {
  overflow: hidden;
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .con_det .box_det .box_photo_txt {
    margin-top: 5%;
  }
}
.con_det .box_det .box_photo_txt .box_txt {
  float: right;
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .con_det .box_det .box_photo_txt .box_txt {
    float: none;
    width: 100%;
  }
}
.con_det .box_det .box_photo_txt .photo {
  float: left;
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .con_det .box_det .box_photo_txt .photo {
    margin: 0 3% 3% 0;
  }
}
.con_det .box_det .box_txt_photo {
  overflow: hidden;
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .con_det .box_det .box_txt_photo {
    margin-top: 5%;
  }
}
.con_det .box_det .box_txt_photo .box_txt {
  float: left;
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .con_det .box_det .box_txt_photo .box_txt {
    float: none;
    width: 100%;
  }
}
.con_det .box_det .box_txt_photo .photo {
  float: right;
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .con_det .box_det .box_txt_photo .photo {
    margin: 0 0 3% 3%;
  }
}
.con_det .box_det .box_photo_txt2 {
  overflow: hidden;
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .con_det .box_det .box_photo_txt2 {
    margin-top: 5%;
  }
}
.con_det .box_det .box_photo_txt2 .box_txt {
  float: right;
  width: 65%;
}
@media only screen and (max-width: 767px) {
  .con_det .box_det .box_photo_txt2 .box_txt {
    float: none;
    width: 100%;
  }
}
.con_det .box_det .box_photo_txt2 .photo {
  float: left;
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .con_det .box_det .box_photo_txt2 .photo {
    margin: 0 3% 3% 0;
  }
}
.con_det .box_det .box_txt_photo2 {
  overflow: hidden;
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .con_det .box_det .box_txt_photo2 {
    margin-top: 5%;
  }
}
.con_det .box_det .box_txt_photo2 .box_txt {
  float: left;
  width: 65%;
}
.con_det .box_det .box_txt_photo2 .photo {
  float: right;
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .con_det .box_det .box_txt_photo2 .photo {
    margin: 0 0 3% 3%;
  }
}
.con_det .box_det > div:nth-of-type(1) {
  margin-top: 0;
}
.con_det .box_det h4 {
  font-size: 129%;
  letter-spacing: .14em;
  margin-bottom: .5em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_det .box_det h4 {
    font-size: 122%;
  }
}
@media only screen and (max-width: 767px) {
  .con_det .box_det h4 {
    font-size: 115%;
  }
}
.con_det .box_det h4 em {
  display: inline-block;
  vertical-align: baseline;
  line-height: 1.25;
}
.con_det .box_det h4:before {
  content: "";
  width: .8em;
  height: .8em;
  display: inline-block;
  vertical-align: top;
  margin-right: .2em;
  background: url(../images/common/ic_st.png) no-repeat center top/contain;
}
.con_det .box_det table {
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .con_det .box_det table {
    margin-bottom: 6%;
  }
}
.con_det .box_det table th {
  width: 170px;
}
@media only screen and (max-width: 767px) {
  .con_det .box_det table th {
    width: 35%;
  }
}
.con_det .box_det .btn {
  text-align: center;
  margin-bottom: 30px;
  display: inline-block;
}
.con_det .box_det .btn a {
  display: block;
  border: 1px solid #877b71;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #391a03;
  text-decoration: none;
  padding: .5em 0;
  -moz-transition: background 0.5s, color 0.5s;
  -o-transition: background 0.5s, color 0.5s;
  -webkit-transition: background 0.5s, color 0.5s;
  transition: background 0.5s, color 0.5s;
}
@media only screen and (max-width: 767px) {
  .con_det .box_det .btn a {
    padding: 1em 0;
  }
}
.con_det .box_det .btn a:hover {
  background: #391a03;
  color: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 767px) {
  .con_det .box_det .btn {
    margin-bottom: 6%;
  }
}
@media only screen and (max-width: 767px) {
  .con_det .box_det .btn {
    display: block;
  }
}
.con_det .box_det .btn a {
  padding: 0.5em 2.5em 0.5em 2em;
}
@media only screen and (max-width: 767px) {
  .con_det .box_det .btn a {
    padding: 0.5em 0;
  }
}
.con_det .box_det .btn.out a:before {
  content: "";
  margin-right: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.con_det .box_det .btn.pdf a:before {
  content: "";
  margin-right: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.con_det .box_pager {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_det .box_pager > div {
    width: 100%;
  }
}
.con_det .box_pager .btn_prev, .con_det .box_pager .btn_next, .con_det .box_pager .btn_list {
  width: 130px;
}
@media only screen and (max-width: 767px) {
  .con_det .box_pager .btn_prev, .con_det .box_pager .btn_next, .con_det .box_pager .btn_list {
    width: 32%;
  }
}
.con_det .box_pager .btn_prev a, .con_det .box_pager .btn_next a, .con_det .box_pager .btn_list a {
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  border-radius: 2em;
}
