@charset "UTF-8";

.dept-item,
.btn-style-department {
  font-weight: 700;
  font-size: 2.0rem;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 21rem;
  height: 7rem;
}
.btn-style-department {
  color: #4d4d4d;
  background-color: #f9d1c1;
  border: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem 4.5rem;
  position: relative;
}
.btn-style-department .btn-icon {
  background-color: #fff;
  border-radius: 50% 50%;
  display: inline-block;
  margin-right: 2rem;
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}
.btn-style-department .btn-icon::before,
.btn-style-department .btn-icon::after {
  content: '';
  background-color: #4d4d4d;
  border-radius: .15rem .15rem;
  display: inline-block;
  width: 1.3rem;
  height: .3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.btn-style-department .btn-icon::before {
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}
.btn-style-department .btn-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.btn-style-department.active {
  color: #fff;
  background-color: #e94609;
}
.btn-style-department.active .btn-icon {
  -webkit-transform: translate(0, -50%) rotate(90deg);
          transform: translate(0, -50%) rotate(90deg);
}
.btn-style-department.active .btn-icon::before {
  opacity: 0;
}
.dept-item {
  color: #fff;
  background-color: #e94609;
  position: relative;
}
.dept-item-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25rem;
}
.dept-item-column::before {
  content: '';
  border-color: #f9d1c1;
  border-style: solid;
  border-width: .5rem 0 0 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 1rem;
  width: 4rem;
}
.dept-item-column.has-branch {
  position: relative;
}
.dept-item-column.has-branch::after {
  content: '';
  border-color: #f9d1c1;
  border-style: solid;
  border-width: 0 0 .5rem .5rem;
  border-radius: 0 0 0 1rem;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 -2.25rem -10.75rem;
  position: absolute;
  top: 100%;
  bottom: -50%;
  left: 100%;
  right: 0;
}
.dept-item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dept-item-row + .dept-item-row {
  margin-top: 2rem;
}
.dept-item-row:not(.branch)::before {
  content: '';
  border-color: #f9d1c1;
  border-style: solid;
  border-width: .5rem 0 0 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 1rem;
  width: 4rem;
}
.dept-item-group:first-of-type .dept-item-row::before {
  border-width: .5rem 0 0 .5rem;
  border-radius: 1rem 0 0 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin: 3.25rem 0 0 0;
}
.dept-item-group:last-of-type .dept-item-row::before {
  border-width: 0 0 .5rem .5rem;
  border-radius: 0 0 0 1rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin: -4rem 0 3.25rem 0;
}
.dept-item-group {
  position: relative;
}
.dept-item-group::before {
  border-left: .5rem solid #f9d1c1;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.dept-item-group:not(:first-of-type):not(:last-of-type)::before {
  content: '';
  top: 0;
}
.dept-item-group + .dept-item-group {
  margin-top: 4rem;
}
.dept-item-group + .dept-item-group::before {
  margin-top: -4rem;
}
.page-content-column {
  width: 44.82758621%;
}
.page-content-column-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 7.1rem;
}
.dept-detail {
  background-color: #fff;
  border-radius: 2rem 2rem;
}
.dept-tag-item {
  font-weight: 700;
  font-size: 1.5rem;
  color: #fff;
  line-height: 2.4rem;
  text-align: center;
  background-color: #e94609;
  border-radius: 1.2rem 1.2rem;
  margin: 1rem 0 0 1rem;
  padding: 0 2.4rem;
  height: 2.4rem;
}
.dept-tag-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: .8rem 0 0 -1rem;
}
.dept-parent {
  font-weight: 700;
  font-size: 2.4rem;
  color: #e94609;
  text-align: left;
  height: 2.8rem;
}
.dept-name {
  font-weight: 700;
  font-size: 6.0rem;
  color: #e94609;
  line-height: 1;
  text-align: left;
  margin-top: .4rem;
}
.dept-section-number {
  color: #f9d1c1;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: .05em;
  text-align: right;
  margin: 3.5rem 4rem 0 0;
  position: absolute;
  top: 0;
  right: 0;
}
.dept-section-number .number {
  font-size: 13rem;
  display: block;
  margin-top: -1rem;
  letter-spacing: -.00923077em;
}
.dept-detail-section + .dept-detail-section {
  margin-top: 4.0rem;
}
.dept-detail-section-title {
  font-weight: 700;
  font-size: 2.6rem;
  color: #e94609;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  position: relative;
}
.dept-detail-section-title::before {
  content: '';
  border-left: .5rem solid #e94609;
  display: inline-block;
  height: 95.23809524%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.dept-detail-section-content {
  font-size: 2.4rem;
  line-height: 1.5;
  color: #4d4d4d;
  text-align: left;
}
.dept-detail-img {
  background-color: #f2f2f2;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 19.3rem auto;
  background-size: 37.11538462% auto;
  aspect-ratio: 520/300;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
[data-dept-detail="総務部"] .dept-detail-img {
  background-image: url(../images/department/icon01.svg);
}
[data-dept-detail="企画開発部"] .dept-detail-img {
  background-image: url(../images/department/icon02.svg);
}
[data-dept-detail="経営企画室"] .dept-detail-img {
  background-image: url(../images/department/icon03.svg);
}
[data-dept-detail="営業部"] .dept-detail-img {
  background-image: url(../images/department/icon04.svg);
}
[data-dept-detail="営業業務部"] .dept-detail-img {
  background-image: url(../images/department/icon05.svg);
}
[data-dept-detail="製造部"] .dept-detail-img {
  background-image: url(../images/department/icon06.svg);
}
[data-dept-detail="施設部"] .dept-detail-img {
  background-image: url(../images/department/icon07.svg);
}
[data-dept-detail="資材部"] .dept-detail-img {
  background-image: url(../images/department/icon08.svg);
}
[data-dept-detail="品質保証部"] .dept-detail-img {
  background-image: url(../images/department/icon09.svg);
}
.dept-detail-header {
  padding: 3.5rem 4rem 6rem;
  position: relative;
}
.dept-detail-body {
  padding: 3.8rem 4rem 4rem;
}
._dept-detail-wrapper {
  display: none;
}
.table-style-dept {
  width: 100%;
}
.table-style-dept th,
.table-style-dept td {
  padding-bottom: .6rem;
}
.table-style-dept th {
  font-weight: 700;
  line-height: 1.5;
  color: #4d4d4d;
  -moz-text-align-last: justify;
       text-align-last: justify;
  white-space: nowrap;
}
.table-style-dept td {
  padding-left: 2.4rem;
}
.table-style-dept tr + tr th,
.table-style-dept tr + tr td {
  border-top: 1px solid #4d4d4d;
  padding-top: .8rem;
}
[data-remodal-target="modal"] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.page-department .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.page-department .slick-dots {
  margin-top: 3.6rem;
  position: relative;
  bottom: inherit;
}
.page-department .slick-dots li,
.page-department .slick-dots li button {
  width: 1.8rem;
  height: 1.8rem;
}
.page-department .slick-dots li button {
  background-color: #e94609;
  border-radius: 50%;
  padding: 0 0;
}
.page-department .slick-dots li button::before {
  content: none;
}
.page-department .slick-dots li.slick-active button {
  background-color: #fff;
  border: 3px solid #e94609;
}
.page-department .slick-slide.slick-active {
  -webkit-animation: slide-anim .5s;
          animation: slide-anim .5s;
}
.page-department [data-slide-direction="slide-anim-class-next"] .slick-active {
  -webkit-animation: slide-anim-next 1s;
          animation: slide-anim-next 1s;
}
.page-department [data-slide-direction="slide-anim-class-prev"] .slick-active {
  -webkit-animation: slide-anim-prev 1s;
          animation: slide-anim-prev 1s;
}
.page-department .remodal-close {
  left: inherit;
  right: 0;
  z-index: 1;
}

@-webkit-keyframes slide-anim {
  0% {
    -webkit-transform: translate(0, 2rem);
            transform: translate(0, 2rem);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes slide-anim {
  0% {
    -webkit-transform: translate(0, 2rem);
            transform: translate(0, 2rem);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes slide-anim-next {
  0% {
    -webkit-transform: translate(2rem, 0);
            transform: translate(2rem, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes slide-anim-next {
  0% {
    -webkit-transform: translate(2rem, 0);
            transform: translate(2rem, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes slide-anim-prev {
  0% {
    -webkit-transform: translate(-2rem, 0);
            transform: translate(-2rem, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes slide-anim-prev {
  0% {
    -webkit-transform: translate(-2rem, 0);
            transform: translate(-2rem, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@media screen and (min-width: 768px) {
  .page-content-column {
    margin-left: 5.17241379%;
  }
  .page-content-column-wrapper {
    margin-left: -5.45454545%;
  }
}



@media screen and (max-width: 767px) {
  .dept-item,
  .btn-style-department {
    font-size: 1.4rem;
    border-radius: .5rem;
    width: 14rem;
    height: 4rem;
  }
  .btn-style-department {
    padding: .5rem 3rem;
  }
  .btn-style-department .btn-icon {
    margin-right: 1rem;
    width: 2rem;
    height: 2rem;
  }
  .btn-style-department .btn-icon::before,
  .btn-style-department .btn-icon::after {
    width: 1rem;
    height: .2rem;
  }
  .dept-item-column {
    width: 18rem;
  }
  .dept-item-column::before {
    width: 2rem;
  }
  .dept-item-column.has-branch::after {
    margin: 0 0 -1.25rem -7.25rem;
  }
  .dept-item-row + .dept-item-row {
    margin-top: 1rem;
  }
  .dept-item-group:first-of-type .dept-item-row::before {
    margin-top: 1.75rem;
  }
  .dept-item-group:last-of-type .dept-item-row::before {
    margin: -2rem 0 1.75rem 0;
  }
  .dept-item-group + .dept-item-group {
    margin-top: 2rem;
  }
  .dept-item-group + .dept-item-group::before {
    margin-top: -2rem;
  }
  .page-content-column {
    width: 100%;
  }
  .page-content-column-wrapper {
    display: block;
    margin: 4rem auto 0;
    max-width: 100%;
    width: 52rem;
  }
  .dept-tag-item {
    font-size: 1rem;
    line-height: 2rem;
    padding: 0 1rem;
    height: 2rem;
  }
  .dept-parent {
    font-size: 1.4rem;
    height: 2.1rem;
  }
  .dept-name {
    font-size: 2.4rem;
  }
  .dept-section-number {
    font-size: 2.4rem;
    margin: 2rem 2rem 0 0;
  }
  .dept-section-number .number {
    font-size: 10rem;
  }
  .dept-detail-section-title {
    font-size: 1.8rem;
  }
  .dept-detail-section-content {
    font-size: 1.4rem;
  }
  .dept-detail-header {
    padding: 2rem 2rem 4rem;
  }
  .dept-detail-body {
    padding: 2rem 2rem;
  }
  .detail-display-area {
    margin: 0 auto;
    max-width: 100%;
    width: 52rem;
  }
  .page-department .slick-dots {
    margin-top: 2rem;
  }
  .page-department .slick-dots li,
  .page-department .slick-dots li button {
    width: 1.4rem;
    height: 1.4rem;
  }
  .page-department .remodal {
    padding: 2rem 2rem;
  }
}

