.wrap820 {
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
}

.wrap1000 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.wrap1100 {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.anchor {
  padding-top: 100px;
  margin-top: -100px;
}

@media (max-width: 1200px) {
  .wrap820 {
    padding: 0 15px;
  }
  .wrap1000 {
    padding: 0 15px;
  }
  .wrap1100 {
    padding: 0 15px;
  }
}
.c-page-link {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.08em;
  border: 1px solid #191919;
  border-radius: 2px;
  padding: 17px 20px;
  display: block;
  max-width: 360px;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-page-link::after {
  content: "";
  position: absolute;
  background-image: url(../img/top/arrow-b.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 10px;
  height: 16px;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (hover: hover) {
  .c-page-link:hover {
    background-color: #191919;
    color: #fff;
  }
  .c-page-link:hover::after {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(97%) saturate(10%) hue-rotate(178deg) brightness(103%) contrast(104%);
            filter: brightness(0) saturate(100%) invert(100%) sepia(97%) saturate(10%) hue-rotate(178deg) brightness(103%) contrast(104%);
  }
}
@media (max-width: 767px) {
  .c-page-link {
    font-weight: 500;
    max-width: 100%;
    padding: 17px 12px;
  }
  .c-page-link::after {
    right: 12px;
  }
}
.c-breadcrumb {
  padding-top: 30px;
  max-width: 1100px;
}

.c-heading {
  margin: 80px 0;
  text-align: center;
}

.c-sec-ttl {
  text-align: center;
  margin-bottom: 60px;
}

.c-page-sub-ttl {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
}

.c-page-ttl {
  font-size: 38px;
  font-weight: 500;
  letter-spacing: 0.12em;
}

@media (max-width: 767px) {
  .c-sec-ttl {
    margin-bottom: 45px;
  }
  .c-page-ttl {
    font-size: 34px;
    letter-spacing: 0.03em;
  }
}
.pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  text-align: center;
  max-width: 285px;
  width: 100%;
  margin: 0 auto;
}
.pagination .current {
  border-bottom: 1px solid #191919;
  padding: 0 2px;
}
.pagination .next,
.pagination .prev {
  position: absolute;
  width: 38px;
  height: 38px;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  bottom: 0;
  margin: auto;
}
.pagination .prev {
  background-image: url(../img/voice/page-arrow-pre.png);
  left: 0;
}
.pagination .next {
  background-image: url(../img/voice/page-arrow-next.png);
  right: 0;
}

@media (max-width: 767px) {
  .pagination {
    font-size: 18px;
    font-weight: 500;
  }
}
.only-one-slide .splide__pagination {
  display: none;
}

.c-mainvisual {
  position: relative;
}
.c-mainvisual .c-mainvisual-img img {
  width: 100%;
  height: 100%;
}
.c-mainvisual .splide__pagination {
  bottom: -25px;
  left: unset;
  padding: 0 25px;
}
.c-mainvisual .splide__pagination__page {
  height: 2px;
  width: 40px;
  border-radius: 0;
  opacity: 1;
  background-color: #bebebe;
}
.c-mainvisual .splide__pagination__page.is-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  background-color: #191919;
}
.c-mainvisual .c-mainvisual-icon {
  position: absolute;
  max-width: 150px;
  width: 100%;
  left: 30px;
  bottom: 55px;
}
.c-mainvisual .c-mainvisual-text {
  position: absolute;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 34px;
  letter-spacing: 0.16em;
  line-height: 1.9117647059;
  font-weight: 500;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 65px;
}

@media (max-width: 767px) {
  .c-mainvisual .c-mainvisual-text {
    font-size: 22px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    top: 40px;
    right: 15px;
    font-weight: 600;
    letter-spacing: 0.14em;
  }
  .c-mainvisual .c-mainvisual-icon {
    max-width: 132px;
    bottom: unset;
    top: 60px;
    left: -10px;
  }
}
.c-info {
  padding: 0 30px;
  margin-top: -25px;
  position: relative;
  z-index: 1;
}
.c-info .c-info-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  margin-bottom: 20px;
}
.c-info .c-info-list {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.03em;
  border: 1px solid #191919;
  background-color: #fff;
  border-radius: 50px;
  max-width: 300px;
  width: 100%;
  text-align: center;
  padding: 12.5px 0;
  position: relative;
}
.c-info .c-info-list:not(:last-child)::after {
  content: "";
  position: absolute;
  background-image: url(../img/top/plus.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 14px;
  height: 14px;
  right: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-info .c-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-info .c-info-price {
  font-size: 66px;
  line-height: 0.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}
.c-info .c-info-price span span {
  font-size: 58px;
  padding-right: 5px;
}
.c-info .c-info-price span:nth-child(2) {
  font-size: 30px;
  padding-left: 8px;
}
.c-info .c-info-text {
  font-size: 22px;
  letter-spacing: 0.12em;
  font-weight: 600;
  margin-right: 15px;
}
.c-info .c-info-link-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.c-info .c-info-link {
  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;
  cursor: pointer;
  gap: 10px;
  max-width: 198px;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 4px;
  position: relative;
  padding: 9.5px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-info .c-info-link:nth-child(1) {
  background-color: #fff000;
}
.c-info .c-info-link:nth-child(2) {
  background-color: #191919;
  color: #fff;
}
.c-info .c-info-link:nth-child(2)::after {
  background-image: url(../img/top/arrow-cv-w.png);
}
.c-info .c-info-link::after {
  content: "";
  position: absolute;
  background-image: url(../img/top/arrow-cv-b.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 10px;
  height: 16px;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-info .c-info-link-icon {
  max-width: 20px;
  width: 100%;
}
.c-info .c-info-link-text {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

@media (hover: hover) {
  .c-info .c-info-link:hover {
    opacity: 0.7;
  }
}
@media (max-width: 1200px) {
  .c-info .c-info-list {
    max-width: 250px;
    font-size: 18px;
  }
  .c-info .c-info-price {
    font-size: 58px;
    margin-right: 10px;
  }
  .c-info .c-info-price span span {
    font-size: 46px;
  }
  .c-info .c-info-price span:nth-child(2) {
    font-size: 24px;
  }
  .c-info .c-info-text {
    font-size: 18px;
  }
}
@media (max-width: 1000px) {
  .c-info .c-info-list {
    max-width: 200px;
    font-size: 14px;
  }
  .c-info .c-info-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-info .c-info-link-area {
    margin-top: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media (max-width: 767px) {
  .c-info {
    padding: 0;
    margin-top: -40px;
  }
  .c-info .c-info-ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding: 0 15px;
    margin-bottom: 15px;
  }
  .c-info .c-info-list {
    max-width: 340px;
    font-size: 20px;
  }
  .c-info .c-info-list:not(:last-child)::after {
    left: 0;
    right: 0;
    top: unset;
    bottom: -18px;
  }
  .c-info .c-info-price {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-right: 0;
    padding: 0 15px;
    font-size: 71px;
    margin-bottom: 15px;
  }
  .c-info .c-info-price span span {
    font-size: 62px;
  }
  .c-info .c-info-price span:nth-child(2) {
    font-size: 32px;
  }
  .c-info .c-info-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    padding: 0 15px;
    font-size: 24px;
    letter-spacing: 0.28em;
  }
  .c-info .c-info-link-area {
    gap: 0;
    margin-top: 25px;
    height: 64px;
  }
  .c-info .c-info-link {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    height: 100%;
    border-radius: 0;
    gap: 8px;
  }
  .c-info .c-info-link::after {
    position: unset;
    display: block;
    margin: 0;
    margin-left: 8px;
  }
  .c-info .c-info-link-icon {
    max-width: 26px;
  }
  .c-info .c-info-link-text {
    font-size: 17px;
    letter-spacing: 0.08em;
  }
}
.c-concept {
  overflow: hidden;
}
.c-concept .c-concept-wrap {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 0 0 0 calc(50vw - 50%);
}
.c-concept .c-concept-flex {
  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;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto 0 0;
}
.c-concept .c-concept-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
}
.c-concept .c-concept-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%;
  max-width: 780px;
  width: 100%;
}
.c-concept .c-concept-name {
  font-size: 16px;
  letter-spacing: 0.06em;
  margin-bottom: 40px;
}
.c-concept .c-concept-ttl {
  font-size: 38px;
  line-height: 1.6315789474;
  font-weight: 500;
  letter-spacing: 0.11em;
  margin-bottom: 45px;
}
.c-concept .c-concept-text {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.9;
  margin-bottom: 50px;
}
.c-concept .c-page-link {
  max-width: 210px;
}
.c-concept .splide {
  padding-bottom: 25px;
}
.c-concept .splide__pagination {
  bottom: 0;
  left: unset;
  padding: 0 25px;
}
.c-concept .splide__pagination__page {
  height: 2px;
  width: 40px;
  border-radius: 0;
  opacity: 1;
  background-color: #bebebe;
}
.c-concept .splide__pagination__page.is-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  background-color: #191919;
}

@media (max-width: 1200px) {
  .c-concept .c-concept-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
  }
  .c-concept .c-concept-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
  .c-concept .c-concept-ttl {
    font-size: 26px;
  }
  .c-concept .c-concept-text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .c-concept .c-concept-wrap {
    padding: 0;
  }
  .c-concept .c-concept-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-concept .c-concept-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0 15px;
    margin-bottom: 55px;
  }
  .c-concept .c-concept-ttl {
    font-size: 36px;
    line-height: 1.6111111111;
    letter-spacing: 0.01em;
    margin-bottom: 35px;
  }
  .c-concept .c-concept-text {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .c-concept .c-page-link {
    max-width: 100%;
  }
  .c-concept .splide {
    padding-bottom: 15px;
  }
  .c-concept .splide__pagination {
    left: 0;
    right: 0;
    margin: auto;
  }
  .c-concept .splide__pagination__page {
    margin: 0 3px;
  }
}
.c-select .c-select-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px 12%;
}
.c-select .c-select-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
.c-select .c-select-item:nth-child(1) .c-select-icon img {
  max-width: 60px;
  width: 100%;
}
.c-select .c-select-item:nth-child(2) .c-select-icon img {
  max-width: 80px;
  width: 100%;
}
.c-select .c-select-item:nth-child(3) .c-select-icon img {
  max-width: 130px;
  width: 100%;
}
.c-select .c-select-item:nth-child(3) .c-select-item-ttl {
  height: 190px;
}
.c-select .c-select-item:nth-child(4) .c-select-icon img {
  max-width: 160px;
  width: 100%;
}
.c-select .c-select-item:nth-child(5) .c-select-icon img {
  max-width: 140px;
  width: 100%;
}
.c-select .c-select-item:nth-child(6) .c-select-icon img {
  max-width: 120px;
  width: 100%;
}
.c-select .c-select-item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 190px;
  margin-bottom: 20px;
}
.c-select .c-select-item-caption {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.08em;
  margin-right: 5px;
}
.c-select .c-select-icon {
  height: 164px;
  margin: auto;
  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;
}
.c-select .c-select-item-ttl {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 17px;
  height: 164px;
  letter-spacing: 0.12em;
  border: 1px solid #191919;
  text-align: center;
  margin: auto 0 0 0;
  line-height: 1;
  padding: 0 5.5px;
}
.c-select .c-select-item-text {
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 1.6428571429;
  text-align: justify;
}
.c-select .c-select-item-text span {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.35em, transparent), color-stop(0.35em, #fff000), color-stop(0.9em, #fff000), color-stop(0.9em, transparent));
  background-image: linear-gradient(0deg, transparent 0.35em, #fff000 0.35em, #fff000 0.9em, transparent 0.9em);
}
.c-select .c-select-item-link {
  display: inline-block;
  background-color: #191919;
  border: 1px solid #191919;
  color: #fff;
  border-radius: 50px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 8px 28px 8px 14px;
  position: relative;
  margin-top: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-select .c-select-item-link::after {
  content: "";
  position: absolute;
  background-image: url(../img/top/arrow-w.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 7px;
  height: 12px;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (hover: hover) {
  .c-select .c-select-item-link:hover {
    background-color: #fff;
    color: #191919;
  }
  .c-select .c-select-item-link:hover::after {
    -webkit-filter: brightness(0) saturate(100%) invert(0%) sepia(9%) saturate(440%) hue-rotate(343deg) brightness(95%) contrast(80%);
            filter: brightness(0) saturate(100%) invert(0%) sepia(9%) saturate(440%) hue-rotate(343deg) brightness(95%) contrast(80%);
  }
}
@media (max-width: 1200px) {
  .c-select .c-select-content {
    gap: 30px 0;
  }
  .c-select .c-select-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}
@media (max-width: 767px) {
  .c-select .c-select-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .c-select .c-select-item {
    margin: 0 12px;
    padding: 0 35px;
  }
  .c-select .c-select-item:not(:last-child) {
    padding-bottom: 30px;
    margin-bottom: 30px;
    background-image: repeating-linear-gradient(90deg, #191919, #191919 3px, transparent 3px, transparent 6px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 100% 1px;
  }
  .c-select .c-select-item:not(:nth-child(3)) .c-select-item-top {
    height: 164px;
  }
  .c-select .c-select-item-ttl {
    margin: 0;
  }
  .c-select .c-select-item-top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
  }
  .c-select .c-select-item-link {
    max-width: 100%;
    width: 100%;
    text-align: center;
    display: block;
  }
}
.c-plan-list:not(:last-child) {
  margin-bottom: 105px;
}

.c-plan-list-content {
  position: relative;
  margin-bottom: 10px;
}
.c-plan-list-content::before, .c-plan-list-content::after {
  content: "";
  position: absolute;
  background-color: #191919;
  width: 1px;
  height: calc(100% - 54px);
  bottom: 0;
  margin: auto;
}
.c-plan-list-content::before {
  left: 0;
}
.c-plan-list-content::after {
  right: 0;
}

.c-plan-list-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}
.c-plan-list-area.thcolumn .c-plan-list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
}
.c-plan-list-area.twocolumn .c-plan-list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.c-plan-list-item {
  position: relative;
}
.c-plan-list-item:first-child {
  padding-left: 4px;
}
.c-plan-list-item:first-child .c-plan-list-ttl {
  width: calc(100% + 4px);
  margin-left: -4px;
}
.c-plan-list-item:last-child {
  padding-right: 4px;
}
.c-plan-list-item:last-child .c-plan-list-ttl {
  width: calc(100% + 4px);
}
.c-plan-list-item:not(:last-child) .c-plan-list-box {
  position: relative;
}
.c-plan-list-item:not(:last-child) .c-plan-list-box::after {
  content: "";
  position: absolute;
  background-color: #191919;
  width: 1px;
  height: calc(100% - 4px);
  right: 0;
  bottom: 0;
  margin: auto;
}
.c-plan-list-item:not(:last-child) .c-plan-list-ttl {
  position: relative;
}
.c-plan-list-item:not(:last-child) .c-plan-list-ttl::after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 1px;
  height: calc(100% - 8px);
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.c-plan-list-price {
  padding: 30px 0;
  background-image: radial-gradient(circle, #191919 0.5px, transparent 0.5px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 3px 1px;
}

.c-plan-list-ttl {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background-color: #3c3c3c;
  padding: 15px 0;
}

.c-plan-list-caption {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #787878;
  margin-bottom: 10px;
}

.c-plan-list-price-text {
  line-height: 0.7;
  font-size: 20px;
  font-weight: 500;
}
.c-plan-list-price-text span {
  font-size: 50px;
  padding-right: 5px;
}

.c-plan-list-period {
  padding: 23px 0;
  background-image: radial-gradient(circle, #191919 0.5px, transparent 0.5px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 3px 1px;
}

.c-plan-list-year {
  font-size: 23px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 8px;
}

.c-plan-list-period-text {
  font-size: 12px;
  letter-spacing: 0.03em;
}

.c-plan-list-commission {
  padding: 11px 0;
  background-image: radial-gradient(circle, #191919 0.5px, transparent 0.5px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 3px 1px;
}

.c-plan-list-option {
  padding: 0 4px;
  text-align: center;
}

.c-plan-list-commission-text {
  font-size: 14px;
  letter-spacing: 0.1em;
}
.c-plan-list-commission-text span {
  font-size: 20px;
  font-weight: 500;
  padding: 0 3px 0 5px;
}

.c-plan-list-option-item {
  background-image: radial-gradient(circle, #191919 0.5px, transparent 0.5px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 3px 1px;
  padding: 7px 0;
  height: 57px;
  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;
}
.c-plan-list-option-item:first-child .c-plan-list-option-text {
  background-color: #fff000;
  padding: 9.5px;
}

.c-plan-list-option-text {
  font-size: 14px;
  letter-spacing: 0.05em;
  width: 100%;
}
.c-plan-list-option-text span {
  font-size: 20px;
  font-weight: 500;
  padding: 0 3px 0 5px;
}

.c-plan-caption {
  font-size: 12px;
  margin: 0 5px;
}

@media (max-width: 767px) {
  .c-plan-list-content::after, .c-plan-list-content::before {
    display: none;
  }
  .c-plan-list-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 0;
  }
  .c-plan-list-area.thcolumn .c-plan-list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .c-plan-list-area.twocolumn .c-plan-list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .c-plan-list-item::before, .c-plan-list-item::after {
    content: "";
    position: absolute;
    background-color: #191919;
    width: 1px;
    height: calc(100% - 58px);
    bottom: 4px;
    margin: auto;
  }
  .c-plan-list-item::before {
    left: 0;
  }
  .c-plan-list-item::after {
    right: 0;
  }
  .c-plan-list-item:first-child {
    padding: 0;
  }
  .c-plan-list-item:first-child .c-plan-list-ttl {
    width: 100%;
    margin: 0;
  }
  .c-plan-list-item:last-child {
    padding: 0;
  }
  .c-plan-list-item:last-child .c-plan-list-ttl {
    width: 100%;
    margin: 0;
  }
  .c-plan-list-item:not(:last-child) .c-plan-list-ttl::after {
    display: none;
  }
  .c-plan-list-box {
    padding: 0 4px;
  }
  .c-plan-list-price-text span {
    font-size: 56px;
  }
  .c-plan-list-year {
    font-size: 24px;
  }
  .c-plan-list-option-item:first-child .c-plan-list-option-text {
    padding: 8.5px;
  }
  .c-plan-caption {
    font-size: 11px;
    line-height: 1.9090909091;
  }
}
.c-cv {
  padding: 30px 0;
  background-color: #faf5ee;
}
.c-cv .c-cv-ttl {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  margin-top: -55px;
}
.c-cv .c-cv-ttl::after, .c-cv .c-cv-ttl::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 50px;
}
.c-cv .c-cv-ttl::before {
  background-image: url(../img/top/kakko-left.png);
}
.c-cv .c-cv-ttl::after {
  background-image: url(../img/top/kakko-right.png);
}
.c-cv .c-cv-wrap {
  max-width: 870px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.c-cv .c-cv-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
  padding-top: 45px;
}
@-webkit-keyframes shrinkAfter {
  from {
    height: calc(100% + 2px);
  }
  to {
    height: 0;
  }
}
@keyframes shrinkAfter {
  from {
    height: calc(100% + 2px);
  }
  to {
    height: 0;
  }
}
@-webkit-keyframes shrink {
  from {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes shrink {
  from {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.c-cv .c-cv-item {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31.035%;
          flex: 0 0 31.035%;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #999999;
  cursor: pointer;
  position: relative;
  -webkit-transition: 1.4s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 1.4s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
}
.c-cv .c-cv-item::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #faf5ee;
  height: calc(100% + 2px);
  width: calc(100% + 2px);
  top: -1px;
  left: -1px;
  -webkit-transition: 1s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 1s cubic-bezier(0.65, 0, 0.35, 1);
}
.c-cv .c-cv-item.is-visible {
  -webkit-animation: shrink 1.4s ease forwards;
          animation: shrink 1.4s ease forwards;
}
.c-cv .c-cv-item.is-visible::after {
  -webkit-animation: shrinkAfter 1s ease forwards;
          animation: shrinkAfter 1s ease forwards;
}
.c-cv .c-cv-item:nth-child(2) {
  background-color: #fff000;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.c-cv .c-cv-item:nth-child(2)::after {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.c-cv .c-cv-item:nth-child(3) {
  background-color: #191919;
  color: #fff;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.c-cv .c-cv-item:nth-child(3)::after {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.c-cv .c-cv-item-url {
  display: block;
  border-radius: 6px;
  padding: 45px 25px 30px 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-cv .c-cv-item-ttl {
  text-align: center;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  height: 50px;
}
.c-cv .c-cv-item-ttl p {
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.c-cv .c-cv-item-icon {
  max-width: 42px;
  width: 100%;
}
.c-cv .c-cv-item-text {
  font-size: 14px;
  line-height: 1.7142857143;
  text-align: justify;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-bottom: 30px;
}
.c-cv .c-cv-item-link {
  display: block;
  max-width: 160px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  border-radius: 50px;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.02em;
  padding: 8px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #191919;
  background-color: #fff;
  color: #191919;
}
.c-cv .c-cv-item-link::after {
  content: "";
  position: absolute;
  background-image: url(../img/top/arrow-cv-b.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 10px;
  height: 16px;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
.c-cv .c-cv-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #999999;
  background-color: #fff;
  border-radius: 6px;
  padding: 43px 50px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-cv .c-cv-con-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.c-cv .c-cv-con-icon {
  max-width: 42px;
  width: 100%;
}
.c-cv .c-cv-con-ttl {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.c-cv .c-cv-con-text {
  font-size: 13px;
  letter-spacing: 0.02em;
  margin-top: 5px;
}
.c-cv .c-cv-con-link {
  display: block;
  max-width: 160px;
  width: 100%;
  position: relative;
  border-radius: 50px;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.02em;
  padding: 8px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #191919;
  background-color: #fff;
  color: #191919;
}
.c-cv .c-cv-con-link::after {
  content: "";
  position: absolute;
  background-image: url(../img/top/arrow-cv-b.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 10px;
  height: 16px;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}

@media (hover: hover) {
  .c-cv .c-cv-item-url:hover {
    opacity: 0.7;
  }
  .c-cv .c-cv-contact:hover {
    opacity: 0.7;
  }
}
@media (max-width: 900px) {
  .c-cv .c-cv-wrap {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .c-cv {
    padding-bottom: 65px;
  }
  .c-cv .c-cv-wrap {
    padding: 0 50px;
  }
  .c-cv .c-cv-ttl {
    font-size: 20px;
    line-height: 1.7;
    margin-top: -45px;
  }
  .c-cv .c-cv-ttl::before, .c-cv .c-cv-ttl::after {
    background-size: 100% 100%;
    height: 68px;
  }
  .c-cv .c-cv-flex {
    display: block;
    margin-bottom: 20px;
  }
  .c-cv .c-cv-con-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .c-cv .c-cv-con-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    font-size: 14px;
    font-weight: 500;
  }
  .c-cv .c-cv-item:not(:last-child) {
    margin-bottom: 20px;
  }
  .c-cv .c-cv-item-url {
    padding: 45px 20px 30px 20px;
  }
  .c-cv .c-cv-contact {
    padding: 43px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
  .c-cv .c-cv-contact::after {
    right: 20px;
  }
  .c-cv .c-cv-con-link {
    margin: 0 auto;
  }
}
.c-case .c-case-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 70px;
}
.c-case .c-case-content::after {
  content: "";
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
}
.c-case .c-case-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
}
.c-case .c-case-item a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-case .c-case-img {
  margin-bottom: 10px;
}
.c-case .c-case-img img {
  max-width: 320px;
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-case .c-case-data {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1;
  margin-bottom: 5px;
}
.c-case .c-case-text {
  font-size: 16px;
  line-height: 1.5625;
  letter-spacing: 0.01em;
  margin-bottom: 12px;
}
.c-case .c-case-text-sub {
  font-size: 11px;
  line-height: 1;
}
.c-case .c-case-text-sub span {
  display: inline-block;
  border: 1px solid #191919;
  padding: 5px 23.5px;
}
.c-case .c-page-link {
  margin: 0 auto;
}

@media (hover: hover) {
  .c-case .c-case-item a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .c-case .c-case-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px;
  }
  .c-case .c-case-item:not(:last-child) {
    margin-bottom: 40px;
  }
  .c-case .c-case-img img {
    max-width: 100%;
  }
}
.c-voice .splide__slide {
  padding-bottom: 34px;
}
.c-voice .splide__slide:nth-of-type(odd) .c-voice-box-top {
  background-color: #fff000;
}
.c-voice .splide__slide:nth-of-type(even) .c-voice-box-top {
  background-color: #ebebeb;
}
.c-voice #c-voice-slider {
  margin-bottom: 55px;
}
.c-voice .c-voice-num {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.c-voice .c-voice-box {
  border: 1px solid #191919;
  border-radius: 8px;
  position: relative;
}
.c-voice .c-voice-box::after {
  content: "";
  position: absolute;
  background-image: url(../img/top/hukidashi.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 46px;
  height: 34px;
  bottom: -34px;
  right: 40px;
}
.c-voice .c-voice-box-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 8px 8px 0 0;
  padding: 19px 20px;
}
.c-voice .c-voice-icon {
  max-width: 70px;
  width: 100%;
}
.c-voice .c-voice-pro {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5714285714;
}
.c-voice .c-voice-box-btm {
  padding: 25px 25px;
}
.c-voice .voice-box-btm-text {
  font-size: 14px;
  letter-spacing: 0.04em;
  margin-bottom: 25px;
}
.c-voice .c-voice-box-link {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.06em;
  position: relative;
  padding-right: 30px;
}
.c-voice .c-voice-box-link::after {
  content: "";
  position: absolute;
  background-image: url(../img/top/voice-arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
.c-voice .c-page-link {
  margin: 0 auto;
  max-width: 320px;
}

@media (hover: hover) {
  .c-voice .c-voice-box-link:hover {
    text-decoration: underline;
  }
}
@media (max-width: 767px) {
  .c-voice .splide-progress {
    position: relative;
    height: 6px;
    background: #fff;
    width: 100%;
    border-radius: 50px;
    border: 1px solid #191919;
    margin-bottom: 40px;
  }
  .c-voice .splide-progress-bar {
    position: absolute;
    height: 100%;
    width: 0%;
    background: #191919;
    border-radius: 50px;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
  }
  .c-voice .c-page-link {
    max-width: 100%;
  }
}
.c-faq .c-faq-content {
  margin-bottom: 50px;
}
.c-faq .c-faq-item {
  display: block;
  background-color: #e6e6e6;
  border-radius: 4px;
  padding: 13.5px 35px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-faq .c-faq-item:not(:last-child) {
  margin-bottom: 10px;
}
.c-faq .c-faq-item::after {
  content: "";
  position: absolute;
  background-image: url(../img/top/arrow-circle-b.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
}
.c-faq .c-faq-text {
  font-size: 16px;
  letter-spacing: 0.02em;
}
.c-faq .c-page-link {
  max-width: 320px;
  margin: 0 auto;
}

@media (hover: hover) {
  .c-faq .c-faq-item:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .c-faq .c-faq-content {
    margin-bottom: 40px;
  }
  .c-faq .c-faq-item {
    font-weight: 500;
    padding: 13px 75px 13px 15px;
  }
  .c-faq .c-faq-item::after {
    right: 15px;
  }
  .c-faq .c-page-link {
    max-width: 100%;
  }
}
.c-comparison {
  background-color: #f5f5f5;
  padding: 70px 0 30px;
}
.c-comparison .c-comparison-ttl {
  font-size: 38px;
  font-weight: 500;
  letter-spacing: 0.14em;
  margin-bottom: 40px;
}
.c-comparison .c-comparison-text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.75;
  margin-bottom: 25px;
}
.c-comparison .c-comparison-text span {
  font-size: 22px;
  line-height: 1.5;
}
.c-comparison .c-comparison-content {
  text-align: center;
  position: relative;
  margin-bottom: 10px;
}
.c-comparison .c-comparison-list {
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #191919;
  border-bottom: 1px solid #191919;
  position: relative;
}
.c-comparison .c-comparison-list .tbody {
  width: 100%;
}
.c-comparison .c-comparison-list::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff000;
  bottom: 0;
  left: 0;
}
.c-comparison .c-comparison-list tr {
  position: relative;
}
.c-comparison .c-comparison-list tr:nth-child(2)::after, .c-comparison .c-comparison-list tr:nth-child(3)::after, .c-comparison .c-comparison-list tr:nth-child(4)::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-image: radial-gradient(circle, #191919 0.5px, transparent 0.5px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 3px 1px;
  bottom: 0;
  left: 0;
}
.c-comparison .c-comparison-list tr:last-child {
  background-color: #fff000;
}
.c-comparison .c-comparison-list tr:last-child td:last-child {
  background-color: #fff000;
}
.c-comparison .c-comparison-list tr:last-child td:not(:first-child) {
  font-weight: 700;
  font-size: 20px;
}
.c-comparison .c-comparison-list th {
  height: 75px;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.c-comparison .c-comparison-list th:first-child {
  width: 17.074%;
}
.c-comparison .c-comparison-list th:nth-child(2) {
  width: 41.464%;
}
.c-comparison .c-comparison-list th:last-child {
  background-color: #fdfaee;
  width: 41.464%;
}
.c-comparison .c-comparison-list th:not(:last-child) {
  position: relative;
}
.c-comparison .c-comparison-list th:not(:last-child)::after {
  content: "";
  position: absolute;
  background-color: #191919;
  right: 0;
  bottom: 0;
  height: calc(100% - 2px);
  width: 1px;
}
.c-comparison .c-comparison-list td {
  height: 44px;
  vertical-align: middle;
  font-size: 15px;
  letter-spacing: 0.1em;
}
.c-comparison .c-comparison-list td:first-child {
  width: 17.074%;
  font-size: 14px;
  font-weight: 500;
}
.c-comparison .c-comparison-list td:nth-child(2) {
  width: 41.464%;
}
.c-comparison .c-comparison-list td:last-child {
  background-color: #fdfaee;
  width: 41.464%;
}
.c-comparison .c-comparison-list td:not(:last-child) {
  position: relative;
}
.c-comparison .c-comparison-list td:not(:last-child)::after {
  content: "";
  position: absolute;
  background-color: #191919;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 1px;
}
.c-comparison .c-comparison-caption {
  font-size: 11px;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .c-comparison {
    padding: 60px 0 30px;
  }
  .c-comparison .c-comparison-ttl {
    font-size: 34px;
    letter-spacing: 0.12em;
    line-height: 1.5294117647;
  }
  .c-comparison .c-comparison-text {
    font-size: 15px;
    letter-spacing: 0.04em;
    line-height: 1.7333333333;
  }
  .c-comparison .c-comparison-text span {
    line-height: 1.5454545455;
    letter-spacing: 0.08em;
  }
  .c-comparison .c-comparison-content {
    width: calc(100% + 15px);
    scrollbar-width: none;
    padding-bottom: 25px;
    margin-bottom: 20px;
  }
  .c-comparison .c-comparison-content::-webkit-scrollbar {
    display: none;
  }
  .c-comparison .simplebar-wrapper {
    margin-left: -15px !important;
  }
  .c-comparison .c-comparison-list {
    width: 820px;
  }
  .c-comparison .c-comparison-list::after {
    bottom: 0.5px;
  }
  .c-comparison .simplebar-scrollbar::before {
    background: #191919;
    border-radius: 50px;
    height: 4px !important;
    left: 0 !important;
    right: 0 !important;
    opacity: 1;
  }
  .c-comparison .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    top: 0;
  }
  .c-comparison .simplebar-scrollbar.simplebar-visible::before {
    opacity: 1;
  }
  .c-comparison .simplebar-track {
    border: 1px solid #191919;
    background-color: #f5f5f5;
    border-radius: 50px;
    height: 6px !important;
    margin-right: 15px;
  }
  .c-comparison .simplebar-vertical {
    display: none;
  }
}