@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, 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-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

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

html {
  overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

img, textarea {
  vertical-align: bottom;
}

html {
  font-size: 62.5%;
}

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

a, a img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* ----------------------------------------------------------
  共通
---------------------------------------------------------- */
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  background: #EEEEEE;
}

a {
  color: #FFF;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

img {
  height: auto;
}

img, object, embed {
  max-width: 100%;
}

.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ---------- ヘッダー ----------*/
header {
  background: #FFF;
  padding: 25px 0;
}
header #headerInner {
  max-width: 1280px;
  margin: 0 auto;
}
header #headerInner:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
}
* html header #headerInner {
  height: 1%;
}
header #headerInner h1, header #headerInner #h1 {
  float: left;
  width: 66.875%;
}
header #headerInner p {
  float: right;
  width: 25%;
}

/* ---------- グローバルナビ ----------*/
#gnav {
  background: #FFF;
  border-top: 2px solid #EEEEEE;
}
#gnav > ul {
  max-width: 1110px;
  margin: -2px auto 0;
}
#gnav > ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
}
* html #gnav > ul {
  height: 1%;
}
#gnav > ul > li {
  float: left;
  padding: 30px 2.7027%;
  border-top: 2px solid #EEEEEE;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-indent: -9999px;
}
#gnav > ul > li > a {
  display: block;
}
#gnav > ul > li.gnavi01 {
  padding: 0;
  width: 9.90991%;
  background: url(../images/gnavi01_off.gif) no-repeat center center;
  background-size: auto 18px;
}
#gnav > ul > li.gnavi01.active {
  background: url(../images/gnavi01_mo.gif) no-repeat center center;
  background-size: auto 18px;
}
#gnav > ul > li.gnavi01:hover {
  background: url(../images/gnavi01_mo.gif) no-repeat center center;
  background-size: auto 18px;
  border-top: 2px solid #2362A9;
}
#gnav > ul > li.gnavi01 a {
  padding: 30px 2.7027%;
}
#gnav > ul > li.gnavi02, #gnav > ul > li.gnavi03, #gnav > ul > li.gnavi04 {
  position: relative;
  cursor: pointer;
}
#gnav > ul > li.gnavi02 ul, #gnav > ul > li.gnavi03 ul, #gnav > ul > li.gnavi04 ul {
  padding: 0 10px;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 500;
  display: none;
}
#gnav > ul > li.gnavi02 ul li, #gnav > ul > li.gnavi03 ul li, #gnav > ul > li.gnavi04 ul li {
  float: none;
  border-bottom: 1px dotted #FFF;
  text-indent: 0px;
  cursor: default;
  background: url(../images/gnavi-arrow.png) no-repeat 5px 21px;
}
#gnav > ul > li.gnavi02 ul li a, #gnav > ul > li.gnavi03 ul li a, #gnav > ul > li.gnavi04 ul li a {
  padding: 15px 0 15px 20px;
  display: block;
}
#gnav > ul > li.gnavi02 ul li:last-child, #gnav > ul > li.gnavi03 ul li:last-child, #gnav > ul > li.gnavi04 ul li:last-child {
  border: none;
}
#gnav > ul > li.gnavi02 {
  width: 17.65766%;
  background: url(../images/gnavi02_off.gif) no-repeat center center;
  background-size: auto 18px;
}
#gnav > ul > li.gnavi02:hover {
  background: url(../images/gnavi02_mo.gif) no-repeat center center;
  background-size: auto 18px;
  border-top: 2px solid #EFB929;
}
#gnav > ul > li.gnavi02.active, #gnav > ul > li.gnavi02.carrent {
  background: url(../images/gnavi02_mo.gif) no-repeat center center;
  background-size: auto 18px;
  border-top: 2px solid #EFB929;
}
#gnav > ul > li.gnavi02 ul {
  background: #EFB929;
}
#gnav > ul > li.gnavi03 {
  width: 32.25225%;
  background: url(../images/gnavi03_off.gif) no-repeat center center;
  background-size: auto 18px;
}
#gnav > ul > li.gnavi03:hover {
  background: url(../images/gnavi03_mo.gif) no-repeat center center;
  background-size: auto 18px;
  border-top: 2px solid #F02475;
}
#gnav > ul > li.gnavi03.active, #gnav > ul > li.gnavi03.carrent {
  background: url(../images/gnavi03_mo.gif) no-repeat center center;
  background-size: auto 18px;
  border-top: 2px solid #F02475;
}
#gnav > ul > li.gnavi03 ul {
  background: #F02475;
}
#gnav > ul > li.gnavi04 {
  width: 21.26126%;
  background: url(../images/gnavi04_off.gif) no-repeat center center;
  background-size: auto 18px;
}
#gnav > ul > li.gnavi04:hover {
  background: url(../images/gnavi04_mo.gif) no-repeat center center;
  background-size: auto 18px;
  border-top: 2px solid #3ECF7A;
}
#gnav > ul > li.gnavi04.active, #gnav > ul > li.gnavi04.carrent {
  background: url(../images/gnavi04_mo.gif) no-repeat center center;
  background-size: auto 18px;
  border-top: 2px solid #3ECF7A;
}
#gnav > ul > li.gnavi04 ul {
  background: #3ECF7A;
}
#gnav > ul > li.gnavi05 {
  width: 18.91892%;
  background: url(../images/gnavi05_off.gif) no-repeat center center;
  background-size: auto 18px;
  padding: 0;
}
#gnav > ul > li.gnavi05.active, #gnav > ul > li.gnavi05.carrent {
  background: url(../images/gnavi05_mo.gif) no-repeat center center;
  background-size: auto 18px;
  border-top: 2px solid #A52FAA;
}
#gnav > ul > li.gnavi05:hover {
  background: url(../images/gnavi05_mo.gif) no-repeat center center;
  background-size: auto 18px;
  border-top: 2px solid #A52FAA;
}
#gnav > ul > li.gnavi05 a {
  padding: 30px 2.7027%;
}

/* ---------- サブコンテンツ ----------*/
.sub #wrapper {
  max-width: 1110px;
  margin: 30px auto 80px;
  background: #FFF;
}
.sub #wrapper #voiceList {
  display: none;
}
.sub #wrapper #main {
  padding: 50px 9.45946%;
  min-height: 500px;
}
.sub #wrapper #main article section h1 {
  background: none;
  border: none;
  margin: 0 0 30px;
  padding: 13px;
  min-height: 54px;
}
.sub #wrapper #main article section h1 img {
  float: left;
  max-height: 29px;
}
.sub #wrapper #main article section h1 img.h1En {
  margin: 8px 0 0 10px;
}
.sub #wrapper #main article section p {
  margin: 0 0 40px;
}
.sub #wrapper #main article section section {
  margin: 0 0 40px;
}
.sub #wrapper #main article section section h2 {
  margin: 0 0 20px;
  padding: 0 0 5px;
  border-bottom: 1px solid #CCC;
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.sub #wrapper #main article section section h3 {
  margin: 0 0 20px;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  color: #000;
}
.sub #wrapper #main article section section h4 {
  margin: 0 0 10px;
  padding: 0 0 5px;
  border-bottom: 1px dotted #CCC;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
}
.sub #wrapper #main article section section p {
  margin: 0 0 15px;
}
.sub #wrapper #main article section section a {
  color: #2362A9;
}

/* ---------- likebox可変 ----------*/
.fb-like-box,
.fb-like-box span,
.fb-like-box iframe {
  width: 100% !important;
}

section.fb .fb_iframe_widget,
section.fb .fb_iframe_widget span,
section.fb .fb_iframe_widget iframe[style] {
  margin: 0 auto;
  display: block;
}

.fb-likebox-wrap iframe {
  width: 100% !important;
  display: block;
}

.fbIframe {
  width: 100%;
  text-align: center;
  display: block;
  margin: 0 auto;
}

section.fb {
  width: 100%;
  text-align: center;
  display: block;
  margin: 0 auto;
}

section.fb iframe {
  display: block;
}

/* ---------- フッター ----------*/
#pagetop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 1000;
}

