
ul, ol, dl, dd { 
	padding: 0;
	margin: 0;
	list-style: none
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
p {
	margin: 0;
	padding: 0;
	text-align: justify;
}
table{
	border-collapse: collapse;
  	border-spacing: 0;
}
img {
	margin: 0;
	padding: 0;
	vertical-align: text-bottom;
	width: 100%;
	height: auto;
}
a img {
	border: none;
}
a:link {
	color: #222222;
	text-decoration: none !important;
}
a:visited {
	color: #222222;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
hr {
	clear: both;
	display: none;
}
.cf:before, .cf:after {
	content: " ";
	display: table
}
.cf:after {
	clear: both
}
.cf {
*zoom:1
}

header, section, footer, aside, article, figure {
	display: block;
}


/*********   layout  ************/

body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 1.8;
	color: #555555;
	overflow-x: hidden;
}





/*========================================================================
//
// Ã¥â€¦Â±Ã©â‚¬Å¡Ã¯Â¼Ë†Ã£Æ’â€¢Ã£â€šÂ©Ã£Æ’Â³Ã£Æ’Ë†Ã£â€šÂµÃ£â€šÂ¤Ã£â€šÂºÃ£ÂÂªÃ£ÂÂ©Ã¯Â¼â€°
//
//========================================================================*/


@media (min-width: 762px) {
	html, body {
		height: 100%;
		position: relative;
		font-size: 10px;
	}
	
	.wrapper {
		width: 1000px;
		margin: 0 auto;
		position: relative;
	}
	
	.sp_contents {
		display: none;
	}
}



/*========================================================================
//
// Ã£Æ’ËœÃ£Æ’Æ’Ã£Æ’â‚¬Ã£Æ’Â¼Ã©â€“Â¢Ã©â‚¬Â£
//
//========================================================================*/


/*********  PC ************/

@media (min-width: 762px) {

	#ghead{
		position: fixed;
		left:0;
		top:0;
		width:100%;
		z-index:900;
		background-color: #fff;
		height: 91px;
	}
	
	#ci_wrap{
		/* width: 100%; */
		position: absolute;
		left: 0;
		top: 30px;
	}
	
	#ci {
		margin: 12px 10px 0px 30px;
	}

	#ci a{
		display: flex;
	}

	#ci_top_wrap{
		background-color: #f9bc46;
		color: #fff;
		text-align:center;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.3rem;
		width:100%;
		padding:2px 0;
		height: 28px;
		box-sizing: border-box;
	}	#ci a p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.6rem;
		color: #195386;
		letter-spacing:1px;
		line-height:160%;
		padding:5px 0 0 30px;
		transition: all 0.4s cubic-bezier(0.03, 0.36, 0.18, 1) 0s;
	}

	#ci a p{
		color: #195386;
	}

	#ci_mark{
		width: 297px;
		transition: all 0.4s cubic-bezier(0.03, 0.36, 0.18, 1) 0s;
	}
    
    header{
		transition: all 0.4s cubic-bezier(0.03, 0.36, 0.18, 1) 0s;
	}

	header.fix{
		background: rgb(255 255 255 / 80%);
		box-shadow: 0 0 10px 10px rgb(0,30,50,0.2);
	}
    /* 
	header.fix #ci_mark{
		width:220px;
	}
	*/

	header.fix #ci a p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.4rem;
		color: #003c77;
		letter-spacing:1px;
		line-height:140%;
		padding:0 0 0 20px;
	}
	
	
	/* head_navi_wrap ------------------ */
	.head_navi_wrap{
		display: flex;
		justify-content: end;
		height: 63px;
	}
	
	/* head_r_navi start------------------ */

	#head_r_navi{
		display: flex;
		align-items: center;
		padding-right: 15px;
		margin-left: calc(25 / 1600 * 100vw);
	}

	.head_r_navi_ul{
		display: flex;
	}
	.head_r_navi_ul li:nth-child(n+2){
		margin-left: 10px;
	}
	/* 
	header.fix #head_r_navi{
		top:16px;
	}*/

	#head_r_navi li a{
		display:block;
		color:#fff;
		padding: 4px 25px 5px 14px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 300;
		font-size: 1.3rem;
		letter-spacing: 1px;
		position:relative;
	}

	#head_r_navi li a:after{
		content: "";
		display: block;
		width: 6px;
		height:6px;
		border-right:solid 1px #fff;
		border-bottom:solid 1px #fff;
		position: absolute;
		top: 50%;
		left: 89%;
		transform:translate(-50%, -50%) rotate(-45deg);
	}


	#head_r_navi li{
		border-radius:20px;
		position:relative;
		overflow:hidden;
	}
	#head_r_navi .head_r_navi_li.ptn01{
		background: linear-gradient( to right,  #ff9600 25%, #f8b918 75% );
	}
	#head_r_navi .head_r_navi_li.ptn02{
		background: linear-gradient( to right,  #28679e 25%, #5aa5a1 75% );
	}

    #head_r_navi li:before{
		content: "";
		display: block;
		width: 0;
		height:100%;
		background:#ef821e;
		position: absolute;
		top: 0;
		left: 0;
		z-index:0;
		transition: all 0.4s cubic-bezier(0, 0, 0.01, 1.07) 0s;
	}
	#head_r_navi .head_r_navi_li.ptn01:before{
		background:#ef821e;
	}
	#head_r_navi .head_r_navi_li.ptn02:before{
		background:#459bd2;
	}

	#head_r_navi li:hover:before{
		width: 100%;
	}
	
	/* head_r_navi end------------------ */
	
	
	/* head_navi start------------------ */
	
    /* cace second start */
	#head_navi{
		display: flex;
		align-items: center;
	}
	
	#head_navi > ul{
		/* width: calc(48vw); */
		max-width: calc(100vw - 650px);
		display: flex;
		justify-content:space-between;
	}
	
	#head_navi > ul > li{
		position: relative;
	}
	#head_navi > ul > li:nth-child(n+2){
		margin-left: calc(25 / 1600 * 100vw);
	}
	
	#head_navi > ul > li > a{
		display: block;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.4rem;
		color: #000000;
		letter-spacing: 2px;
		padding: 12px 2px 14px;
		position:relative;
	}

	#head_navi > ul > li > a{
		color: #000;
	}

	#head_navi > ul > li > a:before,
	#head_navi > ul > li > a:after{
		content: "";
		display: block;
		width: 0;
		height: 1px;
		background: #000000;
		position: absolute;
		bottom: 11px;
		left: 50%;
		transform:translate(-50%, -50%);
		transition: all 0.4s cubic-bezier(0.03, 0.36, 0.18, 1) 0s;
	}

	#head_navi > ul > li > a:before,
	#head_navi > ul > li > a:after{
		background: #000000;
	}

	#head_navi > ul > li.uline > a:hover:before,
	#head_navi > ul > li.uline > a:hover:after{
		width: 100%;
	}

	/* 
	header.fix #head_navi{
		top:14px;
	}

	header.fix #head_navi > ul > li > a{
		color: #000000;
	}

	header.fix #head_navi > ul > li > a:before,
	header.fix #head_navi > ul > li > a:after{
		background: #000000;
	}
    */

	/* activ set */
	
    .home #head_navi > ul > li:nth-child(1) > a:before,
	.home #head_navi > ul > li:nth-child(1) > a:after{
		width: 100%;
	}
	
    .welfare #head_navi > ul > li:nth-child(2) > a:before,
	.welfare #head_navi > ul > li:nth-child(2) > a:after{
		width: 100%;
	}
	
	.interview #head_navi > ul > li:nth-child(3) > a:before,
	.interview #head_navi > ul > li:nth-child(3) > a:after{
		width: 100%;
	}
    
    .search #head_navi > ul > li:nth-child(4) > a:before,
	.search #head_navi > ul > li:nth-child(4) > a:after{
		width: 100%;
	}
	

	/* cace second end */
	
	
	
	/* sec start */
	
	#head_navi .sec_con{
		width: 140px;
		margin: 16px 0 0;
		opacity:0;
		position: absolute;
		top: 10px;
		left: 50%;
		transform: translate(-50%, 0);
	}

	#head_navi > ul > li.sec_li{
		overflow:hidden;
	}
	#head_navi > ul > li.sec_li:hover{
		overflow:visible;
	}
	
	#head_navi > ul > li.sec_li:hover div.sec_con{
		transition: all 0.4s cubic-bezier(0.03, 0.36, 0.18, 1) 0s;
		transform: translate(-50%, 20px);
		opacity:1;
	}
	
	#head_navi .sec_con ul{
		background:linear-gradient(#e4e9ef, #fff);
		position:relative;
		border-radius:6px;
		padding:10px 0;
		box-shadow: 0 0 16px 4px rgba(0,0,0,0.2);

	}

	#head_navi .sec_con ul:before{
		content: "";
		display: block;
		width: 10px;
		height:10px;
		background:#e4e9ef;
		position: absolute;
		top: -4px;
		left: 50%;
		transform:translate(-50%, 0) rotate(-45deg);
	}

	#head_navi .sec_con li{
		margin: 10px 0;
		text-align: center;
	}

	#head_navi .sec_con a{
		display: inline-block;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.4rem;
		text-align:center;
		color: #ff9600;
		position:relative;
	}

	#head_navi .sec_con a:before,
	#head_navi .sec_con a:after{
		content: "";
		display: block;
		width: 0;
		height: 2px;
		background:#ff9600;
		position: absolute;
		bottom: -2px;
		left: 50%;
		transform:translate(-50%, -50%);
		transition: all 0.4s cubic-bezier(0.03, 0.36, 0.18, 1) 0s;
	}

	#head_navi .sec_con a:hover:before,
	#head_navi .sec_con a:hover:after{
		width: 100%;
	}

	/* head_navi start ------------------ */


    /* entry_navi start ------------------ */

	#entry_navi{
		position:fixed;
		right:20px;
		bottom:20px;
	}

	#entry_navi li{
		width:124px;
		height:124px;
		border-radius:50%;
		position:relative;
		background: linear-gradient( to right,  #ff9600 25%, #f7b817 75% );
		transition: all 0.5s cubic-bezier(0.47, 0.16, 0.18, 1.87) 0s;
	}

	#entry_navi li a{
		display:block;
		font-family: 'Roboto', sans-serif;
		font-weight: 500;
		font-size:2.4rem;
		padding: 40px 0;
		letter-spacing: 1px;
		text-indent: 4px;
		color:#fff;

		text-align:center;
	}

	#entry_navi li:hover{
		transform: scale(1.1);
	}

	

	/* entry_navi start ------------------ */


}






