@charset "UTF-8";

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, font, 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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1.2em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Noto Sans JP', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
  height: auto;
}
a,
a:link {
	color: #0B2E3E;
	text-decoration: none;
}
a:visited {
	color: #0B2E3E;
}
a:hover {
	color: #0B2E3E;
}
a:active {
	color: #0B2E3E;
}
.en01 {
	font-family: 'Open Sans Condensed', sans-serif !important;
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexa,.flexb,.flexc {display: flex;flex-wrap: wrap;}
.flexa {justify-content: space-around;}
.flexb {justify-content: space-between;}
.flexc {justify-content: center;}


/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
body.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
#CONTAINER {
	padding-top: 71px;
	text-align: left;
}
#MAIN {
	padding-bottom: 200px;
}

a {
	transition: all 0.15s ease;
}
a:hover {
	opacity: 0.7;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
.en {
    font-family: 'Rubik', sans-serif;
}

@media all and (min-width: 961px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 960px) {
	body {
		min-width: inherit;
		font-size: 1.2rem;
	}
	#CONTAINER {
		padding-top: 64px;
	}
	#MAIN {
		padding-bottom: 75px;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}


/* アニメーション設定（スクロールに合わせて要素を表示） */
.scr-target {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
}
.scr-target.is-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 1s;
}


/*見出し*/
h1{ /*　紺色太字（大）　*/
  font-size: 30px;
  font-family: "M PLUS Rounded 1c";
  font-weight: bold;
  color: #0B2E3E;
  padding-bottom: 20px;
}
h2 { /*　文字の左側に青線　*/
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #0B2E3E;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #2DB9F9;/*左線*/
  font-size: 19px;
  font-family: "M PLUS Rounded 1c";
}
h3{ /*　画面真ん中：灰色太字　*/
  text-align: center;
  font-weight: 1000;
  font-size: 20px;
  height: 5em;
  color: #3c3c3c;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
h4{ /*　紺地に白字　*/
  text-align: center;
  background-color: #0B2E3E;
  color: #fff;
  font-family: "M PLUS Rounded 1c";
  padding: 30px;
  margin: 70px 0 50px 0;
  font-size: 30px;
}
h6 { /*　灰色文字　*/
  width: 100%;
  font-size: 14px;
  letter-spacing: .07em;
  line-height: 1.6;
  word-break: break-all; /*　枠内に収める　*/
  color: #3b3b3b;
  text-align: left;
  font-weight: 500;
}
h7 { /*　下赤線　*/
  position: relative;
  text-align: center;
  font-size: 30px;
  font-family: "M PLUS Rounded 1c";
  font-weight: bold;
  color: #0B2E3E;
  padding-bottom: 20px;
}
h7:before {
  position: absolute;
  bottom: -5px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #F98595;
}
h8 { /*　灰色文字　*/
  margin: 13px 0 0 0;
  width: 100%;
  font-size: 15px;
  letter-spacing: .08em;
  line-height: 1.6;
  word-break: break-all; /*　枠内に収める　*/
  color: #3b3b3b;
  text-align: left;
  font-weight: 500;
}

@media screen and (max-width: 960px) {
  h1{
    font-size: 25px;
    padding-bottom: 15px;
  }
  h3{
    font-size:5vw;
    height: 4em;
  }
  h4{
    font-size: 25px;
    padding: 20px;
    margin: 70px 0 30px 0;
  }
  h6{
    font-size: 14px; 
    flex-wrap: wrap; /*　範囲内で折り返す　*/
  }
  h8{
    font-size: 14px;
  }
}

.ng_title{ /*　タイトル余白　*/
  padding-top: 120px;
  text-align: center;
}
.ng_title_middle{ /*　画面中央タイトル余白　*/
  padding-top: 120px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .ng_title_middle{
    padding-top: 80px;
  }
}



/*　上に戻るボタン　*/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 50px;
  background: #2DB9F9;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 33px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*　上に戻るボタンここまで　*/




/*メニューボタンスタイル（会社を知る・働く仲間たち）*/
section.articleGroup {
  margin-bottom: 60px;
  padding: 40px 0; }
  @media screen and (max-width: 960px) {
    section.articleGroup {
      margin-bottom: 10px;
      border-radius: 0px;
      padding: 15px 0; } }
 
  section.articleGroup .articleList > li {
    width: 33%;
    margin: 16px 0;
    padding-left: 20px;
    position: relative;
    min-height: 80px;
    background-color: #FFF;
    -webkit-box-shadow: 0 0px 0.3px rgba(0, 0, 0, 0.022), 0 0px 0.8px rgba(0, 0, 0, 0.031), 0 0px 1.6px rgba(0, 0, 0, 0.039), 0 0px 3.3px rgba(0, 0, 0, 0.048), 0 0px 14px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 0.3px rgba(0, 0, 0, 0.022), 0 0px 0.8px rgba(0, 0, 0, 0.031), 0 0px 1.6px rgba(0, 0, 0, 0.039), 0 0px 3.3px rgba(0, 0, 0, 0.048), 0 0px 14px rgba(0, 0, 0, 0.1); }
    @media screen and (max-width: 960px) {
      section.articleGroup .articleList > li {
        display: block;
        width: auto; } }
  section.articleGroup .articleList a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px;
    height: 80px; }
    section.articleGroup .articleList a::before {
      content: "";
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: absolute;
      top: calc(50% - 12px);
      right: 18px;
      width: 22px;
      height: 22px;
      border-radius: 50%;
      background: #2DB9F9;
      z-index: 1;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
    section.articleGroup .articleList a::after {
      content: "";
      position: absolute;
      top: calc(50% - 5px);
      right: 26px;
      width: 6px;
      height: 6px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      z-index: 2;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
    @media screen and (max-width: 960px) {
      section.articleGroup .articleList a {
        padding: 4px 10px 4px 0; } }
    section.articleGroup .articleList a .title {
      line-height: 1.6;
      font-size: 16px;
      display: block; }
      @media screen and (max-width: 960px) {
        section.articleGroup .articleList a .title {
          line-height: 1.6;
          font-size: 14px;
          font-weight: 500; } }


section.articleGroup {
  padding: 5px 16px; } /* 写真とメニューボタンの外枠 */
  @media screen and (max-width: 960px) {
    section.articleGroup {
      padding: 10px 16px; } } /* 写真とメニューボタンの外枠 */


section.articleGroup {
  max-width: 1100px;
  margin: 0 auto; }
section.articleGroup .img {
  height: 400px;
  background-position: center center;
  background-size: cover;
  margin-bottom: 20px; }
  @media screen and (max-width: 960px) {
    section.articleGroup .img {
      height: 160px; } }

/*メニューボタンスタイル（会社を知る・働く仲間たち）ここまで*/


/*section .articleList li.back a,
articleGroup.mini .articleList li.back a {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

section .articleList li.back ::before,
articleGroup.mini .articleList li.back ::before {
  left: -5px; }

section .articleList li.back ::after,
articleGroup.mini .articleList li.back ::after {
  left: 4px;
  -webkit-transform: rotate(225deg) !important;
  -ms-transform: rotate(225deg) !important;
  transform: rotate(225deg) !important; } */




/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#HEADER {
  position: fixed; /* header固定 */
  top: 0; /* header固定 */
  left: 0; /* header固定 */
  width: 100%;
  z-index: 55;
  background-color: #fff;
}

#HEADER .hbox {
  padding: 0 0 0 20px;
  height: 71px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}


#HEADER .logo{
  margin-top: 5px;
}

#HEADER .logo a {
  display: inline-block;
}

#HEADER .logo .link01 {
  width: 350px;
  margin-right: 30px;
}

#HEADER .logo a:hover {
  opacity: 1;
}

