@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&display=swap');

:root {
  --jpMin: 'Noto Serif JP', serif;
}

/*==============
    about
===============*/
section {
  margin-bottom: 0 !important;
}

table {
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
}

#about h2.logo {
  width: 38.93%;
  margin: 0 auto;
  margin-bottom: 80px;
}

#about h3 {
  font-size: clamp(2rem, 5.3vw, 3.6rem);
  font-family: var(--jpMin);
  text-align: center;
  border-bottom: none;
  font-weight: initial;
  letter-spacing: 0.2em;
  padding-bottom: 0;
  margin-bottom: 16px;
}

#about .lead {
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: 1px solid #e5e5e5;
}

#about .lead p.txt {
  font-size: clamp(1.6rem, 4.26666667vw, 1.8rem);
  line-height: 2;
  margin-bottom: 40px;
  text-align: center;
}

#about .more.wide {
  width: 50%;
  text-align: center;
  margin: 0 auto;
  display: block;
}

#about .more.jpMin {
  font-family: var(--jpMin);
}

#about .detail .txt {
  font-size: clamp(1.6rem, 4.26666667vw, 1.8rem);
  line-height: 2;
  margin-bottom: 40px;
  text-align: center;
}

#about .detail .rank thead tr th {
  width: 24.75%;
  padding: 32px 0;
  text-align: center;
  color: #fff;
  font-family: var(--jpMin);
  font-size: 1.8rem;
  font-weight: initial;
  border: solid 4px #ffffff;
  border-collapse: separate;
  letter-spacing: 0.2em;
}

.bronze {
  background: linear-gradient(90deg, rgb(242, 166, 90) 0%, rgb(149, 76, 43) 100%);
}

.silver {
  background: linear-gradient(90deg, rgb(192, 192, 192) 0%, rgb(113, 113, 113) 100%);
}

.gold {
  background: linear-gradient(90deg, rgb(238, 208, 112) 0%, rgb(169, 115, 50) 100%);
}

.platinum {
  background: linear-gradient(90deg, rgb(212, 213, 244) 0%, rgb(142, 140, 159) 100%);
}

#about .detail .rank tbody tr .price,
#about .rank.sp-on li .price {
  width: 24.75%;
  background: #f5f5f5;
  padding: 24px 16px;
  text-align: center;
  font-size: 1.3rem;
  border: solid 8px #ffffff;
  border-collapse: separate;
}

#about .detail .rank tbody tr .price span,
#about .rank.sp-on li .price span {
  font-size: 2.4rem;
  font-family: var(--jpMin);
  font-weight: initial;
  display: block;
  text-align: center;
}

#about .detail .rank tbody tr .price span i,
#about .rank.sp-on li .price span i {
  font-size: 1.6rem;
}

#about .detail .rank tbody tr .price a,
#about .rank.sp-on li .price a {
  font-size: 1.4rem;
  font-family: var(--jpMin);
  font-weight: initial;
  width: 43.03%;
  background: #970000;
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  padding: 16px 0;
  border-radius: 5px;
  margin-top: 10px;
  transition: 0.4s all;
  letter-spacing: 0.2em;
}

#about .detail .rank tbody tr .price a:hover {
  opacity: 0.5;
}

#about .detail .rank-detail {
  margin-top: 40px;
  margin-bottom: 24px;
}

#about .detail .rank-detail thead tr th {
  padding: 24px 0;
  text-align: center;
  color: #fff;
  font-family: var(--jpMin);
  font-size: 1.6rem;
  font-weight: initial;
  letter-spacing: 0.2em;
}

#about .detail .rank-detail tr th,
#about .detail .rank-detail tr td {
  border: solid 1px #e6e6e6;
  border-collapse: collapse;
}

#about .detail .rank-detail thead tr th:nth-child(2),
#about .detail .rank-detail thead tr th:nth-child(3),
#about .detail .rank-detail thead tr th:nth-child(4),
#about .detail .rank-detail tr td:nth-child(2),
#about .detail .rank-detail tr td:nth-child(3),
#about .detail .rank-detail tr td:nth-child(4) {
  border-right: none;
}

#about .detail .rank-detail .col-main .col-title {
  padding: 24px 0;
  font-size: 1.6rem;
  text-align: center;
  background: #f5f5f5;
}

#about .detail .rank-detail .Possibility {
  font-size: 2.4rem;
  text-align: center;
}

#about .detail .benefits {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#about .detail .benefits .inner {
  width: 31.57%;
}

#about .detail .benefits .inner .ttl {
  padding: 24px 0;
  text-align: center;
  color: #fff;
  font-family: var(--jpMin);
  font-size: 1.6rem;
  font-weight: initial;
  letter-spacing: 0.2em;
  background: var(--color2);
  margin-bottom: 24px;
  position: relative;
}

#about .detail .benefits .inner .ttl::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #828282;
}

#about .detail .benefits .inner img {
  border: solid 1px #e6e6e6;
  margin-bottom: 16px;
}

#about .detail .benefits .inner .txt {
  font-size: clamp(1.4rem, 3.733333333vw, 1.6rem);
  text-align: left;
  line-height: 1.5;
}

#about .detail .benefits .inner .txt span {
  font-size: clamp(1.2rem, 3.733333333vw, 1.4rem);
  text-align: left;
  line-height: 1.5;
  display: block;
}

#about .detail .more {
  margin-top: 40px;
}

#about .detail {
  margin-bottom: 120px;
}

#about .faq {
  padding: 120px 0;
  background: #f5f5f5;
}

