@charset "UTF-8";
/* This css is compiled from scss */
/*! This is based on normalize.css v3.0.2 | MIT License | git.io/normalize */
/* [contents]
/*----------------------------------*/
/* introduction
/*----------------------------------*/
/* normalize
/*----------------------------------*/
/* 便宜上の設定
/*----------------------------------*/
/**/
/* introduction
/*----------------------------------*/
/**
 * base.cssとして使用する場合は３章の「便宜上の設定」を一度確認すべきでしょう。
 * ノーマライズが目的であれば２章の「normalize」だけでを使用してください。
 * Please search with "wws"
 * to find css added by Wild Web Service.
 */
/* normalize
/*----------------------------------*/
/**
 * 1. フォントの設定をする。
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 *    text-size-adjustは「none」を使わずに「100%」を使う。
 */
html {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "KozGoStd-Light", "KozGoStd-Regular", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
  /* wws */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * 1. 一部のブラウザに対するバグ対策
 * 2. Remove default margin.
 */
body {
  max-width: 100%;
  /* wws */
  margin: 0; }

/**
 * 文字サイズの設定が効かなくなる、またはおかしくなるバグの対策
 * 文字が含まれるボックスにmax-hight:100%を適用することで回避できる
 */
/* HTML5 display definitions
   ========================================================================== */
/**
 * 1. 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.
 * 2. 文字サイズの設定が効かなくなる、またはおかしくなるバグの対策
 *    文字が含まれるボックスにmax-hight:100%を適用することで回避できる。
 */
div,
p,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
  /* 1 */
  /* max-height: 100%; /* 2 */
  /* wws */ }

/**
 * 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-color: 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 {
  max-width: 100%;
  /* wws */
  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 {
  -moz-box-sizing: content-box;
  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; }

/*
 * Copyright (c) 2013-2014 ZURB, inc.
* MIT License
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
* "Software"), to deal in the Software without restriction, including
* without limitation the rights to use, copy, modify, merge, publish,
* distribute, sublicense, and/or sell copies of the Software, and to
* permit persons to whom the Software is furnished to do so, subject to
* the following conditions:
* The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Software.
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
* LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
* OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
/* 便宜上の設定
/*----------------------------------*/
* {
  box-sizing: border-box; }

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0; }

body {
  min-width: 100%; }

table {
  table-layout: fixed;
  width: 100%; }

p {
  margin: 0;
  padding: 0; }

#wrapper {
  max-width: 100%;
  overflow: hidden; }

/* unique
-------------------------- */
/* general
-------------------------- */
/* [contents] font.scss
/*----------------------------------*/
/* 
/*----------------------------------*/
/* 
/*----------------------------------*/
/* 
/*----------------------------------*/
/* 
/*----------------------------------*/
/**/
/* example
/*----------------------------------*/
/* 

    medium
    @font-face {
        font-family: 'myfont';
        src: url('fonts/myfont-medium.woff') format('woff'),
                 url('fonts/myfont-medium.ttf') format('truetype');
        font-weight: 500;
        font-style: normal;
    }
    light
    @font-face {
        font-family: 'myfont';
        src: url('fonts/myfont-light.woff') format('woff'),
                 url('fonts/myfont-light.ttf') format('truetype');
        font-weight: 300;
        font-style: normal;
    }
    bold-italic
    @font-face {
        font-family: 'myfont';
        src: url('fonts/myfont-bold-italic.woff') format('woff'),
                 url('fonts/myfont-bold-italic.ttf') format('truetype');
        font-weight: 700;
        font-style: italic;
    }
    
/**/
/* [contents]
/*----------------------------------*/
/* val
/*----------------------------------*/
/* outline, general
/*----------------------------------*/
/* header
/*----------------------------------*/
/* mv
/*----------------------------------*/
/* concept
/*----------------------------------*/
/* features
/*----------------------------------*/
/*
/*----------------------------------*/
/*
/*----------------------------------*/
/* 
/*----------------------------------*/
/**/
/* val
/*----------------------------------*/
/* outline, general
/*----------------------------------*/
#main {
  margin-top: 52px;
  position: relative;
  z-index: 1;
  background: #fff; }

