/* Scss Document */
/* Scss Document */
main {
  margin-top: 0px; }

.smaller main {
  margin-top: 180px;
  position: relative;
  z-index: 1; }
  @media (max-width: 599px) {
    .smaller main {
      margin-top: 0px; } }

.sub {
  display: flex;
  justify-content: space-around;
  border-bottom: solid #000 1px;
  width: 90%;
  max-width: 900px;
  margin: 100px auto 0;
  padding: 0 0 10px; }
  .sub li {
    list-style: none; }
  .sub a {
    opacity: 0.6; }

#concept, #bio {
  width: 90%;
  max-width: 900px;
  margin: 80px auto 0;
  text-align: center; }
  @media (max-width: 599px) {
    #concept, #bio {
      text-align: left; } }
  #concept .en, #bio .en {
    margin-top: 2em; }

#bio {
  max-width: 500px; }
  #bio dt {
    float: left;
    line-height: 180%;
    margin-right: 10px;
    text-align: left; }
  #bio dd {
    overflow: auto;
    line-height: 180%;
    text-align: left; }

#member, #supporters {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
  max-width: 1200px;
  margin: 100px auto 0; }
  @media (max-width: 1023px) {
    #member, #supporters {
      justify-content: space-around; } }
  #member .ph, #supporters .ph {
    text-align: center; }
  #member section, #supporters section {
    min-width: 290px;
    width: 28%;
    margin-bottom: 80px;
    padding: 0 20px; }
    @media (max-width: 599px) {
      #member section, #supporters section {
        margin-bottom: 150px;
        padding: 0; } }
    #member section p, #supporters section p {
      font-size: 13px; }
    #member section .comment, #supporters section .comment {
      margin: 20px 0 40px;
      text-align: center; }
      #member section .comment .en, #supporters section .comment .en {
        font-size: 12px;
        margin-top: 1em; }
    #member section .name, #supporters section .name {
      font-size: 14px; }
    #member section .job, #supporters section .job {
      margin-bottom: 1em; }
  #member #atsuko .name, #supporters #atsuko .name {
    padding-top: 3em; }
    @media (max-width: 1023px) {
      #member #atsuko .name, #supporters #atsuko .name {
        padding-top: 1.5em; } }
    @media (max-width: 599px) {
      #member #atsuko .name, #supporters #atsuko .name {
        padding-top: 0; } }
  #member #hayashi .name, #supporters #hayashi .name {
    padding-top: 2em; }
    @media (max-width: 599px) {
      #member #hayashi .name, #supporters #hayashi .name {
        padding-top: 0; } }

#supporters section {
  text-align: center; }
