@charset "UTF-8";
/* CSS Document */

#chaBox #selectBox {
  background-image: url("../img/tittleBg.png"), url("../img/bg01.gif");
  background-repeat: no-repeat, repeat;
  background-size: 390px, 12px 12px;
  background-position: top center, left top;
  padding: 30px 20px;
}

#chaSelct {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

#chaSelct li {
  width: calc((100% - 20px) / 3);
  height: auto;
}

#chaBox li .js-slide-nav {
  display: block;
  width: 100%;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

#chaBox li .js-slide-nav img {
  max-width: 100%;
  height: auto;
  background-image: url("../img/cha00.png");
  background-repeat: no-repeat;
  background-size: cover;
}

#chaBox li .js-slide-nav:hover img,
#chaBox li .js-slide-nav.is-active img {
  opacity: 0.6;
  transition: 0.3s ease-in-out;
}

#chaBox li .js-slide-nav p {
  font-size: 15px;
  color: #397066;
  text-align: center;
}

#chaBox #sldWrap {
  width: 100%;
  overflow: hidden;
  background-color: #353535;
}

#chaBox #chaSld {
  width: 100vw;
  height: 520px;
  margin: 0 auto;
  position: relative;
}

#chaBox #chaSld .sldArea {
  height: 100%;
  display: flex;
  position: absolute;
}

#chaBox #chaSld .sldArea .sldList {
  width: 100vw;
  height: 520px;
  margin-right: 30px;
  flex-shrink: 0;
  position: relative;
}

/* 各スライドの背景画像設定（カンマ区切りに修正） */
#chaBox #chaSld .sldArea > li:nth-child(1) {
  background-image: url("../img/shaStd01.png"), url("../img/btnBg01.png");
  background-repeat: no-repeat;
  background-size: auto 150%, 240px 240px;
  background-position: calc(50% - 60px) -10%, 70% -20%;
}

#chaBox #chaSld .sldArea > li:nth-child(2) {
  background-image: url("../img/shaStd02.png"), url("../img/btnBg01.png");
  background-repeat: no-repeat;
  background-size: auto 150%, 240px 240px;
  background-position: calc(30% - 60px) -10%, 70% -20%;
}

#chaBox #chaSld .sldArea > li:nth-child(3) {
  background-image: url("../img/shaStd03.png"), url("../img/btnBg01.png");
  background-repeat: no-repeat;
  background-size: auto 150%, 240px 240px;
  background-position: calc(40% - 60px) -10%, 70% -20%;
}

#chaBox #chaSld .sldArea > li:nth-child(4) {
  background-image: url("../img/shaStd04.png"), url("../img/btnBg01.png");
  background-repeat: no-repeat;
  background-size: auto 150%, 240px 240px;
  background-position: calc(50% - 145px) -10%, 70% -20% !important;
}

#chaBox #chaSld .sldArea > li:nth-child(5) {
  background-image: url("../img/shaStd05.png"), url("../img/btnBg01.png");
  background-repeat: no-repeat;
  background-size: auto 150%, 240px 240px;
  background-position: calc(50% - 120px) -10%, 70% -20% !important;
}

@media screen and (max-width: 768px) {
  #chaBox #chaSld .sldArea > li:nth-child(4),
  #chaBox #chaSld .sldArea > li:nth-child(5) {
    background-position: calc(30% - 60px) -10%, 70% -20% !important;
  }
}

#chaBox #chaSld .sldArea > li:nth-child(6) {
  background-image: url("../img/shaStd06.png"), url("../img/btnBg01.png");
  background-repeat: no-repeat;
  background-size: auto 150%, 240px 240px;
  background-position: calc(60% - 60px) -10%, 70% -20%;
}

#chaBox #chaSld .sldArea > li:nth-child(7) {
  background-image: url("../img/shaStd07.png"), url("../img/btnBg01.png");
  background-repeat: no-repeat;
  background-size: auto 150%, 240px 240px;
  background-position: calc(60% - 60px) -10%, 70% -20%;
}

#chaBox #chaSld .sldArea > li:nth-child(8) {
  background-image: url("../img/shaStd08.png"), url("../img/btnBg01.png");
  background-repeat: no-repeat;
  background-size: auto 150%, 240px 240px;
  background-position: calc(55% - 60px) -10%, 70% -20%;
}

