/*===============================================
　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 h2 {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 600;
        font-size: 2.5rem;
        letter-spacing: 0.2rem;
        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 .img_box {
        margin: 0 5vw 50px;
    }
    
    #sec00 .body_txt {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400;
        letter-spacing: 0.1rem;
        font-size: 1.5rem;
        line-height: 1.9;
        font-feature-settings: 'palt';
        color: #000;
        padding: 0 0 20px;
    }
	
    /* ============================================================
 	section 01
	==============================================================*/
    #sec01 {
        padding: 100px 0 120px;
        position: relative;
        background: #f5f6f7;
        width: 100%;
    }

    #sec01 .wrapper{
        /* width:1000px; */
    }

	#sec01 .flow_box{
		overflow-x:scroll;
		height:80vh;
		line-height:0;
		padding:10px 0;
	}

	#sec01 .flow_box img{
		width:auto;
		height:100%;
	}
    
    #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 10px;
    }

    #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: 50px 0;
    }

    #sec02 ul li{
        width: 100%;
    }
    
    #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;
    }
}