.test {
  font-family: 'M PLUS 2', sans-serif;
  font-family: 'Mochiy Pop One', sans-serif;
  font-family: 'Rampart One', sans-serif; }

body {
  font-family: 'M PLUS 2', sans-serif; }
  @media screen and (max-width: 666px) {
    body {
      font-size: 3.3vw; } }
  @media screen and (min-width: 666px) {
    body {
      font-size: 14px; } }

span.br {
  display: block; }

.only-pc {
  display: none; }
  @media screen and (min-width: 666px) {
    .only-pc {
      display: block; } }

.only-sp {
  display: none; }
  @media screen and (max-width: 666px) {
    .only-sp {
      display: block; } }

.secthead.general {
  font-size: 2.4em;
  margin: 0;
  padding: .8em 0 1.5em;
  color: #DF7A99;
  vertical-align: middle;
  text-align: center; }
  @media screen and (max-width: 666px) {
    .secthead.general {
      font-size: 2em; } }
  .secthead.general::before {
    content: "";
    display: inline-block;
    width: 4.5em;
    border-top: solid 3px #DF7A99;
    margin-right: 1.2em;
    vertical-align: middle; }
    @media screen and (max-width: 666px) {
      .secthead.general::before {
        display: none; } }
  .secthead.general::after {
    content: "";
    display: inline-block;
    width: 4.5em;
    border-top: solid 3px #DF7A99;
    margin-left: 1.2em;
    vertical-align: middle; }
    @media screen and (max-width: 666px) {
      .secthead.general::after {
        display: block;
        margin: .3em auto 0;
        width: 65%; } }

/* casting-header
/*----------------------------------*/
#casting-header {
  width: 100%;
  height: 52px;
  position: fixed;
  z-index: 10;
  top: 0;
  background: #fff;
  border-bottom: solid 2px #DF7A99;
  box-shadow: 0px 0px 10px -5px #555; }
  #casting-header > .inner {
    display: flex;
    height: 100%;
    padding: 6px; }
  #casting-header .logo {
    display: block;
    flex: 1 1;
    height: 100%;
    padding: 6px 0 6px 8px; }
    #casting-header .logo img {
      display: block;
      height: 100%; }
  #casting-header .button {
    flex: 0 0 150PX;
    text-align: right;
    padding-right: 8px; }
    @media screen and (max-width: 666px) {
      #casting-header .button {
        flex: 0 0 80px; } }
    #casting-header .button > a {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%;
      font-size: 1.15em;
      background-color: rgba(223, 122, 153, 0.8);
      border: solid 3px rgba(255, 255, 255, 0.8);
      border-radius: 5px;
      color: #fff;
      text-decoration: none; }

/* casting-mv
/*----------------------------------*/
#casting-mv {
  background: #DF7A99; }
  #casting-mv > .inner {
    max-width: 2000px;
    margin: auto; }

/* concept
/*----------------------------------*/
#concept {
  padding: 5em 0 7em;
  text-align: center;
  font-size: 1.2em; }
  #concept > .inner {
    max-width: 800px;
    margin: auto; }
  #concept .secthead {
    max-width: 630px;
    margin: auto; }
  @media screen and (max-width: 666px) {
    #concept {
      padding: 3em 1em;
      font-size: 1em; } }

