@charset "utf-8";
main > * {
  position: relative;
  z-index: 10;
}
/* piece
-------------------------------------------*/
.piece {
  background-blend-mode: multiply;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
.piece01 {
  top: 18em;
  right: 8em;
  left: auto;
}
.piece02 {
  top: 23em;
  left: 8em;
}
.piece06 {
  top: 2000px;
  right: 160px;
  left: auto;
}
/* bg_anime
-------------------------------------------*/
.bg_anime {
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 15%;
  transform: translateY(-15%);
}
.st0 {
  stroke: #747374;
  stroke-width: 0.6;
  fill-opacity: 0;
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  animation: dep_line 0.6s linear 0s forwards;
}
@keyframes dep_line {
  0% {
    stroke-dashoffset: 2000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/* sec 共通
------------------------------------------- */
section.sec {
}
.sec h1 {
  background: linear-gradient(135deg, #8aba29, #8aba29 60%, #1a9f3d);
  border-radius: 100%;
  color: #fff;
  height: 250px;
  margin: 3em auto;
  width: 250px;
}
.department {
  margin: 0 auto 100px;
  width: 80%;
}
#department {
}
#department > h1 {
  width: 325px;
  height: 325px;
  position: relative;
  border-radius: 50%;
  background: linear-gradient(135deg, #8aba29, #8aba29 30%, #1a9f3d);
  animation: dep_circle 8s infinite;
  margin: 0px auto -60px;
  opacity: 0.8;
  font-weight: 300;
}
#department > h1 > span {
  letter-spacing: 0.08em;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
#department > h1 > span > span {
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
}
#department > .department {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
}
.dept {
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 30%, rgba(200, 200, 200, 1) 30%, rgba(200, 200, 200, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 30%, rgba(200, 200, 200, 1) 30%, rgba(200, 200, 200, 1) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 30%, rgba(200, 200, 200, 1) 30%, rgba(200, 200, 200, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc', GradientType=1 );
  width: 50%;
  height: 300px;
  padding: 20px 0 0 0;
}
.dept:nth-of-type(2),
.dept:nth-of-type(6) {
  background: rgb(221, 221, 221);
  background: -moz-linear-gradient(left, rgba(221, 221, 221, 1) 0%, rgba(221, 221, 221, 1) 70%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(221, 221, 221, 1) 0%, rgba(221, 221, 221, 1) 70%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to right, rgba(221, 221, 221, 1) 0%, rgba(221, 221, 221, 1) 70%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff', GradientType=1 );
}
.dept:nth-of-type(3),
.dept:nth-of-type(7) {
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 30%, rgba(221, 221, 221, 1) 30%, rgba(221, 221, 221, 1) 99%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 30%, rgba(221, 221, 221, 1) 30%, rgba(221, 221, 221, 1) 99%);
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 30%, rgba(221, 221, 221, 1) 30%, rgba(221, 221, 221, 1) 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd', GradientType=1 );
}
.dept:nth-of-type(4) {
  background: rgb(200, 200, 200);
  background: -moz-linear-gradient(left, rgba(200, 200, 200, 1) 1%, rgba(200, 200, 200, 1) 70%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(200, 200, 200, 1) 1%, rgba(200, 200, 200, 1) 70%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to right, rgba(200, 200, 200, 1) 1%, rgba(200, 200, 200, 1) 70%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff', GradientType=1 );
}
.dept > a {
  display: block;
  height: 100%;
  position: relative;
}
.dept > a:hover {
  opacity: 0.4;
}
.dept h2 {
  color: #000;
  font-size: 48px;
  font-size: 4rem;
  line-height: 100%;
  font-weight: 300;
  font-family: "Abel", sans-serif;
}
.dept h3 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: normal;
}
.dept h2 span {
  font-size: 32px;
  font-size: 3.2rem;
  display: block;
}
.dept h2 span.office {
  font-size: 20px;
  font-size: 2rem;
}
.dept:nth-of-type(odd) h2,
.dept:nth-of-type(odd) h3 {
  text-align: left;
}
.dept:nth-of-type(even) h2,
.dept:nth-of-type(even) h3 {
  text-align: right;
}
.dept__ph {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 460px;
  position: absolute;
  top: 0;
}
.dept:nth-of-type(odd) .dept__ph {
  background-position: top 50px left 50px;
}
.dept:nth-of-type(even) .dept__ph {
  background-position: top 50px right 50px;
}
.dept01 .dept__ph {
  background-image: url(../img/department/unit11111.png);
  background-size: 510px;
  background-position: top 46px left 30px !important;
}
.dept02 .dept__ph {
  background-image: url(../img/department/planning.png);
  background-size: 360px;
  background-position: 0px 30px !important;
}
.dept04 .dept__ph {
  background-image: url(../img/department/cs.png);
  background-position: top 40px right 91px !important;
  background-size: 440px;
}
.dept03 .dept__ph {
  background-image: url(../img/department/unit3.png);
  background-position: top 37px left 66px !important;
  background-size: 490px;
}
.dept05 .dept__ph {
  background-image: url(../img/department/system_2.png);
  background-position: top 11px right 50px !important;
  background-size: 500px;
}
.dept06 .dept__ph {
  background-image: url(../img/department/design4.png);
  background-position: top 25px right 11px !important;
  background-size: 380px;
}
.dept07 .dept__ph {
  background-image: url(../img/department/kanri2_1.png);
  background-position: top 17px left 100px !important;
  background-size: 386px;
}
/* 部署紹介
------------------------------------------- */
.third_page .page_head {
  height: 142px;
}
.third_page .department > div {
  margin: -60px auto 0;
  width: 60%;
  min-width: 630px;
  position: relative;
}
.third_page {
  /*background: url(../img/common/logo.png) 2.4rem 3rem no-repeat #fff;
    padding-top: 10em;*/
  width: 1140px;
  margin: 95px auto 5em;
}
.third_page .department h1 {
  color: #000;
  font-size: 5rem;
  margin: 48px 0 0 268px;
  text-align: left;
  line-height: normal;
  letter-spacing: 0.08em;
  font-family: "Abel", sans-serif;
  font-weight: normal;
  padding: 10px 0 0 0px;
}
.third_page #design.department h1,
.third_page #system.department h1 {
  font-size: 6rem;
}
.third_page #unit2.department h1 {
  margin: 50px 0 0 100px;
}
.third_page #unit3.department h1 {
  margin: 50px 0 0 230px;
}
.third_page .department h1 span {
  font-size: 2rem;
  letter-spacing: normal;
  padding: 0 0 0 20px;
}
.third_page .department .h2_circle {
  position: absolute;
  top: 0;
  left: 50%;
  background: linear-gradient(135deg, #8aba29, #8aba29 30%, #1a9f3d);
  background-size: 600% 600%;
  transform: translateX(-50%);
  border-radius: 100%;
  height: 250px;
  margin: 3em auto;
  width: 250px;
  z-index: -999;
  animation: dep_circle 8s infinite;
}
@keyframes dep_circle {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.third_page .department .h2_circle h2 {
  color: #fff;
  font-weight: normal;
  line-height: 250px;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  font-family: "Abel", sans-serif;
}
.third_page .department figure {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 90px 0 80px;
}
.third_page .department figure img:nth-of-type(1) {
  width: 240px;
}
.third_page .department figure img:nth-of-type(2) {
  width: 240px;
}
.third_page .department figure img:nth-of-type(3) {
  width: 300px;
}
.third_page .department#unit1 figure img:nth-child(1),
.third_page .department#unit2 figure img:nth-child(2),
.third_page .department#administrative figure img:nth-child(3),
.third_page .department#design figure img:nth-child(1),
.third_page .department#system figure img:nth-child(2),
.third_page .department#solution_sales figure img:nth-child(3) {
  margin-top: 80px;
}
.third_page .department#unit1 figure img:nth-child(2),
.third_page .department#unit2 figure img:nth-child(3),
.third_page .department#administrative figure img:nth-child(1),
.third_page .department#design figure img:nth-child(2),
.third_page .department#system figure img:nth-child(3),
.third_page .department#solution_sales figure img:nth-child(1) {
  margin-bottom: 40px;
}

