
/* ============================================================
PC
==============================================================*/

@media (min-width: 762px) {

	#cv_goal{
		display:none;
	}

	#digital_p{
		display:none;
	}

	footer .telemail_wrap{
		display:none;
	}

	/* ============================================================
 	main_sec_wrap
	==============================================================*/
    
	#main_sec_wrap{
		width: 100%;
		height: 240px;
		position: relative;
		background: linear-gradient( to top,  #a59cc7 0%, #9b82b9 100% );
	}

	#main_sec_wrap .txt_wrap{
		position:absolute;
		left: 80px;
		top: 48%;
		transform: translate(0,-50%);
	}

	#main_sec_wrap h1{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 300;
		font-size: 4.2rem;
		letter-spacing: -0.1rem;
		line-height: 1;
		color: #fff;
		font-feature-settings: 'palt';
	}

	#main_sec_wrap span.eng_txt{
		display:block;
		font-family: 'Roboto', sans-serif;
		font-weight: 400;
		font-size: 1.8rem;
		letter-spacing: 0.1rem;
		line-height: 1.4;
		color: #fff;
		font-feature-settings: 'palt';
		padding:0 0 5px;
	}

	#main_sec_wrap .ci_box{
		width: 180px;
		position:absolute;
		top:20px;
		right:20px;
		filter: brightness(0) invert(1);
	}
	

	
	/* ============================================================
 	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: 200;
		font-size: 3.2rem;
		letter-spacing: 0.1rem;
		line-height: 1.4;
		text-align:center;
		color: #000;
		font-feature-settings: 'palt';
		border-bottom: 2px solid #000;
		padding: 0 0 10px;
		margin: 0 0 30px;
	}

	#sec01 h3{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 2.4rem;
		line-height:2.0;
		letter-spacing:0.1rem;
		text-align:center;
		font-feature-settings: 'palt';
		padding: 12px 0 0;
	}


	#sec01 p.body_txt{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 1.5rem;
		line-height:2.0;
		text-align:center;
		letter-spacing:0.1rem;
		font-feature-settings: 'palt';
		padding: 5px 0 10px;
	}

	#sec01 p.note_txt{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.3rem;
		line-height:2.0;
		text-align:center;
		letter-spacing:0.1rem;
		font-feature-settings: 'palt';
		padding: 0 0 48px;
	}

	#sec01 .btn_list{
		width: 430px;
		margin:0 auto;
	}

	#sec01 .btn_list a{
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 1.8rem;
		font-weight: 500;
		letter-spacing: 0.1rem;
		font-feature-settings: 'palt';
		color:#fff;
		text-align: center;
		background: #00205B;
		display:block;
		border-radius:30px;
		padding: 13px 0 15px;
		position: relative;
	}

	#sec01 .btn_list a span{
		display:inline-block;
		vertical-align: text-top;
		width: 19px;
		margin: -6px -6px 0 8px;
	}

	#sec01 .btn_list a{
		transition: all 0.5s ease 0s;
	}

	#sec01 .btn_list a:hover{
		background:#a0107b;
	}


	/* ============================================================
 	section 02
	==============================================================*/
	
	#sec02{
		width: 100%;
		padding: 100px 0 140px;
		background:#f6f6f6;
		position:relative;
	}

	#sec02 .wrapper{
		width:960px;
	}

	
	#sec02 h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 200;
		font-size: 3.2rem;
		letter-spacing: 0.1rem;
		line-height: 1.4;
		text-align:center;
		color: #000;
		font-feature-settings: 'palt';
		border-bottom: 2px solid #000;
		padding: 0 0 10px;
		margin: 0 0 30px;
	}


	#sec02 p.body_txt{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 1.5rem;
		line-height:2.0;
		text-align:center;
		letter-spacing:0.1rem;
		font-feature-settings: 'palt';
		padding: 5px 0 50px;
	}

	#sec02 .t_wrap{
		background:#fff;
		border:2px solid #00205b;
		border-radius:30px;
		padding: 60px 80px 60px;
		margin: 0 0 100px;
	}

	#sec02 .t_wrap .ttl_wrap{
		width: 520px;
		margin:0 auto 20px;
		padding: 0 0 20px;
		position:relative;
	}

	#sec02 .t_wrap .ttl_wrap:before{
		content: "";
		display: block;
		width: 14px;
		height:14px;
		background: #00205B;
		position: absolute;
		bottom:0;
		left: 50%;
		transform:translate(-50%,0) rotate(-45deg);
	}
	
	#sec02 .t_wrap .ttl_wrap:after{
		content: "";
		display: block;
		width: 520px;
		height: 14px;
		background: #fff;
		border-bottom:2px solid #00205B;
		position: absolute;
		bottom: 5px;
		left: 50%;
		transform:translate(-50%,0);
	}

	#sec02 .t_wrap .ttl_wrap h3{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 600;
		font-size: 2.0rem;
		line-height:1.4;
		letter-spacing:0.1rem;
		color: #000;
		font-feature-settings: 'palt';
		padding:0 0 0 70px;
		position:relative;
	}

	#sec02 .t_wrap .ttl_wrap span{
		display:block;
		width:56px;
		height:56px;
		box-sizing:border-box;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 600;
		font-size: 3.4rem;
		color:#fff;
		background: #9b82b9;
		border-radius: 28px 28px 4px 28px;
		padding:10px 0 0;
		line-height:1;
		text-align:center;
		letter-spacing:0rem;
		font-feature-settings: 'palt';
		position:absolute;
		left:0;
		top:0;
	}

	#sec02 .t_wrap > p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 1.5rem;
		line-height:2.0;
		text-align:center;
		letter-spacing:0.1rem;
		font-feature-settings: 'palt';
		padding: 0 0 50px;
	}

	#sec02 .t_wrap .uplist{
		display:flex;
		justify-content:space-between;
		flex-wrap: wrap;
		padding:0 0 50px;
		gap: 50px 0;
	}

	#sec02 .t_wrap .uplist li{
		width:48%;
	}

	#sec02 .t_wrap .uplist h4{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 1.6rem;
		line-height:1.4;
		text-align:center;
		color:#fff;
		letter-spacing:0.1rem;
		font-feature-settings: 'palt';
		background: #9b82b9;
		border-radius:6px;
		padding:8px 0 10px;
	}

	#sec02 .t_wrap .uplist h4 span{
		display:inline-block;
		box-sizing:border-box;
		width: 24px;
		height: 24px;
		text-align: center;
		color:#9b82b9;
		background:#fff;
		border-radius:50%;
		vertical-align: text-top;
		margin: 1px 7px 0 0;
	}

	#sec02 .t_wrap .uplist .img_box{
		line-height:0;
		width:80%;
		margin:20px auto;
	}

	#sec02 .t_wrap .uplist p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 1.5rem;
		line-height: 1.6;
		letter-spacing:0.1rem;
		font-feature-settings: 'palt';
	}

	#sec02 .t_wrap .uplist p span{
		color:#9b82b9;
	}

	#sec02 .t_wrap .uplist p.note_txt{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 1.3rem;
		line-height:1.4;
		letter-spacing:0.1rem;
		font-feature-settings: 'palt';
		text-indent:-1em;
		padding:0 0 0 1em;
		margin:4px 0 20px 30px;
	}

	#sec02 .t_wrap .uplist p.note_txt2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 1.3rem;
		line-height:1.4;
		letter-spacing:0.1rem;
		font-feature-settings: 'palt';
		text-indent:-1em;
		padding:0 0 0 1em;
		margin:4px 0 20px;
	}

	#sec02 .flow_wrap{
		width: 960px;
		margin:0 auto;
	}

	#sec02 .flow_wrap h3{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 2.4rem;
		line-height:1.4;
		letter-spacing:0.1rem;
		color: #fff;
		text-align:center;
		background:#000;
		font-feature-settings: 'palt';
		padding: 12px 0 14px;
		border-radius:40px;
		margin: 0 0 50px;
	}

	#sec02 .flow_wrap .flow_list{
		width: 940px;
		margin:0 auto;
		display:flex;
		flex-wrap:wrap;
		gap:50px 0;
	}

	#sec02 .flow_wrap .flow_list li{
		width:100%;
		box-sizing:border-box;
		border-radius:12px;
		background:#fff;
		overflow:hidden;
		padding:0 36px 36px;
	}

	#sec02 .flow_wrap h4{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.9rem;
		line-height:1.4;
		letter-spacing:0.1rem;
		color: #fff;
		background:#9b82b9;
		font-feature-settings: 'palt';
		padding: 30px 0 32px 116px;
		margin: 0 -36px 40px;
		position:relative;
	}

	#sec02 .flow_wrap .flow_list li:first-child h4{
		padding: 20px 0 22px 116px;
	}

	#sec02 .flow_wrap h4 > span{
		display:block;
		width: 52px;
		height: 52px;
		box-sizing:border-box;
		font-family: 'Roboto', sans-serif;
		font-weight: 500;
		font-size:2.4rem;
		color:#9b82b9;
		background: #fff;
		border-radius: 28px 28px 4px 28px;
		padding:10px 0 0;
		line-height:1;
		text-align:center;
		letter-spacing:0rem;
		font-feature-settings: 'palt';
		position:absolute;
		left: 42px;
		top: 50%;
		transform: translate(0,-50%);
	}

	#sec02 .flow_wrap h4 > span > span{
		display:block;
		font-size:1.1rem;
		letter-spacing:0.1rem;
	}

	#sec02 .btn_list{
		width: 430px;
		margin:0 auto;
	}

	#sec02 .btn_list a{
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 1.8rem;
		font-weight: 500;
		letter-spacing: 0.1rem;
		font-feature-settings: 'palt';
		color:#fff;
		text-align: center;
		background: #00205B;
		display:block;
		border-radius:30px;
		padding: 13px 0 15px;
		position: relative;
	}

	#sec02 .btn_list a span{
		display:inline-block;
		vertical-align: text-top;
		width: 19px;
		margin: -6px -6px 0 8px;
	}

	#sec02 .btn_list a{
		transition: all 0.5s ease 0s;
	}

	#sec02 .btn_list a:hover{
		background:#a0107b;
	}


	/* ============================================================
 	section 03
	==============================================================*/
	
	#sec03{
		width: 100%;
		padding: 100px 0 120px;
		position:relative;
	}

	#sec03 .wrapper{
		width:960px;
	}

	
	#sec03 h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 200;
		font-size: 3.2rem;
		letter-spacing: 0.1rem;
		line-height: 1.4;
		text-align:center;
		color: #000;
		font-feature-settings: 'palt';
		border-bottom: 2px solid #000;
		padding: 0 0 10px;
		margin: 0 0 30px;
	}


	#sec03 p{
		width: 520px;
		margin:0 auto;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 1.5rem;
		line-height:2.0;
		letter-spacing:0.1rem;
		font-feature-settings: 'palt';
		padding: 5px 0 0;
	}


	
	
}



