/* 共通スタイル */
section > button {
    display: block;
    margin: 2em auto;
  }

/* 表 */
.table {
    width: 90%;
    margin: 8em auto 6em;
}

.table .title {
  padding-top: 5%;
  font-size: 18px;
}

.table .title span {
    text-align: left;

}

@media only screen and (min-width:550px) {
    .table {
        width: 500px;
    }  
}

@media only screen and (min-width: 769px) {
    .table {
        width: 90%;
    }
}

@media only screen and (min-width: 900px) {
    .table {
        width: 850px;
        margin: 4em auto 6em;
    }
}

.table dl {
  width: 100%;
  display: table;
}

.table dl div {
  border-top: 1px solid #DCDCDC;
  padding: 8px 0;
}

.table dl .div:last-child {
  border-bottom: 1px solid #DCDCDC;
}

.table dl dt {
  color: #2e75b6;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 8px;
  white-space: nowrap;
  padding-right: 1em;
}

.table dl dd {
  margin-left: 0;
}

.text_area .name {
  text-align: right;
  margin-top: 16px;
}

.text_area .name .sign {
  display: inline-block;
  width: 6em;
  margin-left: 16px;
  float: none;
}

@media only screen and (min-width: 900px) {
  .table dl div {
      border-top: none;
      padding: 8px 0 0;
      display: table-row;
  }

  .table dl div:last-child {
      border-bottom: none;
  }

  .table dl dt {
      text-align: right;
      display: table-cell;
      width: 9.8%;
      margin-right: 16px;
  }

  .table dl dd {
      border-top: 1px solid #dcdcdc;
      display: table-cell;
      width: 77%;
      padding: 2% 0 ;
  }

  .table dl .div:last-child dd {
      border-bottom: 1px solid #dcdcdc;
      padding: 12px 0;
  }
}

  /* 代表メッセージ */
  .jpn_title{
    margin: auto;
  }

  .jpn_title.message{
    padding: 0 0 10%;
  }
  
  .content .box_area {
    top: 10%;
    height: 100%;
  }

  .text_area .name {
    text-align: right;
  }

  @media screen and (max-width: 770px) {
  .jpn_title.message{
    max-width: 500px;
  }

  .content .box_area {
    height: 90%;
  }
}

.content .description {
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  .content .description {
    width: 700px;
    overflow: auto;
  }
}

@media screen and (min-width: 1000px) {
  .content .description {
    width: 900px;
    overflow: auto;
  }
}

  .president_box {
    margin-top: 2em;
  }
  
  .president_box .first_title_text_area .title {
    text-align: center;
    font-weight: bold;
    color: #2e75b6;
  }
  
  .president_box .first_title_text_area .first_text_area {
    width: 80%;
    margin: auto;
    max-width: 500px;
    margin-bottom: 6em;
    margin-top: 16px;
  }
  
  @media screen and (min-width: 900px) {
    .president_box .first_title_text_area .first_text_area {
      max-width: 770px;
    }
  }
  
  .president_box .title_text_area {
    width: 80%;
    margin: auto;
    max-width: 500px;
  }

  .president_box {
    margin-top: 2em;
  }
  
  .recruit_content .eng_title {
    color: #8ec9ff;
  }
  
  /* PCスマホレイアウトのとき、色が変わる */
  @media screen and (min-width: 900px) {
    .recruit_content .eng_title {
      color: #deebf7;
    }
  }

  /* フェードアップのアニメーション */
  
  .fadeInUp {
    opacity: 0;
    transform: translateY(50px);
  }
  
  .animated {
    opacity: 1;
    transform: translateY(0px);
    transition-property: opacity, transform;
    transition-delay: 300ms;
    transition-duration: 700ms;
    transition-timing-function: linear;
  }
  

/* 社員紹介 */
.support .support_list img {
    width: 100%;
    border-radius: 50%;
}

.support .support_list .title {
    display: block;
    margin: auto;
    color: #2e75b6;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.support .support_list .name {
  display: block;
  margin: auto;
  text-align: center ;
  font-size: 16px;
  font-weight: bold;
  color: black;
}

.map {
    text-align: center;
    margin-bottom: 128px;
    padding: auto;
}

iframe {
    width: 80%;
}

/* サポート */
.support {
    width: 90%;
    margin: 4em auto;
  }

.support.other {
  padding-top: 5em;
}
  
  @media only screen and (min-width:550px) {
    .support {
      width: 500px;
    }  
  }
  
  @media only screen and (min-width: 769px) {
    .support {
      width: 90%;
    }  
  }
  
  @media only screen and (min-width: 900px) {
    .support {
      width: 850px;
    }
  }
  
  .support_list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 1em auto;
  }

  .support_list li {
    width: calc(100%/3);
    padding: 2em 1em 0;
    box-sizing: border-box;
  }
  
  @media only screen and (max-width: 769px) {
    .support_list li {
      width: calc(100%/2);
    }  
  }
  
  .support_list div {
    list-style: none;
    margin: 2.5em auto;
  }
  
  .support_list img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
  }
  
  .support_list .text_area {
    width: 75%;
    margin-left: 8px;
    display: inline-block;
    vertical-align: middle;
  }
  
  .support_list .text_area p {
    margin: 0;
  }
  
  .support_list .text_area .name {
    color: #0090FF;
    font-weight: bold;
    font-size: 26px;
  }

  .support_list .text_area .title {
      text-align: center;
      font-size: 20px;
  }
  
  .box_area.staff_list {
    height: 90%;
  }
  
  @media only screen and (min-width: 375px) {
    .support_list {
      display: flex;
      flex-wrap: wrap;
    }
  
    .support_list div {
      padding: 0.5em;
      margin: 1em auto;
    }
  
    .support_list img {
      display: block;
      margin: 0 auto;
      text-align: center;
      width: 80%;
    }
  
    .support .support_list .text_area {
      width: 100%;
      margin-left: 0;
    }
  
    .support .support_list div .title {
      text-align: center;
      margin: 0 auto 8px;
    }
  }
  
  @media only screen and (min-width: 900px) {  
    .support_list div:nth-child(4), 
    .support_list div:nth-child(5) {
      margin: 0;
    }
  }
  /* 
  @media only screen and (min-width: 900px) {
    .support .support_list div {
      width: 30%;
      margin: 0.5em;
    }
  } */
  
  .support_box {
    position: relative;
  }

  .map .title {
    text-align: left;
    margin-left: 10%;
  }