/*2025.06.06*/
.mainvisual-tag:before {
    content: "";
    width: 12rem;
    height: 12rem;
    background: url(../../../wp-content/uploads/icon-character-white_new.png) no-repeat center/contain;
    position: absolute;
    right: -8rem;
    bottom: -1rem;
}

.footer-banner2 a:before {
    content: "";
    width: 6rem;
    height: 6rem;
    background: url(../../uploads/icon-character-or_new.png) no-repeat left/contain;
    position: absolute;
    left: 1.5rem;
    top: -1rem;
}

.common-title--02:before {
    content: "";
    width: 18rem;
    height: 18rem;
    background: url(../../uploads/icon-character-or_new.png) no-repeat center/contain;
    position: absolute;
    left: calc(100% + var(--s3));
    bottom: 0;
}

/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/

@media screen and (min-width: 768px) {
    /*/////////////PC用のCSSをここに作成してください。/////////////*/
    /*/////////////必ず中括弧の中に作成してください。/////////////*/
}

/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 767px) {

    /*/////////////SP用のCSSをここに作成してください。/////////////*/
    /*/////////////必ず中括弧の中に作成してください。/////////////*/
    .mainvisual-tag:before {
        width: 6rem;
        height: 6rem;
        right: -1.5rem;
        bottom: -0.3rem;
    }

    .footer-banner2 a:before {
        width: 7rem;
        height: 3rem;
        background: none;
        top: -1.2rem;
    }
	  .common-title--02:before {
    width: 7rem;
    height: 7rem;
  }
}