
/* ============================================================
PC
==============================================================*/

@media (min-width: 762px) {


	.keyword .scroll_v{
			right:calc(100vw - 90px);
	}
	
	
	/* ============================================================
 	main_sec_wrap
	==============================================================*/
	
	.g_cv_btn a{
		background:rgb(0 0 0 / 90%);
	}
    
    .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: 580px;
		position: relative;
		overflow: hidden;
		background:url("/guidance/fhs/hn/img/mv_bg_pc.jpg") no-repeat center;
		background-size:cover;
	}

	#main_sec_wrap:before{
		content: "";
		display: block;
		width:100vw;
		height: 200px;
		background: linear-gradient( to top,  #ffffff 1%, #ffffff00 75% );
		position: absolute;
		bottom:0;
		left:0;
	}
	
	#main_sec_wrap .txt_wrap{
		position: absolute;
		top: 84px;
		left: calc(50vw - 510px);
	}

	#main_sec_wrap .txt_wrap:before{
		content: "";
		display: block;
		width: 440px;
		height:290px;
		background:#1699b0bd;
		border-radius: 10px;
		position: absolute;
		top: -30px;
		left: -50px;
	}

	
	
	#main_sec_wrap .eng_txt{
		display: block;
		font-family: 'Roboto', sans-serif;
		font-weight: 400;
		font-size: 1.3rem;
		color:#fff;
		line-height:1.4;
		position:relative;
		letter-spacing:0.1rem;
		padding: 0 0 5px 5px;
	}

	#main_sec_wrap h1{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 300;
		font-size: 5.8rem;
		line-height: 1.1;
		color:#fff;
		letter-spacing: 0.2rem;
		font-feature-settings: 'palt';
		padding: 0 0 40px;
		position:relative;
	}

	#main_sec_wrap h1 span:first-child{
		font-weight: 500;
		display: block;
	}

	#main_sec_wrap h1 span:last-child{
		/* font-size: 2.8rem; */
		display: block;
	}

	#main_sec_wrap li{
		margin: 8px 0;
	}

	#main_sec_wrap li span{
		display:inline-block;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.8rem;
		line-height: 1;
		color:#fff;
		letter-spacing: 0.2rem;
		font-feature-settings: 'palt';
		background:#333333;
		padding: 10px 18px 14px;
		position:relative;
	}


	/* ============================================================
 	section 00
	==============================================================*/
	
	#sec00{
		width: 100%;
		padding: 100px 0;
	}

	#sec00 .wrapper{
		width:1010px;
		margin:0 auto;
	}

	#sec00 h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 600;
		font-size: 2.2rem;
		font-feature-settings: 'palt';
		letter-spacing: 0.3rem;
		color:#1699b0;
		line-height: 1.6;
		text-align:center;
		border-radius:100px;
		padding: 30px 200px 34px 0;
		margin: 0 0 40px;
		background:#f5f5f5 url("../img/ttl_bg.png") no-repeat right center;
		background-size:auto 100%;
	}

	#sec00 p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.5rem;
		font-feature-settings: 'palt';
		letter-spacing: 0.2rem;
		line-height: 2.0;
		padding: 0 40px;
		border-left:2px dotted #1699b0;
		border-right:2px dotted #1699b0;
	}

	
	
	/* ============================================================
 	section 01
	==============================================================*/
	
	#sec01{
		width: 100%;
		padding: 80px 0;
		background:#f6f6f6;
	}
	
	#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;
		line-height:1.4;
	}

	#sec01 h2 span.gaka{
		width: 140px;
		margin:0 auto;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 1.4rem;
		text-align: center;
		color:#1699b0;
		border:1px solid #1699b0;
		padding:2px 0 2px;
		display: block;
		font-weight: 500;
		border-radius:4px;
		letter-spacing: 0.1rem;
	}

	#sec01 h2 span.sb1{
		font-size: 3.4rem;
		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("/guidance/fhs/hn/img/img01.jpg") no-repeat top;
		background-size:cover;
	}

	#sec01 ul.key_list li:nth-child(2) a{
		background:url("/guidance/fhs/hn/img/img02.jpg") no-repeat top;
		background-size:cover;
	}

	#sec01 ul.key_list li:nth-child(3) a{
		background:url("/guidance/fhs/hn/img/img03.jpg") no-repeat top;
		background-size:cover;
	}

	#sec01 ul.key_list li:nth-child(4) a{
		background:url("/guidance/fhs/hn/img/img04.jpg") no-repeat top;
		background-size:cover;
	}

	#sec01 ul.key_list li:nth-child(5) a{
		background:url("/guidance/fhs/hn/img/img05.jpg") no-repeat top;
		background-size:cover;
	}

	#sec01 ul.key_list li:nth-child(6) a{
		background:url("/guidance/fhs/hn/img/img06.jpg") no-repeat top;
		background-size:cover;
	}

	#sec01 ul.key_list li:nth-child(7) a{
		background:url("/guidance/fhs/hn/img/img07.jpg") no-repeat top;
		background-size:cover;
	}

	#sec01 ul.key_list li:nth-child(8) a{
		background:url("/guidance/fhs/hn/img/img08.jpg") no-repeat top;
		background-size:cover;
	}

	#sec01 ul.key_list li:nth-child(9) a{
		background:url("/guidance/fhs/hn/img/img09.jpg") no-repeat top;
		background-size:cover;
	}

	#sec01 ul.key_list li:nth-child(10) a{
		background:url("/guidance/fhs/hn/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 .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: 520px;
		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;
        letter-spacing: 0.15rem;
        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);
	}
	


	/* ============================================================
 	section 02
	==============================================================*/
	
	#sec02{
		width: 100%;
		padding: 80px 0 10px;
	}
	
	#sec02 .wrapper{
		width: 1180px;
	}
	
	#sec02 h2{
		font-family: 'Barlow', sans-serif;
		font-weight: 400;
		font-size: 2.4rem;
		color: #000;
		font-feature-settings: 'palt';
		margin: 0 0 40px;
		letter-spacing:0.2rem;
		line-height:1.4;
		text-align:center;
	}

	#sec02 h2 span.gaka{
		width: 140px;
		margin:0 auto;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 1.4rem;
		text-align: center;
		color:#1699b0;
		border:1px solid #1699b0;
		padding:2px 0 2px;
		display: block;
		font-weight: 500;
		border-radius:4px;
		letter-spacing: 0.1rem;
	}

	#sec02 h2 span.sb1{
		font-size: 3.4rem;
		font-weight: 600;
	}
	#sec02 h2 span.sb2{
		font-weight: 600;
	}

	#sec02 li{
		display:flex;
		margin: 26px 0;
		gap:0 10px;
		justify-content: end;
	}

	#sec02 li:nth-child(2){
		justify-content:start;
	}

	#sec02 li .ill_box{
		line-height:0;
		width:330px;
	}

	#sec02 li .txt_wrap{
		width: 760px;
		display:flex;
	}

	#sec02 li:nth-child(2) .txt_wrap{
		order:2;
	}

	#sec02 li .txt_wrap .ttl_wrap{
		display:flex;
		background:#1699b0;
		width:340px;
		box-sizing:border-box;
		border-radius:8px 0 0 8px;
		position:relative;
	}

	#sec02 li .txt_wrap .ttl_wrap:before{
		content: "";
		display: block;
		width:24px;
		height:24px;
		background:#1699b0;
		position: absolute;
		top: 50%;
		right: -6px;
		transform:translate(0, -50%) rotate(-45deg);
		z-index: 10;
	}

	#sec02 li .txt_wrap .ttl_wrap h3{
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 2.2rem;
		font-weight: 500;
		text-align: left;
		line-height:1.4;
		font-feature-settings: 'palt';
		color:#fff;
		letter-spacing: 0.2rem;
		position:absolute;
		top: 48%;
		left: 110px;
		transform:translate(0,-50%)
	}

	#sec02 li .txt_wrap .ttl_wrap h3 span{
		display:inline-block;
		padding: 0 0 0 2px;
		transform:rotate(90deg);
	}


	#sec02 li .txt_wrap .ttl_wrap .point{
		font-family: 'Roboto', sans-serif;
		font-size: 2.4rem;
		font-weight: 600;
		text-align: center;
		line-height: 1;
		padding: 16px 18px 14px;
		border-radius: 30px 30px 0 30px;
		font-feature-settings: 'palt';
		color:#1699b0;
		background:#fff;
		letter-spacing: 0rem;
		position:absolute;
		top: 48%;
		left: 25px;
		transform:translate(0,-50%)
	}

	#sec02 li .txt_wrap .ttl_wrap .point span{
		display:block;
		font-weight: 500;
		font-size: 1.2rem;
	}

	#sec02 li .txt_wrap p{
		display:flex;
		background:#f5f5f5;
		border-top:1px solid #dcdddd;
		border-right:1px solid #dcdddd;
		border-bottom:1px solid #dcdddd;
		width: 420px;
		box-sizing:border-box;
		border-radius:0 8px 8px 0;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.45rem;
		font-feature-settings: 'palt';
		letter-spacing:0.1rem;
		line-height: 1.8;
		padding: 25px 38px;
		position:relative;
	}

	#sec02 li:nth-child(2) .txt_wrap p{
		/* padding: 39px 38px; */
	}

	/* ============================================================
 	section 03
	==============================================================*/
	
	#sec03{
		width: 100%;
		padding: 130px 0;
		background:url("/guidance/fhs/hn/img/sec03_bg.jpg") center;
		background-size:cover;
		position:relative;
	}

	#sec03:before{
		content: "";
		display: block;
		width:100vw;
		height: 200px;
		background: linear-gradient( to bottom,  #ffffff 1%, #ffffff00 75% );
		position: absolute;
		top:0;
		left:0;
	}

	#sec03:after{
		content: "";
		display: block;
		width:100vw;
		height: 200px;
		background: linear-gradient( to top,  #ffffff 1%, #ffffff00 75% );
		position: absolute;
		bottom:0;
		left:0;
	}
	
	#sec03 .wrapper{
		width: 970px;
	}
	
	#sec03 h2{
		font-family: 'Barlow', sans-serif;
		font-weight: 400;
		font-size: 2.4rem;
		color: #000;
		font-feature-settings: 'palt';
		margin: 0 0 40px;
		letter-spacing:0.2rem;
		line-height:1.4;
		text-align:center;
	}

	#sec03 h2 span.gaka{
		width: 140px;
		margin:0 auto;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 1.4rem;
		text-align: center;
		color:#1699b0;
		border:1px solid #1699b0;
		padding:2px 0 2px;
		display: block;
		font-weight: 500;
		border-radius:4px;
		letter-spacing: 0.1rem;
	}

	#sec03 h2 span.sb1{
		font-size: 3.6rem;
		font-weight: 600;
	}

	#sec03 li{
		border-left:1px solid #1699b0;
		margin:0 0 40px;
	}

	#sec03 h3{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 2.2rem;
		color: #1699b0;
		font-feature-settings: 'palt';
		padding: 0 0 0 20px;
		margin:0 0 15px;
		letter-spacing:0.1rem;
		line-height:1.4;
		border-left:6px solid #1699b0;
	}

	#sec03 h4{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 1.6rem;
		color: #1699b0;
		font-feature-settings: 'palt';
		padding: 12px 0 5px 24px;
		letter-spacing:0.1rem;
		line-height:1.4;
	}

	#sec03 p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.5rem;
		color: #000;
		font-feature-settings: 'palt';
		padding: 0 0 10px 26px;
		letter-spacing: 0.1rem;
		line-height:1.4;
	}

	/* ============================================================
 	section 04
	==============================================================*/
	
	#sec04{
		width: 100%;
		padding:0 0 80px 0;
		position:relative;
	}

	#sec04 .wrapper{
		width: 970px;
		border:1px solid #1699b0;
		border-radius:14px;
		overflow: hidden;
	}

	#sec04 .flex_wrap{
		display:flex;
		justify-content: space-between;
		padding: 0 34px 0 46px;
	}

	#sec04 .ttl_wrap{
		display:flex;
	}

	#sec04 .ttl_wrap h2{
		box-sizing:border-box;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.6rem;
		color: #fff;
		background:#1699b0;
		font-feature-settings: 'palt';
		letter-spacing:0.1rem;
		line-height: 1.5;
		width:230px;
		padding: 20px 0 14px;
		text-align:center;
	}

	#sec04 .ttl_wrap h2 span.sb1{
		font-weight: 800;
	}

	#sec04 .ttl_wrap h2 span.ss{
		display:block;
		font-size: 1.4rem;
	}

	#sec04 .ttl_wrap p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.3rem;
		color: #1699b0;
		font-feature-settings: 'palt';
		letter-spacing: 0.1rem;
		line-height: 1.6;
		background:#def0f5;
		box-sizing:border-box;
		padding: 22px 20px 24px;
		width: 740px;
	}

	#sec04 ul{
		padding: 40px 0;
		width: 50%;
	}

	#sec04 ul li{
		display:flex;
		margin:10px 0;
		justify-content: space-between;
	}

	#sec04 ul li h3{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 1.5rem;
		color: #1699b0;
		font-feature-settings: 'palt';
		letter-spacing: 0.1rem;
		line-height: 1.4;
		box-sizing:border-box;
		border:1px solid #1699b0;
		border-radius: 9px;
		padding: 6px 25px 8px 66px;
		width: 220px;
		position: relative;
	}

	#sec04 ul li h3.ll01{
		padding: 16px 25px 18px 66px;
	}
	

	#sec04 ul li h3:after{
		content: "\025bc";
		display: block;
		font-size: 1.3rem;
		color: #1699b0;
		position: absolute;
		top: 50%;
		right: -27px;
		transform:translate(0, -50%) rotate(-90deg);
	}

	#sec04 ul li h3 span{
		display:inline-block;
		font-family: 'Roboto', sans-serif;
		font-weight: 600;
		border-right:2px solid #1699b0;
		padding: 6px 17px 6px 0;
		top: 50%;
		left: 23px;
		transform: translate(0,-50%);
		/* margin:0 14px 0 0; */
		position: absolute;
	}

	#sec04 ul li p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.4rem;
		font-feature-settings: 'palt';
		letter-spacing: 0.1rem;
		line-height: 1.4;
		color: #333333;
		box-sizing:border-box;
		/* border-left:1px solid #1699b0; */
		/* border-right:1px solid #1699b0; */
		padding: 20px 16px 0 7px;
		width: 197px;
	}

	#sec04 ul li p.ll02{
		padding: 11px 16px 0 10px;
	}

	#sec04 ul li p.ll03{
		padding: 4px 16px 0 10px;
		line-height: 1.2;
	}
	
	

	
}



