@charset "UTF-8"; @media (max-width: 750px) {
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
TOPメインビジュアル
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
	.promo_frame {
        height: inherit;
        padding-top: 15rem;
    }

    .promo_frame .swiper_area {
        position: relative;
        flex-direction: column-reverse;
    }

    .promo_frame .swiper_area .promo_block--connect {
        width: 100%;
    }

    .promo_frame .swiper_area .promo_block--people {
        width: 100%;
    }

    .promo_frame .swiper_area .promo_block--connect .swiper .swiper-wrapper .swiper-slide p img {
        width: 100%;
    }

    .promo_frame .swiper_area .promo_block--people .swiper .swiper-wrapper .swiper-slide p img {
        width: 100%;
    }

    .promo_frame .swiper_area .promo_block p.promo_label:nth-child(1) {
        font-size: 13.4rem;
        text-align: left;
        margin-left: 3rem;
    }

    .promo_frame .swiper_area .promo_block p.promo_label:nth-child(2) {
        font-size: 13.4rem;
        text-align: right;
        margin-top: -5rem;
        margin-right: 3rem;
    }

    .promo_frame .swiper_area .promo_block.promo_block--connect .swiper {
        margin-left: 7rem;
        margin-top: -5rem;
    }

    .promo_frame .swiper_area .promo_block.promo_block--people .swiper {
        margin-right: 7rem;
    }

    .promo_frame .swiper_area .promo_ttl {
        width: 60rem;
        left: 50%;
    }
	
	.promo_block--people {
		margin-top: -.5rem;
	}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
強み
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
    #home_msg {
        padding: 6rem 0 5rem;
    }

    #home_msg::after {
        height: 181rem;
        background-image: url("../images/home/msg_bg_sp.png");
    }

    #home_msg .inner p.main_txt {
        font-size: 3.2rem;
        margin-bottom: 8rem;
        line-height: 1.75;
    }

    #home_msg .inner h3.main_ttl {
        width: 52.2rem;
        margin-bottom: 10rem;
    }

	#home_msg .inner h3.main_ttl > img:not(:last-child) {
		margin-bottom: 5rem;
	}

    #home_msg .inner p.btn {
        padding-left: 0;
        margin-bottom: 11.5rem;
    }

    #home_msg .inner p.btn a {
        font-size: 4rem;
    }

    #home_msg .inner .pdf {
        width: 60rem;
    }

    #home_msg .inner .pdf p.txt a {
        padding: 7.25rem 4rem 7.25rem 14rem;
    }
	
    #home_msg .inner .pdf p.txt a::before {
        left: 4.5rem;
        width: 6rem;
        height: 6.5rem;
    }

    #home_msg .inner .pdf p.txt a::after {
        bottom: 1.5rem;
		width: 11.5rem;
		height: 9.2rem;
    }

    #home_msg .inner .pdf p.txt a .ja {
        font-size: 3.4rem;
    }

    #home_msg .inner .pdf p.txt a .en {
        font-size: 6rem;
    }

    /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
NEWSお知らせ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
    #home_news .inner {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    #home_news .inner .ttl_area {
        display: contents;
        width: auto;
    }

    #home_news .inner .ttl_area h2 {
        order: 1;
        margin-bottom: 0rem;
    }

    #home_news .inner .ttl_area h2 .ja {
        font-size: 3.2rem;
        padding-left: 3rem;
    }

    #home_news .inner .ttl_area p.btn {
        order: 3;
    }
	
	#home_news .inner .ttl_area p.btn a::before {
	}

	#home_news .inner .ttl_area p.btn a::after {
		right: -1.5rem;
	}

    #home_news .inner .post_area {
        order: 2;
        width: 56rem;
        margin: 0 auto 6rem;
        padding-top: 3.5rem;
    }

    ul.cmn_post_list li .post_wrap h3.ttl {
        margin-top: 3rem;
    }

    .slider_bg {
        background-size: cover;
        width: auto;
        height: 28rem;
        margin-top: 6rem;
        margin-bottom: 0;
    }

    /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
