@charset "UTF-8";

/*
 * style.css
 *
 *  version --- 1.0
 *  updated --- 2017/9/3
 */

/* !index
---------------------------------------------------------- */
.topNewsTwitterWrap {
  background: #f8f8f8;
  padding: 60px 0 134px;
}

@media screen and (max-width: 767px) {
  .topNewsTwitterWrap {
    padding: 40px 10px 70px;
  }
}

.topNewsTwitterInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 85%;
}

@media screen and (max-width: 1225px) {
  .topNewsTwitterInner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 10px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .topNewsTwitterInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

.topNewsWrap {
  width: 65%;
}

@media screen and (max-width: 1225px) {
  .topNewsWrap {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .topNewsWrap {
    padding-bottom: 0;
    width: 100%;
  }
}

.topNewsBox {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: calc(100% - 160px);
  margin-top: 26px;
  overflow-y: scroll;
  padding: 50px 40px 58px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .topNewsBox {
    height: 475px;
  }
}

.topNewsBtn {
  margin: 12px auto 35px;
  width: 143px;
}

@media screen and (max-width: 767px) {
  .topNewsBtn {
    margin: 20px auto 0;
    width: 74.166%;
  }
}

.topNewsBtn a {
  background: #fff;
  border: 3px solid #5c4d28;
  color: #5c4d28;
  display: block;
  font-size: 12px;
  padding: 6px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .topNewsBtn a {
    font-size: 18px;
    padding: 10px 0;
  }
}

.topNewsBtn a:hover {
  background: #5c4d28;
  color: #fff;
}

.topNewsBox dl {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 800px;
}

.topNewsBox dl + dl {
  margin-top: 26px;
}

.topNewsBox dl dt {
  margin-bottom: 5px;
  position: relative;
}

.topNewsBox dl dt span {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  margin-left: 10px;
  text-align: center;
  width: 112px;
  z-index: 2;
}

.topNewsBox dl dt .category01 {
  background: #3491d6;
}

.topNewsBox dl dt .category02 {
  background: #72b820;
}

.topNewsBox dl dt .category03 {
  background: #5a64d4;
}

.topNewsBox dl dt .category04 {
  background: #ea7a16;
}

.topNewsBox dl dt .category05 {
  background: #d5b000;
}

.topNewsBox dl .new {
  background: #e60012;
  margin-left: 24px;
  width: 77px;
}

.topNewsBox dl .new.visibleTS {
  display: none;
}

@media screen and (max-width: 767px) {
  .topNewsBox dl .new.visibleTS {
    display: inline-block;
    margin: 0 0 0 10px;
    text-align: center;
    width: 40px;
  }
}

.topNewsBox dl .new.visiblePC {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .topNewsBox dl .new.visiblePC {
    display: none;
  }
}

.topNewsBox dl dd {
  overflow: hidden;
}

.topNewsBox dl dd span {
  background: #e60012;
  color: #fff;
  font-size: 14px;
  margin-left: 16px;
  padding: 2px 20px;
}

.topTwitterWrap {
  margin-left: 37px;
  width: calc(35% - 37px);
}

@media screen and (max-width: 1225px) {
  .topTwitterWrap {
    margin-left: 10px;
    width: calc(40% - 10px);
  }
}

@media screen and (max-width: 767px) {
  .topTwitterWrap {
    margin: 85px 0 0;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .topTwitterWrap .hdL {
    margin-bottom: 25px;
  }
}

.topTwitterBox {
  background: #fff;
  max-height: 425px;
  overflow-y: auto;
  padding: 25px 15px;
}

@media screen and (max-width: 1225px) {
  .topTwitterBox {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 26px;
  }
}

@media screen and (max-width: 767px) {
  .topTwitterBox {
    max-height: 461px;
  }
}

.topBnr {
  margin-top: 40px;
}

.topVideo {
  margin: 80px auto 0;
  width: 760px;
}

@media screen and (max-width: 767px) {
  .topVideo {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 0;
    margin: 40px auto 0;
    overflow: hidden;
    padding: 55.921% 10px 0;
    position: relative;
    width: calc(100% - 20px);
  }

  .topVideo iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}

/* .topNewsBox dl:hover {
	opacity: .7;
} */

/*** スマホ 320px ~ 767px ***/
@media screen and (max-width: 767px) {
  .topNewsBox {
    padding: 20px 0;
  }

  .topNewsBtn {
    margin-top: 20px;
    position: relative;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 2;
  }

  .topNewsBtn .cmnSty02 {
    background-size: 20px;
    display: inline-block;
    font-size: 15px;
    line-height: 2;
    padding: 7px 20px 7px 0;
    text-align: center;
    width: 80%;
  }

  .topNewsBtn .cmnSty02:hover {
    background-size: 20px;
  }

  .topNewsBox dl {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 10px;
  }

  .topNewsBox dl + dl {
    margin-top: 20px;
  }

  .topNewsBox dl dt {
    float: none;
    position: relative;
    width: 100%;
  }

  .topNewsBox dl dt span {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    right: 0;
    top: 0;
    width: 112px;
    z-index: 2;
  }

  .topNewsBox dl dd {
    padding: 15px 0;
  }

  .topNewsBox dl dd span {
    font-size: 12px;
    margin-left: 10px;
    padding: 0 10px;
  }
}

.topContentsWrap {
  background: #fff;
  padding-bottom: 80px;
}

.topSkyBox {
  margin-bottom: 5px;
  overflow: hidden;
  padding: 170px 0;
  position: relative;
}

.topSkyBox .bg {
  height: 100%;
  left: 0;
  position: fixed;
  top: -100%;
  width: 100%;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .topSkyBox .bg {
    top: 0;
  }
}

.topSkyBox .bg img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .topSkyBox .bg img {
    height: 100%;
    width: auto;
  }
}

.topSkyBox .sustainableWrap {
  background: none;
  margin-top: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .topSkyBox .sustainableWrap {
    margin-top: 80px;
    padding: 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .topSkyBox .sustainableWrap .bnr {
    margin-bottom: 40px;
  }
}

.topSkyBox .hdL {
  margin-bottom: 40px;
}

.topSustainableBtn {
  margin: 0 auto;
  max-width: 340px;
  padding-top: 50px;
}

.topSustainableBtn a {
  background: url(../common/img/ico_arrow08.png) #fff 86.3% no-repeat;
  color: #333;
  display: block;
  padding: 20px 0 18px;
  text-align: center;
}

.topStrengthWrap {
  background: rgba(255, 255, 255, 0.9);
  margin: 0 auto 180px;
  padding: 80px 0 87px;
  width: 1207px;
}

.topStrengthTxt {
  font-size: 18px;
  line-height: 1.5;
  padding: 36px 0 65px;
  text-align: center;
}

.topStrengthWrap ul {
  margin: 0 auto;
  max-width: 940px;
}

@media screen and (max-width: 767px) {
  .topStrengthWrap ul {
    -webkit-transform: none;
            transform: none;
  }
}

.topStrengthWrap ul li {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  width: calc(33.33% - 40px);
}

.topStrengthWrap ul li + li {
  margin-left: 60px;
}

@media screen and (max-width: 767px) {
  .topStrengthWrap ul li + li {
    padding-left: 0;
  }
}

.topStrengthNum {
  color: #333;
  padding: 27px 0 18px;
}

.topStrengthPan {
  border-top: 1px solid #333;
  color: #333;
  font-weight: bold;
  padding-top: 16px;
}

.topStrengthImg {
  height: 200px;
  margin: 0 auto;
  max-width: 274px;
  overflow: hidden;
}

.topStrengthImg a img {
  position: relative;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: 100%;
  z-index: 1;
}

.topStrengthImg a:hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.topStrengthBtn {
  margin: 0 auto;
  max-width: 340px;
  padding-top: 50px;
}

.topStrengthBtn a {
  background: url(../common/img/ico_arrow08_on.png) #333 86.3% no-repeat;
  color: #fff;
  display: block;
  padding: 20px 0 18px;
  text-align: center;
}

.topActivityWrap {
  padding: 0 0 70px;
}

@media screen and (max-width: 767px) {
  .topActivityWrap {
    padding: 155px 25px 0;
  }
}

.topActivityWrap .hdL {
  color: #fff;
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .topActivityWrap .hdL {
    margin-bottom: 40px;
  }
}

.topActivityCopy {
  border: 5px solid #fff;
  color: #fff;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 0.07em;
  margin: 0 auto 45px;
  padding: 39px 0;
  text-align: center;
  width: 657px;
}

@media screen and (max-width: 767px) {
  .topActivityCopy {
    font-size: 24px;
    width: 100%;
  }
}

.topActivityTxt {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.77;
  margin-bottom: 50px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .topActivityTxt {
    margin-bottom: 40px;
  }
}

.topActivityBanner {
  margin-bottom: 25px;
  text-align: center;
}

.topActivityBtn {
  margin: 0 auto;
  width: 336px;
}

@media screen and (max-width: 959px) {
  .topActivityBtn {
    width: 80%;
  }
}

.topActivityBtn a {
  background: url(../common/img/ico_arrow08.png) #fff 86.3% center no-repeat;
  color: #333;
  display: block;
  font-size: 14px;
  padding: 23px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .topActivityBtn a {
    padding: 19px 0;
  }
}

.topActivityBtn a:hover {
  background: url(../common/img/ico_arrow08_on.png) #333 86.3% center no-repeat;
  color: #fff;
  opacity: 1;
}

.topLinkPanel {
  min-height: 386px;
  padding-right: 62%;
  position: relative;
}

.topLinkPanel + .topLinkPanel {
  margin-top: 20px;
}

.topLinkBoxBg {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.topLinkBg01 {
  background: url(../img/img_top04.png) 0 0 no-repeat;
  background-size: auto 100%;
}

.topLinkBg02 {
  background: url(../img/img_top05.png) right 0 no-repeat;
  background-size: auto 100%;
}

.topLinkBg03 {
  background: url(../img/img_top06.png) 0 0 no-repeat;
  background-size: auto 100%;
}

.topLinkArea {
  background: url(../img/bg_top02.png) 0 center no-repeat;
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  padding-top: 128px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 62%;
  z-index: 2;
}

.topLinkBox {
  background: url(../img/bg_top01.png) right center no-repeat;
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  left: 0;
  padding-top: 128px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 62%;
  z-index: 2;
}

.topLinkAreaIn {
  position: absolute;
  right: 30%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}

.topLinkBoxIn {
  left: 30%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}

.topLinkBtn .cmnSty02 {
  background: #fff url(../common/img/ico_arrow02.png) 95% center no-repeat;
  background-size: 16px;
  font-size: 14px;
  padding: 8px 0;
  width: 165px;
}

.topLinkBtn .cmnSty02:hover {
  background: #5c4d28 url(../common/img/ico_arrow02_on.png) 95% center no-repeat;
  background-size: 16px;
}

.topLinkPanel .hdL {
  font-size: 20px;
  font-weight: bold;
}

/*** タブレット 768x ~ 959px ***/
@media screen and (max-width: 959px) {
  .topStrengthWrap {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    max-width: 100%;
    padding: 50px 10px 40px;
  }

  .topStrengthWrap ul li {
    float: left;
    font-size: 18px;
    line-height: 1.5;
    width: calc(33.33% - 7px);
  }

  .topStrengthWrap ul li + li {
    margin-left: 10px;
  }

  .topStrengthBtn {
    margin: 0 auto;
    max-width: 80%;
    padding-top: 30px;
  }

  .topLinkPanel {
    min-height: 250px;
    padding-right: 0;
    position: relative;
  }

  .topLinkAreaIn {
    position: absolute;
    right: 30%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 3;
  }

  .topLinkBoxIn {
    left: 30%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 3;
  }

  .topLinkArea,
  .topLinkBox {
    width: 80%;
  }

  .topStrengthImg {
    height: 170px;
    overflow: hidden;
  }
}

/*** スマホ 320px ~ 767px ***/
@media screen and (max-width: 767px) {
  .topStrengthTxt {
    font-size: 14px;
    padding: 36px 0 65px;
  }

  .topStrengthWrap ul {
    margin-left: 0;
  }

  .topStrengthWrap ul li {
    float: none;
    font-size: 18px;
    line-height: 1.5;
    padding-left: 0;
    width: 100%;
  }

  .topStrengthWrap ul li + li {
    margin: 20px 0 0;
  }

  .topStrengthNum {
    padding: 20px 0;
  }

  .topLinkPanel {
    min-height: 180px;
    padding-right: 0;
    position: relative;
  }

  .topLinkPanel + .topLinkPanel {
    margin-top: 10px;
  }

  .topLinkPanel .hdL img {
    height: 20px;
  }

  .topLinkAreaIn {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 3;
  }

  .topLinkBoxIn {
    left: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 3;
  }

  .topLinkArea,
  .topLinkBox {
    width: 90%;
  }

  .topLinkBtn .cmnSty02 {
    background: #fff url(../common/img/ico_arrow02.png) 95% center no-repeat;
    background-size: 14px;
    font-size: 13px;
    padding: 6px 0;
    width: 130px;
  }

  .topLinkBtn .cmnSty02:hover {
    background: #5c4d28 url(../common/img/ico_arrow02_on.png) 95% center no-repeat;
    background-size: 14px;
  }

  .topLinkPanel .hdL {
    font-size: 16px;
  }

  .topStrengthImg {
    height: 200px;
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden;
  }
}

.topWorksWrap {
  padding: 68px 0 75px;
}

#workslider {
  margin: 60px 0;
}

#workslider ul {
  margin-left: -12px;
}

#workslider ul li {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-bottom: 10px;
  padding-left: 12px;
}

#workslider ul li a {
  background: #dcdcdc;
  display: block;
  overflow: hidden;
  position: relative;
  width: 385px;
}

