
/* ============================================================
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: 5.4rem;
		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: 3.0rem;
		letter-spacing: 0.1rem;
		line-height: 1.4;
		text-align: left;
		color: #000;
		font-feature-settings: 'palt';
		padding: 0 0 10px;
		border-bottom: 5px solid #000;
	}

	#sec01 h2 span{
		display:inline-block;
		font-weight: 500;
		font-size:2.2rem;
		padding:0 2px;
	}
	
	#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: 0px 0 17px;
	}
	
	#sec01 h3 span{
		font-size: 1.5rem;
		display:block;
		font-weight:400;
		margin: 6px 0 0;
	}
	
	#sec01 h4{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 1.8rem;
		letter-spacing: 0.1rem;
		line-height: 1.4;
		text-align:left;
		color: #000;
		font-feature-settings: 'palt';
		padding: 26px 0 17px;
	}


	#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: 0px 0 67px;
		color: #000;
	}

	#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);
	}
	
	.table-wrapper {
	  font-size: 1.5rem;
	  font-family: "Noto Sans JP", sans-serif;
	  margin: 64px 0 92px;
	}
	
	.region {
	  text-align: center;
	  font-weight: 500;
	  color: #a18cd1;
	  font-size: 1.9rem;
	  margin-bottom: 1.5rem;
	}	
	
	#sec01 table {
	  width: 100%;
	  border-collapse: separate;
	  border-spacing: 4px;
	  margin: 0 0 36px;
	}
	
	#sec01 th {
	  color: #fff;
	  background: #988fbe;
	  text-align: left;
	  padding: 24px 2.8rem;
	  border-radius: 2px;
	  font-feature-settings: 'palt';
	  letter-spacing: 0.1rem;
	  font-weight: 400;
	  white-space:nowrap;
	  line-height: 1.6;
	}
	
	#sec01 th span.large_s{
		font-size: 1.7rem;
		font-weight: 500;
		margin: 0 0 9px;
		padding: 0 0 5px;
		display: block;
		border-bottom: 1px solid #fff;
	}
	
	#sec01 th span.mini_s{
		color: #fdfdfd;
		font-size: 1.2rem;
		font-weight: 300;
		display: block;
		margin: 12px 0 0;
	}
	
	#sec01 th.th_0{
		background: #4b4a4a;
	}
	
	#sec01 th.th_1{
		background: #776baa;
	}
	
	#sec01 th.th_2{
	  background: #988fbe;
	}
	
	#sec01 tbody td {
	  background: #edecf4;
	  padding: 8px 2.8rem;
	  text-align: left;
	  font-feature-settings: 'palt';
	  color: #000;
	  width: 60%;
	  letter-spacing: 0.1rem;
	}

}



