
/* ============================================================
PC
==============================================================*/

@media (min-width: 762px) {

	.g_cv_btn a{
		display:block;
		background:rgb(0 0 0 / 90%);
		padding: 20px 0;
	}

	/* ============================================================
 	main_sec_wrap
	==============================================================*/
  
	#main_sec_wrap{
		width: 100%;
		height: 200px;
		position: relative;
		background: linear-gradient( to top,  #a59cc7 0%, #9b82b9 100% );
	}

	#main_sec_wrap .txt_wrap{
		position:absolute;
		left: 80px;
		top: 49%;
		transform: translate(0,-50%);
	}

	#main_sec_wrap h1{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 300;
		font-size: 4.0rem;
		letter-spacing: -0.1rem;
		line-height: 1;
		color: #fff;
		font-feature-settings: 'palt';
	}

	#main_sec_wrap h1 span{
		font-size:2.4rem;
		font-weight: 400;
		display: inline-block;
		background: #fff;
		color: #8a77ab;
		line-height: 1.4;
		letter-spacing:0.1rem;
		vertical-align: middle;
		border-radius:4px;
		padding: 0px 10px 3px;
		margin: 7px 0 0 12px;
	}

	#main_sec_wrap span.eng_txt{
		display:block;
		font-family: 'Roboto', sans-serif;
		font-weight: 500;
		font-size: 1.2rem;
		letter-spacing: 0.1rem;
		line-height: 1.4;
		color: #fff;
		font-feature-settings: 'palt';
		padding:0 0 5px;
		
	}
	
	
	/* ============================================================
 	section 01
	==============================================================*/
	
	#sec01{
		width: 100%;
		padding:100px 0;
		position:relative;
	}

	#sec01 .wrapper{
		width:960px;
	}

	
	
	#sec01 h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 2.2rem;
		letter-spacing: 0.1rem;
		line-height: 1.4;
		text-align:center;
		color: #000;
		background: #F5F5F5;
		font-feature-settings: 'palt';
		padding: 20px 0 22px;
		border-radius: 60px;
		margin: 0 0 30px;
	}
	
	#sec01 h3{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 600;
		font-size: 2.0rem;
		letter-spacing: 0.1rem;
		line-height: 1.4;
		text-align:left;
		color: #000;
		font-feature-settings: 'palt';
		padding: 24px 0 22px;
	}
	
	#sec01 h4{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 1.7rem;
		letter-spacing: 0.1rem;
		line-height: 1.4;
		text-align:left;
		color: #000000;
		font-feature-settings: 'palt';
		padding: 36px 0 0;
	}


	#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 18px;
		color:#000;
	}

	#sec01 .txt_box ul{
		margin-left: 1.5em;
	}

	#sec01 .txt_box ul li{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 600;
		font-size: 1.5rem;
		line-height: 1.6;
		letter-spacing:0.1rem;
		font-feature-settings: 'palt';
		padding: 0px 0 17px;
		color:#000;
		text-indent: -1em;
	}

	
	#sec01 .flex_box{
		display:flex;
		gap: 10px;
		margin: 15px 0 0;
	}

	#sec01 .btn_list a{
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 1.6rem;
		font-weight: 500;
		letter-spacing: 0.1rem;
		font-feature-settings: 'palt';
		color:#fff;
		text-align: center;
		background: #069AA1;
		display:block;
		border-radius:30px;
		padding: 13px 0 13px;
		position: relative;
		width: 260px;
	}

	#sec01 .btn_list a span{
		display:inline-block;
		vertical-align: text-top;
		width: 20px;
		margin: 0px 13px 0 0;
	}

	#sec01 .btn_list a{
		transition: all 0.5s ease 0s;
	}

	#sec01 .btn_list a:hover{
		background:#a0107b;
	}

	.exam_wrap{
		margin: 0 0 120px;
	}


}



