@charset "utf-8";

.entry-decoration01 {
    max-width: 109.8rem;
    width: 100%;
    top: -18rem;
    left: -61rem;
}

.entry-decoration02 {
    max-width: 43.3rem;
    width: 100%;
    right: -7rem;
    bottom: -23rem;
}

.entry-decoration03 {
    max-width: 47.3rem;
    width: 100%;
    top: 1rem;
    left: -7.5rem;
}

.entry-decoration04 {
    max-width: 50.1rem;
    width: 100%;
    right: -14rem;
    bottom: 7rem;
}

.entry-decoration05 {
    max-width: 45rem;
    width: 100%;
    top: -12.5rem;
    left: -21rem;
    transform: scale(-1, 1);
}

.entry-decoration06 {
    max-width: 57rem;
    width: 100%;
    right: -24.8rem;
    bottom: -0.7rem;
}

.entry-title01 {
    color: var(--c-secondary);
}

.category-btn-wrapper {
    padding: 16rem 0 0;
}

.category-btn-list {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 2rem;
}

.category-btn {
    font-size: 2.4rem;
    padding: 1.8rem 10.9rem 1.8rem 2.8rem;
    justify-content: flex-start;
}

.detail-wrapper {
    padding: 14rem 0 0;
}

.detail-card-group {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 2rem;
    margin: 10rem 0 0;
}

.detail-card {
    background: #F7F5F2;
    border-radius: 0.5rem;
    box-shadow: 0 0.3rem 0.6rem rgb(0 0 0 / 16%);
    padding: 6rem 3rem 2rem;
    position: relative;
}

.detail-card-number {
    max-width: 8.4rem;
    width: 100%;
    height: 8.4rem;
    display: flex;
    flex-direction: column;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    background: var(--c-secondary);
    color: var(--c-white);
    text-align: center;
    padding: 1rem;
    margin: auto;
    position: absolute;
    top: -4rem;
    right: 0;
    left: 0;
}

.detail-card-number-text01 {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1em;
}

.detail-card-number-text02 {
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 1em;
}

.detail-card-title {
    text-align: center;
}

.detail-card-text {
    margin: 1.5rem 0 0;
}

.message-wrapper {
    padding: 19.5rem 0 0;
}

.message-area {
    margin: 6rem 0 0;
}

.message-text {
    font-weight: bold;
    text-align: center;
    margin: 4rem 0 0;
}

.flow-wrapper {
    padding: 19.5rem 0;
}

.flow-lead-text {
    font-weight: bold;
    text-align: center;
    margin: 4rem 0 0;
}

.flow-card-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12rem 8.25%;
    margin: 10rem 0 0;
}

.flow-card {
    width: 27.83%;
    border: solid 0.7rem #FDF4E6;
    background: var(--c-white);
    border-radius: 0.5rem;
    box-shadow: 0 0.3rem 0.6rem rgb(0 0 0 / 16%);
    padding: 7rem 1.6rem 2rem;
    position: relative;
}

.flow-card-number {
    max-width: 8.4rem;
    width: 100%;
    height: 8.4rem;
    display: flex;
    flex-direction: column;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    background: var(--c-secondary);
    color: var(--c-white);
    text-align: center;
    padding: 1rem;
    margin: auto;
    position: absolute;
    top: -4rem;
    right: 0;
    left: 0;
}

.flow-card-number-text01 {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1em;
}

.flow-card-number-text02 {
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 1em;
}

.flow-card-title {
    text-align: center;
}

.flow-card-text {
    margin: 2rem 0 0;
}

.flow-card:not(:first-child):before {
    content: "";
    display: block;
    max-width: 3.9rem;
    width: 11.67%;
    height: 6.8rem;
    background: url(../../../../uploads/entry_flow_arrow_icon.svg) no-repeat center / contain;
    margin: auto;
    position: absolute;
    top: 50%;
    left: -24%;
    transform: translateY(-50%);
}

.info-wrapper {
    background: var(--bg-primary-light);
    padding: 19.5rem 0;
    z-index: 9;
}