/* features
/*----------------------------------*/
#feature {
  background: #333;
  background-image: url("../img/bg/rhombus.png");
  background-size: 800px; }
  @media screen and (max-width: 666px) {
    #feature {
      background-size: 130%; } }
  #feature > .inner {
    max-width: 1200px;
    margin: auto;
    padding: 2em 0 8em; }
    @media screen and (max-width: 666px) {
      #feature > .inner {
        padding: 2em 0 5em; } }
  #feature .feature-list {
    display: flex; }
    @media screen and (max-width: 666px) {
      #feature .feature-list {
        display: block;
        padding: 0 1.5em; } }
    #feature .feature-list li {
      margin: 1em;
      padding: 1px;
      background: #fff;
      background-size: 100% auto;
      background-repeat: no-repeat;
      text-align: center; }
      @media screen and (max-width: 666px) {
        #feature .feature-list li:nth-child(n+2) {
          margin-top: 3em; } }
      #feature .feature-list li:nth-child(1) {
        background-image: url("../img/feature/feature_1.jpg"); }
      #feature .feature-list li:nth-child(2) {
        background-image: url("../img/feature/feature_2.jpg"); }
      #feature .feature-list li:nth-child(3) {
        background-image: url("../img/feature/feature_3.jpg"); }
      #feature .feature-list li .title {
        margin-top: 33%;
        color: #DF7A99;
        font-weight: bold;
        font-size: 1.5em; }
      #feature .feature-list li .content {
        margin: 5% 0 10%;
        padding: 0 2em; }

/* benefit
/*----------------------------------*/
#benefit {
  padding: 2em 0 3em; }
  @media screen and (max-width: 666px) {
    #benefit {
      background: #DF7A99;
      background-image: url("../img/recruit/stripe.png");
      background-size: 200% auto; } }
  @media screen and (max-width: 666px) {
    #benefit .secthead {
      font-size: 2.4em;
      margin: 0;
      padding: .8em 0 1.5em;
      color: #fff;
      vertical-align: middle;
      text-align: center;
      margin-bottom: 1em; } }
  @media screen and (max-width: 666px) and (max-width: 666px) {
    #benefit .secthead {
      font-size: 2em; } }
  @media screen and (max-width: 666px) {
      #benefit .secthead::before {
        content: "";
        display: inline-block;
        width: 4.5em;
        border-top: solid 3px #fff;
        margin-right: 1.2em;
        vertical-align: middle; } }
    @media screen and (max-width: 666px) and (max-width: 666px) {
      #benefit .secthead::before {
        display: none; } }
  @media screen and (max-width: 666px) {
      #benefit .secthead::after {
        content: "";
        display: inline-block;
        width: 4.5em;
        border-top: solid 3px #fff;
        margin-left: 1.2em;
        vertical-align: middle; } }
    @media screen and (max-width: 666px) and (max-width: 666px) {
      #benefit .secthead::after {
        display: block;
        margin: .3em auto 0;
        width: 65%; } }

  #benefit .list li {
    position: relative;
    margin: 2% 0;
    padding: 1% 0; }
    @media screen and (max-width: 666px) {
      #benefit .list li:nth-child(n+2) {
        margin-top: 5em; } }
    #benefit .list li:nth-child(1) .photo {
      background-image: url("../img/benefit/photo_1.jpg"); }
    #benefit .list li:nth-child(2) .photo {
      background-image: url("../img/benefit/photo_2.jpg");
      right: auto;
      left: 0; }
    #benefit .list li:nth-child(3) .photo {
      background-image: url("../img/benefit/photo_3.jpg"); }
    #benefit .list li:nth-child(1) .text::before {
      background-image: url("../img/benefit/point_1.png?v=1"); }
    #benefit .list li:nth-child(2) .text::before {
      background-image: url("../img/benefit/point_2.png?v=1"); }
    #benefit .list li:nth-child(3) .text::before {
      background-image: url("../img/benefit/point_3.png?v=1"); }
    #benefit .list li > .inner {
      max-width: 900px;
      margin: auto; }
    #benefit .list li:nth-child(2) .text {
      margin-left: auto;
      margin-right: 0; }
  #benefit .list .photo {
    width: 60vw;
    height: 18vw;
    position: absolute;
    right: 0;
    background-position-y: center; }
    @media screen and (max-width: 666px) {
      #benefit .list .photo {
        width: 100%;
        height: auto;
        top: 0;
        bottom: 0;
        background-size: 100% auto; } }
    #benefit .list .photo::before {
      content: "";
      display: none;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(255, 255, 255, 0.92); }
      @media screen and (max-width: 666px) {
        #benefit .list .photo::before {
          display: block; } }
  #benefit .list .text {
    width: 45%;
    margin: 10% 0 5%;
    padding: 3em 0;
    position: relative;
    z-index: 10;
    text-align: center;
    color: #fff;
    background-image: url("../img/benefit/stripe.png");
    background-size: 150% auto; }
    @media screen and (max-width: 666px) {
      #benefit .list .text {
        width: 70%;
        margin: auto !important;
        padding: 1.5em 0;
        background-image: none;
        color: #DF7A99; } }
    #benefit .list .text .title {
      font-size: 1.8em;
      font-weight: bold; }
    #benefit .list .text .description {
      margin-top: 1.5em;
      font-size: 1.5em; }
      @media screen and (max-width: 666px) {
        #benefit .list .text .description {
          margin-top: .8em;
          font-size: 1.2em; } }
    #benefit .list .text::before {
      content: "";
      display: block;
      width: 60%;
      height: 124px;
      position: absolute;
      top: 0;
      left: 0;
      transform: translate(-40%, -50%) rotate(-15deg);
      background-size: 100% auto;
      background-repeat: no-repeat; }
      @media screen and (max-width: 666px) {
        #benefit .list .text::before {
          width: 50%;
          transform: translate(-30%, -30%) rotate(-15deg); } }

