
/*===============================================
　SP iPhone6以上（画面の横幅が761pxまで）
===============================================*/

@media (max-width:761px){
	
	/* ============================================================
 	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: 600px;
		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: 5vw;
	}

	#main_sec_wrap .txt_wrap:before{
		content: "";
		display: block;
		width: 56vw;
		height:290px;
		background:#1699b0bd;
		border-radius: 0 10px 10px 0;
		position: absolute;
		top: -30px;
		left: -5vw;
	}

	
	
	#main_sec_wrap .eng_txt{
		display: block;
		font-family: 'Roboto', sans-serif;
		font-weight: 400;
		font-size: 1.2rem;
		color:#fff;
		line-height:1.4;
		position:relative;
		letter-spacing:0.1rem;
		padding:0 0 5px;
	}

	#main_sec_wrap h1{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 300;
		font-size: 3.8rem;
		line-height: 1.1;
		color:#fff;
		letter-spacing: 0.2rem;
		font-feature-settings: 'palt';
		padding: 0 0 30px;
		position:relative;
	}

	#main_sec_wrap h1 span:first-child{
		font-weight: 500;
		
		display:block;
	}
	#main_sec_wrap h1 span:last-child{
		/* font-size: 1.4rem; */
		display: block;
		/* margin:0 0 0 6px; */
	}

	#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.4rem;
		line-height: 1;
		color:#fff;
		letter-spacing: 0.2rem;
		font-feature-settings: 'palt';
		background:#333333;
		padding: 10px 10px 12px;
		position:relative;
	}
	
	/* ============================================================
 	section 00
	==============================================================*/
	
	#sec00{
		width: 100%;
		padding: 100px 0;
		background: url("/guidance/fhs/hn/img/ttl_bg.png") no-repeat right top;
		background-size: 100% auto;
	}

	#sec00 .wrapper{
		/* width:1010px; */
		/* margin:0 auto; */
	}

	#sec00 h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 600;
		font-size: 2.0rem;
		font-feature-settings: 'palt';
		letter-spacing: 0.1rem;
		color:#1699b0;
		line-height: 1.6;
		text-align:center;
		/* border-radius:100px; */
		padding: 100px 0 20px 0;
	}

	#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 24px;
		border-left:2px dotted #1699b0;
		border-right:2px dotted #1699b0;
	}

	
	
	/* ============================================================
 	section 01
	==============================================================*/
	
	#sec01{
		width: 100%;
		padding: 60px 0 80px;
		background:#f6f6f6;
	}
	
	#sec01 .wrapper{
		text-align:center;
		padding: 0 4%;
	}
	
	#sec01 h2{
		font-family: 'Barlow', sans-serif;
		font-weight: 400;
		font-size: 2.2rem;
		color: #000;
		font-feature-settings: 'palt';
		margin: 0 0 40px;
		letter-spacing:0.2rem;
		line-height:1.4;
		text-align:center;
	}

	#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.0rem;
		font-weight: 600;
	}
	
	#sec01 ul.key_list{
		display:flex;
		flex-direction: column;
		flex-wrap:wrap;
		height: calc(300vw);
		padding: 0 0 40px;
	}

	#sec01 ul.key_list li{
		width: 46%;
		margin: 2%;
	}

	#sec01 ul.key_list li a{
		display:block;
		height: 54vw;
		border-radius:8px;
		box-sizing: border-box;
		padding: 22px 16px;
	}

	#sec01 ul.key_list li:first-child a,#sec01 ul.key_list li:last-child a{
		height: 64vw;
	}

	#sec01 ul.key_list li:nth-child(1){
		order:1;
	}

	#sec01 ul.key_list li:nth-child(2){
		order:6;
	}

	#sec01 ul.key_list li:nth-child(3){
		order:2;
	}

	#sec01 ul.key_list li:nth-child(4){
		order:7;
	}

	#sec01 ul.key_list li:nth-child(5){
		order:3;
	}

	#sec01 ul.key_list li:nth-child(6){
		order:8;
	}

	#sec01 ul.key_list li:nth-child(7){
		order:4;
	}

	#sec01 ul.key_list li:nth-child(8){
		order:9;
	}

	#sec01 ul.key_list li:nth-child(9){
		order:5;
	}

	#sec01 ul.key_list li:nth-child(10){
		order:10;
	}

	#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;
		white-space: nowrap;
		text-align: left;
		color:#fff;
		font-feature-settings: 'palt';
		letter-spacing: 0.2rem;
	}


	#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: 70vw;
		margin: 0 auto;
		padding: 12px 32px 14px 55px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 1.8rem;
		display: block;
		letter-spacing: 0.1em;
		text-align: center;
		color: #ffffff;
		white-space: nowrap;
		background: #94CCD8;
		border-radius: 50px;
		box-sizing: border-box;
		position: relative;
	}

	#sec01 .more_btn a span{
		display:inline-block;
		font-size: 1.2rem;
		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: 15vw;
		transform: translate(0, -50%);
	}

	
	
	/* ============================================================
 	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: 44%;
		left: 50%;
		transform:translate(-50%, -50%);
		opacity:0;
		width: 80vw;
		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;
        line-height: 1.4;
        color:#fff;
        padding: 0 0 12px;
    }
    
     #modal_win h3{
        font-family: 'Barlow', sans-serif;
        font-weight:500;
        font-size: 1.6rem;
        letter-spacing:0.1rem;
        line-height:1;
        padding:8px 0 9px;
        border-radius: 50px;
        text-align:center;
        background:#94CCD8;
        color:#fff;
        width: 48vw;
        margin:10px auto 20px;
    }

	#modal_win h3.c_mt{
        font-family: 'Noto Sans JP', sans-serif;
        font-weight:500;
        font-size: 1.5rem;
        margin:40px auto 20px;
    }
    
    #modal_win p{
        font-family: 'Noto Sans JP', sans-serif;
        font-weight:400;
        font-size: 1.5rem;
        text-align:left;
    }
    
    #modal_win .tw_wrap{
		width:100%;
		background: #fff;
		max-height: 60vh;
		overflow-y: scroll;
		padding: 50px 12% 60px;
		border-radius: 10px;
		box-sizing:border-box;
		}
    
    
	
	#modal_win ul > li{
		position:fixed;
		bottom: -32px;
		left: 50%;
		transform:translate(-50%, -50%);
	}
	#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;
	}
	
	/* ============================================================
 	section 02
	==============================================================*/
	
	#sec02{
		width: 100%;
		padding: 80px 0 0;
	}
	
	#sec02 .wrapper{
		/* width: 1180px; */
	}
	
	#sec02 h2{
		font-family: 'Barlow', sans-serif;
		font-weight: 400;
		font-size: 2.2rem;
		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.0rem;
		font-weight: 600;
	}
	#sec02 h2 span.sb2{
		font-weight: 600;
	}

	#sec02 li{
		/* display:flex; */
		margin: 0 0 60px;
		/* 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; */
		/* height: 106px; */
		box-sizing:border-box;
		border-radius: 8px;
		position:relative;
	}

	

	#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;
		padding: 14px 0 18px 114px;
		/* 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: 16px 20px;
		position:relative;
	}

	/* ============================================================
 	section 03
	==============================================================*/
	
	#sec03{
		width: 100%;
		padding: 80px 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.0rem;
		color: #000;
		font-feature-settings: 'palt';
		margin: 0 0 40px;
		letter-spacing: 0.1rem;
		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: 2.8rem;
		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.0rem;
		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.5rem;
		color: #1699b0;
		font-feature-settings: 'palt';
		padding: 20px 0 5px 22px;
		letter-spacing: 0rem;
		line-height:1.4;
	}

	#sec03 p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.4rem;
		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: 90vw; */
		border:1px solid #1699b0;
		border-radius:14px;
		overflow: hidden;
		margin: 0 5vw;
		padding: 0;
	}

	#sec04 .flex_wrap{
		padding: 40px 0 0;
	}

	#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: 12px 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: 0 10vw;
	}

	#sec04 ul li{
		/* display:flex; */
		/* margin:10px 0; */
		padding: 0 0 40px;
		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: 8px 25px 8px 78px;
		/* width: 230px; */
		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;
		bottom: -12px;
		left: 50%;
		transform: translate(-50%,0);
	}

	#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: 26px;
		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;
		text-align: center;
		box-sizing:border-box;
		/* border-left:1px solid #1699b0; */
		/* border-right:1px solid #1699b0; */
		padding: 17px 8px 0;
		/* width: 610px; */
	}

	#sec04 ul li:nth-child(4) p{
		/* padding: 6px 16px 0; */
	}


	
}



/*===============================================
　SP iPhone5サイズ対応　画面の横幅が350pxまで▼▼▼▼▼
===============================================*/

@media (max-width:349px) {
	
}

/*===============================================
　SP iPhone Plus サイズ対応　画面の横幅が415pxまで▼▼▼▼▼
===============================================*/

@media (min-width: 413px) and (max-width: 761px) {
	
}