TOP>サービス
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
    #home_service {
        padding: 10rem 0 0rem;
    }

    #home_service::after {
        /*transform: rotate(180deg);*/
        background-image: url("../images/home/service_bg_sp.png");
        height: 151.5rem;
        top: 33rem;
    }

    #home_service .fixed_line {
        top: 56rem;
    }

    #home_service .fixed_line::after {
        background-image: url("../images/home/home_line_sp.png");
        width: 77.5rem;
        height: 41.5rem;
        top: 48rem;
    }

    #home_service .fixed_line.no_fixed::after {
        top: -22rem;
    }

    #home_service h2 {
        margin-bottom: 9rem;
    }

    #home_service .inner > h3.ttl {
        width: inherit;
    }

    #home_service .inner ul.items {
        margin: 0 0 5rem -8vw;
        flex-wrap: nowrap;
        width: 103vw;
		gap:1rem
    }

    #home_service .inner > p.btn {
        margin-bottom: 10rem;
    }

    #home_service .inner ul.items li p.icon.img {
        text-align: center;
        margin-top: -3rem;
        margin-bottom: 1rem;
        width: 6.5rem;
        margin: -2.5rem auto 2rem;
    }

    #home_service .inner ul.items li {
        width: 18.6rem;
        height: 18.6rem;
    }


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
納入実績
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
    #home_works {
		padding-bottom: 2rem;
    }

    #home_works ul.works_list {
        margin: 0 auto -4rem;
        width: 52rem;
    }

    #home_works ul.works_list li {
        width: 100%;
        margin: 0 0 3rem;
    }

    #home_works ul.works_list li a {
        font-size: 4.4rem;
        padding: 2rem 13rem 2rem 5rem;
        min-height: auto;
        height: 19rem;
        align-items: center;
        justify-content: flex-start;
    }

    #home_works ul.works_list li a::before {
        width: 7.1rem;
        height: 7.1rem;
        left: auto;
        right: 1rem;
    }

    #home_works ul.works_list li a::after {
        background-image: url("../images/common/btn_deco01_sp.svg");
        width: 5.7rem;
        height: 4.5rem;
        left: auto;
        right: 1rem;
    }
	
	/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
会社概要
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
	
    #home_com h2 {
        margin-bottom: 12rem;
    }

    #home_com .inner .img_area {
        position: relative;
        text-align: right;
        width: 100%;
        margin-bottom: 4rem;
    }
	
	#home_recruit .inner .img_area p.img{
		width: auto;
	}

    #home_com .inner .img_area p.img.mid {
        position: absolute;
        top: -9.5rem;
        left: -16.5rem;
    }

    #home_com .inner .img_area p.img.mid {
        width: 31.8rem;
        top: -6rem;
        left: 0;
    }

    #home_com .inner .img_area p.img.big {
        text-align: right;
    }

    #home_com .inner .img_area p.img.big img {
        width: 43rem;
    }

    #home_com .inner {
        justify-content: center;
        margin-left: 0;
        gap: 0;
    }

    #home_com .inner ul.items {
        width: 50.2rem;
        padding: 0;
    }

    #home_com .inner ul.items li a {
        font-size: 4rem;
        padding: 4rem 11rem 4rem 2rem;
    }
	
	#home_com .inner ul.items li a::after{
		background-image: url("../images/common/btn_deco01_sp.svg");
		width: 5.8rem;
		height: 4.6rem;
	}

    /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
TOP>リクルート
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
    #home_recruit {
        padding-top: 1rem;
    }

    #home_recruit .base_width {
        width: auto;
        padding-left: 25px;
    }

    #home_recruit h2 .ja {
        padding: 0 0 0 3rem;
    }

    #home_recruit .inner {
        margin-top: -2rem;
        flex-wrap: wrap;
        padding: 5rem 4.5rem 0;
       	border-radius: 1.4rem 0 0 1.4rem;
    }
	
	#home_recruit .inner .txt_area h3.ttl{
		margin-bottom: 4rem;
	}

    #home_recruit .inner .left_box {
        width: 52rem;
        text-align: center;
        margin: 0 auto;
    }

    #home_recruit .inner .txt_area p.txt {
        font-size: 3rem;
        line-height: 1.5;
        margin-bottom: 4rem;
    }

    #home_recruit .inner .txt_area p.logo {
        margin: 0 auto 6rem;
		width: 44rem;
    }

    #home_recruit .inner .img_area p.img.left img {
        width: 100%;
        margin-left: 20px;
    }

    #home_recruit .inner .img_area p.img.right {
        position: inherit;
        top: -6rem;
        right: -20px;
    }

    #home_recruit .inner .img_area p.img.right img {
        width: 100%;
    }

    #home_recruit .inner .txt_area p.btn {
        margin-bottom: 12rem;
		display: flex;
		justify-content: center;
    }

    #home_recruit .inner .txt_area p.btn a {
        font-size: 3.6rem;
    }

    #home_recruit h2.cmn_ttl.big .en {
        font-size: 12.4rem;
    }

    #home_recruit .inner .img_area {
        margin-bottom: -12rem;
    }

    #home_recruit .inner .img_area p.img.left img {
        width: 100%;
        margin-left: 4.5rem;
    }

    #home_recruit .inner .img_area p.img.right {
        position: relative;
        top: -6rem;
        right: -4.5rem;
    }

    #home_recruit .inner .img_area p.img.right img {
        width: 100%;
    }
}

/*FINISH*/
