@charset "UTF-8";

.p-worries {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 60px;
}
.p-worries::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 34px solid transparent;
    border-left: 34px solid transparent;
    border-top: 20px solid #fbbd53;
    border-bottom: 0;
    position: absolute;
    top: unset;
    bottom: -40px;
    right: 0;
    left: 0;
    margin: auto;
}
.p-worries__item {
    width: calc(50% - 10px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 22px;
}
.p-worries__text {
    background: var(--lt-beige);
    padding: 10px 15px;
    border-radius: 20px;
    font-size: 16px;
    min-height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.p-worries__text::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #f5f2ed;
    border-left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -11px;
    margin: auto;
}
@media screen and (max-width: 767.9px){
    .p-worries {
        flex-direction: column;
    }
    .p-worries__item {
        width: 100%;
    }
    .p-worries__item:nth-child(even) {
        flex-direction: row-reverse;
    }
    .p-worries__img {
        width: 90px;
    }
    .p-worries__item:nth-child(even) .p-worries__text::before {
        right: -11px;
        left: unset;
        border-left: 12px solid #f5f2ed;
        border-right: 0;
    }
    .p-worries__text {
        padding: 10px 17px;
        min-height: 92px;
    }
}
.p-point {
    display: flex;
    justify-content: center;
    column-gap: 20px;
    margin-bottom: 20px;
}
.p-point__item {
    width: calc((100% - 40px) / 3);
    border: 1px solid var(--lt-gray);
    border-radius: 10px;
    padding: 20px 10px;
}
.p-point__item img {
    margin: auto;
    display: block;
}
.p-point__item .c-figure {
    padding-bottom: 15px;
    background-image : linear-gradient(to right, #ACACAC 1px, transparent 1px);
    background-size: 4px 1px;
    background-repeat: repeat-x; 
    background-position: left bottom;
    margin-bottom: 15px;
}
@media screen and (max-width: 767.9px){
    .p-point {
        flex-direction: column;
        row-gap: 15px;
        margin-bottom: 15px;
    }
    .p-point__item {
        width: 100%;
        padding: 20px;
    }
    .p-point__item img {
        width: 65px;
        margin: 0;
    }
    .p-point__item .c-figure {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        column-gap: 20px;
    }
}
@media screen and (max-width: 767.9px){
    .p-merit .c-accordion__title img {
        width: 65px;
    }
}
.p-table-price,
.p-table-price-ex {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}
.p-table-price th,
.p-table-price-ex th,
.p-table-price td,
.p-table-price-ex td {
    font-size: 16px;
    border: 1px solid var(--gray);
    padding: 20px;
}
.c-table .c-table--blank {
    padding: 0;
}
@media screen and (max-width: 767.9px){
    .p-table-price th,
    .p-table-price td {
        padding: 16px;
    }
    .p-width-sp--33 {
        width: 33%;
    }
    .p-width-sp--37 {
        width: 37%;
    }
    .p-table-price-ex th,
    .p-table-price-ex td {
        font-size: 14px;
        display: flex;
        align-items: center;
        padding: 16px;
    }
    .p-table-price-ex tr {
        display: flex;
    }
    .p-table-price-ex tr:not(.p-table--sp--side) {
        flex-direction: column;
    }
}
.p-table--scroll .c-table {
    min-width: 680px;
}
@media screen and (max-width: 767.9px){
    .p-table--scroll .c-table {
        font-size: 14px;
    }
    .p-table--scroll.p-table01 .c-table {
        min-width: 585px;
    }
    .p-table--scroll.p-table02 .c-table {
        min-width: 382px;
    }
    .p-table--scroll.p-table03 .c-table {
        min-width: 560px;
    }
    .p-table--scroll.p-table03 .c-table {
        min-width: 623px;
    }
}

/* slider */
.c-carousel-02__item {
    border-radius: 10px;
    min-height: 370px!important;
    margin: 0 20px!important;
}
@media screen and (max-width: 767.9px){
    .c-carousel-02__item {
        min-height: auto;
    }
    .c-carousel__arrow {
        display: block;
    }
    .c-carousel-02__slide--prev {
        left: 0;
    }
    .c-carousel-02__slide--next {
        right: 0;
    }
}

/* cta */
.p-cta {
    z-index: 2;
    display: none;
}
.p-cta__wrap {
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    padding: 15px 0;
    position: fixed;
    bottom: 0;
    background: rgba(0,0,0,0.6);
}
.p-cta__copy {
    font-size: 18px;
    text-align: center;
    color: var(--white);
    font-weight: 700;
    margin-bottom: 10px;
}
.p-cta .c-btn-cv,
.p-cta .c-btn {
    margin-bottom: 0;
}
.p-cta__close {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 37px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}
.p-cta__close:hover {
    opacity: 0.8;
}
@media screen and (max-width: 767.9px) {
    .p-cta__wrap {
        padding: 10px 0;
        gap: 10px;
    }
    .p-cta__copy {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .p-cta .c-btn-cv,
    .p-cta .c-btn {
        max-width: 250px;
        font-size: 14px;
    }
    .p-cta .c-btn-cv a,
    .p-cta .c-btn a {
        padding: 13px 42px 13px 14px;
    }
    .p-cta .c-btn--01::after {
        width: 28px;
        height: 28px;
        background-size: contain;
        right: 12px;
    }
    .p-cta__close {
        position: absolute;
        width: 15px;
        height: 15px;
        right: 32px;
        margin: auto 0;
    }
}
/* 追加モジュール */
.p-lh--normal {
    line-height: normal;
}
.p-va--top {
    vertical-align: top;
}
@media screen and (max-width: 767.9px){
    .c-link--pdf::after {
        top: 3px;
        bottom: unset;
    }
}
