@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
html * {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* color ----------------------- */
.blue {
  color: #0099CC;
}

.pink {
  color: #FF3399;
}

.green {
  color: #33CC00;
}

/* ----------------------------------------------
	tags,common
---------------------------------------------- */
body {
  font-family: 'メイリオ', 'Meiryo','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',  'ＭＳ Ｐゴシック','MS P Gothic', sans-serif;
  color: #333333;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: -0.001em;
  -webkit-text-size-adjust: 100%;
  text-align: center;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li {
  margin: 0;
  padding: 0;
  text-align: left;
}

h1 {
  font-size: 12px;
  font-weight: normal;
  line-height: 2;
  color: #fff;
}

h2 {
  font-size: 22px;
}

h3 {
  background: url(../images/tl-bg-bk.png) no-repeat;
  padding: 0 30px;
  margin: 0 0 10px 0;
  font-size: 22px;
  font-weight: normal;
  line-height: 60px;
  color: #fff;
}
h3 a {
  color: #fff;
  text-decoration: none;
}
h3 a:hover {
  text-decoration: underline;
}
h3 span {
  padding: 0 22px 0 0;
  font-size: 14px;
}

h4 {
  font-size: 18px;
}

p {
  margin: 0 0 1em 0;
}

li {
  list-style: none;
}

/* リンク ----------------------- */
a {
  color: #0099CC;
}
a:hover {
  text-decoration: none;
}
a img:hover {
  opacity: 0.8;
}

img {
  height: auto;
}

/* clearfix ----------------------- */
.clear {
  clear: both;
}

.cf:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.cf {
  display: inline-block;
}

/* Hides from IE-mac ￥*/
* html .cf {
  height: 1%;
}

.cf {
  display: block;
}

/* End hide from IE-mac */
/* WP float,clear ----------------------- */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  margin: 0 auto;
  text-align: center;
}

img.alignleft {
  margin: 0 30px 30px 0;
}

img.alignright {
  margin: 0 0 20px 20px;
}

img.aligncenter {
  margin: 0 auto 20px;
}

.txt_r {
  text-align: right;
}

.txt_c {
  text-align: center;
}

.bold {
  font-weight: bold;
}

/* マージン ----------------------- */
.m10 {
  margin-bottom: 10px;
}

.m20 {
  margin-bottom: 20px;
}

.m30 {
  margin-bottom: 30px;
}

.m40 {
  margin-bottom: 40px;
}

.m50 {
  margin-bottom: 50px;
}

.m60 {
  margin-bottom: 60px;
}

/* 文字サイズ ----------------------- */
.fs13 {
  font-size: 13px;
}

/* その他 ----------------------- */
.hide {
  display: none;
}

/* ----------------------------------------------
	lauout
---------------------------------------------- */
/* 共通のlayout
   ========================================================================== */
html, body {
  background-color: #FAC905;
  position: relative;
}

body {
  background-repeat: no-repeat;
  background-position: center top;
  min-width: 960px;
}
body#home {
  background-image: url(../images/h-bg.png);
}
body#home .wrapper {
  background-image: url(../images/h-bg.png);
}
body#home #contents {
  margin: 440px auto 0;
}
body.page {
  background-image: url(../images/h-bg.gif);
}
body.page #contents {
  margin: 30px auto 0;
}
body #contents {
  width: 960px;
  height: auto !important;
  /*IE6対策*/
}

.bg-area {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
}

#contents {
  width: 960px;
  margin: 200px auto 0;
  height: auto !important;
  /*IE6対策*/
}

.basic-width {
  width: 960px;
  margin: 0 auto;
}

table.basic {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 20px auto 20px;
  width: 800px;
}
table.basic td, table.basic th {
  padding: 7px 15px;
  border: 1px solid #ddd;
  font-size: 14px;
  text-align: left;
}
table.basic th {
  background-color: #EEE;
  width: 30%;
  font-weight: bold;
  vertical-align: top;
}
table.basic td {
  background-color: #fff;
}