#workslider ul li a img {
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: 100%;
  z-index: 1;
}

#workslider ul li a:hover img {
  -webkit-transform: translateY(-50%) scale(1.15);
  transform: translateY(-50%) scale(1.15);
}

#workslider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}

#workslider .slick-prev {
  background: url(../img/ico_pre.png) 0 0 no-repeat;
  border: 0;
  height: 72px;
  left: 12px;
  text-indent: -9999px;
  width: 36px;
}

#workslider .slick-next {
  background: url(../img/ico_next.png) 0 0 no-repeat;
  border: 0;
  height: 72px;
  right: 0;
  text-indent: -9999px;
  width: 36px;
}

.topWorksBtn {
  margin: 0 auto;
  max-width: 607px;
}

.topWorksBtn .cmnSty02 {
  background-size: 21px;
  font-size: 15px;
  line-height: 2;
  padding: 7px 20px 7px 0;
}

.topWorksBtn .cmnSty02:hover {
  background-size: 21px;
}

.topWorksLeft {
  float: left;
  width: 42.8%;
}

.topWorksRight {
  float: right;
  width: 42.8%;
}

/*** スマホ 320px ~ 767px ***/
@media screen and (max-width: 767px) {
  .topWorksWrap {
    padding: 40px 0;
  }

  #workslider {
    margin: 30px 0;
  }

  #workslider ul {
    margin-left: 0;
  }

  #workslider ul li {
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
  }

  #workslider ul li a {
    width: 90.625vw;
  }

  #workslider .slick-prev {
    left: 0;
  }

  .topWorksBtn {
    margin: 0 auto;
    max-width: 80%;
  }

  .topWorksLeft {
    float: none;
    margin: 0 auto;
    padding-bottom: 20px;
    width: 100%;
  }

  .topWorksRight {
    float: none;
    margin: 0 auto;
    width: 100%;
  }
}

.topMovieWrap {
  margin: 45px 0 0;
}

.topMovieWrap a {
  display: block;
  overflow: hidden;
  padding: 85px 0 65px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.topMovieWrap a .bg {
  height: 226px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: 1;
}

.topMovieWrap a .bg img {
  font-family: "object-fit: cover;";
  height: 150%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 150%;
}

.topMovieWrap a .hdL {
  color: #fff;
  position: relative;
  z-index: 2;
}

.topMovieWrap a::after {
  background: #3491d6;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.42;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  z-index: 1;
}

.topMovieWrap a:hover {
  opacity: 1;
}

.topMovieWrap a:hover::after {
  background: #333;
}

.topMovieWrap a:hover .bg img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/* !contact
---------------------------------------------------------- */
.contactWrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  /*	font-size: 17px; */
  line-height: 1.76;
  margin: 0 auto;
  max-width: 1034px;
  padding: 96px 5px 50px;
}

.contactTitle {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 22px;
}

.contactArea {
  border-bottom: 1px solid #9c9fa1;
  border-top: 1px solid #9c9fa1;
  margin-bottom: 30px;
  padding: 26px 0 28px;
}

.contactArea dt {
  float: left;
  font-size: 44px;
  font-weight: bold;
  line-height: 1.125;
  width: 46%;
}

.contactArea dt a {
  pointer-events: none;
}

.contactArea dd {
  font-size: 18px;
  line-height: 1.5;
  overflow: hidden;
  padding-left: 60px;
}

.contactList li {
  background: url(../common/img/ico_list01.jpg) 5px 12px no-repeat;
  padding-left: 18px;
}

.contactList .must {
  color: #f00;
}

.contactTable {
  padding: 50px 0 0;
  width: 68%;
}

.contactTable table {
  width: 100%;
}

.contactTable table th {
  font-size: 16px;
  line-height: 2;
  padding: 8px 0;
  vertical-align: top;
  width: 24%;
}

.contactTable table th span {
  color: #f00;
  font-size: 12px;
  margin-left: 12px;
}

.contactTable table td {
  padding: 0 0 30px 20px;
}

.contactTable .cominp {
  -webkit-appearance: none;
  background: #eee;
  border: 0;
  -webkit-border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  height: 46px;
  outline: none;
  padding: 0 10px;
  width: 100%;
}

.contactTable textarea {
  -webkit-appearance: none;
  background: #eee;
  border: 0;
  -webkit-border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  height: 220px;
  outline: none;
  padding: 5px 10px;
  resize: none;
  width: 100%;
}

.contactBtn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  margin-top: 50px;
  max-width: 630px;
}

.contactBtn ul {
  margin-left: -100px;
}

.contactBtn ul li {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  padding-left: 100px;
  width: 50%;
}

.contactBtn .submit {
  -webkit-appearance: none;
  background: url(../common/img/ico_arrow02.png) 90% center no-repeat;
  border: none;
  border: 3px solid #5c4d28;
  -webkit-border-radius: 0;
  color: #5c4d28;
  cursor: pointer;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  outline: none;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}

.contactBtn .submit:hover {
  background: #5c4d28 url(../common/img/ico_arrow02_on.png) 90% center no-repeat;
  color: #fff;
  opacity: 1;
}

.contactBtn .backBtn {
  -webkit-appearance: none;
  background: url(../common/img/ico_arrow03.png) 10% center no-repeat;
  border: 3px solid #5c4d28;
  -webkit-border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #5c4d28;
  cursor: pointer;
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  outline: none;
  padding: 15px 0 15px 20px;
  text-align: center;
  width: 100%;
}

.contactBtn .backBtn:hover {
  background: url(../common/img/ico_arrow03_on.png) 10% center no-repeat #5c4d28;
  color: #fff;
  opacity: 1;
}

/*** タブレット 768x ~ 959px ***/
@media screen and (max-width: 959px) {
  .contactWrap {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    max-width: 100%;
    padding: 40px 10px;
  }

  .contactArea dt {
    float: none;
    width: 100%;
  }

  .contactArea dd {
    padding-left: 0;
    padding-top: 20px;
  }

  .contactTable {
    padding: 50px 0 0;
    width: 100%;
  }
}

/*** スマホ 320px ~ 767px ***/
@media screen and (max-width: 767px) {
  .contactWrap {
    font-size: 14px;
    line-height: 1.6;
  }

  .contactTitle {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .contactArea {
    margin-bottom: 20px;
    padding: 20px 0;
  }

  .contactArea dt {
    font-size: 30px;
    line-height: 1.125;
  }

  .contactArea dt a {
    pointer-events: inherit;
  }

  .contactArea dd {
    font-size: 16px;
    line-height: 1.5;
  }

  .contactList li {
    background: url(../common/img/ico_list01.jpg) 5px 12px no-repeat;
    padding-left: 18px;
  }

  .contactTable table {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    width: 100%;
  }

  .contactTable table tbody,
  .contactTable table tr,
  .contactTable table th,
  .contactTable table td {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    width: 100%;
  }

  .contactTable table th {
    padding: 0 0;
  }

  .contactTable table td {
    padding: 10px 0 10px 0;
  }

  .contactTable .cominp {
    height: 40px;
  }

  .contactTable textarea {
    height: 180px;
  }

  .contactBtn {
    margin: 0 auto;
    margin-top: 50px;
    max-width: 80%;
  }

  .contactBtn ul {
    margin-left: 0;
  }

  .contactBtn ul li {
    float: none;
    padding-left: 0;
    width: 100%;
  }

  .contactBtn ul li + li {
    margin-top: 20px;
  }

  .contactBtn .submit {
    background: url(../common/img/ico_arrow02.png) 90% center no-repeat;
    background-size: 24px auto;
    font-size: 17px;
    padding: 10px 0;
  }

  .contactBtn .submit:hover {
    background: #5c4d28 url(../common/img/ico_arrow02_on.png) 90% center no-repeat;
    background-size: 24px auto;
  }

  .contactBtn .backBtn {
    background: url(../common/img/ico_arrow03.png) 90% center no-repeat;
    background-size: 24px auto;
    font-size: 17px;
    padding: 10px 0 10px 15px;
  }

  .contactBtn .backBtn:hover {
    background: #5c4d28 url(../common/img/ico_arrow03_on.png) 90% center no-repeat;
    background-size: 24px auto;
  }
}

/* !contact
---------------------------------------------------------- */
.confirmWrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 17px;
  line-height: 1.76;
  margin: 0 auto;
  max-width: 944px;
  padding: 96px 5px 50px;
}

.confirmTable {
  padding: 65px 0 0;
}

.confirmTable table {
  border-top: 1px solid #9c9fa1;
  font-size: 16px;
  line-height: 1.8;
  width: 100%;
}