/*========================================================================
//
// Ã£Æ’â€¢Ã£Æ’Æ’Ã£â€šÂ¿Ã£Æ’Â¼Ã©â€“Â¢Ã©â‚¬Â£
//
//========================================================================*/


/*********  PC ************/

@media (min-width: 762px) {
	
	footer{
		background:#fff;
	}
	
	/* f_site_map start */
	#f_site_map{
		background: #e6e6e6;
		padding:80px 0;
	}

	#f_site_map ul{
		width:830px;
		margin:0 auto;
		display: flex;
        justify-content:space-between;
	}

	#f_site_map ul a{
		display:inline-block;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:400;
		font-size: 1.8rem;
		letter-spacing:0.1rem;
		line-height:100%;
		padding:30px 0 32px;
		border-radius:50px;
		color:#fff;
		text-align:center;
		width:390px;
		box-shadow: 14px 20px 20px 0 rgba(16,36,71,0.2);
		background: linear-gradient( to right,  #013d78 25%, #27669e 75% );
		transition: all 0.5s cubic-bezier(0, 0, 0.31, 1.66) 0s;
	}

	#f_site_map ul li:last-child a{
		background: linear-gradient( to right,  #27669e 25%, #5ba5a1 75% );
	}

	#f_site_map ul a:hover{
		transform: scale(1.1);
	}
	

    /* f_copyright_wrap start */
    #f_copyright_wrap{
    	background: #ffffff;
    	padding: 30px 0 100px;
    }

    #f_copyright_wrap #foot_ci{
    	width:48px;
    	margin: 0 auto 8px;
    }

    #f_copyright_wrap p{
    	font-family: 'Noto Sans JP', sans-serif;
    	font-weight: 400;
    	letter-spacing:0.1em;
    	font-size: 1.1rem;
    	color: #000;
    	text-align:center;
    }

   

}