.info-area01 {
    margin: 6rem 0 0;
}

.info-block01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--c-white);
    padding: 4rem;
    border-radius: 0 0 1rem 1rem;
}

.info-block01:not(:first-child) {
    margin: 3rem 0 0;
}

.info-title-box {
    max-width: 13.5rem;
    width: 100%;
}

.info-title01 {
    color: var(--c-secondary);
}

.info-btn-list {
    max-width: 88.3rem;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 2rem;
    margin: 0 0 0 4%;
}

.info-btn {
    font-size: 2.4rem;
    padding: 1.8rem 10.9rem 1.8rem 2.8rem;
    cursor: pointer;
    justify-content: flex-start;
}

.info-area02 {
    margin: 8rem 0 0;
}

.info-table {
    margin: 2.5rem 0 0;
}

.info-content-block {
    display: none;
    margin: -15rem 0 0;
    padding: 15rem 0 0;
}

.info-content-block.active {
    display: block;
}

.info-btn.active {
    opacity: 0.65;
}

.form-wrapper {
    padding: 19.5rem 0 0;
}

.form-lead-text {
    font-weight: bold;
    text-align: center;
    margin: 4rem 0 0;
}

.form-tel-frame {
    max-width: 76rem;
    width: 100%;
    background: url(../../../../uploads/entry_bg01.jpg) no-repeat center / cover;
    padding: 1rem;
    border-radius: 1rem;
    margin: 6rem auto 0;
}

.form-tel-frame-inner {
    border: solid 0.1rem var(--c-secondary);
    border-radius: 1rem;
    padding: 5.5rem 1.5rem 5rem;
    font-weight: bold;
}

.form-tel-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-tel-number {
    font-size: 6.3rem;
    line-height: 1.44em;
    margin: 0 0 0 1.5rem;
}

.form-tel-box:before {
    content: "";
    display: block;
    max-width: 2.9rem;
    width: 100%;
    height: 5.4rem;
    background: url(../../../../uploads/tel_icon_orange.svg) no-repeat center / contain;
}