footer {
  background: #FFF;
}
footer #footerInner01 {
  padding: 30px 0;
  background: #333;
}
footer #footerInner01 > ul {
  max-width: 840px;
  margin: 0 auto;
}
footer #footerInner01 > ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
}
* html footer #footerInner01 > ul {
  height: 1%;
}
footer #footerInner01 > ul li {
  float: left;
  margin: 0 0 0 7.14286%;
  color: #FFF;
}
footer #footerInner01 > ul li:first-child {
  margin-left: 0;
}
footer #footerInner01 > ul li a {
  color: #FFF;
}
footer #footerInner01 > ul li ul li {
  float: none;
  margin: 20px 0 0;
  padding: 0 0 0 10px;
  background: url(../images/footer-icon.gif) no-repeat 0 6px;
  background-size: 5px 5px;
}
footer #footerInner02 {
  max-width: 1110px;
  margin: 0 auto;
  padding: 25px 0;
  background: #FFF;
  display: flex;
  justify-content: space-between;
}
footer #footerInner02:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
}
* html footer #footerInner02 {
  height: 1%;
}
footer #footerInner02 .footerL {
  width: 490px;
}
footer #footerInner02 .footerL:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
}
* html footer #footerInner02 .footerL {
  height: 1%;
}
footer #footerInner02 .footerL img {
  float: left;
  margin: 0 0%;
}
footer #footerInner02 .footerL p {
  float: left;
  font-size: 12px;
  font-size: 1.2rem;
}
footer #footerInner02 .footerR {
  margin: 25px 0;
  width: 450px;
}
footer #footerInner02 .footerR ul {
  margin: 0 0 10px;
  display: flex;
  justify-content: flex-end;
}
footer #footerInner02 .footerR ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
}
* html footer #footerInner02 .footerR ul {
  height: 1%;
}
footer #footerInner02 .footerR ul li {
  float: left;
  padding: 0 2.22222% 0 0;
  margin: 0 2.22222% 0 0;
  border-right: 1px solid #333;
}
footer #footerInner02 .footerR ul li:last-child {
  padding: 0;
  margin: 0;
  border: none;
}
footer #footerInner02 .footerR ul li a {
  color: #333;
}
footer #footerInner02 .footerR p {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
}

/* ----------------------------------------------------------
  TOP
---------------------------------------------------------- */
.top #wrapper {
  max-width: 1280px;
  margin: 0 auto;
}
.top #wrapper #main {
  margin: 0 0 60px;
}
.top #wrapper #main:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
}
* html .top #wrapper #main {
  height: 1%;
}
.top #wrapper #main #blocks {
  float: left;
  width: 25%;
}
.top #wrapper #main #blocks.flexslider {
  width: 75%;
}
.top #wrapper #main #blocks > div {
  height: 50%;
}
.top #wrapper #main #blocks > div .inner {
  position: relative;
  height: 270px;
}
.top #wrapper #main #blocks > div .inner h2 {
  padding: 37.03704% 0 10px;
  border-bottom: 1px solid #FFF;
}
.top #wrapper #main #blocks > div .inner .front,
.top #wrapper #main #blocks > div .inner .back {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  backface-visibility: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  height: 100%;
  padding: 0 20px;
}
.top #wrapper #main #blocks > div .inner .back {
  -moz-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  padding: 29.62963% 20px 0;
  z-index: 5;
}
.top #wrapper #main #blocks > div .inner .back .clicktxt {
  text-align: center;
  margin: 20px 0 0;
  text-decoration: underline;
}
.top #wrapper #main #blocks > div.hover .inner .front {
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.top #wrapper #main #blocks > div.hover .inner .back {
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  z-index: 10;
}
.top #wrapper #main #blocks > div.fresh .inner .front {
  background: url(../../images/mark.png) no-repeat 98.5% 250px #3498DB;
  background-size: 15px auto;
}
.top #wrapper #main #blocks > div.fresh .inner .front h2 img {
  width: 46.07143%;
}
.top #wrapper #main #blocks > div.fresh .inner .back {
  background: #3498DB;
}
.top #wrapper #main #blocks > div.career .inner .front {
  background: url(../../images/mark.png) no-repeat 98.5% 250px #EFB929;
  background-size: 15px auto;
}
.top #wrapper #main #blocks > div.career .inner .front h2 {
  /*background:url(../../images/career-img01.jpg) no-repeat right bottom;*/
  background-size: 88px auto;
}
.top #wrapper #main #blocks > div.career .inner .front h2 img {
  width: 64.28571%;
}
.top #wrapper #main #blocks > div.career .inner .back {
  background: #EFB929;
}
.top #wrapper #main #blocks > div a {
  text-decoration: none;
}
.top #wrapper #main #blocks > div a:hover {
  text-decoration: none;
}
.top #wrapper #main #blocks > div a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.top #wrapper #main #blocks.three > div {
  font-size: 12px;
  font-size: 1.2rem;
}
.top #wrapper #main #blocks.three > div .inner {
  height: 180px;
  overflow: hidden;
}
.top #wrapper #main #blocks.three > div .inner .back {
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  top: -100%;
  padding: 19% 20px 0;
  z-index: 10;
}
.top #wrapper #main #blocks.three > div .inner .back .clicktxt {
  text-align: center;
  margin: 20px 0 0;
}
.top #wrapper #main #blocks.three > div a {
  text-decoration: none;
}
.top #wrapper #main #blocks.three > div a:hover {
  text-decoration: none;
}
.top #wrapper #main #blocks.three > div a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.top #wrapper #main #blocks.three > div a:hover .front {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.top #wrapper #main #blocks.three > div:hover .inner .front {
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.top #wrapper #main #blocks.three > div:hover .inner .back {
  top: 0%;
}
.top #wrapper #main #blocks.three > div.benefit .inner .front {
  background: url(../../images/mark.png) no-repeat 98.5% 160px #3ECF7A;
  background-size: 15px auto;
}
.top #wrapper #main #blocks.three > div.benefit .inner .front h2 {
  padding-top: 40px;
}
.top #wrapper #main #blocks.three > div.benefit .inner .front h2 img {
  width: 71.07143%;
}
.top #wrapper #main #blocks.three > div.benefit .inner .back {
  background: #2BAE63;
}
.top #wrapper #main #blocks.three > div.contribute .inner .front {
  background: url(../../images/mark.png) no-repeat 98.5% 160px #A52FAA;
  background-size: 15px auto;
}
.top #wrapper #main #blocks.three > div.contribute .inner .front h2 {
  padding-top: 40px;
}
.top #wrapper #main #blocks.three > div.contribute .inner .front h2 img {
  width: 83.92857%;
}
.top #wrapper #main #blocks.three > div.contribute .inner .back {
  background: #87268C;
}
.top #wrapper #main #blocks.three > div.contact .inner .front {
  background: url(../../images/mark.png) no-repeat 98.5% 160px #3CC7CA;
  background-size: 15px auto;
}
.top #wrapper #main #blocks.three > div.contact .inner .front h2 {
  padding-top: 40px;
}
.top #wrapper #main #blocks.three > div.contact .inner .front h2 img {
  width: 60.71429%;
}
.top #wrapper #main #blocks.three > div.contact .inner .back {
  background: #2FA0A4;
}
.top #wrapper #main #blocks.three > div.company .inner .front {
  background: url(../../images/mark.png) no-repeat 98.5% 160px #3D47D9;
  background-size: 15px auto;
}
.top #wrapper #main #blocks.three > div.company .inner .front h2 {
  padding-top: 40px;
}
.top #wrapper #main #blocks.three > div.company .inner .front h2 img {
  width: 41.07143%;
}
.top #wrapper #main #blocks.three > div.company .inner .back {
  background: #3D47D9;
}
.top #wrapper #main #blocks.three > div.welcome .inner .front {
  background: url(../../images/mark.png) no-repeat 98.5% 160px #EE832B;
  background-size: 15px auto;
}
.top #wrapper #main #blocks.three > div.welcome .inner .front h2 {
  padding-top: 40px;
}
.top #wrapper #main #blocks.three > div.welcome .inner .front h2 img {
  width: 57.5%;
}
.top #wrapper #main #blocks.three > div.welcome .inner .back {
  background: #EE832B;
}
.top #wrapper #main #blocks.three > div.foreigner .inner .front {
  background: url(../../images/mark.png) no-repeat 98.5% 160px #F30;
  background-size: 15px auto;
}
.top #wrapper #main #blocks.three > div.foreigner .inner .front h2 {
  padding-top: 40px;
}
.top #wrapper #main #blocks.three > div.foreigner .inner .front h2 img {
  width: 83.21429%;
}
.top #wrapper #main #blocks.three > div.foreigner .inner .back {
  background: #F30;
}
.top #wrapper #main #blocks.largeBox {
  width: 50%;
}
.top #wrapper #main #blocks.largeBox > div .inner .front h2, .top #wrapper #main #blocks.largeBox > div .inner .front p {
  width: 46.66667%;
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  backface-visibility: hidden;
}
.top #wrapper #main #blocks.largeBox > div .inner .back {
  padding: 15% 0 0 20px;
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  width: 47%;
  z-index: 5;
}
.top #wrapper #main #blocks.largeBox > div a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.top #wrapper #main #blocks.largeBox > div:hover .inner .front h2, .top #wrapper #main #blocks.largeBox > div:hover .inner .front p {
  -moz-transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  transform: rotateY(90deg);
  opacity: 0;
  filter: alpha(opacity=0);
}
.top #wrapper #main #blocks.largeBox > div:hover .inner .back {
  z-index: 10;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.top #wrapper #main #blocks.largeBox .voice .inner .front,