/*========================================================================
//
// GDPR Cookie
//
//========================================================================*/

/*********  PC ************/

@media (min-width: 762px) {
	.g-gdpr {
        width: 100%;
        padding: 30px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgba(0,0,0,1);
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 10000;
        backdrop-filter: blur(15px);
        transition: 1s;
        transform: translateY(100%);
        animation: anime-gdpr 1s both;
    }
    
    .is-gdpr_off .g-gdpr {
        animation: anime-gdpr_off 1s both;
    }
    
    .g-gdpr__text {
        color: #cacaca;
        text-shadow: 0 0 3px #000;
        padding: 0 30px 0 0;
        font-size: 1.5rem;
    }

    .g-gdpr__text a {
        color: #85b9d0;
        text-decoration: underline !important;
        padding: 0 .15em;
        display: inline-block;
    }

    .g-gdpr__text a:hover {
        text-decoration: none;
    }

    a.g-gdpr__button {
        color: #fff;
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        padding: 1em 2em 1em 2em;
        display: block;
        background: #436cbf;
        border: 1px solid #fff;
        transition: .2s;
        cursor: pointer;
    }

    a.g-gdpr__button:hover {
        opacity: .8;
    }
}


@keyframes anime-gdpr {
	0% {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(0);
	}
}

@keyframes anime-gdpr_off {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: transla