@charset "UTF-8";
/* Scss Document */ :root {
    --min-size: 100px;
    --clamp-vw: 18vw;
}
@media (max-width: 1024px) {
    :root {
        --min-size: 60px;
        --clamp-vw: 10vw;
    }
}
.padding140 {
    padding-top: clamp(var(--min-size), var(--clamp-vw), 140px);
    padding-bottom: clamp(var(--min-size), var(--clamp-vw), 140px);
}
.mt-100 {
    margin-top: clamp(var(--min-size), var(--clamp-vw), 100px);
}
.mt-120 {
    margin-top: clamp(var(--min-size), var(--clamp-vw), 120px);
}
a, a:hover, a:focus, a:active, a:visited, a:focus-visible {
    text-decoration: none;
}
/************************/
.header {
    width: 94%;
    max-width: 1760px;
    margin: 0 auto;
    padding: 45px 0;
}
/***********************/
.tear01_border {
    border: 12px solid #dfd1e4;
    border-radius: 30px;
    padding: 90px 40px;
}
.tear01_text {
    font-size: clamp(18px, 2.2vw, 36px);
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 2.1em;
    font-weight: 500;
}
.tear01_text .bb {
    background: linear-gradient(transparent 60%, #fff799 60%);
}
.tear01_text .letter {
    letter-spacing: -0.5em;
}
.tear01_more_list {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    column-gap: 20px;
}
.tear01_more_list > div {
    width: 50%;
    max-width: 540px;
}
.more_btn {
    width: 100%;
    max-width: 540px;
}
.more_btn a {
    background-color: #640087;
    border-radius: 15px;
    height: 110px;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: clamp(18px, 2.2vw, 30px);
    letter-spacing: 0.08em;
    font-weight: 600;
    padding-right: 40px;
    transition: 0.5s ease;
}
.more_btn a .arrow {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
}
.more_btn a:hover {
    opacity: 0.7;
}
.tel_on {
    text-align: center;
    font-size: clamp(14px, 1.5vw, 24px);
    letter-spacing: 0.1em;
}
.tel_btn {
    width: 100%;
    max-width: 540px;
    text-align: center;
}
.tel_btn a {
    background-color: #eeeeee;
    border-radius: 15px;
    height: 110px;
    color: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tel_p {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    font-size: clamp(30px, 4.2vw, 50px);
    letter-spacing: 0.03em;
    font-weight: bold;
    line-height: 1em;
}
.tel_p .icon {
    position: relative;
    top: -5px;
}
.tel_under {
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 1.5em;
    margin-top: 5px;
    padding-left: 50px;
}
/*****************************/
.tear02_logo {
    text-align: center;
}
.tear02_logo img {
    max-width: 100%;
    height: auto;
}
.tear02_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 60px;
    row-gap: 60px;
}
.tear02_grid > div {
    border: 8px solid #dfd1e4;
    border-radius: 30px;
    padding: 50px 20px;
    text-align: center;
}
.tear02_grid .tear02_icon {
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tear02_grid h3 {
    text-align: center;
    font-size: clamp(22px, 3.2vw, 38px);
    letter-spacing: 0.075em;
    margin-top: 30px;
    font-weight: 500;
}
.more_btn.tear02_style {
    margin-left: auto;
    margin-right: auto;
    max-width: 630px;
}
.more_btn.tear02_style a {
    height: 120px;
}
.tear02_absolute {
    position: absolute;
    left: 0;
    top: 210px;
}
.tear02_absolute img {
    max-width: 100%;
    height: auto;
}
.tear02_absolute2 {
    position: absolute;
    right: 0;
    top: 520px;
}
.tear02_absolute2 img {
    max-width: 100%;
    height: auto;
}
.tear02_absolute3 {
    position: absolute;
    right: 0;
    bottom: 230px;
}
.tear02_absolute3 img {
    max-width: 100%;
    height: auto;
}
/* PC用
------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
    /************************/
    .header {
        width: 88%;
        padding: 25px 0;
    }
    #logo img {
        width: 120px;
        height: auto;
    }
    /***********************/
    .tear01_border {
        border: 8px solid #dfd1e4;
        border-radius: 20px;
        padding: 50px 20px;
    }
    .tear01_more_list {
        flex-wrap: wrap;
        gap: 30px;
    }
    .tear01_more_list > div {
        width: 100%;
        max-width: 100%;
    }
    .more_btn a {
        height: 70px;
        padding-right: 20px;
    }
    .tel_on {
        font-size: 16px;
    }
    .tel_btn {
        width: 100%;
    }
    .tel_btn a {
        height: 90px;
        padding-bottom: 5px;
    }
    .tel_p {
        font-size: 35px;
    }
    .tel_p .icon {
        top: -2px;
    }
    .tel_p .icon img {
        width: 35px;
        height: auto;
    }
    .tel_under {
        font-size: 12px;
        padding-left: 45px;
    }
    /*****************************/
    .tear02_logo img {
        max-width: 65%;
    }
    .tear02_grid {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 30px;
    }
    .tear02_grid > div {
        border: 5px solid #dfd1e4;
        border-radius: 20px;
        padding: 40px 20px;
    }
    .tear02_grid .tear02_icon {
        height: 70px;
    }
    .more_btn.tear02_style a {
        font-size: 20px;
        height: 90px;
    }
    .tear02_absolute {
        top: 210px;
        width: 30%;
    }
    .tear02_absolute2 {
        position: absolute;
        right: 0;
        top: 600px;
        width: 20%;
    }
    .tear02_absolute2 img {
        max-width: 100%;
        height: auto;
    }
    .tear02_absolute3 {
        position: absolute;
        right: 0;
        bottom: 230px;
        width: 23%;
    }
}
/* スマートフォン 縦(ポートレート) */