/* ヘッダー ----------------------- */
/* グロナビ ----------------------- */
header {
  background-image: url(../images/nav-bg.png);
  background-repeat: repeat-x;
  background-position: bottom left;
  background-color: #000;
  height: 112px;
}
header > .basic-width {
  position: relative;
}
header #h-logo {
  position: relative;
  float: left;
  width: 500px;
  margin: 5px 0;
  text-align: left;
}
header #h-logo h1 {
  position: absolute;
  top: 12px;
  left: 72px;
}
header #h-logo p {
  margin: 8px 0;
}
header #h-logo p a {
  float: left;
}
header #h-logo p a img:hover {
  opacity: 1;
}
header #h-info {
  color: #fff;
}
header #h-info .tel {
  display: none;
  font-size: 28px;
  color: #fff;
  line-height: 1;
  text-shadow: 0px 2px 2px #969696;
  letter-spacing: 0.1em;
}
header #h-info > ul {
  padding: 16px 0 0 0;
}
header #h-info > ul li {
  font-weight: bold;
  font-size: 13px;
  text-align: right;
}
header #h-info > ul li img {
  padding: 0 6px 0 0;
}
header .logo {
  float: left;
}
header ul.nav {
  float: right;
}
header ul.nav li {
  list-style: none;
  float: left;
  line-height: 30px;
  color: #fff;
}
header ul.nav li a {
  text-decoration: none;
  padding: 0 0 6px 32px;
  display: block;
  color: #fff;
}
header ul.nav li a:hover {
  text-decoration: underline;
  font-weight: bold;
}
header ul.nav li a.pk:hover {
  color: #FF3399;
}
header ul.nav li a.ye:hover {
  color: #FAC905;
}
header ul.nav li a.gr:hover {
  color: #33CC00;
}
header ul.nav li a.bl:hover {
  color: #0099CC;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

/* フッター ----------------------- */
footer {
  background: url(../images/f-bg.png) repeat-x top;
  background-color: #000;
  border-top: 3px solid #0099CC;
  padding: 20px 0 0;
  height: 160px;
  /*footer下の隙間の消去*/
  position: relative;
  bottom: 0;
  color: #fff;
  font-size: 12px;
}
footer .inner {
  position: relative;
  margin: 0 auto;
}
footer .inner .wrap {
  padding: 0 0 10px 0;
}
footer .inner .wrap #f-contact,
footer .inner .wrap #f-info {
  float: left;
}
footer .inner .wrap #f-contact {
  width: 480px;
  border-right: 1px solid #000;
  text-align: left;
}
footer .inner .wrap #f-contact ul {
  margin: 0 0 10px 0;
}
footer .inner .wrap #f-contact a img:hover {
  opacity: 1;
}
footer .inner .wrap #f-info {
  width: 478px;
  float: right;
  border-left: 1px solid #999;
}
footer .inner .wrap #f-info ul {
  background: url(../images/icon-office.png) no-repeat top left;
  padding: 0 0 0 60px;
  margin: 40px 0 0 30px;
}
footer .inner .wrap #f-info ul li a {
  color: #fff;
  text-decoration: none;
}
footer .inner .wrap #f-info ul li a:hover {
  text-decoration: underline;
}
footer .inner p#copy {
  margin: 0;
  border-top: 1px solid #999;
  text-align: right;
  line-height: 3;
}
footer .inner #ptop a {
  position: absolute;
  right: 0;
  top: -53px;
  z-index: 99;
  display: block;
}
footer .inner #ptop a:hover {
  opacity: 0.7;
}

.pan {
  padding: 0 0 6px 0;
  text-align: left;
  font-size: 13px;
  font-weight: bold;
}
.pan a {
  color: #333;
}
.pan a:hover {
  color: #fff;
}

/* それぞれのlayout
   ========================================================================== */
#appeal h4 {
  background: url(../images/tl-bg-gy.png) no-repeat;
  padding: 0 0 0 20px;
  margin: 0 0 10px 0;
}
#appeal img[src="images/appeal-img2.png"] {
  margin: 20px 0;
}
#appeal .inner {
  background: url(../images/appeal-img3.png) no-repeat;
  padding: 0 0 0 280px;
}
#appeal .inner dl {
  width: 600px;
}
#appeal .inner dl dt {
  background: url(../images/icon-point.png) no-repeat;
  padding: 0 0 16px 90px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
}

#scene .single {
  width: 202px;
  float: left;
  margin: 0 30px 0 0;
}
#scene .single.last-child {
  margin: 0;
}
#scene .single > img {
  vertical-align: bottom;
}
#scene .single .tl {
  background: url(../images/tl-bg-ye.png) no-repeat;
  margin: 0 0 10px 0;
  text-align: center;
  line-height: 34px;
}
#scene .single p {
  font-size: 12px;
}

#talent .bg-area {
  border-radius: 6px;
  padding: 10px;
}
#talent .bg-area p {
  margin: 10px;
}
#talent .bg-area .talent-img li {
  float: left;
  margin: 20px 13px 0;
}
#talent .bg-area .talent-img li figure {
  margin: 0;
}
#talent .bg-area .talent-img li figure img {
  width: 162px;
  border-radius: 6px;
}
#talent .bg-area .talent-img li figure img:hover {
  box-shadow: 4px 4px #333;
  opacity: 1;
}