.confirmTable table tr {
  border-bottom: 1px solid #9c9fa1;
}

.confirmTable table th {
  padding: 24px 0 24px 50px;
  vertical-align: top;
  width: 26%;
}

.confirmTable table th span {
  color: #f00;
  font-size: 12px;
  margin-left: 8px;
}

.confirmTable table td {
  padding: 24px 100px;
}

.confirmBtn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  max-width: 630px;
}

.confirmBtn ul {
  margin-left: -100px;
}

.confirmBtn ul li {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 100px;
  width: 50%;
}

/*** タブレット 768x ~ 959px ***/
@media screen and (max-width: 959px) {
  .confirmWrap {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    max-width: 100%;
    padding: 40px 10px;
  }

  .confirmTable {
    padding: 50px 0 0;
  }

  .confirmTable table th {
    padding: 24px 0 24px 20px;
  }

  .confirmTable table td {
    padding: 24px 30px;
  }
}

/*** スマホ 320px ~ 767px ***/
@media screen and (max-width: 767px) {
  .confirmWrap {
    font-size: 14px;
    line-height: 1.6;
  }

  .confirmTable table {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    width: 100%;
  }

  .confirmTable table tbody,
  .confirmTable table tr,
  .confirmTable table th,
  .confirmTable table td {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    width: 100%;
  }

  .confirmTable table th {
    padding: 10px 0 0;
  }

  .confirmTable table td {
    font-size: 14px;
    line-height: 1.6;
    padding: 10px 0 10px 0;
  }

  .confirmBtn {
    margin: 0 auto;
    max-width: 80%;
  }

  .confirmBtn ul {
    margin-left: 0;
  }

  .confirmBtn ul li {
    float: none;
    padding-left: 0;
    width: 100%;
  }

  .confirmBtn ul li + li {
    margin-top: 20px;
  }
}

/* !thanks
---------------------------------------------------------- */
.thanksWrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 17px;
  line-height: 1.76;
  margin: 0 auto;
  max-width: 720px;
  padding: 96px 10px 50px;
  text-align: center;
}

.thanksTxt {
  margin: 30px 0 75px;
}

.thanksBtn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  max-width: 264px;
}

/*** タブレット 768x ~ 959px ***/
@media screen and (max-width: 959px) {
  .thanksWrap {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    max-width: 100%;
    padding: 40px 10px;
  }
}

/*** スマホ 320px ~ 767px ***/
@media screen and (max-width: 767px) {
  .thanksWrap {
    font-size: 14px;
    line-height: 1.6;
  }

  .thanksTxt {
    margin: 30px 0;
  }

  .thanksBtn {
    margin: 0 auto;
    max-width: 80%;
  }
}

/* !sitemap
---------------------------------------------------------- */
.sitemapWrap {
  margin: 0 auto;
  max-width: 850px;
  padding: 78px 0 180px 0;
}

.sitemapTitle a {
  background: url(../common/img/ico_arrow02.png) 95% center no-repeat #f7f6f4;
  border-bottom: 2px solid #5c4d28;
  border-top: 2px solid #5c4d28;
  display: block;
  font-size: 18px;
  line-height: 1.5;
  padding: 16px 0 15px 23px;
}

.sitemapTitle span {
  background: #f7f6f4;
  border-bottom: 2px solid #5c4d28;
  border-top: 2px solid #5c4d28;
  display: block;
  font-size: 18px;
  line-height: 1.5;
  padding: 16px 0 15px 23px;
}

.sitemapLink {
  padding: 19px 0 0 27px;
}

.sitemapLink li + li {
  margin-top: 8px;
}

.sitemapLink a {
  background: url(../common/img/ico_arrow04.png) 0 center no-repeat;

  /*	font-size: 18px; */
  line-height: 1.5;
  padding-left: 10px;
}

.sitemapBox {
  margin-left: -95px;
}

.sitemapBox > li {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-bottom: 68px;
  padding-left: 95px;
  width: 50%;
}

/*** タブレット 768x ~ 959px ***/
@media screen and (max-width: 959px) {
  .sitemapWrap {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    max-width: 100%;
    padding: 50px 10px;
  }

  .sitemapTitle {
    margin-top: 30px;
  }

  .sitemapBox {
    margin-left: -20px;
  }

  .sitemapBox > li {
    float: left;
    margin-bottom: 68px;
    padding-left: 20px;
    width: 50%;
  }
}

/*** スマホ 320px ~ 767px ***/
@media screen and (max-width: 767px) {
  .sitemapWrap {
    padding: 0 10px 40px;
  }

  .sitemapTitle a {
    background: url(../common/img/ico_arrow02.png) 95% center no-repeat #f7f6f4;
    background-size: 20px auto;
    font-size: 18px;
    padding: 13px 0 13px 15px;
  }

  .sitemapLink {
    padding: 19px 0 0 20px;
  }

  .sitemapLink a {
    background: url(../common/img/ico_arrow04.png) 0 center no-repeat;
    background-size: 6px auto;
    font-size: 16px;
  }

  .sitemapBox {
    margin-left: 0;
  }

  .sitemapBox > li {
    float: none;
    margin-bottom: 30px;
    padding-left: 0;
    width: 100%;
  }
}

/* !privacy
---------------------------------------------------------- */
.privacyWrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  line-height: 1.75;
  margin: 0 auto;
  max-width: 928px;
  padding: 60px 0;
}

.privacyArea {
  background: #eee;
  border: 1px solid #000;
  margin-bottom: 20px;
  padding: 30px 24px;
}

.privacyBox {
  padding-left: 15px;
}

.privacyBox li {
  padding: 28px 0;
}

.privacyBox li + li {
  border-top: 1px solid #9c9fa1;
}

.privacyTit {
  font-size: 22px;
  line-height: 1.5;
  padding-bottom: 17px;
}

/*** タブレット 768x ~ 959px ***/
@media screen and (max-width: 959px) {
  .privacyWrap {
    max-width: 100%;
    padding: 40px 10px;
  }
}

/*** スマホ 320px ~ 767px ***/
@media screen and (max-width: 767px) {
  .privacyWrap {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 14px;
    line-height: 1.75;
  }

  .privacyArea {
    padding: 20px 20px;
  }

  .privacyBox {
    padding-left: 0;
  }

  .privacyBox li {
    padding: 20px 0;
  }

  .privacyTit {
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 17px;
  }
}

/*! Swipebox v1.3.0
----------------------*/
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

#swipebox-overlay {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  z-index: 99999 !important;
}

#swipebox-overlay img {
  border: none !important;
}

#swipebox-container {
  height: 100%;
  position: relative;
  width: 100%;
}

#swipebox-slider {
  cursor: pointer;
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  white-space: nowrap;
  width: 100%;
}

#swipebox-slider .slide {
  display: inline-block;
  height: 100%;
  line-height: 1px;
  text-align: center;
  width: 100%;
}

#swipebox-slider .slide::before {
  content: "";
  display: inline-block;
  height: 50%;
  margin-right: -1px;
  width: 1px;
}

#swipebox-slider .slide .swipebox-inline-container,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide img {
  display: inline-block;
  height: auto;
  margin: 0;
  max-height: 100%;
  max-width: 100%;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

#swipebox-slider .slide .swipebox-video-container {
  background: 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 100%;
  max-width: 1140px;
  padding: 5%;
  width: 100%;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
}

#swipebox-title {
  color: #fff;
  display: block;
  text-align: center;
  width: 100%;
}

#swipebox-top-bar {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  font-size: 1.2em;
  left: 0;
  padding: 15px;
  position: absolute;
  width: 100%;
}

#swipebox-close,
#swipebox-next,
#swipebox-prev {
  display: block;
  height: 50px;
  position: absolute;
  width: 50px;
}

#swipebox-next {
  margin-top: -25px;
  top: 50%;
}

#swipebox-prev {
  left: 50px;
  margin-top: -25px;
  top: 50%;
}

#swipebox-next {
  right: 50px;
}

#swipebox-close {
  right: 36px;
  top: 36px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 9999;
}

#swipebox-prev:hover {
  left: 35px;
}

#swipebox-next:hover {
  right: 35px;
}

#swipebox-close:hover {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

#swipebox-next::after {
  content: "";
  height: 26px;
  margin: 11px 17px;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 26px;
}

#swipebox-prev::after {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  content: "";
  height: 26px;
  margin: 11px 17px;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 26px;
}

#swipebox-next::after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}

#swipebox-close::after,
#swipebox-close::before {
  background: #fff;
  content: "";
  height: 2px;
  margin: 24px 0 0;
  position: absolute;
  width: 100%;
}

#swipebox-close::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#swipebox-close::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.swipebox-no-close-button #swipebox-close {
  display: none;
}

#swipebox-next.disabled,
#swipebox-prev.disabled {
  opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightspring 0.3s;
  animation: rightSpring 0.3s;
}

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftspring 0.3s;
  animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container::after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: " ";
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 2em;
  z-index: 999;
}

.swipebox-touch #swipebox-container::before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-shadow: inset 10px 0 10px -8px #656565;
  box-shadow: inset 10px 0 10px -8px #656565;
  content: " ";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 2em;
  z-index: 999;
}

.swipebox-touch #swipebox-container::after {
  -webkit-box-shadow: inset -10px 0 10px -8px #656565;
  box-shadow: inset -10px 0 10px -8px #656565;
  right: 0;
}

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container::before,
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container::after {
  opacity: 1;
}

@-webkit-keyframes rightSpring {
  0%,
  100% {
    left: 0;
  }

  50% {
    left: -30px;
  }
}

@keyframes rightSpring {
  0%,
  100% {
    left: 0;
  }

  50% {
    left: -30px;
  }
}

@-webkit-keyframes leftSpring {
  0%,
  100% {
    left: 0;
  }

  50% {
    left: 30px;
  }
}

@keyframes leftSpring {
  0%,
  100% {
    left: 0;
  }

  50% {
    left: 30px;
  }
}

#swipebox-overlay {
  background: #000;
}

/* !strength
---------------------------------------------------------- */
.strengthWrap {
  padding: 75px 0 102px;
}

.strengthBox {
  margin-bottom: 119px;
}

.strengthText {
  overflow: hidden;
  padding-right: 60px;
}

.strengthImg {
  float: right;
  width: 42.75%;
}

.strengthText .title {
  color: #b5974c;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.68;
  margin-bottom: 28px;
}

.strengthArea {
  margin-left: -27px;
  padding-bottom: 86px;
}

.strengthArea li {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 27px;
  width: 33.33%;
}

.strengthTit {
  color: #b5974c;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.9;
  padding: 36px 0 20px;
}

/*** タブレット 768x ~ 959px ***/
@media screen and (max-width: 959px) {
  .strengthWrap {
    padding: 50px 0 80px;
  }

  .strengthBox {
    margin-bottom: 80px;
  }

  .strengthText {
    overflow: hidden;
    padding-right: 0;
  }

  .strengthImg {
    float: none;
    padding-bottom: 30px;
    text-align: center;
    width: 100%;
  }

  .strengthText .title {
    text-align: center;
  }

  .strengthArea {
    margin-left: 0;
    padding-bottom: 60px;
  }

  .strengthArea li {
    float: none;
    padding-left: 0;
    width: 100%;
  }

  .strengthArea li + li {
    margin-top: 20px;
  }

  .strengthTit {
    font-size: 18px;
    line-height: 1.5;
    padding: 20px 0;
    text-align: center;
  }
}

/*** スマホ 320px ~ 767px ***/
@media screen and (max-width: 767px) {
  .strengthWrap {
    padding: 0 0 40px;
  }

  .strengthBox {
    margin-bottom: 40px;
  }

  .strengthArea {
    padding-bottom: 40px;
  }

  .strengthText .title {
    font-size: 18px;
  }
}

/* !service
---------------------------------------------------------- */
.serviceTxtBox {
  margin: 0 auto;
  max-width: 830px;
  padding: 25px 0 75px;
}

.serviceTxtBox .title {
  color: #b5974c;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.4;
  margin: 0 auto;
  margin-bottom: 46px;
  max-width: 600px;
}

.serviceWrap {
  padding-bottom: 117px;
}

.serviceArea {
  font-size: 16px;
  line-height: 1.5;
  min-height: 375px;
  position: relative;
}

.serviceArea + .serviceArea {
  margin-top: 56px;
}

.serviceBox {
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 40px 48px;
  position: absolute;
  right: 7%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 420px;
  z-index: 2;
}

.servicePan {
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 7%;
  padding: 40px 40px 48px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 420px;
  z-index: 2;
}

.serviceBtn {
  padding-top: 25px;
}

.serviceBtn .cmnSty02 {
  background-size: 20px;
  font-size: 15px;
  line-height: 2;
  padding: 6px 0;
  width: 200px;
}

.serviceBtn .cmnSty02:hover {
  background-size: 20px;
}

.serviceArea .title {
  color: #b5974c;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.4;
  padding-bottom: 16px;
}

.serviceBg01 {
  background: url(../img/img_service01.jpg) center 0 no-repeat;
  background-size: cover;
}

.serviceBg02 {
  background: url(../img/img_service02.jpg) center 0 no-repeat;
  background-size: cover;
}

.serviceBg03 {
  background: url(../img/img_service03.jpg) center 0 no-repeat;
  background-size: cover;
}

/*** タブレット 768x ~ 959px ***/
@media screen and (max-width: 959px) {
  .serviceTxtBox {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    max-width: 100%;
    padding: 25px 20px 75px;
  }

  .serviceBox,
  .servicePan {
    padding: 20px 20px;
    width: 350px;
  }

  .serviceArea .title {
    font-size: 22px;
    padding-bottom: 10px;
  }

  .serviceWrap {
    padding-bottom: 60px;
  }

  .serviceArea {
    font-size: 16px;
    min-height: 300px;
  }
}

/*** スマホ 320px ~ 767px ***/
@media screen and (max-width: 767px) {
  .serviceTxtBox .title {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 20px;
    margin: 0 auto;
    margin-bottom: 30px;
    max-width: 100%;
    padding: 0 20px;
  }

  .serviceArea {
    font-size: 13px;
    min-height: 280px;
  }

  .serviceBox {
    height: auto;
    padding: 20px 20px;
    right: 5%;
    width: 65%;
  }

  .servicePan {
    height: auto;
    left: 5%;
    padding: 20px 20px;
    width: 65%;
  }

  .serviceArea .title {
    font-size: 17px;
    padding-bottom: 10px;
  }

  .serviceArea + .serviceArea {
    margin-top: 25px;
  }

  .serviceBtn {
    padding-top: 15px;
  }

  .serviceBtn .cmnSty02 {
    background-size: 20px;
    font-size: 13px;
    line-height: 2;
    padding: 4px 0;
    width: 160px;
  }
}

@media screen and (max-width: 479px) {
  .serviceTxtBox {
    padding: 25px 10px 50px;
  }

  .serviceTxtBox .title {
    font-size: 16px;
    padding: 0 0;
  }
}

/* !engineering
---------------------------------------------------------- */
.enginWrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  max-width: 1020px;
  padding: 90px 10px 100px;
}

.enginTitle {
  color: #b5974c;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.5;
  margin-bottom: 44px;
  text-align: center;
}

.enginArea {
  margin: 0 auto;
  max-width: 900px;
  padding-top: 107px;
}

.enginBox + .enginBox {
  margin-top: 62px;
}

.enginBox .imgL {
  float: left;
  margin-right: 40px;
  width: 39%;
}

.enginBox .imgR {
  float: right;
  margin-left: 40px;
  width: 39%;
}

.enginBox .title {
  color: #b5974c;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.5;
  padding: 25px 0;
}

/*** タブレット 768x ~ 959px ***/
@media screen and (max-width: 959px) {
  .enginWrap {
    max-width: 100%;
    padding: 0 0 50px;
  }

  .enginTitle {
    font-size: 26px;
    margin-bottom: 40px;
  }

  .enginArea {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    max-width: 100%;
    padding: 50px 0 0;
  }

  .enginBox + .enginBox {
    margin-top: 30px;
  }

  .enginBox .imgL {
    margin-right: 20px;
  }

  .enginBox .imgR {
    margin-left: 20px;
  }

  .enginBox .title {
    font-size: 20px;
    padding: 15px 0;
  }
}

/*** スマホ 320px ~ 767px ***/
@media screen and (max-width: 767px) {
  .enginTitle {
    font-size: 17px;
    margin-bottom: 20px;
    text-align: left;
  }

  .enginBox .ftBox {
    overflow: inherit;
  }

  .enginBox .imgL {
    margin-right: 10px;
    width: 45%;
  }

  .enginBox .imgR {
    margin-left: 10px;
  }

  .enginBox .title {
    font-size: 16px;
    padding: 10px 0;
  }
}

.serWorksWrap {
  margin: 0 auto;
  max-width: 1080px;
  padding: 65px 10px 70px;
}

.serWorksBox {
  margin-left: -35px;
  padding: 40px 0 60px;
}

.serWorksBox li {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 35px;
  width: 33.33%;
}

.serWorksTxt {
  display: block;

  /*	font-size: 20px; */
  line-height: 1.5;
  padding-top: 20px;
}

.serWorksImg {
  height: auto;
  margin: 0 auto;
  max-width: 330px;
  overflow: hidden;
}

.serWorksImg a {
  background: #dcdcdc;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.serWorksImg a img {
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: 100%;
  z-index: 1;
}

.serWorksImg a:hover img {
  -webkit-transform: translateY(-50%) scale(1.15);
  transform: translateY(-50%) scale(1.15);
}

/*** タブレット 768x ~ 959px ***/
@media screen and (max-width: 959px) {
  .serWorksBox {
    margin-left: -10px;
  }

  .serWorksBox li {
    padding-left: 10px;
  }

  .serWorksImg {
    height: auto;
  }
}

/*** スマホ 320px ~ 767px ***/
@media screen and (max-width: 767px) {
  .serWorksBox {
    margin-left: 0;
    padding: 30px 0 40px;
  }

  .serWorksBox li {
    float: none;
    padding-left: 0;
    width: 100%;
  }

  .serWorksTxt {
    font-size: 16px;
    padding: 10px 0;
    text-align: center;
  }

  .serWorksImg {
    height: auto;
    margin: 0 auto;
    max-width: 100%;
  }
}

.serFlowWrap {
  background: #f8f8f8;
  padding: 55px 0 68px;
}

.serFlowBox01 {
  margin: 0 auto;
  max-width: 885px;
  padding-right: 60px;
  position: relative;
}

.serFlowBox01::before {
  background: url(../img/arrow_flow01.png) no-repeat;
  content: "";
  height: 352px;
  position: absolute;
  right: 0;
  top: 20%;
  width: 61px;
  z-index: 2;
}

.serFlowWrap .list01 {
  margin-left: -100px;
  padding: 60px 0 0;
}

.serFlowWrap .list01 li {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 100px;
  width: 33.33%;
}

.serFlowWrap .list01 li + li {
  background: url(../common/img/ico_arrow05.png) 25px 60px no-repeat;
}

.serFlowBox02 .list01 {
  margin-left: -100px;
  padding: 60px 0 0;
}

.serFlowBox02 .list01 li {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 100px;
  width: 25%;
}

.serFlowWrap .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  padding: 10px 0 12px;
  text-align: center;
}

.serFlowWrap .list02 {
  margin-left: -100px;
  padding: 60px 0 0;
}

.serFlowWrap .list02 li {
  background: url(../common/img/ico_arrow06.png) 25px 30% no-repeat;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  padding-left: 100px;
  width: 33.33%;
}

.serFlowWrap .list02 li:last-child {
  background: none;
}

.serFlowArea {
  margin: 0 auto;
  max-width: 560px;
}

.serFlowWrap .list03 {
  margin-left: -100px;
  padding: 60px 0 0;
}

.serFlowWrap .list03 li {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 100px;
  width: 50%;
}

.serFlowWrap .list03 li + li {
  background: url(../common/img/ico_arrow06.png) 25px 30% no-repeat;
}

/*** タブレット 768x ~ 959px ***/
@media screen and (max-width: 959px) {
  .serFlowWrap {
    padding: 40px 0;
  }

  .serFlowBox01 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 60px 0 10px;
    position: relative;
  }

  .serFlowBox01::before {
    background: url(../img/arrow_flow01.png) no-repeat;
    background-size: 51px;
    content: "";
    height: 300px;
    position: absolute;
    right: 5px;
    top: 20%;
    width: 51px;
    z-index: 2;
  }

  .serFlowWrap .list01 {
    margin-left: -40px;
    padding: 40px 0 0;
  }

  .serFlowWrap .list01 li {
    padding-left: 40px;
  }

  .serFlowWrap .list01 li + li {
    background: url(../common/img/ico_arrow05.png) 0 60px no-repeat;
    background-size: 25px;
  }

  .serFlowWrap .title {
    font-size: 16px;
    padding: 10px 0;
  }

  .serFlowWrap .list02 {
    margin-left: -40px;
    padding: 40px 0 0;
  }

  .serFlowWrap .list02 li {
    background: url(../common/img/ico_arrow06.png) 0 30% no-repeat;
    background-size: 25px;
    padding-left: 40px;
  }

  .serFlowWrap .list02 li:last-child {
    background: none;
  }

  .serFlowWrap ul li img {
    height: 60px;
  }

  .serFlowArea {
    margin: 0 auto;
    max-width: 560px;
  }

  .serFlowWrap .list03 {
    margin-left: -40px;
    padding: 40px 0 0;
  }

  .serFlowWrap .list03 li {
    float: left;
    padding-left: 40px;
    width: 50%;
  }

  .serFlowWrap .list03 li + li {
    background: url(../common/img/ico_arrow06.png) 0 40px no-repeat;
    background-size: 25px;
  }
}

