@charset 'utf-8';

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Roboto+Condensed:wght@400;700&display=swap");



a.tdn:hover {
  text-decoration: none;
}

.sprite {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}

.ft_roboto {
  font-family: "Roboto Condensed", sans-serif;
}

.defs {
  display: none;
}

@media screen and (min-width: 767px) {
  .width01 {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }
}

.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.linkbox-area {
  display: inline-block;
  width: 100%;
  height: 100%;
}

*::selection {
  background: #eee;
}

*::-moz-selection {
  background: #eee;
}

/* ---------------------------------------------------------------- wrapper ---- */

#wrapper {
  overflow: hidden;
}

@media screen and (min-width: 767px) {
  #wrapper {
    min-width: 1024px;
  }
}

/* ---------------------------------------------------------------- header ---- */

#header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 95px;
  background-color: #fff;
}

.header-inner {
  position: relative;
  width: 100%;
  height: 95px;
}

.header-inner-left {
  justify-content: flex-start;
  width: 32%;
  padding: 10px 0 0 20px;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
}

.header-logo {
  display: inline-block;
  width: 80px;
  height: 68px;
  background: url(../img/header/logo.png?200324) center / 100% no-repeat;
}

.header-seo-txt {
  font-size: 14px;
  line-height: 1.5em;
  position: absolute;
  margin-right: 460px;
  left: 100px;
  top: 10px;
  max-width: 460px;
  padding-left: 15px;
  letter-spacing: 0;
  color: #777;
  flex: 1 1 0;
}

.header-inner-right {
  position: relative;
  width: 68%;
  height: 100%;
}

.header-inner-right-wrp {
  height: 100%;
}

.header-inner-right-inner {
  height: 100%;
}

@media screen and (min-width: 768px) {
  .header-inner-right-inner {
    display: block;
  }
}

.header-inner-top {
  font-size: 0;
  height: 32px;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.header-inner-top-list {
  font-size: 0;
  display: inline-block;
  height: 45px;
}

.header-inner-top-list-item {
  font-size: 11px;
  line-height: 1em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  height: 100%;
}

.header-inner-top-list-item__link {
  height: 25px;
}

.header-inner-top-list-item__link:before {
  font-family: fontawesome;
  margin-right: 5px;
}

.header-inner-top-list--menu .header-inner-top-list-item__link:before {
  content: "\f0c0";
  /* font-size: 11px; */
}

.header-inner-top-list--contact .header-inner-top-list-item__link:before {
  content: "\f0e0";
}

/* .header-inner-top-list--menu .header-inner-top-list-item__link {
	font-size: 12px;
	font-weight: 300;
	margin: 0 15px;
} */

.header-inner-top-list--office .header-inner-top-list-item {
  width: auto;
  background-color: #4a4949;
  text-align: left;
}

.header-inner-top-list--office .header-inner-top-list-item__link {
  display: none;
  width: 215px;
  height: 100%;
  font-size: 10px;
  padding: 0 10px;
  letter-spacing: 0.05em;
  color: #fff;
  justify-content: center;
  align-items: flex-start;
}

.header-inner-top-list--office .ft_roboto {
  font-size: 16px;
  margin-right: 3px;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 5px;
}

.header-inner-top-list--office .ft_roboto:before {
  font-family: fontawesome;
  margin-right: 5px;
  content: "\f095";
}

@media screen and (min-width: 767px) {
  .header-inner-top-list--contact .header-inner-top-list-item,
  .header-inner-top-list--menu .header-inner-top-list-item--recruit {
    padding: 0 15px;
    background-color: #df4343;
    color: #fff;
    font-size: 14px;
  }
  .header-inner-top-list--menu .header-inner-top-list-item--recruit {
    background-color: #ef9305;
  }
  .header-inner-top-list-item--estimate {
    display: none;
  }
}

/* .header-inner-top-list-item--recruit, .header-inner-top-list-item--news {
	height: 50%;
} */

/* .header-inner-top-list-item--recruit .header-inner-top-list-item__link:hover, .header-inner-top-list-item--news .header-inner-top-list-item__link:hover {
	border-bottom: 1px solid #333;
} */

/*------------ 2020/2/25 修正分 ------------*/

.header-inner-top {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  flex-wrap: wrap;
  height: auto;
}

/* ---------------------------------------------------------------- NAV ---- */

.header-nav {
  width: 100%;
}

.header-nav-list {
  font-size: 0;
  width: 100%;
}

.header-nav-list__item {
  position: relative;
  width: 20%;
  height: 50px;
  transition: 0.3s ease;
  color: #FFF;
}

.header-nav-list__item__link {
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  height: 100%;
  letter-spacing: 0.2em;
}

.header-nav-list__item__link--sm {
  font-size: 10px;
  font-weight: 500;
  line-height: 1em;
  transition: 0.3s ease;
  text-align: center;
  letter-spacing: 0.05em;
}

.header-nav-list__item--works .header-nav-list__item__link--sm {
  color: #6dc100;
}

.header-nav-list__item--service .header-nav-list__item__link--sm {
  color: #404cbe;
}

.header-nav-list__item--consept .header-nav-list__item__link--sm {
  color: #ef9305;
}

.header-nav-list__item--company .header-nav-list__item__link--sm {
  color: #16a6e2;
}

.header-nav-list__item--owner .header-nav-list__item__link--sm {
  color: #f366b6;
}

@media screen and (min-width: 767px) {
   .header-nav-list__item > a {
    color: #333;
   }
  .header-nav-list__item:hover > a {
    color: #fff;
  }
  .header-nav-list__item:hover .header-nav-list__item__link--sm {
    color: #fff;
  }
  .header-nav-list__item--works:hover {
    background-color: #6dc100;
  }
  .header-nav-list__item--service:hover {
    background-color: #404cbe;
  }
  .header-nav-list__item--consept:hover {
    background-color: #ef9305;
  }
  .header-nav-list__item--company:hover {
    background-color: #16a6e2;
  }
  .header-nav-list__item--owner:hover {
    background-color: #f366b6;
  }
}

/* ---------------------------------------------------------------- sub ---- */

.js-sub-nav {
  position: relative;
  z-index: 999;
  left: 0;
  display: none;
  width: 100%;
  height: auto;
  margin: auto;
}

@media screen and (min-width: 767px) {
  .header-nav-list__item--works .js-sub-nav {
    background-color: #6dc100;
  }
  .header-nav-list__item--service .js-sub-nav {
    background-color: #404cbe;
  }
  .header-nav-list__item--company .js-sub-nav {
    background-color: #16a6e2;
  }
  .header-nav-sub-item {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
}

.header-nav-sub-item a {
  font-size: 12px;
  line-height: 1.5em;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 10.5px 10px;
  transition: 0.3s ease;
  letter-spacing: 0;
  word-wrap: break-word;
  word-break: break-all;
  color: #fff;
}

@media screen and (min-width: 767px) {
  .js-sub-nav-inner {
    font-size: 0;
    position: relative;
    margin-right: auto;
    margin-left: auto;
  }
  .header-nav-item:hover {
    transition: 0.3s ease;
    color: #fff;
    background-color: #4cb6cf;
  }
  .header-nav-sub-item a:hover {
    transition: 0.3s ease;
    color: #333;
  }
}

.js-sub-nav ul {
  width: 100%;
}

/* ---------------------------------------------------------------- main ---- */

#main {
  margin-top: 93px;
}

.main-area {
  width: 100%;
  height: 470px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* ---------------------------------------------------------------- パンくず ---- */

.breadcrumbs {
  font-size: 0;
  line-height: 1em;
  width: 1000px;
  margin-right: auto;
  margin-bottom: 13px;
  margin-left: auto;
  text-align: right;
  color: #fff;
}

.breadcrumbs-item {
  font-size: 12px;
  display: inline-block;
  letter-spacing: 0.1em;
}

.breadcrumbs-item .fa-home {
  font-size: 14px;
}

.breadcrumbs-item__link::after {
  content: "\f105";
  font-family: fontawesome;
  font-size: 14px;
  position: relative;
  display: inline-block;
  margin: 0 3px;
}

.breadcrumbs-item__link:hover {
  border-bottom: 1px solid #fff;
}

/* コンテンツエリアが上にはみ出しているデザイン */

/* 会社情報 */

.cnt-block-wrp {
  position: relative;
  margin-top: -228px;
}

.cnt-block {
  padding: 0 50px 80px;
  background-color: #fff;
}

.cnt-block-ttl {
  position: relative;
  top: -55px;
  width: 370px;
  height: 110px;
  margin-bottom: -55px;
  color: #fff;
  background-color: #16a6e2;
}

.cnt-block-ttl:after {
  content: "";
  position: absolute;
  top: -8px;
  right: -10px;
  width: 52px;
  height: 40px;
  background: url(../img/contents/icon_ttl_01.png) center / 100% no-repeat;
}

.cnt-block-ttl__h1 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 50px;
  font-weight: bold;
  line-height: 1em;
  position: relative;
  top: -24px;
  left: -20px;
  letter-spacing: 0.05em;
}

.cnt-block-ttl__ja {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  margin-top: -3px;
  padding-left: 35px;
  letter-spacing: 0.2em;
}

/* 左端にアイコンつき見出し */

.cnt-block-h01 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}