@media all and (min-width: 1022px) and (max-width: 1140px) {
  #HEADER .logo {
    width: 190px;
  }
  #HEADER .logo .link01 {
    width: 350px;
    padding-top: 10px;
  }
}
@media all and (min-width: 972px) and (max-width: 1021px) {
  #HEADER .logo {
    width: 190px;
  }
  #HEADER .logo .link01 {
    width: 300px;
    padding-top: 10px;
  }
}
@media all and (min-width: 961px) and (max-width: 971px) {
  #HEADER .logo {
    width: 190px;
  }
  #HEADER .logo .link01 {
    width: 280px;
    padding-top: 15px;
  }
}


@media all and (max-width: 960px) {
  #HEADER .hbox {
    padding: 5px 10px;
    height: 71px;
  }
  #HEADER .logo .link01 {
    width: 300px;
	  margin-right: 9px;
  }
}

.menubox .navibox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menubox .navi > li {
  position: relative;
}

.menubox .navi > li * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menubox .navi > li > a {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.menubox .navi > li a:hover {
  opacity: 1;
}

.menubox .linkul * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menubox .linkul > li {
  width: 150px;
}

.menubox .linkul > li > a {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-align: center;
  background-color: #2DB9F9;
  border-radius: 20px; /* 角丸 */
}

.menubox .linkul > li > a span {
  display: block;
  line-height: 1.15;
}

.menubox .linkul > li > a .en {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.menubox .linkul > li > a .jp {
  font-size: 1.2rem;
}


@media all and (min-width: 961px) {
  .menubox .navi > li {
    padding: 0 28px;
    position: relative;
  }
  .menubox .navi > li:last-child {
    padding: 0 40px;
  }
  .menubox .navi > li:nth-last-child(2) {
    padding: 0 20px;
  }
  .menubox .navi > li:nth-last-child(3) {
    padding: 0 34px;
  }
  .menubox .navi > li > a {
    padding: 25px 0;
    display: block;
  }
  .menubox .navi > li:hover > a {
    color: #0b318f;
  }
  .menubox .navi > li ul {
    padding: 0 12px;
    position: absolute;
    top: 71px;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    z-index: 8;
    display: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .menubox .navi > li ul li a {
    padding: 15px 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 85px;
    font-size: 1.4rem;
    border-bottom: 1px solid #4d4d4d;
  }
  .menubox .navi > li ul li a:hover {
    opacity: 0.7;
  }
  .menubox .navi > li ul li:last-child a {
    border-bottom: none;
  }
}

@media all and (min-width: 961px) {
  .menubox .linkul > li {
    position: relative;
  }
  .menubox .linkul > li ul {
    padding: 0 12px;
    position: absolute;
    top: 71px;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 8;
    display: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .menubox .linkul > li ul li a {
    padding: 15px 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 85px;
    font-size: 1.4rem;
    border-bottom: 1px solid #4d4d4d;
  }
  .menubox .linkul > li ul li a:hover {
    opacity: 0.7;
  }
  .menubox .linkul > li ul li:last-child a {
    border-bottom: none;
  }
}



@media all and (min-width: 961px) and (max-width: 1610px) {
  .menubox .navi > li {
    padding: 0 7px !important;
  }
  .menubox .navi > li > a {
    font-size: 1.2rem;
  }
  .menubox .navi > li ul li a {
    padding: 10px 5px;
    font-size: 1.4rem;
  }
  .menubox .linkul {
    margin-left: 7px;
  }
  .menubox .linkul > li {
    width: 95px;
  }
  .menubox .linkul > li > a .en {
    font-size: 1.2rem;
  }
  .menubox .linkul > li > a .jp {
    font-size: 1rem;
  }
}

@media all and (max-width: 960px) {
  .menu-trigger {
    display: block;
    position: absolute;
    right: 20px;
    top: 22px;
    width: 23px;
    height: 19px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 1;
  }


  /* スマホメニューの三本線　*/
  .menu-trigger span {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 8px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu-trigger.active {
    height: 20px;
  }
  .menu-trigger.active span:nth-of-type(1) {
    width: 28px;
    -webkit-transform: translateY(9px) rotate(-40deg);
    transform: translateY(9px) rotate(-40deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    width: 28px;
    -webkit-transform: translateY(-9px) rotate(40deg);
    transform: translateY(-9px) rotate(40deg);
  }


  /* スマホメニュー全体の見た目　*/
  .menubox {
    display: none;
    position: fixed;
    top: 71px; /* メニューが始まる場所 */
    left: 0;
    width: 100%;
    overflow: auto;
    overflow-x:hidden;
    height: calc(100vh - 63px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #fff;
    z-index: 999;
  }
  .menubox .navibox { /* メニュー全体指定 */
    display: block;
    padding-bottom: 20vw; /* 一番下の余白 */
  }
  .menubox .navi { /* 文字メニュー部分指定 */
    margin-bottom: 50px; /* 文字メニューの下余白 */
    display: block;
  }
  .menubox .navi > li { /* 文字メニュー１つずつの指定 */
    margin-left: 0;
    position: relative;
    border-bottom: 1px solid #3b3b3b; /* メニューの下の線 */
  }
  .menubox .navi li a {
    padding: 7.33333vw 20px 7.33333vw;
    display: block;
    font-size: 3.5vw; /* メニューの文字サイズ */
  }



  /* 小カテゴリがある場合　ココから */
  .menubox .navi li ul {
    margin-bottom: 30px; /* 小カテゴリ下余白 */
    display: none;
  }
  .menubox .navi li li {
    margin-bottom: 8px;
  }
  .menubox .navi li li:last-child {
    margin-bottom: 0; /* 小カテゴリ下余白 */
  }
  .menubox .navi li li a {
    padding: 10px 20px 10px;
    font-size: 2.93vw; /* 小カテゴリ文字サイズ */
    font-weight: 400;
  }
  .menubox .navi li .btn { /* 小カテゴリのプラスボタン */
    position: absolute;
    width: 30px;
    height: 30px;
    right: 13px;
    top: 6vw;
    background: url(../img/menu_plus.png) no-repeat center center/13px auto;
    z-index: 33;
  }
  .menubox .navi li .btn.on { /* 小カテゴリのマイナスボタン */
    background: url(../img/menu_minus.png) no-repeat center center/13px auto;
  }
    /* 小カテゴリがある場合　ココまで */


  
  .menubox .navi > li:first-child {
    border-top: 1px solid #3b3b3b; /* 一番上の線（スマホメニュー） */
  }



  /* スマホメニューの下　*/
  .menubox .linkul {
    margin-bottom: 50px; /* エントリーリンクの下余白　*/
  }
  .menubox .linkul > li {
    width: 500%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menubox .linkul > li ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }


    /* スマホメニューエントリーボタン　*/
  .menubox .linkul {
    background: #2DB9F9;
    border-right: #2DB9F9;
    justify-content: center;
  }
  .menubox .linkul div {
    margin-left: auto;
  }
  .menubox .linkul li a { /* ボタン枠指定 */
    display: block;
    color: #fff; /* 文字色 */
    text-align: center;
    padding: 3.33333vw 0px;
    font-size: 0.5em;
  }
  .menubox .linkul li a > span {
    display: block;
  }
}


@media all and (max-width: 360px) {
  .menubox .linkul > li > a {
    height: 82px;
  }
  .menubox .linkul > li .subul li {
    font-size: 1.3rem;
  }
}




/*------------------------------------------------------------
	メインビジュアル
------------------------------------------------------------*/
#mv_area{
  padding-top: 71px;
  justify-content: center;
  text-align: center;
}
@media all and (max-width: 960px) {
	#mv_area {
		padding-top: 71px;
	}
}

#mv_area p{
  position: absolute;
  top: 130px;
  text-align: center;
  justify-content: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 120px;
  color: #fff;
  font-family: "M PLUS Rounded 1c";
  font-weight: 500;
  text-shadow: 0px 0px 20px rgb(201, 201, 201);
}
@media all and (max-width: 960px) {
	#mv_area p {
		font-size: 30px;
    top: 100px;
    margin: 0 auto;
	}
}

/*------------------------------------------------------------
	適職診断
------------------------------------------------------------*/
#shindan {
	margin: 70px auto;
  margin-bottom: 100px;
	padding: 0 20px;
	max-width: 1200px;
}
@media all and (max-width: 960px) {
	#shindan {
		padding: 0 10px;
	}
}

.nezumi_box{
  margin: 1em 10px;
  padding: 1em;
  background-color: #F2FBFF;
  border: solid 2px #fff;
  box-shadow: 0 0 0 10px #F2FBFF; /* ボーダーより外の部分 */
  border-radius: 5px;
}
@media all and (max-width: 960px) {
	.nezumi_box {
		margin: 0 5px;
	}
}

.nezumi_box p{
  margin: 0;
  padding: 0;
}

.nezumitachi{
  text-align: center;
}

.nezumi {
  width: 170px;
  margin: 0 auto;
}
@media all and (max-width: 960px) {
	.nezumi {
		width: 30%;
	}
}

.nezumi_setsumei{
  font-size: 16px;
}
@media all and (max-width: 960px) {
	.nezumi_setsumei {
		font-size: 14px;
	}
}

/*------------------------------------------------------------
	新着情報
------------------------------------------------------------*/
#ng_news_a {
  background-color: #F2FBFF;
}
@media all and (max-width: 960px) {
	#ng_news_a {
		padding: 0 20px;
		max-width: inherit;
	}
}

