﻿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: inherit;
  font-size: 100%;
  vertical-align: baseline
}

html {
  line-height: 1.5
}

::selection {
    background: #00ffcc;
    color: #fff;
}

//Firefox
::-moz-selection {
    background: #000;
    color: #fff;
}

ol, ul {
  list-style: none
}

ol {
	margin-left: 20px;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle
}

q, blockquote {
  quotes: none
}

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

a img {
  border: none
}

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

body {
  font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , 'Noto Sans', sans-serif, 'ＭＳ Ｐゴシック', sans-serif;
}

h1 {
  font-size: 36px;
  font-size: 2.25rem
}

h1 span {
  text-align: left;
  display: block;
  width: 160px;
  padding-bottom: 30px
}

h1 span a {
  display: block;
  width: 100%;
  height: 100%
}

h1 span a img {
  width: 100%;
  height: 100%
}

h2 {
  font-size: 26px;
  font-size: 1.625rem
}

h3 {
  font-size: 18px;
  font-size: 1.125rem
}

a:hover {
  color: #00ffcc
}


#header {
  width: 960px;
  padding-top: 50px;
	margin-left: auto;
	margin-right: auto;
}

.youtube {
	left: 0;
  margin-left:auto;
  margin-right:auto;
  width: 100%;
	height: auto;
  text-align: left;
	clear:both;
	overflow: hidden;
}

.mainmovie {
	width:960px;
	height: 540px;
}

.submovie {
  margin-top: 30px;
  width: 720px;
  height: 405px;
}

#language {
	text-align: right;
	margin-bottom: 30px;
}

#container {
  width: 720px;
  padding-top: 50px;
  padding-bottom: 90px
}

.inline-text, p, li, a, dl {
  color: #FFF;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2em
}

.header-title, h1, h2, h3 {
  color: #FFF;
  font-family: 'ヒラギノ角ゴ Pro W6', 'HiraKakuPro-W6'
}

.box-center, #container {
  margin-left: auto;
  margin-right: auto
}

.section-container, section {
  margin-top: 5.625rem
}

.block-container {
  margin-top: 3.125rem
}

.block {
  box-sizing: border-box
}

.content-row1 .block, #require-content #require-content-slik .block, #salary #salary-note .block {
  width: 100%
}

.content-row2 .block, #project-content .block, #require-content .block, #work-system .block, #apply-document .block {
  display: inline-block;
  vertical-align: top;
  width: 47%;
  margin-left: 5%
}

.content-row2 .block:nth-child(2n+1), #project-content .block:nth-child(2n+1), #require-content .block:nth-child(2n+1), #work-system .block:nth-child(2n+1), #apply-document .block:nth-child(2n+1) {
  margin-left: 0
}

.content-row2 .block:first-child, #project-content .block:first-child, #require-content .block:first-child, #work-system .block:first-child, #apply-document .block:first-child {
  margin-left: 0
}

.content-row3 .block, #salary .block {
  display: inline-block;
  vertical-align: top;
  width: 31%;
  margin-left: 3%
}

.content-row3 .block:nth-child(odd), #salary .block:nth-child(odd) {
  margin-left: 0
}

.note * {
  font-size: 12px;
  font-size: 0.75rem
}

.image-only {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.section__credit__warper {
	margin-top: 50px;
}

.section__credit__list {
	margin-bottom: 20px;
}

.contents-text{
	width: 100%;
	}

*:focus {
outline: none;
}

article {
  position: relative;
	margin-bottom: 100px;
	display: none;
}

article img {
	width: 720px;
	height: 450px;
}

.select-image {
	margin-bottom: 100px;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: #fff;
  box-sizing: content-box;
}

.custom {
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  border-radius: 0.2em;
  border: none;
  box-shadow: none;
  background-color: #333;
	margin-top: 50px;
	padding-right: 50px;
	padding-left: 10px;
}
.custom > select {
  width: 50%;
  padding: 0.6em 2.4em 0.6em 0.6em;
  font-size: 1rem;
}
.custom:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1.8em;
  display: block;
  content: "";
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAGFBMVEUAAAAZJCYWISIYIyQYIiUWIiIYIyQYIiXh0rToAAAACHRSTlMA/hTRqiinvwFkb0sAAABCSURBVHjajchBDsAgDAPBOJDw/x+XVN0icQGfPGs3i+2GEqeiLCXWLENzvdzrDfP2ls/NjfKbgimYglfBq2Dm+LwHguMA235EdKYAAAAASUVORK5CYII=") center no-repeat;
  pointer-events: none;
}
.default .custom > select {
  width: auto;
}
.overflow .custom {
  overflow: visible;
}
.overflow .custom select {
  outline: 2px dotted rgba(255, 255, 0, 0.5);
}

.photo-show { 
    height: 440px;
    margin: 30px auto;
    max-width: 100%;
    position: relative;
}

.photo-show img { 
    animation: show 9s infinite;
    -webkit-animation: show 9s infinite;
    height: auto;
    max-width: 100%;
    opacity: 0;
    position: absolute;
}

@keyframes show {
    0% {opacity:0}
    35% {opacity:1}
    40% {opacity:1}
    90% {opacity:0}
 }

@-webkit-keyframes show {
    0% {opacity:0}
    35% {opacity:1}
    40% {opacity:1}
    90% {opacity:0}
}

.photo-show img:nth-of-type(1) {
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
}

.photo-show img:nth-of-type(2) {
    animation-delay: 3s;
    -webkit-animation-delay: 3s;
}

.photo-show img:nth-of-type(3) {
    animation-delay: 6s;
    -webkit-animation-delay: 6s;
}

.photo-show_2s { 
    height: 440px;
    margin: 30px auto;
    max-width: 100%;
    position: relative;
}

.photo-show_2s img { 
    animation: show 6s infinite;
    -webkit-animation: show 6s infinite;
    height: auto;
    max-width: 100%;
    opacity: 0;
    position: absolute;
}

.photo-show_2s img:nth-of-type(1) {
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
}

.photo-show_2s img:nth-of-type(2) {
    animation-delay: 3s;
    -webkit-animation-delay: 3s;
}



@media (min-width: 751px) {
	.section__credit__inner {
    max-width: 1366px;
    max-width: 1272px;
    margin-left: auto;
    margin-right: auto;
	}
	
	.section__credit__warper {
    display: -ms-flexbox;
    display: flex;
}
	
	.section__credit__col {
    width: 47%;
	}
	
	.section__credit__col:last-child {
    padding-left: 15%;
}
}


@media (max-width: 750px) {
	
body {
  word-wrap: break-word;
}
	
  .section-container, section {
    margin-top: 6.81818rem;
  }
  .block-container {
    margin-top: 0
  }
  .block {
    margin-top: 0
  }
  .content-row1 .block, #require-content #require-content-slik .block, #salary #salary-note .block {
    width: 100%
  }
  .content-row2 .block, #project-content .block, #require-content .block, #work-system .block, #apply-document .block {
    display: block;
    width: 100%;
    margin-left: 0
  }
  .content-row2 .block:nth-child(2n+1), #project-content .block:nth-child(2n+1), #require-content .block:nth-child(2n+1), #work-system .block:nth-child(2n+1), #apply-document .block:nth-child(2n+1) {
    margin-top: 0
  }
  .content-row2 .block:first-child, #project-content .block:first-child, #require-content .block:first-child, #work-system .block:first-child, #apply-document .block:first-child {
    margin-top: 0
  }
  .content-row3 .block, #salary .block {
    display: block;
    width: 100%;
    margin-left: 0
  }
  .content-row3 .block:nth-child(3n+1), #salary .block:nth-child(3n+1) {
    margin-top: 0
  }
}



html, body {
  width: 100%;
  height: 100%;
  background-color: #222222
}

html {
  font-size: 16px;
  font-size: 1rem
}

h3 {
  line-height: 2rem
}


.block-container .list-item {
    text-indent: -1em;
    padding-left: 1em;
}


@media (max-width: 1280px) {
  #container {
    width: 73.4375%
  }
}

@media screen and (max-width: 750px) {
  html {
    font-size: 22px
  }
	
	#header {
    width: 88%;
  }
	
	
  #container {
    width: 88%;
    padding-top: 6.81818rem;
    padding-bottom: 6.81818rem;
	  margin-left: auto;
		  margin-right:auto;
  }
	
.mainmovie {
	width: 100%;
	height: 250px;
	}

  .submovie {
  width: 100%;
  height: 180px;
  }
	
  h1 {
    font-size: 40px;
    font-size: 1.81818rem;
	line-height: 150%;
  }
  h1 span {
    width: 28.78788%;
    padding-bottom: 1.13636rem
  }
  h2 {
    font-size: 34px;
    font-size: 1.54545rem;
	  margin-bottom: 30px;
  }
  h3 {
    font-size: 26px;
    font-size: 1.18182rem;
    padding-top: 2.27273rem;
  }
  p, li, a, dl {
    font-size: 22px;
    font-size: 1rem
  }
	.contents-text{
	width: 100%;
	}
  #project-content h2, #person-content h2, #work-system h2, #planned-recruitment h2, #contact-content h2 {
    padding-bottom: 2.27273rem
  }
  #apply-document .block {
    padding-top: 2.27273rem
  }
	
.photo-show_2s {
    height: 180px;
}
}



@media screen and (max-width: 640px) {
  html {
    font-size: 18.77333px
  }
}

@media screen and (max-width: 480px) {
  html {
    font-size: 14.08px
  }
}

@media screen and (max-width: 375px) {
  html {
    font-size: 11px
  }
}

@media screen and (max-width: 320px) {
  html {
    font-size: 9.38667px
  }
}