.top #wrapper #main #blocks.largeBox .voice .inner .back {
  background: #F02475;
}
.top #wrapper #main #blocks.largeBox .voice .inner .front {
  background: url(../../images/voice-img02.jpg) no-repeat right top #F02475;
  background-size: auto 100%;
  border: 5px solid #F02475;
  border-left: none;
}
.top #wrapper #main #blocks.largeBox .voice .inner .front .bg {
  background: url(../../images/voice-bg.png) no-repeat 39% top;
  background-size: auto 100%;
  height: 100%;
}
.top #wrapper #main #blocks.largeBox .voice .inner .front .bg h2 {
  padding-top: 17%;
}
.top #wrapper #main #blocks.largeBox .voice .inner .front .bg h2 img {
  width: 70.71429%;
}
.top #wrapper #main #blocks.largeBox .education .inner .front,
.top #wrapper #main #blocks.largeBox .education .inner .back {
  background: #A6D23E;
}
.top #wrapper #main #blocks.largeBox .education .inner .front {
  background: url(../../images/education-img02.jpg) no-repeat left top #A6D23E;
  background-size: auto 100%;
  border: 5px solid #A6D23E;
  border-right: none;
}
.top #wrapper #main #blocks.largeBox .education .inner .front .bg {
  padding-left: 52.34375%;
  background: url(../../images/education-bg.png) no-repeat 60% top;
  background-size: auto 100%;
  height: 100%;
}
.top #wrapper #main #blocks.largeBox .education .inner .front .bg h2 {
  width: 100%;
}
.top #wrapper #main #blocks.largeBox .education .inner .front .bg h2 img {
  width: 64.64286%;
}
.top #wrapper #main #blocks.largeBox .education .inner .back {
  padding-top: 16%;
  right: 0;
  left: auto;
  padding: 15% 20px 0 0;
}
.top #wrapper #newsBox {
  margin: 0 auto 60px;
  width: 96.875%;
}
.top #wrapper #newsBox:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
}
* html .top #wrapper #newsBox {
  height: 1%;
}
.top #wrapper #newsBox section {
  width: 100%;
  background: #FFF;
  float: left;
  min-height: 559px;
}
.top #wrapper #newsBox section h3 {
  padding: 18px 0;
  border-bottom: 1px solid #000;
  text-align: center;
}
.top #wrapper #newsBox section.news {
  margin: 0 3.22581% 0 0;
}
.top #wrapper #newsBox section.news ul {
  padding: 30px;
}
.top #wrapper #newsBox section.news ul li {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px dotted #CCC;
}
.top #wrapper #newsBox section.news ul li:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
}
* html .top #wrapper #newsBox section.news ul li {
  height: 1%;
}
.top #wrapper #newsBox section.news ul li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.top #wrapper #newsBox section.news ul li p {
  width: 60px;
  line-height: 60px;
  float: left;
  margin: 0 10px 0 0;
  background: #CCC;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  color: #FFF;
}
.top #wrapper #newsBox section.news ul li p.freshColor {
  background: #3498DB;
}
.top #wrapper #newsBox section.news ul li p.careerColor {
  background: #EFB929;
}
.top #wrapper #newsBox section.news ul li p.companyColor {
  background: #3D47D9;
}
.top #wrapper #newsBox section.news ul li p.welcomeColor {
  background: #EE832B;
}
.top #wrapper #newsBox section.news ul li p.voiceColor {
  background: #F02475;
}
.top #wrapper #newsBox section.news ul li p.benefitColor {
  background: #3ECF7A;
}
.top #wrapper #newsBox section.news ul li p.contributeColor {
  background: #A52FAA;
}
.top #wrapper #newsBox section.news ul li p.contactColor {
  background: #3CC7CA;
}
.top #wrapper #newsBox section.news ul li p.educationColor {
  background: #A6D23E;
}
.top #wrapper #newsBox section.news ul li p.newsColor {
  background: #FFF;
  color: #333;
  border: 1px solid #333;
}
.top #wrapper #newsBox section.news ul li dl dt {
  margin: 0 0 5px;
  line-height: 1;
  font-size: 12px;
  font-size: 1.2rem;
}
.top #wrapper #newsBox section.news ul li dl dd a {
  color: #333;
}
.top #wrapper #newsBox section.fb h3 {
  background: #315C99;
}
.top #wrapper #newsBox section.fb .fbIframe iframe {
  width: 100% !important;
}

/* ----------------------------------------------------------
  新着情報
---------------------------------------------------------- */
.sub #wrapper #main article.news section h1 {
  border: 1px solid #000;
}
.sub #wrapper #main article.news section h1 .h1En {
  margin: 9px 0px 0px 11px;
  max-height: 10px;
}
.sub #wrapper #main article.news section section h2 {
  margin: 0 0 10px;
}
.sub #wrapper #main article.news section section .dataTxt {
  text-align: right;
}
.sub #wrapper #main article.news section section .dataTxt span {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 4px 7px;
  margin: 0 10px 0 0;
  color: #FFF;
}
.sub #wrapper #main article.news section section .dataTxt span.fresh {
  background: #3498DB;
}
.sub #wrapper #main article.news section section .dataTxt span.career {
  background: #EFB929;
}
.sub #wrapper #main article.news section section .dataTxt span.voice {
  background: #F02475;
}
.sub #wrapper #main article.news section section .dataTxt span.news {
  background: none;
  color: #000;
  border: 1px solid #000;
}
.sub #wrapper #main article.news section p.backBtn {
  text-align: center;
}

/* ----------------------------------------------------------
  新卒採用
---------------------------------------------------------- */
.sub #wrapper #main article.fresh section h1 {
  background: #3498DB;
}
.sub #wrapper #main article.fresh section h1 .h1En {
  max-height: 14px;
}
.sub #wrapper #main article.fresh section section h2 {
  color: #3498DB;
}
.sub #wrapper #main article.fresh section section .entryS,
.sub #wrapper #main article.fresh section section .entryL {
  border: 1px solid #E5E5E5;
  background: url(../../recruit/images/fresh-arrow2.png) no-repeat 50% center #F8F8F8;
}
.sub #wrapper #main article.fresh section section .entryS:after,
.sub #wrapper #main article.fresh section section .entryL:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
}
* html .sub #wrapper #main article.fresh section section .entryS, * html
.sub #wrapper #main article.fresh section section .entryL {
  height: 1%;
}
.sub #wrapper #main article.fresh section section .entryS p,
.sub #wrapper #main article.fresh section section .entryL p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  float: left;
  margin: 53px 0 0;
  width: 50%;
  text-align: center;
}
.sub #wrapper #main article.fresh section section .entryS a,
.sub #wrapper #main article.fresh section section .entryL a {
  /* float: right; */
  text-align: center;
  margin: 0 auto;
  display: table;
}
.sub #wrapper #main article.fresh section section .entryS {
  width: 100%;
  padding: 14px 19px;
  margin: 0 auto;
  max-width: 720px;
}
.sub #wrapper #main article.fresh section section .entryL {
  width: 88.88889%;
  padding: 14px 39px;
  margin: 0 auto;
}
.sub #wrapper #main article.fresh section section *:last-child {
  margin-bottom: 0 !important;
}
.sub #wrapper #main article.fresh section section .flow {
  padding: 27px;
  border: 3px solid #AAA;
  margin: 0 0 100px;
  position: relative;
}
.sub #wrapper #main article.fresh section section .flow:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
}
* html .sub #wrapper #main article.fresh section section .flow {
  height: 1%;
}
.sub #wrapper #main article.fresh section section .flow:before {
  position: absolute;
  bottom: -60px;
  width: 24px;
  height: 12px;
  content: "";
  background: url(../../recruit/images/fresh-arrow.gif) no-repeat;
  z-index: 100;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.sub #wrapper #main article.fresh section section .flow.cis {
  margin-bottom: 40px;
}
.sub #wrapper #main article.fresh section section .flow.cis:before {
  bottom: -100px;
}
.sub #wrapper #main article.fresh section section .flow.naitei {
  border-color: #3498DB;
  color: #3498DB;
}
.sub #wrapper #main article.fresh section section .flow.naitei:before {
  display: none;
}
.sub #wrapper #main article.fresh section section .flow.naitei h3 {
  color: #3498DB;
}
.sub #wrapper #main article.fresh section section .flow h3 {
  text-align: center;
  float: left;
  margin: 0 3.57143% 0 0;
  width: 90px;
}
.sub #wrapper #main article.fresh section section .flow .contents {
  float: left;
  width: 85.71429%;
}
.sub #wrapper #main article.fresh section section .flow .contents p {
  /* margin: 0 0 30px; */
}
.sub #wrapper #main article.fresh section section .flow .contents dl {
  margin: 0 0 20px;
  border-top: 1px dotted #999;
  border-bottom: 1px dotted #999;
  background: #F8F8F8;
}
.sub #wrapper #main article.fresh section section .flow .contents dl:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
}
* html .sub #wrapper #main article.fresh section section .flow .contents dl {
  height: 1%;
}
.sub #wrapper #main article.fresh section section .flow .contents dl dt, .sub #wrapper #main article.fresh section section .flow .contents dl dd {
  padding: 15px 0 15px 20px;
  float: left;
  border-top: 1px dotted #999;
}
.sub #wrapper #main article.fresh section section .flow .contents dl dt:first-of-type, .sub #wrapper #main article.fresh section section .flow .contents dl dd:first-of-type {
  border-top: none;
}
.sub #wrapper #main article.fresh section section .flow .contents dl dt {
  font-weight: bold;
  width: 25%;
}
.sub #wrapper #main article.fresh section section .flow .contents dl dd {
  background: #FFF;
  width: 75%;
}
.sub #wrapper #main article.fresh section section .flow .contents dl dd span {
  color: #3498DB;
}
.sub #wrapper #main article.fresh section section .flow .contents dl dd .map {
  position: relative;
  padding-bottom: 150px;
  height: 0;
  overflow: hidden;
  margin: 10px 0 0;
}
.sub #wrapper #main article.fresh section section .flow .contents dl dd .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.sub #wrapper #main article.fresh section section .flow .contents dl dd p {
  overflow: hidden;
}
.sub #wrapper #main article.fresh section section .flow .contents dl dd p .mapBtn {
  font-size: 11px;
  text-decoration: none;
  color: #FFF;
  margin: 5px 0 0;
  padding: 8px 24px;
  display: block;
  width: 150px;
  float: right;
  background: url(../images/link-icon.png) no-repeat 85% center #3498DB;
}
.sub #wrapper #main article.fresh section section .flow .contents .more-btn a {
  color: #3498db;
  font-weight: bold;
  border: 2px solid #3498db;
  padding: .7em;
  margin: 30px 0 10px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  display: block;
  width: 100%;
}
.sub #wrapper #main article.fresh section section .flow .contents .more-btn a:hover {
  color: #FFF;
  background: #3498db;
}
.sub #wrapper #main article.fresh section section .flow .contents .more-cont {
  display: none;
  margin: 30px 0 0;
}