/* flow
/*----------------------------------*/
#flow {
  background: #333;
  color: #fff;
  padding: 2em 1em 3em;
  text-align: center;
  overflow: hidden;
  background-image: url("../img/flow/bg.png");
  background-size: 120% auto;
  background-repeat: no-repeat;
  background-position: 170% 200%; }
  @media screen and (max-width: 666px) {
    #flow {
      background-size: 200% auto;
      background-position: 80% 40%; } }
  #flow > .inner {
    max-width: 800px;
    margin: auto; }
  #flow .list li {
    padding: 2em 0 0em; }
    #flow .list li .title {
      font-size: 1.5em; }
    @media screen and (max-width: 666px) {
      #flow .list li {
        padding: 1em 0 0; } }
    #flow .list li::after {
      content: "";
      display: block;
      width: 100%;
      height: 50px;
      margin-top: 2em;
      background-image: url("../img/flow/arrow.png");
      background-repeat: no-repeat;
      background-size: 100% auto; }
    #flow .list li:last-child::after {
      background-image: none;
      border-top: solid 4px #DF7A99; }

/* faq
/*----------------------------------*/
#faq {
  padding: 2em 0 3em; }
  @media screen and (max-width: 666px) {
    #faq {
      padding: 2em .6em 3em; } }
  #faq > .inner {
    max-width: 800px;
    margin: auto; }
  #faq .faq-list {
    margin-top: 3em; }
    @media screen and (max-width: 666px) {
      #faq .faq-list {
        margin-top: -2em; } }
    #faq .faq-list dt {
      margin-top: 1.5em;
      padding: .6em 0;
      font-size: 1.2em;
      background: #DF7A99;
      color: #fff; }
      #faq .faq-list dt span {
        background: #DF7A99;
        color: #fff; }
      #faq .faq-list dt::before {
        content: "Q";
        display: inline-block;
        padding: .15em .8em;
        margin-right: .8em;
        margin-left: .8em;
        position: relative;
        background: #fff;
        font-weight: 800;
        line-height: 1;
        color: #DF7A99; }
    #faq .faq-list dd {
      padding: .6em;
      margin: 0;
      background: #fff;
      color: #2d2d2d; }

