@charset "UTF-8";
/* CSS Document */
.sec-contact-mv {
  position: relative;
}
.sec-contact-mv .list-btn {
  padding: 65px 90px 90px 90px;
}
@media screen and (max-width: 767px) {
  .sec-contact-mv .list-btn {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 70px;
  }
}
.sec-contact-mv .txt {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 40px;
  letter-spacing: 0.12em;
  color: #808080;
}
@media screen and (max-width: 767px) {
  .sec-contact-mv .txt {
    font-size: 11px;
    bottom: 20px;
  }
}
.sec-contact-mv .txt span {
  color: #ff8095;
}

.sec-contact .list-btn {
  bottom: 18%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec-contact .list-btn {
    bottom: 16%;
  }
}

.sec-contact02 .list-btn {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 10%;
}

.sec-step .btn-wrap {
  bottom: 37.5%;
}
@media screen and (max-width: 767px) {
  .sec-step .btn-wrap {
    bottom: 46.5%;
  }
}

.sec-brand .list-brand > .list {
  padding: 0;
}
.sec-brand .list-brand > .list:nth-of-type(2) {
  border: 1px solid #ff8095;
}
.sec-brand .list-brand > .list:nth-of-type(2) .ttl-num {
  color: #ff8095;
  border-color: #ff8095;
}
.sec-brand .list-brand > .list:nth-of-type(2) .review-wrap {
  background: #fff8f8 url(../img/border_pink.png) no-repeat top/100%;
}
@media screen and (max-width: 767px) {
  .sec-brand .list-brand > .list:nth-of-type(2) .review-wrap {
    background: #fff8f8 url(../img/border_pink_sp.png) no-repeat top/100%;
  }
}
.sec-brand .list-brand > .list:nth-of-type(2) .list-review .item {
  height: 570px;
  background: url(../img/bg_memo02.png) no-repeat top/contain;
}
@media screen and (max-width: 767px) {
  .sec-brand .list-brand > .list:nth-of-type(2) .list-review .item {
    background: url(../img/bg_memo_sp.png) no-repeat top/contain;
  }
}
.sec-brand .list-brand > .list:nth-of-type(3) {
  border: 1px solid #ac9edd;
}
.sec-brand .list-brand > .list:nth-of-type(3) .ttl-num {
  color: #ac9edd;
  border-color: #ac9edd;
}
.sec-brand .list-brand > .list:nth-of-type(3) .review-wrap {
  background: #f9f8ff url(../img/border_ppl.png) no-repeat top/100%;
}
@media screen and (max-width: 767px) {
  .sec-brand .list-brand > .list:nth-of-type(3) .review-wrap {
    background: url(../img/border_ppl_sp.png) no-repeat top/contain;
  }
}
.sec-brand .list-brand > .list:nth-of-type(3) .list-review .item {
  height: 570px;
  background: url(../img/bg_memo02.png) no-repeat top/contain;
}
@media screen and (max-width: 767px) {
  .sec-brand .list-brand > .list:nth-of-type(3) .list-review .item {
    background: url(../img/bg_memo_sp.png) no-repeat top/contain;
  }
}
.sec-brand .img-style {
  padding: 50px;
  padding-bottom: 0;
  padding-left: 30px;
  border-radius: 28px 28px 0 0;
}
@media screen and (max-width: 767px) {
  .sec-brand .img-style {
    padding: 40px 10px 20px;
  }
}
.sec-brand .img-style01 {
  background: url(../img/bg_style_blue.png) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .sec-brand .img-style01 {
    background: url(../img/bg_style_blue_sp.png) no-repeat center/cover;
  }
}
.sec-brand .img-style02 {
  background: url(../img/bg_style_pink.png) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .sec-brand .img-style02 {
    background: url(../img/bg_style_pink_sp.png) no-repeat center/cover;
  }
}
.sec-brand .img-style03 {
  background: url(../img/bg_style_ppl.png) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .sec-brand .img-style03 {
    background: url(../img/bg_style_ppl_sp.png) no-repeat center/cover;
  }
}
.sec-brand .review-wrap {
  padding: 40px 20px;
  background: #eaf9f9 url(../img/border_blue.png) no-repeat top/100%;
  border-radius: 0 0 28px 28px;
}
@media screen and (max-width: 767px) {
  .sec-brand .review-wrap {
    padding: 20px 10px;
    background: #eaf9f9 url(../img/border_blue_sp.png) no-repeat top/100%;
  }
}
.sec-brand .list-review {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  /*ドットナビゲーションの設定*/
}
@media screen and (max-width: 999px) {
  .sec-brand .list-review {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sec-brand .list-review {
    width: 310px;
    margin: 0 auto;
  }
}
.sec-brand .list-review .item {
  width: 32.6%;
  height: 640px;
  background: url(../img/bg_memo.png) no-repeat top/contain;
  padding: 20px;
}
@media screen and (max-width: 999px) {
  .sec-brand .list-review .item {
    width: 310px;
  }
}
@media screen and (max-width: 767px) {
  .sec-brand .list-review .item {
    height: 575px;
    width: 310px;
    background: url(../img/bg_memo_sp.png) no-repeat top/contain;
    margin-bottom: 0;
  }
}
.sec-brand .list-review .item .flex-wrap {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 999px) {
  .sec-brand .list-review .item .flex-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  .sec-brand .list-review .item .flex-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.sec-brand .list-review .item .icon {
  width: 32%;
}
.sec-brand .list-review .item .icon img {
  display: block;
}
.sec-brand .list-review .item .txt-wrap {
  width: 65%;
}
.sec-brand .list-review .item .name img {
  height: 22px;
  width: auto;
  display: block;
}
.sec-brand .list-review .item .profile {
  font-size: 16px;
  letter-spacing: 0.1em;
  font-family: "GenJyuuGothicLP", sans-serif;
  color: #4fb7b9;
  white-space: nowrap;
  margin-top: 8px;
}
.sec-brand .list-review .item .salary {
  font-size: 14px;
  letter-spacing: 0.1em;
  font-family: "GenJyuuGothicLP", sans-serif;
}
.sec-brand .list-review .item .img-review {
  margin-top: 15px;
  margin-bottom: 10px;
}
.sec-brand .list-review .item .txt {
  margin-top: 10px;
  font-size: 17px;
  line-height: 1.88235294;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .sec-brand .list-review .item .txt {
    font-size: 14px;
    line-height: 2;
  }
}
.sec-brand .list-review .slick-prev,
.sec-brand .list-review .slick-next {
  position: absolute;
  top: 38%;
  cursor: pointer;
  outline: none;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  height: 25px;
  width: 25px;
  z-index: 99;
}
.sec-brand .list-review .slick-prev {
  left: -1.5%;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.sec-brand .list-review .slick-next {
  right: -1.5%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.sec-brand .list-review .slick-dots {
  text-align: center;
  background-color: #e6e6e6;
  border-radius: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 5px;
  width: 96%;
  margin-top: -20px;
}
.sec-brand .list-review .slick-dots li {
  display: block;
  width: 33.33%;
  background-color: none;
  border-radius: 50px;
  height: 5px;
}
.sec-brand .list-review .slick-dots button {
  color: transparent;
  outline: none;
  width: 100%;
  height: 5px;
  display: block;
  background: transparent;
  border: none;
  border-radius: 50px;
  padding: 0;
}
.sec-brand .list-review .slick-dots .slick-active button {
  background: #999; /*ドットボタンの現在地表示の色*/
}
.sec-brand .accordion-wrap {
  margin-top: 20px;
  border: 1px solid #333333;
  border-radius: 6px;
  position: relative;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .sec-brand .accordion-wrap::after {
    content: "...";
    position: absolute;
    letter-spacing: 0.2em;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 20px;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.sec-brand .accordion-wrap.active::after {
  display: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec-brand .accordion-wrap .title {
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 5px 5px 0 0;
  font-size: 16px;
  padding: 8px 0;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .sec-brand .accordion-wrap .title::after {
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px;
    width: 15px;
    height: 15px;
    background: url(../img/icon_open_wh.png) no-repeat center/contain;
    position: absolute;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 767px) {
  .sec-brand .accordion-wrap .title.active::after {
    content: "";
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: url(../img/icon_close_wh.png) no-repeat center/contain;
  }
}
.sec-brand .accordion-wrap .txt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.18em;
  padding: 20px;
  padding-bottom: 50px;
}
.sec-brand .accordion-wrap .txt .pink {
  color: #ff8095;
}
.sec-brand .accordion-wrap .txt .hidden {
  display: none;
  padding-bottom: 40px;
}
.sec-brand .accordion-wrap .txt-open {
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 15px;
  cursor: pointer;
}
.sec-brand .accordion-wrap .txt-open .open {
  display: block;
  margin: 0 auto;
  width: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec-brand .accordion-wrap .txt-open .close {
  width: 47px;
  display: block;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec-brand .accordion-wrap .txt-open.active .open {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec-brand .accordion-wrap .txt-open.active .close {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec-brand .slider-wrap {
  overflow: hidden;
  position: absolute;
  top: 17.7%;
  left: 30.4%;
  width: 33.3%;
}
@media screen and (max-width: 767px) {
  .sec-brand .slider-wrap {
    width: 100%;
    top: 27.5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.sec-brand .slider .slick-list {
  overflow: visible;
  margin: 0 auto;
  width: 76%;
}
.sec-brand .slider li {
  margin: 0 2px;
}/*# sourceMappingURL=custom.css.map */