/* ----------------------------------------------------------
  キャリア採用
---------------------------------------------------------- */
.sub #wrapper #main article.career section h1 {
  background: #EFB929;
}
.sub #wrapper #main article.career section h1 img.h1En {
  margin-top: 9px;
  max-height: 10px;
}
.sub #wrapper #main article.career section section {
  position: relative;
}
.sub #wrapper #main article.career section section h2 {
  color: #EFB929;
  margin: 0 0 30px;
}
.sub #wrapper #main article.career section section ul {
  text-align: center;
  margin: 0 0 20px;
}
.sub #wrapper #main article.career section section ul li {
  display: inline-block;
  padding: 15px 30px;
  margin: 0 0 0 25px;
  background: #F9E3A9;
  color: #FFF;
  font-size: 16px;
  font-size: 1.6rem;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.sub #wrapper #main article.career section section ul li:first-child {
  margin: 0;
}
.sub #wrapper #main article.career section section ul li:hover {
  background: #EFB929;
}
.sub #wrapper #main article.career section section ul li.select {
  background: #EFB929;
}
.sub #wrapper #main article.career section section dl {
  margin: 0 0 30px;
  border-top: 1px dotted #999;
  border-bottom: 1px dotted #999;
  background: #F8F8F8;
}
.sub #wrapper #main article.career section section dl:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
}
* html .sub #wrapper #main article.career section section dl {
  height: 1%;
}
.sub #wrapper #main article.career section section dl dt, .sub #wrapper #main article.career section section dl dd {
  padding: 15px 0 15px 20px;
  float: left;
  border-top: 1px dotted #999;
}
.sub #wrapper #main article.career section section dl dt:first-of-type, .sub #wrapper #main article.career section section dl dd:first-of-type {
  border-top: none;
}
.sub #wrapper #main article.career section section dl dt {
  font-weight: bold;
  width: 20%;
}
.sub #wrapper #main article.career section section dl dd {
  background: #FFF;
  width: 80%;
}
.sub #wrapper #main article.career section section dl dd a {
  color: #EFB929;
}
.sub #wrapper #main article.career section section .how:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
}
* html .sub #wrapper #main article.career section section .how {
  height: 1%;
}
.sub #wrapper #main article.career section section .how > div {
  float: right;
  background: #EFB929;
  margin: 0 0 0 20px;
  width: 280px;
}
.sub #wrapper #main article.career section section .how > div:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
}
* html .sub #wrapper #main article.career section section .how > div {
  height: 1%;
}
.sub #wrapper #main article.career section section .how > div img {
  float: right;
}
.sub #wrapper #main article.career section section .how > div div {
  padding: 58px 10px 0;
  float: left;
}
.sub #wrapper #main article.career section section .how > div div p {
  margin: 0;
  color: #FFF;
  line-height: 1.2;
}
.sub #wrapper #main article.career section section .how > div div p.name {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 5px 0 0;
}
.sub #wrapper #main article.career section section .how section {
  margin: 0 0 40px 0;
}
.sub #wrapper #main article.career section section .how section h3 {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 10px;
}
.sub #wrapper #main article.career section section .how section p {
  font-size: 12px;
  font-size: 1.2rem;
}
.sub #wrapper #main article.career section section .how section a {
  display: block;
  background: url(../images/mark2.gif) no-repeat right bottom #F02475;
  background-size: 5px 5px;
  padding: 4px;
  color: #FFF;
  text-decoration: none;
  font-size: 12px;
  width: 170px;
  text-align: center;
  border: 2px solid #F02475;
}
.sub #wrapper #main article.career section section .how section a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* ----------------------------------------------------------
  採用お問合せ