#ng_news {
  margin: 70px auto;
	padding: 40px 20px;
	max-width: 1000px;
}
@media all and (max-width: 960px) {
	#ng_news {
    margin: 0px auto;
		padding: 40px 0px;
	}
}

  .ng_news_naka {
    margin: 10px auto;
    padding: 0 20px;
    max-width: 900px;
  }
  @media all and (max-width: 960px) {
    .ng_news_naka {
      padding: 0;
      max-width: inherit;
    }
  }

    .ng_news_nakadaily {
      margin: 10px auto;
      padding: 0 20px;
      display: flex;
      font-size: 13px;
    }
    @media all and (max-width: 960px) {
      .ng_news_nakadaily {
        padding: 0px;
        max-width: inherit;
        display:block;
      }
    }

      .ng_news_nakaday {
        margin: 0px auto;
        padding: 0 20px;
        width: 150px;
        text-align: right;
      }
      @media all and (max-width: 960px) {
        .ng_news_nakaday {
          padding: 0px;
          width: auto;
          text-align: left;
          color: #4d4d4d;
          font-weight: bold;
        }
      }

      .ng_news_nakaword {
        margin: 0px auto;
        padding: 0px;
        width: 720px;
        text-align: left;
        font-size: 1.3rem;
      }
      @media all and (max-width: 960px) {
        .ng_news_nakaword {
          padding: 0px;
          width: auto;
        }
      }


/*------------------------------------------------------------
	ピックアップ
------------------------------------------------------------*/
#ng_pickup_layout {
  margin: 70px auto;
	max-width: 1000px;
}
@media all and (max-width: 960px) {
	#ng_pickup_layout {
		padding: 0 20px;
		max-width: inherit;
	}
}
#ng_pickup_inner {
  text-align: center;
  justify-content: center;
  align-items: center; /* 縦中央寄せ */
  display: flex;
}
@media all and (max-width: 960px) {
	#ng_pickup_inner {
		display: block;
	}
}
.ng_pickup_inner-l {
  max-width: 70%;
  text-align: center;
  justify-content: center;
}
@media all and (max-width: 960px) {
	.ng_pickup_inner-l {
		max-width: 100%;
	}
}
.ng_pickup_inner-r {
  max-width: 30%;
  text-align: center;
  justify-content: center;
  font-family: "M PLUS Rounded 1c";
  font-size: 25px;
  font-weight: bold;
  color: #2DB9F9;
}
@media all and (max-width: 960px) {
	.ng_pickup_inner-r {
		font-size: 20px;
		max-width: inherit;
	}
}

/*------------------------------------------------------------
	会社を知る
------------------------------------------------------------*/
#aboutcompany_a {
  background-color: #F2FBFF;
}
@media all and (max-width: 960px) {
	#aboutcompany_a {
		padding: 0 10px;
		max-width: inherit;
	}
}

.aboutcompany_b{
  margin: 20px auto;
	padding: 50px 20px;
	max-width: 1000px;
  align-items: center;
}
@media all and (max-width: 960px) {
	.aboutcompany_b {
		padding: 50px 0;
    margin: 20px 10px;
	}
}

  
section.articleGroup#work {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; 
}
@media screen and (max-width: 960px) {
  section.articleGroup#work {
    display: block; 
  } 
}
section.articleGroup#work .menu_box {
  display: block;
  margin: auto 0;
  width: 40%; 
}
@media screen and (max-width: 960px) {
  section.articleGroup#work .menu_box {
    padding: 0;
    width: auto; 
  } 
}
section.articleGroup#work .menu_box li {
      width: 100%; 
}
section.articleGroup#work .articleList {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; 
}
@media screen and (max-width: 960px) {
  section.articleGroup#work .articleList {
    display: block; 
  } 
}
section.articleGroup#work .img {
  background-image: url("../img/ng_top01.jpg");
  display: block;
  width: 60%;
  margin: 24px; 
}
@media screen and (max-width: 960px) { /* スマホの際は、画像無 */
  section.articleGroup#work .img {
    display: none; 
  } 
} 




/*------------------------------------------------------------
	社員インタビュー
------------------------------------------------------------*/
section.articleGroup#interview {
  margin: 70px auto;
	padding: 20px 20px;
	max-width: 1000px;
}
@media all and (max-width: 960px) {
	#interview {
		padding: 0 20px;
		max-width: inherit;
	}
}