#chaBox #chaSld .sldArea > li:nth-child(9) {
  background-image: url("../img/shaStd09.png"), url("../img/btnBg01.png");
  background-repeat: no-repeat;
  background-size: auto 150%, 240px 240px;
  background-position: calc(40% - 60px) -10%, 70% -20%;
}

.chaName {
  position: absolute;
  top: 60px;
  left: calc(50% + 60px);
  z-index: 1;
}

.chaName li {
  float: left;
  display: block;
}

.chaName h3 {
  margin: 0;
  width: 36px;
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  line-height: 36px;
  writing-mode: vertical-rl;
  display: inline;
}

.chaName h4 {
  margin: 0 0 0 10px;
  width: 14px;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  writing-mode: vertical-rl;
  display: inline;
}

.chaTxt {
  width: 100%;
  padding: 20px 20px 30px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #353535;
}

.chaTxt .cvArea {
  padding-bottom: 10px;
}

.chaTxt .cvArea h5,
.chaTxt .cvArea .voiceBt {
  display: inline-block;
}

.chaTxt .cvArea h5 {
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1em;
  color: #fff;
}

.chaTxt .cvArea h5::before {
  margin-right: 6px;
  padding: 0px 6px;
  font-size: 14px;
  font-weight: 200;
  line-height: 14px;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #A18E21;
  content: "CV";
}

.chaTxt .cvArea .voiceBt {
  margin-left: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block; /* 全角スペース除去 */
  position: relative;
  top: -2px;
  cursor: pointer;
  border: none;
  padding: 0;
  outline: none;
}

.chaTxt .cvArea .voiceBt::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #A18E21;
  position: absolute;
  top: 3px;
  left: 5px;
}

.chaTxt p {
  font-size: 14px;
  line-height: 2.2em;
  color: #fff;
}

/* スライド送りボタン */
.arow-wrap {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.arrow-btn {
  width: 48px;
  height: 250px;
  transition: .2s;
}

.arrow-left, .arrow-right {
  position: relative;
}

.arrow-left:hover::after, .arrow-right:hover::after {
  opacity: 0.6;
  transition: 0.3s ease-in-out;
}

.arrow-left::after {
  content: "";
  width: 26px;
  height: 26px;
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-30%, -50%) rotate(-45deg);
  pointer-events: none;
}

.arrow-right::after {
  content: "";
  width: 26px;
  height: 26px;
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-70%, -50%) rotate(135deg);
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  #chaSelct li {
    width: calc((100% - 40px) / 5);
    height: auto;
  }

  #chaBox #chaSld {
    width: 768px;
    overflow: hidden;
    height: 400px;
  }

  #chaBox #chaSld .sldArea .sldList {
    width: 768px;
  }

  #chaBox #chaSld .sldArea > li:nth-child(1) {
    background-position: calc(50% - 120px) -10%, 70% -20%;
  }

  #chaBox #chaSld .sldArea > li:nth-child(4) {
    background-position: calc(40% - 60px) -10%, 70% -20%;
  }

  #chaBox #chaSld .sldArea > li:nth-child(5) {
    background-position: calc(40% - 60px) -10%, 70% -20%;
  }

  #chaBox #chaSld .sldArea > li:nth-child(6) {
    background-position: calc(40% - 60px) -10%, 70% -20%;
  }

  #chaBox #chaSld .sldArea > li:nth-child(7) {
    background-position: calc(40% - 60px) -10%, 70% -20%;
  }

  #chaBox #chaSld .sldArea > li:nth-child(8) {
    background-position: calc(35% - 60px) -10%, 70% -20%;
  }

  #chaBox #chaSld .sldArea > li:nth-child(9) {
    background-position: calc(30% - 60px) -10%, 70% -20%;
  }

  .chaName {
    padding-top: 40px;
    padding-left: 50%;
    position: static;
  }

  .chaName li {
    float: none;
  }

  .chaName h3, .chaName h4 {
    margin-left: 0;
    writing-mode: horizontal-tb;
  }

  .chaTxt {
    padding-top: 10px;
    padding-left: 50%;
    width: auto;
    text-align: left;
    display: inline-block;
    position: static;
    transform: none;
    background-color: transparent;
  }

  .chaTxt .cvArea {
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 1024px) {
  #chaSelct li {
    width: calc((100% - 80px) / 9);
    height: auto;
  }
}