/* ==========================================================================

LAYOUT WIDTH

========================================================================== */
/* ==========================================================================

COLOR

========================================================================== */
/* ==========================================================================

FONT

========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900");
@import url("https://fonts.googleapis.com/css?family=Roboto+Mono:100,300,400,500,700");
/* ==========================================================================

SCREEN

========================================================================== */
/* ==========================================================================

MODULE

========================================================================== */
/* ==========================================================================
	
STYLE
	
========================================================================== */
#pageMV {
  width: 100%;
  height: 590px;
  background-size: cover;
  background-position: center center;
  background-attachment: scroll; }
  @media only screen and (max-width: 640px) {
    #pageMV {
      height: 260px; } }

/* ==========================================================================
	
news
	
========================================================================== */
.newsList li {
  padding: 1em 0;
  border-bottom: 1px solid #111;
  text-align: left;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start; }
  .newsList li .meta {
    flex: 0 1 30%; }
    @media only screen and (max-width: 768px) {
      .newsList li .meta {
        flex: 0 1 50%; } }
    .newsList li .meta .date {
      margin-right: 20px; }
    .newsList li .meta .tag {
      width: 10em;
      padding: 0.3em;
      text-align: center;
      font-size: 0.9em; }
  .newsList li .newsTitle {
    flex: 1 1 100%;
    padding-left: 20px;
    margin-right: auto; }
    .newsList li .newsTitle br {
      display: none; }

/* ==========================================================================
	
company
	
========================================================================== */
.companyProfileList {
  display: block; }
  .companyProfileList li {
    margin-bottom: 1.5em;
    line-height: 1.6em; }
    .companyProfileList li dl {
      flex-flow: row nowrap;
      align-items: flex-start; }
      .companyProfileList li dl dt {
        text-align: right;
        padding-right: 30px;
        flex: 0 0 43%; }
        @media only screen and (max-width: 768px) {
          .companyProfileList li dl dt {
            flex: 0 0 35%; } }
        @media only screen and (max-width: 640px) {
          .companyProfileList li dl dt {
            flex: 0 0 8em; } }
      .companyProfileList li dl dd {
        text-align: left;
        flex: 1 1 100%; }

/* ==========================================================================
	
access
	
========================================================================== */
@media only screen and (max-width: 640px) {
  #access .wide80 {
    flex-flow: column wrap; } }

#access .wide80 #gMapArea {
  flex: 0 0 50%; }
  @media only screen and (max-width: 640px) {
    #access .wide80 #gMapArea {
      flex: 0 0 100%; } }
  #access .wide80 #gMapArea #gMap {
    width: 100%;
    height: 300px;
    background-color: #f7f6f6; }
    @media only screen and (max-width: 640px) {
      #access .wide80 #gMapArea #gMap {
        height: 250px; } }

#access .wide80 #accessInfo {
  flex: 0 0 50%;
  text-align: left;
  padding-left: 40px; }
  @media only screen and (max-width: 640px) {
    #access .wide80 #accessInfo {
      flex: 0 0 100%;
      padding: 0;
      margin-top: 20px; } }
  #access .wide80 #accessInfo li {
    margin-bottom: 20px;
    line-height: 1.5em; }
    #access .wide80 #accessInfo li:last-child {
      margin-bottom: 0; }
    #access .wide80 #accessInfo li dl dt {
      flex: 0 0 5em;
      font-weight: bold; }

/* ==========================================================================
	
member
	
========================================================================== */
#memberList {
  flex-flow: row nowrap;
  justify-content: space-between; }
  @media only screen and (max-width: 640px) {
    #memberList {
      flex-flow: column wrap; } }
  #memberList li {
    flex: 0 0 30.3333333%;
    text-align: left; }
    @media only screen and (max-width: 640px) {
      #memberList li {
        margin-bottom: 20px; } }
    @media only screen and (max-width: 640px) {
      #memberList li .thum {
        float: left;
        width: 40%;
        margin-right: 20px; } }
    #memberList li h3 {
      margin: 20px 0; }
      @media only screen and (max-width: 640px) {
        #memberList li h3 {
          margin: 0 0 10px; } }
      #memberList li h3 span {
        display: block;
        font-weight: bold; }
        #memberList li h3 span.title {
          font-size: 0.7em;
          margin-bottom: 10px; }
        #memberList li h3 span.name {
          font-size: 1.3em; }

/* ==========================================================================
	
recruit
	
========================================================================== */
#recruit .innerArea {
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center; }
  @media only screen and (max-width: 640px) {
    #recruit .innerArea {
      flex-flow: column-reverse wrap;
      align-items: center;
      justify-content: flex-start; } }
  #recruit .innerArea div {
    flex: 0 0 50%; }
    @media only screen and (max-width: 640px) {
      #recruit .innerArea div {
        flex: 0 0 100%; } }
  #recruit .innerArea #textCont {
    text-align: center; }
    @media only screen and (max-width: 640px) {
      #recruit .innerArea #textCont {
        margin-top: 20px; } }
    #recruit .innerArea #textCont a {
      display: inline-block;
      background-color: #01A7C0;
      color: #fff;
      padding: 0.8em 1.3em;
      font-size: 1.2em;
      margin-top: 30px; }
      #recruit .innerArea #textCont a:hover {
        background-color: #004f5b; }
