@charset "UTF-8";
/* nav */
.service header .gNav > ul > li.nav_service:before {
  max-height: 100%;
}

.service header .gNav > ul > li.nav_service > a {
  color: #ffffff;
}

/* hd */
.commonHd01:before {
  background: #70be83;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■index
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#service .promise {
  /* お客様への３つの約束 */
}

#service .promise p.description {
  font-size: 16px;
}

#service .promise ol {
  margin-top: 29px;
  padding: 37px 50px;
  border: 1px solid #cccccc;
  background: #f9f9f9;
}

#service .promise ol li {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 12px;
  padding-left: 47px;
  position: relative;
}

#service .promise ol li:before {
  position: absolute;
  left: 0;
}

#service .promise ol li:last-child {
  margin-bottom: 0;
}

#service .promise ol li:nth-child(1):before {
  content: "1";
}

#service .promise ol li:nth-child(2):before {
  content: "2";
}

#service .promise ol li:nth-child(3):before {
  content: "3";
}

#service .reasons {
  /* 選ばれる7つの理由～信頼されるインテリア総合商社を目指して～ */
  padding-top: 92px;
}

#service .reasons .anchors {
  margin-top: 45px;
}

#service .reasons .block {
  padding: 59px 50px 0;
}

#service .reasons .block h4 {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Hiragino Mincho ProN", Century, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 30px;
  padding-left: 65px;
  position: relative;
}

#service .reasons .block h4 span {
  display: block;
  width: 48px;
  height: 48px;
  text-align: center;
  font-family: "Roboto", sans-serif, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Arial, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, sans-serif;
  font-weight: 300;
  color: #70be83;
  border: 1px solid #70be83;
  position: absolute;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#service .reasons .block .img img {
  max-width: 100%;
  height: auto;
}

#service .reasons .block .txt {
  margin-top: 30px;
  overflow: hidden;
}

#service .reasons .block .txt img.alignRight {
  float: right;
  margin-left: 30px;
}

#service .reasons .block .txt img.alignleft {
  float: left;
  margin-right: 30px;
}

#service .reasons #reason01 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#service .reasons #reason01 ul li {
  width: 31.11%;
  border: 1px solid #d2d2d0;
}

#service .reasons #reason01 ul li img {
  width: 100%;
  height: auto;
}

#service .reasons #reason01 ul li p {
  line-height: 1.6;
  padding: 13px 20px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■flow
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#flow .flowAnchor {
  margin-top: 40px;
  margin-bottom: 31px;
  letter-spacing: -0.4em;
  text-align: center;
}

#flow .flowAnchor li {
  display: inline-block;
  vertical-align: bottom;
  width: 140px;
  height: 140px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin: 0 9px 9px;
  border: 2px solid #cecece;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

#flow .flowAnchor li:before {
  content: "";
  display: block;
  height: 2px;
  width: 18px;
  position: absolute;
  right: -20px;
  top: 50%;
  background: #cecece;
}

#flow .flowAnchor li:last-child:before {
  display: none;
}

#flow .flowAnchor li:hover {
  border-color: #70be83;
}

#flow .flowAnchor li a {
  display: table;
  width: 100%;
  height: 100%;
}

#flow .flowAnchor li div {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 8px;
}

#flow .flowAnchor li span {
  display: block;
  font-family: "Roboto", sans-serif, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Arial, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, sans-serif;
  font-size: 15px;
  color: #70be83;
}

#flow .flow .block {
  margin-bottom: 60px;
  padding: 32px 40px 30px;
  background: #f9f9f9;
  position: relative;
}

#flow .flow .block:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -43px;
  border-right: 2px solid #70be83;
  border-top: 2px solid #70be83;
  height: 20px;
  width: 20px;
  -webkit-transform: rotate(135deg) translate(0, 50%);
  transform: rotate(135deg) translate(0, 50%);
}

#flow .flow .block:last-child {
  margin-bottom: 0;
}

#flow .flow .block:last-child:after {
  display: none;
}

#flow .flow .block h4 {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Hiragino Mincho ProN", Century, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 24px;
  line-height: 1.65;
  margin-bottom: 16px;
}

#flow .flow .block h4 span {
  display: inline-block;
  vertical-align: middle;
  font-family: "Roboto", sans-serif, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Arial, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
  margin-right: 15px;
  margin-top: -3px;
  padding: 0 10px;
  background: #70be83;
}

#flow .flow .block .contact {
  margin-top: 1em;
}