.cnt-block-h01:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 25px;
  height: 21px;
  margin-right: 10px;
  background: url(../img/contents/icon_ttl_02.png) center / 100% no-repeat;
}

/* 見出しが真ん中・パンくずが上にある */

/* 採用情報 */

.cnt-block-wrp02 {
  position: relative;
  margin-top: -27px;
}

.main-area--short {
  height: 310px;
}

.cnt-block-wrp02 .cnt-block {
  padding: 0 0 80px;
  background-color: #efede7;
}

.cnt-block-wrp02 .cnt-block-ttl {
  top: -40px;
  width: 480px;
  height: 80px;
  margin-right: auto;
  margin-bottom: -40px;
  margin-left: auto;
  background-color: #ef9305;
}

.cnt-block-wrp02 .cnt-block-ttl__h1 {
  top: -30px;
  left: 0;
  text-align: center;
}

.cnt-block-wrp02 .cnt-block-ttl__ja {
  margin-top: -22px;
  padding-left: 0;
  text-align: center;
}

.cnt-block-wrp02 .cnt-block-ttl:after {
  content: none;
}

/* ---------------------------------------------------------------- 会社概要_NAV ---- */

.cnt-company-nav {
  padding: 30px 0 80px;
}

.cnt-company-nav-list {
  font-size: 0;
  text-align: center;
}

