
@charset "utf-8";
/* CSS Document */

/* @font-face でローカルフォントを優先 */


@font-face {
  font-family: 'Local Noto Sans JP';
  src: 
    local('Noto Sans JP'), /* Windows用 */
    local('Noto Sans CJK JP Regular') /* Android用 */;
}



ul#nav {display: none; }

#MV { font-family: "Local Noto Sans JP", "Noto Sans JP", sans-serif; }

#MV .MV_top{ position: relative; }
	#MV .MV_top .MV_top_btn{ position: absolute; bottom: 86px; left: 47px; }
		#MV .MV_top .MV_top_btn a:first-child{ margin-right: -10px;}
			#MV .MV_top .MV_top_btn a:hover img{opacity: 0.7;}

#MV .MV_middle{ width:960px; margin-bottom: -83px;padding-top: 35px; background:#f2f2f2; text-align:center; background: linear-gradient(to bottom, #f2f2f2 0%, #f2f2f2 50%, #ffffff 90%);}
	#MV .MV_middle .MV_middle_text h2{ color: #265296; font-size: 30px; font-weight:500;
  display: flex;
  align-items: center; 
  text-align: center;
  color: #1a4a9c; 
  white-space: nowrap; 
  max-width: 670px; 
  margin: 0 auto; 
  margin-bottom: 35px;
}

	#MV .MV_middle .MV_middle_text p{
		font-size: 18px;
		line-height: 1.7;
	}
		

	#MV .MV_middle .MV_middle_text h2::before,
	#MV .MV_middle .MV_middle_text h2::after {
  content: "";
  flex-grow: 1;
  height: 1.5px; 
  }

	#MV .MV_middle .MV_middle_text h2::before {
  margin-right: 20px;
  background: linear-gradient(to right, transparent, #1a4a9c);
}

	#MV .MV_middle .MV_middle_text h2::after {
  margin-left: 20px;
  background: linear-gradient(to left, transparent, #1a4a9c);
}



#MV .MV_middle_box {
    display: flex;
    justify-content: center;
    gap: 20px;
    max-width: 960px;
    margin: 40px auto 0;
    padding: 0 20px 60px;
	
}


#MV .MV_middle_box_1 {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    padding: 23px 15px 13px; 
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}


#MV .MV_middle_box_1 img {
    height: 70px;
    width: auto;
    margin-bottom: 25px;
}


#MV .MV_middle_box_1 h3 {
    color: #1a4a9c;
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 12px;
    width: 100%; 
    text-align: center;  
    border-bottom: 1px solid #e4e5e7;
}

#MV .MV_middle_box_1 p {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #444;
    text-align: center;
    margin: 0;
    word-break: break-all;
}


	#MV .MV_bottom{
}

	#MV .MV_bottom .MV_bottom_text{

   background: url(../images/MV/MV_bottom.jpg) no-repeat 0 0;
       padding: 100px 470px 0 40px;
	   height: 373px;
	}

#MV .MV_bottom .MV_bottom_text h2 {
    color: #2f7d60;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 25px;
    display: inline-block;
    position: relative;
	    margin-bottom: 0; 
}


#MV .MV_bottom .MV_bottom_text h2::after {
    content: "";
    display: block;
    width: 120%;
    height: 1.5px;
    margin-top: 10px;
    background: linear-gradient(to right, #2f7d608f, transparent);
	    margin-top: 23px;
    margin-bottom: 11px;
}

#MV .MV_bottom .MV_bottom_text p {
    color: #333;
    font-size: 17px;
    line-height: 1.8;
    max-width: 600px;
}


#MV .MV_bottom .MV_bottom_btn {
	background: #f9f9f9;
	text-align:center;
	padding-bottom: 20px;
}

#MV .MV_bottom .MV_bottom_btn a:hover img {
	opacity: 0.7;
}

@media screen and (max-width: 480px){
	
	.pcCont {display: none!important;}
	#spGNav {display: none!important;}

#MV { padding-top: 66px; }
	#MV .MV_top .MV_top_btn{ position: absolute; bottom: auto; top: 42%; left: 6%; }
		#MV .MV_top .MV_top_btn img{ width: 47.5%; }

#MV .MV_middle{ width:100%;padding: 20px 10px;}

    
	#MV .MV_middle .MV_middle_text h2{ width: 100%;
        display: block;
        text-align: center;
        font-size: 24px;
        max-width: 100%;
        margin-bottom: 25px;
        position: relative;
    }

    #MV .MV_middle .MV_middle_text h2::before {
        display: none;
    }

    #MV .MV_middle .MV_middle_text h2::after {
        content: "";
        display: block;
        width: 80%;
        height: 1.5px;
        margin: 15px auto 0;
        flex-grow: 0;
        margin-left: auto; 
        
        background: linear-gradient(to right, transparent, #1a4a9c 50%, transparent);
    }	
	
	
#MV .MV_middle_box {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        padding: 0 10px;
    }

    #MV .MV_middle_box_1 {
        flex: none;
        width: calc(50% - 10px); 
        padding: 20px 10px 10px;
        box-sizing: border-box;
    }
	
	#MV .MV_middle_box_1 img {
		height: 60px;}

    
    #MV .MV_middle_box_1 h3 { font-size: 16px; }
    #MV .MV_middle_box_1 p { font-size: 14px; }
	
	#MV .MV_bottom .MV_bottom_text{
   background: url(../images/MV/sp_MV_bottom.jpg) no-repeat center / cover;
       padding: 0;
	           height: 440px;
	   	padding: 90px 0 0px 20px;
	}	

#MV .MV_bottom .MV_bottom_text h2 {
    font-size: 24px;
    margin-bottom: 25px;
	    margin-bottom: 0; 
}


#MV .MV_bottom .MV_bottom_text h2::after {
    content: "";
    display: block;
    width: 120%;
    height: 1.5px;
    margin-top: 10px;
    background: linear-gradient(to right, #2f7d608f, transparent);
	    margin-top: 18px;
    margin-bottom: 18px;
}

#MV .MV_bottom .MV_bottom_text p {
    color: #333;
    font-size: 17px;
    line-height: 1.7;
	padding-right: 170px;

}


#MV .MV_bottom .MV_bottom_btn {
	display: flex;
	background: #fff;
	flex-wrap: wrap;

}

#MV .MV_bottom .MV_bottom_btn .btn1{
	width: 70%;

}

#MV .MV_bottom_btn.spCont {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        padding: 0 20px;
        margin-top: 30px;
    }

#MV .MV_bottom_btn.spCont {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0;
        margin-top: 0;
		margin-bottom: 20px;
        padding: 0 15px;
    }

    #MV .MV_bottom_btn.spCont a {
        display: block;
    }

    #MV .MV_bottom_btn.spCont .btn1 {
        width: 70%;
    }

    #MV .MV_bottom_btn.spCont .btn2,
    #MV .MV_bottom_btn.spCont .btn3 {
        width: calc(50% - 5px);
    }

    #MV .MV_bottom_btn.spCont img {
        width: 100%;
        height: auto;
        display: block;
    }


	
}