.interview {
  padding-top: 50px;
}
.interview .sec {
  margin-bottom: 70px;
}
.interview .linkul {
  margin-top: -16px;
}
.interview .linkul li {
  margin: 16px 1.3% 0 0;
  width: 24%;
}
.interview .linkul li:nth-child(4n) {
  margin-right: 0;
}
.interview .linkul li a {
  display: block;
  position: relative;
}
.interview .linkul li .txt-box {
  /*padding: 8px 0 10px;*/
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  /* letter-spacing: -0.1em; */
  line-height: 1.3;
  box-sizing: border-box;
  background-color: #2DB9F9;
  opacity:0.95;
}
.interview .linkul li .txt-box .txt {
  /*margin-bottom: 1px;*/
  display: flex;
  justify-content: space-around;
}
.interview .linkul li .txt-box .txt span {
  display: block;
  width: 50%;
  padding: 8px 0;
}
.interview .linkul li .txt-box .name {
  padding: 7px 0;
}
.interview .linkul li .txt-box .name span {
  display: inline-block;
  vertical-align: top;
}
.interview .linkul li .txt-box .name .txt01 {
  margin: 4px 6px 0 0;
  font-size: 1.4rem;
}
  @media all and (min-width: 961px) {
    .interview .linkul li a:hover {
      opacity: 1;
    }
    .interview .linkul li a .pho {
      overflow: hidden;
    }
    .interview .linkul li a .pho img {
      transform: scale(1);
      -webkit-transition: all ease .3s;
        transition: all ease .3s;
    }
    .interview .linkul li a:hover .pho img {
      transform: scale(1.1);
    }
    .interview .linkul li.comingsoon a:hover .pho img {
      transform: scale(1) !important;
    }
    .interview .linkul li.comingsoon a:hover .txt-box {
      opacity: 1 !important;
    }
    .interview .linkul li a:hover .txt-box {
      opacity: 0.9;
    }
  }
  @media all and (max-width: 961px) {
    .interview {
      padding-top: 25px;
    }
    .interview .text {
      margin: -13px 0 20px;
      font-size: 2.5vw;
      line-height: 1.95;
    }
    .interview .sec {
      margin-bottom: 22px;
    }
    .interview h3 {
      margin: 0 -20px 15px;
      padding: 9px;
      font-size: 3.3vw;
    }
    .interview .linkul {
      margin-top: -10px;
      justify-content: space-between;
    }
    .interview .linkul li {
      margin: 10px 0 0 0;
      width: 48.8%;
    }
    .interview .linkul li:nth-child(2n) {
      margin-right: 0;
    }
    .interview .linkul li .txt-box {
      /*padding: 5px 0 6px;*/
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      color: #fff;
      font-size: 2.8vw;
      text-align: center;
      /* letter-spacing: -0.1em; */
      line-height: 1.5;
      box-sizing: border-box;
      background-color: #2DB9F9;
      opacity:0.95;
    }
    .interview .linkul li .txt-box .txt {
      margin-bottom: -2px;
    }
    .interview .linkul li .txt-box .txt span {
      padding: 5px 0;
    }
    .interview .linkul li .txt-box .name {
      padding: 3px 0;
    }
    .interview .linkul li .txt-box .name .txt01 {
      margin: 4px 6px 0 0;
      font-size: 0.8rem;
    }
  }



  /* MOREボタン */
  .more0{
    display: flex;
    justify-content: center;
    margin-top: 0px;
  }
  .more1 * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  }
  .more1 > li {
    width: 150px;
  }
  .more1 > li > a {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    text-align: center;
    background-color: #2DB9F9;
    border-radius: 30px; /* 角丸 */
  }
  .more1 > li > a span {
    display: block;
    line-height: 1.15;
  }
  .more1 > li > a .en {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  .more1 > li > a .jp {
    font-size: 1.2rem;
  }
  /* MOREボタンここまで */




  /* 働く仲間たち 全体ページ　*/
  .interview_info{
    margin: 30px auto;
    text-align: center;
  }
  .interview_info p{
    font-size: 16px;
  }

  .interview_engineer{
    background-color: #0B2E3E;
    padding: 30px;
    margin: 70px 0 0 0;
  }
  .interview_engineer p{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: white;
    font-family: 'Noto Sans JP', sans-serif;
  }

  /* 働く仲間たち 個別ページ　*/
#mv_area_interview {
  padding-top: 71px;
  display: flex;
  justify-content: center;
  }

#mv_area_interview img {
  position: relative;
}

.mv_area_box {
  position: absolute;
  top: 160px;
  left: 100px;
  width: 400px;
  height: auto;
  background: rgba(255,255,255,0.8);
  border: solid 2px #85979f;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.08);
}

.mv_area_box h1 {
  font-size: 3.8rem;
  border-bottom: solid 2px #85979f;
  padding-bottom: 16px;
}

.mv_area_box h2 {
  border: none;
  font-size: 2.4rem;
}

.career {
  padding-bottom: 60px;
}

.career h1 {
  padding-top: 60px;
  text-align: center;
}

.career table {
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 16px 40px;
}

.career table td:nth-child(1){
  width: 200px;
  height: 100px;
  text-align: center;
  background: #2db9f9;
  color: #FFF;
  font-size: 3.0rem;
}

.career table td:nth-child(2){
  width: 850px;
  font-size: 2.0rem;
  background: #f2fbff;
  color: #3b3b3b;
  padding: 0 20px;
  line-height: 170%;
}

.career_add td{
  height: 130px;
}

.personal_interview h1 {
  text-align: center;
  background: #f2fbff;
  padding-top: 60px;
}

.interview_content {
  background: #f2fbff;
  padding-bottom: 60px;

}





.interview_q, .interview_a {
  max-width: 1200px;
  width: 90%; 
  margin: 0 auto;
  padding-bottom: 40px;
  display: flex;
  align-items: center;
}



.faceicon {
  width: 220px;
}

.faceicon img{
  max-width: 220px;
  height: auto;
  overflow: visible;
}

.balloon_left, .balloon_right {
  width: 100%;
}

.balloon_right {
  text-align: right;
}



.question {
  display: inline-block;
  position: relative; 
  margin: auto 0 auto 80px;
  padding: 20px 30px;
  border-radius: 12px;
  background: #FFF;
  max-width: 650px;
}

.question:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 33%; 
  left: -40px;
  border: 14px solid transparent;
  border-right: 30px solid #FFF;
}

.answer {
  display: inline-block;
  position: relative; 
  margin: auto 80px auto auto;
  padding: 20px 30px;
  border-radius: 12px;
  background: #2db9f9;
  max-width: 650px;
}

.answer:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 45%; 
  right: -40px;
  border: 14px solid transparent;
  border-left: 30px solid #2db9f9;
}

.answer_30 {
  display: inline-block;
  position: relative; 
  margin: auto 80px auto auto;
  padding: 20px 30px;
  border-radius: 12px;
  background: #2db9f9;
  max-width: 650px;
}

.answer_30:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 33%; 
  right: -40px;
  border: 14px solid transparent;
  border-left: 30px solid #2db9f9;
}
.question p, .answer p, .answer_30 p {
  margin: 0;
  padding: 0;
  font-size: 2.0rem;
  line-height: 170%;
}

.question p {
  color: #3b3b3b;
}

.answer p, .answer_30 p {
  color: #FFF;
  text-align: left;
}

.interview_sc {
  text-align: center;
}

.interview_sc h1 {
  padding: 60px 0 40px 0;

}

.interview_sc img {
  max-width: 1280px;
  width: 90%;
  height: auto;
  padding-bottom: 60px;
}


@media all and (max-width: 960px) {
  #mv_area_interview {
    display: block; /* ← flex を解除 */
    padding-top: 71px;
  }

  .mv_area_box {
    position: initial;
    display: block;
    max-width: 330px;
    width: 80%;
    height: auto;
    background: #FFF;
    margin: 14px auto 14px auto;
    padding: 20px;
  }

  .mv_area_box h1 {
    font-size: 2.4rem;
    padding-bottom: 12px;
  }
  
  .mv_area_box h2 {
    font-size: 1.4rem;
  }

  .career h1 {
    padding-top: 40px;
  }


  .career dl {
    max-width: 375px;
    margin: 0 auto;
    width: 90%;
  }

  .career dl dt {
    height: 50px;
    text-align: center;
    background: #2db9f9;
    color: #FFF;
    font-size: 2.4rem;
    line-height: 50px;
  }

  .career dl dd {
    font-size: 1.4rem;
    background: #f2fbff;
    color: #3b3b3b;
    padding: 20px;
    margin-bottom: 14px;
  }


  .faceicon {
    width: 100px;
  }
  
  .faceicon img{
    max-width: 100px;
    width: 100px;
    height: auto;
    overflow: visible;
  }

  .question, .answer, .answer_30 {
    max-width: 500px;
  }

  .question {
    margin: auto 0 auto 40px;
  }

  .answer, .answer_30 {
    margin: auto 40px auto 0;
  }

  .question p, .answer p, .answer_30 p {
    font-size: 1.4rem;
    line-height: 150%;
  }
}

@media all and (max-width:520px){
  .faceicon {
    width: 70px;
  }
  
  .faceicon img{
    max-width: 70px;
    width: 70px;
    height: auto;
  }

  .question, .answer, .answer_30 {
    padding: 10px;
    border-radius: 8px;
  }
  
  .question:after {
    top: 33%; 
    left: -28px;
    border: 8px solid transparent;
    border-right: 20px solid #FFF;
  }
  
  .answer:after {
    top: 45%; 
    right: -28px;
    border: 8px solid transparent;
    border-left: 20px solid #2db9f9;
  }

  .answer_30:after {
    top: 33%; 
    right: -28px;
    border: 8px solid transparent;
    border-left: 20px solid #2db9f9;
  }
}



