/* ============================================================
PC
==============================================================*/
@media (min-width: 762px) {
    /* ============================================================
 	main vi 
	==============================================================*/
    #main_wrap {
        background: url(../img/mv_bg.jpg) no-repeat top left;
        width: 100%;
        height: 550px;
        position: relative;
        background-size: cover;
        margin: 0 0 0 70px;
    }
    #main_wrap h1 {
        position: absolute;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 600;
        font-size: 6.6rem;
        letter-spacing: 0.1rem;
        color: #000000;
        line-height: 1.4;
        top: 50%;
        left: 100px;
        transform: translate(0, -50%);
    }
    #main_wrap h1 span {
        font-size: 1.7rem;
        display: table;
        border: 1px solid #000;
        padding: 2px 10px;
    }
    /* ============================================================
 	section 00
	==============================================================*/
    #sec00 {
        padding: 80px 0;
        position: relative;
        margin: 0 0 0 70px;
    }
    #sec00 .wrapper {
        box-sizing: border-box;
        border-radius: 10px 10px 0 0;
        padding: 18px 0 0px;
        width: 1100px;
    }
    #sec00 h2 {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 600;
        font-size: 2.6rem;
        letter-spacing: 0.2rem;
        color: #000000;
        position: relative;
        line-height: 130%;
        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: 100px 0 120px;
        position: relative;
        margin: 0 0 0 70px;
        background: #f5f6f7;
        /* width: 100%; */
    }
    #sec03{
        background: #ffffff;        
    }
    #sec03 .box{
        background: #f5f6f7;        
    }
    .all_workstyle .wrapeer {
        width: 1000px;
        margin: 0 auto;
    }
    .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;
        margin: 0 auto 30px;
        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;
        display:flex;
        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: 39px 20px 46px;
        width: 280px;
    }
    .all_workstyle .flex_wrap .box img{
        width: 160px;
        margin:0 auto;
    }

    .all_workstyle .flex_wrap .box img.logo_img{
        width: 244px;
        margin-bottom: 0px;
        margin-top: -23px;
    }
}