#flow .flow .block .contact .hd {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 3px;
  background: #e9ecea;
}

#flow .flow .block .contact dl {
  height: auto;
  overflow: hidden;
  background: #ffffff;
}

#flow .flow .block .contact dl dt, #flow .flow .block .contact dl dd {
  width: 33.33%;
  text-align: center;
  padding: 5px 10px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#flow .flow .block .contact dl dt {
  clear: both;
  float: left;
}

#flow .flow .block .contact dl dd {
  float: left;
  font-family: "Roboto", sans-serif, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Arial, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, sans-serif;
  padding-top: 0;
  padding-bottom: 0;
}

#flow .flow .block .contact dl dd + dd {
  border-right: none;
}

#flow .flow .block .contact dl dd a, #flow .flow .block .contact dl dd span {
  color: #394d70;
  font-size: 20px;
}

#flow .flow .block .contact .note {
  margin-top: 8px;
}

#flow .flow.existing {
  margin-top: 90px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■partner
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#partner #main_contents {
  padding-bottom: 0;
}

#partner footer {
  border-top: none;
}

#partner .pageTitle {
  position: relative;
  background-color: transparent;
}

#partner .pageTitle:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: url(../img/service/img_pagetitle.jpg) center center no-repeat;
  background-size: cover;
}

#partner .wanted {
  /* パートナー企業募集中！ */
  text-align: center;
  font-size: 16px;
}

#partner .wanted .btn {
  margin-top: 42px;
}

#partner .solution {
  margin-top: 77px;
  /* こんなお悩みを解決します */
}

#partner .solution .ttlArea {
  padding-top: 58px;
  padding-bottom: 53px;
  background: #f9f9f9;
}

#partner .solution .ttlArea .anchors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 34px;
  margin-bottom: -1.2%;
  padding: 0;
}

#partner .solution .ttlArea .anchors li {
  width: 48%;
  margin-bottom: 1.2%;
  border: 3px solid #70be83;
}

#partner .solution .ttlArea .anchors li:nth-child(odd) {
  margin-right: 1%;
}

#partner .solution .ttlArea .anchors li:nth-child(even) {
  margin-left: 1%;
}

#partner .solution .ttlArea .anchors li a {
  display: block;
  height: 100%;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #70be83;
  letter-spacing: 0;
  padding: 17px 45px 17px 50px;
  background: #ffffff url(../img/service/ico_check.png) 16px 22px no-repeat;
  background-size: auto 18px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#partner .solution .ttlArea .anchors li a:before {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  border-right: 1px solid #70be83;
  border-top: 1px solid #70be83;
  height: 6px;
  width: 6px;
  margin-top: -4px;
  margin-right: -2px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#partner .solution .ttlArea .anchors li a:hover:before {
  -webkit-animation-name: arrow;
  animation-name: arrow;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

#partner .solution section {
  padding: 90px 50px 0;
}

#partner .solution section:nth-of-type(1) {
  padding-top: 57px;
}

#partner .solution section .problem {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 69px;
  padding: 8px;
  background: #70be83;
  position: relative;
}

#partner .solution section .problem:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 25px 0 25px;
  border-color: #70be83 transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -28px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

#partner .solution section .commonHd01 {
  font-size: 30px;
  margin-bottom: 49px;
}

#partner .solution section .img img {
  max-width: 100%;
  height: auto;
}

#partner .solution section .txt {
  margin-top: 30px;
  overflow: hidden;
}

#partner .solution section .txt img.alignRight {
  float: right;
  margin-left: 30px;
}

#partner .solution section .txt img.alignleft {
  float: left;
  margin-right: 30px;
}

#partner .solution .btn {
  margin-top: 65px;
}

#partner .snsArea {
  margin-top: 91px;
  /* 公式SNS にてイベント情報随時配信中！ */
  padding-top: 62px;
  padding-bottom: 77px;
  border-top: 1px solid #70be83;
  border-bottom: 1px solid #70be83;
  background: url(../img/service/bg_sns.png) left top repeat;
}

#partner .snsArea .commonHd01 {
  font-family: "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Arial, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, sans-serif;
  font-size: 30px;
  color: #70be83;
  letter-spacing: 0.05em;
}

#partner .snsArea .description {
  margin-top: 31px;
  margin-bottom: 27px;
}

#partner .wanted .btn,
#partner .solution .btn {
  width: 360px;
}

#partner .wanted .btn a,
#partner .solution .btn a {
  font-size: 18px;
  padding: 12px 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■voice
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.archive .hd {
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 56px;
  padding-bottom: 7px;
  position: relative;
}

