@charset "UTF-8"; @media (max-width: 750px) {
    .hstyle-basic {
		margin-bottom: 0;
    }

    /*****contents*****/
    /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	プロモ
	━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
    .promo_frame {
        position: relative;
        padding-top: 0;
    }
	
	.promo_frame::after {
		position: absolute;
		content: "";
		bottom: -7rem;
		left: 50%;
		transform: translateX(-50%);
		width: .2rem;
		height: 11.6rem;
		background: #000;
		z-index: 1;
	}
	
	.promo_frame .promo_inner{
		overflow: hidden;
	}

    .promo_frame .promo_swiper p.img {
        padding-top: 58%;
    }
	
	.promo_frame .swiper-button-prev:after, .promo_frame .swiper-button-next:after{
		font-size: 4rem;
	}

    /*============================
	#home_logo
	============================*/
    #home_logo {
        padding: 10rem 0 5rem;
    }

    #home_logo ul.items {
        gap: 5rem 8rem;
        justify-content: center;
    }

    #home_logo ul.items li {
        text-align: center;
    }

    #home_logo ul.items li:nth-child(1) img {
        width: 19.1rem;
    }

    #home_logo ul.items li:nth-child(2) img {
        width: 15.5rem;
    }

    #home_logo ul.items li:nth-child(3) img {
        width: 8.12rem;
    }

    #home_logo ul.items li:nth-child(4) img {
        width: 13.2rem;
    }

    #home_logo ul.items li:nth-child(5) img {
        width: 17.3rem;
    }

    /*============================
	#home_about
	============================*/
    #home_about {
        background-image: url("../images/home/about_bg_sp.jpg");
        padding: 9rem 0 12rem;
    }

    #home_about h2.main_ttl {
        font-size: 4rem;
        line-height: 2.048780;
        margin-bottom: 6rem;
        white-space: pre;
    }

    #home_about ol.items {
        margin: 0 0 -8rem;
    }

    #home_about ol.items li {
        width: 100%;
        margin: 0 0 8rem;
    }

    #home_about ol.items li h3.ttl {
        font-size: 3.1rem;
        line-height: 1.9023032;
        gap: 10rem;
        margin-bottom: 2rem;
    }

    #home_about ol.items li h3.ttl::before {
        font-size: 11.1rem;
        padding-left: 0;
    }

    #home_about ol.items li h3.ttl::after {
        left: 11.5rem;
    }

    #home_about ol.items li p.txt {
        line-height: 2;
    }

    /*============================
	#home_news
	============================*/
    section.news ul {
        overflow: inherit;
        max-height: none;
    }
    /*============================
	#home_com
	============================*/
    #home_com h2.main_ttl {
        margin-bottom: 6rem;
    }

    #home_com h2.main_ttl span.en {
        text-align: left;
        font-size: 7.49rem;
        line-height: 1.06666808;
    }

    #home_com h2.main_ttl span.ja {
        font-size: 2.4rem;
        text-align: left;
    }
}

/*FINISH*/
