/* ============================================================
PC
==============================================================*/
@media (min-width: 762px) {
    /* ============================================================
 	main vi 
	==============================================================*/
    #main_wrap {
        background: url(../img/mv_bg.jpg) no-repeat top center;
        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 h2 {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 600;
        font-size: 2.8rem;
        letter-spacing: 0.2rem;
        color: #000000;
        position: relative;
        line-height: 130%;
        text-indent: 8px;
        font-feature-settings: "palt";
        text-align: center;
    }
    #sec00 h2:after {
        content: "";
        display: block;
        width: 102px;
        height: 3px;
        margin: 30px auto 50px;
        background: linear-gradient(90deg, #0091d2 0%, #09597d 100%);
    }
    #sec00 .img_box {
        width:910px;
        margin: 0 auto 50px;
    }
    
    #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;
        padding: 0 0 40px;
    }
    /* ============================================================
 	section 01
	==============================================================*/
    #sec01 {
        padding: 100px 0 120px;
        position: relative;
        background: #f5f6f7;
        width: 100%;
    }

    #sec01 .wrapper{
        width:1000px;
    }
    
    #sec01 h2 {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 500;
        font-size: 2.5rem;
        letter-spacing: 0rem;
        color:#000;
        line-height: 1.0;
        font-feature-settings: "palt";
        padding: 0 0 20px;
    }

    #sec01 p.note_txt {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400;
        font-size: 1.2rem;
        color:#000;
        letter-spacing: 0rem;
        text-align:right;
        line-height: 1.0;
        font-feature-settings: "palt";
        padding: 5px 0 0;
    }

    /* ============================================================
 	section 02
	==============================================================*/
    #sec02 {
        padding: 100px 0 20px;
        position: relative;
        width: 100%;
    }

    #sec02 .wrapper{
        width:1000px;
    }

    #sec02 ul{
        display:flex;
        flex-wrap:wrap;
        justify-content:space-between;
        gap: 60px 0;
    }

    #sec02 ul li{
        width:300px;
    }
    
    #sec02 h2 {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 500;
        font-size: 2.0rem;
        letter-spacing: 0.05rem;
        color:#000;
        line-height: 1.4;
        font-feature-settings: "palt";
        padding: 0 0 10px 30px;
        position:relative;
    }

    #sec02 h2 span{
        display:block;
        position:absolute;
        width:20px;
        left:0;
        top:-2px;
    }

    #sec02 p {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400;
        font-size: 1.5rem;
        color:#000;
        letter-spacing: 0.05rem;
        line-height: 1.8;
        font-feature-settings: "palt";
    }

    #sec02 p.note_txt {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400;
        font-size: 1.2rem;
        color:#000;
        letter-spacing: 0.05rem;
        line-height: 1.8;
        font-feature-settings: "palt";
        text-align:right;
        padding:70px 0 0;
    }
    
}