#flow .bg-area {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: 30px 0 0 0;
  background: url(../images/flow-img-bg.png) no-repeat bottom;
  background-color: #fff;
  height: 370px;
}
#flow .bg-area > p {
  padding: 0 30px;
}
#flow .bg-area ul {
  position: relative;
}
#flow .bg-area ul li {
  width: 160px;
  float: left;
  position: absolute;
  top: 110px;
  list-style: none;
}
#flow .bg-area ul li#step1 {
  left: 40px;
}
#flow .bg-area ul li#step1 img {
  margin: 22px 0 0 0;
}
#flow .bg-area ul li#step2 {
  left: 296px;
}
#flow .bg-area ul li#step3 {
  left: 540px;
}
#flow .bg-area ul li#step4 {
  left: 770px;
}

#voice .single {
  float: left;
  width: 435px;
  height: 330px;
  border: 3px solid #FAC905;
  border-radius: 6px;
  margin: 0 30px 0 0;
  box-sizing: border-box;
}
#voice .single#voice1 {
  background: url(../images/voice-man1.png) no-repeat 10px 20px;
}
#voice .single#voice2 {
  background: url(../images/voice-man2.png) no-repeat 10px 20px;
}
#voice .single.last-child {
  margin: 0;
}
#voice .single .inner {
  padding: 20px 30px 30px 80px;
}

#contact .bn-area {
  width: 670px;
  margin: 0 auto 10px;
}
#contact .bn-area span {
  color: red;
}
#contact .bn-area a img {
  width: 210px;
  float: left;
  margin: 0 20px 0 0;
}
#contact .bn-area a img.last-child {
  margin: 0;
}
#contact #privacy {
  background: #f2f2f2;
  border: 1px solid #999;
  height: 260px;
  overflow-y: scroll;
  overflow-x: hidden;
}
#contact #privacy .inner {
  padding: 20px 20px 0 20px;
}
#contact #privacy .inner h1 {
  margin: 0 0 10px 0;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
#contact #privacy .inner > ul > li {
  margin: 0 0 20px 0;
}
#contact #privacy .inner ul {
  margin: 0 0 0 20px;
}
#contact #privacy .inner ul li {
  list-style-type: decimal;
}
#contact #privacy .inner ul.iroha {
  margin: 0 0 20px 28px;
}
#contact #privacy .inner ul.iroha li {
  list-style-type: hiragana-iroha;
}
#contact form {
  margin: 0 0 30px 0;
}
#contact form table {
  width: 600px;
  margin: 0 auto;
}
#contact form table tbody tr th, #contact form table tbody tr td {
  line-height: 2;
}
#contact form table tbody tr th {
  text-align: right;
}
#contact form table tbody tr th span {
  color: red;
}
#contact form table tbody tr td {
  text-align: left;
  padding: 6px 0;
}
#contact form table tbody tr td input[type="text"],
#contact form table tbody tr td textarea {
  width: 300px;
}
#contact form input[type="submit"] {
  width: 120px;
  margin: 6px 0;
}

.page .talent-single .bg-area {
  background: #fff;
  padding: 30px;
}
.page .talent-single .bg-area h4 {
  background-image: url(../images/h4.png);
  background-position: bottom;
  background-repeat: repeat-x;
  background-color: #EEEEEE;
  border-bottom: 3px solid #333333;
  border-top: 1px solid #999999;
  width: 430px;
  margin: 0 0 10px 0;
  padding: 6px 0 3px 6px;
  font-weight: normal;
  font-size: 18px;
}
.page .talent-single .bg-area dl {
  margin: 0 0 20px 0;
}
.page .talent-single .bg-area dl dt {
  font-weight: bold;
}
.page .talent-single .bg-area .profile {
  border: 3px solid #FAC905;
  border-radius: 6px;
  width: 720px;
  margin: 30px 90px;
}
.page .talent-single .bg-area .profile .inner {
  padding: 30px;
}
.page .talent-single .bg-area .profile .inner > p {
  font-size: 16px;
  text-decoration: underline;
  font-weight: bold;
}
.page .talent-single .bg-area .profile .inner table * {
  text-align: left;
  vertical-align: text-top;
}
.page .talent-single .bg-area .profile .inner table tr {
  padding: 0 0 10px 0;
}
.page .talent-single .bg-area .profile .inner table th {
  width: 90px;
  vertical-align: text-top;
  padding: 4px 0;
}
.page .talent-single .bg-area .profile .inner table td {
  width: 240px;
  padding: 0 20px 0 0;
}

#company #dept figure.alignleft {
  margin: 0 30px 20px 0;
}

.btn-contact {
  display: block;
  margin: 30px 0;
}