---------------------------------------------------------- */
.sub #wrapper #main article.contact section h1 {
  background: #3CC7CA;
}
.sub #wrapper #main article.contact section h1 img.h1En {
  max-height: 12px;
}
.sub #wrapper #main article.contact section section h2 {
  color: #3CC7CA;
}
.sub #wrapper #main article.contact section section div:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
}
* html .sub #wrapper #main article.contact section section div {
  height: 1%;
}
.sub #wrapper #main article.contact section section div img {
  float: left;
  width: 43.33333%;
}
.sub #wrapper #main article.contact section section div section {
  float: left;
  margin: 0 0 0 4.44444%;
  width: 52.22222%;
}
.sub #wrapper #main article.contact section section div section .conversation {
  padding: 30px;
  border: 1px solid #CCC;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: url(../images/quote.gif) no-repeat 15px 15px;
  background-size: 25px 23px;
}
.sub #wrapper #main article.contact section section div section h3 {
  margin: 0 0 10px;
}
.sub #wrapper #main article.contact section section div section p a {
  color: #3CC7CA;
  border:none;
  padding: 0;
}
.sub #wrapper #main article.contact section section div section p a:after{
  content: "";
}
.sub #wrapper #main article.contact section section span {
  background: #FF2828;
  color: #FFF;
  padding: 2px 4px;
  font-size: 9px;
  font-size: 0.9rem;
  vertical-align: middle;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.sub #wrapper #main article.contact section section em {
  font-size: 10px;
  font-size: 1rem;
}
.sub #wrapper #main article.contact section section dl {
  width: 93.33333%;
  margin: 30px auto 0;
}
.sub #wrapper #main article.contact section section dl:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
}
* html .sub #wrapper #main article.contact section section dl {
  height: 1%;
}
.sub #wrapper #main article.contact section section dl dt {
  float: left;
  font-weight: bold;
  width: 23.80952%;
  margin: 5px 0;
}
.sub #wrapper #main article.contact section section dl dt span {
  margin: 0 5px 0 10px;
}
.sub #wrapper #main article.contact section section dl dd {
  float: left;
  width: 76.19048%;
  margin: 0 0 30px;
}
.sub #wrapper #main article.contact section section dl dd p em {
  font-size: 14px;
  font-size: 1.4rem;
  color: #3CC7CA;
}
.sub #wrapper #main article.contact section section dl dd input[type="text"] {
  background-color: #fff;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
  padding: 6px;
  height: 36px;
  width: 100%;
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  -ms-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}
.sub #wrapper #main article.contact section section dl dd input[type="text"]:focus {
  border-color: #3CC7CA;
  -webkit-box-shadow: 0 0 2px rgba(60, 199, 202, 0.5);
  -moz-box-shadow: 0 0 2px rgba(60, 199, 202, 0.5);
  -ms-box-shadow: 0 0 2px rgba(60, 199, 202, 0.5);
  -o-box-shadow: 0 0 2px rgba(60, 199, 202, 0.5);
  box-shadow: 0 0 2px rgba(60, 199, 202, 0.5);
}
.sub #wrapper #main article.contact section section dl dd input[type="text"][disabled] {
  background-color: #ddd;
}
.sub #wrapper #main article.contact section section dl dd textarea {
  height: auto;
  padding: 10px;
  background-color: #fff;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
  padding: 6px;
  width: 100%;
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  -ms-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}
.sub #wrapper #main article.contact section section dl dd textarea:focus {
  background: #fafafa;
  border-color: #b3b3b3;
}
.sub #wrapper #main article.contact section section dl dd textarea[disabled] {
  background-color: #ddd;
}
.sub #wrapper #main article.contact section section input[type=submit] {
  display: block;
  background: #3CC7CA;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  border: 0px;
  padding: 20px 60px;
  cursor: pointer;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.sub #wrapper #main article.contact section section input[type=submit]:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.sub #wrapper #main article.contact section section table {
  margin: 40px auto 0;
}
.sub #wrapper #main article.contact section.thanks a {
  color: #3CC7CA;
}
.sub #wrapper #main article.contact section.check dl dt {
  margin: 0;
  padding: 0 0 0 10px;
}
.sub #wrapper #main article.contact section.check dl dd {
  border-bottom: 1px dotted #999;
  float: none;
  margin: 0 0 15px;
  padding: 0 0 15px 25%;
  width: 100%;
}
.sub #wrapper #main article.contact section.check div {
  text-align: center;
  margin: 20px 0 0;
}
.sub #wrapper #main article.contact section.check div input {
  display: inline-block;
  background: #3CC7CA;
  text-align: center;
  color: #fff;
  border: 0px;
  padding: 15px 60px;
  cursor: pointer;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.sub #wrapper #main article.contact section.check div input:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.sub #wrapper #main article.contact section.check div input:first-child {
  margin: 0 10px 0 0;
}
.sub #wrapper #main article.contact section .error ul {
  margin: 0 0 20px;
}
.sub #wrapper #main article.contact section .error ul li {
  color: #FF2828;
  margin: 0 0 5px;
}
.sub #wrapper #main article.contact section .error ul li:last-child {
  margin: 0;
}
.sub #wrapper #main article.contact section .error input {
  display: block;
  background: #3CC7CA;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  border: 0px;
  padding: 14px 60px;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Osaka,Sans-Serif;
  letter-spacing: .25em;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.sub #wrapper #main article.contact section .error input:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

/* ----------------------------------------------------------
  会社案内
---------------------------------------------------------- */
.sub #wrapper #main article.company section h1 {
  background: #3D47D9;
}
.sub #wrapper #main article.company section h1 img.h1En {
  margin-top: 9px;
  max-height: 12px;
}
.sub #wrapper #main article.company section section h2 {
  color: #3D47D9;
}
.sub #wrapper #main article.company section section.policy h2 {
  text-align: center;
  border: none;
  margin: 0 0 35px;
  padding: 0;
}
.sub #wrapper #main article.company section section.policy p {
  text-align: center;
}
.sub #wrapper #main article.company section section.policy p strong {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
}
.sub #wrapper #main article.company section section.policy p.alignR {
  text-align: right;
}
.sub #wrapper #main article.company section section.policy ul {
  text-align: center;
  display: table;
  width: 93.33333%;
  margin: 30px auto;
}
.sub #wrapper #main article.company section section.policy ul li {
  width: 33.33333%;
  margin: 0 0 0 20px;
  height: 178px;
  display: table-cell;
  vertical-align: middle;
  padding: 0 0.59524%;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
.sub #wrapper #main article.company section section.policy ul li:first-child {
  margin: 0;
}
.sub #wrapper #main article.company section section.policy ul li:nth-of-type(1) {
  background: url(../../work/images/company-policy01.gif) no-repeat center center;
  background-size: auto 100%;
}
.sub #wrapper #main article.company section section.policy ul li:nth-of-type(2) {
  background: url(../../work/images/company-policy02.gif) no-repeat center center;
  background-size: auto 100%;
}
.sub #wrapper #main article.company section section.policy ul li:nth-of-type(3) {
  background: url(../../work/images/company-policy03.gif) no-repeat center center;
  background-size: auto 100%;
}
.sub #wrapper #main article.company section section h3 {
  margin: 0 0 10px;
}
.sub #wrapper #main article.company section section dl {
  margin: 0 0 20px;
  border-top: 1px dotted #999;
  border-bottom: 1px dotted #999;
  background: #F8F8F8;
}
.sub #wrapper #main article.company section section dl:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
}
* html .sub #wrapper #main article.company section section dl {
  height: 1%;
}
.sub #wrapper #main article.company section section dl dt, .sub #wrapper #main article.company section section dl dd {
  padding: 15px 0 15px 20px;
  float: left;
  border-top: 1px dotted #999;
}
.sub #wrapper #main article.company section section dl dt:first-of-type, .sub #wrapper #main article.company section section dl dd:first-of-type {
  border-top: none;
}
.sub #wrapper #main article.company section section dl dt {
  font-weight: bold;
  width: 20%;
}
.sub #wrapper #main article.company section section dl dd {
  background: #FFF;
  width: 80%;
}
.sub #wrapper #main article.company section section div:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
}
* html .sub #wrapper #main article.company section section div {
  height: 1%;
}
.sub #wrapper #main article.company section section div section {
  margin: 0 0 20px;
}
.sub #wrapper #main article.company section section div div {
  float: left;
  width: 35.55556%;
}
.sub #wrapper #main article.company section section div figure {
  float: right;
  width: 62.22222%;
}
.sub #wrapper #main article.company section section div figure figcaption {
  text-align: right;
  font-size: 11px;
  font-size: 1.1rem;
}
.sub #wrapper #main article.company section section #map {
  height: 300px;
}
.sub #wrapper #main article.company section section #map img {
  max-width: none !important;
}
.sub #wrapper #main article.company section section .mapBtn {
  font-size: 11px;
  text-decoration: none;
  color: #FFF;
  margin: 5px 0 0;
  padding: 10px 26px;
  display: block;
  width: 150px;
  float: right;
  background: url(../images/link-icon.png) no-repeat 85% center #2362A9;
}
.sub #wrapper #main article.company section section .mapBtn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* ----------------------------------------------------------
  教育システム
---------------------------------------------------------- */
.sub #wrapper #main article.education section h1 {
  background: #A6D23E;
}
.sub #wrapper #main article.education section h1 img.h1En {
  max-height: 14px;
}
.sub #wrapper #main article.education section section h2 {
  color: #A6D23E;
}
.sub #wrapper #main article.education section section p {
  margin: 0 0 20px;
}
.sub #wrapper #main article.education section section p:last-child {
  margin: 0;
}
.sub #wrapper #main article.education section section section {
  margin: 0 0 20px;
}
.sub #wrapper #main article.education section section section h3 {
  margin: 0 0 10px;
}
.sub #wrapper #main article.education section section .photo img {
  width: 46.66667%;
  float: left;
}
.sub #wrapper #main article.education section section .photo img:first-child {
  margin: 0 6.66667% 0 0;
}
.sub #wrapper #main article.education section div:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
}
* html .sub #wrapper #main article.education section div {
  height: 1%;
}
.sub #wrapper #main article.education section div section {
  width: 46.66667%;
  float: left;
}
.sub #wrapper #main article.education section div section:first-child {
  margin: 0 4.44444% 0 0;
}

