@charset "UTF-8";
/* MEDIA QUERIES
 * * -----------------------------------------------*/
/* slider
 * * -----------------------------------------------*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  display: table;
  content: "";
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.section-employees {
  background: #f5f5f5;
}
.section-employees .employees-title {
  font-weight: bold;
  text-align: center;
}
.section-employees .slide-item {
  outline: none;
}

.slider-employees:not(.slick-initialized) .slide-item:not(:first-child) {
  display: none;
}
.slider-employees .slick-arrow {
  outline: none;
  padding: 0;
  box-shadow: none;
  overflow: hidden;
  text-indent: -99999px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  background: no-repeat center center/50px auto;
  top: 50%;
  position: absolute;
  z-index: 122;
  cursor: pointer;
  transition: 0.26s ease;
}
.slider-employees .slick-arrow:hover {
  opacity: 0.8;
}
.slider-employees .slick-prev {
  background-image: url(../img/common/btn_prev_02.svg);
}
.slider-employees .slick-next {
  background-image: url(../img/common/btn_next_02.svg);
}

.employees-item {
  display: block;
}
.employees-item img {
  width: 100%;
  display: block;
}

@media print, (min-width: 768px) {
  .section-employees {
    padding: 56px 0 70px;
  }
  .section-employees .employees-title {
    font-size: 30px;
    width: 800px;
    margin: 0 auto 44px;
  }
  .section-employees .slide-item {
    width: 315px;
    padding: 0 20px;
  }
  .slider-employees {
    max-width: 1920px;
    margin: 0 auto;
  }
  .slider-employees .slick-track {
    position: relative;
    left: -630px;
  }
  .slider-employees .slick-arrow {
    width: 80px;
    height: 80px;
    margin-top: -77px;
  }
  .is-safari .slider-employees .slick-arrow {
    overflow: visible;
  }
  .slider-employees .slick-arrow:hover {
    opacity: 0.8;
  }
  .slider-employees .slick-prev {
    left: 50%;
    margin-left: -512px;
  }
  .slider-employees .slick-next {
    right: 50%;
    margin-right: -512px;
  }
  .employees-item img {
    border-radius: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-employees {
    padding: 0.56rem 0 1.1rem;
  }
  .section-employees .employees-title {
    font-size: 0.28rem;
    margin: 0 0.26rem 0.25rem;
  }
  .section-employees .slide-item {
    width: 2.91rem;
    padding: 0 0.15rem;
  }
  .slider-employees .slick-arrow {
    width: 0.8rem;
    height: 0.8rem;
    margin-top: -0.77rem;
    background-size: 0.4rem auto;
  }
  .slider-employees .slick-prev {
    left: 0.02rem;
  }
  .slider-employees .slick-next {
    right: 0.02rem;
  }
  .employees-item img {
    border-radius: 0.1rem;
  }
}
@media print, (min-width: 768px) {
  main {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767.98px) {
  main {
    margin-top: 0.8rem;
  }
}
.section-staff {
  position: relative;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-weight: 500;
}
.section-staff:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
}
.section-staff .wrapper {
  position: relative;
  z-index: 2;
}
.section-staff .staff-photo {
  position: relative;
}
.section-staff .staff-photo img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-staff .staff-box {
  font-weight: bold;
}
.section-staff .staff-title {
  color: #fff;
}
.section-staff .staff-text {
  letter-spacing: 0;
}

.button-base {
  min-height: 40px;
  border-radius: 50px;
  margin-bottom: 36px;
  padding-top: 6px;
}
.is-mac .button-base, .is-ipad .button-base {
  padding-top: 5px;
}

.list-faq > li {
  position: relative;
}
.list-faq .faq-item {
  position: relative;
  z-index: 2;
  color: #262626;
}
.list-faq .faq-question {
  font-weight: bold;
  position: relative;
}
.list-faq .faq-number {
  position: absolute;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-faq .faq-number img {
  max-width: none;
  display: block;
  width: auto;
}
.list-faq .faq-answer {
  line-height: 1.875;
}
.list-faq .faq-box {
  background: #fff;
  position: relative;
}
.list-faq .faq-text {
  font-weight: bold;
  line-height: 1.39;
  letter-spacing: 0.02em;
}
.list-faq .faq-text:after {
  content: "";
  display: inline-block;
  background: url(../img/common/icon_vector.svg) no-repeat center center/100% auto;
  position: relative;
}
.list-faq .faq-info {
  line-height: 1.6;
}
.list-faq .list-dot > li {
  padding-left: 1em;
  position: relative;
}
.list-faq .list-dot > li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

@media print, (min-width: 768px) {
  .section-staff {
    margin-top: -80px;
    font-size: 16px;
    padding: 80px 0 100px;
  }
  .section-staff:after {
    height: 101px;
  }
  .section-staff .staff-photo {
    margin: 0 -59px 150px;
  }
  .section-staff .staff-photo img {
    height: 428px;
    border-radius: 80px;
  }
  .section-staff .staff-box {
    width: 60vw;
    left: 535px;
    bottom: -50px;
    border-top-left-radius: 15px;
    padding: 57px 0 29px 45px;
    position: absolute;
    text-align: right;
  }
  .section-staff .staff-inner {
    width: 515px;
  }
  .section-staff .staff-title {
    font-size: 39px;
    text-align: left;
    letter-spacing: 0.21em;
    margin-bottom: 30px;
  }
  .section-staff .staff-name {
    font-size: 16px;
    display: flex;
    justify-content: space-between;
  }
  .section-staff .staff-text {
    font-size: 18px;
    margin-bottom: 4px;
    text-align: left;
  }
  .list-faq > li {
    padding: 36px 0 42px;
  }
  .list-faq > li:first-child {
    padding-top: 0;
  }
  .list-faq > li:last-child {
    padding-bottom: 0;
  }
  .list-faq > li:nth-child(1):before, .list-faq > li:nth-child(2):before, .list-faq > li:nth-child(3):before {
    display: none;
  }
  .list-faq > li:nth-child(2n) {
    padding-left: 277px;
  }
  .list-faq > li:nth-child(2n) .faq-answer {
    width: auto;
  }
  .list-faq > li:before {
    content: "";
    width: 120vw;
    position: absolute;
    left: 50%;
    margin-left: -60vw;
    top: 0;
    bottom: 0;
    padding: 0 5px;
    background: #fff;
    pointer-events: none;
  }
  .list-faq .faq-question {
    font-size: 22px;
    padding-left: 68px;
    margin-bottom: 23px;
  }
  .list-faq .faq-number {
    border-radius: 15px;
    height: 50px;
    min-width: 50px;
    padding: 0 2px;
    top: -6px;
  }
  .list-faq .faq-number img {
    height: 24px;
  }
  .list-faq .faq-answer {
    padding-left: 15px;
    width: 815px;
  }
  .list-faq .faq-box {
    border-radius: 10px;
    padding: 18px 20px 18px 40px;
    display: flex;
    align-items: center;
    margin: 73px 48px 0;
    min-height: 110px;
  }
  .list-faq .faq-box:before {
    content: "";
    width: 2px;
    position: absolute;
    top: 17px;
    left: 230px;
    bottom: 17px;
  }
  .list-faq .faq-text {
    font-size: 22px;
    width: 190px;
    padding-bottom: 2px;
  }
  .list-faq .faq-text:after {
    width: 24px;
    height: 24px;
    margin: -2px 0 0 9px;
    top: 3px;
  }
  .list-faq .faq-info {
    flex: 1;
    padding-left: 20px;
  }
}
@media print {
  .section-staff .staff-box {
    width: 9999px;
  }
  .list-faq > li:before {
    width: 9999px;
    margin-left: -4999px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-staff {
    margin-top: -0.82rem;
    font-size: 0.16rem;
    padding: 0.82rem 0 0.5rem;
  }
  .section-staff:after {
    height: 0.52rem;
  }
  .section-staff .staff-photo {
    margin: 0 -0.26rem 0.4rem;
  }
  .section-staff .staff-photo img {
    height: 2.14rem;
  }
  .section-staff .staff-box {
    padding: 0.2rem 0.26rem;
  }
  .section-staff .staff-title {
    font-size: 0.24rem;
    letter-spacing: 0.05em;
    margin-bottom: 0.1rem;
  }
  .section-staff .staff-name {
    font-size: 0.16rem;
    display: flex;
    justify-content: space-between;
  }
  .section-staff .staff-text {
    font-size: 0.18rem;
    margin-bottom: 0.05rem;
    text-align: left;
  }
  .button-base {
    min-height: 40px;
    border-radius: 50px;
  }
  .list-faq > li {
    padding: 0.3rem 0.26rem;
    margin: 0 -0.26rem;
    background: #fff;
  }
  .list-faq > li:nth-child(1), .list-faq > li:nth-child(2), .list-faq > li:nth-child(3) {
    background: none;
  }
  .list-faq .faq-question {
    font-size: 0.19rem;
    padding-left: 0.4rem;
    margin: 0 -0.1rem 0.1rem 0;
    letter-spacing: 0;
  }
  .list-faq .faq-number {
    border-radius: 0.05rem;
    min-width: 0.35rem;
    height: 0.35rem;
    top: -0.02rem;
  }
  .list-faq .faq-number img {
    height: 0.18rem;
  }
  .list-faq .faq-answer {
    letter-spacing: 0.05em;
  }
  .list-faq .faq-box {
    border-radius: 0.1rem;
    padding: 0.2rem;
    margin-top: 0.4rem;
  }
  .list-faq .faq-text {
    font-size: 0.18rem;
    border-bottom: 1px solid transparent;
    padding-bottom: 0.1rem;
    margin-bottom: 0.1rem;
  }
  .list-faq .faq-text:after {
    width: 0.24rem;
    height: 0.24rem;
    margin: -0.02rem 0 0 0.1rem;
    top: 0.04rem;
  }
  .list-faq .is-space {
    letter-spacing: 0;
    margin-right: -0.1rem;
  }
}
.section-staff-consultant {
  background: #f5f9e5;
}
.section-staff-consultant .staff-box {
  background: #a7c62d;
}
.section-staff-consultant .faq-number {
  background: #a7c62d;
}
@media print, (min-width: 768px) {
  .section-staff-consultant .faq-answer {
    padding-left: 20px;
    width: 808px;
  }
  .section-staff-consultant .faq-box:before {
    background: #a7c62d;
  }
  .section-staff-consultant .list-faq .faq-question {
    padding-left: 73px;
  }
  .section-staff-consultant .list-faq .faq-number {
    min-width: 53px;
  }
  .section-staff-consultant .list-faq > li:nth-child(2) .faq-answer {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-staff-consultant .faq-text {
    border-color: #a7c62d;
  }
}

.section-staff-engineer {
  background: #e8f8ff;
}
.section-staff-engineer .staff-box {
  background: #46abbe;
}
.section-staff-engineer .faq-number {
  background: #46abbe;
}
@media print, (min-width: 768px) {
  .section-staff-engineer .faq-box:before {
    background: #46abbe;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-staff-engineer .faq-text {
    border-color: #46abbe;
  }
}

.section-staff-design {
  background: #f8f1fd;
}
.section-staff-design .staff-box {
  background: #9d83b3;
}
.section-staff-design .faq-number {
  background: #9d83b3;
}
@media print, (min-width: 768px) {
  .section-staff-design .faq-box:before {
    background: #9d83b3;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-staff-design .faq-text {
    border-color: #9d83b3;
  }
}

.section-staff-support {
  background: #fff9f2;
}
.section-staff-support .staff-box {
  background: #ea9c3c;
}
.section-staff-support .faq-number {
  background: #ea9c3c;
}
@media print, (min-width: 768px) {
  .section-staff-support .faq-box:before {
    background: #ea9c3c;
  }
  .section-staff-support .list-faq .faq-box {
    padding-right: 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-staff-support .faq-text {
    border-color: #ea9c3c;
  }
}/*# sourceMappingURL=staff.css.map */