
/*===============================================
　SP iPhone6以上（画面の横幅が761pxまで）
===============================================*/

@media (max-width:761px){
	
	.ttl{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		letter-spacing: 0.1rem;
		font-size: 2.6rem;
		text-align: left;
		line-height: 138%;
		background: #fff;
		-webkit-background-clip: text;
		color: transparent;
		filter: drop-shadow(20px 20px 10px #00000022);
		margin: 0 0 30px;
	}
	
	.ttl span{
		font-family: 'Roboto', sans-serif;
		font-weight: 300;
		letter-spacing: 0;
		font-size: 1.8rem;
		display: block;
		color: #fff;
		margin: 0 0 0;
	}
	
	.ttl_center{
		text-align:center;	
	}	
	/* ============================================================
 	main vi 
	==============================================================*/
       
	#main_wrap{
		width: 100%;
		position: relative;
		overflow: hidden;
		background: linear-gradient( to right,  #00b38b 0%,  #119696 28%, #1b7b9c 71%, #245ba1 100%);
		background-size: auto 100%;
		height: 57vh;
	}

	#main_copy_wrap{
		width: 85%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform:
		translate(-50%, -50%);
	}

	
	#main_copy_wrap h1{
		font-family: 'Noto Sans JP', serif;
		font-weight: 700;
		font-size: 6.2rem;
		color: #fff;
		text-align: left;
		letter-spacing: 2px;
		margin: 0 0 28px;
		line-height: 141%;
	}
	#main_copy_wrap h1 span{
		font-size: 1.8rem;
		padding: 0px 22px 0px;
		color: #0b175f;
		background-color: #fff;
		display: table;
		margin: 0 0 15px;
		line-height: 188%;
		letter-spacing: 0;
	}

	#main_copy_wrap .img_box_01 img{
		border-radius: 20px;
	}

	
    
	/* ============================================================
 	tab_btn_wrap
	==============================================================*/

	#tab_btn_wrap {
		transition: all 0.6s cubic-bezier(0.03, 0.36, 0.18, 1) 0s;
		z-index: 900;
		top: 0;
	}	
	
	#tab_btn_wrap .top_tab_wrap{
		width:100vw;
		position:
		relative;
		height: 17vh;
	}

	#tab_btn_wrap .top_follow_wrap{
		height: 100%;
		background: linear-gradient( to right, #67339f 0%, #253e97 51%, #0d086c 100%);
		box-shadow: 25px 25px 20px 0 rgb(8,8,8,0.2);
	}

	#tab_btn_wrap.fix{
		position: sticky;
		top: 95px;
		z-index: 100;
	}

	#tab_btn_wrap .top_follow_wrap .row{
		width: 94%;
		justify-content: space-between;
		position: absolute;
		text-align: center;
		top: 0;
		left:50%;
		transform: translate(-50%, 0%);
		display: flex;
	}

	#tab_btn_wrap .top_follow_wrap .row li{
		position:
		relative;
	}
	
	#tab_btn_wrap .top_follow_wrap .row li:before{
		content: "";
		display: block;
		width: 10px;
		height: 10px;
		border-right:solid 1px #fff;
		border-bottom:solid 1px #fff;
		position: absolute;
		bottom: 14px;
		left: 50%;
		transform: translate(-50%, -50%) rotate(45deg);
		transition: all 0.2s ease-out 0s;
	}
	
	#tab_btn_wrap .top_follow_wrap .row li:hover:before{
    	bottom: 8px;  
		border-right:solid 1px #d5cbdf;
		border-bottom:solid 1px #d5cbdf;  	
    }
	
	#tab_btn_wrap .top_follow_wrap .row li a{
		font-family: 'Noto Sans JP', sans-serif;
		display:block;
		font-weight: 300;
		font-size: 1.2rem;
		line-height: 159%;
		color: #fff;
		letter-spacing: 0.14em;
		text-align:	center;
		padding: 31px 5% 40px;
		white-space: nowrap;
	}
	
	#tab_btn_wrap .top_follow_wrap .row li a:hover{
		color:#d5cbdf;
	}

	#tab_btn_wrap .top_follow_wrap .row li:nth-child(3) a, #tab_btn_wrap .top_follow_wrap .row li:nth-child(4) a{
		line-height: 288%;
	}
	
	
	
	#tab_btn_wrap.DownMove{
		transform:translate(0,0);
	}

	#tab_btn_wrap.UpMove{
		transform: translate(0,-130px);
	}
	
		
	/* ============================================================
 	section 01
	==============================================================*/
	
	#sec01{
		width: 100%;
		padding: 56px 0 50px;
		position: relative;
		z-index: 1;
	}
	
	#sec01 .wrapper{
		width: 100%;
		padding: 0;
	}
	
	#sec01 .ttl {
		font-family: 'Ubuntu', sans-serif;
		font-weight: 400;
		font-size: 2.4rem;
		letter-spacing: 1px;
		display: inline-block;
		margin: 0 auto 30px;
		padding: 0 0 0 28px;
		color: #369ae6;
		background: url(../img/icon.png) no-repeat left center;
		background-size: 20px auto;
	}

	#sec01 .cate_wrap {
		padding: 0 0 20px;
	}

	#sec01 .cate_wrap h3{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.6rem;
		letter-spacing: 1px;
		text-align: left;
		color: #5a5a5a;
		float:left;
		margin: 0 0 7px;
	}

	#sec01 .cate_wrap ul{
		display: flex;
		flex-wrap: nowrap;
		margin: 0 auto;
		justify-content: space-between;
	}

	#sec01 .cate_wrap li{
		width: 48%;
		margin: 0 0 3px 0px;
	}

	#sec01 .cate_wrap label {
		display:block;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.2rem;
		letter-spacing: 1px;
		line-height: 100%;
		text-align:center;
		padding: 13px 0 13px;
		cursor: pointer;
		transition: all 0.5s ease 0s;
		display: block;
		border-right: 1px solid #ccc;
		position: relative;
	}

	#sec01 .cate_wrap .cond1 li:nth-child(2) label{
		padding: 6px 0;
	}

	#sec01 .cate_wrap .cond1 li:last-child label{
		border-right:none;
	}

	



	#sec01 .cate_wrap .cond2{
		width: 322px;
		margin: 0 0;
	}

	#sec01 .cate_wrap .cond2 label {
		display:block;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.4rem;
		letter-spacing: 1px;
		line-height: 100%;
		text-align:	center;
		color: #707070;
		border-radius: 20px;background:#fff;
		padding: 7px 0 9px;
		border: 1px solid #707070;
		cursor: pointer;
		margin: 0 11px 0 0;
		transition: all 0.5s ease 0s;
	}
	#sec01 .cate_wrap:nth-child(2) {
		padding: 23px 0 20px;
		background-color: #f1f1f1;
		margin: 8px 0 0;
	}
	#sec01 .cate_wrap .w_wrap{
		margin:0 auto;
		width: 80%;
	}


    #sec01 .cate_wrap input label{	
		transition: all 0.4s cubic-bezier(0.03, 0.36, 0.18, 1) 0s;
	}
	
    #sec01 .cate_wrap input[type=checkbox] {
		display: none;
	}
	
	#sec01 .cate_wrap .cond1 input:checked + label {
		color: #6f7ab1;
	}
	
	#sec01 .cate_wrap .cond1 input:checked + label:before{
		content:"";
		position:
		absolute;
		bottom: -17px;
		left: 50%;
		width: 6px;
		height: 6px;
		background-color: #8790c7;
		border-radius: 10px;
	}
	
	#sec01 .cate_wrap .cond2 input:checked + label {
		color: #fff;
		border: 1px solid #4948c7;
		background: linear-gradient( to right, #67339f 0%, #253e97 51%, #0d086c 100%);
	}
    

	
		
	/* ============================================================
 	section 02
	==============================================================*/
	
	#sec02{
		width: 100%;
		padding: 6px 0 0;
		z-index: 2;
		display: block;
	}
	
	#sec02 li{
		margin: 0 0 16px;
		border-bottom: 1px solid #000;
		transition: all 0.3s cubic-bezier(0.13, 0.36, 0.22, 0.96) 0s;
	}
	
	#sec02 li a{
		display:block;
		padding: 20px 5% 21px;
	}
	
	#sec02 time{
		font-size: 1.9rem;
		font-weight: 700;
		letter-spacing: 0.1rem;
		margin: 0 22px 0 0;
		font-family: 'Roboto', sans-serif;
	}
	
	#sec02 mark{
		padding: 1px 32px 2px;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 1.4rem;
		font-weight: 400;
		margin: 4px 0 1px;
		letter-spacing: 0.1rem;
		background: linear-gradient( to right, #67339f 0%, #253e97 28%, #0d086c 51%, #e72b8a 100%);
		background-position: 1% 50%;
		background-size: 200% auto;
		color: #fff;
		white-space: nowrap;
	}

	#sec02 li .event{
		background: #e6bc00;
	}

	#sec02 li .news{
		background: #2d4d88;
		padding: 1px 12px 2px;
	}

	#sec02 li .other{
		background: #0e7f80;
	}
	
	#sec02 .txt{
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 1.5rem;
		font-weight: 300;
		line-height: 184%;
		letter-spacing: 0;
		margin: 10px 0 0;
		font-feature-settings: "palt";
	}
	
	#sec02 span.other_icon{
    	display:inline-block;
    	background: url("/company/dx/global/img/gaibu.svg") no-repeat 9px 1px;
    	background-size: 12px auto;
    	padding: 0 0 0 33px;
    	font-size:1.2rem;
    	height: 14px;
    }
	
	#sec02 span.other_pdf{
    	display:inline-block;
    	background: url("/company/dx/global/img/pdf_pc.png") no-repeat 7px 6px;
    	background-size: 14px auto;
    	padding: 0 0 0 33px;
    	font-size:1.2rem;
    	height: 22px;
    }
	

	
}



/*===============================================
　SP iPhone5サイズ対応　画面の横幅が350pxまで▼▼▼▼▼
===============================================*/

@media (max-width:349px) {
	
}

/*===============================================
　SP iPhone Plus サイズ対応　画面の横幅が415pxまで▼▼▼▼▼
===============================================*/

@media (min-width: 413px) and (max-width: 761px) {
	
}