/* ----------------------------------------------------------
  イキイキと働ける環境づくり
---------------------------------------------------------- */
.sub #wrapper #main article.benefit section h1 {
  background: #3ECF7A;
}
.sub #wrapper #main article.benefit section h1 img.h1En {
  max-height: 13px;
}
.sub #wrapper #main article.benefit section > div:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
}
* html .sub #wrapper #main article.benefit section > div {
  height: 1%;
}
.sub #wrapper #main article.benefit section > div section {
  width: 46.66667%;
  float: left;
}
.sub #wrapper #main article.benefit section > div section:first-child {
  margin: 0 4.44444% 0 0;
}
.sub #wrapper #main article.benefit section > div section img {
  margin: 0 0 20px;
}
.sub #wrapper #main article.benefit section section:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
}
* html .sub #wrapper #main article.benefit section section {
  height: 1%;
}
.sub #wrapper #main article.benefit section section h2 {
  color: #3ECF7A;
}
.sub #wrapper #main article.benefit section section section {
  width: 46.66667%;
  float: left;
}
.sub #wrapper #main article.benefit section section section:first-of-type {
  margin: 0 6.66667% 0 0;
}
.sub #wrapper #main article.benefit section section section h3 {
  margin: 0 0 10px;
}
.sub #wrapper #main article.benefit section section section .elder {
  background: #3ECF7A;
  margin: 0 0 10px;
}
.sub #wrapper #main article.benefit section section section .elder:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
}
* html .sub #wrapper #main article.benefit section section section .elder {
  height: 1%;
}
.sub #wrapper #main article.benefit section section section .elder img {
  float: right;
  width: 57.14286%;
}
.sub #wrapper #main article.benefit section section section .elder div {
  float: left;
  width: 42.85714%;
  padding: 20.2381% 4.28571% 0;
}
.sub #wrapper #main article.benefit section section section .elder div p {
  margin: 0;
  color: #FFF;
  line-height: 1.2;
}
.sub #wrapper #main article.benefit section section section .elder div p strong {
  font-size: 18px;
  font-size: 1.8rem;
}
.sub #wrapper #main article.benefit section section section .elder div p.name {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 21.81818% 0 0;
}


/* ----------------------------------------------------------
  静岡で働こう
---------------------------------------------------------- */
.sub #wrapper #main article.welcome section h1 {
  background: #EE832B;
}
.sub #wrapper #main article.welcome section h1 img.h1En {
  max-height: 14px;
}
.sub #wrapper #main article.welcome section h2 {
  color: #EE832B;
}
.sub #wrapper #main article.welcome section a {
  color: #EE832B;
}
.sub #wrapper #main article.welcome section .no1 {
  position: relative;
  text-align: right;
  margin: 0 0 50px;
}
.sub #wrapper #main article.welcome section .no1 section {
  width: 260px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  background: #FFF;
  padding: 5px;
}
.sub #wrapper #main article.welcome section .no1 section h3 {
  margin: 0 0 5px;
  line-height: 1;
}
.sub #wrapper #main article.welcome section .no1 section ul {
  margin: 0 0 15px;
}
.sub #wrapper #main article.welcome section .no1 section ul li {
  background: #FFF5EA;
  position: relative;
  width: 100%;
  line-height: 35px;
  margin: 0 0 5px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  z-index: 10;
}
.sub #wrapper #main article.welcome section .no1 section ul li:after {
  content: "";
  background: url(../../message/images/welcome-bg01.gif) no-repeat;
  background-size: 160px 5px;
  position: absolute;
  bottom: -5px;
  right: 1px;
  width: 160px;
  height: 5px;
  z-index: 5;
}
.sub #wrapper #main article.welcome section .no1 section ul:last-of-type {
  margin: 0 0 10px;
}
.sub #wrapper #main article.welcome section .no1 section p {
  text-align: right;
}
.sub #wrapper #main article.welcome section .future {
  width: 93.33333%;
  margin: 0 auto;
}
.sub #wrapper #main article.welcome section .future:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
}
* html .sub #wrapper #main article.welcome section .future {
  height: 1%;
}
.sub #wrapper #main article.welcome section .future section {
  width: 47.61905%;
  float: left;
  margin: 0 0 20px 4.7619%;
}
.sub #wrapper #main article.welcome section .future section:nth-of-type(odd) {
  margin-left: 0;
}
.sub #wrapper #main article.welcome section .future section h4 {
  background: #F8F8F8;
  line-height: 46px;
  padding: 0 0 0 20px;
  border-left: 3px solid #EE832B;
  border-bottom: none;
  margin: 0 0 15px;
  z-index: 10;
  position: relative;
}
.sub #wrapper #main article.welcome section .future section h4:after {
  content: "";
  background: url(../../message/images/welcome-bg02.gif) no-repeat;
  background-size: 270px 6px;
  position: absolute;
  bottom: -5px;
  right: 2px;
  width: 270px;
  height: 5px;
  z-index: 5;
}
.sub #wrapper #main article.welcome section .future section h4 img {
  vertical-align: middle;
}
.sub #wrapper #main article.welcome section .future section.create:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
}
* html .sub #wrapper #main article.welcome section .future section.create {
  height: 1%;
}
.sub #wrapper #main article.welcome section .future section.create div {
  width: 47.5%;
  margin: 0 0 0 5%;
  float: left;
}
.sub #wrapper #main article.welcome section .future section.create div:first-of-type {
  margin-left: 0;
}
.sub #wrapper #main article.welcome section .future section.create div img {
  margin: 0 0 5px;
}
.sub #wrapper #main article.welcome section .future section.create div p em {
  font-size: 18px;
  font-size: 1.8rem;
  color: #EE832B;
  margin: 0 0 0 5px;
}
.sub #wrapper #main article.welcome section .future section.create div p.caption {
  text-align: center;
}
.sub #wrapper #main article.welcome section .future section.city ul {
  margin: 0 0 10px;
}
.sub #wrapper #main article.welcome section .future section.city ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
}
* html .sub #wrapper #main article.welcome section .future section.city ul {
  height: 1%;
}
.sub #wrapper #main article.welcome section .future section.city ul li {
  float: left;
  margin: 0 0 0 5%;
  width: 30%;
  text-align: center;
}
.sub #wrapper #main article.welcome section .future section.city ul li:first-child {
  margin-left: 0;
}
.sub #wrapper #main article.welcome section .future section.city ul li img {
  margin: 0 0 10px;
  width: 100%;
}
.sub #wrapper #main article.welcome section .future section.city ul li p {
  margin: 0;
}
.sub #wrapper #main article.welcome section .future section.city ul li p strong {
  font-size: 21px;
  font-size: 2.1rem;
  color: #EE832B;
}
.sub #wrapper #main article.welcome section .future section.city p.caption {
  text-align: right;
}
.sub #wrapper #main article.welcome section .future section.test p em {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.sub #wrapper #main article.welcome section .future section.test p.caption {
  text-align: right;
}
.sub #wrapper #main article.welcome section .future section.test ul li {
  margin: 0 0 10px;
  padding: 0 0 0 2.2em;
  line-height: 22px;
}
.sub #wrapper #main article.welcome section .future section.test ul li:nth-of-type(1) {
  background: url(../../message/images/welcome-list01.gif) no-repeat left center;
  background-size: 25px 22px;
}
.sub #wrapper #main article.welcome section .future section.test ul li:nth-of-type(2) {
  background: url(../../message/images/welcome-list02.gif) no-repeat left center;
  background-size: 25px 22px;
}
.sub #wrapper #main article.welcome section .future section.test ul li:nth-of-type(3) {
  background: url(../../message/images/welcome-list03.gif) no-repeat left center;
  background-size: 25px 22px;
}
.sub #wrapper #main article.welcome section .future section.test ul li:nth-of-type(4) {
  background: url(../../message/images/welcome-list04.gif) no-repeat left center;
  background-size: 25px 22px;
}
.sub #wrapper #main article.welcome section .no6 ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
}
* html .sub #wrapper #main article.welcome section .no6 ul {
  height: 1%;
}
.sub #wrapper #main article.welcome section .no6 ul li {
  background: #F8F8F8;
  border-top: 3px solid #EE832B;
  text-align: center;
  padding: 20px 0 5px;
  width: 31.11111%;
  float: left;
  margin: 30px 0 0 3.33333%;
  font-size: 16px;
  font-size: 1.6rem;
  z-index: 10;
  position: relative;
}
.sub #wrapper #main article.welcome section .no6 ul li:before {
  content: "";
  background: url(../../message/images/welcome-bg03.gif) no-repeat;
  background-size: 110px 5px;
  position: absolute;
  bottom: -5px;
  left: 2px;
  width: 110px;
  height: 5px;
  z-index: 5;
}
.sub #wrapper #main article.welcome section .no6 ul li:after {
  content: "";
  background: url(../../message/images/welcome-bg04.gif) no-repeat;
  background-size: 110px 5px;
  position: absolute;
  bottom: -5px;
  right: 2px;
  width: 110px;
  height: 5px;
  z-index: 5;
}
.sub #wrapper #main article.welcome section .no6 ul li:nth-of-type(3n+1) {
  margin-left: 0;
}
.sub #wrapper #main article.welcome section .no6 ul li strong {
  color: #EE832B;
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0 0 0 5px;
}
.sub #wrapper #main article.welcome section .turn > p {
  margin: 0 0 30px;
}
.sub #wrapper #main article.welcome section .turn *:last-child {
  margin-bottom: 0;
}
.sub #wrapper #main article.welcome section .turn > div {
  margin: 0 0 40px;
}
.sub #wrapper #main article.welcome section .turn > div:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
}
* html .sub #wrapper #main article.welcome section .turn > div {
  height: 1%;
}
.sub #wrapper #main article.welcome section .turn > div img {
  float: right;
  width: 48.88889%;
}
.sub #wrapper #main article.welcome section .turn > div section {
  float: left;
  width: 48.88889%;
  margin: 0;
}
.sub #wrapper #main article.welcome section .turn > div section h3 {
  margin: 0 0 10px;
}
.sub #wrapper #main article.welcome section .turn > div section p {
  margin: 0 0 10px;
}
.sub #wrapper #main article.welcome section .turn > div section p + h3 {
  margin-top: 20px;
}
.sub #wrapper #main article.welcome section .turn > div section ul {
  margin: 0 0 10px;
}
.sub #wrapper #main article.welcome section .turn > div section ul li {
  list-style-type: disc;
  margin: 0 0 0 1em;
}
.sub #wrapper #main article.welcome section .turn > div.conversation {
  padding: 30px;
  border: 1px solid #CCC;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: url(../images/quote.gif) no-repeat 15px 15px;
  background-size: 25px 23px;
}
.sub #wrapper #main article.welcome section .turn > div.conversation img {
  float: right;
  width: 40%;
  margin: 0 0 0 20px;
}
.sub #wrapper #main article.welcome section p.caption {
  font-size: 11px;
  font-size: 1.1rem;
  color: #666;
}