/*------------------------------------------------------------
	SNS
------------------------------------------------------------*/
#sns_ng {
  background-color: #F2FBFF;
}
@media all and (max-width: 960px) {
	#sns_ng {
		padding: 20px 20px;
		max-width: inherit;
	}
}

.sns_ngnaka {
	margin: 20px auto;
	padding: 40px 20px;
	max-width: 1000px;
}
@media all and (max-width: 960px) {
	.sns_ngnaka {
		padding: 0px 5px;
		max-width: inherit;
	}
}

.snsicontachi{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center; /* 横中央寄せ */
  align-items: center; /* 縦中央寄せ */

}

.snsicon{
  margin: 0 20px;
}
@media all and (max-width: 960px) {
	.snsicon {
		max-width: 80%;
    margin-left: 0;
	}
}


/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
footer {
  background-color: #fff;
  color: #4d4d4d;
  margin-top: 40px;
}
@media all and (max-width: 960px) {
	footer {
		padding: 0 10px;
		max-width: inherit;
	}
}

.footerin {
  margin: 20px auto;
	padding: 0 20px;
  max-width: 1200px;
}
@media all and (max-width: 960px) {
	.footerin {
		padding: 0 10px;
		max-width: inherit;
	}
}

.footerue {
  margin: 20px auto;
	padding: 0 20px;
}
@media all and (max-width: 960px) {
	.footerue {
		padding: 0 20px;
		max-width: inherit;
	}
}

.footernaka {
  margin: 20px auto;
	padding: 0 20px;
  font-size: 12px;
}
@media all and (max-width: 960px) {
	.footernaka {
		padding: 0 20px;
		max-width: inherit;
	}
}

.footernakaue {
  margin: 20px auto;
	padding: 0 20px;
  display: flex;
  justify-content: center;
}
@media all and (max-width: 960px) {
	.footernakaue {
		padding: 0 10px;
		width: auto;
    display:block;
	}
}

.footernakaue1 {
  margin: 0px 0px;
	padding: 0 20px;
  width: 500px;
}
@media all and (max-width: 960px) {
	.footernakaue1 {
		padding: 0 20px;
    width: auto;
		max-width: inherit;
	}
}

.footernakaue2 {
  margin: 0px 20px 0px 0px;
	padding: 0 20px;
  width: 400px;
  font-size: 1.3rem;
}
@media all and (max-width: 960px) {
	.footernakaue2 {
    margin-top: 10px;
		padding: 0 20px;
    width: auto;
		max-width: inherit;
	}
}

.footernakashita {
  margin: 0px auto;
	padding: 0 20px;
  display: flex;
  justify-content: center;
}
@media all and (max-width: 960px) {
	.footernakashita {
		display: none;
	}
}

.footernakashita1 {
  margin: 0px 0px;
	padding: 0 20px;
  width: 500px;
}
@media all and (max-width: 960px) {
	.footernakashita1 {
		display: none;
	}
}

.footernakashita2 {
  margin: 0px 20px 0px 0px;
	padding: 0 20px;
  width: 400px;
  font-size: 1.3rem;
}
@media all and (max-width: 960px) {
	.footernakashita2 {
		padding: 0 20px;
		max-width: inherit;
	}
}

.footershita {
  margin: 20px 0px 0px 0px;
	padding: 0 20px;
  text-align: center;
  font-size: 1.5rem;
}
@media all and (max-width: 960px) {
	.footershita {
		padding: 0 20px;
		max-width: inherit;
	}
}

.footer_cm_area {
  max-width: 1000px;
  margin: 0 auto;
  justify-content: center;
  text-align: center;
  align-items: center;
  display: flex;
}
@media all and (max-width: 960px) {
	.footer_cm_area {
		display:block;
    text-align: center;
    margin: 0 auto;
	}
}
.footer_cm_area_l {
  max-width: 200px;
}
@media all and (max-width: 960px) {
	.footer_cm_area_l {
    margin: 0 auto;
	}
}
.footer_cm_area_c {
  max-width: 300px;
}
@media all and (max-width: 960px) {
	.footer_cm_area_c {
    margin: 0 auto;
	}
}
.footer_cm_area_r {
  max-width: 170px;
  margin-left: 5px;
}
@media all and (max-width: 960px) {
	.footer_cm_area_r {
    margin: 0 auto;
    padding-bottom: 20px;
	}
}





/*------------------------------------------------------------
	募集要項
------------------------------------------------------------*/

/*　表部分の画面全体　*/
.md-trt__layout {
  margin-top: 50px;
  padding: 60px 0;
  background-color: #F2FBFF;
}

/*　表全体　*/
.md-trt__dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 30px 40px; /*　表内側の余白　*/
  max-width: 55%;
  margin: 0 auto;
  background-color: #FFF;
}

/*　左側（文字周り）　*/
.md-trt__dl > .md-trt__dt {
  color: #0B2E3E;
  min-width: 135px;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

/*　右側（文字周り）　*/
.md-trt__dl > .md-trt__dt + .md-trt__dd {
  margin-left: 130px;
}


/*　上線（一番上の線以外）　*/
.md-trt__dl + .md-trt__dl {
  border-top: 1px solid #ccc;
}

/*　最後のセルだけ下線　*/
/*.md-trt__dl + .md-trt__dl:last-child {
  border-bottom: 1px solid #ccc;
}*/

/*　左側タイトル文字　*/
.md-trt__dt {
  font-size: 1.6rem; /*　文字サイズ　*/
  font-weight: 700;
  line-height: 1.6; /*　文字縦幅余白　*/
  letter-spacing: 0.05em; /*　文字の隙間　*/
}

/*　右側文字（箇条書き以外）　*/
.md-trt__dd p {
  font-size: 1.6rem;
  line-height: 2.2;
  letter-spacing: 0.05em;
}

/*　右側文字（少し小さい文字）　*/
.md-trt__dd p > span {
  font-size: 1.4rem;
  line-height: inherit;
}

.md-trt__dd p + p {
  margin-top: 20px;
}

/*　<p>がある箇条書き部分　*/
.md-trt__dd p + ul {
  margin-top: 20px;
}

.md-trt__dd p + .md-trt__ul {
  margin-top: 0;
}

.md-trt__dd p._adjust > em + em {
  display: block;
  margin-top: 3px;
}

.md-trt__dd > ul > li,
.md-trt__dd ol > li {
  font-size: 1.6rem;
  line-height: 2.2;
  position: relative;
  padding-left: 1em;
  letter-spacing: 0.05em;
}


/*　箇条書きの「●」　*/
.md-trt__dd > ul > li::before,
.md-trt__dd ol > li::before {
  position: absolute;
  top: 14px;
  left: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  content: '';
  border-radius: 50%;
  background-color: #2DB9F9;
}

/*　小タイトル　*/
.md-trt__dd > ul + p,
.md-trt__dd ol + p {
  margin-top: 20px;
}

/*　リンク　*/
.md-trt__dd a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-right: 1em;
  color: #2DB9F9;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.md-trt__dd a::after {
  display: inline-block;
  width: 7.5px;
  height: 7.5px;
  content: '';
  -webkit-transform: rotate(-45deg) translate(2.5px, 2.5px);
  transform: rotate(-45deg) translate(2.5px, 2.5px);
}
.md-trt__dd a._off::after {
  content: none;
}

/*.md-trt__dd ._comment {
  display: block;
  margin-top: 20px;
}*/


@media all and (max-width: 960px) {
  .md-trt__dl{ 
    display: block;
    max-width: 80%;
  }
  .md-trt__dl > .md-trt__dt + .md-trt__dd{
    margin-left: 0;
  }
  .md-trt__dl{
    padding: 20px;
  }
  .md-trt__dt{
    margin-bottom: 20px;
  }
}