/*** スマホ 320px ~ 767px ***/
@media screen and (max-width: 767px) {
  .serFlowBox01 {
    margin: 0 auto;
    max-width: 100%;
    padding: 0 10px 0 10px;
  }

  .serFlowBox01::before {
    background: none;
    position: inherit;
  }

  .serFlowWrap .title {
    font-size: 13px;
    padding: 10px 0;
  }

  .serFlowWrap ul li img {
    height: 35px;
  }

  .serFlowWrap .list01 li + li {
    background: url(../common/img/ico_arrow05.png) 6px 50px no-repeat;
    background-size: 15px;
  }

  .serFlowWrap .list03 li + li {
    background: url(../common/img/ico_arrow06.png) 0 40px no-repeat;
    background-size: 15px;
  }

  .serFlowWrap .list01 {
    margin-left: 0;
    padding: 60px 0 0;
  }

  .serFlowWrap .list01 li {
    float: none;
    padding-left: 0;
    width: 100%;
  }

  .serFlowWrap .list01 li + li {
    background: url(../common/img/ico_arrow07.png) center 15px no-repeat;
    background-size: 15px;
    padding-top: 60px;
  }

  .serFlowBox02 .list01 {
    margin-left: 0;
    padding: 60px 0 0;
  }

  .serFlowBox02 .list01 li {
    float: none;
    padding-left: 0;
    width: 100%;
  }

  .serFlowWrap .list03 {
    margin-left: 0;
    padding: 60px 0 0;
  }

  .serFlowWrap .list03 li {
    float: none;
    padding-left: 0;
    width: 100%;
  }

  .serFlowWrap .list03 li + li {
    background: url(../common/img/ico_arrow07.png) center 15px no-repeat;
    background-size: 15px;
    padding-top: 60px;
  }

  .serFlowWrap .list02 {
    background: url(../common/img/ico_arrow07.png) center 15px no-repeat;
    background-size: 15px;
    margin-left: 0;
    padding: 60px 0 0;
  }

  .serFlowWrap .list02 li {
    background: url(../common/img/ico_arrow07.png) center 15px no-repeat;
    background-size: 15px;
    float: none;
    padding-left: 0;
    padding-top: 60px;
    width: 100%;
  }

  .serFlowWrap .list02 li:first-child {
    background: none;
    padding-top: 0;
  }

  .serFlowWrap .list02 li:last-child {
    background: url(../common/img/ico_arrow07.png) center 15px no-repeat;
    background-size: 15px;
  }
}

/* !business
---------------------------------------------------------- */
.businessWrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  max-width: 860px;
  padding: 65px 0 100px;
}

.businessTable {
  /*	font-size: 20px; */
  line-height: 1.5;
  margin-bottom: 80px;
  width: 100%;
}

.businessTable tr {
  border-bottom: 1px solid #9c9fa1;
}

.businessTable .nor {
  border-bottom: 1px solid #fff !important;
}

.businessTable th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 0 15px 30px;
  width: 41%;
}

.businessTable td {
  padding: 15px 0 15px 20px;
}

.businessTable .spe {
  padding-top: 40px;
  vertical-align: top;
}

.businessList {
  margin-bottom: -10px;
}

.businessList li {
  padding-bottom: 10px;
}

.businessList li span {
  background: url(../common/img/ico_dot01.png) 0 0 no-repeat;
  display: inline-block;
  height: 18px;
  padding-right: 2px;
  width: 19px;
}

.businessList li + li {
  border-top: 1px solid #9c9fa1;
  padding-top: 10px;
}

.businessTabImg {
  padding: 30px 0;
}

.businessTable .detailBtn {
  margin-right: 20px;
}

.businessTable .pdfBtn {
  background: #f00;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  text-align: center;
  width: 70px;
}

/* .businessTable .detailBtn span {
	padding-right: 16px;
	background: url(../common/img/ico_link01.png) right center no-repeat;
} */

/*** タブレット 768x ~ 959px ***/
@media screen and (max-width: 959px) {
  .businessWrap {
    margin: 0 auto;
    max-width: 100%;
    padding: 40px 0 60px;
  }

  .businessTable {
    font-size: 16px;
  }
}

/*** スマホ 320px ~ 767px ***/
@media screen and (max-width: 767px) {
  .businessWrap {
    padding: 0 0 40px;
  }

  .businessTable {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 40px;
  }

  .businessTable th {
    padding: 10px 0 10px 10px;
    width: 30%;
  }

  .businessTable td {
    padding: 10px 0 10px 10px;
  }

  .businessTable .detailBtn {
    margin-bottom: 10px;
    margin-right: 10px;
  }

  /*	.businessTable .detailBtn span {
  		padding-right: 16px;
  		background: url(../common/img/ico_link01.png) right center no-repeat;
  		background-size: 10px;
  	} */
  .businessList li span {
    background: url(../common/img/ico_dot01.png) 0 0 no-repeat;
    background-size: 12px;
    height: 12px;
    width: 12px;
  }

  .businessTabImg {
    padding: 15px 0;
  }

  .businessTable .spe {
    padding-top: 20px;
  }
}

.businessArea {
  padding-bottom: 50px;
}

.businessArea .toggle dt {
  background: #b5974c;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 20px;
  line-height: 1.5;
  padding: 14px 30px;
  position: relative;
  text-align: center;

  /*	font-weight: bold; */
  text-decoration: none;
}

.businessArea .toggle dt::before {
  background: url(../common/img/ico_open.png) 0 0 no-repeat;
  content: "";
  height: 11px;
  margin-top: -5px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 23px;
  z-index: 2;
}

.businessArea .toggle dt.on::before {
  background: url(../common/img/ico_close.png) 0 0 no-repeat;
}

.businessArea .toggle dd {
  display: none;

  /*	font-size: 20px; */
  line-height: 1.5;
  margin: 0;
}

.businessDate {
  border: 1px solid #e7e1e1;
  border-top: 0;
}

.businessDate li {
  padding: 6px 60px;
  position: relative;
}

.businessDate li span {
  color: #333;
  position: absolute;
  right: 60px;
  top: 6px;
  z-index: 2;
}

.businessDate li:nth-child(odd) {
  background: #f4f3ef;
}

.businessDate li:nth-child(even) {
  background: #fdfdfd;
}

.businessBook {
  padding-top: 10px;
}

.businessBook .left {
  display: table-cell;
  vertical-align: middle;
}

.businessBook .right {
  display: table-cell;
  padding-left: 27px;
  vertical-align: middle;
}

/*** タブレット 768x ~ 959px ***/
@media screen and (max-width: 959px) {
  .businessArea {
    padding-bottom: 50px;
  }
}

/*** スマホ 320px ~ 767px ***/
@media screen and (max-width: 767px) {
  .businessArea .toggle dt {
    font-size: 18px;
    padding: 14px 30px;
  }

  .businessArea .toggle dd {
    font-size: 15px;
  }

  .businessDate li {
    padding: 6px 10px;
    position: relative;
  }

  .businessDate li span {
    color: #333;
    position: absolute;
    right: 10px;
    top: 6px;
    z-index: 2;
  }

  .businessBook .left img {
    width: 160px;
  }

  .businessBook .right {
    font-size: 13px;
    padding-left: 10px;
  }
}

.businessPanWrap {
  padding-top: 40px;
}

.businessPanBox {
  padding-bottom: 60px;
}

.businessPan {
  font-size: 16px;
  line-height: 1.5;
  width: 100%;
}

.businessPan th {
  color: #b5974c;
  padding: 14px 0 8px;
  vertical-align: top;
}

.businessPan td {
  padding: 14px 0 8px;
  vertical-align: top;
  word-break: break-all;
}

.businessPan thead {
  border-bottom: 3px solid #b5974c;
}

.businessPan .wid01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 50px;
  width: 14%;
}

.businessPan .wid02,
.businessPan .wid03 {
  width: 20%;
}

.businessPan .wid04 {
  width: 16%;
}

.businessPan .wid05 {
  width: 30%;
}

.businessPan .spetd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 50px;
}

.businessPan tbody tr:nth-child(odd) {
  background: #f4f3ef;
}

.businessPan tbody tr:nth-child(even) {
  background: #fdfdfd;
}

.businessBox {
  margin-left: -26px;
  padding: 50px 42px;
}

.businessBox li {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  font-size: 16px;
  line-height: 2;
  padding-left: 26px;
  width: 50%;
}

.businessWrapIn {
  padding: 0 14px 50px 0;
}

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

/*** スマホ 320px ~ 767px ***/
@media screen and (max-width: 767px) {
  .businessPan {
    font-size: 12px;
    line-height: 1.5;
    width: 100%;
  }

  .businessPan .wid01 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 0;
    text-align: center;
    width: 9%;
  }

  .businessPan .spetd {
    padding-left: 0;
    text-align: center;
  }

  .businessPan .wid02 {
    width: 24%;
  }

  .businessPan .wid03 {
    width: 20%;
  }

  .businessPan .wid04 {
    width: 17%;
  }

  .businessPan .wid05 {
    width: 30%;
  }

  .businessPan td {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 14px 3px 8px;
  }

  .businessBox {
    margin-left: 0;
    padding: 20px 22px;
  }

  .businessBox li {
    float: none;
    font-size: 14px;
    line-height: 2;
    padding-left: 0;
    text-align: center;
    width: 100%;
  }

  .businessBox li + li {
    padding-top: 10px;
  }
}

/* !contact
---------------------------------------------------------- */
.philyWrap {
  padding: 136px 0 108px;
}

.philyArea .philyImgR {
  float: right;
  width: 45%;
}

.philyArea .philyTxtL {
  overflow: hidden;
  padding-right: 70px;
}

.philyArea .title {
  font-size: 25px;
  letter-spacing: 2px;
  line-height: 1.4;
  margin-bottom: 15px;
}

.philyArea .title span {
  color: #b5974c;
  display: block;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 27px;
}

.philyName {
  margin-top: 20px;
  text-align: right;
}

.philyName span {
  display: inline-block;
  padding: 8px 25px 0 0;
}

.philyBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  max-width: 920px;
  padding: 120px 10px 85px;
}

.philyBoxIn {
  margin-left: -10%;
}

.philyBoxIn li {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 10%;
  width: 50%;
}

.philyBoxIn .imgspe {
  padding-top: 100px;
  text-align: center;
}

.philyBoxIn .philyTit {
  color: #b5974c;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.5;
  padding: 42px 0 5px;
}

/*** タブレット 768x ~ 959px ***/
@media screen and (max-width: 959px) {
  .philyWrap {
    padding: 60px 0;
  }

  .philyArea .philyImgR {
    float: right;
    margin-left: 10px;
    width: 45%;
  }

  .philyArea .philyTxtL {
    overflow: inherit;
    padding-right: 0;
  }

  .philyArea .title {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 15px;
  }

  .philyArea .title span {
    font-size: 30px;
    line-height: 1.5;
    padding-bottom: 10px;
  }

  .philyName span {
    display: inline-block;
    padding: 8px 25px 0 0;
  }
}

/*** スマホ 320px ~ 767px ***/
@media screen and (max-width: 767px) {
  .philyWrap {
    padding: 0 0 40px;
  }

  .philyArea .title {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 15px;
  }

  .philyArea .title span {
    font-size: 20px;
    line-height: 1.5;
  }

  .philyName img {
    width: 120px;
  }

  .philyBox {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    max-width: 100%;
    padding: 60px 10px 40px;
  }

  .philyBoxIn {
    margin-left: 0;
  }

  .philyBoxIn li {
    float: none;
    padding-left: 0;
    width: 100%;
  }

  .philyBoxIn .imgspe {
    padding-top: 30px;
  }

  .philyBoxIn .philyTit {
    font-size: 17px;
    line-height: 1.5;
    padding: 30px 0 5px;
  }

  .philyBoxIn img {
    width: 200px;
  }
}

