
/* ============================================================
PC
==============================================================*/

@media (min-width: 762px) {

	.g_cv_btn a{
		display:block;
		background:rgb(0 0 0 / 90%);
		padding: 20px 0;
	}

	/* ============================================================
 	main vi 
	==============================================================*/
    
    
	#main_sec_wrap{
		width: 100%;
		height: 1260px;
		position: relative;
		overflow: hidden;
	}

	#main_sec_wrap .bg_img{
		height:570px;
		line-height:0;
		position:absolute;
		left: calc(50% - 1110px);
		top: 70px;
		transform: translate(-50%,0);
		z-index:-1;
	}

	#main_sec_wrap .bg_img img{
		width:auto;
		height:100%;
	}

	#main_sec_wrap .txt_wrap{
		position:absolute;
		left: calc(50% - 240px);
		top: 125px;
		transform: translate(-50%,0);
	}

	#main_sec_wrap h1{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 300;
		font-size: 13.2rem;
		letter-spacing: -0.2rem;
		line-height: 1;
		color: #000;
		font-feature-settings: 'palt';
		padding: 0 0 25px;
		margin: 0 0 0 -7px;
	}

	#main_sec_wrap h1 span{
		font-weight: 600;
	}

	

	#main_sec_wrap p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size:1.8rem;
		letter-spacing: 0.2rem;
		line-height: 2.0;
		font-feature-settings: 'palt';
		color:#fff;
	}

	#main_sec_wrap p span{
		display:inline-block;
		background:#000;
		padding: 0 21px 4px;
		margin:0 0 8px;
	}
	


	

	
	/* ============================================================
 	section 01
	==============================================================*/
	
	#sec01{
		width: 100%;
		margin: -860px 0 0;
		position:relative;
	}

	#sec01 .bg_img{
		content: "";
		display: block;
		width: calc(50vw - 70px);
		height: calc(100% - 150px);
		background: #f7f7f7;
		border-radius: 50px 0 0 50px;
		position: absolute;
		top: 150px;
		right: 0;
		z-index:-1;
	}

	#sec01 .wrapper{
		box-sizing:border-box;
		padding: 0 0 0 580px;
	}

	#sec01 .wrapper > a{
		display:block;
		width:500px;
	}

	#sec01 .bnr_btn{
		width:500px;
		overflow:hidden;
		border-radius:10px;
		line-height:0;
		box-shadow: 6px 6px 16px 6px rgba(0,0,0,0.1);
	}

	#sec01 .txt_wrap{
		width: 360px;
		position:relative;
		padding: 0 0 50px 80px;
		margin: 40px 0 0 60px;
	}

	#sec01 .num_txt{
		font-family: 'Roboto', sans-serif;
		font-weight: 400;
		font-size: 4.2rem;
		letter-spacing: 0rem;
		color: #000;
		line-height: 1;
		font-feature-settings: 'palt';
		position:absolute;
		top: 0;
		left: 14px;
	}

	#sec01 .num_txt span{
		font-family: 'Noto Sans JP', sans-serif;
		display:block;
		font-weight: 600;
		font-size: 1.4rem;
		padding: 0 0 0 2px;
	}
	
	#sec01 h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 600;
		font-size: 2.2rem;
		letter-spacing: 0.1rem;
		line-height: 1.4;
		color: #000;
		font-feature-settings: 'palt';
		border-left: 7px solid #000;
		padding: 0 0 0 14px;
		margin: 0 0 14px;
	}

	#sec01 h2 span{
		display:block;
		font-size: 1.4rem;
	}

	#sec01 p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.5rem;
		line-height:2.0;
		letter-spacing:0.1rem;
		font-feature-settings: 'palt';
		padding: 12px 0 24px;
		margin: 0 0 0 24px;
		border-top:1px solid #ccc;
	}

	#sec01 ul.btn_more{
		width:140px;
		margin: 0 0 0 24px;
		position: relative;
		z-index: 999;
	}

	#sec01 ul.btn_more a{
		font-family: 'Barlow', sans-serif;
		font-size: 1.4rem;
		font-weight: 600;
		letter-spacing: 0.02em;
		font-feature-settings: 'palt';
		color:#fff;
		background:#000;
		text-align:center;
		display:block;
		border-radius:30px;
		padding: 6px 0;
	}

	#sec01 ul.btn_more a{
		transition: all 0.5s ease 0s;
	}

	#sec01 ul.btn_more a:hover{
		transform: scale(1.1);
	}

	#sec01 a .bnr_btn {
		transition: all 0.5s ease 0s;
	}

	#sec01 a:hover .bnr_btn{
		transform: scale(1.1);
		box-shadow: 0 0 16px 0 rgba(0,0,0,0.1);
	}

	#sec01 a .bnr_btn img{
		transition: all 0.5s ease 0s;
	}

	#sec01 a:hover .bnr_btn img{
		transform: scale(1.05);
	}


	/* ============================================================
 	section 02
	==============================================================*/
	
	#sec02{
		width: 100%;
		margin: -200px 0 0;
		position:relative;
	}

	#sec02 .bg_img{
		content: "";
		display: block;
		width: calc(50vw - 80px);
		height: calc(100% - 150px);
		background: #f7f7f7;
		border-radius: 0 50px 50px 0;
		position: absolute;
		top: 150px;
		left: 0;
		z-index:-1;
	}

	#sec02 .wrapper{
		box-sizing:border-box;
	}

	#sec02 .wrapper > a{
		display:block;
		width:500px;
	}

	#sec02 .bnr_btn{
		width:500px;
		overflow:hidden;
		border-radius:10px;
		line-height:0;
		box-shadow: 6px 6px 16px 6px rgba(0,0,0,0.1);
	}

	#sec02 .txt_wrap{
		width: 360px;
		position:relative;
		padding: 0 0 50px 80px;
		margin: 40px 0 0 0;
	}

	#sec02 .num_txt{
		font-family: 'Roboto', sans-serif;
		font-weight: 400;
		font-size: 4.2rem;
		letter-spacing: 0rem;
		color: #000;
		line-height: 1;
		font-feature-settings: 'palt';
		position:absolute;
		top: 0;
		left: 14px;
	}

	#sec02 .num_txt span{
		font-family: 'Noto Sans JP', sans-serif;
		display:block;
		font-weight: 600;
		font-size: 1.4rem;
		padding: 0 0 0 2px;
	}
	
	#sec02 h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 600;
		font-size: 2.2rem;
		letter-spacing: 0.1rem;
		line-height: 1.4;
		color: #000;
		font-feature-settings: 'palt';
		border-left: 7px solid #000;
		padding: 0 0 0 14px;
		margin: 0 0 14px;
	}

	#sec02 h2 span{
		display:block;
		font-size: 1.4rem;
	}

	#sec02 p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.5rem;
		line-height:2.0;
		letter-spacing:0.1rem;
		font-feature-settings: 'palt';
		padding: 12px 0 24px;
		margin: 0 0 0 24px;
		border-top:1px solid #ccc;
	}

	#sec02 ul.btn_more{
		width:140px;
		margin: 0 0 0 24px;
		position: relative;
		z-index: 999;
	}

	#sec02 ul.btn_more a{
		font-family: 'Barlow', sans-serif;
		font-size: 1.4rem;
		font-weight: 600;
		letter-spacing: 0.02em;
		font-feature-settings: 'palt';
		color:#fff;
		background:#000;
		text-align:center;
		display:block;
		border-radius:30px;
		padding: 6px 0;
	}

	#sec02 ul.btn_more a{
		transition: all 0.5s ease 0s;
	}

	#sec02 ul.btn_more a:hover{
		transform: scale(1.1);
	}

	#sec02 a .bnr_btn {
		transition: all 0.5s ease 0s;
	}

	#sec02 a:hover .bnr_btn{
		transform: scale(1.1);
		box-shadow: 0 0 16px 0 rgba(0,0,0,0.1);
	}

	#sec02 a .bnr_btn img{
		transition: all 0.5s ease 0s;
	}

	#sec02 a:hover .bnr_btn img{
		transform: scale(1.05);
	}

	/* ============================================================
 	section 03
	==============================================================*/
	
	#sec03{
		width: 100%;
		margin: -200px 0 0;
		position:relative;
	}

	#sec03 .bg_img{
		content: "";
		display: block;
		width: calc(50vw - 70px);
		height: calc(100% - 150px);
		background: #f7f7f7;
		border-radius: 50px 0 0 50px;
		position: absolute;
		top: 150px;
		right: 0;
		z-index:-1;
	}

	#sec03 .wrapper{
		box-sizing:border-box;
		padding: 0 0 0 580px;
	}

	#sec03 .wrapper > a{
		display:block;
		width:500px;
	}

	#sec03 .bnr_btn{
		width:500px;
		overflow:hidden;
		border-radius:10px;
		line-height:0;
		box-shadow: 6px 6px 16px 6px rgba(0,0,0,0.1);
	}

	#sec03 .txt_wrap{
		width: 360px;
		position:relative;
		padding: 0 0 50px 80px;
		margin: 40px 0 0 60px;
	}

	#sec03 .num_txt{
		font-family: 'Roboto', sans-serif;
		font-weight: 400;
		font-size: 4.2rem;
		letter-spacing: 0rem;
		color: #000;
		line-height: 1;
		font-feature-settings: 'palt';
		position:absolute;
		top: 0;
		left: 14px;
	}

	#sec03 .num_txt span{
		font-family: 'Noto Sans JP', sans-serif;
		display:block;
		font-weight: 600;
		font-size: 1.4rem;
		padding: 0 0 0 2px;
	}
	
	#sec03 h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 600;
		font-size: 2.2rem;
		letter-spacing: 0.1rem;
		line-height: 1.4;
		color: #000;
		font-feature-settings: 'palt';
		border-left: 7px solid #000;
		padding: 0 0 0 14px;
		margin: 0 0 14px;
	}

	#sec03 h2 span{
		display:block;
		font-size: 1.4rem;
	}

	#sec03 p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.5rem;
		line-height:2.0;
		letter-spacing:0.1rem;
		font-feature-settings: 'palt';
		padding: 12px 0 24px;
		margin: 0 0 0 24px;
		border-top:1px solid #ccc;
	}

	#sec03 ul.btn_more{
		width:140px;
		margin: 0 0 0 24px;
		position: relative;
		z-index: 999;
	}

	#sec03 ul.btn_more a{
		font-family: 'Barlow', sans-serif;
		font-size: 1.4rem;
		font-weight: 600;
		letter-spacing: 0.02em;
		font-feature-settings: 'palt';
		color:#fff;
		background:#000;
		text-align:center;
		display:block;
		border-radius:30px;
		padding: 6px 0;
	}

	#sec03 ul.btn_more a{
		transition: all 0.5s ease 0s;
	}

	#sec03 ul.btn_more a:hover{
		transform: scale(1.1);
	}

	#sec03 a .bnr_btn {
		transition: all 0.5s ease 0s;
	}

	#sec03 a:hover .bnr_btn{
		transform: scale(1.1);
		box-shadow: 0 0 16px 0 rgba(0,0,0,0.1);
	}

	#sec03 a .bnr_btn img{
		transition: all 0.5s ease 0s;
	}

	#sec03 a:hover .bnr_btn img{
		transform: scale(1.05);
	}


	/* ============================================================
 	section 04
	==============================================================*/
	
	#sec04{
		width: 100%;
		margin: -200px 0 200px;
		position:relative;
	}

	#sec04 .bg_img{
		content: "";
		display: block;
		width: calc(50vw - 80px);
		height: calc(100% - 150px);
		background: #f7f7f7;
		border-radius: 0 50px 50px 0;
		position: absolute;
		top: 150px;
		left: 0;
		z-index:-1;
	}

	#sec04 .wrapper{
		box-sizing:border-box;
		padding: 0 580px 0 0;
	}

	#sec04 .wrapper > a{
		display:block;
		width:500px;
	}

	#sec04 .bnr_btn{
		width:500px;
		overflow:hidden;
		border-radius:10px;
		line-height:0;
		box-shadow: 6px 6px 16px 6px rgba(0,0,0,0.1);
	}

	#sec04 .txt_wrap{
		width: 360px;
		position:relative;
		padding: 0 0 50px 80px;
		margin: 40px 0 0 0;
	}

	#sec04 .num_txt{
		font-family: 'Roboto', sans-serif;
		font-weight: 400;
		font-size: 4.2rem;
		letter-spacing: 0rem;
		color: #000;
		line-height: 1;
		font-feature-settings: 'palt';
		position:absolute;
		top: 0;
		left: 14px;
	}

	#sec04 .num_txt span{
		font-family: 'Noto Sans JP', sans-serif;
		display:block;
		font-weight: 600;
		font-size: 1.4rem;
		padding: 0 0 0 2px;
	}
	
	#sec04 h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 600;
		font-size: 2.2rem;
		letter-spacing: 0.1rem;
		line-height: 1.4;
		color: #000;
		font-feature-settings: 'palt';
		border-left: 7px solid #000;
		padding: 0 0 0 14px;
		margin: 0 0 14px;
	}

	#sec04 h2 span{
		display:block;
		font-size: 1.4rem;
	}

	#sec04 p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.5rem;
		line-height:2.0;
		letter-spacing:0.1rem;
		font-feature-settings: 'palt';
		padding: 12px 0 24px;
		margin: 0 0 0 24px;
		border-top:1px solid #ccc;
	}

	#sec04 ul.btn_more{
		width:140px;
		margin: 0 0 0 24px;
		position: relative;
		z-index: 999;
	}

	#sec04 ul.btn_more a{
		font-family: 'Barlow', sans-serif;
		font-size: 1.4rem;
		font-weight: 600;
		letter-spacing: 0.02em;
		font-feature-settings: 'palt';
		color:#fff;
		background:#000;
		text-align:center;
		display:block;
		border-radius:30px;
		padding: 6px 0;
	}

	#sec04 ul.btn_more a{
		transition: all 0.5s ease 0s;
	}

	#sec04 ul.btn_more a:hover{
		transform: scale(1.1);
	}

	#sec04 a .bnr_btn {
		transition: all 0.5s ease 0s;
	}

	#sec04 a:hover .bnr_btn{
		transform: scale(1.1);
		box-shadow: 0 0 16px 0 rgba(0,0,0,0.1);
	}

	#sec04 a .bnr_btn img{
		transition: all 0.5s ease 0s;
	}

	#sec04 a:hover .bnr_btn img{
		transform: scale(1.05);
	}
	
}



