@charset "utf-8";

/** ***************************************************************************
 * 共用
 * ************************************************************************* */

body.layout-lower
#main {
  padding-bottom: 80px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  body.layout-lower
  #main {
    padding-bottom: 120px;
  }

}

/** ***************************************************************************
 * 紹介文
 * ************************************************************************* */

#lead div.content {
  line-height: 2;
}

#lead div.content .title {
  margin-bottom: 30px;
  line-height: 1.5;
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #lead div.content {
    line-height: 2.5;
    text-align: center;
  }

  #lead div.content .title {
    margin-bottom: 50px;
    font-size: 1.625em;
  }

}

/** ***************************************************************************
 * ネスト・メンター制度とは
 * ************************************************************************* */

/** ***************************************************************************
 * ビジュアル
 */

#about div.visual {
  margin-bottom: 40px;
}

#about div.visual img {
  width: 100%;
}

#about div.visual .caption {
  padding-left: 10px;
  padding-right: 10px;
  text-align: right;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #about div.visual {
    margin-bottom: 70px;
  }

}

/** ***************************************************************************
 * タイトル
 */

#about .title {
  margin-bottom: 30px;
  line-height: 1.5;
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #about .title {
    margin-bottom: 50px;
    font-size: 1.625em;
  }

}

/** ***************************************************************************
 * 内容
 */

#about div.content {
  line-height: 2;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #about div.content {
    line-height: 2.5;
    text-align: center;
  }

}

/** ***************************************************************************
 * ネスト・メンターよりメッセージ
 * ************************************************************************* */

#message {
  padding: 40px 0 60px;
  color: #fff;
  background-color: #00aed3;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #message {
    padding: 70px 0 100px;
    background-color: #00aed3;
  }

}

/** ***************************************************************************
 * タイトル
 */

#message .title {
  margin-bottom: 30px;
  line-height: 1.5;
  font-size: 1.25em;
  font-weight: 700;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #message .title {
    margin-bottom: 50px;
    font-size: 1.375em;
  }

}

/** ***************************************************************************
 * 内容
 */

#message div.content {
  line-height: 2;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #message div.content {
    line-height: 2.5;
    text-align: center;
  }

}

/** ***************************************************************************
 * ネスト・メンター
 * ************************************************************************* */

/** ***************************************************************************
 * ネスト・メンター
 */

#message-mentor div.mentor div.item ~ div.item {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #message-mentor div.mentor div.item {
    display: table;
  }

  #message-mentor div.mentor div.item:nth-of-type(even) {
    margin-left: auto;
    margin-right: 0;
  }

  #message-mentor div.mentor div.item ~ div.item {
    margin-top: 10px;
  }

}

/** ===========================================================================
 * 画像
 */

#message-mentor div.mentor div.image {
  margin-bottom: 10px;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #message-mentor div.mentor div.image {
    margin-bottom: 0;
    vertical-align: middle;
    display: table-cell;
  }

}

/** ===========================================================================
 * プロフィール
 */

#message-mentor div.mentor dl.content,
#message-mentor div.mentor dl.content > * {
  margin: 0;
  padding: 0;
}

#message-mentor div.mentor dl.content .name {
  margin-bottom: 15px;
  font-size: 1.25em;
  font-weight: 700;
  text-align: center;
}

#message-mentor div.mentor dl.content .profile {
  margin-left: auto;
  margin-right: auto;
  display: table;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #message-mentor div.mentor dl.content {
    padding-left: 20px;
    vertical-align: middle;
    display: table-cell;
  }

  #message-mentor div.mentor dl.content .name {
    margin-bottom: 25px;
    font-size: 1.25em;
    text-align: left;
  }

}

/** ***************************************************************************
 * 運営会社について
 * ************************************************************************* */

/** ***************************************************************************
 * タイトル
 */

#company .title {
  margin-bottom: 30px;
  line-height: 1.5;
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #company .title {
    margin-bottom: 50px;
    font-size: 1.625em;
  }

}

/** ***************************************************************************
 * 運営会社
 */

#company div.body {
  max-width: 1190px;
}

#company div.company div.item {
  padding: 2em 1.5em;
  background-color: #f1f1f1;
}

#company div.company div.item ~ div.item {
  margin-top: 20px;
}

#company div.company div.item dl.content > * {
  margin: 0;
  padding: 0;
}

#company div.company div.item dl.content a {
  color: #009d97;
  text-decoration: none;
}

#company div.company div.item dl.content a:hover {
  text-decoration: underline;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #company div.company {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
  }

  #company div.company div.item {
    width: calc(100% / 3 - 10px);
    margin-left: 5px;
    margin-right: 5px;
    border-bottom: 10px;
  }

  #company div.company div.item ~ div.item {
    margin-top: 0;
  }

}

/** ===========================================================================
 * 社名
 */

#company div.company div.item dl.content .name {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  font-size: 1.25em;
  font-weight: 700;
  display: table;
}

#company div.company div.item dl.content .name img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  display: block;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #company div.company div.item dl.content .name {
    font-size: 1.125em;
  }

}

/** ===========================================================================
 * 役割
 */

#company div.company div.item dl.content .position {
  margin-bottom: 20px;
  font-size: 0.875em;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {
}

/** ===========================================================================
 * 紹介文
 */

#company div.company div.item dl.content .profile {
  line-height: 1.8;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #company div.company div.item dl.content .profile {
    line-height: 2;
    font-size: 0.875em;
  }

}

/** ***************************************************************************
 * マンガでご紹介
 * ************************************************************************* */

/** ***************************************************************************
 * タイトル
 */

#manga .title {
  line-height: 1.5;
  font-size: 1.25em;
  font-weight: 700;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #manga .title {
    font-size: 1.375em;
  }

}

/** ***************************************************************************
 * ボタン
 */

#manga div.button {
  text-align: center;
}

#manga div.button a {
  text-decoration: none;
  display: inline-block;
}

/** ***************************************************************************
 * 公式サイトへもどる
 * ************************************************************************* */

/** ***************************************************************************
 * タイトル
 */

#nestkomaba .title {
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 1.25em;
  font-weight: 700;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #nestkomaba .title {
    margin-bottom: 50px;
    font-size: 1.375em;
  }

}

/** ***************************************************************************
 * ボタン
 */

#nestkomaba div.button {
  text-align: center;
}

#nestkomaba div.button a {
  text-decoration: none;
  display: inline-block;
}