/* !contact
---------------------------------------------------------- */
.historyWrap {
  padding: 100px 0 88px;
}

.historyWrapIn {
  padding: 0 30px;
  position: relative;
}

.historyArea {
  margin-bottom: 87px;
}

.historyWrap .historyImg01 {
  position: absolute;
  right: 0;
  top: -30px;
  z-index: 1;
}

.historyWrap .historyImg02 {
  margin-top: -150px;
  position: absolute;
  right: 20%;
  top: 50%;
  z-index: 1;
}

.historyWrap .historyImg03 {
  bottom: 5%;
  position: absolute;
  right: 0;
  z-index: 1;
}

.historyArea dl {
  border-bottom: 1px solid #9c9fa1;
  font-size: 16px;
  line-height: 1.875;
  padding: 20px 40px;
  position: relative;
  z-index: 2;
}

.historyArea dl dt {
  float: left;
  width: 20%;
}

.historyArea dl dd {
  overflow: hidden;
  padding-left: 20px;
}

/*** タブレット 768x ~ 959px ***/
@media screen and (max-width: 959px) {
  .historyWrap {
    padding: 50px 0;
  }

  .historyWrapIn {
    padding: 0 0;
  }

  .historyArea {
    margin-bottom: 87px;
  }
}

/*** スマホ 320px ~ 767px ***/
@media screen and (max-width: 767px) {
  .historyWrap {
    padding: 50px 0;
  }

  .historyWrapIn {
    background-size: 215px;
    padding: 0 0;
  }

  .historyArea {
    background-size: 215px;
    margin-bottom: 40px;
  }

  .historyWrap .historyImg01,
  .historyWrap .historyImg02,
  .historyWrap .historyImg03 {
    display: none !important;
  }

  .historyArea dl {
    font-size: 13px;
    line-height: 1.5;
    padding: 10px 0;
  }

  .historyArea dl dt {
    float: left;
    width: 40%;
  }

  .historyArea dl dd {
    padding-left: 10px;
  }
}

/* !news
---------------------------------------------------------- */
.newsWrap {
  margin: 0 auto;
  max-width: 960px;
  padding: 60px 0 79px;
}

.newsBox li {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 16.66%;
}

.newsBox li + li {
  border-left: 1px solid #fff;
}

.newsBox li a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5;
  padding: 10px 0;
  text-align: center;
}

.newsBox li a:hover {
  background: #5a5a5a;
  color: #fff;
  opacity: 1;
}

.newsBox li.current-cat a {
  background: #5a5a5a;
  color: #fff;
  opacity: 1;
}

.newsLink {
  padding: 60px 50px 78px;
}

.newsLink dl {
  font-size: 16px;
}

.newsLink dl a:hover {
  opacity: 1;
  text-decoration: underline;
}

.newsLink dl + dl {
  margin-top: 30px;
}

.newsLink dl dt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  padding-right: 90px;
  position: relative;
  width: 28%;
}

.newsLink dl dt span {
  color: #fff;
  font-size: 15px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 112px;
  z-index: 2;
}

.newsLink dl dt .category01 {
  background: #3491d6;
}

.newsLink dl dt .category02 {
  background: #72b820;
}

.newsLink dl dt .category03 {
  background: #5a64d4;
}

.newsLink dl dt .category04 {
  background: #ea7a16;
}

.newsLink dl dt .category05 {
  background: #d5b000;
}

.newsLink dl dd {
  overflow: hidden;
  padding-left: 30px;
}

.newsNote {
  font-size: 18px;
  padding-bottom: 60px;
}

.pageLinkBox,
.wp-pagenavi {
  font-size: 17px;
  line-height: 1.7;
  text-align: center;
}

.pageLinkBox a {
  border: 0 !important;
  display: inline-block;
  margin: 0 10px !important;
  padding: 0 !important;
}

.wp-pagenavi a,
.wp-pagenavi span {
  border: 0 !important;
  display: inline-block;
  margin: 0 10px !important;
  padding: 0 !important;
}

.wp-pagenavi .previouspostslink {
  margin: 0 30px 0 0 !important;
}

.wp-pagenavi .nextpostslink {
  margin: 0 0 0 30px !important;
}

.pageLinkBox .pre {
  margin-right: 40px;
}

.pageLinkBox .next {
  margin-left: 40px;
}

.wp-pagenavi .pages,
.wp-pagenavi .first,
.wp-pagenavi .last {
  display: none !important;
}

/*** タブレット 768x ~ 959px ***/
@media screen and (max-width: 959px) {
  .newsLink {
    padding: 40px 20px 78px;
  }

  .newsWrap {
    padding: 40px 0;
  }
}

/*** スマホ 320px ~ 767px ***/
@media screen and (max-width: 767px) {
  .newsWrap {
    padding: 0 0 40px;
  }

  .newsBox li a {
    font-size: 12px;
    line-height: 1.5;
    padding: 10px 0;
  }

  .newsLink {
    padding: 40px 0;
  }

  .newsLink dl {
    font-size: 14px;
    line-height: 1.5;
  }

  .newsLink dl + dl {
    border-top: 1px solid #dedede;
    margin-top: 15px;
    padding-top: 15px;
  }

  .newsLink dl dt {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: none;
    margin-bottom: 20px;
    padding-right: 0;
    position: relative;
    width: 100%;
  }

  .newsLink dl dt span {
    color: #fff;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    text-align: center;
    width: 85px;
  }

  .newsLink dl dd {
    padding-left: 0;
  }
}

.newsdetailWrap {
  margin: 0 auto;
  max-width: 1080px;
  padding: 70px 0 90px;
}

.newsdetailBox {
  border-bottom: 1px solid #9c9fa1;
  font-size: 18px;
  line-height: 2.5;
  padding-bottom: 26px;
}

.newsdetailBox dt {
  padding-left: 125px;
  position: relative;
}

.newsdetailBox dt span {
  color: #fff;
  font-size: 15px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 112px;
  z-index: 2;
}

.newsdetailBox dt .category01 {
  background: #3491d6;
}

.newsdetailBox dt .category02 {
  background: #72b820;
}

.newsdetailBox dt .category03 {
  background: #5a64d4;
}

.newsdetailBox dt .category04 {
  background: #ea7a16;
}

.newsdetailBox dt .category05 {
  background: #d5b000;
}

.newsdetailBox dd {
  font-size: 30px;
  line-height: 1.5;
  padding-top: 10px;
}

.newsdetailPan {
  padding: 72px 0 85px;
}

.newsdetailPan .imgR {
  float: right;
  margin-left: 55px;
  padding-bottom: 20px;
  width: 44%;
}

.newsdetailPan .imgL {
  float: left;
  margin-right: 55px;
  padding-bottom: 20px;
  width: 44%;
}

.newsdetailPan .imgC {
  padding-bottom: 20px;
  text-align: center;
}

.newsdetailPan .txtBox {
  font-size: 20px;
  line-height: 1.5;
}

.pageLinkPan {
  font-size: 18px;
  line-height: 1.61;
  text-align: center;
}

.pageLinkPan a {
  display: inline-block;
}

.pageLinkPan a + a {
  margin-left: 30px;
}

.pageLinkPan .pre {
  margin-right: 20px;
}

.pageLinkPan .next {
  margin-left: 20px;
}

/*** タブレット 768x ~ 959px ***/
@media screen and (max-width: 959px) {
  .newsdetailWrap {
    margin: 0 auto;
    max-width: 100%;
    padding: 40px 0;
  }

  .newsdetailBox {
    font-size: 15px;
    line-height: 2;
  }

  .newsdetailBox dd {
    font-size: 24px;
  }

  .newsdetailPan {
    padding: 40px 0;
  }

  .newsdetailPan .imgR {
    margin-left: 20px;
    padding-bottom: 20px;
  }

  .newsdetailPan .imgL {
    margin-right: 20px;
    padding-bottom: 20px;
  }

  .newsdetailPan .txtBox {
    font-size: 17px;
    line-height: 1.5;
  }
}

/*** スマホ 320px ~ 767px ***/
@media screen and (max-width: 767px) {
  .newsdetailWrap {
    padding: 0 0 40px;
  }

  .newsdetailPan .imgR {
    margin-left: 10px;
    padding-bottom: 10px;
    width: 50%;
  }

  .newsdetailPan .imgL {
    margin-right: 10px;
    padding-bottom: 10px;
    width: 50%;
  }

  .newsdetailPan .imgC {
    padding-bottom: 10px;
  }

  .newsdetailPan .txtBox {
    font-size: 13px;
    line-height: 1.5;
  }

  .newsdetailBox {
    padding-bottom: 15px;
  }

  .newsdetailBox dd {
    font-size: 18px;
  }

  .pageLinkPan {
    font-size: 14px;
  }

  .pageLinkPan a + a {
    margin-left: 20px;
  }

  .pageLinkPan .pre {
    margin-right: 15px;
  }

  .pageLinkPan .next {
    margin-left: 15px;
  }
}

/* !works
---------------------------------------------------------- */
.worksWrap {
  margin: 0 auto;
  max-width: 1080px;
  padding: 60px 0 118px;
}

.worksLink {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.worksLink li {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 186px;
}

.worksLink li a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;

  /*	font-size: 20px; */
  line-height: 1.5;
  padding: 10px 0;
  text-align: center;
}

.worksLink li a:hover,
.worksLink li a.current {
  background: #5a5a5a;
  color: #fff;
  opacity: 1;
}

.worksList {
  margin-left: -45px;
  padding-bottom: 85px;
}

.worksList li {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-top: 66px;
  padding-left: 45px;
  width: 33.33%;
}

.worksPageTxt {
  /*	font-size: 20px; */
  line-height: 1.35;
  padding-top: 2px;
}

.worksPageTxt span {
  color: #9a9d9f;
  display: block;
  font-size: 12px;
  line-height: 2.25;
}

.worksPageImg {
  height: auto;
  max-width: 330px;
  overflow: hidden;
}

.worksPageImg a {
  background: #dcdcdc;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.worksPageImg a img {
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: 100%;
  z-index: 1;
}

.worksPageImg a:hover img {
  -webkit-transform: translateY(-50%) scale(1.15);
  transform: translateY(-50%) scale(1.15);
}

/*** タブレット 768x ~ 959px ***/
@media screen and (max-width: 959px) {
  .worksWrap {
    margin: 0 auto;
    max-width: 100%;
    padding: 40px 0;
  }

  .worksList {
    margin-left: -20px;
  }

  .worksList li {
    float: left;
    margin-top: 50px;
    padding-left: 20px;
    width: 50%;
  }
}

