@charset "UTF-8";
/*==============
    about
===============*/
#about{
    width: 100%;
    margin: 0;
    padding: 200px 0 0;
    background: var(--base);
}
.cvBtn a {
    text-align: center;
    display: block;
    padding: 15px;
    width: 80%;
    margin: 0 auto;
    font-size: 1.6rem;
    background: var(--main-color);
    color: #fff;
    border-radius: 5px;
    transition: 0.4s all;
}
.cvBtn a:hover {
    opacity: 0.5;
}
#about h2.logo {
    width: 38.93%;
    margin: 0 auto;
    margin-bottom: 80px;
}
#about h3 {
    font-size: clamp(2.4rem, 2.16rem + 0.71vw, 3.2rem);
    text-align: center;
    border-bottom: none;
    font-weight: initial;
    letter-spacing: 0.1em;
    padding-bottom: 0;
    margin-bottom: 16px;
    font-weight: bold;
    color: var(--font);
}
#about .lead {
    padding-bottom: 80px;
    margin-bottom: 80px;
    border-bottom: 1px solid #e5e5e5;
}
#about .lead p.txt {
    font-size: var(--font-size-lg);
    line-height: 2;
    margin-bottom: 40px;
    text-align: center;
}
#about .more.wide {
    width: 50%;
    text-align: center;
    margin: 0 auto;
    display: block;
}
#about .detail .txt {
    font-size: var(--font-size-lg);
    line-height: 2;
    margin-bottom: 40px;
    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:first-child {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 32px;
}
#about .detail .benefits .inner.first {
    width: 31.57%;
    margin: initial;
    margin-bottom: 0px;
}
#about .detail .benefits .inner .ttl {
    padding: 24px 0;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    font-weight: initial;
    background: var(--fc);
    margin-bottom: 24px;
    position: relative;
    font-weight: bold;
}
#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;
    width: 100%;
}
#about .detail .benefits .inner .txt {
    font-size: var(--font-size-md);
    text-align: left;
    line-height: 1.5;
}
#about .detail .benefits .inner:first-child .txt {
    text-align: center;
}
#about .detail .benefits .inner.first .txt {
    text-align: initial;
}
#about .detail .benefits .inner .txt span {
    font-size: var(--font-size-xs);
    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: var(--fc);
}
/* accordion */
.accordion-list:not(:first-child) {
    margin-top: 10px;
}
.accordion-title {
    cursor: pointer;
    font-size: var(--font-size-md);
    padding: 32px 24px 32px 40px;
    position: relative;
    border-bottom: 1px solid #cccccc;
    color: var(--font);
}
.accordion-title span {
    position: absolute;
    left: 0;
    font-size: 1.8rem;
    font-weight: initial;
}
.accordion-title:before {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    height: 1px;
    width: 15px;
    background: var(--font);
    transform: rotate(90deg);
    transition: all .3s ease-in-out;
}
.accordion-title:after {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    height: 1px;
    width: 15px;
    background: var(--font);
    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;
    margin: 0;
    position: relative;
    color: var(--font);
}
.accordion-text span {
    position: absolute;
    left: 0;
    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 .detail .benefits {
        margin-top: 0;
    }
    #about .detail .benefits .inner {
        width: 48%;
    }
    #about .detail .benefits .inner:first-child {
        width: 100%;
    }
    #about .detail .benefits .inner.first {
        width: 48%;
    }
    #about h2.logo {
        width: 70%;
        margin-bottom: 64px;
    }
}
@media screen and (max-width: 768px) {
    #about .detail .txt {
        text-align: left;
    }
    #about .more.wide {
        font-size: 1.6rem;
        padding: 16px 36px;
        width: 80%;
    }
    #about .lead {
        padding-bottom: 56px;
        margin-bottom: 40px;
    }
    #about .detail .benefits {
        margin-top: 0;
    }
    #about .detail .benefits .inner {
        width: 100%;
    }
    #about .detail .more {
        margin-top: 16px;
    }
    #about .detail {
        margin-bottom: 80px;
    }
    #about .faq {
        padding: 80px 0;
    }
    #about .rank.sp-on li .price a {
        width: 100%;
    }
    #about .detail .benefits .inner:first-child {
        margin-bottom: 0;
    }
    #about .detail .benefits .inner.first {
        width: 100%;
    }
    #about .detail .benefits .inner:first-child .txt {
        text-align: left;
    }
    #about .detail .benefits .inner .ttl {
        padding: 16px 0;
        font-size: 1.4rem;
        margin-bottom: 16px;
    }
    #about .detail .benefits .inner img {
        margin-bottom: 8px;
    }
}
@media screen and (max-width: 500px) {
    #about h2.logo {
        width: 80%;
        margin-bottom: 40px;
    }
}
/* 231114 */
.accordion-text span.indent {
    position: inherit;
    font-size: inherit;
    font-family: inherit;
}
.accordion-list a {
    text-decoration: underline;
    color: var(--font);
}
/* 1117 */
#about .taright {
    text-align: right;
    font-size: 1.6rem;
}
/* price */
.price-wrap {
    width: 40%;
    margin: 0 auto;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    margin-bottom: 80px;
}
.price-wrap .ttl {
    text-align: center;
    font-size: 1.8rem;
    background: linear-gradient(90deg, rgb(238, 208, 112) 0%, rgb(169, 115, 50) 100%);
    padding: 20px;
    font-size: 1.8rem;
    color: #fff;
    letter-spacing: 0.1em;
}
.price-wrap .price {
    text-align: center;
    font-size: 2rem;
    padding: 24px;
    background: var(--font);
    color: var(--base);
}
.price-wrap .price span {
    font-size: 1.4rem;
}
.price-wrap .price span.cap {
    font-size: 1.2rem;
    margin-top: 10px;
    text-align: center;
}
#about .moreBtn .wide{
    width: 50%;
    text-align: center;
    margin: 0 auto;
    display: block;
    background: var(--accent);
    color: var(--base);
    position: relative;
    font-size: var(--font-size-lg);
    /* font-family: var(--en); */
    letter-spacing: 0.025em;
    padding: 20px 44px;
    z-index: 2;
}
.moreBtn2{
    margin: 32px 0 0 0;
}
@media screen and (max-width: 1000px) {
    #about{
        padding: 150px 0 0;
    }
    .price-wrap {
        width: 70%;
        margin-bottom: 64px;
    }
    #about .lead p.txt{
        text-align: left;
    }
}
@media screen and (max-width: 500px) {
    #about{
        padding: 120px 0 0;
    }
    .price-wrap {
        width: 100%;
        margin-bottom: 56px;
    }
    .price-wrap .ttl {
        padding: 16px;
        font-size: 1.6rem;
    }
    .price-wrap .price {
        padding: 20px;
        font-size: 1.8rem;
    }
    #about .moreBtn .wide{
        width: 90%;
    }
    .moreBtn2{
        margin: 16px 0 0 0;
    }
}