.bnr_chafuka {
  text-align: center;
  padding-top: 1em;
}
.bnr_chafuka img {
  margin-bottom: .5em;
}
.bnr_chafuka p {
  font-size: 14px;
  font-size: 1.4rem;
}

/* ----------------------------------------------------------
  先輩社員の声
---------------------------------------------------------- */
.sub #wrapperVoice {
  max-width: 1220px;
  margin: 30px auto 80px;
}
.sub #wrapperVoice #voiceList {
  display: none;
}
.sub #wrapperVoice #main article.voice section h1 {
  background: #F02475;
  padding: 13px;
  margin: 0 0 30px;
}
.sub #wrapperVoice #main article.voice section h1:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
}
* html .sub #wrapperVoice #main article.voice section h1 {
  height: 1%;
}
.sub #wrapperVoice #main article.voice section h1 img {
  float: left;
  max-height: 29px;
}
.sub #wrapperVoice #main article.voice section h1 img.h1En {
  margin: 8px 0 0 10px;
  max-height: 14px;
}
.sub #wrapperVoice #main article.voice section ul.list {
  background: #AAA;
  padding: 0 0.32787% 4px 0;
}
.sub #wrapperVoice #main article.voice section ul.list:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
}
* html .sub #wrapperVoice #main article.voice section ul.list {
  height: 1%;
}
.sub #wrapperVoice #main article.voice section ul.list li {
  float: left;
  margin: 4px 0 0 0.32895%;
  position: relative;
  width: 24.67105%;
}
.sub #wrapperVoice #main article.voice section ul.list li a {
  width: 100%;
  overflow: hidden;
  display: block;
}
.sub #wrapperVoice #main article.voice section ul.list li a:hover img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.sub #wrapperVoice #main article.voice section ul.list li .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #FFF;
  padding: 8px 15px;
  background: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  font-size: 1.2rem;
}
.sub #wrapperVoice #main article.voice section ul.list li .caption span {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 10px 0 0;
}

/* ---------- 詳細 ----------*/
.sub #wrapperVoice.detail {
  max-width: 1110px;
}
.sub #wrapperVoice.detail:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
}
* html .sub #wrapperVoice.detail {
  height: 1%;
}
.sub #wrapperVoice.detail #voiceList {
  background: #AAA;
  padding: 0 0 4px;
  float: right;
  width: 28.82883%;
  display: block;
}
.sub #wrapperVoice.detail #voiceList:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
}
* html .sub #wrapperVoice.detail #voiceList {
  height: 1%;
}
.sub #wrapperVoice.detail #voiceList li {
  float: left;
  margin: 4px 0 0 4px;
  position: relative;
  width: 48.125%;
}
.sub #wrapperVoice.detail #voiceList li.dummy .caption {
  display: none;
}
.sub #wrapperVoice.detail #voiceList li a {
  width: 100%;
  overflow: hidden;
  display: block;
}
.sub #wrapperVoice.detail #voiceList li a:hover img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.sub #wrapperVoice.detail #voiceList li .caption {
  padding: 8px 3px 8px 10px;
  font-size: 11px;
  font-size: 1.1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #FFF;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#88000000,EndColorStr=#88000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#88000000,EndColorStr=#88000000)";
}
.sub #wrapperVoice.detail #voiceList li .caption:not(:target) {
  filter: none;
  -ms-filter: none;
}
.sub #wrapperVoice.detail #voiceList li .caption span {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0 10px 0 0;
}
.sub #wrapperVoice.detail #voiceList li .caption.current {
  height: 100%;
  background: rgba(125, 0, 50, 0.7);
  padding-top: 45%;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#997d0032,EndColorStr=#997d0032);
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#997d0032,EndColorStr=#997d0032)";
}
.sub #wrapperVoice.detail #voiceList li .caption.current:not(:target) {
  filter: none;
  -ms-filter: none;
}
.sub #wrapperVoice.detail #main {
  width: 68.46847%;
  float: left;
  margin: 0 2.7027% 0 0;
}
.sub #wrapperVoice.detail #main article.voice {
  background: #FFF;
  padding-bottom: 20px;
}
.sub #wrapperVoice.detail #main article.voice > section > h1 {
  display: none;
}
.sub #wrapperVoice.detail #main article.voice > section .voiceBox {
  background: #F02475;
  margin-bottom: 30px;
}
.sub #wrapperVoice.detail #main article.voice > section .voiceBox:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
}
* html .sub #wrapperVoice.detail #main article.voice > section .voiceBox {
  height: 1%;
}
.sub #wrapperVoice.detail #main article.voice > section .voiceBox img {
  float: right;
  width: 63.15789%;
}
.sub #wrapperVoice.detail #main article.voice > section .voiceBox section {
  padding: 15% 30px 0;
  float: left;
  width: 36.84211%;
}
.sub #wrapperVoice.detail #main article.voice > section .voiceBox section h1 {
  margin: 0 0 20%;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: bold;
  font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #FFF;
  padding: 0;
}
.sub #wrapperVoice.detail #main article.voice > section .voiceBox section h1.font22 {
  font-size: 22px;
  font-size: 2.2rem;
}
.sub #wrapperVoice.detail #main article.voice > section .voiceBox section p {
  font-size: 16px;
  font-size: 1.6rem;
  color: #FFF;
}
.sub #wrapperVoice.detail #main article.voice > section .voiceBox section p.name {
  font-size: 12px;
  font-size: 1.2rem;
}
.sub #wrapperVoice.detail #main article.voice > section .detailBox {
  background: #FFF;
  padding: 0 30px;
  margin-top: 20px;
}
.sub #wrapperVoice.detail #main article.voice > section .detailBox:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
}
* html .sub #wrapperVoice.detail #main article.voice > section .detailBox {
  height: 1%;
}
.sub #wrapperVoice.detail #main article.voice > section .detailBox img {
  float: left;
  margin: 0 20px 20px 0;
}
.sub #wrapperVoice.detail #main article.voice > section .detailBox:nth-of-type(3) img {
  float: right;
  margin: 0 0 20px 20px;
}
.sub #wrapperVoice.detail #main article.voice > section .detailBox section h2 {
  margin: 0 0 10px;
  font-size: 20px;
  font-size: 2rem;
  color: #F02475;
  font-weight: bold;
}
.sub #wrapperVoice.detail #main article.voice > section .detailBox section p {
  margin-bottom: 20px;
}
.sub #wrapperVoice.detail #main article.voice > section .pager {
  text-align: center;
  margin: 30px 0 0;
}
.sub #wrapperVoice.detail #main article.voice > section .pager li {
  display: inline-block;
  margin: 0 20px;
  background: #F02475;
}
.sub #wrapperVoice.detail #main article.voice > section .pager li.gray {
  background: #CCC;
  padding: 12px 30px 12px 35px;
}
.sub #wrapperVoice.detail #main article.voice > section .pager li img {
  vertical-align: middle;
}
.sub #wrapperVoice.detail #main article.voice > section .pager li a {
  display: block;
  padding: 12px 30px 12px 35px;
}
.sub #wrapperVoice.detail #main article.voice > section .pager li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* ----------------------------------------------------------
  社会貢献活動紹介
---------------------------------------------------------- */
.sub #wrapper #main article.contribute section section h2 {
  color: #A52FAA;
}