/*** スマホ 320px ~ 767px ***/
@media screen and (max-width: 767px) {
  .worksWrap {
    padding: 20px 0;
  }

  .worksLink {
    display: block;
  }

  .worksLink li {
    float: left;
    margin-bottom: 5px;
    width: 33.33%;
  }

  .worksLink li a {
    font-size: 12px;
    line-height: 1.5;
    padding: 10px 0;
  }

  .worksList {
    margin-left: 0;
    padding-bottom: 40px;
  }

  .worksList li {
    float: none;
    margin-top: 20px;
    padding-left: 0;
    width: 100%;
  }

  .worksPageImg {
    height: auto;
    margin: 0 auto;
    max-width: 330px;
    overflow: hidden;
  }

  .worksPageTxt {
    font-size: 18px;
    text-align: left;
  }
}

/* !result
---------------------------------------------------------- */
.resultWrap {
  /*	font-size: 20px; */
  line-height: 1.7;
  margin: 0 auto;
  max-width: 1074px;
  padding: 70px 0 104px;
}

.resultBox {
  border-bottom: 1px solid #9c9fa1;
  padding-bottom: 10px;
}

.resultBox dt span {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  min-width: 86px;
  text-align: center;
}

.resultBox dt .cor01 {
  background: #3491d6;
}

.resultBox dt .cor02 {
  background: #72b820;
}

.resultBox dt .cor03 {
  background: #5a64d4;
}

.resultBox dt .cor04 {
  background: #d63334;
}

.resultBox dt .cor05 {
  background: #b5974c;
}

.resultBox dd {
  font-size: 30px;
  line-height: 1.5;
  padding-top: 10px;
}

.resultVideo {
  margin-top: 40px;
}

.resultVideoBox {
  height: 525px;
  width: 100%;
}

.resultVideoBox iframe,
.resultVideoBox voide {
  height: 100%;
  width: 100%;
}

.resultInfo {
  margin-bottom: 25px;
  margin-top: 25px;
}

.resultInfo dl dt {
  float: left;
  width: 4em;
}

.resultInfo dl dd {
  overflow: hidden;
}

