@charset "UTF-8";
.fc-green {
  color: #3cb498;
}

.fc-pink {
  color: #e2006e;
}

.fs-s {
  font-size: 14px;
}

@media (max-width: 767px) {
  .fs-s {
    font-size: 2vw;
  }
}

.link-fc--blue {
  color: #22aceb;
}

.pc {
  display: block;
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media (max-width: 767px) {
  .sp {
    display: block;
  }
}

.list-idt li {
  text-indent: -1em;
  padding-left: 1em;
}

.br--pc {
  display: block;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .br--pc {
    display: none;
  }
}

@media (max-width: 767px) {
  .br--pc {
    display: block;
  }
}

.br--tab {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .br--tab {
    display: block;
  }
}

@media (max-width: 767px) {
  .br--tab {
    display: none;
  }
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  max-width: 1200px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.l-inner--pr0 {
  padding-right: 0;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-inner--pr0 {
    padding-right: 25px;
  }
}

.l-inner--pl0 {
  padding-left: 0;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-inner--pl0 {
    padding-left: 25px;
  }
}

@media (max-width: 767px) {
  .l-inner {
    padding-left: 6.667vw;
    padding-right: 6.667vw;
  }
}

.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-wrap.jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-wrap.jc-fs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-wrap.jc-fe {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-wrap.fd-rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .flex-wrap.fd-rr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 767px) {
  .flex-wrap.fd-cr--sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 767px) {
  .flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-wrap--no {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.flex-wrap__box:first-child {
  width: 50%;
}

@media (max-width: 767px) {
  .flex-wrap__box:first-child {
    width: 100%;
  }
}

.flex-wrap__box:last-child {
  max-width: 558px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 767px) {
  .flex-wrap__box:last-child {
    max-width: 100%;
  }
}

.flex-wrap__box--info1:last-child {
  max-width: 625px;
}

@media (max-width: 767px) {
  .flex-wrap__box--info1:last-child {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .flex-wrap__box--info1 {
    width: 100%;
  }
}

.flex-wrap__box--info2:first-child {
  -webkit-transform: translateY(300px);
          transform: translateY(300px);
}

@media (max-width: 767px) {
  .flex-wrap__box--info2:first-child {
    -webkit-transform: none;
            transform: none;
  }
}

@media (max-width: 767px) {
  .flex-wrap__box--info2 {
    width: 100%;
  }
}

.flex-wrap__box--info3:last-child {
  max-width: 625px;
}

@media (max-width: 767px) {
  .flex-wrap__box--info3:last-child {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .flex-wrap__box--info3 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .flex-wrap__box--point {
    width: 100%;
  }
}

.flex-wrap__box--point:last-child {
  padding-left: 25px;
}

@media (max-width: 767px) {
  .flex-wrap__box--point:last-child {
    padding-left: 0;
  }
}

.flex-wrap__box--tips {
  width: 48%;
}

@media (max-width: 767px) {
  .flex-wrap__box--tips {
    width: 100%;
  }
}

.flex-wrap__box--tips:last-child {
  width: 100%;
  max-width: 525px;
}

@media (max-width: 767px) {
  .flex-wrap__box--check {
    width: 100%;
  }
}

.flex-wrap__box--check:last-child {
  padding-left: 25px;
}

@media (max-width: 767px) {
  .flex-wrap__box--check:last-child {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .flex-wrap__box--kids {
    width: 100%;
  }
}

/* data */
.time {
  font-size: 16px;
  padding: 20px 25px;
}

@media (max-width: 767px) {
  .time {
    padding: 4vw 6.7777vw;
    font-size: 3vw;
  }
}

.time p + p {
  margin-left: 20px;
}

.staff {
  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;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .staff {
    margin: 6vw 0;
  }
}

.staff__fig {
  margin-right: 30px;
}

.staff__fig img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .staff__fig img {
    width: 22vw;
    height: 22vw;
  }
}

@media (max-width: 767px) {
  .staff__fig {
    margin-right: 4vw;
  }
}

.staff__prof {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* ユーザーボイス  */
.l-customer {
  padding-bottom: 80px;
  width: 100%;
  max-width: 1440px;
  margin: auto;
  font-size: 22px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-customer {
    font-size: 2.1vw;
  }
}

@media (max-width: 767px) {
  .l-customer {
    padding-bottom: 20vw;
    font-size: 4vw;
  }
}

.l-customer .header {
  position: relative;
}

.l-customer .header__logo {
  width: 26.645vw;
  position: absolute;
  right: 50px;
  top: 35px;
  max-width: 240px;
}

.l-customer .header__logo img {
  width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-customer .header__logo {
    width: 20vw;
    position: absolute;
    right: 4vw;
    top: 1vw;
  }
}

@media (max-width: 767px) {
  .l-customer .header__logo {
    width: 21vw;
    right: 4vw;
    top: 1vw;
  }
}

.l-customer .header__kv img {
  max-width: 100%;
  vertical-align: bottom;
}

.l-customer .read {
  position: relative;
}

.l-customer .read img {
  width: 100%;
  max-width: 100%;
}

.l-customer .read-block {
  position: absolute;
  left: 50%;
  top: -49px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-customer .read-block {
    top: -3.6vw;
  }
}

@media (max-width: 767px) {
  .l-customer .read-block {
    top: -6.0vw;
  }
}

.l-customer .read-block--cv {
  top: -35px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-customer .read-block--cv {
    top: -3.4vw;
  }
}

@media (max-width: 767px) {
  .l-customer .read-block--cv {
    top: -3.6vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-customer .read-block__ttl {
    width: 40vw;
  }
}

@media (max-width: 767px) {
  .l-customer .read-block__ttl {
    width: 66vw;
  }
  .l-customer .read-block__ttl--cv {
    width: 66vw;
  }
}

.l-customer .read-block p {
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  margin-top: 16px;


}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-customer .read-block p {
    font-size: 1.4vw;


  }
}

@media (max-width: 767px) {
  .l-customer .read-block p {
    margin-top: 1vw;
    font-size: 2.3vw;


  }
}

.l-customer .sec {
  padding: 0 0 60px;
}

@media (max-width: 767px) {
  .l-customer .sec {
    padding: 0 0 10vw;
  }
}

.l-customer .sec:first-of-type {
  padding: 140px 0 60px;
}

@media (max-width: 767px) {
  .l-customer .sec:first-of-type {
    padding: 12vw 0 10vw;
  }
}

.l-customer .sec--border {
  border-top: 5px solid #c5000e;
  padding-top: 60px;
}

@media (max-width: 767px) {
  .l-customer .sec--border {
    padding-top: 10vw;
  }
}

.l-customer .sec__ttl {
  font-weight: bold;
  color: #c5000e;
  font-size: 25px;
}

@media (max-width: 767px) {
  .l-customer .sec__ttl {
    font-size: 4.4vw;
  }
}

.l-customer .sec-reviews {
  padding: 80px 0 0;
}

@media (max-width: 767px) {
  .l-customer .sec-reviews {
    padding: 10vw 0 0 0;
  }
}

.l-customer .sec-reviews__ttl {
  font-weight: bold;
  font-size: 25px;
  color: #c5000e;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .l-customer .sec-reviews__ttl {
    font-size: 5vw;
    margin-bottom: 3vw;
  }
}

.l-customer .sec .txt-price {
  color: #c5000e;
  font-size: 16px;
}

@media (max-width: 767px) {
  .l-customer .sec .txt-price {
    font-size: 3.6vw;
  }
}

.l-customer .item-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .l-customer .item-block {
    margin-top: 4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.l-customer .item-block__pg {
  position: relative;
  margin-top: 40px;
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-customer .item-block__pg {
    margin-bottom: 7vw;
  }
}

@media (max-width: 767px) {
  .l-customer .item-block__pg {
    margin-top: 4vw;
    margin-bottom: 12vw;
  }
}

.l-customer .item-block__slider {
  width: 42%;
}

@media (max-width: 767px) {
  .l-customer .item-block__slider {
    width: 100%;
  }
}

.l-customer .item-block__slider .swiper {
  position: initial;
  width: 100%;
  margin: auto;
}

.l-customer .item-block__slider .swiper-wrapper {
  width: 100%;
  height: auto;
  margin: auto;
}

.l-customer .item-block__slider .swiper img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-customer .item-block__slider .swiper-button-next {
  right: 5px;
}

@media (max-width: 767px) {
  .l-customer .item-block__slider .swiper-button-next {
    right: 0;
  }
}

.l-customer .item-block__slider .swiper-button-prev {
  left: 5px;
}

@media (max-width: 767px) {
  .l-customer .item-block__slider .swiper-button-prev {
    left: 0;
  }
}

.l-customer .item-block__slider .swiper-button-next::after,
.l-customer .item-block__slider .swiper-button-prev::after {
  color: #ccc;
  font-size: 30px;
}

@media (max-width: 767px) {
  .l-customer .item-block__slider .swiper-button-next::after,
  .l-customer .item-block__slider .swiper-button-prev::after {
    font-size: 6.4vw;
  }
}

.l-customer .item-block__slider .swiper-pagination {
  bottom: -30px;
}

.l-customer .item-block__slider .swiper-pagination span {
  background-color: #ccc;
}

@media (max-width: 767px) {
  .l-customer .item-block__slider .swiper-pagination {
    bottom: -8vw;
  }
}

.l-customer .item-block__slider figure img {
  width: 100%;
}

.l-customer .item-block__body {
  width: 58%;
  margin-left: 50px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-customer .item-block__body {
    margin-left: 3vw;
  }
}

@media (max-width: 767px) {
  .l-customer .item-block__body {
    width: 100%;
    margin-top: 8vw;
    margin-left: 0;
  }
}

.l-customer .item-block .review-box {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 25px 0;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-customer .item-block .review-box {
    padding: 2vw 0;
  }
}

@media (max-width: 767px) {
  .l-customer .item-block .review-box {
    padding: 3vw 0;
  }
}

.l-customer .item-block .review-box__star {
  color: #000;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-customer .item-block .review-box__star {
    font-size: 3vw;
  }
}

@media (max-width: 767px) {
  .l-customer .item-block .review-box__star {
    font-size: 5.6vw;
  }
}

.l-customer .item-block .review-box__star span {
  color: #b7312c;
}

.l-customer .item-block .review-box__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
}

.l-customer .item-block .review-box__num span {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .l-customer .item-block .review-box__num span {
    width: 8vw;
    margin-left: 2vw;
  }
}

.l-customer .item-block .tab-block {
  margin: 20px 0;
}

.l-customer .item-block .tab-block__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-customer .item-block .tab-block__list li {
  width: 32%;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 4px;
  border: 1px solid #000;
  border-radius: 8px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-customer .item-block .tab-block__list li {
    font-size: 1vw;
    padding: 0.6vw;
  }
}

@media (max-width: 767px) {
  .l-customer .item-block .tab-block__list li {
    font-size: 2.6vw;
  }
}

.l-customer .item-block .exp-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-customer .item-block .exp-head__ttl {
  margin-left: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 767px) {
  .l-customer .item-block .exp-head__ttl {
    font-size: 3.8vw;
    margin-left: 3vw;
  }
}

.l-customer .item-block .exp iframe {
  width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-customer .item-block .exp__icon {
    width: 15vw;
  }
}

@media (max-width: 767px) {
  .l-customer .item-block .exp__icon {
    width: 23vw;
  }
}

.l-customer .item-block .exp__icon--item {
  width: 113px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-customer .item-block .exp__icon--item {
    width: 10vw;
  }
}

@media (max-width: 767px) {
  .l-customer .item-block .exp__icon--item {
    width: 20vw;
  }
}

.l-customer .item-block .exp__icon--item img {
  width: 100%;
}

.l-customer .item-block .exp__icon img {
  width: 100%;
}

.l-customer .item-block .exp-block {
  margin-top: 20px;
  font-size: 18px;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-customer .item-block .exp-block {
    font-size: 1.8vw;
  }
}

@media (max-width: 767px) {
  .l-customer .item-block .exp-block {
    margin-top: 3vw;
    font-size: 4vw;
  }
}

.l-customer .item-block .exp-block--border {
  border: 1px solid #c5000e;
  padding: 20px;
  border-radius: 8px;
}

.l-customer .item-block .exp-block__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -20px;
  padding-top: 20px;
}

.l-customer .item-block .exp-block__list li {
  width: 46%;
  margin-top: 20px;
}

.l-customer .item-block .exp-block__list li img {
  width: 100%;
}

.l-customer .item-block .exp--txtarea p + p {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .l-customer .item-block .exp--txtarea p + p {
    margin-top: 2vw;
  }
}

.l-customer .item-block .exp .js-accordion {
  padding-bottom: 45px;
}

.l-customer .item-block .exp .js-hide-box {
  overflow: hidden;
  /* テキストを隠す */
  position: relative;
}

.l-customer .item-block .exp .js-hide-box::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.9)), color-stop(50%, rgba(255, 255, 255, 0.9)), to(#fff));
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  bottom: 0;
  content: "";
  height: 60px;
  /* グラデーションで隠す高さ */
  position: absolute;
  width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-customer .item-block .exp .js-hide-box::before {
    height: 5vw;
  }
}

@media (max-width: 767px) {
  .l-customer .item-block .exp .js-hide-box::before {
    height: 7vw;
  }
}

.l-customer .item-block .exp .js-hide-box.is-hide {
  height: 140px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-customer .item-block .exp .js-hide-box.is-hide {
    height: 13vw;
  }
}

@media (max-width: 767px) {
  .l-customer .item-block .exp .js-hide-box.is-hide {
    height: 25vw;
  }
}

.l-customer .item-block .exp .btn-readmore {
  display: none;
}

.l-customer .item-block .exp .js-btn-readmore {
  bottom: 20px;
  color: #333;
  text-decoration: underline;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  left: 0;
  margin: auto;
  padding: 2px 10px;
  position: absolute;
  right: 0;
  text-align: center;
  -webkit-transition: all .2s;
  transition: all .2s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}

.l-customer .item-block .exp .js-btn-readmore:hover {
  text-decoration: none;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-customer .item-block .exp .js-btn-readmore {
    bottom: 10px;
    font-size: 1.8vw;
  }
}

@media (max-width: 767px) {
  .l-customer .item-block .exp .js-btn-readmore {
    padding: 2vw 3vw;
    bottom: 3vw;
    font-size: 3.6vw;
  }
}

.l-customer .item-block .exp .js-btn-readmore.is-show {
  bottom: 5px;
}

.l-customer .item-block .exp .js-btn-readmore.is-show + .js-hide-box::before {
  display: none;
}

.l-customer .reviews-block:not(:first-child) {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .l-customer .reviews-block:not(:first-child) {
    margin-top: 6vw;
  }
}

.l-customer .reviews-block__num {
  text-align: right;
  font-size: 27px;
  font-weight: bold;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-customer .reviews-block__num {
    font-size: 4vw;
  }
}

@media (max-width: 767px) {
  .l-customer .reviews-block__num {
    font-size: 6vw;
  }
}

.l-customer .reviews-block__box {
  border: 1px solid #b7312c;
  border-radius: 10px;
  padding: 20px;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .l-customer .reviews-block__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 4vw;
    font-size: 4vw;
  }
}

.l-customer .reviews-block__box + .reviews-block__box {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .l-customer .reviews-block__box + .reviews-block__box {
    margin-top: 4vw;
  }
}

.l-customer .reviews-block__head {
  padding-right: 20px;
  border-right: 1px solid #c5000e;
  width: 25%;
}

@media (max-width: 767px) {
  .l-customer .reviews-block__head {
    width: 100%;
    border-right: transparent;
    border-bottom: 1px solid #b7312c;
    padding-right: 0;
    padding-bottom: 3vw;
  }
}

.l-customer .reviews-block__ttl {
  font-weight: bold;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .l-customer .reviews-block__ttl {
    margin-top: 4vw;
  }
}

.l-customer .reviews-block__eva span {
  color: #b7312c;
}

.l-customer .reviews-block__txtarea {
  padding-left: 20px;
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 767px) {
  .l-customer .reviews-block__txtarea {
    width: 100%;
    padding-left: 0;
    margin-top: 3vw;
  }
}

.l-customer .reviews-block__txtarea p + p {
  margin-top: 10px;
}

.l-customer .reviews-block__link {
  text-align: right;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .l-customer .reviews-block__link {
    margin-top: 6vw;
  }
}

.l-customer .external-block {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .l-customer .external-block {
    margin-top: 8vw;
  }
}

.l-customer .external-block__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .l-customer .external-block__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.l-customer .external-block__list li {
  width: 300px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-customer .external-block__list li {
    width: 32vw;
    font-size: 2vw;
  }
}

@media (max-width: 767px) {
  .l-customer .external-block__list li {
    width: 42vw;
  }
}

.l-customer .external-block__list li a {
  display: block;
  width: 100%;
  padding: 10px 45px 10px 20px;
  background-color: #000;
  border: 2px solid #000;
  color: #fff;
  position: relative;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  text-align: center;
}

@media (max-width: 767px) {
  .l-customer .external-block__list li a {
    padding: 2vw 6vw 2vw 3vw;
    font-size: 3vw;
  }
}

.l-customer .external-block__list li a::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 13px;
  height: 13px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  text-align: center;
}

