@media (max-width: 768px) {

    .pc_none {
        display: block;
    }
    .img01 {
        width: 89.333vw;
        height: auto;
    }
    .title {
        width: 40.8vw;
        height: auto;
        margin-top: 13.333vw;
    }
    .title_text {
        font-size: 4vw;
        margin-top: 13.333vw;
        margin-bottom: 10.667vw;
    }
    .title_text01 {
        font-size: 4vw;
    }
    .box {
        width: 100%;
        overflow: hidden;
        margin-top: 13.333vw;
    }
    .img02 {
        width: 142.667vw;
    }
    .img03_box {
        width: 25.6vw;
        height: auto;
        margin-top: 13.333vw;
    }
    .text_img {
        width: 33.067vw;
        top: 30.4vw;
        left: 50%;
        transform: translateX(-50%);
    }
    .circle_box {
        margin-top: -3.2vw;
    }
    .circle {
        width: 66.667vw;
        height: 66.667vw;
        border-radius: 100%;
    }
    .circle:not(:last-child) {
        margin-bottom: 9.6vw;
    }
    .circle_text {
        font-size: 4.8vw;
        margin-top: 11.2vw;
    }
    .circle_text02 {
        font-size: 3.467vw;
        margin-top: 6.933vw;
    }
    .footer {
        margin-top: 26.667vw;
    }
    .footer_box {
        width: 90%;
        padding-top: 13.333vw;
    }
    .footer_box_content {
        flex-direction: column;
    }
    .footer_box_content:not(:last-child) {
        margin-bottom: 8vw;
    }
    .name,
    .name_text {
        font-size: 3.467vw;
        font-weight: 300;
    }
    .name {
        margin-bottom: 10px !important;
    }
    .building-name {
    display: block; /* ブロックレベル要素に変更して改行させる */
  	}
    .img04 {
        width: 90%;
        margin-top: 50px;
    }


    }