.resultList {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.resultList > * {
  width: 48%;
}

.resultList > *.full {
  width: 100%;
}

.resultList figure {
  margin: 0 0 1.5em 0;
}

.resultList figure img {
  height: auto;
  margin-bottom: 0.5em;
  width: 100%;
}

.resultArea {
  margin-left: -50px;
  padding: 28px 0 0;
}

.resultArea li {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 50px;
  width: 50%;
}

.resultArea .resultAreaItem {
  background: #dcdcdc;
  position: relative;
  position: relative;
  width: 100%;
  width: 100%;
}

.resultArea .resultAreaItem img {
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.resultComment {
  /* margin-top: 68px; */
  margin-bottom: 25px;
}

.resultImg {
  margin-top: 60px;
}

.resultImg img {
  width: 100%;
}

.resultBtn {
  margin-top: 80px;
}

/*** タブレット 768x ~ 959px ***/
@media screen and (max-width: 959px) {
  .resultBox dd {
    font-size: 24px;
  }

  .resultWrap {
    font-size: 16px;
    line-height: 1.7;
    margin: 0 auto;
    max-width: 100%;
    padding: 40px 0 50px;
  }

  .resultImg {
    margin-top: 40px;
  }
}

/*** スマホ 320px ~ 767px ***/
@media screen and (max-width: 767px) {
  .resultBox dt span {
    font-size: 13px;
    line-height: 2;
    padding: 4px;
  }

  .resultVideo {
    margin-top: 20px;
  }

  .resultVideoBox {
    height: 50vw;
  }

  .resultInfo {
    margin-top: 20px;
  }

  .resultWrap {
    font-size: 13px;
    line-height: 1.7;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 0 50px;
  }

  .resultBox {
    padding-bottom: 15px;
  }

  .resultBox dd {
    font-size: 18px;
  }

  .resultArea {
    margin-left: -10px;
    padding: 28px 0 0;
  }

  .resultArea li {
    float: left;
    padding-left: 10px;
    width: 50%;
  }

  .resultComment,
  .resultBtn {
    margin-top: 40px;
  }
}

.animateblock {
  opacity: 0;
}

/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope {
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.isotope.no-transition {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.isotope.no-transition .isotope-item {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.isotope.infinite-scrolling {
  -webkit-transition: none;
  transition: none;
}

/**** disabling Isotope CSS3 transitions ****/

/* End: Recommended Isotope styles */

/* disable CSS transitions for containers with infinite scrolling */
.realestatePan {
  padding-bottom: 90px;
}

.realestatePan p {
  font-size: 16px;
  line-height: 1.8125;
  margin-top: 20px;
}

.realestatePan h3 {
  background: url(../common/img/ico_title.png) left 8px no-repeat;
  font-size: 20px;
  line-height: 1.5;
  margin-top: 45px;
  padding-left: 28px;
}

.realestatePan table td,
.realestatePan table th {
  border: solid 1px;
}

.realestatePan a {
  color: #08c;
  text-decoration: underline;
}

.realestatePan ul,
.realestatePan ol {
  margin-left: 1em;
}

.realestatePan ul {
  list-style: disc;
}

.realestatePan ol {
  list-style: decimal;
}

.realestatePan img.alignleft {
  clear: both;
  float: left;
  margin: 0.25em 1.5em 1.5em 0;
}

.realestatePan img.aligncenter {
  clear: both;
  display: block;
  margin: 0.25em auto 0.25em;
}

.realestatePan img.alignright {
  clear: both;
  float: right;
  margin: 0.25em 0 1.5em 1.5em;
}

.realestatePan p {
  overflow: hidden;
}

.realestatePan strong {
  font-weight: bold;
}

.realestatePan em {
  font-style: italic;
}

/* end 足しました 180226 Takeda */

/* 画像配置 左 */

/* 画像配置 中央 */

/* 画像配置 右 */

/* 上記画像配置による他要素のめり込み防止 */

/* ボールド */

/* イタリック */

/* end 足しました 180226 Takeda */

/* 施工例の追加クラス */

/* 画像配置 左 */
.add_txt img.alignleft {
  clear: both;
  float: left;
  margin: 0.25em 1.5em 1.5em 0;
}

.add_txt img.aligncenter {
  clear: both;
  display: block;
  margin: 0.25em auto 1.5em;
}

.add_txt img.alignright {
  clear: both;
  float: right;
  margin: 0.25em 0 1.5em 1.5em;
}

/* 画像配置 中央 */

/* 画像配置 右 */

/* 上記画像配置による他要素のめり込み防止 */
div.add_txt p {
  overflow: hidden;
}

/* ボールド */
.add_txt strong {
  font-weight: bold;
}

.add_txt em {
  font-style: italic;
}

.add_txt table td,
.add_txt table th {
  border: solid 1px;
}

.add_txt a {
  color: #08c;
  text-decoration: underline;
}

.add_txt ul,
.add_txt ol {
  margin-left: 1em;
}

.add_txt ul {
  list-style: disc;
}

.add_txt ol {
  list-style: decimal;
}

.add_txt img {
  height: auto;
}

/* イタリック */

/* 施工例の追加クラス */
.sectionWrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  max-width: 860px;
  padding: 65px 10px 100px;
}

/*** スマホ 320px ~ 767px ***/
@media screen and (max-width: 767px) {
  .realestatePan {
    padding-bottom: 40px;
  }
}

/* !movie
---------------------------------------------------------- */
.movieCat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 55px auto 40px;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  width: 1080px;
}

@media screen and (max-width: 767px) {
  .movieCat {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 50px 0 35px;
    padding: 0 40px;
    width: 100%;
  }
}

.movieCat li {
  font-size: 15px;
  margin: 0 0 10px 10px;
}

.movieCat li.is_current {
  background: #b5964b;
  color: #fff;
  padding: 0 25px;
}

@media screen and (max-width: 767px) {
  .movieCat li.is_current {
    padding: 0 20px;
  }
}

.movieCat li a {
  background: #ede7d8;
  color: #b5964b;
  display: block;
  height: 100%;
  padding: 0 25px;
}

@media screen and (max-width: 767px) {
  .movieCat li a {
    padding: 0 20px;
  }
}

.movieCat li a:hover {
  background: #b5964b;
  color: #fff;
  opacity: 1;
}

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

.movieListContainer {
  margin: 0 auto;
  width: 1080px;
}

@media screen and (max-width: 767px) {
  .movieListContainer {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 40px;
    width: 100%;
  }
}

.movieList > li {
  margin: 0 0 40px 40px;
  width: calc(33.33% - 27px);
}

@media screen and (max-width: 767px) {
  .movieList > li {
    margin: 45px 0 0;
    width: 100%;
  }
}

.movieList > li:first-of-type,
.movieList > li:nth-of-type(3n+1) {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .movieList > li:first-of-type,
  .movieList > li:nth-of-type(3n+1) {
    margin: 45px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .movieList > li:first-of-type {
    margin: 0;
  }
}

.movieList > li .thumbnail {
  margin-bottom: 15px;
}

.movieList > li .thumbnail img {
  width: 100%;
}

.movieList > li .term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 0 10px -10px;
}

.movieList > li .term li {
  color: #b5964b;
  font-size: 15px;
  margin-left: 10px;
}

.movieList > li .term li a {
  background: #ede7d8;
  color: #b5964b;
  display: block;
  height: 100%;
  padding: 0 25px;
}

.movieList > li .movieTitle {
  font-size: 18px;
}

.pagination {
  margin-top: 115px;
}

@media screen and (max-width: 767px) {
  .pagination {
    margin-top: 75px;
  }
}

.pagination .nav-links .page-numbers {
  text-align: center;
}

.pagination .nav-links .page-numbers li {
  display: inline-block;
}

.pagination .nav-links .page-numbers li:not(:first-of-type) {
  margin-left: 20px;
}

.pagination .nav-links .page-numbers li .current {
  color: #ddd;
}

.pagination .nav-links .page-numbers li a:hover {
  text-decoration: underline;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.movieBanner {
  margin: 60px 0 150px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .movieBanner {
    margin: 65px 0 85px;
  }
}

.worksWrapActivity {
  margin: 0 auto 145px;
  width: 1060px;
}

@media screen and (max-width: 1225px) {
  .worksWrapActivity {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 20px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .worksWrapActivity {
    margin-bottom: 170px;
    padding: 0;
    width: 83.333%;
  }
}

.worksWrapActivity .hdL {
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .worksWrapActivity .hdL {
    margin-bottom: 50px;
  }
}

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

.worksListActivity li {
  width: calc(33.333% - 26px);
}

@media screen and (max-width: 1225px) {
  .worksListActivity li {
    width: calc(33.3333333333% - 13.3333333333px);
  }
}

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

.worksListActivity li a {
  display: block;
}

.worksListActivity li + li {
  margin-left: 38px;
}

@media screen and (max-width: 1225px) {
  .worksListActivity li + li {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .worksListActivity li + li {
    margin: 70px 0 0;
  }
}

@media screen and (max-width: 1225px) {
  .worksListActivity li:last-of-type {
    width: calc(33.3333333333% - 13.3333333333px);
  }
}

@media screen and (max-width: 767px) {
  .worksListActivity li:last-of-type {
    margin: 70px 0 0;
    width: 100%;
  }
}

.worksPhoto {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #dcdcdc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  min-height: 245px;
}

@media screen and (max-width: 1225px) {
  .worksPhoto {
    height: 275px;
  }
}

@media screen and (max-width: 767px) {
  .worksPhoto {
    height: auto;
    min-height: 280px;
  }
}

.worksPhoto img {
  width: 100%;
}

@media screen and (max-width: 1225px) {
  .worksPhoto img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.worksDate {
  color: #9a9d9f;
  font-size: 12px;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .worksHead {
    font-size: 16px;
  }
}

.sustainableWrap {
  background: url(../img/bg_activity01.jpg) center top/cover no-repeat;
  margin-top: 75px;
  padding: 210px 0 355px;
}

@media screen and (max-width: 767px) {
  .sustainableWrap {
    background: url(../img/bg_activity01_sp.jpg) center top no-repeat;
    background-size: cover;
    margin-top: 0;
    padding: 50px 40px 55px;
  }
}

.sustainableWrap .title {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.14em;
  margin-bottom: 60px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sustainableWrap .title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.sustainableWrap .inner {
  padding: 0;
  width: 1050px;
}

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

@media screen and (max-width: 767px) {
  .sustainableBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sustainableBox .goals {
  width: 531px;
}

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

.sustainableTxt {
  margin-left: 30px;
  padding-top: 20px;
  width: 480px;
}

@media screen and (max-width: 767px) {
  .sustainableTxt {
    margin: 55px 0 0;
    padding-top: 0;
    width: 100%;
  }
}

.sustainableTxt .bnr {
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .sustainableTxt .bnr {
    margin: 0 auto 140px;
    max-width: 100%;
    width: 345px;
  }
}

.sustainableTxt .txt {
  color: #fff;
  font-weight: 600;
  line-height: 2;
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .sustainableTxt .txt {
    font-size: 16px;
    padding: 0;
  }
}

.sustainableTxt .txt a {
  color: #fff;
  font-weight: normal;
  text-decoration: underline;
}

.sustainableTxt .txt a:hover {
  text-decoration: none;
}

.techniqueHead {
  background: #f0f3f3;
  margin-bottom: 40px;
  padding: 58px 0 70px;
}

@media screen and (max-width: 767px) {
  .techniqueHead {
    padding: 55px 40px 40px;
  }
}

.techniqueHead .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  width: 1100px;
}

@media screen and (max-width: 767px) {
  .techniqueHead .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.techniqueTxt {
  width: 630px;
}

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

.techniqueTxt .title {
  color: #b5974c;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.025em;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .techniqueTxt .title {
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
  }
}

.techniqueTxt .txt {
  letter-spacing: 0.1em;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .techniqueTxt .txt {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.66;
  }
}

.techniqueBody {
  margin: 0 auto 105px;
  width: 1100px;
}

@media screen and (max-width: 767px) {
  .techniqueBody {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 80px;
    padding: 0 40px;
    width: 100%;
  }
}

.techniqueBody .title {
  border-bottom: 1px solid #333;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.45;
  margin-bottom: 15px;
  padding-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .techniqueBody .title {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
    padding-bottom: 5px;
  }
}

.techniqueBody .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .techniqueBody .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.techniqueContent {
  width: 345px;
}

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

.techniqueContent .subtitle {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.075em;
  margin-bottom: 6px;
}

@media screen and (max-width: 767px) {
  .techniqueContent .subtitle {
    margin-bottom: 5px;
  }
}

.techniqueImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 13px 0 0 auto;
}

@media screen and (max-width: 767px) {
  .techniqueImg {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 25px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .techniqueImg li {
    margin-top: 10px;
    width: calc(50% - 5px);
  }
}

.techniqueImg li + li {
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .techniqueImg li + li {
    margin-left: 0;
  }
}

.techniqueImg li:nth-of-type(-n+2) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .techniqueImg li:nth-of-type(2n) {
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .techniqueImg li:nth-last-of-type(-n+2) {
    width: 90px;
  }
}

.philanthropyHead {
  background: #f0f3f3;
  margin-bottom: 35px;
  padding: 58px 0 70px;
}

@media screen and (max-width: 767px) {
  .philanthropyHead {
    padding: 55px 40px 40px;
  }
}

.philanthropyHead .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  width: 1100px;
}

@media screen and (max-width: 767px) {
  .philanthropyHead .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.philanthropyTxt {
  width: 630px;
}

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

.philanthropyTxt .title {
  color: #b5974c;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.025em;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .philanthropyTxt .title {
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
  }
}

.philanthropyTxt .txt {
  letter-spacing: 0.1em;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .philanthropyTxt .txt {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.66;
  }
}

.philanthropyBody {
  margin: 0 auto 120px;
  width: 1100px;
}

@media screen and (max-width: 767px) {
  .philanthropyBody {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 80px;
    padding: 0 40px;
    width: 100%;
  }
}

.philanthropyBody .title {
  border-bottom: 1px solid #333;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.45;
  margin-bottom: 15px;
  padding-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .philanthropyBody .title {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
    padding-bottom: 5px;
  }
}

.philanthropyBody .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .philanthropyBody .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.philanthropyContent {
  width: 600px;
}

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

.philanthropyContent .subtitle {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.075em;
  margin-bottom: 6px;
}

@media screen and (max-width: 767px) {
  .philanthropyContent .subtitle {
    margin-bottom: 5px;
  }
}

.philanthropyImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 13px 0 0 auto;
}

@media screen and (max-width: 767px) {
  .philanthropyImg {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 25px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .philanthropyImg li {
    margin-top: 10px;
    width: calc(50% - 5px);
  }
}

.philanthropyImg li + li {
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .philanthropyImg li + li {
    margin-left: 0;
  }
}

.philanthropyImg li:nth-of-type(-n+2) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .philanthropyImg li:nth-of-type(2n) {
    margin-left: 10px;
  }
}

.philanthropyImg {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 500px;
}

@media screen and (max-width: 767px) {
  .philanthropyImg {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}

.philanthropyImg li {
  width: calc(50% - 5px);
}

.philanthropyImg li + li {
  margin-left: 0;
}

.philanthropyImg li:nth-of-type(2n) {
  margin-left: 10px;
}

.philanthropyImg li:nth-last-of-type(-n+2) {
  margin-top: 10px;
}

.environmentHead {
  background: #f0f3f3;
  margin-bottom: 48px;
  padding: 58px 0 70px;
}

@media screen and (max-width: 767px) {
  .environmentHead {
    padding: 55px 40px 40px;
  }
}

.environmentHead .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  width: 1100px;
}

@media screen and (max-width: 767px) {
  .environmentHead .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.environmentTxt {
  width: 630px;
}

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

.environmentTxt .title {
  color: #b5974c;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.025em;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .environmentTxt .title {
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
  }
}

.environmentTxt .txt {
  letter-spacing: 0.1em;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .environmentTxt .txt {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.66;
  }
}

.environmentBody {
  margin: 0 auto 105px;
  width: 1100px;
}

@media screen and (max-width: 767px) {
  .environmentBody {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 80px;
    padding: 0 40px;
    width: 100%;
  }
}

.environmentBody .title {
  border-bottom: 1px solid #333;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.45;
  margin-bottom: 15px;
  padding-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .environmentBody .title {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
    padding-bottom: 5px;
  }
}

.environmentBody .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .environmentBody .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.environmentContent {
  width: 600px;
}

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

.environmentContent .subtitle {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.075em;
  margin-bottom: 6px;
}

@media screen and (max-width: 767px) {
  .environmentContent .subtitle {
    margin-bottom: 5px;
  }
}

.environmentImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 13px 0 0 auto;
}

@media screen and (max-width: 767px) {
  .environmentImg {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 25px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .environmentImg li {
    margin-top: 10px;
    width: calc(50% - 5px);
  }
}

.environmentImg li + li {
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .environmentImg li + li {
    margin-left: 0;
  }
}

.environmentImg li:nth-of-type(-n+2) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .environmentImg li:nth-of-type(2n) {
    margin-left: 10px;
  }
}

.officeHead {
  background: #f0f3f3;
  margin-bottom: 65px;
  padding: 58px 0 70px;
}

@media screen and (max-width: 767px) {
  .officeHead {
    padding: 55px 40px 40px;
  }
}

.officeHead .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  width: 1100px;
}

@media screen and (max-width: 767px) {
  .officeHead .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.officeTxt {
  width: 630px;
}

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

.officeTxt .title {
  color: #b5974c;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.025em;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .officeTxt .title {
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
  }
}

.officeTxt .txt {
  letter-spacing: 0.1em;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .officeTxt .txt {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.66;
  }
}

.officeBody {
  margin: 0 auto 0;
  width: 1100px;
}

@media screen and (max-width: 767px) {
  .officeBody {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 80px;
    padding: 0 40px;
    width: 100%;
  }
}

.officeBody .title {
  border-bottom: 1px solid #333;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.45;
  margin-bottom: 15px;
  padding-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .officeBody .title {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
    padding-bottom: 5px;
  }
}

.officeBody .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .officeBody .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.officeContent {
  width: 348px;
}

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

.officeContent .subtitle {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.075em;
  margin-bottom: 6px;
}

@media screen and (max-width: 767px) {
  .officeContent .subtitle {
    margin-bottom: 5px;
  }
}

.officeImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 13px 0 0 auto;
}

@media screen and (max-width: 767px) {
  .officeImg {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 25px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .officeImg li {
    margin-top: 10px;
    width: calc(50% - 5px);
  }
}

.officeImg li + li {
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .officeImg li + li {
    margin-left: 0;
  }
}

.officeImg li:nth-of-type(-n+2) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .officeImg li:nth-of-type(2n) {
    margin-left: 10px;
  }
}

.officeWrap {
  margin-bottom: 124px;
}

@media screen and (max-width: 767px) {
  .officeWrap {
    margin-bottom: 60px;
  }
}

.officeImg {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .officeImg {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .officeBody {
    margin-bottom: 0;
  }
}

.officeBody + .officeBody {
  margin-top: 80px;
}

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

.officeBody:last-of-type .officeContent {
  width: 600px;
}

@media screen and (max-width: 767px) {
  .officeBody:last-of-type .officeContent {
    width: 100%;
  }
}

.sdgsIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: 70px;
  width: 400px;
}

@media screen and (max-width: 767px) {
  .sdgsIcon {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 25px 0 0;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .sdgsIcon li {
    width: calc(33.333% - 5px);
  }
}

.sdgsIcon li + li {
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .sdgsIcon li + li {
    margin-left: 15px;
  }
}

.contentList li {
  padding-left: 20px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .contentList li {
    font-size: 16px;
    padding-left: 15px;
  }
}

.contentList li::before {
  background: #333;
  content: "";
  display: block;
  height: 6px;
  left: 8px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
}

@media screen and (max-width: 767px) {
  .contentList li::before {
    left: 0;
  }
}

.corpMovie {
  margin: 124px auto;
  width: 760px;
}

@media screen and (max-width: 767px) {
  .corpMovie {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 0;
    margin: 40px auto;
    overflow: hidden;
    padding: 44.821% 40px 0;
    position: relative;
    width: calc(100% - 80px);
  }

  .corpMovie iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
