/* ============================================================
PC
==============================================================*/

@media (min-width: 762px) {

	.g_cv_btn a{
		display:block;
		background:rgb(0 0 0 / 90%);
		padding: 20px 0;
	}

	/* ============================================================
 	main_numttl_wrap
	==============================================================*/

	#main_numttl_wrap{
		width:100%;
		padding: 120px 0 0;
	}

	#main_numttl_wrap h1{
		width:calc(1100px + 50vw - 550px);
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 2.2rem;
		text-indent: 20px;
		color: #fff;
		background:#48474d;
		font-feature-settings: 'palt';
		letter-spacing: 0.1rem;
		line-height: 1;
		border-radius:40px 0 0 40px;
		padding: 14px 0 20px 52px;
		margin:0 0 0 calc(50vw - 550px);
		position:relative;
		z-index: 2;
	}


	#main_numttl_wrap h1:before{
		content: "";
		display: block;
		width: 45px;
		height: 45px;
		background: #2c95e8;
		border-radius:50%;
		position: absolute;
		top: 50%;
		left: 6px;
		transform:translate(0, -50%);
	}

	#main_numttl_wrap h1 .num_txt{
		font-family: 'Roboto', sans-serif;
		font-weight: 400;
		font-size: 2.4rem;
		position:absolute;
		left: 1px;
		top: 16px;
	}

	#main_numttl_wrap h1 .nn{
		width: 82px;
		position:absolute;
		left: -56px;
		top: -32px;
	}
	
	
	/* ============================================================
 	main_t_wrap 
	==============================================================*/
    
    
	#main_t_wrap{
		width: 100%;
		position: relative;
		overflow: hidden;
		padding: 100px 0;
		background: url("../img/mv_bg_pc.jpg") no-repeat center;
		background-size:auto 100%;
	}

	#main_t_wrap:after{
		content: "";
		display: block;
		width: 100%;
		height: 50px;
		background: linear-gradient( to bottom,  #f7f7f700 0%, #f7f7f7 100% );
		position: absolute;
		bottom:0;
		left:0;
		z-index:10;
	}


	#main_t_wrap .mv_p_wrap{
		width: 380px;
		position:absolute;
		line-height:0;
		left: calc(50% - 568px);
		bottom:0;
		z-index:10;
	}

	#main_t_wrap .mv_p_box{
		position: relative;
	}

	#main_t_wrap .mv_p_box span{
		width: 100%;
		display: block;
		position:absolute;
		left:0;
		top:0;
	}

	#main_t_wrap h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size:2.0rem;
		text-align:center;
		letter-spacing: 0.2rem;
		line-height:2.4;
		font-feature-settings: 'palt';
		color:#fff;
	}

	#main_t_wrap h2 span{
		background:#2c95e8;
		padding: 0 16px 2px;
	}


	
	/* ============================================================
 	section 01
	==============================================================*/
	
	#sec01{
		width: 100%;
		padding: 20px 0 50px;
		background:#f7f7f7;
	}

	#sec01 .wrapper{
		width: 1050px;
		display: flex;
		justify-content: space-between;
	}

	#sec01 ul{
		width: 330px;
	}

	#sec01 ul li{
		width:100%;
		margin: 0 0 50px;
	}

	#sec01 ul.p_list02{
		margin:150px 0 0;
	}

	#sec01 ul .img_box{
		width:300px;
		margin:0 auto;
		line-height:0;
		overflow:hidden;
		border-radius:18px 18px 0 0;
		box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
	}

	#sec01 ul .txt_wrap{
		width:300px;
		margin:0 auto;
		padding: 24px 0 34px;
		text-align:center;
		/* overflow:hidden; */
		background:#fff;
		border-radius:0 0 18px 18px;
		box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
		position:relative;
	}
	
	#sec01 h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 2.2rem;
		letter-spacing: 0.1rem;
		text-align:center;
		line-height: 1;
		color: #fff;
		font-feature-settings: 'palt';
		padding: 10px 0 14px;
		position:relative;
	}

	#sec01 h2 span{
		display:block;
		font-weight: 400;
		font-size: 1.1rem;
		padding: 0 0 4px;
	}

	#sec01 ul.p_list01 li:nth-child(odd) h2,#sec01 ul.p_list03 li:nth-child(odd) h2{
		background:#2c95e8;
	}
	#sec01 ul.p_list01 li:nth-child(even) h2,#sec01 ul.p_list03 li:nth-child(even) h2{
		background:#2cbee8;
	}
	#sec01 ul.p_list02 li:nth-child(odd) h2{
		background:#2cbee8;
	}
	#sec01 ul.p_list02 li:nth-child(even) h2{
		background:#2c95e8;
	}

	#sec01 h2:before{
		content: "";
		display: block;
		width: 14px;
		height: 14px;
		background:url("../img/triangle_l01.svg");
		position: absolute;
		bottom: -14px;
		left:0;
	}

	#sec01 h2:after{
		content: "";
		display: block;
		width: 14px;
		height: 14px;
		background:url("../img/triangle_r01.svg");
		position: absolute;
		bottom: -14px;
		right:0;
	}

	#sec01 ul.p_list01 li:nth-child(even) h2:before,#sec01 ul.p_list03 li:nth-child(even) h2:before{
		background:url("../img/triangle_l02.svg");
	}
	#sec01 ul.p_list01 li:nth-child(even) h2:after,#sec01 ul.p_list03 li:nth-child(even) h2:after{
		background:url("../img/triangle_r02.svg");
	}
	#sec01 ul.p_list02 li:nth-child(odd) h2:before{
		background:url("../img/triangle_l02.svg");
	}
	#sec01 ul.p_list02 li:nth-child(odd) h2:after{
		background:url("../img/triangle_r02.svg");
	}


	#sec01 h3{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.50rem;
		letter-spacing: 0.1rem;
		text-align:center;
		line-height: 1.8;
		color: #48474d;
		font-feature-settings: 'palt';
		padding: 0 0 27px;
	}

	#sec01 p{
		display:inline-block;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.25rem;
		text-align:center;
		line-height: 1.4;
		letter-spacing:0.2rem;
		color: #48474d;
		font-feature-settings: 'palt';
		position:relative;
	}

	#sec01 p span{
		display:block;
		padding:0 0 6px;
	}

	#sec01 p:before{
		content: "";
		display: block;
		width: calc(100% + 16px);
		height: 1px;
		background:#ccc;
		position: absolute;
		top: 50%;
		left: 50%;
		transform:translate(-50%,0);
	}

	


	/* ============================================================
 	sec_nav
	==============================================================*/
	
	#sec_nav{
		width: 100%;
		padding: 0 0 120px;
		background:#f7f7f7;
	}

	#sec_nav h3{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 1.8rem;
		line-height: 1.8;
		letter-spacing:0.1rem;
		text-align:center;
		color:#5a9b5c;
		font-feature-settings: 'palt';
		padding: 70px 0 14px;
	}
	
	#sec_nav .back_bnr_wrap{
		width:1000px;
		margin:0 auto;
		position:relative;
	}

	#sec_nav .back_bnr_wrap a{
		display:flex;
		position:relative;
		/* overflow:hidden; */
		border: 6px solid #777680;
		border-radius: 70px;
		background:#48474d;
	}

	#sec_nav .back_bnr_wrap a .img_box{
		width: 265px;
		line-height:0;
		border-radius: 70px 0 0 70px;
		overflow: hidden;
	}

	#sec_nav .back_bnr_wrap a .txt_box{
		display:flex;
		padding:0 0 0 20px;
	}

	#sec_nav .back_bnr_wrap a .back_txt{
		font-family: 'Barlow', sans-serif;
		font-weight: 500;
		font-size: 2.0rem;
		line-height: 1;
		letter-spacing:0.1rem;
		color:#bfbfbf;
		padding: 40px 30px 0 20px;
		font-feature-settings: 'palt';
	}

	#sec_nav .back_bnr_wrap a .back_txt span{
		display: inline-block;
		font-size: 2.3rem;
		vertical-align: text-top;
		margin: 2px 0 0;
		padding: 0 10px 0 0;
	}

	#sec_nav .back_bnr_wrap a .copy_txt{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 2.0rem;
		line-height: 1.4;
		letter-spacing:0.1rem;
		color:#fff;
		font-feature-settings: 'palt';
		padding: 0 0 0 32px;
		margin: 18px 0;
		border-left:2px solid #a1a1a2;
	}

	#sec_nav .back_bnr_wrap a .copy_txt span{
		display:block;
		font-weight: 300;
		font-size: 1.4rem;
		padding: 1px 0 0;
	}

	#sec_nav .back_bnr_wrap .foot_p_wrap{
		width: 303px;
		line-height:0;
		position:absolute;
		bottom: 0;
		right:0;
	}

	#sec_nav .back_bnr_wrap .foot_p_box{
		position:relative;
	}

	#sec_nav .back_bnr_wrap .foot_p_box span{
		display:block;
		width:100%;
		position:absolute;
		left: 0;
		top: 0;
	}

	#sec_nav .gakubu_bnr_wrap2{
		width:1000px;
		margin:40px auto 0;
		position:relative;
	}

	#sec_nav .gakubu_bnr_wrap2 a{
		display:block;
	}


	#sec_nav .gakubu_bnr_wrap{
		width:1000px;
		margin:40px auto 0;
		position:relative;
	}

	#sec_nav .gakubu_bnr_wrap a{
		display:flex;
		position:relative;
		overflow:hidden;
		border: 6px solid #ededed;
		border-radius: 70px;
		background: #fff;
	}

	#sec_nav .gakubu_bnr_wrap a .img_box{
		width: 265px;
		line-height:0;
	}

	#sec_nav .gakubu_bnr_wrap a .txt_box{
		display:flex;
		padding:0 0 0 20px;
	}

	#sec_nav .gakubu_bnr_wrap a .icon_box{
		line-height:0;
		width: 30px;
		padding: 42px 54px 0 41px;
	}


	#sec_nav .gakubu_bnr_wrap a .copy_txt{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.4rem;
		line-height: 1.4;
		letter-spacing:0.1rem;
		color:#001f5a;
		font-feature-settings: 'palt';
		padding: 0 0 0 32px;
		margin: 20px 0;
		border-left: 2px solid #d8d8d8;
	}

	#sec_nav .gakubu_bnr_wrap a .copy_txt em{
		display:block;
		font-weight: 500;
		font-style:normal;
		line-height: 1.2;
		font-size: 2.0rem;
		padding: 0 0 5px;
	}
	

	#sec_nav a{
		transition: all 0.5s cubic-bezier(0.25, 0.1, 0.35, 0.99) 0s;
	}

	#sec_nav a:hover{
		transform: scale(1.05);
	}

	
	
}



