/*===============================================
　SP
===============================================*/
@media (max-width:761px) {
	/* ============================================================
 	main vi 
	==============================================================*/
	#main_wrap {
		width: 100%;
		height: 600px!important;
		position: relative;
		background: url(../img/mv_bg_sp.jpg) no-repeat top center;
		background-size: cover;
	}

	#main_wrap h1{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 600;
		letter-spacing: 0.1rem;
		color: #000000;
		line-height:1.4;
		font-size: 4.0rem;
		position: absolute;
		top: 45%;
		left: 6%;
		transform: translate(0, -50%);
		white-space: nowrap;
	}

	#main_wrap h1 span{
			font-size: 1.7rem;
			display: table;
			border:1px solid #000;
			padding: 2px 10px;
	}
	

	#main_wrap .ttl_wrap{
			/* position: absolute; */
			/* bottom: 14%; */
			padding: 0 6%;
			padding: 20% 6% 0;
	}
    #main_wrap .body_txt {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400;
        letter-spacing: 0.1rem;
        font-size: 1.5rem;
        line-height: 1.8;
        font-feature-settings: 'palt';
        padding: 0 0 35px;
        color: #ffffff;
        text-align: left;
        width: 100%;
    }

	
    /* ============================================================
 	section 00
	==============================================================*/
    #sec00 {
        padding: 62px 6%;
        position: relative;
    }
    #sec00 .wrapper {
        box-sizing: border-box;
        border-radius: 10px 10px 0 0;
        padding: 18px 0 0px;
        width: 1100px;
    }
    #sec00 h2 {
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 600;
        font-size: 2.5rem;
        letter-spacing: 0rem;
        color: #000000;
        position: relative;
        line-height: 142%;
        font-feature-settings: "palt";
        text-align: center;
    }
    #sec00 h2:after {
        content: "";
        display: block;
        width: 102px;
        height: 3px;
        margin: 24px auto 60px;
        background: linear-gradient(90deg, #0091d2 0%, #09597d 100%);
    }
    #sec00 .body_txt {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400;
        letter-spacing: 0.1rem;
        font-size: 1.6rem;
        line-height: 2.0;
        font-feature-settings: 'palt';
        color: #000;
        text-align: center;
    }
	
    /* ============================================================
 	section 01
	==============================================================*/
    .all_workstyle {
        padding: 70px 0;
        position: relative;
        background: #f5f6f7;
    }
    #sec03{
        background: #ffffff;        
    }
    #sec03 .box{
        background: #f5f6f7;        
    }
    .all_workstyle .wrapeer {
        width: auto;
        margin: 0 auto;
        padding: 0 6%;
    }
    .all_workstyle h2 {
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 500;
        font-size: 2.2rem;
        letter-spacing: 0rem;
        color: #ffffff;
        background:#5a5a5a;
        position: relative;
        line-height: 1.0;
        font-feature-settings: "palt";
        text-align:center;
        margin: 0 auto 24px;
        padding: 17px 0;
    }
    .all_workstyle .body_txt {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400;
        letter-spacing: 0.1rem;
        font-size: 1.5rem;
        line-height: 2.0;
        font-feature-settings: 'palt';
        color: #000;
        text-align: left;
    }
    .all_workstyle .flex_wrap{
        margin:0 auto;
        gap:20px;
    }
    .all_workstyle .flex_wrap h3{
        font-family: 'Noto Sans JP', sans-serif;
        letter-spacing: 0.1rem;
        font-size: 1.8rem;
        font-weight:600;
        color:#000;
        line-height:1.4;
        margin: 16px 0 22px;
    }
    .all_workstyle .flex_wrap h3.multi_line{
        margin-top: 0;
        margin-bottom: 12px;
    }
    .all_workstyle .flex_wrap .box{
        background:#fff;
        text-align:center;
        padding: 44px 20px 46px;
        margin: 0 0 25px;
    }
    .all_workstyle .flex_wrap .box img{
        width: 55%;
        margin:0 auto;
    }

    .all_workstyle .flex_wrap .box img.logo_img{
        width: 90%;
        margin-bottom: 0;
        margin-top: -10px;
    }
}