@charset "UTF-8";
.employee {
  position: relative;
  overflow-x: hidden;
}
.employee__header {
  width: 1024px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .employee__header {
    width: 94%;
    margin-bottom: 40px;
  }
}
.employee__header::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  width: 46px;
  height: 410px;
  bottom: 0;
  left: -60px;
  z-index: 10;
  display: inline-block;
}
@media only screen and (max-width: 430px) {
  .employee__header::before {
    display: none;
  }
}
.employee__header__employee01 {
  position: relative;
}
.employee__header__employee01::before {
  background-image: url(../img/1/employee_scroll.png);
}
.employee__header__employee02 {
  position: relative;
}
.employee__header__employee02::before {
  background-image: url(../img/2/employee_scroll.png);
}
.employee__header__employee03 {
  position: relative;
}
.employee__header__employee03::before {
  background-image: url(../img/3/employee_scroll.png);
}
.employee__header__employee04 {
  position: relative;
}
.employee__header__employee04::before {
  background-image: url(../img/4/employee_scroll.png);
}
.employee__header__employee05 {
  position: relative;
}
.employee__header__employee05::before {
  background-image: url(../img/5/employee_scroll.png);
}
.employee__header__employee06 {
  position: relative;
}
.employee__header__employee06::before {
  background-image: url(../img/6/employee_scroll.png);
}
.employee__header__employee07 {
  position: relative;
}
.employee__header__employee07::before {
  background-image: url(../img/7/employee_scroll.png);
}
.employee__header__employee08 {
  position: relative;
}
.employee__header__employee08::before {
  background-image: url(../img/8/employee_scroll.png);
}
.employee__header__inner .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.employee__header__innerPhoto {
  width: 45%;
  position: relative;
}
@media only screen and (max-width: 430px) {
  .employee__header__innerPhoto {
    width: 46%;
  }
}
.employee__header__innerPhoto::before {
  position: absolute;
  content: "";
  background-image: url(../img/employee_parts02.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 76px;
  height: 76px;
  bottom: 180px;
  right: -38px;
  z-index: 10;
  display: inline-block;
  -webkit-animation: rotateAnim 8s linear infinite;
          animation: rotateAnim 8s linear infinite;
}
@media only screen and (max-width: 430px) {
  .employee__header__innerPhoto::before {
    width: 40px;
    height: 40px;
    top: 50%;
    right: -16px;
  }
}
.employee__header__innerPhoto {
  /* 回転アニメーション定義 */
}
@-webkit-keyframes rotateAnim {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotateAnim {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.employee__header__innerList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 45%;
}
@media only screen and (max-width: 430px) {
  .employee__header__innerList {
    width: 46%;
  }
}
.employee__header__innerList li:nth-of-type(1) {
  margin-bottom: 16px;
}
@media only screen and (max-width: 430px) {
  .employee__header__innerList li:nth-of-type(1) {
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 430px) {
  .employee__header__innerList li:nth-of-type(1) img {
    height: 80px;
  }
}
.employee__header__innerList li:nth-of-type(2) {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.employee__header__innerList li:nth-of-type(2) p:nth-of-type(1) {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .employee__header__innerList li:nth-of-type(2) p:nth-of-type(1) {
    font-size: 15px;
  }
}
@media only screen and (max-width: 430px) {
  .employee__header__innerList li:nth-of-type(2) p:nth-of-type(1) {
    font-size: 11px;
  }
}
.employee__header__innerList li:nth-of-type(2) p:nth-of-type(1) {
  font-weight: 600;
  border-bottom: solid 1px var(--color-black);
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 430px) {
  .employee__header__innerList li:nth-of-type(2) p:nth-of-type(1) {
    padding-bottom: 6px;
    margin-bottom: 12px;
  }
}
.employee__header__innerList li:nth-of-type(2) p:nth-of-type(1) a {
  text-decoration: none;
  color: var(--color-black);
}
.employee__header__innerList li:nth-of-type(2) p:nth-of-type(2) {
  width: 90px;
}
@media only screen and (max-width: 430px) {
  .employee__header__innerList li:nth-of-type(2) p:nth-of-type(2) {
    width: 44px;
  }
}
.employee__header__innerList li:nth-of-type(3) {
  font-size: 36px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .employee__header__innerList li:nth-of-type(3) {
    font-size: 28px;
  }
}
@media only screen and (max-width: 430px) {
  .employee__header__innerList li:nth-of-type(3) {
    font-size: 22px;
  }
}
.employee__header__innerList li:nth-of-type(3) {
  font-weight: 600;
  margin-bottom: 16px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 430px) {
  .employee__header__innerList li:nth-of-type(3) {
    margin-bottom: 8px;
  }
}
.employee__header__innerList li:nth-of-type(4) {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .employee__header__innerList li:nth-of-type(4) {
    font-size: 15px;
  }
}
@media only screen and (max-width: 430px) {
  .employee__header__innerList li:nth-of-type(4) {
    font-size: 11px;
    line-height: 1.3;
    letter-spacing: 0;
  }
}
.employee__header__innerList li:nth-of-type(4) {
  border-bottom: solid 1px var(--color-black);
  padding-bottom: 20px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 430px) {
  .employee__header__innerList li:nth-of-type(4) {
    padding-bottom: 8px;
    margin-bottom: 12px;
  }
}
.employee__header__innerList li:nth-of-type(5) span {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .employee__header__innerList li:nth-of-type(5) span {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 430px) {
  .employee__header__innerList li:nth-of-type(5) span {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.employee__header__innerList li:nth-of-type(5) span {
  font-weight: 600;
  background-color: var(--color-yellow-green);
  padding: 16px;
  border-radius: 8px;
  display: inline-block;
}
@media only screen and (max-width: 430px) {
  .employee__header__innerList li:nth-of-type(5) span {
    padding: 8px;
  }
}
.employee__header__innerList li:nth-of-type(5) span.art {
  background-color: var(--color-perple);
}
.employee__header__innerList li:nth-of-type(6) {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .employee__header__innerList li:nth-of-type(6) {
    font-size: 13px;
  }
}
@media only screen and (max-width: 430px) {
  .employee__header__innerList li:nth-of-type(6) {
    font-size: 11px;
    letter-spacing: 0;
  }
}
.employee__header__innerList li:nth-of-type(6) {
  margin-top: 8px;
}
.employee__message-inner {
  padding: 80px 0 0 0;
  position: relative;
}
@media only screen and (max-width: 430px) {
  .employee__message-inner {
    padding: 0 0 0 0;
  }
}
.employee__message-block1 {
  width: 1024px;
  margin: 0 auto 60px;
}
@media only screen and (max-width: 1024px) {
  .employee__message-block1 {
    width: 90%;
    margin: 0 auto 40px;
  }
}
@media only screen and (max-width: 430px) {
  .employee__message-block1 {
    width: 90%;
    margin: 0 auto 20px;
  }
}
.employee__message-block2 {
  width: 1024px;
  height: 320px;
  margin: 0 auto 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .employee__message-block2 {
    width: 90%;
  }
}
@media only screen and (max-width: 430px) {
  .employee__message-block2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    margin: 0 auto 20px;
  }
}
.employee__message-term {
  font-size: 24px;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .employee__message-term {
    font-size: 20px;
  }
}
@media only screen and (max-width: 430px) {
  .employee__message-term {
    font-size: 18px;
  }
}
.employee__message-term {
  font-weight: 600;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
.employee__message-term::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 2s ease;
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
}
.employee__message-term span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
  width: 66px;
}
.employee__message-term.active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.employee__message-term.active::before {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.employee__message-desc {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .employee__message-desc {
    font-size: 15px;
  }
}
@media only screen and (max-width: 430px) {
  .employee__message-desc {
    font-size: 14px;
  }
}
.employee__message-photosmall {
  position: absolute;
  left: -210px;
  top: 0;
}
@media only screen and (max-width: 430px) {
  .employee__message-photosmall {
    position: relative;
    left: 0;
  }
}
.employee__message-photosmall img {
  width: 580px;
  position: relative;
}
@media only screen and (max-width: 430px) {
  .employee__message-photosmall img {
    width: 100%;
  }
}
.employee__message-photosmall span {
  position: absolute;
  background-image: url(../img/employee_parts05.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 160px;
  height: 60px;
  bottom: 20px;
  right: -40px;
  z-index: 5;
}
@media only screen and (max-width: 430px) {
  .employee__message-photosmall span {
    width: 120px;
    height: 40px;
    right: -20px;
  }
}
.employee__message-photolarge {
  position: relative;
  padding-bottom: 60px;
  width: 1440px;
  margin: 0 auto;
}
@media only screen and (max-width: 430px) {
  .employee__message-photolarge {
    padding-bottom: 20px;
  }
}
.employee__message-photolarge img {
  width: 100%;
  display: block;
}
.employee__message-photolarge::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 0;
}
.employee__message-photolarge.active::before {
  opacity: 1;
  -webkit-animation: maskSlide 2s cubic-bezier(0.65, 0, 0.35, 1) forwards;
          animation: maskSlide 2s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@media only screen and (max-width: 1440px) {
  .employee__message-photolarge {
    width: 100%;
  }
}
.employee__message-photolarge span {
  position: absolute;
  background-image: url(../img/employee_parts05.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 160px;
  height: 60px;
  bottom: 20px;
  right: -40px;
  z-index: 5;
}
@-webkit-keyframes maskSlide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes maskSlide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.employee__message {
  /* 画像のフェードイン */
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.employee__message-info {
  width: 56%;
}
@media only screen and (max-width: 430px) {
  .employee__message-info {
    width: 100%;
    margin-bottom: 16px;
  }
}
.employee__message-bg1 {
  position: absolute;
  background-image: url(../img/bg-message01.png);
  background-repeat: repeat;
  width: 800px;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 430px) {
  .employee__message-bg1 {
    display: none;
  }
}
.employee__message-bg1-top {
  position: absolute;
  background-image: url(../img/bg-message01-top.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 800px;
  height: 40px;
  top: -40px;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 430px) {
  .employee__message-bg1-top {
    display: none;
  }
}
.employee__message-bg1-bottom {
  position: absolute;
  background-image: url(../img/bg-message01-bottom.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 800px;
  height: 40px;
  bottom: -40px;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 430px) {
  .employee__message-bg1-bottom {
    display: none;
  }
}
.employee__message-bg2 {
  position: absolute;
  background-image: url(../img/bg-message01.png);
  background-repeat: repeat;
  width: 800px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 430px) {
  .employee__message-bg2 {
    display: none;
  }
}
.employee__message-bg2-top {
  position: absolute;
  background-image: url(../img/bg-message01-top.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 800px;
  height: 40px;
  top: -40px;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 430px) {
  .employee__message-bg2-top {
    display: none;
  }
}
.employee__message-bg2-bottom {
  position: absolute;
  background-image: url(../img/bg-message01-bottom.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 800px;
  height: 40px;
  bottom: -40px;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 430px) {
  .employee__message-bg2-bottom {
    display: none;
  }
}
.employee__point {
  width: 1024px;
  margin: 0 auto 120px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .employee__point {
    width: 90%;
    margin: 0 auto 80px;
  }
}
.employee__point::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: inline-block;
  width: 740px;
  height: 436px;
  background-image: url(../img/employee_parts08.jpg);
  background-size: cover;
  background-position: center center;
  z-index: -1;
}
@media only screen and (max-width: 430px) {
  .employee__point::before {
    width: 430px;
    height: 234px;
    top: 20%;
  }
}
.employee__point-block1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
@media only screen and (max-width: 430px) {
  .employee__point-block1 {
    margin-bottom: 100px;
  }
}
.employee__point-block1--term {
  font-size: 24px;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .employee__point-block1--term {
    font-size: 20px;
  }
}
@media only screen and (max-width: 430px) {
  .employee__point-block1--term {
    font-size: 18px;
  }
}
.employee__point-block1--term {
  font-weight: 600;
}
.employee__point-block1--photo {
  position: relative;
  width: 280px;
}
@media only screen and (max-width: 430px) {
  .employee__point-block1--photo {
    width: 200px;
  }
}
.employee__point-block1--photo .employee-fukidashi {
  z-index: 10;
  position: absolute;
  top: -60px;
  right: -260px;
  content: "";
}
@media only screen and (max-width: 430px) {
  .employee__point-block1--photo .employee-fukidashi {
    top: -40px;
    right: -150px;
  }
}
.employee__point-block1--photo .employee-fukidashi--custom {
  top: 0;
  left: 0;
}
.employee__point-block1--photo .employee-fukidashi img {
  width: 326px;
}
@media only screen and (max-width: 430px) {
  .employee__point-block1--photo .employee-fukidashi img {
    width: 220px;
  }
}
.employee__point-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.employee__point-block2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 60%;
}
@media only screen and (max-width: 430px) {
  .employee__point-block2 {
    width: 100%;
  }
}
.employee__point-block2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 1px;
  background-color: var(--color-black);
}
.employee__point-block2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-black);
}
.employee__point-block2-parts1 {
  position: relative;
  padding: 40px 0 0 0;
}
@media only screen and (max-width: 430px) {
  .employee__point-block2-parts1 {
    padding: 28px 0 0 0;
  }
}
.employee__point-block2-parts1::after {
  content: "";
  background-image: url(../img/line-parts1.jpg);
  background-size: cover;
  height: 20px;
  width: 20px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.employee__point-block2-parts1::before {
  content: "";
  background-image: url(../img/line-parts1.jpg);
  background-size: cover;
  height: 20px;
  width: 20px;
  position: absolute;
  right: 50%;
  top: -19px;
  z-index: 10;
}
.employee__point-block2-parts2 {
  position: relative;
  padding: 0 0 0 0;
}
.employee__point-block2-parts2::after {
  content: "";
  background-image: url(../img/line-parts1.jpg);
  background-size: cover;
  height: 20px;
  width: 20px;
  position: absolute;
  right: 0;
  top: -20px;
  z-index: 10;
}
.employee__point-block2-parts2 {
  /*&::before {
  	content: '';
  	background-image: url(../img/line-parts1.jpg);
  	background-size: cover;
  	height: 20px;
  	width: 20px;
  	position: absolute;
  	left: 0;
  	top: -1px;
  	z-index: 10;
  }*/
}
.employee__point-block2-parts3 {
  position: relative;
}
.employee__point-block2-parts3 p {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  width: 90%;
  height: 2px;
  background-color: var(--color-yellow-green);
}
@media only screen and (max-width: 430px) {
  .employee__point-block2-parts3 p {
    top: -76px;
  }
}
.employee__point-block2-parts3 p.employee02 {
  background-color: #00e993;
}
.employee__point-block2-parts3 p.employee03 {
  background-color: #ff65c7;
}
.employee__point-block2-parts3 p.employee04 {
  background-color: #00cdff;
}
.employee__point-block2-parts3 p.employee05 {
  background-color: #c67aff;
}
.employee__point-block2-parts3 p.employee06 {
  background-color: #ff9f2c;
}
.employee__point-block2-parts3 p.employee07 {
  background-color: #f0ff00;
}
.employee__point-block2-parts3 p.employee08 {
  background-color: #43a3ff;
}
.employee__point-block2-parts3 span {
  position: absolute;
  z-index: 10;
  right: 0;
  top: -140px;
}
.employee__point-block2-parts3 span img {
  width: 232px;
}
@media only screen and (max-width: 430px) {
  .employee__point-block2-parts3 span img {
    width: 160px;
  }
}
.employee__point-term {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .employee__point-term {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 430px) {
  .employee__point-term {
    font-size: 18px;
    letter-spacing: 0.02em;
    line-height: 1.6;
  }
}
.employee__point-term {
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.employee__point-desc {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .employee__point-desc {
    font-size: 15px;
  }
}
@media only screen and (max-width: 430px) {
  .employee__point-desc {
    font-size: 14px;
  }
}
.employee__point-desc {
  padding-bottom: 40px;
}
@media only screen and (max-width: 430px) {
  .employee__point-desc {
    padding-bottom: 28px;
  }
}
.employee__schedule {
  position: relative;
  background-color: var(--color-gray-light);
  width: 1024px;
  margin: 0 auto 80px;
}
@media only screen and (max-width: 1024px) {
  .employee__schedule {
    width: 90%;
  }
}
.employee__schedule::after {
  position: absolute;
  content: "";
  background-size: cover;
  width: 621px;
  aspect-ratio: 621/68;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -36px;
  z-index: 10;
}
@media only screen and (max-width: 430px) {
  .employee__schedule::after {
    width: 300px;
    top: -16px;
  }
}
.employee__schedule__no1::after {
  background-image: url(../img/1/employee_schejule.png);
}
.employee__schedule__no2::after {
  background-image: url(../img/2/employee_schejule.png);
}
.employee__schedule__no3::after {
  background-image: url(../img/3/employee_schejule.png);
}
.employee__schedule__no4::after {
  background-image: url(../img/4/employee_schejule.png);
}
.employee__schedule__no5::after {
  background-image: url(../img/5/employee_schejule.png);
}
.employee__schedule__no6::after {
  background-image: url(../img/6/employee_schejule.png);
}
.employee__schedule__no7::after {
  background-image: url(../img/7/employee_schejule.png);
}
.employee__schedule__no8::after {
  background-image: url(../img/8/employee_schejule.png);
}
.employee__schedule--inner {
  padding: 80px 48px 48px 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 430px) {
  .employee__schedule--inner {
    padding: 60px 36px 36px 36px;
  }
}
.employee__schedule-block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
  padding-bottom: 40px;
}
.employee__schedule-block ul li:nth-of-type(1) {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .employee__schedule-block ul li:nth-of-type(1) {
    font-size: 17px;
  }
}
@media only screen and (max-width: 430px) {
  .employee__schedule-block ul li:nth-of-type(1) {
    font-size: 16px;
  }
}
.employee__schedule-block ul li:nth-of-type(1) {
  font-weight: 600;
}
.employee__schedule-block ul li:nth-of-type(2) {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .employee__schedule-block ul li:nth-of-type(2) {
    font-size: 17px;
  }
}
@media only screen and (max-width: 430px) {
  .employee__schedule-block ul li:nth-of-type(2) {
    font-size: 16px;
  }
}
.employee__schedule-block ul li:nth-of-type(2) {
  font-weight: 600;
  padding-bottom: 20px;
  border-bottom: dashed 1px var(--color-black);
}
.employee__schedule-block ul li:nth-of-type(3) {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .employee__schedule-block ul li:nth-of-type(3) {
    font-size: 15px;
  }
}
@media only screen and (max-width: 430px) {
  .employee__schedule-block ul li:nth-of-type(3) {
    font-size: 14px;
  }
}
.employee__link {
  margin: 0 auto 60px;
}
.employee__link-title {
  width: 310px;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 430px) {
  .employee__link-title {
    width: 280px;
  }
}
.employee__link-list {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  width: 500px;
}
@media only screen and (max-width: 500px) {
  .employee__link-list {
    width: 90%;
    gap: 0;
  }
}
.employee__link-list a {
  width: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: var(--color-black);
  color: var(--color-white);
  text-decoration: none;
  border-radius: 8px;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .employee__link-list a {
    font-size: 17px;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 430px) {
  .employee__link-list a {
    font-size: 16px;
    letter-spacing: 0;
  }
}
.employee__link-list a {
  font-weight: 600;
}
@media only screen and (max-width: 500px) {
  .employee__link-list a {
    width: 110px;
    padding: 8px;
  }
}
.employee__link-list a.nolink {
  background-color: var(--color-gray-light) !important;
  color: var(--color-white);
  cursor: default;
  pointer-events: none;
}
.employee__link-list a.prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
.employee__link-list a.prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--color-white);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
.employee__link-list a.prev:hover {
  background-color: var(--color-yellow-green);
}
.employee__link-list a.prev:hover::before {
  width: 60px;
}
@media only screen and (max-width: 430px) {
  .employee__link-list a.prev:hover::before {
    width: 40px;
  }
}
.employee__link-list a.index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
.employee__link-list a.index:hover {
  background-color: var(--color-yellow-green);
}
.employee__link-list a.next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.employee__link-list a.next::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 2px;
  background-color: var(--color-white);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
.employee__link-list a.next:hover {
  background-color: var(--color-yellow-green);
}
.employee__link-list a.next:hover::before {
  width: 60px;
}
@media only screen and (max-width: 430px) {
  .employee__link-list a.next:hover::before {
    width: 40px;
  }
}

.swiper-container-horizontal > .swiper-scrollbar {
  left: 10% !important;
  position: relative;
}
@media only screen and (max-width: 430px) {
  .swiper-container-horizontal > .swiper-scrollbar {
    left: 24% !important;
  }
}

.swiper-scrollbar {
  position: relative;
}
.swiper-scrollbar::after {
  content: "SLIDE";
  position: absolute;
  font-weight: 600;
  letter-spacing: 0.2em;
  left: -10%;
  top: 0;
  z-index: 10;
  line-height: 0;
}
@media only screen and (max-width: 430px) {
  .swiper-scrollbar::after {
    left: -24% !important;
  }
}

/*-----swiper-----*/
.swiper-container {
  width: 100%;
}

.swiper-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.swiper-pagination {
  position: absolute;
  bottom: 26px !important;
  left: 70px !important;
  width: 100%;
  text-align: center;
  z-index: 1;
}

.swiper-pagination-bullet {
  background: #999;
  opacity: 0.5;
  width: 12px !important;
  height: 12px !important;
}

.swiper-pagination-bullet-active {
  background: var(--color-yellow-green) !important;
  opacity: 1;
}

/*
.employee__header__innerPhoto {
	filter: blur(20px);
	opacity: 0;
	transition:
		filter 0.8s ease,
		opacity 0.8s ease;
}

.employee__header__innerPhoto.show {
	filter: blur(0);
	opacity: 1;
}
*/