.archive .hd:after {
  content: "";
  display: block;
  width: 84px;
  height: 2px;
  background: #dddddd;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.archive p.description {
  text-align: center;
  font-size: 18px;
  margin-top: 13px;
  margin-bottom: 66px;
}

.post .ttlArea {
  position: relative;
  margin-bottom: 63px;
}

.post .ttlArea .num {
  font-family: "Roboto", sans-serif, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Arial, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, sans-serif;
  font-size: 36.62px;
  color: #70be83;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.033em;
  position: absolute;
  top: 22px;
  left: 450px;
}

.post .ttlArea .num span {
  font-size: 70.63px;
  margin-left: 10px;
}

.post .ttlArea .postData {
  width: calc(100% - 500px);
  text-align: center;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: 47px;
  padding-left: 6%;
  padding-right: 4%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.post .ttlArea .ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
}

.post .ttlArea .name {
  font-size: 20px;
}

.post .ttlArea .type {
  font-size: 14px;
  margin-top: 27px;
  padding: 2px 18px;
  background: #e9f9ed;
  border-radius: 6px;
}

.post .ttlArea .type b {
  font-size: 16px;
}

.post .block {
  margin-top: 50px;
  position: relative;
  border: 1px solid #70be83;
}

.post .block:nth-of-type(2):after {
  content: "01";
}

.post .block:nth-of-type(3):after {
  content: "02";
}

.post .block:nth-of-type(4):after {
  content: "03";
}

.post .block:nth-of-type(5):after {
  content: "04";
}

.post .block:nth-of-type(6):after {
  content: "05";
}

.post .block:nth-of-type(7):after {
  content: "06";
}

.post .block:nth-of-type(8):after {
  content: "07";
}

.post .block:nth-of-type(9):after {
  content: "08";
}

.post .block:nth-of-type(10):after {
  content: "09";
}

.post .block:nth-of-type(11):after {
  content: "10";
}

.post .block:after {
  content: "01";
  font-family: "Roboto", sans-serif, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Arial, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, sans-serif;
  font-size: 140px;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  color: #70be83;
  opacity: 0.15;
  position: absolute;
  bottom: -20px;
  right: 11px;
}

.post .block .hd {
  font-size: 20px;
  line-height: 1.5;
  color: #59b970;
  padding: 21px 50px;
  position: relative;
  background: url(../img/service/bg_sns.png) left top repeat;
}

.post .block .hd:after {
  content: "";
  display: block;
  width: 50px;
  height: 23px;
  background: url(../img/service/arrow_voice.png) right top no-repeat;
  background-size: 50px 23px;
  position: absolute;
  right: 60px;
  bottom: -23px;
}

.post .block .txt {
  font-size: 16px;
  padding: 35px 50px;
}

.post + .archive {
  margin-top: 94px;
  padding-top: 72px;
  border-top: 1px solid #dddddd;
}

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

.voiceList li {
  width: 31.3%;
  margin-top: 59px;
}

.voiceList li:nth-child(-n+3) {
  margin-top: 0;
}

.voiceList li a {
  display: block;
}

.voiceList li a:hover .img:after {
  border-width: 5px;
}

.voiceList li .num {
  font-family: "Roboto", sans-serif, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Arial, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, sans-serif;
  font-size: 20px;
  color: #70be83;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.033em;
  margin-bottom: -12px;
  margin-left: -9px;
  position: relative;
  z-index: 2;
}

.voiceList li .num span {
  font-size: 40px;
  margin-left: 7px;
}

.voiceList li .img {
  position: relative;
}

.voiceList li .img:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 5px solid #70be83;
  border-width: 0;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.voiceList li .img img {
  width: 100%;
  height: auto;
}

.voiceList li .ttl {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5625;
  margin-top: 18px;
}

.voiceList li .name {
  margin-top: 5px;
}

.voiceList li .type {
  font-size: 12px;
  margin-top: 17px;
  padding: 4px 18px;
  background: #e9f9ed;
  border-radius: 6px;
}

.voiceList li .type b {
  font-size: 14px;
}

@media screen and (max-width: 950px) {
  .post .ttlArea .img img {
    width: 400px;
    height: auto;
  }
  .post .ttlArea .num {
    left: 350px;
    top: -10px;
    font-size: 30px;
  }
  .post .ttlArea .num span {
    font-size: 60px;
  }
  .post .ttlArea .postData {
    width: calc(100% - 400px);
  }
}
