@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@font-face{font-family:'Pixel12';src:url('../font/PixelMplus12-Regular.ttf') format('truetype');font-weight: normal;font-style: normal; }
@font-face{font-family:'Pixel12';src:url('../font/PixelMplus12-Bold.ttf') format('truetype');font-weight: bold;font-style: normal;}
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');

.wrap
{
    overflow: hidden;
}
/*
font-family: futura-pt, sans-serif;
font-weight: 500;
font-style: normal;

font-family: futura-pt, sans-serif;
font-weight: 600;
font-style: italic;

*/
/* http://meyerweb.com/eric/tools/css/reset/
 *    v2.0 | 20110126
 *       License: none (public domain)
 *       */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}



*, *:before, *:after
{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

div,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

a{
    text-decoration: none!important;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    color: inherit;
	display: block;
}

/************************************/



body{font-family: 'Montserrat','Zen Kaku Gothic New','Noto Sans JP', YuGothic,'Yu Gothic','Arial','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic', sans-serif;
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 550px){
body{
    font-family: 'Montserrat','Zen Kaku Gothic New','Noto Sans JP', YuGothic,'Yu Gothic','Arial','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic', sans-serif;
    margin: 0;
    padding: 0;
	}
}

.wrap-width{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
.over-width{width:100%;}
.edi{margin:0 10px;}
.frame-margin{margin: 30px 0;}
.ten-width{max-width:1000px;margin:0 auto;}
.eleven-width{max-width:1100px;margin:0 auto;}
.eight-width{max-width:800px;margin:0 auto;}

@media screen and (max-width: 500px){
.sp-none
	{
		display: none;
	}
}
@media screen and (min-width: 500px){
.pc-none
	{
		display: none;
	}
}
.other{color: #006DEF;}
.red{ background-color:crimson;}
.blue{ background-color:cornflowerblue;}
.antiquewhite{background-color:antiquewhite;}
.yellow{background-color: lemonchiffon;}

/**********************************/

/**********************************/

header
{
	position:relative;
}
.ni-logo{

}
.ni-logo a{
	display:block;
	background: yellow;
	background:url("../img/NI-logo.png") no-repeat;
	background-size:contain;
	width: 280px;
	height:60px;
	margin:12px 0 0 10px;
}

section
{
	padding:10px;
}
/**********************************/

/**********************************/
/**********************************/
/* メニューのスタイル */
.menu {
  position: fixed;
  top: 70px;
  right: -100%; /* 初期状態では画面の外に隠れている */
  width: 100%;
  height: 100%;
  color: #333;
  transition: right 0.3s ease; /* スライドインのアニメーション */
  padding: 20px;
  box-sizing: border-box;
  z-index: 888;
	background: #eee;
}

/* メニューが開いているとき */
.menu.open {
  right: 0;
}

/* メニューアコーディオン */


/*ベース*/
.toggle {
	display: none;
}
ul.menu-ul-sp>li{		
	display: block;
	color: #777;
	background:#eee;
}
ul.menu-ul-sp>li>a,
li.menu-li-sp a{
    display: block;
    height: 100%;
    width: 100%
}

/* メニューリスト幅 */
li.menu-li-sp-home,Label,
li.menu-li-sp
{
	border-bottom:solid 1px #777;
	padding: 15px 0 15px 10px;
}

li.menu-li-sp-home:active,Label:active,
li.menu-li-sp:active
{
	border:dashed 2px #aaa;
	background: #dedede;
}

li.menu-li-sp-home:hover,Label:hover,
li.menu-li-sp:hover
{
	border:dashed 2px #aaa;
	background: #dedede;
}


.Label {		
	display: block;
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #aaa;
	border-right: 2px solid #aaa;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.menu-content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}




.menu-content {		/*本文*/
	height: 0;
	margin-bottom:0px;
	padding:0 0 0 20px;
	overflow: hidden;
}
.toggle:checked + .Label + .menu-content {	/*開閉時*/
	height: auto;
	padding:　0;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}




/* ボタンのスタイル */
.hamburger {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 48px;
height: 46px;
  cursor: pointer;
  z-index: 999;
  background: #fff;
  padding:3px;

}
/* ハンバーガーの線 */
.hamburger span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: #333;
  margin: 8px 0;
  transition: 0.4s;
}

/* バツ印に変化するスタイル */
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(8px, -8px);
}




/**********************************/

/*******トップキービジュアル***************************/

.key-visual
{
	background:linear-gradient(rgba(0,0,0,0.15),rgba(0,0,0,0.15)),url("../img/TOP.jpg")no-repeat;
	background-size: cover;
	background-position:center;
	width:100%;
	height:400px;
	display:flex;
 	align-items:flex-end;
	 position: relative;
	 z-index: 0;
}



.key-visual-message
{
	vertical-align: middle;
	font-size:calc((100vw - 320px) / 140 + 60px);
	margin-left:0px;
	font-weight:600;
	letter-spacing: -5px;
	padding:0;
	margin:0;
	line-height:85px;
	/*text-shadow: 0px 0px 1px #222;*/
	font-style: italic;
	transform: scale(1,1.4);
	position:relative;
		color:white;
}

.key-visual-message:before
{
		color:#aaa;
	vertical-align: middle;
	font-size:calc((100vw - 320px) / 140 + 60px);
	margin-left:0px;
	font-weight:600;
	letter-spacing: -5px;
	padding:0;
	margin:0;
	line-height:85px;
	/*text-shadow: 0px 0px 1px #222;*/
	font-style: italic;
	transform: scale(1,1.3);
	position:absolute;
}


.key-visual-message span
{

	/*background:linear-gradient(transparent 20%, #fff 20%);*/
	display:inline-block;
		padding:0;
	margin:0;
}


.top-first-message{
	backgrund:white;
	height: 300px;
	max-width: 800px;
	margin: 10px auto;
	padding-top: 0px;
	
}
.top-first-message h4{width:500px;margin:0 auto;padding-top:60px;text-align:center;font-size:30px;font-weight: bold;line-height:28px;}
.top-first-message p{width:700px;margin:20px auto;line-height:30px;text-align: center;}



@media screen and (max-width: 450px){

.key-visual-message
{
	vertical-align: middle;
	font-size:52px;
	margin-left:0px;
	font-weight:600;
	letter-spacing: -5px;
	padding:0;
	margin:0;
	line-height:67px;
	/*text-shadow: 0px 0px 1px #222;*/
}
}

@media screen and (max-width: 500px){
.top-first-message{
	backgrund:white;
	height: 300px;
	max-width: 800px;
	margin: 10px auto;
	padding-top: 0px;
}
.top-first-message h4{width:100%;text-align:center;font-size:25px;font-weight: bold;line-height:28px;}
.top-first-message p{width:100%;margin:20px auto;line-height:30px;}
}


/**********************************/
.contents-container{
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin: 2em auto;
    max-width: 960px;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.contents-box
{
	margin: 0.5em auto;
    padding: 0;
    width: 92vw;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}


.contents-container div.contents-box-img{
	width:100%; height:130px;
	background-size: cover;
}
.contents-box div.contents-box-text{margin:10px;padding-bottom:20px;width:100%}

@media all and (min-width: 400px) {
	.contents-container div.contents-box-img{
	height:130px;
	}
}

@media all and (min-width: 600px) {
    .contents-box {
        width: calc(92vw / 2); /* 100%幅を2で割るという指定 */
    }
	.contents-container div.contents-box-img{
	height:180px;
	}
}
@media all and (min-width: 700px) {

.contents-box{
	width: calc(90vw / 3);/* 100%幅を3で割るという指定 */
    }
	/* 最後の行が3列より少ない場合左寄せにレイアウトさせる */
    .contents-box::after{
        content: "";
        display: block;
        width: calc(90vw / 3);
    }
	.contents-container div.contents-box-img{
	height:150px;
	}
}
@media all and (min-width: 950px) {

.contents-box{
	width: 300px;/* 100%幅を3で割るという指定 */
    }
	/* 最後の行が3列より少ない場合左寄せにレイアウトさせる */
    .contents-box::after{
        content: "";
        display: block;
        width: 300px;
    }
	.contents-container div.contents-box-img{
	height:180px;
	}
}

/**********************************/


/**********************************/
.container-items
{
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin: 2em auto;
    max-width: 960px;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.card-list {
    margin: 0.5em auto;
    padding: 0;
    width: 96%;
    background: #f0f0f0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}
.card-list
{
	background: #fff;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}
/* 画面幅768px以上の場合カードレイアウトを2カラムで配置 */
@media all and (min-width: 768px) {
    .card-list {
        margin: 0.5em 0;
        width: calc(96% / 2); /* 100%幅を2で割るという指定 */
    }
}

/* 画面幅992px以上の場合カードレイアウトを3カラムで配置 */
@media all and (min-width: 992px) {
    .card-list {
        width: calc(96% / 3);/* 100%幅を3で割るという指定 */
    }
    
/* 最後の行が3列より少ない場合左寄せにレイアウトさせる */
    .container-items::after{
        content: "";
        display: block;
        width: calc(96% / 3);
    }
}
/* カードレイアウトを1カラムで配置 */
.container-items div.card-list-img
{
	width:100%; height:150px;
	background: #888;
	background-size: cover;
	background-position:center;
}
.card-list div.card-list-text
{margin:10px;}
/* カードレイアウトの説明文部分 */
.card-list-text {
    margin: 0;
    padding: 1em;
    color: #818181;
}

.card-list div.card-list-text h2{font-size: 20px;margin-bottom:10px;}
.card-list div.card-list-text p{font-size:16px;margin-bottom:9px;}
.card-list div.card-list-text a{text-decoration: underline!important;color:#006DEF;}


/**********************************/
.top-recruit{
	
	height:350px;
	padding:10px 20px;
	margin-top:20px;
	margin-bottom: 40px;

	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.newgraduate{background: #888;
	background-size: cover;
	background-position:center;}/**新卒背景**/
.career{background: #888;
	background-size: cover;
	background-position:center;}/**中途背景**/

.top-recruit-title{
	width: calc(180px + 10vw);
	height: calc(180px + 3vw);
	background: rgba(255,255,255,0.95);
	margin-right:calc(30px + 4vw);
	padding:20px;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
@media screen and (max-width: 550px){
	.top-recruit{
	
	height:210px;
	padding:10px 20px;
	margin-top:20px;
	margin-bottom: 40px;

	display: flex;
	align-items: center;
	justify-content: flex-end;
}
	.top-recruit-title{
	width:150px;
	height: 100px;
	background: rgba(255,255,255,0.95);
	margin-right:4vw;
	margin-bottom: 0px;
	padding:20px;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
}

/**********************************/
div.contents-box-text h2,
div.top-recruit-title h2{margin-bottom:3px;font-size: 24px;}
div.contents-box-text p,
div.top-recruit-title p{margin-left:18px;color:#006DEF;}

@media screen and (max-width: 767px){
	div.contents-box-text h2,
	div.top-recruit-title h2{margin-bottom:3px;font-size: 18px;}
	div.contents-box-text p,
	div.top-recruit-title p{margin-left:10px;color:#006DEF;font-size: 14px;}
}

/**********************************/
/****フッター******************************/
.f-before {height:250px;}
.f-before h5{font-size: 23px;}
.f-before a{font-size: 18px;color:#006DEF;margin-right:30px;text-decoration:underline!important;}

/**********************************/
.f-container{
	background-color: #dbdbdb;
  background-image: linear-gradient(90deg, #c5c5c580 2px, transparent 2px), linear-gradient(#c5c5c580 2px, transparent 2px);
  background-position: 10px 10px;
  background-size: 18px 18px;
	
}
.f-container a{color:#006DEF;}
.f-container div{position:relative;text-align: center;display:flex;flex-direction: column;align-items: center;font-size:10px;}
.f-container section{height:250px;text-align: left;}
.f-container small{bottom: 0;width:100%;font-size:10px;}
.f-official-site{width:300px;height:80px;background:white;background:url(../img/NI-logo-footer.png) no-repeat;background-size:95%;background-position:center;border:solid 1px #aaa;padding:10px;margin:20px 0;}
/**********************************/
/**********************************/

/**********************************/
/******各ページTOP写真***************/
.faq-top{
	background:linear-gradient(rgba(255,255,255,0.4),rgba(255,255,255,0.4)),url("../img/TOP.jpg")no-repeat;
	background-size:cover;
	background-position:center;
	width:100%;
	height:100%;
}

.students-top{
	background:linear-gradient(rgba(0,0,0,0.35),rgba(0,0,0,0.35)),url("../img/b-students.jpg")no-repeat;
	background-size:cover;
	background-position:center;
	
}

.career-top{
	background:linear-gradient(rgba(0,0,0,0.35),rgba(0,0,0,0.35)),url("../img/b-career.jpg")no-repeat;
	background-size:cover;
	background-position:top;

}

.benefit-top{
	background:url("../img/b-benefit.jpg")no-repeat;
	background-size:cover;
	background-position:top;
}
.interview-top{
	background:url("../img/inttop.jpg")no-repeat;
	background-size:cover;
	background-position:center;
}
.number-top{
	background:url("../img/number-top.jpg")no-repeat;
	background-size:cover;
	background-position:top;
}




.entry-fix{
	position:fixed;
	bottom: 20px;
	right: 10px;
	background:url("../img/banner-entry-fix.png")no-repeat;
	background-size: contain;
	background-position:center;
	width: 180px;
	height:60px;
	z-index:999;
}