
/* ============================================================
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:center;
		color: #434343;
		font-feature-settings: 'palt';
		padding: 51px 0 10px;
		border-bottom: 3px solid #434343;
	}

	#sec01 h2 span.sn{
		display:inline-block;
		font-weight: 400;
		font-size:2.2rem;
		padding:0 2px;
	}

	#sec01 h2 span.box_txt{
		width:170px;
		display:block;
		color:#A386C4;
		font-size:1.4rem;
		padding:4px 0 4px;
		margin: 0 auto 2px;
		border-radius:4px;
		border:1px solid #A386C4;
	}


	#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;
	}

	#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: 54px 0 92px;
	}
	
	.region {
	  text-align: center;
	  font-weight: 500;
	  color: #a498c5;
	  font-size: 1.9rem;
	  margin-bottom: 1.5rem;
	}
	
	.table {
	  display: flex;
	  flex-direction: column;
	}
	
	.row {
	  display: flex;
	  border-top: 2px solid #fff;
	  border-bottom: 0px solid white;
	}
	
	.row.header .cell {
	  /* background-color: #a498c5; */
	  background: linear-gradient(to top, #a59cc7 0%, #9b82b9 100%);
	  color: white;
	  font-weight: 300;
	}
	
	.row:not(.header) {
	  background-color: #ebebeb;
	}
	
	.row.alt {
	  background-color: #f6f6f6;
	}
	
	.row .cell:last-child{
		width: 28%;
		flex: unset;
	}
	
	.row .cell:first-child{
		width: 14%;
		flex: unset;
	}
	
	.row .cell:nth-child(2){
		width: 15%;
		flex: unset;
	}
	
	.row .cell:nth-child(3){
		width: 15%;
		flex: unset;
	}
	
	.row .cell:nth-child(4){
		width: 28%;
		flex: unset;
	}
	
	.cell {
	  flex: 1;
	  color: #000;
	  padding: 10px;
	  text-align: center;
	  box-sizing: border-box;
	  border-right: 2px solid #fff;
	}
	.row.alt .cell {
	  border-right: 2px solid #fff;
	}
	
	.cell.city {
	  background-color: #e5e1f0;
	  border-right: 2px solid #fff;
	}
	
	.row.header .cell {
	  border-right: 2px solid #fff;
	}
	.row.header .cell:last-child {
	  border-right: none;
	}



}