.dept_inner {
  background-repeat: no-repeat;
  padding: 180px 0 50px;
  width: 50%;
  min-width: 360px;
}
#solution_sales .dept_inner {
  padding: 250px 0 50px;
}
#design .dept_inner,
#administrative .dept_inner {
  padding: 240px 0 50px;
}
#system .dept_inner {
  padding: 260px 0 50px;
}
.dept_inner.inner_l {
}
.dept_inner.inner_r {
  float: right;
}
.dept_inner h3 {
  color: #000;
  font-size: 2.3rem;
  text-align: left;
  letter-spacing: 0.04em;
  line-height: 1.5em;
}
.dept_inner .dept_name {
  font-size: 1.2rem;
  line-height: normal;
  padding: 2em 0 4em;
  text-align: left;
}
.dept_inner .dept_txt {
  text-align: left;
}
.third_page ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto 60px;
}
.third_page ul li {
  width: 25%;
}
.third_page ul li a {
  width: 95%;
  font-size: 1.4rem;
  line-height: 2rem;
  height: 45px;
  margin: 10px auto 0;
}
.third_page ul li a div span {
  line-height: 35px;
}
.third_page ul li a:hover {
  animation: link_arrow3 0.6s ease forwards 1;
}
.third_page ul li a div {
  background: linear-gradient(135deg, #8aba29, #8aba29 30%, #1a9f3d);
  border: none;
}
.third_page a.jq_btn_arrow:hover div::after {
  animation: link_arrow2 0.6s ease forwards 1;
}
@keyframes link_arrow2 {
  0% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    background: #fff;
    transform: translateX(0) scale(100);
  }
}
@keyframes link_arrow3 {
  0% {
    color: #fff;
  }
  50% {
    color: #fff;
  }
  100% {
    color: #8aba29;
  }
}
#design {
  background-image: url(../img/department/design4.png);
  background-position: top 300px left 0px;
  background-size: 390px;
}
#design h1 {
  margin-bottom: -60px;
  padding-top: 70px;
  margin: 48px 0 0 144px;
}
#system {
  background-image: url(../img/department/system_2.png);
  background-position: top 240px right 0px;
  background-size: 530px;
}
#system h1 {
  margin-bottom: -60px;
  padding-top: 70px;
}
#administrative {
  background-image: url(../img/department/kanri2_1.png);
  background-position: top 250px left;
  background-size: 380px;
}
#administrative h1 {
  margin-bottom: -60px;
  padding-top: 70px;
}
#solution_sales {
  background-image: url(../img/department/solu.png);
  background-position: top 280px right 0;
  background-size: 490px;
}
#solution_sales h1 {
  margin-bottom: -60px;
  padding-top: 70px;
}
#unit1 {
  background-image: url(../img/department/unit11111.png);
  background-position: top 250px left;
  background-size: 490px;
}
#unit2 {
  background-image: url(../img/department/planning.png);
  background-position: top 240px right;
  background-size: 390px;
}
#unit3 {
  background-image: url(../img/department/unit3.png);
  background-position: top 240px left -20px;
  background-size: 490px;
}
#cs {
  background-image: url(../img/department/cs.png);
  background-position: top 280px right;
  background-size: 490px;
}
@media screen and (min-width: 64.071em) and (max-width: 90em) {
}
/*--- tablet ---*/
@media screen and (min-width: 54.857em) and (max-width: 64em) {
}
/*--- mobileonly ---*/
@media screen and (max-width: 54.786em) {
  main {
    padding: 0;
  }
  .page_head {
    margin-bottom: 6em;
  }
  .page_head__title {
    font-size: 1.65rem;
  }
  .bg_anime {
    top: 8%;
    margin-left: 0;
  }
  .bg_anime svg {
  }
  .department {
    width: 100%;
  }
  #department > h1 {
    width: 180px;
    height: 180px;
    margin: 0px auto -10px;
  }
  #department > .department {
    flex-direction: column;
    padding: 0 0 20px 0;
  }
  .dept {
    width: 100%;
  }
  .dept__ph {
    background-size: 400px;
  }
  .dept01 .dept__ph {
    background-position: top right !important;
  }
  .dept02 .dept__ph {
    background-size: 380px;
    background-position: top 0 left 100px !important;
  }
  .dept03 .dept__ph {
    background-position: top 4px left -130px !important;
  }
  .dept04 .dept__ph {
    background-position: top 0px right -112px !important;
    background-size: 430px;
  }
  .dept05 .dept__ph {
    background-position: top -30px right -134px !important;
    background-size: 501px;
  }
  .dept06 .dept__ph {
    background-position: top 0px right 100px !important;
    background-size: 380px;
  }
  .dept07 .dept__ph {
    background-position: top -10px left -80px !important;
    background-size: 380px;
  }
  .dept:nth-of-type(odd) h2,
  .dept:nth-of-type(odd) h3 {
    text-align: right;
    margin-right: 20px;
  }
  .dept:nth-of-type(even) h2,
  .dept:nth-of-type(even) h3 {
    text-align: left;
    margin-left: 20px;
  }
  .department {
    margin: 0 auto;
  }
  .third_page {
    margin: 9px auto;
    overflow: visible;
    padding: 0 20px;
    width: calc(100% - 20px);
  }
  .third_page .page_head {
    height: auto;
    margin-bottom: 0;
  }
  .third_page .department > div {
    margin: 0 auto;
    width: 100%;
    min-width: inherit;
  }
  .third_page ul {
    margin: 0 auto;
    padding: 0 0 20px;
    flex-direction: column;
  }
  .third_page ul li {
    width: 100%;
  }
  .third_page ul li a {
    width: 100%;
    font-size: 1.4rem;
    line-height: 2rem;
    margin: 10px auto 0;
  }
  .third_page .department figure {
    flex-wrap: wrap;
    padding: 0 0 40px;
  }
  .third_page .department figure img {
    margin: 0 auto !important;
    width: 45% !important;
  }
  .third_page .department figure img:nth-of-type(3) {
    padding: 15px 0 0;
  }
  .third_page .department h1 {
    margin: 0 auto !important;
    text-align: center;
    padding: 0 !important;
  }
  .third_page .department h1 span {
    padding: 0;
  }
  .third_page #unit1.department h1,
  .third_page #unit2.department h1,
  .third_page #unit3.department h1 {
    font-size: 3rem;
    text-align: left;
    /* width: 300px; */
    line-height: 1;
    display: inline-block;
  }
  .third_page #cs.department h1 {
    font-size: 3.5rem;
  }
  .third_page #solution_sales.department h1,
  .third_page #design.department h1 {
    font-size: 4.5rem;
  }
  .third_page #administrative.department h1,
  .third_page #design.department h1 {
    font-size: 4rem;
  }
  .third_page .department .h2_circle h2 {
    line-height: 170px;
  }
  .third_page .department .h2_circle {
    height: 170px;
    width: 170px;
    margin: 2em auto;
  }
  .dept_inner.inner_r,
  .dept_inner.inner_l {
    float: none;
  }
  .dept_inner {
    padding: 290px 0 50px !important;
    width: 100%;
    min-width: inherit;
  }
  /*#design .dept_inner, #design .dept_inner, #unit1 .dept_inner, #unit2 .dept_inner,#system .dept_inner {
    padding: 140px 0 50px;
}
	#solution_sales .dept_inner,#administrative .dept_inner {
    padding: 160px 0 50px;
    }*/
  .dept_inner h3 {
    font-size: 1.8rem;
  }
  .dept_inner .dept_name {
    padding: 20px 0;
  }
  .dept_inner .dept_txt {
    font-weight: normal;
  }
  #design,
  #unit1,
  #unit2,
  #unit3,
  #system,
  #solution_sales,
  #administrative,
  #cs {
    background-position: top 300px left 101px;
    background-size: 280px;
  }
  #design,
  #system,
  #administrative,
  #solution_sales,
  #unit1,
  #unit2,
  #unit3,
  #cs {
    background-image: none;
  }
  #design .dept_inner {
    background-image: url(../img/department/mb_design2.png);
    background-size: 400px;
    background-repeat: no-repeat;
    background-position: top 90px center;
    padding: 316px 0 50px !important;
  }
  #unit1 .dept_inner {
    background-image: url(../img/department/mb_unit11.png);
    background-size: 400px;
    background-repeat: no-repeat;
    background-position: top 60px center;
  }
  #unit2 .dept_inner {
    background-image: url(../img/department/mb_planning.png);
    background-size: 400px;
    background-repeat: no-repeat;
    background-position: top 60px center;
  }
  #unit3 .dept_inner {
    background-image: url(../img/department/mb_unit3.png);
    background-size: 400px;
    background-repeat: no-repeat;
    background-position: top 60px center;
  }
  #system .dept_inner {
    background-image: url(../img/department/mb_system_2.png);
    background-size: 400px;
    background-repeat: no-repeat;
    background-position: top 60px center;
  }
  #solution_sales .dept_inner {
    background-image: url(../img/department/mb_solu.png);
    background-size: 400px;
    background-repeat: no-repeat;
    background-position: top 60px center;
  }
  #administrative .dept_inner {
    background-image: url(../img/department/mb_kanri_3.png);
    background-size: 400px;
    background-repeat: no-repeat;
    background-position: top 70px center;
  }
  #cs .dept_inner {
    background-image: url(../img/department/mb_cs.png);
    background-size: 400px;
    background-repeat: no-repeat;
    background-position: top 80px center;
    padding: 310px 0 50px !important;
  }
}