/* マイナビエントリーボタン */
.mynavi0{
  display: flex;
  justify-content: center;
  margin-top: 100px;
  margin-bottom: 100px;
}
.mynavi1 * {
-webkit-box-sizing: border-box;
        box-sizing: border-box;
}
.mynavi1 > li {
  width: 700px;
}
.mynavi1 > li > a {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-align: center;
  background-color: #2DB9F9;
  border-radius: 50px; /* 角丸 */
}
.mynavi1 > li > a span {
  display: block;
  line-height: 1.15;
}
.mynavi1 > li > a .en {
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.mynavi1 > li > a .jp {
  font-size: 1.2rem;
}
@media all and (max-width: 960px) {
	.mynavi1 > li  {
		width: 300px;
	}
}
/* マイナビエントリーボタンここまで */



/*------------------------------------------------------------
	FAQ
------------------------------------------------------------*/
#faq_main {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

/* QA両方の指定 */
.qa-list dl {
  color: #0B2E3E;
  font-size: 0.9em;
  position: relative;
  margin: 45px 16px 24px 16px;
  -webkit-box-shadow: 0 0px 0.3px rgba(0, 0, 0, 0.022), 0 0px 0.8px rgba(0, 0, 0, 0.031), 0 0px 1.6px rgba(0, 0, 0, 0.039), 0 0px 3.3px rgba(0, 0, 0, 0.048), 0 0px 14px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0px 0.3px rgba(0, 0, 0, 0.022), 0 0px 0.8px rgba(0, 0, 0, 0.031), 0 0px 1.6px rgba(0, 0, 0, 0.039), 0 0px 3.3px rgba(0, 0, 0, 0.048), 0 0px 14px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 0.3px rgba(0, 0, 0, 0.022), 0 0px 0.8px rgba(0, 0, 0, 0.031), 0 0px 1.6px rgba(0, 0, 0, 0.039), 0 0px 3.3px rgba(0, 0, 0, 0.048), 0 0px 14px rgba(0, 0, 0, 0.1);
}

/* 一番上の本文 */
.qa-list dl:first-child {
  margin-top: 55px;
}

/* 一番下の本文 */
.qa-list dl:last-child {
  margin-bottom: 200px;
}

/* タイトル部分 */
.qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 30px 30px 30px 80px;
  font-weight: bold;
  line-height: 1.6;
  background: #FFF;
  border-bottom: 1px dotted #d8d8d8;
}

/* 「Ｑ」の文字 */
.qa-list dl dt::before {
  font-size: 30px;
  line-height: 1.6;
  position: absolute;
  top: 25px;
  left: 20px;
  display: block;
  content: 'Q.';
  color: #2DB9F9; }

/* 「Ａ」の文字 */
.qa-list dl dd::before {
  font-size: 30px;
  line-height: 1.4;
  position: absolute;
  left: 20px;
  display: block;
  content: 'A.';
  font-weight: bold;
  color: #2DB9F9; }


/* 本文部分 */
.qa-list dl dd {
  position: relative;
  margin: 0;
  padding: 30px 30px 30px 80px;
  font-size: 0.7em;
  color: #264b5e;
}

.qa-list dl dd p {
  margin: 30px 0 0; }

.qa-list dl dd p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 960px) {
  .qa-list dl {
    margin: 10px 20px; }
  .qa-list dl:first-child {
    margin-top: 30px;
  }
  .qa-list dl:last-child {
    margin-bottom: 80px;
  }
  .qa-list dl:after {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px; }
  .qa-list dl dt {
    padding: 16px 16px 16px 50px;
    font-size: 14px; }
  .qa-list dl dt::before {
    font-size: 20px;
    top: 10px;
    left: 20px; }
  .qa-list dl dd::before {
    font-size: 20px;
    left: 20px;
    top: 10px;
    margin-top: 5px; }
  .qa-list dl dd {
    margin: 0px 0px 30px 0px;
    padding: 16px 16px 16px 50px;
    font-size: 12px; }
  .qa-list dl dd p {
    margin: 30px 0 0; }
  .qa-list dl dd p:first-child {
    margin-top: 0; }
  }




  /*　リンク　*/
.qa a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-right: 0.5em;
  color: #2DB9F9;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.qa a::before {
  display: inline-block;
  width: 7.5px;
  height: 7.5px;
  content: '';
  -webkit-transform: rotate(-45deg) translate(2.5px, 2.5px);
  transform: rotate(-45deg) translate(2.5px, 2.5px);
}
.qa a::after {
  display: inline-block;
  width: 7.5px;
  height: 7.5px;

  -webkit-transform: rotate(-45deg) translate(2.5px, 2.5px);
  transform: rotate(-45deg) translate(2.5px, 2.5px);
}




/*------------------------------------------------------------
	事業内容
------------------------------------------------------------*/
#pd_photo{
  padding-top: 71px;
  justify-content: center;
  text-align: center;
}
@media all and (max-width: 960px) {
	#pd_photo {
		padding-top: 30px;
	}
}

/*　概要　*/
.pd_gaiyo_layout {
  margin-top: 50px;
  padding: 60px 0;
  background-color: #fff;
}
.pd_gaiyo_out{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
}
.pd_gaiyo_hidari{
  width: 100%;
  max-width: 60%;
  margin: 0 auto;
}
.pd_gaiyo_title{
  width: 100%;
  height: 30%;
  margin: 0 auto;
}
.pd_gaiyo_setsumei{
  width: 100%;
  height: auto;
  margin: 0 auto;
  font-size: 18px;
  line-height: 2;
}
.pd_gaiyo_img{
  max-width: 40%;
  height: auto;
  margin-left: 50px;
}
.pd_photo{
  width: 500px;
}
@media all and (max-width: 960px) {
.pd_gaiyo_layout{
  margin-top: 30px;
  padding: 30px 0;
}
.pd_gaiyo_hidari{
  max-width: 95%;
}
.pd_gaiyo_setsumei {
  font-size: 14px;
  margin: 30px 0;
}
.pd_gaiyo_out {
  display: block;
}
.pd_gaiyo_img{
  justify-content: center;
  text-align: center;
  max-width: 100%;
  margin-left: 5px;
}
.pd_photo{
  width: 300px;
}
}


/*　当社ビジネス　*/
.pd_shuryoku_layout {
  margin: 50px 0 0 0;
  padding: 0 0 70px 0;
  background-color: #F2FBFF;
}
.t-purpose {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px;
}
  @media all and (max-width: 960px){
    .t-purpose{
      width: auto;
      padding: 50px 15px;
    }
  }
.t-purpose__list {
  flex-wrap: wrap; /*　flex要素の折り返し　*/
  text-align: center;
  justify-content: center;
  display: flex;
  gap: 20px; /*　枠と枠の間　*/
}
.t-purpose__list--item { /*　各枠の指定　*/
  background-color: #FFF;
  width: 242px;
  min-height: 300px;
  display: block;
  padding: 20px;
  border: 1px #a3a3a3 solid;
  border-radius: 8px;
}
  @media all and (max-width: 960px){
    .t-purpose__list--item{
      width: 95%;
      min-height: max-content;
      padding: 10px;
    }
  }
.t-purpose__list--item--ttl { /*　タイトル部分　*/
  height: 20px;
  padding: 10px 10px;
  border-radius: 8px;
  position: relative;
  font-size: 20px;
  text-align: center;
  align-items: center; /* 縦中央寄せ */
  font-weight: bold;
  letter-spacing: .07em; /*　文字の間隔　*/
  line-height: 1.2;
  color: #3f3f3f;
  margin-bottom: 20px;
  vertical-align: middle;
}
  @media all and (max-width: 960px){
    .t-purpose__list--item--ttl{
      padding: 10px 10px 0 10px;
    }
  }