.form-tel-info {
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.44em;
    text-align: center;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1920px) {



}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1550px) {



}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1024px) {

    .entry-decoration01 {
        max-width: 58.5rem;
        top: -9rem;
        left: -30rem;
    }

    .entry-decoration02 {
        max-width: 23rem;
        right: -4rem;
        bottom: -11.5rem;
    }

    .entry-decoration03 {
        max-width: 29.5rem;
        left: -4rem;
    }
    
    .entry-decoration04 {
        max-width: 28rem;
        right: -7rem;
        bottom: 5rem;
    }

    .entry-decoration05 {
        max-width: 24rem;
        top: -6rem;
        left: -10rem;
    }

    .entry-decoration06 {
        max-width: 30.2rem;
        right: -13rem;
        bottom: -0.35rem;
    }

    .category-btn-wrapper {
        padding: 8rem 0 0;
    }
    
    .category-btn-list {
        grid-template-columns: repeat(2,1fr);
        gap: 1.5rem;
    }
    
    .category-btn {
        font-size: 2.2rem;
        padding: 1.5rem 8rem 1.5rem 2rem;
    }
    
    .category-btn br {
        display: none;
    }
    
    .detail-wrapper {
        padding: 8rem 0 0;
    }
    
    .detail-card-group {
        gap: 1.5rem;
        margin: 6rem 0 0;
    }
    
    .detail-card {
        padding: 4.5rem 2rem 1.5rem;
    }
    
    .detail-card-number {
        max-width: 6rem;
        height: 6rem;
        top: -2rem;
    }
    
    .detail-card-number-text01 {
        font-size: 1.4rem;
    }
    
    .detail-card-number-text02 {
        font-size: 2.8rem;
    }
    
    .message-wrapper {
        padding: 10rem 0 0;
    }
    
    .message-area {
        margin: 4rem 0 0;
    }
    
    .message-text {
        margin: 3rem 0 0;
    }
    
    .flow-wrapper {
        padding: 10rem 0;
    }
    
    .flow-lead-text {
        margin: 3rem 0 0;
    }
    
    .flow-card-group {
        gap: 8rem 8.25%;
        margin: 8rem 0 0;
    }
    
    .flow-card {
        padding: 5rem 1.6rem 1.5rem;
    }
    
    .flow-card-number {
        max-width: 6rem;
        height: 6rem;
    }
    
    .flow-card-number-text01 {
        font-size: 1.4rem;
    }
    
    .flow-card-number-text02 {
        font-size: 2.8rem;
    }
    
    .flow-card-text {
        margin: 1.5rem 0 0;
    }
    
    .info-wrapper {
        padding: 10rem 0;
    }
    
    .info-area01 {
        margin: 4rem 0 0;
    }
    
    .info-block01 {
        display: block;
        padding: 3rem;
    }
    
    .info-block01:not(:first-child) {
        margin: 2rem 0 0;
    }
    
    .info-title-box {
        max-width: 100%;
        text-align: center;
    }
    
    .info-btn-list {
        max-width: 100%;
        margin: 2rem auto 0;
    }
    
    .info-btn {
        font-size: 2.2rem;
        padding: 1.5rem 8rem 1.5rem 2rem;
    }
    
    .info-btn br {
        display: none;
    }
    
    .info-area02 {
        margin: 6rem 0 0;
    }
    
    .info-table {
        margin: 2rem 0 0;
    }

    .form-wrapper {
        padding: 10rem 0 0;
    }
    
    .form-lead-text {
        margin: 3rem 0 0;
    }
    
    .form-tel-frame {
        margin: 4rem auto 0;
    }
    
    .form-tel-frame-inner {
        padding: 4rem 1.5rem 3rem;
    }
    
    .form-tel-number {
        font-size: 5.6rem;
    }
    
    .form-tel-box:before {
        max-width: 2rem;
        height: 4rem;
    }
    
    .form-tel-info {
        font-size: 2.4rem;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 768px) {

    .category-btn-list {
        grid-template-columns: repeat(1,1fr);
    }
    
    .category-btn {
        margin: auto;
    }
    
    .detail-card-group {
        grid-template-columns: repeat(1,1fr);
        gap: 6rem;
    }
    
    .message-text {
        text-align: left;
    }
    
    .message-text br {
        display: none;
    }
    
    .flow-lead-text {
        text-align: left;
    }
    
    .flow-lead-text br {
        display: none;
    }
    
    .flow-card {
        width: 100%;
    }
    
    .flow-card-group {
        gap: 10rem;
    }

    .flow-card:not(:first-child):before {
        max-width: 3rem;
        width: 100%;
        height: 4rem;
        top: -9rem;
        left: 0;
        right: 0;
        transform: rotate(90deg);
    }
    
    .info-btn-list {
        grid-template-columns: repeat(1,1fr);
    }
    
    .info-btn {
        font-size: 1.8rem;
        margin: auto;
        padding: 1.5rem 6rem 1.5rem 1.5rem;
    }

    .form-lead-text {
        text-align: left;
    }
    
    .form-lead-text br {
        display: none;
    }

    .form-tel-number {
        font-size: 4.4rem;
    }
    
    .form-tel-info {
        font-size: 2rem;
    }

    .info-area01 {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 10px;
    }
    
    .info-block01:not(:first-child) {
        margin: 0;
    }
    
    .info-block01 {
        padding: 1.5rem;
    }
    
    .info-btn:before {
        max-width: 3rem;
        height: 3rem;
        background-size: 1.4rem 1.5rem !important;
    }
    
    .info-title01 {
        font-size: 2.8rem;
    }
    
    .info-btn-list {
        gap: 1.5rem;
        margin: 1.5rem auto 0;
    }
	
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 576px) {

    .info-title01 {
        font-size: 1.8rem;
    }
    
    .info-btn {
        font-size: 1.2rem;
        padding: 1rem 4rem 1rem 1rem;
    }
    
    .info-btn:before {
        max-width: 2rem;
        height: 2rem;
        background-size: 1rem 1rem !important;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 414px) {



}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */