@charset "UTF-8";
/*　Example
.hogehoge {
	@include cf;
	@include pa(1px, auto, auto, 1px);
	@include fs(30);
	@include op(0.5);
	@include br(4px);
	@include enTitle;
}
*/
@import url("common.css");
body#project1 a#gn-project,
body#project2 a#gn-project {
  color: #e50012; }
body#project1 main h2#visual,
body#project2 main h2#visual {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto; }
  body#project1 main h2#visual > img,
  body#project2 main h2#visual > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: 0;
    width: 100%;
    height: auto; }
body#project1 main section#pIntro,
body#project2 main section#pIntro {
  opacity: 0;
  filter: alpha(opacity=0);
  padding: 90px 0;
  text-align: center; }
  body#project1 main section#pIntro h3,
  body#project2 main section#pIntro h3 {
    font-size: 25px;
    font-size: 1.5625rem;
    font-weight: bold;
    font-family: YuMincho, "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
    color: #0068b6; }
  body#project1 main section#pIntro strong,
  body#project2 main section#pIntro strong {
    display: block;
    margin-top: 30px;
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: bold;
    font-family: YuMincho, "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
    line-height: 150%; }
  body#project1 main section#pIntro p,
  body#project2 main section#pIntro p {
    margin-top: 70px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 200%; }
    body#project1 main section#pIntro p br.spOnly,
    body#project2 main section#pIntro p br.spOnly {
      display: none; }
body#project1 main section#memberList,
body#project2 main section#memberList {
  zoom: 1; }
  body#project1 main section#memberList:after,
  body#project2 main section#memberList:after {
    display: block;
    clear: both;
    content: ""; }
  body#project1 main section#memberList > div,
  body#project2 main section#memberList > div {
    position: relative;
    overflow: hidden;
    display: table;
    float: left;
    width: 25%;
    height: 320px;
    background-color: #bec0c2; }
    body#project1 main section#memberList > div strong,
    body#project2 main section#memberList > div strong {
      display: table-cell;
      text-align: center;
      vertical-align: middle;
      font-size: 25px;
      font-size: 1.5625rem;
      font-family: Arial Bold Italic;
      font-weight: bold;
      color: white; }
    body#project1 main section#memberList > div div#stickA,
    body#project1 main section#memberList > div div#stickB,
    body#project1 main section#memberList > div div#stickC,
    body#project2 main section#memberList > div div#stickA,
    body#project2 main section#memberList > div div#stickB,
    body#project2 main section#memberList > div div#stickC {
      opacity: 0.1;
      filter: alpha(opacity=10);
      width: 150px;
      height: 2000px;
      z-index: 1;
      background-color: white; }
    body#project1 main section#memberList > div div#stickA,
    body#project2 main section#memberList > div div#stickA {
      position: absolute;
      top: -300px;
      right: -10px;
      bottom: auto;
      left: auto; }
    body#project1 main section#memberList > div div#stickB,
    body#project2 main section#memberList > div div#stickB {
      position: absolute;
      top: -200px;
      right: -50px;
      bottom: auto;
      left: auto; }
    body#project1 main section#memberList > div div#stickC,
    body#project2 main section#memberList > div div#stickC {
      position: absolute;
      top: -100px;
      right: -200px;
      bottom: auto;
      left: auto; }
  body#project1 main section#memberList > ul,
  body#project2 main section#memberList > ul {
    float: left;
    width: 75%;
    height: 320px;
    zoom: 1; }
    body#project1 main section#memberList > ul:after,
    body#project2 main section#memberList > ul:after {
      display: block;
      clear: both;
      content: ""; }
    body#project1 main section#memberList > ul li,
    body#project2 main section#memberList > ul li {
      display: block;
      float: left;
      position: relative;
      width: 33.3%;
      height: 100%;
      text-align: left;
      background-color: #f8f9fa; }
      body#project1 main section#memberList > ul li > div.image,
      body#project2 main section#memberList > ul li > div.image {
        width: 100%;
        height: 160px; }
      body#project1 main section#memberList > ul li > strong,
      body#project2 main section#memberList > ul li > strong {
        display: block;
        margin-top: 20px;
        padding: 0 2em;
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: bold; }
      body#project1 main section#memberList > ul li > p,
      body#project2 main section#memberList > ul li > p {
        margin-top: 10px;
        padding: 0 2em;
        font-size: 12px;
        font-size: 0.75rem; }
    body#project1 main section#memberList > ul span.cover,
    body#project2 main section#memberList > ul span.cover {
      position: absolute;
      top: auto;
      right: auto;
      bottom: auto;
      left: 0;
      z-index: 2;
      display: block;
      width: 100%;
      height: 100%;
      background: white; }
    body#project1 main section#memberList > ul li:nth-child(odd) span.cover,
    body#project2 main section#memberList > ul li:nth-child(odd) span.cover {
      top: 0; }
    body#project1 main section#memberList > ul li:nth-child(even),
    body#project2 main section#memberList > ul li:nth-child(even) {
      background-color: white; }
      body#project1 main section#memberList > ul li:nth-child(even) span.cover,
      body#project2 main section#memberList > ul li:nth-child(even) span.cover {
        bottom: 0; }
body#project1 main section#storyBox article,
body#project2 main section#storyBox article {
  padding-top: 90px; }
  body#project1 main section#storyBox article small,
  body#project2 main section#storyBox article small {
    display: block;
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: Arial Italic;
    color: #0068b6;
    text-align: center; }
  body#project1 main section#storyBox article h3,
  body#project2 main section#storyBox article h3 {
    display: block;
    margin-top: 10px;
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: bold;
    font-family: YuMincho, "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
    text-align: center; }
  body#project1 main section#storyBox article p,
  body#project2 main section#storyBox article p {
    position: relative;
    width: 50%;
    margin-top: 60px;
    margin-left: 25%;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.8rem; }
    body#project1 main section#storyBox article p span,
    body#project2 main section#storyBox article p span {
      position: absolute;
      top: 0;
      right: auto;
      bottom: auto;
      left: -4em;
      font-weight: bold; }
  body#project1 main section#storyBox article em,
  body#project2 main section#storyBox article em {
    display: block;
    width: 50%;
    margin-top: 30px;
    margin-left: 25%;
    font-size: 12px;
    font-size: 0.75rem;
    padding-left: 1em;
    text-indent: -1em; }
  body#project1 main section#storyBox article figure,
  body#project2 main section#storyBox article figure {
    margin-top: 70px;
    zoom: 1; }
    body#project1 main section#storyBox article figure:after,
    body#project2 main section#storyBox article figure:after {
      display: block;
      clear: both;
      content: ""; }
    body#project1 main section#storyBox article figure div.image,
    body#project2 main section#storyBox article figure div.image {
      position: relative;
      float: left;
      width: 50%;
      height: auto; }
      body#project1 main section#storyBox article figure div.image img,
      body#project2 main section#storyBox article figure div.image img {
        width: 100%;
        height: auto; }
      body#project1 main section#storyBox article figure div.image span.cover,
      body#project2 main section#storyBox article figure div.image span.cover {
        position: absolute;
        top: auto;
        right: auto;
        bottom: auto;
        left: 0;
        z-index: 2;
        display: block;
        width: 100%;
        height: 100%;
        background: white; }
      body#project1 main section#storyBox article figure div.image:nth-child(odd) span.cover,
      body#project2 main section#storyBox article figure div.image:nth-child(odd) span.cover {
        top: 0; }
      body#project1 main section#storyBox article figure div.image:nth-child(even) span.cover,
      body#project2 main section#storyBox article figure div.image:nth-child(even) span.cover {
        bottom: 0; }

body#requirement-mid a#gn-require {
  color: #e50012; }
body#requirement-mid main > section {
  width: 50%;
  min-width: 640px;
  margin: 0 auto; }
body#requirement-mid main section#requirementList > h3:first-child {
  margin-top: 50px; }
body#requirement-mid main section#requirementList > h3 {
  display: block;
  position: relative;
  width: 100%;
  height: 70px;
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  padding-top: 40px; }
  body#requirement-mid main section#requirementList > h3:before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e4e7eb; }
  body#requirement-mid main section#requirementList > h3:after {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    right: auto;
    bottom: auto;
    left: 50%;
    width: 200px;
    height: 1px;
    margin-left: -100px;
    background-color: white; }
  body#requirement-mid main section#requirementList > h3 > span {
    display: block;
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1em;
    text-align: center;
    color: #0068b6;
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: Arial Italic;
    z-index: 888; }
body#requirement-mid main section#requirementList > ul {
  display: block;
  margin: 50px 0 80px 20%; }
  body#requirement-mid main section#requirementList > ul li {
    margin-bottom: 10px; }
    body#requirement-mid main section#requirementList > ul li:before {
      content: '・'; }
    body#requirement-mid main section#requirementList > ul li a {
      color: #494b4d;
      text-decoration: none; }
      body#requirement-mid main section#requirementList > ul li a:hover {
        color: #0068b6; }

body#requirement-mid-outline a#gn-require {
  color: #e50012; }
body#requirement-mid-outline main > section {
  width: 50%;
  min-width: 640px;
  margin: 0 auto; }
body#requirement-mid-outline main section#requirementOutline > table {
  width: 100%; }
  body#requirement-mid-outline main section#requirementOutline > table tr {
    border-top: 1px solid #e4e7eb; }
    body#requirement-mid-outline main section#requirementOutline > table tr th, body#requirement-mid-outline main section#requirementOutline > table tr td {
      padding: 40px 0;
      vertical-align: top;
      font-size: 14px;
      font-size: 0.875rem; }
    body#requirement-mid-outline main section#requirementOutline > table tr th {
      width: 30%;
      color: #0068b6;
      font-weight: bold; }
    body#requirement-mid-outline main section#requirementOutline > table tr div.imageSet {
      zoom: 1; }
      body#requirement-mid-outline main section#requirementOutline > table tr div.imageSet:after {
        display: block;
        clear: both;
        content: ""; }
      body#requirement-mid-outline main section#requirementOutline > table tr div.imageSet img {
        float: left;
        display: block;
        width: 49%;
        margin-right: 1%; }

body#requirement-mid-form main > section {
  width: 50%;
  min-width: 640px;
  margin: 0 auto; }
body#requirement-mid-form main section#formIntro {
  font-size: 14px;
  font-size: 0.875rem; }
  body#requirement-mid-form main section#formIntro div.grayBox {
    width: 100%;
    margin: 20px 0;
    padding: 25px 30px;
    background-color: #f7f7f7; }
    body#requirement-mid-form main section#formIntro div.grayBox h3 {
      font-weight: bold; }
    body#requirement-mid-form main section#formIntro div.grayBox + p {
      font-size: 12px;
      font-size: 0.75rem; }
      body#requirement-mid-form main section#formIntro div.grayBox + p span {
        color: #e50012; }
body#requirement-mid-form main section#formCont {
  margin-top: 60px; }
  body#requirement-mid-form main section#formCont h3 {
    width: 100%;
    height: 40px;
    background-color: #666666;
    line-height: 40px;
    color: white;
    text-align: center;
    font-weight: bold; }
  body#requirement-mid-form main section#formCont table.formTable {
    width: 100%;
    margin-bottom: 100px; }
    body#requirement-mid-form main section#formCont table.formTable > tbody > tr:nth-child(even) {
      background-color: #f7f7f7; }
    body#requirement-mid-form main section#formCont table.formTable > tbody > tr > th, body#requirement-mid-form main section#formCont table.formTable > tbody > tr td {
      padding: 25px 3%;
      font-size: 14px;
      font-size: 0.875rem; }
    body#requirement-mid-form main section#formCont table.formTable > tbody > tr > th {
      width: 40%;
      font-weight: bold;
      vertical-align: middle; }
      body#requirement-mid-form main section#formCont table.formTable > tbody > tr > th span {
        color: #e50012; }
    body#requirement-mid-form main section#formCont table.formTable > tbody > tr > td {
      width: 60%; }
      body#requirement-mid-form main section#formCont table.formTable > tbody > tr > td small {
        display: block;
        margin-top: 5px;
        font-size: 12px;
        font-size: 0.75rem; }
      body#requirement-mid-form main section#formCont table.formTable > tbody > tr > td input {
        height: 25px;
        padding: 0 .3em;
        margin-right: 5px;
        vertical-align: middle; }
        body#requirement-mid-form main section#formCont table.formTable > tbody > tr > td input.w1 {
          width: 50%; }
      body#requirement-mid-form main section#formCont table.formTable > tbody > tr > td label {
        vertical-align: middle;
        margin-right: 1em; }
      body#requirement-mid-form main section#formCont table.formTable > tbody > tr > td select {
        margin-right: 5px;
        vertical-align: middle; }
      body#requirement-mid-form main section#formCont table.formTable > tbody > tr > td textarea {
        width: 100%;
        height: 100px;
        padding: 1em; }
      body#requirement-mid-form main section#formCont table.formTable > tbody > tr > td > .inner th, body#requirement-mid-form main section#formCont table.formTable > tbody > tr > td > .inner td {
        padding: 5px 0;
        font-size: 14px;
        font-size: 0.875rem; }
      body#requirement-mid-form main section#formCont table.formTable > tbody > tr > td > .inner th {
        width: 35%; }
        body#requirement-mid-form main section#formCont table.formTable > tbody > tr > td > .inner th span {
          color: #e50012; }
      body#requirement-mid-form main section#formCont table.formTable > tbody > tr > td > .inner td input.w1 {
        width: 100%; }

a.linkBox,
input.linkBox {
  display: block;
  width: 100%;
  height: 80px;
  background-color: #0068b6;
  background-image: url(/recruit/media/images/common/arw_link_02.png);
  background-repeat: no-repeat;
  background-position: right center;
  margin: 30px auto 100px;
  padding-top: 30px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: white;
  text-decoration: none;
  text-align: center;
  border: none; }
  a.linkBox:hover,
  input.linkBox:hover {
    opacity: 0.75;
    filter: alpha(opacity=75); }

input.linkBox {
  padding-top: 0;
  line-height: 80px;
  cursor: pointer; }
  

@media screen and (max-width:40px) { 
  #formIntro {
    font-size:1.3em;
  }
  input[type=text]{
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border:#a9a9a9 1px solid;
  -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
  width:200px;
  height:25px;
  padding:0 3px;
}
}