@media (max-width: 767px) {
  .l-customer .external-block__list li a::after {
    right: 2.2vw;
    width: 2.6vw;
    height: 2.6vw;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}

.l-customer .external-block__list li a:hover {
  text-decoration: none;
  background-color: #fff;
  color: #000;
}

.l-customer .external-block__list li a:hover::after {
  border-top: 3px solid #000;
  border-right: 3px solid #000;
}

.l-customer .external-block__list li + li {
  margin-left: 30px;
}

@media (max-width: 767px) {
  .l-customer .external-block__list li + li {
    margin-left: 0;
  }
}

.new {
    position: relative;
}
.ribbon19-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    overflow: hidden;
}
.ribbon19 {
    display: inline-block;
    position: absolute;
    padding: 5px 0;
    left: -40px;
    top: 23px;
    width: 160px;
    text-align: center;
    font-size: 18px;
    line-height: 16px;
    background: #b7312c;
    color: #fff;
    letter-spacing: 0.05em;
    -webkit-transform: rotate(45deg);
    transform: rotate(-45deg);/* box-shadow: 0 0 0 2px rgb(57, 195, 212); */
    /* border-top: dashed 1px rgba(255, 255, 255, 0.65); */
    /* border-bottom: dashed 1px rgba(255, 255, 255, 0.65); */
}
.sec .staff {
    margin-left: 60px;
    padding-top: 40px;
}
.sec.has-multiple-reviews .review-cel {
    padding-bottom: 80px;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}
.sec.has-multiple-reviews .review-cel.last-review {
    margin-bottom: 0;
    border-bottom: transparent;
}
.staff__prof p {
    display: flex;
    flex-direction: row;
    align-items: center;
}
@media (max-width: 767px) {
    .ribbon19 {
    left: -50px;
    top: 16px;
    }
    .sec .staff {
    margin-left: 20px;
    }
    .sec.has-multiple-reviews .review-cel {
    padding-bottom: 40px;
    }
}

/* スタッフレビュー */
/*# sourceMappingURL=simple_lp.css.map */