.cnt-company-nav-item {
  font-size: 15px;
  display: inline-block;
  width: 245px;
  height: 70px;
  margin: 0 2px;
  background: -webkit-linear-gradient(45deg, transparent 0, #fff 0),
    -webkit-linear-gradient(135deg, transparent 10px, #fff 10px),
    -webkit-linear-gradient(225deg, transparent 0, #fff 0),
    -webkit-linear-gradient(315deg, transparent 0, #fff 0);
  background: -moz-linear-gradient(45deg, transparent 0, #fff 0),
    -moz-linear-gradient(135deg, transparent 10px, #fff 10px),
    -moz-linear-gradient(225deg, transparent 0, #fff 0),
    -moz-linear-gradient(315deg, transparent 0, #fff 0);
  background: -ms-linear-gradient(45deg, transparent 0, #fff 0),
    -ms-linear-gradient(135deg, transparent 10px, #fff 10px),
    -ms-linear-gradient(225deg, transparent 0, #fff 0),
    -ms-linear-gradient(315deg, transparent 0, #fff 0);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: bottom left, bottom right, top right, top left;
  background-size: 60% 50%;
}

.cnt-company-nav-item.dn {
  display: none;
}

.cnt-company-nav-item__link {
  position: relative;
  width: 100%;
  height: 100%;
}

.cnt-company-nav-item__link:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  margin: auto;
}

.cnt-company-nav-item--00 .cnt-company-nav-item__link:before {
  width: 21px;
  height: 30px;
  background: url(../img/company/icon_00.png) center / 100% no-repeat;
}

.cnt-company-nav-item--01 .cnt-company-nav-item__link:before {
  width: 25px;
  height: 25px;
  background: url(../img/company/icon_01.png) center / 100% no-repeat;
}

.cnt-company-nav-item--02 .cnt-company-nav-item__link:before {
  width: 18px;
  height: 29px;
  background: url(../img/company/icon_02.png) center / 100% no-repeat;
}

.cnt-company-nav-item--03 .cnt-company-nav-item__link:before {
  width: 20px;
  height: 26px;
  background: url(../img/company/icon_03.png) center / 100% no-repeat;
}

/* ---------------------------------------------------------------- contact ---- */

.contact_box {
  position: relative;
  width: 100%;
  padding: 60px 0 60px;
  color: #fff;
  background: url(../img/contact/bg_01.jpg) center / cover no-repeat;
}

.contact_box-lead {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
}

.contact_box-list-item {
  position: relative;
  width: 480px;
  transition: 0.3s ease;
  background-color: #fff;
}

.contact_box-list-item.contact_box-list-item--01{
    display: none;
}

.contact_box-list.block-flex.width01{
    justify-content: center;
}


.contact_box-list-item__dl {
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
}

.contact_box-list-item__dt {
  width: 130px;
  text-align: center;
}

.contact_box-list-item--01 .contact_box-list-item__dt {
  background-color: #008bc5;
}

.contact_box-list-item--02 .contact_box-list-item__dt {
  background-color: #00917d;
}

.contact_box-list-item__dd {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 1em;
  width: 350px;
  padding: 8px 0;
  letter-spacing: 0.05em;
}

.contact_box-list-item__dd .fa.fa-phone {
  font-size: 36px;
  margin-right: 3px;
}

.contact_box-list-item--01 .contact_box-list-item__dd {
  color: #008bc5;
}

.contact_box-list-item--02 .contact_box-list-item__dd {
  color: #00917d;
}

.contact_box-list-item__dd--sm {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1em;
  display: block;
  text-align: right;
  letter-spacing: 0;
}

.contact_box_btn {
  font-size: 15px;
  font-weight: 500;
  line-height: 50px;
  display: inline-block;
  width: 400px;
  height: 50px;
  letter-spacing: 0.04em;
  color: #fff;
  background-color: #df4343;
}

.contact_box_btn:before {
  content: "\f0e0";
  font-family: fontawesome;
  margin-right: 5px;
}

/**/

.contact_box-list-item--02 .block-flex:before {
  content: "";
  /*background-color: #df4343;*/
  position: absolute;
  top: 0;
  left: 70px;
  width: 10px;
  height: 70px;
}

.contact_box-list-item--02 .block-flex {
  transition: 0.3s ease;
}

@media screen and (min-width: 767px) {
  .contact_box-list-item--02:hover .block-flex {
    transition: 0.3s ease;
    background-color: #df4343;
  }
  .contact_box-list-item--02:hover .contact_box-mail-item:last-child {
    transition: 0.3s ease;
    color: #fff;
  }
}
/* ---------------------------------------------------------------- box02 ---- */
.contact_box-phone {
  display: none;
  width: 480px;
  margin-right: auto;
  margin-left: auto;
  pointer-events: none;
}
.contact_box-phone-item:first-child {
  font-size: 40px;
  width: 70px;
  height: 70px;
  color: #fff;
  background-color: #008bc5;
}
.contact_box-phone-item:last-child {
  width: calc(100% - 70px);
}
.contact_box-phone__dl {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 40px;
  font-weight: bold;
  height: 70px;
  letter-spacing: 0.05em;
  color: #008bc5;
}
.contact_box-phone__dt {
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0;
}
.contact_box-phone__dd {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  padding-left: 10px;
  text-align: left;
  color: #333;
}
/**/
.contact_box-mail-item:first-child {
  font-size: 31px;
  width: 70px;
  height: 70px;
  color: #fff;
  background-color: #df4343;
}
.contact_box-mail-item:last-child {
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #df4343;
  width: calc(100% - 70px);
}

/* ---------------------------------------------------------------- SVG ---- */

.svg_icon_rayout {
  width: 34px;
  height: 26px;
  fill: #0ca28f;
}

.svg_icon_interior {
  width: 32px;
  height: 33px;
  fill: #e4d70d;
}

.svg_icon_elect {
  width: 30px;
  height: 31px;
  fill: #dc5487;
}

.svg_icon_oa {
  width: 30px;
  height: 26px;
  fill: #404cbe;
}

.svg_icon_furniture {
  width: 30px;
  height: 37px;
  fill: #0ac2e3;
}

.svg_icon_move {
  width: 40px;
  height: 28px;
  fill: #d38101;
}

.svg_icon_recovery {
  width: 40px;
  height: 29px;
  fill: #9248b3;
}

.svg_icon_tool {
  width: 30px;
  height: 20px;
  fill: #d34642;
}

/* ---------------------------------------------------------------- title ---- */

.ttl_m01 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 40px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  text-align: center;
}

.ttl_m01:before,
.ttl_m01:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 25px;
  height: 21px;
  margin: auto;
  background: url(../img/icon_01.png) center / 100% no-repeat;
}

.ttl_m01:before {
  left: -61px;
}

.ttl_m01:after {
  right: -61px;
}

.ttl_m01--sm {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  display: block;
  margin-top: 10px;
}

/* ---------------------------------------------------------------- btn ---- */

.linkbtn {
  font-size: 13px;
  font-weight: 500;
  line-height: 40px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 250px;
  height: 40px;
  padding-left: 15px;
  transition: 0.5s ease;
  letter-spacing: 0.05em;
  color: #fff;
}

.linkbtn-txt {
  position: relative;
  right: 0;
  transition: 0.5s ease;
}

/* --------------------------------- 前のページを見る用 ---- */

.linkbtn--left .linkbtn-txt {
  right: inherit;
  left: 0;
}

/* --------------------------------- /前のページを見る用 ---- */

.svg_icon_arw {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 18px;
  height: 10px;
  margin: auto;
  transition: 0.5s ease;
  fill: #fff;
}

.linkbtn--bl {
  background-color: #404cbe;
}

.linkbtn--wh {
  color: #333;
  background-color: #fff;
}

.linkbtn--wh .svg_icon_arw {
  fill: #333;
}

.linkbtn--bk {
  background-color: #4a4949;
}

.linkbtn--or {
  background-color: #ef9305;
}

.linkbtn--pk {
  background-color: #dc5487;
}

.linkbtn--sb {
  background-color: #008bc5;
}

.linkbtn--pl {
  background-color: #9248b3;
}

.linkbtn--more {
  width: 600px;
}

/**/

@media screen and (min-width: 767px) {
  .linkbtn:hover .linkbtn-txt {
    right: 100%;
    transition: 0.5s ease;
  }
  .linkbtn:hover .svg_icon_arw {
    font-size: 1.8em;
    width: 100%;
    transition: 0.5s ease;
  }
  .linkbtn--left:hover .linkbtn-txt {
    right: inherit;
    left: 100%;
  }
}

/* ---------------------------------------------------------------- entry ---- */

.linkbtn--entry {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 60px;
  width: 390px;
  height: 60px;
  padding: 0;
  letter-spacing: 0.05em;
  background-color: #f0602e;
}

.linkbtn--entry .svg_icon_arw {
  right: 20px;
  transform: rotate(90deg);
}

@media screen and (min-width: 767px) {
  .linkbtn--entry:hover .svg_icon_arw {
    right: 0;
  }
}

/* ---------------------------------------------------------------- コンテンツナビ ---- */

.cnt-nav {
  font-size: 0;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
}

.cnt-nav-item {
  font-size: 15px;
  line-height: 20px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 140px;
  height: 130px;
  transition: 0.3s ease;
  background: -webkit-linear-gradient(45deg, transparent 0, #fff 0),
    -webkit-linear-gradient(135deg, transparent 10px, #fff 10px),
    -webkit-linear-gradient(225deg, transparent 0, #fff 0),
    -webkit-linear-gradient(315deg, transparent 0, #fff 0);
  background: -webkit-gradient(45deg, transparent 0, #fff 0),
    -webkit-gradient(135deg, transparent 10px, #fff 10px),
    -webkit-gradient(225deg, transparent 0, #fff 0),
    -webkit-gradient(315deg, transparent 0, #fff 0);
  background: linear-gradient(45deg, transparent 0, #fff 0),
    -webkit-linear-gradient(135deg, transparent 10px, #fff 10px),
    -webkit-linear-gradient(225deg, transparent 0, #fff 0),
    -webkit-linear-gradient(315deg, transparent 0, #fff 0);
  background: gradient(45deg, transparent 0, #fff 0),
    -webkit-gradient(135deg, transparent 10px, #fff 10px),
    -webkit-gradient(225deg, transparent 0, #fff 0),
    -webkit-gradient(315deg, transparent 0, #fff 0);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: bottom left, bottom right, top right, top left;
  background-size: 51% 51%;
}

.cnt-nav-item__link {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
}

.cnt-nav-item__link:after {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s ease;
}

.cnt-nav-item:not(:last-child) {
  margin-right: 10px;
}

.cnt-nav-item__link-top {
  position: relative;
  height: 55%;
  margin-top: 7px;
}

.cnt-nav-item__link-btm {
  position: relative;
  z-index: 10;
  height: 45%;
  padding-bottom: 35px;
}

.cnt-nav .svg_icon {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  margin: auto;
  margin-right: auto;
  margin-left: auto;
  transition: 0.3s ease;
}

/* ---------------------------------------------------------------- hover ---- */

@media screen and (min-width: 767px) {
  /*レイアウト*/
  .cnt-nav-item--layout .cnt-nav-item__link:after {
    background: -webkit-linear-gradient(45deg, transparent 0, #0ca28f 0),
      -webkit-linear-gradient(135deg, transparent 10px, #0ca28f 10px),
      -webkit-linear-gradient(225deg, transparent 0, #0ca28f 0),
      -webkit-linear-gradient(315deg, transparent 0, #0ca28f 0);
    background: -webkit-gradient(45deg, transparent 0, #0ca28f 0),
      -webkit-gradient(135deg, transparent 10px, #0ca28f 10px),
      -webkit-gradient(225deg, transparent 0, #0ca28f 0),
      -webkit-gradient(315deg, transparent 0, #0ca28f 0);
    background: linear-gradient(45deg, transparent 0, #0ca28f 0),
      -webkit-linear-gradient(135deg, transparent 10px, #0ca28f 10px),
      -webkit-linear-gradient(225deg, transparent 0, #0ca28f 0),
      -webkit-linear-gradient(315deg, transparent 0, #0ca28f 0);
    background: gradient(45deg, transparent 0, #0ca28f 0),
      -webkit-gradient(135deg, transparent 10px, #0ca28f 10px),
      -webkit-gradient(225deg, transparent 0, #0ca28f 0),
      -webkit-gradient(315deg, transparent 0, #0ca28f 0);
    background-color: #0ca28f;
    background-repeat: no-repeat;
    background-position: bottom left, bottom right, top right, top left;
    background-size: 51% 51%;
  }
  /*インテリア*/
  .cnt-nav-item--interior .cnt-nav-item__link:after {
    background: -webkit-linear-gradient(45deg, transparent 0, #e4d70d 0),
      -webkit-linear-gradient(135deg, transparent 10px, #e4d70d 10px),
      -webkit-linear-gradient(225deg, transparent 0, #e4d70d 0),
      -webkit-linear-gradient(315deg, transparent 0, #e4d70d 0);
    background: -webkit-gradient(45deg, transparent 0, #e4d70d 0),
      -webkit-gradient(135deg, transparent 10px, #e4d70d 10px),
      -webkit-gradient(225deg, transparent 0, #e4d70d 0),
      -webkit-gradient(315deg, transparent 0, #e4d70d 0);
    background: linear-gradient(45deg, transparent 0, #e4d70d 0),
      -webkit-linear-gradient(135deg, transparent 10px, #e4d70d 10px),
      -webkit-linear-gradient(225deg, transparent 0, #e4d70d 0),
      -webkit-linear-gradient(315deg, transparent 0, #e4d70d 0);
    background: gradient(45deg, transparent 0, #e4d70d 0),
      -webkit-gradient(135deg, transparent 10px, #e4d70d 10px),
      -webkit-gradient(225deg, transparent 0, #e4d70d 0),
      -webkit-gradient(315deg, transparent 0, #e4d70d 0);
    background-color: #e4d70d;
    background-repeat: no-repeat;
    background-position: bottom left, bottom right, top right, top left;
    background-size: 51% 51%;
  }
  /*電気系統*/
  .cnt-nav-item--electricity .cnt-nav-item__link:after {
    background: -webkit-linear-gradient(45deg, transparent 0, #dc5487 0),
      -webkit-linear-gradient(135deg, transparent 10px, #dc5487 10px),
      -webkit-linear-gradient(225deg, transparent 0, #dc5487 0),
      -webkit-linear-gradient(315deg, transparent 0, #dc5487 0);
    background: -webkit-gradient(45deg, transparent 0, #dc5487 0),
      -webkit-gradient(135deg, transparent 10px, #dc5487 10px),
      -webkit-gradient(225deg, transparent 0, #dc5487 0),
      -webkit-gradient(315deg, transparent 0, #dc5487 0);
    background: linear-gradient(45deg, transparent 0, #dc5487 0),
      -webkit-linear-gradient(135deg, transparent 10px, #dc5487 10px),
      -webkit-linear-gradient(225deg, transparent 0, #dc5487 0),
      -webkit-linear-gradient(315deg, transparent 0, #dc5487 0);
    background: gradient(45deg, transparent 0, #dc5487 0),
      -webkit-gradient(135deg, transparent 10px, #dc5487 10px),
      -webkit-gradient(225deg, transparent 0, #dc5487 0),
      -webkit-gradient(315deg, transparent 0, #dc5487 0);
    background-color: #dc5487;
    background-repeat: no-repeat;
    background-position: bottom left, bottom right, top right, top left;
    background-size: 51% 51%;
  }
  /*電話・OA*/
  .cnt-nav-item--oa .cnt-nav-item__link:after {
    background: -webkit-linear-gradient(45deg, transparent 0, #404cbe 0),
      -webkit-linear-gradient(135deg, transparent 10px, #404cbe 10px),
      -webkit-linear-gradient(225deg, transparent 0, #404cbe 0),
      -webkit-linear-gradient(315deg, transparent 0, #404cbe 0);
    background: -webkit-gradient(45deg, transparent 0, #404cbe 0),
      -webkit-gradient(135deg, transparent 10px, #404cbe 10px),
      -webkit-gradient(225deg, transparent 0, #404cbe 0),
      -webkit-gradient(315deg, transparent 0, #404cbe 0);
    background: linear-gradient(45deg, transparent 0, #404cbe 0),
      -webkit-linear-gradient(135deg, transparent 10px, #404cbe 10px),
      -webkit-linear-gradient(225deg, transparent 0, #404cbe 0),
      -webkit-linear-gradient(315deg, transparent 0, #404cbe 0);
    background: gradient(45deg, transparent 0, #404cbe 0),
      -webkit-gradient(135deg, transparent 10px, #404cbe 10px),
      -webkit-gradient(225deg, transparent 0, #404cbe 0),
      -webkit-gradient(315deg, transparent 0, #404cbe 0);
    background-color: #404cbe;
    background-repeat: no-repeat;
    background-position: bottom left, bottom right, top right, top left;
    background-size: 51% 51%;
  }
  /*オフィス家具*/
  .cnt-nav-item--office .cnt-nav-item__link:after {
    background: -webkit-linear-gradient(45deg, transparent 0, #0ac2e3 0),
      -webkit-linear-gradient(135deg, transparent 10px, #0ac2e3 10px),
      -webkit-linear-gradient(225deg, transparent 0, #0ac2e3 0),
      -webkit-linear-gradient(315deg, transparent 0, #0ac2e3 0);
    background: -webkit-gradient(45deg, transparent 0, #0ac2e3 0),
      -webkit-gradient(135deg, transparent 10px, #0ac2e3 10px),
      -webkit-gradient(225deg, transparent 0, #0ac2e3 0),
      -webkit-gradient(315deg, transparent 0, #0ac2e3 0);
    background: linear-gradient(45deg, transparent 0, #0ac2e3 0),
      -webkit-linear-gradient(135deg, transparent 10px, #0ac2e3 10px),
      -webkit-linear-gradient(225deg, transparent 0, #0ac2e3 0),
      -webkit-linear-gradient(315deg, transparent 0, #0ac2e3 0);
    background: gradient(45deg, transparent 0, #0ac2e3 0),
      -webkit-gradient(135deg, transparent 10px, #0ac2e3 10px),
      -webkit-gradient(225deg, transparent 0, #0ac2e3 0),
      -webkit-gradient(315deg, transparent 0, #0ac2e3 0);
    background-color: #0ac2e3;
    background-repeat: no-repeat;
    background-position: bottom left, bottom right, top right, top left;
    background-size: 51% 51%;
  }
  /*お引越し*/
  .cnt-nav-item--move .cnt-nav-item__link:after {
    background: -webkit-linear-gradient(45deg, transparent 0, #d38101 0),
      -webkit-linear-gradient(135deg, transparent 10px, #d38101 10px),
      -webkit-linear-gradient(225deg, transparent 0, #d38101 0),
      -webkit-linear-gradient(315deg, transparent 0, #d38101 0);
    background: -webkit-gradient(45deg, transparent 0, #d38101 0),
      -webkit-gradient(135deg, transparent 10px, #d38101 10px),
      -webkit-gradient(225deg, transparent 0, #d38101 0),
      -webkit-gradient(315deg, transparent 0, #d38101 0);
    background: linear-gradient(45deg, transparent 0, #d38101 0),
      -webkit-linear-gradient(135deg, transparent 10px, #d38101 10px),
      -webkit-linear-gradient(225deg, transparent 0, #d38101 0),
      -webkit-linear-gradient(315deg, transparent 0, #d38101 0);
    background: gradient(45deg, transparent 0, #d38101 0),
      -webkit-gradient(135deg, transparent 10px, #d38101 10px),
      -webkit-gradient(225deg, transparent 0, #d38101 0),
      -webkit-gradient(315deg, transparent 0, #d38101 0);
    background-color: #d38101;
    background-repeat: no-repeat;
    background-position: bottom left, bottom right, top right, top left;
    background-size: 51% 51%;
  }
  /*原状回復*/
  .cnt-nav-item--recovery .cnt-nav-item__link:after {
    background: -webkit-linear-gradient(45deg, transparent 0, #9248b3 0),
      -webkit-linear-gradient(135deg, transparent 10px, #9248b3 10px),
      -webkit-linear-gradient(225deg, transparent 0, #9248b3 0),
      -webkit-linear-gradient(315deg, transparent 0, #9248b3 0);
    background: -webkit-gradient(45deg, transparent 0, #9248b3 0),
      -webkit-gradient(135deg, transparent 10px, #9248b3 10px),
      -webkit-gradient(225deg, transparent 0, #9248b3 0),
      -webkit-gradient(315deg, transparent 0, #9248b3 0);
    background: linear-gradient(45deg, transparent 0, #9248b3 0),
      -webkit-linear-gradient(135deg, transparent 10px, #9248b3 10px),
      -webkit-linear-gradient(225deg, transparent 0, #9248b3 0),
      -webkit-linear-gradient(315deg, transparent 0, #9248b3 0);
    background: gradient(45deg, transparent 0, #9248b3 0),
      -webkit-gradient(135deg, transparent 10px, #9248b3 10px),
      -webkit-gradient(225deg, transparent 0, #9248b3 0),
      -webkit-gradient(315deg, transparent 0, #9248b3 0);
    background-color: #9248b3;
    background-repeat: no-repeat;
    background-position: bottom left, bottom right, top right, top left;
    background-size: 51% 51%;
  }
  /*オフィスツール*/
  .cnt-nav-item--office_tool .cnt-nav-item__link:after {
    background: -webkit-linear-gradient(45deg, transparent 0, #d34642 0),
      -webkit-linear-gradient(135deg, transparent 10px, #d34642 10px),
      -webkit-linear-gradient(225deg, transparent 0, #d34642 0),
      -webkit-linear-gradient(315deg, transparent 0, #d34642 0);
    background: -webkit-gradient(45deg, transparent 0, #d34642 0),
      -webkit-gradient(135deg, transparent 10px, #d34642 10px),
      -webkit-gradient(225deg, transparent 0, #d34642 0),
      -webkit-gradient(315deg, transparent 0, #d34642 0);
    background: linear-gradient(45deg, transparent 0, #d34642 0),
      -webkit-linear-gradient(135deg, transparent 10px, #d34642 10px),
      -webkit-linear-gradient(225deg, transparent 0, #d34642 0),
      -webkit-linear-gradient(315deg, transparent 0, #d34642 0);
    background: gradient(45deg, transparent 0, #d34642 0),
      -webkit-gradient(135deg, transparent 10px, #d34642 10px),
      -webkit-gradient(225deg, transparent 0, #d34642 0),
      -webkit-gradient(315deg, transparent 0, #d34642 0);
    background-color: #d34642;
    background-repeat: no-repeat;
    background-position: bottom left, bottom right, top right, top left;
    background-size: 51% 51%;
  }
  .cnt-nav-item__link:hover::after {
    top: 0;
    left: 0;
    transition: 0.3s ease;
  }
  .cnt-nav-item__link:hover .svg_icon {
    transition: 0.3s ease;
    fill: #fff;
  }
  .cnt-nav-item__link:hover .cnt-nav-item__link-btm {
    transition: 0.3s ease;
    color: #fff;
  }
}

/* ---------------------------------------------------------------- NewsIcon ---- */

.news-icon {
  font-size: 10px;
  line-height: 18px;
  display: inline-block;
  width: 90px;
  text-align: center;
  text-align: center;
  color: #fff;
}

/*.news-icon--every { background-color: #a0a0a0; }*/

.news-icon--every,
.news-icon--cat2 {
  background-color: #1bae9a;
}

.news-icon--column,
.news-icon--cat3 {
  background-color: #d38101;
}

.news-icon--news,
.news-icon--cat4 {
  background-color: #d34642;
}

.news-icon--today,
.news-icon--cat5 {
  background-color: #9248b3;
}

/*.cat1:before { border-top-color: #a0a0a0; }
.cat2:before { border-top-color: #1bae9a; }
.cat3:before { border-top-color: #d38101; }
.cat4:before { border-top-color: #d34642; }
.cat5:before { border-top-color: #9248b3; }
*/

/* ---------------------------------------------------------------- service-list ---- */

.service-list {
  padding: 60px 0 80px;
}

.service-list .cnt-nav-item {
  width: 196px;
  height: 70px;
  margin-right: 5px;
}

.service-list .cnt-nav-item:nth-child(-n + 4) {
  margin-bottom: 5px;
}

.service-list .cnt-nav {
  width: 804px;
}

.service-list .cnt-nav-item__link {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
}

.service-list .cnt-nav-item__link-top {
  display: inline-block;
  width: 65px;
  height: 100%;
  margin-top: 0;
}

.service-list .cnt-nav-item__link-btm {
  height: 100%;
  padding-bottom: 0;
  text-align: left;
}

.service-list .service-list-img {
  width: 196px;
}

.service-list .service-list-img-link {
  display: inline-block;
  width: 196px;
  height: 144px;
  background: url(../img/servicelist/bnr_01.png) center / 100% no-repeat;
}

/* ---------------------------------------------------------------- スクロールアニメーション（また使っちゃった！てへぺろ） ---- */

.fadein-right {
  transition: all 1000ms;
  transform: translate(50px, 0);
  opacity: 0;
}

.fadein-right.scrollin {
  transform: translate(0, 0);
  opacity: 1;
}

.fadein-left {
  transition: all 1000ms;
  transform: translate(-50px, 0);
  opacity: 0;
}

.fadein-left.scrollin {
  transform: translate(0, 0);
  opacity: 1;
}

.fadein-top {
  transition: all 1000ms;
  transform: translate(0, -50px);
  opacity: 0;
}

.fadein-top.scrollin {
  transform: translate(0, 0);
  opacity: 1;
}

.fadein-bottom {
  transition: all 1000ms;
  transform: translate(0, 50px);
  opacity: 0;
}

.fadein-bottom.scrollin {
  transform: translate(0, 0);
  opacity: 1;
}

/* ---------------------------------------------------------------- sns ---- */

.sns {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: center;
}

/* ---- SP only ---- */

@media screen and (max-width: 767px) {
  .sns {
    display: block;
  }
}

/* -------------- sns-youtube -------------- */

.sns-youtube {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 50%;
  background-color: #df4343;
  padding: 50px 0;
}

@media all and (-ms-high-contrast: none) {
  .sns-youtube {
    display: block;
  }
}

.sns-youtube__in {
  width: 450px;
  margin: 0 auto;
}

.sns-youtube-ttl {
  text-align: center;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.46;
  letter-spacing: 0.05em;
  color: #ffffff;
}

.sns-youtube-ttl__in {
  position: relative;
}

/* --- before --- */

.sns-youtube-ttl__in::before {
  content: "";
  position: absolute;
  top: 0;
  left: -40px;
  width: 29px;
  height: 26px;
  background: url(../img/sns/icon_01.png) center / cover no-repeat;
}

/* --- after --- */

.sns-youtube-ttl__in::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -40px;
  width: 29px;
  height: 36px;
  background: url(../img/sns/icon_02.png) center / cover no-repeat;
}

.sns-youtube__iframe {
  position: relative;
  width: 100%;
  margin-top: 20px;
  padding-top: 56.3%;
}

.sns-youtube__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.sns-youtube-list {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-around;
  margin-top: 20px;
}

.sns-youtube-list__item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  padding: 10px 2%;
  font-size: 15px;
  line-height: 1.8;
  color: #ffffff;
}

.sns-youtube-list__item:nth-child(1),
.sns-youtube-list__item:nth-child(3) {
  width: 39%;
}

.sns-youtube-list__item:nth-child(2) {
  width: 22%;
}

.sns-youtube-list__item:nth-child(n + 2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  transform: skew(-10deg);
}
.sns-youtube__small {
  font-size: 12px;
}
.sns-youtube-deliver {
  margin: 25px auto 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.25;
  color: #df4343;
  position: relative;
  overflow: hidden;
  width: 300px;
  height: 60px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 15px;
}
.sns-youtube-deliver__txt {
  position: relative;
  right: 0;
  transition: 0.5s ease;
}
.sns-youtube-deliver__icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 18px;
  height: 10px;
  margin: auto;
  transition: 0.5s ease;
}
.sns-youtube-deliver-icon__img {
  width: 18px;
  height: 10px;
  margin: auto;
}
@media screen and (min-width: 767px) {
  .sns-youtube-deliver:hover .sns-youtube-deliver__txt{
    right: 100%;
    transition: 0.5s ease;
  }
  .sns-youtube-deliver:hover .sns-youtube-deliver__icon{
    width: 100%;
    transition: 0.5s ease;
  }
}


/* ---- SP only ---- */

@media screen and (max-width: 767px) {
  .sns-youtube {
    display: block;
    width: 100%;
    padding: 35px 15px 40px;
  }
  .sns-youtube__in {
    width: 100%;
    max-width: 360px;
  }
  .sns-youtube-ttl {
    font-size: 20px;
  }
  .sns-youtube-ttl__in {
  }
  /* --- before --- */
  .sns-youtube-ttl__in::before {
    left: -20px;
    width: 14.5px;
    height: 13px;
  }
  /* --- after --- */
  .sns-youtube-ttl__in::after {
    right: -20px;
    width: 14.5px;
    height: 18px;
  }
  .sns-youtube__iframe {
    margin-top: 15px;
  }
  .sns-youtube__iframe iframe {
  }
  .sns-youtube-list {
    /* display: block; */
    margin-top: 15px;
  }
  .sns-youtube-list__item {
    /* display: block; */
    position: relative;
    text-align: center;
    padding: 0;
    /* font-size: 13px; */
    font-size: 10px;
  }
  .sns-youtube-list__item:nth-child(n + 2) {
    /* margin-top: 10px; */
  }
  .sns-youtube-list__item:nth-child(1),
  .sns-youtube-list__item:nth-child(2),
  .sns-youtube-list__item:nth-child(3) {
    /* width: 100%; */
    /* width: 100%; */
  }
  .sns-youtube-list__item:nth-child(n + 2)::before {
    /* content: none; */
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 70%;
  }
  .sns-youtube__small {
    /* margin-right: 0.5em; */
    /* font-size: 13px; */
    font-size: 10px;
  }
  .sns-youtube-deliver {
    margin-top: 25px;
    font-size: 16px;
    width: 300px;
    height: 60px;
  }
}

/* -------------- sns-start -------------- */

.sns-start {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding: 50px 0;
}

@media all and (-ms-high-contrast: none) {
  .sns-start {
    display: block;
  }
}

/* ---- PC only ---- */

@media screen and (min-width: 768px) {
  .sns-start__in {
    width: 80%;
    min-width: 450px;
    max-width: 560px;
    margin: 0 auto;
  }
}

.sns-start-ttl {
  text-align: center;
  font-size: 35px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.1;
}

.sns-start-ttl__in {
  position: relative;
  display: block;
}

.sns-start-ttl__in::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 56px;
  background: url(../img/sns/icon_03.png) center / cover no-repeat;
}

.sns-start-ttl__in::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 28px;
  height: 35px;
  background: url(../img/sns/icon_04.png) center / cover no-repeat;
}

.sns-start-ttl__small {
  font-size: 24px;
  line-height: 1.6;
}

.sns-start-list {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: center;
  margin-top: 30px;
}

.sns-start-list__item {
  position: relative;
  z-index: 1;
  width: calc((100% - 20px) * 0.3333);
  background-color: #ffffff;
}

.sns-start-list__item:nth-child(n + 2) {
  margin-left: 10px;
}

.sns-start-list__item::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  width: 120px;
  height: 75px;
  border-radius: 50%;
  margin: 0 auto;
  box-shadow: 0 0 27px rgba(0, 0, 0, 0.7);
}

.sns-start-list__item::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

.sns-start-list__link {
  display: block;
  position: relative;
  width: 100%;
  padding: 114px 0 60px;
  height: 100%;
  transition: opacity 0.25s;
}

/* ---- PC only ---- */

@media screen and (min-width: 768px) {
  .sns-start-list__link:hover {
    opacity: 0.7;
  }
}

/* --- facebook --- */

.sns-start-list__link.sns-start-list__link--fb {
  background-color: #4381c2;
}

.sns-start-list__link--fb .sns-start-list-check {
  background-color: #165aa2;
}

/* --- twitter --- */

.sns-start-list__link.sns-start-list__link--tw {
  background-color: #1da1f2;
}

.sns-start-list__link--tw .sns-start-list-check {
  background-color: #0082d1;
}

/* --- instagram --- */

.sns-start-list__link.sns-start-list__link--ig {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fedda8+0,ed93bb+33,a8a7e4+66,ce98dd+100 */
  background: #fedda8;
  /* Old browsers */
  background: -moz-linear-gradient(
    45deg,
    #fedda8 0%,
    #ed93bb 33%,
    #a8a7e4 66%,
    #ce98dd 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    45deg,
    #fedda8 0%,
    #ed93bb 33%,
    #a8a7e4 66%,
    #ce98dd 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to top right,
    #fedda8 0%,
    #ed93bb 33%,
    #a8a7e4 66%,
    #ce98dd 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fedda8', endColorstr='#ce98dd', GradientType=0);
  /* IE6-9 */
}

.sns-start-list__link--ig .sns-start-list-check {
  background-color: rgba(110, 58, 187, 0.3);
}

.sns-start-list__img {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  width: 74px;
  margin: 0 auto;
}

.sns-start-list__main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.sns-start-list__txt {
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  color: #ffffff;
}

.sns-start-list-check {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
}

.sns-start-list-check__txt {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  color: #ffffff;
}

.sns-start-list-check__txt::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 10px;
  margin-left: 6px;
  background: url(../img/sns/arrow.png) center / cover no-repeat;
}

/* ---- SP only ---- */

@media screen and (max-width: 767px) {
  .sns-start {
    display: block;
    width: 100%;
    padding: 30px 15px;
  }
  .sns-start__in {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }
  .sns-start-ttl {
    font-size: 20px;
  }
  .sns-start-ttl__in {
  }
  .sns-start-ttl__in::before {
    width: 22.5px;
    height: 28px;
  }
  .sns-start-ttl__in::after {
    width: 14px;
    height: 17.5px;
  }
  .sns-start-ttl__small {
    font-size: 18px;
  }
  .sns-start-list {
    display: block;
    margin-top: 15px;
  }
  .sns-start-list__item {
    width: 100%;
  }
  .sns-start-list__item:nth-child(n + 2) {
    margin-top: 10px;
    margin-left: 0;
  }
  .sns-start-list__item::before,
  .sns-start-list__item::after {
    content: none;
  }
  .sns-start-list__link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 30px 10px 10px;
  }
  .sns-start-list__link::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 18px;
    height: 10px;
    margin: auto 0;
    background: url(../img/sns/arrow.png) center / cover no-repeat;
  }
  .sns-start-list__link.sns-start-list__link--ig {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fedda8+0,ed93bb+33,a8a7e4+66,ce98dd+100 */
    background: #fedda8;
    /* Old browsers */
    background: -moz-linear-gradient(
      35deg,
      #fedda8 0%,
      #ed93bb 33%,
      #a8a7e4 66%,
      #ce98dd 100%
    );
    /* FF3.6-15 */
    background: -webkit-linear-gradient(
      35deg,
      #fedda8 0%,
      #ed93bb 33%,
      #a8a7e4 66%,
      #ce98dd 100%
    );
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
      to top right,
      #fedda8 0%,
      #ed93bb 33%,
      #a8a7e4 66%,
      #ce98dd 100%
    );
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fedda8', endColorstr='#ce98dd', GradientType=0);
    /* IE6-9 */
  }
  .sns-start-list__img {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 37px;
  }
  .sns-start-list__main {
    width: calc(100% - 37px);
  }
  .sns-start-list__txt {
    font-size: 15px;
  }
  .sns-start-list-check {
    display: none;
  }
}

/* ---------------------------------------------------------------- footer ---- */

#footer {
  background-color: #333;
}

.footer-ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1em;
  padding: 60px 0 50px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
}

.footer-box {
  padding: 32px 0 50px;
  border-top: 1px solid #fff;
}

.footer-box-left {
  width: 780px;
}

.footer-box-right {
  width: 220px;
}

.footer-nav {
  margin-bottom: 20px;
}
.footer-nav-dl,
.footer-nav-dt,
.footer-nav-dd,
.footer-nav-dd {
  font-size: 11px;
  line-height: 24px;
  display: inline-block;
  letter-spacing: 0;
  color: #fff;
}
.footer-nav-dt {
  line-height: 20px;
  display: block;
  margin-bottom: 7px;
  padding-left: 12px;
  position: relative;
}
.footer-nav-dt:before {
  content: "\f054";
  font-family: fontawesome;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 1px;
}
.footer-nav-dl {
  font-size: 0;
  flex: 1 1 0;
  width: 156px;
}
.footer-nav-dl--02 {
  flex: 2 1 0;
  width: 312px;
}
.footer-nav-dd {
  margin-bottom: 8px;
  padding-left: 12px;
}
.footer-nav-dl--02 .footer-nav-dd {
  width: 49%;
  margin-bottom: 0;
}

.footer-nav-dl--03 .footer-nav-dd {
  display: block;
  width: 100%;
}
.footer-nav__link:hover {
  border-bottom: 1px solid #fff;
}

.footer-box-info {
  justify-content: flex-start;
  color: #fff;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
}

.footer-logo {
  display: inline-block;
  width: 55px;
  height: 46px;
  margin-right: 20px;
  background: url(../img/footer/footer_logo.png) center / 100% no-repeat;
}

.footer-address-li {
  font-size: 11px;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #fff;
}

.footer-address-li a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .footer-address-li a:hover {
    text-decoration: none;
  }
}

.footer-box-right-list {
  text-align: right;
}

.footer-box-right-item:not(:last-child) {
  margin-bottom: 5px;
}

.footer-box-right-item__img {
  margin-left: auto;
}

.footer-box-right-item--fb {
  width: 40px;
  height: auto;
}

.footer-address {
  width: calc(100% - 75px);
}

.footer-address-list {
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

/* ---------------------------------------------------------------- footer_戻る ---- */

.page-top-wrp {
  position: fixed;
  z-index: 10000;
  bottom: 24px;
  right: 29px;
  display: none;
  width: 60px;
  height: 60px;
}

.page-top-btn {
  z-index: 999;
  display: inline-block;
  width: 100%;
  height: 100%;
  transition: 0.3s ease;
  border: 1px solid #d38101;
  background-color: #d38101;
}

.page-top-btn:before {
  content: "\f054";
  font-family: fontawesome;
  font-size: 15px;
  line-height: 57px;
  display: block;
  transition: 0.3s ease;
  transform: rotate(-90deg);
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .page-top-btn:hover {
    transition: 0.3s ease;
    border: 1px solid #d38101;
    background: #fff;
  }
  .page-top-btn:hover::before {
    position: relative;
    margin-top: -5px;
    transition: 0.3s ease;
    color: #d38101;
  }
}

/* ---------------------------------------------------------------- copyright ---- */

.footer-copyright {
  background-color: #fff;
}

.footer-copyright-txt {
  font-size: 11px;
  line-height: 1em;
  padding: 20px 0 20px;
  letter-spacing: 0.1em;
}

/* ---------------------------------------------------------------- article css ---- */

.column-article-content {
  overflow: hidden;
}

.column-article-content img {
  max-width: 100%;
  height: auto;
}

.column-article-content a {
  text-decoration: underline;
}

body:not(.touch-device) .column-article-content a:hover {
  text-decoration: none;
}

.column-article-content p {
  line-height: 2.5em;
  margin: 0 !important;
  padding-top: 10px;
}

.column-article-content blockquote {
  margin: 10px 30px;
}

.column-article-content h1 {
  font-size: 2em;
  line-height: 2em;
  height: auto;
  margin: 10px 0;
  padding: 0;
  border: none;
}

.column-article-content h2 {
  font-size: 1.6em;
  line-height: 1.6em;
  height: auto;
  margin: 10px 0;
  padding: 0;
  border: none;
}

.column-article-content h3 {
  font-size: 1.3em;
  line-height: 1.3em;
  height: auto;
  margin: 10px 0;
  padding: 0;
  border: none;
}

.column-article-content h4 {
  font-size: 1em;
  line-height: 2em;
  height: auto;
  margin: 10px 0;
  padding: 0;
  border: none;
  background: none;
  box-shadow: none;
}

.column-article-content h5 {
  font-size: 0.8em;
  line-height: 2em;
  height: auto;
  margin: 10px 0;
  padding: 0;
  border: none;
  background: none;
  box-shadow: none;
}

.column-article-content h6 {
  font-size: 0.7em;
  line-height: 2em;
  height: auto;
  margin: 10px 0;
  padding: 0;
  border: none;
  background: none;
  box-shadow: none;
}

.column-article-content ul {
  list-style-type: disc !important;
}

.column-article-content ul li {
  margin-left: 2em;
  list-style-type: disc !important;
}

.column-article-content ol {
  list-style-type: decimal !important;
}

.column-article-content ol li {
  margin-left: 2em;
  list-style-type: decimal !important;
}

.column-article-content em {
  font-style: italic !important;
}

.column-article-content hr {
  display: block;
}

.column-article-contentt strong {
  font-weight: bold;
}

.column-article-content .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.column-article-content .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}

.column-article-content .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}

@media screen and (max-width: 767px) {
  /* ---------------------------------------------------------------- SP Style ---- */
  html {
    position: relative;
  }
  html,
  body {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0;
  }
  .fixed {
    position: fixed;
    width: 100%;
    height: auto;
  }
  /* ---------------------------------------------------------------- header ---- */
  #header {
    position: fixed;
    top: 0;
    height: 50px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    background-color: transparent;
  }
  #header.scroll {
    height: 100%;
  }
  .header-inner {
    height: 50px;
  }
  .header-inner-left {
    position: relative;
    z-index: 10;
    width: calc(100% - 50px);
    height: 100%;
    height: 50px;
    padding: 10px 0 0 10px;
    background-color: #fff;
  }
  .header-logo {
    position: relative;
    z-index: 999;
    width: 35px;
    height: 30px;
  }
  .header-seo-txt {
    position: static;
    font-size: 10px;
    margin: 0;
    padding: 0 15px 0 10px;
  }
  /* ヘッダー中身 */
  .header-inner-right {
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: 0.3s ease;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch;
  }
  #header.scroll .header-inner-right {
    overflow-y: scroll;
    height: 100%;
    padding: 50px 0 0;
    transition: 0.3s ease;
  }
  .header-inner-right-wrp {
    height: 100%;
  }
  .header-inner-right-inner {
    position: relative;
    z-index: 99;
    top: 0;
    flex-direction: column-reverse;
    width: 90%;
    height: auto;
    margin-left: auto;
    background-color: #333;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
  }
  .header-nav {
    color: #fff;
    background: #333;
  }
  .header-nav-list,
  .header-inner-top-list {
    flex-direction: column;
    width: 100%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .header-inner-top-list {
    height: 85px;
  }
  .header-inner-top {
    height: auto;
  }
  .header-nav-list__item,
  .header-inner-top-list-item {
    line-height: 22px;
    position: relative;
    width: 100%;
    height: auto;
    background-color: #464646;
  }
  .header-nav-list__item:not(:last-child) {
    margin-bottom: 2px;
  }
  .header-nav-list__item__link,
  .header-inner-top-list--menu .header-inner-top-list-item__link {
    font-size: 10px;
    font-weight: 400;
    position: relative;
    align-items: flex-start;
    padding: 9px 0 9px 12px;
    letter-spacing: 0;
    color: #fff;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
  }
  .header-nav-list__item__link:before,
  .header-inner-top-list--menu .header-inner-top-list-item__link:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    display: inline-block;
    width: 2px;
    height: 20px;
    margin: auto;
  }
  .header-nav-list__item--top .header-nav-list__item__link:before {
    border-left: 2px solid #0ac2e3;
  }
  .header-nav-list__item--works .header-nav-list__item__link:before {
    border-left: 2px solid #6dc100;
  }
  .header-nav-list__item--service .header-nav-list__item__link:before {
    border-left: 2px solid #404cbe;
  }
  .header-nav-list__item--consept .header-nav-list__item__link:before {
    border-left: 2px solid #ef9305;
  }
  .header-nav-list__item--company .header-nav-list__item__link:before {
    border-left: 2px solid #16a6e2;
  }
  .header-nav-list__item--owner .header-nav-list__item__link:before {
    border-left: 2px solid #f366b6;
  }
  /* ---------------------------------------------------------------- sub ---- */
  .header-nav-sub-item {
    font-size: 10px;
    display: inline-block;
    width: calc((100% - 2px) / 2);
    background: rgba(255, 255, 255, 0.2);
  }
  .header-nav-sub-item:nth-child(odd) {
    margin-right: 2px;
  }
  .header-nav-sub-item:not(:nth-last-child(-n + 2)) {
    margin-bottom: 2px;
  }
  .header-nav-sub {
    margin-top: 2px;
  }
  .header-nav-sub-item a {
    font-size: 10px;
    padding: 9px 0 9px 12px;
  }
  /* ---------------------------------------------------------------- box02 ---- */
  .header-nav-list__item__link--sm {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    display: inline-block;
    height: 14px;
    margin: auto;
    text-indent: -9999px;
  }
  .header-nav-list__item__link--sm:before,
  .header-nav-list__item__link--sm:after {
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    display: inline-block;
    width: 13px;
    height: 1px;
    transition: 0.3s ease;
    background-color: #c9c9c9;
  }
  .header-nav-list__item__link--sm:before {
    transform: rotate(0deg);
  }
  .header-nav-list__item__link--sm:after {
    transform: rotate(90deg);
  }
  .header-nav-list__item__link--subnav.active
    .header-nav-list__item__link--sm:after {
    top: 5px;
    transition: 0.3s ease;
    transform: rotate(180deg);
  }
  /* ---------------------------------------------------------------- box02 ---- */
  .header-inner-top {
    width: 100%;
  }
  .header-inner-top-list {
    display: block;
  }
  .header-inner-top-list--menu .header-inner-top-list-item__link {
    height: auto;
    margin: 0;
  }
  .header-inner-top-list--menu {
    margin-top: 2px;
  }
  .header-inner-top-list-item:not(:last-child) {
    margin-bottom: 2px;
  }
  .header-inner-top-list-item--recruit
    .header-inner-top-list-item__link:before {
    border-left: 2px solid #ef9305;
  }
  .header-inner-top-list-item--news .header-inner-top-list-item__link:before {
    border-left: 2px solid #f5ce32;
  }
  .header-inner-top-list-item--privacy
    .header-inner-top-list-item__link:before {
    border-left: 2px solid #c5c5c5;
  }

  .header-inner-top-list-item--estimate
    .header-inner-top-list-item__link:before {
    border-left: 2px solid #df4343;
  }
  .header-inner-top__ttl {
    font-size: 10px;
    margin: 15px 0 7px;
    text-align: center;
    color: #fff;
  }
  /* ---------------------------------------------------------------- header_contact ---- */
  .header-inner-top {
    padding-bottom: 0;
    justify-content: center;
  }
  .header-inner-top .contact_box-phone__dl {
    font-size: 24px;
    flex-direction: column;
    height: auto;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .contact_box-phone__link {
    align-items: stretch;
  }
  /* ---------------------------------------------------------------- ハンバーガーメニュー ---- */
  .btn-menu,
  .btn-menu .btn-menu-bar {
    display: inline-block;
    transition: all 0.3s;
  }
  .btn-menu {
    position: relative;
    z-index: 11;
    width: 50px;
    height: 50px;
    background-color: #333;
  }
  .btn-menu .btn-menu-bar {
    position: absolute;
    right: 0;
    left: 0;
    width: 18px;
    height: 2px;
    margin: auto;
    background-color: #c9c9c9;
  }
  .btn-menu .btn-menu-bar:nth-of-type(1) {
    top: 14px;
  }
  .btn-menu .btn-menu-bar:nth-of-type(2) {
    top: 19.5px;
  }
  .btn-menu .btn-menu-bar:nth-of-type(3) {
    bottom: 23px;
  }
  .btn-menu-img {
    position: absolute;
    bottom: 11px;
    right: 0;
    left: 0;
    display: block;
    width: 27.5px;
    margin-right: auto;
    margin-left: auto;
  }
  /* ---------------------------------------------------------------- animation ---- */
  .btn-menu .btn-menu-bar:nth-of-type(2)::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    transition: all 0.4s;
    border-radius: 4px;
    background-color: #c9c9c9;
  }
  .btn-menu.active .btn-menu-bar:nth-of-type(1) {
    transform: translateY(20px) scale(0);
  }
  .btn-menu.active .btn-menu-bar:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .btn-menu.active .btn-menu-bar:nth-of-type(2)::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .btn-menu.active .btn-menu-bar:nth-of-type(3) {
    transform: translateY(-20px) scale(0);
  }
  .btn-menu-txt--open,
  .btn-menu-txt--close {
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    bottom: 5px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    letter-spacing: 0.1em;
    color: #c9c9c9;
  }
  .btn-menu-txt--open {
    display: block;
  }
  .btn-menu-txt--close {
    display: none;
  }
  .btn-menu.active .btn-menu-txt--open {
    display: none;
  }
  .btn-menu.active .btn-menu-txt--close {
    display: block;
  }
  /* ---------------------------------------------------------------- box02 ---- */
  .btn-wrp {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .btn-item {
    display: block;
    margin: 5px 0 5px;
  }
  /* ---------------------------------------------------------------- main ---- */
  #main {
    margin-top: 50px;
  }
  .breadcrumbs {
    display: none;
  }
  .main-area {
    height: 140px;
  }
  /* ---------------------------------------------------------------- タイトル ---- */
  .ttl_m01 {
    font-size: 25px;
    letter-spacing: 0.025em;
  }
  .ttl_m01:before,
  .ttl_m01:after {
    width: 22px;
    height: 18px;
  }
  .ttl_m01:before {
    left: -35px;
  }
  .ttl_m01:after {
    right: -35px;
  }
  .ttl_m01--sm {
    font-size: 12px;
    margin-top: 5px;
  }
  /* ---------------------------------------------------------------- box02 ---- */
  .cnt-block-wrp {
    margin-top: 0;
  }
  .cnt-block {
    padding: 0 0 30px;
  }
  .cnt-block-ttl {
    top: -48px;
    width: 270px;
    height: 65px;
    margin: 0 auto -48px;
  }
  .cnt-block-ttl__h1 {
    font-size: 30px;
    top: -15px;
    left: -10px;
  }
  .cnt-block-ttl__ja {
    font-size: 15px;
    margin-top: -3px;
    padding-left: 25px;
    letter-spacing: 0.1em;
  }
  .cnt-block-ttl:after {
    top: -7px;
    width: 38px;
    height: 29px;
  }
  /* ---------------------------------------------------------------- box02 ---- */
  .cnt-block-wrp02 {
    margin-top: 0;
  }
  .cnt-block-wrp02 .cnt-block-ttl {
    top: -33px;
    width: 270px;
    height: 65px;
    margin-bottom: -33px;
  }
  .cnt-block-wrp02 .cnt-block-ttl__h1 {
    top: -15px;
  }
  .cnt-block-wrp02 .cnt-block-ttl__ja {
    margin-top: -5px;
  }
  /* ---------------------------------------------------------------- box02 ---- */
  .linkbtn {
    font-size: 12px;
    line-height: 40px;
    width: 235px;
    height: 40px;
    padding-left: 15px;
    text-align: left;
    letter-spacing: 0.025em;
  }
  .linkbtn--entry {
    font-size: 17px;
    line-height: 40px;
    width: 235px;
    height: 40px;
    letter-spacing: 0.025em;
  }
  .linkbtn--dummy {
    width: 40px;
  }
  /* ---------------------------------------------------------------- contact_box ---- */
  .contact_box-list-item {
    width: 290px;
  }
  .contact_box_btn {
    font-size: 12px;
    line-height: 40px;
    width: 235px;
    height: 40px;
    letter-spacing: 0.02em;
  }
  .contact_box .contact_box-list {
    border-bottom: none;
  }
  /* ---------------------------------------------------------------- phone ---- */
  .contact_box-phone,
  .contact_box-mail {
    width: 100%;
  }
  .contact_box-phone {
    pointer-events: auto;
  }
  .contact_box-phone-item:first-child,
  .contact_box-mail-item:first-child {
    font-size: 24px;
    width: 20%;
    height: 48.5px;
  }
  .contact_box-phone-item:last-child,
  .contact_box-mail-item:last-child {
    width: 80%;
  }
  .contact_box-phone__dl {
    font-size: 24px;
    height: 48.5px;
    letter-spacing: 0;
  }
  .contact_box-phone__dd {
    font-size: 10px;
    line-height: 12px;
    padding-left: 5px;
  }
  .contact_box-mail-item:first-child {
    font-size: 19px;
  }
  .contact_box-mail-item:last-child {
    font-size: 12px;
  }
  /* ---------------------------------------------------------------- closebtn ---- */
  .header-nav-close {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .header-nav-close__btn {
    position: relative;
    width: 100%;
    height: 50px;
  }
  .header-nav-close__btn:before,
  .header-nav-close__btn:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 2px;
    margin: auto;
    transform: rotate(45deg);
    background: #c9c9c9;
  }
  .header-nav-close__btn:after {
    transform: rotate(-45deg);
  }
  /* ---------------------------------------------------------------- SVG ---- */
  .svg_icon_rayout {
    width: 30px;
    height: 22px;
    fill: #0ca28f;
  }
  .svg_icon_interior {
    width: 28px;
    height: 29px;
    fill: #e4d70d;
  }
  .svg_icon_elect {
    width: 30px;
    height: 29px;
    fill: #dc5487;
  }
  .svg_icon_oa {
    width: 28px;
    height: 24px;
    fill: #404cbe;
  }
  .svg_icon_furniture {
    width: 24px;
    height: 31px;
    fill: #0ac2e3;
  }
  .svg_icon_move {
    width: 38px;
    height: 21px;
    fill: #d38101;
  }
  .svg_icon_recovery {
    width: 34px;
    height: 24px;
    fill: #9248b3;
  }
  .svg_icon_tool {
    width: 31px;
    height: 20px;
    fill: #d34642;
  }
  /* ---------------------------------------------------------------- box02 ---- */
  .cnt-block-h01 {
    font-size: 16px;
    line-height: 15px;
    margin-bottom: 15px;
    letter-spacing: 0.025em;
  }
  .cnt-block-h01:before {
    width: 22px;
    height: 18px;
    margin-right: 8px;
  }
  /* ---------------------------------------------------------------- box02 ---- */
  .cnt-company-nav {
    padding: 30px 15px 30px;
    background-color: #efede7;
  }
  .cnt-company-nav-list {
    text-align: left;
  }
  .cnt-company-nav-item {
    font-size: 10px;
    width: 49%;
    height: 40px;
    margin: 0 0;
    background: -webkit-linear-gradient(45deg, transparent 0, #fff 0),
      -webkit-linear-gradient(135deg, transparent 6px, #fff 6px),
      -webkit-linear-gradient(225deg, transparent 0, #fff 0),
      -webkit-linear-gradient(315deg, transparent 0, #fff 0);
    background: -moz-linear-gradient(45deg, transparent 0, #fff 0),
      -moz-linear-gradient(135deg, transparent 6px, #fff 6px),
      -moz-linear-gradient(225deg, transparent 0, #fff 0),
      -moz-linear-gradient(315deg, transparent 0, #fff 0);
    background: -ms-linear-gradient(45deg, transparent 0, #fff 0),
      -ms-linear-gradient(135deg, transparent 6px, #fff 6px),
      -ms-linear-gradient(225deg, transparent 0, #fff 0),
      -ms-linear-gradient(315deg, transparent 0, #fff 0);
  }
  .cnt-company-nav-item:nth-child(odd) {
    margin-right: 2%;
    margin-bottom: 5px;
  }
  .cnt-company-nav-item__link:before {
    left: 15px;
  }
  .cnt-company-nav-item--00 .cnt-company-nav-item__link:before {
    width: 14px;
    height: 20px;
  }
  .cnt-company-nav-item--01 .cnt-company-nav-item__link:before {
    width: 20px;
    height: 20px;
  }
  .cnt-company-nav-item--02 .cnt-company-nav-item__link:before {
    width: 15px;
    height: 23px;
  }
  .cnt-company-nav-item--03 .cnt-company-nav-item__link:before {
    width: 16px;
    height: 21px;
  }
  /* ---------------------------------------------------------------- contact_box ---- */
  .contact_box {
    padding: 40px 0 40px;
  }
  .contact_box-lead {
    font-size: 13px;
    padding: 0 15px;
    text-align: left;
    letter-spacing: 0;
  }
  .contact_box-list {
    width: 100%;
    padding: 15px 15px 20px 15px;
    border-bottom: 1px solid #707070;
  }
  .contact_box-list-item {
    width: 100%;
  }
  .contact_box-list-item--01 {
    margin-bottom: 7.5px;
  }
  .contact_box-list-item__dt {
    font-size: 10px;
    width: 30%;
  }
  .contact_box-list-item__dd {
    font-size: 24px;
    width: 70%;
    padding: 5px 0;
    letter-spacing: 0.025em;
  }
  .contact_box-list-item__dd--sm {
    font-size: 10px;
    letter-spacing: 0;
  }
  .contact_box-list-item__dd .fa.fa-phone {
    font-size: 22px;
  }
  .contact_box_btn {
    font-size: 12px;
    line-height: 40px;
    width: 235px;
    height: 40px;
    letter-spacing: 0.02em;
  }
  .contact_box-list-item__link {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  /* ---------------------------------------------------------------- box02 ---- */
  .cnt-nav-item {
    font-size: 11px;
    line-height: 14px;
    width: calc((100% - 20px) / 3);
    height: 84px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .cnt-nav-item__link-top {
    margin-top: 4px;
  }
  .cnt-nav-item__link-btm {
    padding-bottom: 16px;
  }
  /* ---------------------------------------------------------------- service-list ---- */
  .service-list {
    padding: 40px 0 30px;
  }
  .service-list-inner {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .service-list .cnt-nav {
    justify-content: space-between;
    width: calc(100% - 30px);
    margin: auto;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
  }
  .service-list .cnt-nav-item {
    width: 48%;
    height: 40px;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .service-list .cnt-nav-item:nth-child(-n + 4) {
    margin-bottom: 5px;
  }
  .service-list .cnt-nav-item__link-top {
    width: 45px;
    margin-top: 0;
  }
  .service-list .cnt-nav-item__link-btm {
    font-size: 10px;
    line-height: 12px;
    justify-content: flex-start;
    width: calc(100% - 45px);
    padding-bottom: 0;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
  }
  /* ---------------------------------------------------------------- SVG ---- */
  .service-list .svg_icon_rayout {
    width: 22px;
    height: 16px;
  }
  .service-list .svg_icon_interior {
    width: 20px;
    height: 21px;
  }
  .service-list .svg_icon_elect {
    width: 19px;
    height: 19px;
  }
  .service-list .svg_icon_oa {
    width: 20px;
    height: 17px;
  }
  .service-list .svg_icon_furniture {
    width: 17px;
    height: 22px;
  }
  .service-list .svg_icon_move {
    width: 24px;
    height: 13px;
  }
  .service-list .svg_icon_recovery {
    width: 22px;
    height: 15px;
  }
  .service-list .svg_icon_tool {
    width: 21px;
    height: 13px;
  }
  .service-list .service-list-img {
    width: calc(100% - 30px);
    margin: auto;
  }
  .service-list .service-list-img-link {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 27.5862069%;
    background: url(../img/servicelist/sp/bnr_01.png) center / 100% no-repeat;
  }
  /* ---------------------------------------------------------------- footer ---- */
  .footer-inner {
    padding: 0 15px;
  }
  .footer-ttl {
    font-size: 14px;
    line-height: 21px;
    padding: 30px 0 18px;
    letter-spacing: 0.05em;
  }
  .footer-box {
    padding: 20px 0 50px;
  }
  .footer-box-left {
    margin-bottom: 15px;
  }
  .footer-box-info {
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
  }
  .footer-logo {
    width: 49.5px;
    height: 41px;
    margin-right: 15px;
  }
  .footer-address {
    width: calc(100% - 64.5px);
  }
  .footer-copyright-txt {
    font-size: 10px;
    padding: 10px 15px 10px;
    letter-spacing: 0.025em;
  }
  .footer-box-right,
  .footer-box-left {
    width: 100%;
  }
  .footer-box-right-list {
    font-size: 0;
  }
  .footer-box-right-item {
    display: inline-block;
    width: 49%;
  }
  .footer-box-right-item:nth-child(1) {
    margin: 0 2% 2% 0;
  }
  .footer-box-right-item:nth-child(3) {
    margin: 0 2% 0 0;
  }
  .footer-fb {
    position: relative;
  }
  .footer-fb-icon {
    position: absolute;
    top: -13px;
    left: 0;
  }
  .footer-address-li {
    line-height: 17px;
    letter-spacing: 0;
  }
  .page-top-wrp {
    bottom: 13px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
  .page-top-btn:before {
    line-height: 37px;
  }
}


.new-sns-links {
   width: 180px;
   margin: 20px auto;
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   position: relative;
   left: 15px;
}
.new-sns-links li {
   display: inline-block;
   margin: 0 12px;
   opacity: 1;
   transition: all .5s;
}
.new-sns-links li:hover {
   opacity: .8;
}

.footer-box-right-list img {
   width: 100%;
   height: auto;
}
.footer-box-right-list {
   box-sizing: border-box;
   padding: 0 0 0 30px;
}
@media screen and (max-width: 768px) {
/*	.sp-spacer {
		display: block;
	}*/
   .footer-box-right-list {
      width: 200px;
      margin: 0 auto;
      padding: 0 0 0 0px;
   }
   .footer-box-right-list li {
      width: 100%;
   }
   .new-sns-links {
      width: 200px;
      margin: 20px auto;
      left: 0;
}
}