.t-purpose__list--item--contents { /*　画像と業務　*/
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media all and (max-width: 960px){
  .t-purpose__list--item--contents{
    flex-wrap: unset;
    align-items: center; /* 縦中央寄せ */
  }
}
.t-purpose__list--item--contents--desc { /*　業務名部分　*/
  margin: 13px 0 0 0;
  width: 100%;
  height: 70px;
  font-size: 15px;
  letter-spacing: .07em;
  line-height: 1.6;
  word-break: break-all; /*　枠内に収める　*/
  color: #3b3b3b;
  text-align: center;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
  @media all and (max-width: 960px){
    .t-purpose__list--item--contents--desc{
      margin: 0 0 0 20px;
      font-size: 15px; 
      text-align: left; 
      justify-content: left;
    }
  }

.t-purpose__list--item--contents--doc { /*　説明部分　*/
  margin: 13px 0 0 0;
  width: 100%;
  font-size: 14px;
  letter-spacing: .07em;
  line-height: 1.6;
  word-break: break-all; /*　枠内に収める　*/
  color: #3b3b3b;
  text-align: left;
}
  @media all and (max-width: 960px){
    .t-purpose__list--item--contents--doc{
      align-items: center; /* 縦中央寄せ */
      margin: 0;
      font-size: 14px; 
      display: block;
      flex-wrap: wrap; /*　範囲内で折り返す　*/
    }
  }


.c-mark { /*　画像の下の丸　*/
  background-color: #F2FBFF;
  position: relative;
  flex-shrink: 0;
  margin-bottom: 15px;
}
.c-mark--100 {
  width: 110px;
  height: 110px;
  border-radius: 50px;
  position: relative;
}
.c-mark--100 img { /*　画像　*/
  width: 95px;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.btn_business_position{
  padding: 30px 55px;
}
  @media all and (max-width: 960px){
    .btn_business_position{
      padding: 30px 0 0 0;
    }
  }

.btn,
a.btn,
button.btn {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding: 1rem 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #2DB9F9;
  margin: 5px 0;
}
a.business {
  border: 2px solid #2DB9F9;
  background: #fff;
  border-radius: 10px; /* 角丸 */
}
a.business:hover {
  color: #fff;
  background: #2DB9F9;
}


/*　これからの事業展開・成長戦略業　*/
.pd_senryaku_layout {
  margin-top: 0px;
  padding: 20px 0;
  background-color: #fff;
}

.pd_senryaku_doc_wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 50px 0px 50px;
}
@media all and (max-width: 960px) {
	.pd_senryaku_doc_wrap {
		padding: 50px 10px;
	}
}

.pd_senryaku_doc_title {
  margin-bottom: 50px;
  text-align: center;
}

/*　Society5.0　*/
.pd_society_doc_sep{
  width: 100%;
  max-width: 1100px;
  margin: 30px auto 110px auto;
  display: flex;
  align-items: center;
}
@media all and (max-width: 960px) {
	.pd_society_doc_sep {
		display: block;
}
}
.pd_society_doc_l {
  width: 100%;
  max-width: 60%;
  margin: 0 auto;
  align-items: center;
}
@media all and (max-width: 960px) {
	.pd_society_doc_l {
		max-width: 95%;
    margin-bottom: 20px;
}
}
.pd_society_doc_r{
  width: 40%;
  height: auto;
  margin: 0 auto;
}
@media all and (max-width: 960px) {
	.pd_society_doc_r {
		width: 95%;
    margin-bottom: 20px;
}
}


/*　スマートシティ構想　文章と画像　*/
.pd_smart_doc_sep{
  width: 100%;
  max-width: 1100px;
  margin: 60px auto 20px auto;
  display: flex;
  align-items: center;
}
@media all and (max-width: 960px) {
	.pd_smart_doc_sep {
		display:block;
}
}
.pd_smart_doc_l{
  width: 50%;
  margin: 0 auto;
  align-items: center;
}
@media all and (max-width: 960px) {
	.pd_smart_doc_l {
		width: 95%;
    margin-bottom: 20px;
    max-width: 95%;
}
}
@media all and (max-width: 960px) {
	.pd_smart_doc_l {
		margin-bottom: 20px;
}
}
.pd_smart_doc_r{
  width: 50%;
  height: auto;
  margin: 0 auto;
}
@media all and (max-width: 960px) {
	.pd_smart_doc_r {
		width: 95%;
    margin-bottom: 40px;
}
}


/*　赤背景ボタン　*/
.btn_business_redbutton{
  margin-top: 10px;
  padding: 0;
}
  @media all and (max-width: 960px){
    .btn_business_redbutton{
      margin-top: 0;
      padding: 30px 0 0 0;
    }
  }

  .btnred,
  a.btnred,
  button.btnred {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    position: relative;
    display: inline-block;
    padding: 1rem 3rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #F98595;
    margin: 5px 0;
  }
  a.business_r {
    border: 2px solid #F98595;
    background: #fff;
    border-radius: 7px; /* 角丸 */
  }
  a.business_r:hover {
    color: #fff;
    background: #F98595;
  }



/*　スマートシティ構想　リスト　*/
ol.pd_smart_no{
  max-width: 850px;
  counter-reset:list;
  list-style-type:none;
  font: 14px/1.6 'arial narrow', sans-serif;
  justify-content: center;
  margin: 0 auto;
}
ol.pd_smart_no li{
  position:relative;
  padding: 7px 5px 7px 40px;
  margin: 7px 0 10px 0px;
  font-weight: bold;
  font-size:14px;
  border-bottom:dashed 1px #F98595;
}
ol.pd_smart_no li:last-child{
  margin-bottom: 30px;
}
ol.pd_smart_no li:before{
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: 0px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  background: #F98595;
  border-radius: 50%;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*　スマートシティ構想　下の文　*/
.pd_smart_doc_under{
  max-width: 850px;
  margin: 0 auto 30px auto;
}
@media all and (max-width: 960px) {
	.pd_smart_doc_under {
		max-width: 95%;
}
}

/*　スマートシティ構想　メッセージ　*/
.pd_doc_message{
  max-width: 850px;
  margin: 40px auto 0px auto;
  justify-content: center;
  text-align: center;
}
.pd_doc_message ul{
  justify-content: center;
  margin-bottom: 50px;
}
.pd_doc_message li{
  color: #F98595;
  font-family: "M PLUS Rounded 1c";
  line-height: 1.5; /*文の行高*/
  padding: 0.5em 0; /*前後の文との余白*/
  font-size: 22px;
}
@media all and (max-width: 960px) {
	.pd_doc_message li {
		font-size: 21px;
}
}





/*------------------------------------------------------------
	仕事を知る
------------------------------------------------------------*/
#job_photo{
  padding-top: 71px;
  justify-content: center;
  text-align: center;
}
@media all and (max-width: 960px) {
	#job_photo {
		padding-top: 30px;
	}
}


/*　入社後研修　*/
.job_kenshu_layout {
  margin-top: 30px;
  padding: 30px 0;
  background-color: #fff;
  text-align: center;
}
@media all and (max-width: 960px) {
.job_kenshu_layout{
  margin-top: 10px;
  padding: 10px 0;
  }
}
.job_kenshu_out{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 30px;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .job_kenshu_out{
    text-align: left;
  }
}
.job_kenshu_midashi {
  font-size: 15px;
  color: #2DB9F9;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .job_kenshu_midashi{
    margin-bottom: 0;
  }
}
.job_kenshu_word{
  font-size: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  .job_kenshu_word{
    font-size: 14px;
  }
}


  /*　研修スケジュール（スマホ用）（仕事の流れ画像にも使用）　*/
  @media screen and (max-width: 960px) {
  .schedule_sp {
    margin-bottom: 30px;
    padding-top: 1.5em;
    position: relative;
  }
  .schedule_sp:before {
    content: '※右にスクロールできます｡';
    font-size: 1.2rem;
    display: block;
    min-height: 2em;
    position: absolute;
    top: 0;
    margin-top: 20px;
  }
  .schedule_sp__inner {
		overflow-x: scroll;
		overflow-y: visible;
		position: relative;
		-webkit-overflow-scrolling: touch;
	}
	.schedule_sp__inner > * {
		width: 750px !important;
		margin-bottom: 10px;
    margin-left: 10px;
	}
  .job_kenshu_layout{
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
  }
}


 /*　研修スケジュール下のリスト　*/
