
/* ============================================================
PC
==============================================================*/

@media (min-width: 762px) {


	#keyword .scroll_v{
			right:calc(100vw - 90px);
	}
	
	
	/* ============================================================
 	main_sec_wrap
	==============================================================*/
    
    .cover{
		width:100%;
		height:100vh;
		left:0;
		top:0;
		background:#fff;
		position:absolute;
		z-index:20;
		transition: all 1.5s cubic-bezier(0, 0, 0, 0) 0.25s;
	}
	.cover_act{
		opacity:0
	}
    
	#main_sec_wrap{
		width: 100%;
		height: 100vh;
		position: relative;
		overflow: hidden;
		background:url("../img/mv_bg_pc.jpg") no-repeat center;
		background-size:cover;
	}

	#main_sec_wrap:before{
		content: "";
		display: block;
		width: calc(50vw - 100px);
		height: 100vh;
		opacity:0.85;
		background:#94CCD8;
		position: absolute;
		top:0;
		left:0;
	}
	
	#main_sec_wrap .txt_wrap{
		position: absolute;
		top: 56%;
		left: calc(50vw - 500px);
		transform:translate(0,-50%);
	}
	
	#main_sec_wrap a{
		display: block;
	}

	#main_sec_wrap .txt_box{
		position:relative;
	}

	#main_sec_wrap h1{
		display: inline;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.5rem;
		line-height: 1;
		color:#000000;
		letter-spacing: 0.2rem;
		font-feature-settings: 'palt';
	}

	#main_sec_wrap h1 span.sb{
		font-weight: 600;
	}

	#main_sec_wrap h1 span.txt_up{
		font-size: 2.4rem;
		display:inline-block;
		background:#fff;
		padding: 6px 10px 7px;
		margin:-2px 0 0;
	}

	#main_sec_wrap h1 span.txt_up2{
		font-size: 2.0rem;
		display:inline-block;
		background:#fff;
		padding: 6px 10px 7px;
		margin:-2px 0 0;
	}

	#main_sec_wrap h1 span.txt_nn{
		display:inline-block;
		background:#fff;
		padding:4px 10px 5px;
	}

	#main_sec_wrap .eng_txt{
		width: 260px;
		opacity: 0.75;
		position:absolute;
		left: 66%;
		top: -100px;
		transform:translate(-50%, 0);
	}

	#main_sec_wrap h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 300;
		font-size: 3.4rem;
		line-height: 1;
		color:#fff;
		letter-spacing: 0.2rem;
		font-feature-settings: 'palt';
		padding: 6px 0 24px;
	}

	#main_sec_wrap h2 span.sb1{
		font-size: 4.6rem;
	}

	#main_sec_wrap h2 span.sb2{
		font-size: 4.6rem;
		font-weight: 600;
	}

	#main_sec_wrap ul{
		display:flex;
	}

	#main_sec_wrap .key_txt{
		height: 58vh;
		max-height: 530px;
		line-height: 0;
		text-align:center;
	}

	#main_sec_wrap .key_txt img{
		width:auto;
		height:100%;
	}

	
	
	/* ============================================================
 	section 01
	==============================================================*/
	
	#sec01{
		width: 100%;
		padding: 120px 0;
	}
	
	#sec01 .wrapper{
		text-align:center;
	}
	
	#sec01 h2{
		display:inline-block;
		font-family: 'Barlow', sans-serif;
		font-weight: 400;
		font-size: 2.6rem;
		color: #000;
		font-feature-settings: 'palt';
		margin: 0 0 40px;
		letter-spacing:0.2rem;
	}

	#sec01 h2 span.gaka{
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 1.8rem;
		text-align: center;
		border-bottom:1px solid #000;
		display: block;
		font-weight: 500;
		letter-spacing: 0.1rem;
	}

	#sec01 h2 span.sb1{
		font-weight: 600;
	}
	#sec01 h2 span.sb2{
		font-weight: 600;
	}

	
	#sec01 ul.key_list{
		display:flex;
		justify-content:space-between;
		flex-wrap:wrap;
		padding: 0 78px 40px;
	}

	#sec01 ul.key_list li{
		width:160px;
		margin: 14px;
	}

	#sec01 ul.key_list li a{
		display:block;
		height:190px;
		border-radius:8px;
		box-sizing: border-box;
		padding: 22px 16px;
	}

	#sec01 ul.key_list li:nth-child(1) a{
		background:url("../img/img01.jpg") no-repeat top;
		background-size:cover;
	}

	#sec01 ul.key_list li:nth-child(2) a{
		background:url("../img/img02.jpg") no-repeat top;
		background-size:cover;
	}

	#sec01 ul.key_list li:nth-child(3) a{
		background:url("../img/img03.jpg") no-repeat top;
		background-size:cover;
	}

	#sec01 ul.key_list li:nth-child(4) a{
		background:url("../img/img04.jpg") no-repeat top;
		background-size:cover;
	}

	#sec01 ul.key_list li:nth-child(5) a{
		background:url("../img/img05.jpg") no-repeat top;
		background-size:cover;
	}

	#sec01 ul.key_list li:nth-child(6) a{
		background:url("../img/img06.jpg") no-repeat top;
		background-size:cover;
	}

	#sec01 ul.key_list li:nth-child(7) a{
		background:url("../img/img07.jpg") no-repeat top;
		background-size:cover;
	}

	#sec01 ul.key_list li:nth-child(8) a{
		background:url("../img/img08.jpg") no-repeat top;
		background-size:cover;
	}

	#sec01 ul.key_list li:nth-child(9) a{
		background:url("../img/img09.jpg") no-repeat top;
		background-size:cover;
	}

	#sec01 ul.key_list li:nth-child(10) a{
		background:url("../img/img10.jpg") no-repeat top;
		background-size:cover;
	}

	#sec01 ul.key_list h3{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 2.0rem;
		line-height: 1.4;
		text-align: left;
		color:#fff;
		font-feature-settings: 'palt';
		letter-spacing: 0.1rem;
	}

	

	#sec01 ul.key_list h3 span{
		font-weight: 700;
	}

	#sec01 ul.key_list h3 span.ss{
		font-weight: 400;
		font-size: 1.5rem;
		letter-spacing: 0.1rem;
	}

	#sec01 .more_wrap h3{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 2.0rem;
		line-height: 1.4;
		color:#000;
		font-feature-settings: 'palt';
		letter-spacing: 0.1rem;
		margin: 0 0 10px;
	}

	#sec01 .more_wrap h3 span{
		font-weight:600;
	}

	#sec01 .more_btn a{
		width: 190px;
		margin: 0 auto;
		padding: 12px 48px 14px 70px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 2.0rem;
		display: block;
		letter-spacing: 0.1em;
		text-align: center;
		color: #ffffff;
		background: #94CCD8;
		border-radius: 50px;
		position: relative;
	}

	#sec01 .more_btn a span{
		display:inline-block;
		font-size: 1.6rem;
		vertical-align: text-bottom;
	}

	

	#sec01 .more_btn a::before{
		content: '';
		display: block;
		width: 22px;
		height: 22px;
		background-image: url(/global/img/icon_win_white.svg);
		background-repeat: no-repeat;
		background-position: center;
		position: absolute;
		top: 51%;
		left: 74px;
		transform: translate(0, -50%);
	}

	#sec01 ul.more_btn a {
		transition: all 0.5s cubic-bezier(0.08, 0.64, 0.25, 1) 0s;
	}

	#sec01 .more_btn a:hover{
		background:#000;
	}

	#sec01 ul.key_list a {
		transition: all 0.5s cubic-bezier(0.08, 0.64, 0.25, 1) 0s;
	}
	
	#sec01 ul.key_list a:hover {
		transform: scale(1.1);
	}
	
	/* ============================================================
 	Modal CSS
	==============================================================*/
	
	#modal_win {
		position: fixed;
		top: 0;
		left: 0;
		background: rgba(0,0,0,0.8);
		width: 100vw;
		height: 100vh;
		z-index: 10000;
		display: none;
		cursor: pointer;
	}

	#modal_win .m_n_wrap {
		position: relative;
		width: 100%;
		height: 100vh;
	}

	#modal_win .m_n_box {
		position: absolute;
		top: 50%;
		left: 50%;
		transform:translate(-50%, -50%);
		opacity:0;
		width: 570px;
		transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	#modal_win .m_n_box_act{
		opacity:1;
		transform:translate(-50%, -50%);
	}
    
    #modal_win h2{
        font-family: 'Noto Sans JP', sans-serif;
		font-weight:500;
		font-size: 2.4rem;
		text-align:center;
		color:#fff;
		padding:0 0 20px;
    }
    
     #modal_win h3{
        font-family: 'Barlow', sans-serif;
		font-weight:500;
		font-size: 2.0rem;
		 letter-spacing:0.1rem;
		 line-height:1;
		 padding:8px 0 9px;
         border-radius: 50px;
		text-align:center;
		 background:#94CCD8;
		color:#fff;
		 width:300px;
		 margin:10px auto 20px;
    }

	#modal_win h3.c_mt{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:500;
		font-size: 1.8rem;
		margin:50px auto 20px;
	}
    
    #modal_win p{
        font-family: 'Noto Sans JP', sans-serif;
		font-weight:400;
		font-size: 1.6rem;
		text-align:left;
    }
	
	#modal_win p.note_txt{
        font-family: 'Noto Sans JP', sans-serif;
        font-weight:400;
        font-size: 1.2rem;
        text-align:left;
		line-height:1.4;
		text-indent:-1em;
		padding:10px 0 0 1em;
		font-feature-settings: 'palt';
    }
    
    #modal_win .tw_wrap{
		width:100%;
        background: #fff;
        padding: 50px 100px 60px;
        border-radius: 10px;
		box-sizing:border-box;
    }
    
    
	
	#modal_win ul > li{
		position:fixed;
		top: 20px;
		right: 20px;
	}
	#modal_win a.xClose{
		display:block;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:400;
		font-size: 1.6rem;
		text-align:center;
		color:#fff;
		position: relative;
	}

	#modal_win a.xClose span{
		display:block;
		width:50px;
		line-height:0;
		border-radius:50%;
		border:2px solid #fff;
	}

	#modal_win a.xClose span{
		transition: all 0.4s cubic-bezier(0.12, 0.74, 0.36, 1);
	}

	#modal_win a.xClose:hover span{
		transform: scale(1.1);
	}
	
}