/* recruit
/*----------------------------------*/
#recruit {
  background: #DF7A99;
  color: #fff;
  background-image: url("../img/recruit/stripe.png");
  background-size: 80% auto;
  padding: 2em 0 4em; }
  @media screen and (max-width: 666px) {
    #recruit {
      padding: 2em 1em 4em; } }
  #recruit > .inner {
    max-width: 720px;
    margin: auto; }
  #recruit .secthead {
    font-size: 2.4em;
    margin: 0;
    padding: .8em 0 1.5em;
    color: #fff;
    vertical-align: middle;
    text-align: center; }
    @media screen and (max-width: 666px) {
      #recruit .secthead {
        font-size: 2em; } }
    #recruit .secthead::before {
      content: "";
      display: inline-block;
      width: 4.5em;
      border-top: solid 3px #fff;
      margin-right: 1.2em;
      vertical-align: middle; }
      @media screen and (max-width: 666px) {
        #recruit .secthead::before {
          display: none; } }
    #recruit .secthead::after {
      content: "";
      display: inline-block;
      width: 4.5em;
      border-top: solid 3px #fff;
      margin-left: 1.2em;
      vertical-align: middle; }
      @media screen and (max-width: 666px) {
        #recruit .secthead::after {
          display: block;
          margin: .3em auto 0;
          width: 65%; } }
  #recruit .container {
    position: relative; }
    #recruit .container .description {
      padding-top: 5em;
      font-size: 1.3em; }
      @media screen and (max-width: 666px) {
        #recruit .container .description {
          padding-top: 0;
          margin-top: -1em; } }
    #recruit .container .image {
      width: 60%;
      position: absolute;
      right: 0;
      top: 0; }
      @media screen and (max-width: 666px) {
        #recruit .container .image {
          width: 100%;
          position: static; } }
      #recruit .container .image img {
        width: 100%; }
  #recruit .bottom {
    text-align: center;
    padding: 2em 0; }
    #recruit .bottom a {
      display: inline-block;
      margin: auto;
      font-size: 1.5em;
      padding: .6em 4em;
      background: #fff;
      color: #DF7A99;
      border-radius: 5px;
      text-decoration: none; }

/* campany
/*----------------------------------*/
#company {
  padding: 3em 1em 6em;
  background-color: #333; }
  #company > .inner {
    max-width: 780px;
    margin: auto; }
  #company .secthead {
    font-size: 2.4em;
    margin: 0;
    padding: .8em 0 1.5em;
    color: #fff;
    vertical-align: middle;
    text-align: center; }
    @media screen and (max-width: 666px) {
      #company .secthead {
        font-size: 2em; } }
    #company .secthead::before {
      content: "";
      display: inline-block;
      width: 4.5em;
      border-top: solid 3px #fff;
      margin-right: 1.2em;
      vertical-align: middle; }
      @media screen and (max-width: 666px) {
        #company .secthead::before {
          display: none; } }
    #company .secthead::after {
      content: "";
      display: inline-block;
      width: 4.5em;
      border-top: solid 3px #fff;
      margin-left: 1.2em;
      vertical-align: middle; }
      @media screen and (max-width: 666px) {
        #company .secthead::after {
          display: block;
          margin: .3em auto 0;
          width: 65%; } }
  #company table {
    margin-top: 2em;
    background: #333; }
    #company table th {
      width: 30%;
      border: solid 1px #fff;
      color: #fff; }
    #company table td {
      padding: 1em;
      border: solid 1px #fff;
      color: #fff; }
      #company table td a {
        color: inherit; }

/* footer
/*----------------------------------*/
#footer {
  text-align: center;
  border-top: solid 1px #fff;
  background: #4d4d4d;
  color: #fff; }
  #footer > .inner {
    padding: .5em; }

/*# sourceMappingURL=casting.css.map */
