/* PCのデザイン */
@media (min-width: 768px) {
    .sp {
        display: none!important;
    }

    .header-main {
        padding: 0 0 0 2.25rem;
    }

    .logo-area {
        width: 9.3rem;
        margin-top: 1.1rem;
    }

    .logo-area span {
        text-indent: -9999px;
        display: block;
        position: absolute;
    }

    .main-menu{
        width: 47.3rem;
        margin-top: 2.2rem;
        margin-left: 22rem;
    }

    .main-menu #Main {
        display: flex;
    }

    /* .main-menu #Main li{
        padding-right: 2.9rem;
    } */

    .main-menu #Main li:not(:first-child){
        white-space: nowrap;
    }

    .main-menu #Main li:not(:last-child){
        padding-right: 2.9rem;
    }

    .main-menu #Main li a {
        font-size: 1rem;
        letter-spacing: 0.09rem;
        font-weight: bold;
    }

    .header--contact-btn {
        background-color: var(--main-color);
        width: 15.6rem;
        margin-right: 1.8rem;
        margin-top: 1.5rem;
        height: 5.2rem;
        border-radius: 0.75rem;
    }

    .header--contact-btn-row {
        padding: 2rem 0 1.5rem 2.4rem;
    }

    .header--contact-btn-row-col.col1.icon {
        background-image: url(../img/icon-mail2.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 2.3rem;
        height: 1.5rem;
    }

    .header--contact-btn-row-col.col2 {
        margin-left: 0.85rem;
        margin-top: -0.2rem;
    }

    .header--contact-btn-row-col.col2 p {
        color: #fff;
        font-size: 1.25rem;
        letter-spacing: 0.07rem;
    }

    /* top slider */
    .top-sec1--content {
        width: 96%;
        margin: 1.4rem auto;
        border-radius: 2rem;
    }

    .top-slider--on-text {
        bottom: 9.3rem;
        z-index: 1;
    }

    .top-slider--on-text h2.text1 {
        display: inline-block;
        background-color: #fff;
        font-size: 3rem;
        padding: 0.5rem 0.3rem 0.5rem 2.2rem;
        color: var(--main-color);
        letter-spacing: 0.085rem;
    }

    .top-slider--on-text h2.text2 { 
        margin-top: 1.2rem;
        display: inline-block;
        background-color: #ffffffc2;
        font-size: 2.5rem;
        padding: 1rem 2.3rem 0.65rem 2.3rem;
        letter-spacing: 0.05rem;
    }
    /* top slider end */

    /* top sec2 */

    .top-sec2--content {
        margin-top: 6.5rem;
    }

    .top-sec2--col.col1 {
        margin-left: 5.5rem;
        margin-top: 2.9rem;
    }

    .top-sec2--col-text {
        margin-top: 1.5rem;
        width: 45rem;
        height: 35rem;
    }

    .top-sec2--col-text > p {
        font-size: 1.1rem;
        letter-spacing: 0.1rem;
        line-height: 2.6rem;
    }

    .top-sec2--col-bg-img.img1 {
        background-image: url(../img/cat.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 18rem;
        height: 18rem;
        left: -1rem;
        bottom: 2.5rem;
    }

    .top-sec2--col-bg-img.img2 {
        background-image: url(../img/mark1.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 14rem;
        height: 13.3rem;
        left: 39.5rem;
        bottom: 4.0rem;
        z-index: -1;
    }

    .top-sec2--col-text-btn {
        width: 23.4rem;
        margin-left: 18.4rem;
        margin-top: 10.5rem;
    }

    .top-sec2--col.col2 {
        margin-left: 3.3rem;
    }

    .top-sec2--col-img {
        background-image: url(../img/top-aboutus1.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 46.2rem;
        height: 36.5rem;
    }

    /* top sec2 end */

    /* top sec3 */

    .top-sec3--content{
        margin-top: 2rem;
        background-color: #fdecf4;
        padding-top: 6rem;
        padding-bottom: 5rem;
    }

    .top-sec3--row {
        margin: 3rem auto;
        width: 88%;
        gap: 4%;
    }

    .top-sec3--col {
        width: 31%;
        background-color: #fff;
        padding: 1.5rem 1.5rem 1rem;
    }

    .top-sec3--col-img {
        background-size: contain;
        background-repeat: no-repeat;
        width: 24rem;
        height: 21rem;
    }

    .top-sec3--col-img.img1 {
        background-image: url(../img/top-service1.png);
    }

    .top-sec3--col-img.img2 {
        background-image: url(../img/top-service2.png);
    }

    .top-sec3--col-img.img3 {
        background-image: url(../img/top-service3.png);
    }

    .top-sec3--col-title {
        margin-top: 2.5rem;
    }

    .top-sec3--col-title h3 {
        font-size: 1.5rem;
        letter-spacing: 0.1rem;
        color: var(--main-color);
    }

    .top-sec3--col-title h4 {
        font-size: 1.2rem;
        margin-top: 0.8rem;
        letter-spacing: 0.1rem;
        color: var(--main-sub-color);
    }

    .top-sec3--col-text {
        width: 95%;
        margin: 1.8rem auto;
    }

    .top-sec3--col-text p {
        white-space: nowrap;
        font-size: 1.1rem;
        letter-spacing: 0.1rem;
        line-height: 2.6rem;
    }

    .top-sec3--content-btn {
        width: 23.5rem;
        margin: 4.5rem auto 0;
    }

    .top-sec3--bg-img.img1 {
        background-image: url(../img/mark2.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 19.7rem;
        height: 12rem;
        bottom: -3.6rem;
        left: 4.1rem;
    }

    .top-sec3--bg-img.img2 {
        background-image: url(../img/cat-mark.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 5rem;
        height: 4.2rem;
        bottom: 8rem;
        right: 32.5rem;
    }
    /* top sec3 end */

    /* top sec4 */

    .top-sec4--content {
        padding-top: 4.8rem;
        padding-bottom: 5.2rem;
    }

    .top-sec4--row {
        width: 80.5%;
        margin: 7.5rem auto 0;
        gap: 6.5%;
    }

    .top-sec4--col {
        width: 28.8%;
    }

    .top-sec4--col .number {
        width: 7.5rem;
        height: 7.5rem;
        border-radius: 4rem;
        background-color: var(--main-color);
        top: 0rem;
        left: 0rem;
    }

    .top-sec4--col .number p {
        font-size: 1.8rem;
        color: #fff;
    }

    .top-sec4--col-img {
        background-size: contain;
        background-repeat: no-repeat;
        width: 100%;
        height: 24rem;
    }

    .top-sec4--col-img.img1 {
        background-image: url(../img/top-flow1.png);
    }

    .top-sec4--col-img.img2 {
        background-image: url(../img/top-flow2.png);
    }

    .top-sec4--col-img.img3 {
        background-image: url(../img/top-flow3.png);
    }

    .top-sec4--col-title {
        margin-top: 1.5rem;
    }

    .top-sec4--col-title h3 {
        color: var(--main-color);
    }

    .top-sec4--col-text {
        margin-top: 1.3rem;
    }

    .top-sec4--col-text p {
        font-size: 1.2rem;
        letter-spacing: 0.1rem;
        line-height: 2.4rem;
    }

    .top-sec4--content-btn {
        width: 23.5rem;
        margin: 4.3rem auto 0;
    }

    .top-sec4--bg-img.img1 {
        background-image: url(../img/cat-mark.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 5rem;
        height: 4.2rem;
        bottom: 8rem;
        left: 32.5rem;
        transform: scaleX(-1);
    }

    .top-sec4--bg-img.img2 {
        background-image: url(../img/mark3.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 13.5rem;
        height: 11.2rem;
        bottom: -7rem;
        right: 4.9rem;
    }

    /* top sec4 end */

    /* top sec5  */

    .top-sec5--content {
        padding-top: 4.8rem;
        background-color: #fdecf4;
    }

    .top-sec5--col.col1 {
        margin-top: 1.9rem;
    }

    .top-sec5--col-text {
        margin-top: 7.9rem;
        width: 45rem;
        height: 33rem;
    }

    .top-sec5--col-text > p {
        font-size: 1.1rem;
        letter-spacing: 0.2rem;
        line-height: 2.6rem;
        white-space: nowrap;
    }

    .top-sec5--col-bg-img.img1 {
        background-image: url(../img/cat-mark.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 5rem;
        height: 4.2rem;
        right: -5rem;
        bottom: 10.5rem;
    }

    .top-sec5--col-text-btn {
        width: 23.4rem;
        margin-left: 21.2rem;
        margin-top: 4.8rem;
    }

    .top-sec5--col.col2 {
        margin-left: 4.3rem;
    }

    .top-sec5--col-img {
        background-image: url(../img/top-price.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 43.7rem;
        height: 32.3rem;
    }

    /* top sec5 end */

    /* top sec6 */

    .top-sec6--content {
        padding-top: 4.9rem;
        width: 81%;
        margin: auto;
    }

    .faq--bg-img.img1 {
        background-image: url(../img/cat-mark.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 5rem;
        height: 4.2rem;
        bottom: 3rem;
        left: 22.5rem;
        transform: scaleX(-1);
    }

    /* top sec6 end */

    /* sec contact */

    .contact-sec--content {
        background-image: url(../img/bg-contact.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 100%;
        height: 31.8rem;
        margin-top: 6rem;
        padding-top: 5rem;
    }

    .contact-sec--row {
        width: 71%;
        margin: 6.3rem auto;
        gap: 8.5rem;
    }

    .contact-sec--row-col {
        width: 44%;
    }

    .contact-sec--row-col-row-col1-icon {
        background-image: url(../img/icon-tel.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 3.5rem;
        height: 3.5rem;
    }

    .contact-sec--row-col-row-col1-icon.icon2 {
        background-image: url(../img/icon-mail.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 3.1rem;
        height: 2.3rem;
        margin-top: 0.9rem;
    }

    .contact-sec--row-col.col1 .contact-sec--row-col-row {
        background-color: #fff;
        padding: 2.2rem 0rem;
        border-radius: 1rem;
    }

    .contact-sec--row-col.col2 .contact-sec--row-col-row {
        background-color: #fff;
        padding: 2.2rem 0rem 2.3rem;
        border-radius: 1rem;
    }

    .contact-sec--row-col.col1 .contact-sec--row-col-row-col1 {
        margin-left: 5.5rem;
    }

    .contact-sec--row-col.col2 .contact-sec--row-col-row-col1 {
        margin-left: 5.9rem;
    }

    .contact-sec--row-col-row-col1-tel {
        margin-top: 0.5rem;
    }

    .contact-sec--row-col-row-col1-tel p {
        font-size: 2rem;
        letter-spacing: 0.12rem;
    }

    .contact-sec--bottom {
        margin-top: 0.8rem;
    }

    .contact-sec--bottom p {
        font-size: 1rem;
        letter-spacing: 0.075rem;
    }

    .contact-sec--row-col-row-col2-tel {
        margin-left: 1.7rem;
        margin-top: 1rem;
    }

    .contact-sec--row-col-row-col2-tel p {
        font-size: 1.5rem;
        letter-spacing: 0.2rem;
    }


    /* sec contact end */

    /* footer */

    .footer--content {
        background-color: var(--main-color);
        color: #fff;
    }

    .footer--content-row {
        width: 91.5rem;
        margin: auto;
        padding: 6.8rem 0 5.8rem;
    }

    .footer--logo {
        width: 7.5rem;
        margin-left: 0.15rem;
    }

    .footer--logo img {
        filter: brightness(2);
    }

    .footer--address {
        margin-top: 2.4rem;
    }

    .footer--address p {
        font-size: 1.2rem;
        letter-spacing: 0.1rem;
        line-height: 2.6rem;
    }

    .footer--content-menu1 #Footer1,
    .footer--content-menu1 #Footer2 {
        display: flex;
    }
    .footer--content-row-col2 {
        margin-left: 16rem;
        margin-top: 6.3rem;
    }

    .footer--content-menu1 #Footer1 a,
    .footer--content-menu1 #Footer2 a {
        font-size: 1.3rem;
        color: #fff!important;
    }

    .footer--content-menu1 #Footer1 li,
    .footer--content-menu1 #Footer2 li {
        margin-right: 2.1rem;
    }

    .menu-footermenu2-container {
        margin-top: 1.8rem;
    }

    .footer--img.img1 {
        background-image: url(../img/mark4.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 12.5rem;
        height: 12.2rem;
        top: 2.1rem;
        right: 2.3rem;
    }

    .footer--img.img2 {
        background-image: url(../img/mark5.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 26rem;
        height: 4.4rem;
        bottom: 0rem;
        left: 4.2rem;
    }

    .footer--img.img3 {
        background-image: url(../img/cat-mark3.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 3.25rem;
        height: 3.25rem;
        bottom: 2.5rem;
        left: 27rem;
    }

    .copyright {
        background-color: var(--main-color);
        color: #fff;
    }

    .copyright .line {
        width: 98%;
        margin: auto;
        border-top: solid 2px #fff;
    }

    .copyright p {
        letter-spacing: 0.05rem;
        padding: 2.4rem 0;
    }
    /* footer end */
}