.sub #wrapper #main article.contribute section *:last-child {
  margin-bottom: 0;
}
.sub #wrapper #main article.contribute section p {
  color: #333;
}
.sub #wrapper #main article.contribute section h1 {
  background: #A52FAA;
}
.sub #wrapper #main article.contribute section h1 img.h1En {
  max-height: 13px;
}
.sub #wrapper #main article.contribute section .book {
  text-align: center;
  width: 84.44444%;
  margin: 0 auto 40px;
  background: url(../../contribute/images/contribute-book02.gif) repeat-y;
  background-size: 100% auto;
  position: relative;
}
.sub #wrapper #main article.contribute section .book:before {
  content: "";
  background: url(../../contribute/images/contribute-book01.gif) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 9.13242%;
}
.sub #wrapper #main article.contribute section .book:after {
  content: "";
  background: url(../../contribute/images/contribute-book03.gif) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 13.69863%;
}
.sub #wrapper #main article.contribute section .book section {
  width: 78.94737%;
  margin: 0 auto;
  padding: 75px 0 110px;
}
.sub #wrapper #main article.contribute section .book section:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
}
* html .sub #wrapper #main article.contribute section .book section {
  height: 1%;
}
.sub #wrapper #main article.contribute section .book section > img {
  float: left;
  width: 26.66667%;
}
.sub #wrapper #main article.contribute section .book section h2 {
  text-align: left;
  padding: 0;
  margin: 0 0 30px;
  border: none;
  width: 67.83333%;
  float: right;
}
.sub #wrapper #main article.contribute section .book section h2 img {
  margin: 0 0 5px;
}
.sub #wrapper #main article.contribute section .book section dl {
  background: #F8F8F8;
  margin: 0 0 20px;
  padding: 10px 0;
  clear: both;
}
.sub #wrapper #main article.contribute section .book section dl dt {
  display: inline-block;
  margin-right: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.sub #wrapper #main article.contribute section .book section dl dd {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
}
.sub #wrapper #main article.contribute section .cooperation {
  border: 4px solid #F08AA9;
  background: url(../../contribute/images/contribute-bg.gif);
  width: 84.44444%;
  margin: 0 auto 40px;
  padding: 25px 5.55556%;
}
.sub #wrapper #main article.contribute section .cooperation h3 {
  color: #F08AA9;
  text-align: center;
  margin: 0 0 15px;
  font-size: 24px;
  font-size: 2.4rem;
}
.sub #wrapper #main article.contribute section .cooperation > img {
  float: right;
  margin: 0 0 0 20px;
}
.sub #wrapper #main article.contribute section .cooperation p {
  font-size: 20px;
  font-size: 2rem;
}
.sub #wrapper #main article.contribute section .cooperation small {
  font-size: 11px;
  font-size: 1.1rem;
}
.sub #wrapper #main article.contribute section .support {
  text-align: center;
  margin: 0 0 70px;
  padding: 0 0 60px;
  border-bottom: 1px solid #D3D3D3;
  position: relative;
}
.sub #wrapper #main article.contribute section .support:after {
  content: "";
  background: url(../../contribute/images/contribute-arrow.gif) no-repeat;
  background-size: 100% auto;
  width: 200px;
  height: 15px;
  left: 50%;
  bottom: -16px;
  margin: 0 0 0 -100px;
  position: absolute;
}
.sub #wrapper #main article.contribute section .report {
  text-align: center;
}
.sub #wrapper #main article.contribute section .report h2 {
  border: none;
  color: #A52FAA;
  font-size: 26px;
  font-size: 2.6rem;
}
.sub #wrapper #main article.contribute section .report > img {
  margin: 0 0 20px;
}
.sub #wrapper #main article.contribute section .report div {
  margin: 40px 0;
}
.sub #wrapper #main article.contribute section .report div:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
}
* html .sub #wrapper #main article.contribute section .report div {
  height: 1%;
}
.sub #wrapper #main article.contribute section .report div section {
  width: 48.88889%;
  float: left;
  margin: 0 2.22222% 10px 0;
}
.sub #wrapper #main article.contribute section .report div section:last-of-type {
  margin-right: 0;
}
.sub #wrapper #main article.contribute section .report div section h3 {
  color: #A52FAA;
  text-align: left;
  margin: 0 0 5px;
}
.sub #wrapper #main article.contribute section .report div section dl {
  background: #F8F8F8;
  border: 1px solid #E8E8E8;
}
.sub #wrapper #main article.contribute section .report div section dl:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
}
* html .sub #wrapper #main article.contribute section .report div section dl {
  height: 1%;
}
.sub #wrapper #main article.contribute section .report div section dl dt {
  float: left;
  padding: 12px 15px;
  width: 47.72727%;
}
.sub #wrapper #main article.contribute section .report div section dl dd {
  float: left;
  padding: 12px 15px;
  background: #FFF;
  width: 52.27273%;
}
.sub #wrapper #main article.contribute section .report div p {
  font-size: 11px;
  font-size: 1.1rem;
  text-align: left;
}
.sub #wrapper #main article.contribute section .report div sup {
  color: #A52FAA;
  font-size: 11px;
  font-size: 1.1rem;
}
.sub #wrapper #main article.contribute section .report ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
}
* html .sub #wrapper #main article.contribute section .report ul {
  height: 1%;
}
.sub #wrapper #main article.contribute section .report ul li {
  width: 46.66667%;
  float: left;
  margin: 40px 0 0;
  text-align: left;
}
.sub #wrapper #main article.contribute section .report ul li img {
  margin: 0 0 5px;
}
.sub #wrapper #main article.contribute section .report ul li:nth-of-type(even) {
  float: right;
}
.sub #wrapper #main article.contribute section .report .photo-top:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
}
* html .sub #wrapper #main article.contribute section .report .photo-top {
  height: 1%;
}
.sub #wrapper #main article.contribute section .report .photo-top li {
  width: 46.66667%;
  float: left;
  margin: 0 0 20px 0;
  text-align: left;
}
.sub #wrapper #main article.contribute section .report .photo-top li img {
  margin: 0 0 5px;
}
.sub #wrapper #main article.contribute section .report .photo-top li:nth-of-type(even) {
  float: right;
}




.sub #wrapper #main article.contribute section > div section:first-child {
  width: 46.66667%;
  float: left;
  margin: 40px 0 0;
  text-align: left;
}
.sub #wrapper #main article.contribute section > div section {
  width: 46.66667%;
  float: left;
  margin: 40px 0 0;
  text-align: left;
}
.sub #wrapper #main article.contribute section > div section img {
  margin: 0 0 5px;
}
.sub #wrapper #main article.contribute section > div section:nth-of-type(even) {
  float: right;
}
.sub #wrapper #main article.contribute section section:after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
}


/* ----------------------------------------------------------
  外国人留学生採用
---------------------------------------------------------- */
.sub #wrapper #main article.foreigner section h1 {
  background: #F30;
}
.sub #wrapper #main article.foreigner section h1 img.h1En {
  max-height: 14px;
}
.sub #wrapper #main article.foreigner .foreigner-txt {
  margin: 20px 0 50px;
}
.sub #wrapper #main article.foreigner .detailBox {
  margin-top: 30px;
}
.sub #wrapper #main article.foreigner .detailBox:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
}
* html .sub #wrapper #main article.foreigner .detailBox {
  height: 1%;
}
.sub #wrapper #main article.foreigner .detailBox .imgR,
.sub #wrapper #main article.foreigner .detailBox .blockL {
  float: right;
}
.sub #wrapper #main article.foreigner .detailBox .imgL,
.sub #wrapper #main article.foreigner .detailBox .blockR {
  float: left;
}
.sub #wrapper #main article.foreigner .detailBox section {
  width: 70%;
  margin: 0;
}
.sub #wrapper #main article.foreigner .detailBox img {
  max-width: 26%;
}
  .footer-fix{
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 650px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .footer-fix dl{
    display: flex;
    justify-content: center;
  }
  .footer-fix dl dt{
    border: 1px solid #000;
    display: flex;
    align-items: center;
    max-width: 250px;
    width: 100%;
  }
  .footer-fix dl dt a{
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 10px 0;
    text-decoration: none;
    background: #3498db;
    color: #fff !important;
    width: 100%;
    justify-content: center;
  }
  .footer-fix dl dt a img{
    margin-left: 10px;
  }
  .footer-fix dl dd{
    background: #fff;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    max-width: 250px;
    width: 100%;
  }
  .footer-fix dl dd a{
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 10px 0;
    text-decoration: none;
    width: 100%;
    justify-content: center;
    color: #3498db;
  }
  .footer-fix dl dd a img{
    margin-left: 10px;
  }
  @media screen and (max-width: 768px){
    .footer-fix {
        width: 100%;
    }
    .footer-fix dl dt a{
      padding: 10px;
      line-height: 1.1;
      font-size: 0.8em;
    }
    .footer-fix dl dd a{
      padding: 10px;
      line-height: 1.1;
      font-size: 0.8em;
    }
  }