.job_kenshu_other {
  max-width: 1000px;
  font-size: 15px;
  margin: 0 auto;
  margin-bottom: 50px;
  text-align: left;
}

.job_kenshu_other-b {
  text-align: left;
  justify-content: left;
  font-size: 15px;
  font-weight: bold;
}

.job_kenshu_other ul{
  list-style-type: disc;
  /*color: #2DB9F9;/*文字色*/ 
  padding: 0.5em 0.5em 0.5em 2em;
}
.job_kenshu_other li{
  position:relative;
  padding: 0px;
  margin: 0px;
  font-weight: bold;
  font-size:15px;
}

 /*　研修スケジュール下のPDFリンク　*/
.job_pdflink{
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
  justify-content: left;
}

.job_pdf_word{
  font-size: 15px;
}
@media screen and (max-width: 960px) {
  .job_pdf_word{
    font-size: 14px;
  }
}


/*　PDF表示ボタン　*/
.btn,
a.btn,
button.btn {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding: 0.7rem 2.8rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #2DB9F9;
  margin: 5px 0;
}
a.btn-border {
  border: 2px solid #2DB9F9;
  background: #fff;
  border-radius: 10px; /* 角丸 */
}
a.btn-border:hover {
  color: #fff;
  background: #2DB9F9;
}
@media screen and (max-width: 960px) {
.btn,
a.btn,
button.btn {
    font-size: 1.4rem;
    font-weight: 650;
  }
  a.btn-border {
    border: 2px solid #2DB9F9;
  }
 }



/*　職種紹介（図部分）　*/
.job_shokushu_gaiyo {
  margin: 50px 0 0 0;
  padding: 0 0 70px 0;
  /*background-color: #F2FBFF;*/
  background-color: #FFF;
}


.job_shokushu_nagare {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 100px;
}
@media all and (max-width: 960px) {
  .job_shokushu_nagare {
    padding-bottom: 40px;
  }
}







/*　各職種タイトル部分（文字含む）　*/
  #division #division-wrapper .division .division-title {
    justify-content: center;
    align-items: center;
    display: flex;
    height: 200px;
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    font-family: "M PLUS Rounded 1c";
  }
    @media screen and (max-width: 961px) {
      #division #division-wrapper .division .division-title {
        height: 30vw;
        font-size: 4vw;
      }
    }
  /*　各職種タイトル背景色　*/
  #division #division-wrapper .division#pr .division-title {
    background: #BDF47D;
  }
  #division #division-wrapper .division#se .division-title {
    background: #84D6FA;
  }
  #division #division-wrapper .division#in .division-title {
    background: #FDC2DF;
  }
  #division #division-wrapper .division#sa .division-title {
    background: #F98595;
  }


  /*　ねずみ指定　*/
  .division-title_n{
    max-width: 200px;
    margin: 0 40px;
  }
    @media screen and (max-width: 961px) {
      .division-title_n {
        margin: 0 10px 0 0;
        max-width: 90px;
      }
      .division-title_n:last-child {
        margin: 0 0 0 10px;
      }
    }
  
  #division #division-wrapper .division .division-content {/*　職種内容全体　*/
    padding: 90px 0;
  }  
  @media screen and (max-width: 767px) {
    #division #division-wrapper .division .division-content {
      padding: 15vw 0;
    }
  }
  
  #division #division-wrapper .division .division-content ul.intro {/*　職種写真と詳細（全体）　*/
    max-width: 1080px;
    margin: 0 auto 80px;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  #division #division-wrapper .division .division-content ul.intro li {/*　職種写真と詳細（個別）　*/
    width: 32%;
    margin: 0 0.5% 0;
  }
  
  /* 画像の指定。小さくはなるが、これ以上大きくはならない。　*/
  #division #division-wrapper .division .division-content ul.intro li img{
    width: 100%;
  }
  
  #division #division-wrapper .division .division-content ul.intro li h5 {/*　中タイトル　*/
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 5em;
    color: #3c3c3c;
    text-align: center;
    font-weight: 550;
    font-size: 15px;
  }
  
  #division #division-wrapper .division .division-content ul.intro li p {
    font-size: 14px;
    line-height: 1.8em;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
    color: #3c3c3c;
  }
  @media screen and (max-width: 961px) {
    #division #division-wrapper .division .division-content ul.intro {
      margin-bottom: 10vw;
      display: block;
      width: 90%;
    }
    #division #division-wrapper .division .division-content ul.intro li {
      width: 100%;
    }
    #division #division-wrapper .division .division-content ul.intro li h5 {
      font-size: 5vw;
      height: 3em;
    }
    #division #division-wrapper .division .division-content ul.intro li p {
      font-size: 3.5vw;
      padding: 0;
      margin-bottom: 20vw;
    }
  }




/*------------------------------------------------------------
	数字で見るＭＥＣ
------------------------------------------------------------*/
.number_wrap{
  max-width: 950px;
  margin: 80px auto 200px auto;
  justify-content: center;
  text-align: center;
}

.number_contents{
  margin: 30px auto;
  justify-content: space-between;
  text-align: center;
  display: flex;
}
  @media all and (max-width: 960px){
    .number_contents{
      display: block;
    }
  }
/*　画像数が奇数の時に使用　*/
.number_contents:last-child{
  justify-content: left;
}



/*------------------------------------------------------------
	ねずみの適職診断
------------------------------------------------------------*/
.nezumi_wrap{
  max-width: 850px;
  margin: 80px auto 100px auto;
  justify-content: center;
  text-align: center;
}
@media all and (max-width: 960px) {
	.nezumi_wrap {
		margin: 80px auto 40px auto;
	}
}
.nezumi_wrap:last-child{
  margin-bottom: 200px;
}

.nezumi_box_left {
  width: 30%;
}
@media all and (max-width: 960px) {
	.nezumi_box_left {
		width: 100%;
	}
}
.nezumi_box_right {
  width: 70%;
  text-align: left;
  line-height: 1.2; /*　文字縦幅余白　*/
}
@media all and (max-width: 960px) {
	.nezumi_box_right {
		width: 100%;
    line-height: 1;
	}
}

.nezumi_shadow{
  filter: drop-shadow(3px 3px 3px #fff);
}

.nezumi_box2{
  margin: 1em 10px;
  padding: 1em;
  border: dashed 3px #fff;
  border-radius: 5px;
  display: flex;
  align-items: center; /* 縦中央寄せ */
}
@media all and (max-width: 960px) {
	.nezumi_box2 {
		margin: 0 30px;
    display: block;
    padding: 10px;
	}
}

.nezumi_box2#green {
  box-shadow: 0 0 0 10px #BDF47D; /* ボーダーより外の部分 */
  background-color: #BDF47D;
}
.nezumi_box2#pink {
  box-shadow: 0 0 0 10px #FDC2DF; /* ボーダーより外の部分 */
  background-color: #FDC2DF;
}
.nezumi_box2#red {
  box-shadow: 0 0 0 10px #F98595; /* ボーダーより外の部分 */
  background-color: #F98595;
}
.nezumi_box2#yellow {
  box-shadow: 0 0 0 10px #faef84; /* ボーダーより外の部分 */
  background-color: #faef84;
}
.nezumi_box2#blue {
  box-shadow: 0 0 0 10px #84D6FA; /* ボーダーより外の部分 */
  background-color: #84D6FA;
}
.nezumi_box2#black {
  box-shadow: 0 0 0 10px #c7c7c7; /* ボーダーより外の部分 */
  background-color: #c7c7c7;
}