/* accordion */
.accordion-list:not(:first-child) {
  margin-top: 10px;
}

.accordion-title {
  cursor: pointer;
  font-size: clamp(1.4rem, 3.733333333vw, 1.6rem);
  padding: 32px 24px 32px 40px;
  position: relative;
  border-bottom: 1px solid #cccccc;
}

.accordion-title span {
  position: absolute;
  left: 0;
  font-family: var(--jpMin);
  font-size: 1.8rem;
  font-weight: initial;
}

.accordion-title:before {
  position: absolute;
  content: '';
  top: 50%;
  right: 0;
  height: 1px;
  width: 15px;
  background: #333;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}

.accordion-title:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 0;
  height: 1px;
  width: 15px;
  background: #333;
  transition: all .3s ease-in-out;
}

.accordion-title.open:before {
  transform: rotate(180deg);
}

.accordion-title.open:after {
  opacity: 0;
}

.accordion-text {
  display: none;
  padding: 32px 24px 32px 40px;
  position: relative;
}

.accordion-text span {
  position: absolute;
  left: 0;
  font-family: var(--jpMin);
  font-size: 1.6rem;
  font-weight: initial;
}

.pc-on {
  display: block;
  margin-bottom: 80px;
}

.sp-on {
  display: none;
}

@media screen and (max-width: 1000px) {
  #about .detail .rank tbody tr .price a {
    width: 100%;
  }

  .pc-on {
    display: none;
  }

  .sp-on {
    display: block;
  }

  #about .rank li {
    margin-bottom: 24px;
  }

  #about .rank li:last-child {
    margin-bottom: 0;
  }

  #about .rank li .inner {
    padding: 24px;
    width: calc(100% - 48px);
    background: #f5f5f5;
  }

  #about .rank li .rank p {
    padding: 16px 10px;
    text-align: center;
    font-family: var(--jpMin);
    font-size: 1.6rem;
    font-weight: initial;
    color: #fff;
    width: calc(100% - 20px);
  }

  #about .rank li .rank.flex p {
    width: 50%;
  }

  #about .rank.sp-on li .price {
    border: none;
    padding: 0;
    width: 100%;
  }

  #about .rank li .inner .rank-detail ul {
    display: flex;
    flex-wrap: wrap;
    background: #e3e3e3;
    padding: 20px;
    row-gap: 1rem;
    margin-top: 24px;
  }

  #about .rank li .inner .rank-detail ul li {
    width: calc(100% / 3);
    margin-bottom: 0;
    font-size: 1.3rem;
  }

  #about .detail .rank-detail {
    margin-top: 0;
    margin-bottom: 0;
  }

  #about .detail .benefits {
    margin-top: 80px;
  }

  #about .detail .benefits .inner {
    width: 48%;
  }
}

@media screen and (max-width: 768px) {
  #about .rank li .inner .rank-detail ul li {
    width: 100%;
    text-indent: -1rem;
    padding-left: 1rem;
    display: block;
  }

  #about .rank li .inner .rank-detail ul {
    row-gap: 0.5rem;
  }

  #about h2.logo {
    width: 80%;
    margin-bottom: 56px;
  }

  #about .detail .txt {
    text-align: left;
    font-size: 1.6rem;
    margin-bottom: 32px;
  }

  #about .more.wide {
    font-size: 1.6rem;
    padding: 24px 36px;
    width: 80%;
  }

  #about .lead {
    padding-bottom: 56px;
    margin-bottom: 40px;
  }

  #about .detail .benefits {
    margin-top: 56px;
  }

  #about .detail .benefits .inner {
    width: 100%;
  }

  #about .detail .more {
    margin-top: 16px;
  }

  #about .detail {
    margin-bottom: 56px;
  }

  #about .faq {
    padding: 56px 0 80px;
  }

  #about .rank.sp-on li .price a {
    width: 100%;
  }

  .accordion-title {
    padding: 16px 24px 24px 40px;
  }

  #about h3 {
    font-size: 2.4rem;
    margin-bottom: 32px;
  }

  #about .lead p.txt {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

/* 231114 */
.accordion-text span.indent {
  position: inherit;
  font-size: inherit;
  font-family: inherit;
}

.accordion-list a {
  text-decoration: underline;
}

/* 1117 */
#about .taright {
  text-align: right;
  font-size: 1.6rem;
}

#about .rank-detail ul li span {
  font-size: 1.4rem;
}

#about .rank-detail .cap {
  margin-top: 10px;
}

/* 1127 */
#about .detail .rank tbody tr .price .cap {
  font-family: var(--jp);
  font-size: 1.2rem;
  margin-top: 8px;
  font-weight: 500;
}

@media screen and (max-width: 1000px) {
  #about .rank.sp-on li .price .cap {
    font-family: var(--jp);
    font-size: 1.2rem;
    margin-top: 8px;
    font-weight: 500;
  }
}

/* view more */
.moreBtn a {
  margin-left: 20px;
  position: relative;
  font-size: 1.8rem;
  font-family: var(--en);
  letter-spacing: 0.025em;
  display: inline-block;
  background: var(--color2);
  color: #fff;
  padding: 20px 44px;
  z-index: 2;
}

.moreBtn a:before {
  content: "";
  width: 40px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.4s;
}

.moreBtn a:after {
  content: "";
  width: 0;
  height: 100%;
  background: #fff;
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.4s;
}

.moreBtn a:hover:before {
  left: -10px;
}

.moreBtn a:hover:after {
  width: 100%;
}

.moreBtn a:hover {
  color: #fff;
}