@charset "UTF-8";
/*変数、mixin、プレースホルダー 定義　適宜変更・追加すること*/
/*
# 画像
*/
/*
# フォント
*/
/* フォントサイズのバリエーション */
/* フォントサイズのミックスイン指定 */
/*
# 色
*/
/* ベースカラー */
/* テーマカラー */
/*黒*/
/*濃青*/
/*共通アクセントカラー*/
/*緊急・強調*/
/*ロゴ上部の緑*/
/*ロゴ下部の青*/
/* リンクカラー */
/* その他のカラー */
/*
#　幅
*/
/*コンテンツ幅*/
/*スペース*/
/*
 #　メディアクエリ設定 
 */
/*
#　プレースホルダー
*/
/*clearfix*/
/*
#　汎用mixin
*/
/*opacity 例：@include opacity(0.8);*/
/*box-shadow（ボックスシャドウ）*/
/*box-sizing*/
/*scale(スケール)*/
/*bgSize(背景画像のサイズ)*/
/*stripe(ストライプ)*/
/*vertical-align（天地の中央に配置）*/
/*gradient（グラデーション）*/
/*arrow やじるしのスタイル 例：@include arrow($baseColor01, right, 6px, 5px, inline-block); デフォルトでは右向きやじるし*/
/*transition（CSSアニメーション） */
/*rotate 回転スタイル*/
/*flexbox（フレックスボックス）*/
/*flex-order（表示の順番）*/
/*flex-direction（表示の方向） $directionはcolumn、row、column-reverse、row-reverseから選択*/
/*flex-align(子要素の配置) $alignはcenter,start,end,stretchから選択*/
/*flex-wrap(折り返し設定) nowrap,wrap,wrap-reverse*/
/* keyframes */
/* animation */
/* 角丸 */
/*////////////////////////////////////////////////////

    リセット

////////////////////////////////////////////////////*/
/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
  background: transparent; }

html, body {
  width: 100%; }

body {
  line-height: 1; }

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

ul, ol, li {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

img {
  border: none;
  vertical-align: top;
  zoom: 1; }

html {
  font-size: 62.5%; }

body {
  /*font size自動調整をきる*/
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #000;
  font-weight: 400; }

body {
  background: url(/chukou/special-column/004/images/bg.png); }
  @media only screen and (max-width: 640px) {
    body {
      min-width: 320px; } }

.stage {
  width: 1000px;
  margin: 0 auto;
  background-color: #ffffff;
  border-left: 1px solid #eaebf3;
  border-right: 1px solid #eaebf3; }
  @media only screen and (max-width: 640px) {
    .stage {
      width: 100%; }
      .stage img {
        max-width: 100%; } }

@media only screen and (max-width: 640px) {
  header img {
    width: 100%; } }

.top_read {
  background: url(/chukou/special-column/004/images/main_h3_bg.png) no-repeat;
  padding: 60px 60px 45px 60px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.7; }
  .top_read h3 {
    margin-bottom: 70px; }
  @media only screen and (max-width: 640px) {
    .top_read {
      position: relative;
      background: url(/chukou/special-column/004/images/main_h3_bg_sp.png) top no-repeat;
      background-size: 100%;
      padding: 20px 0;
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 1.7; }
      .top_read h3 {
        margin-bottom: 20px;
        padding: 0 10px; }
      .top_read p {
        padding: 0 10px; }
      .top_read:after {
        content: '';
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 10px;
        background: url(/chukou/special-column/004/images/main_h3_bg_bottom_sp.png) top no-repeat; } }

.ind {
  padding: 0 50px 60px 50px;
  *zoom: 1; }
  .ind.last {
    padding-bottom: 0; }
  @media only screen and (max-width: 640px) {
    .ind {
      padding: 0 20px 60px 20px; } }
  .ind h3 {
    padding-bottom: 10px;
    border-bottom: 3px solid #f9eeed;
    margin-bottom: 30px; }
  .ind .photo_right {
    float: right;
    margin-left: 20px; }
    .ind .photo_right img {
      width: 280px; }
    @media only screen and (max-width: 640px) {
      .ind .photo_right {
        width: 100%; }
        .ind .photo_right img {
          width: 100%;
          margin-bottom: 10px; } }
  .ind .col2 {
    display: flex;
    justify-content: center;
    margin: 40px 0;
    *zoom: 1; }
    @media only screen and (max-width: 640px) {
      .ind .col2 {
        display: block;
        width: 100%;
        margin: 20px 0 0; } }
    .ind .col2:after {
      content: '';
      display: table;
      clear: both; }
    .ind .col2 p {
      margin-right: 30px; }
      .ind .col2 p img {
        width: 280px; }
      .ind .col2 p:last-child {
        margin-right: 0; }
      @media only screen and (max-width: 640px) {
        .ind .col2 p {
          width: 100%;
          margin: 0 0 10px 0; }
          .ind .col2 p img {
            width: 100%; } }
  .ind .col3 {
    display: flex;
    margin: 40px 0; }
    @media only screen and (max-width: 640px) {
      .ind .col3 {
        margin: 20px 0 0;
        display: block; } }
    .ind .col3 p {
      margin-right: 30px; }
      .ind .col3 p img {
        width: 280px; }
      @media only screen and (max-width: 640px) {
        .ind .col3 p {
          margin: 0 0 10px 0; }
          .ind .col3 p img {
            width: 100%; } }
      .ind .col3 p:last-child {
        margin-right: 0; }
  .ind:after {
    content: '';
    display: table;
    clear: both; }

.locations {
  margin: 50px 0 0; }

.pepper .ind h3 {
  border-bottom-color: #e2eece; }

@media only screen and (max-width: 640px) {
  .programing .ind {
    padding-bottom: 20px; } }
.programing .ind h3 {
  border-bottom-color: #d8f5f8; }
.programing .ind .interviewee span {
  font-weight: bold;
  color: #06b5c5; }
.programing .ind .interviewer {
  color: #07757f;
  background-color: #f1fdfe;
  padding: 20px; }
  @media only screen and (max-width: 640px) {
    .programing .ind .interviewer {
      padding: 15px; } }
  .programing .ind .interviewer .annotation {
    font-size: 90%; }

.interview {
  margin: 0 50px 40px;
  border: 5px solid #c4edf5;
  background-color: #f0fcfe; }
  @media only screen and (max-width: 640px) {
    .interview {
      margin: 0 20px 20px; } }
  .interview .mv img {
    width: 100%; }
  .interview .ind {
    margin: 25px 0;
    padding: 0 25px 0 25px; }
    .interview .ind h3 {
      color: #083453;
      font-size: 20px;
      font-size: 2rem;
      font-weight: normal;
      border-bottom: 1px solid #083453; }
      @media only screen and (max-width: 640px) {
        .interview .ind h3 {
          font-size: 15px;
          font-size: 1.5rem; } }
    .interview .ind .line {
      float: right;
      margin-left: 20px; }
      .interview .ind .line img {
        margin-bottom: 25px;
        width: 280px; }
      @media only screen and (max-width: 640px) {
        .interview .ind .line {
          float: none;
          margin: 0;
          text-align: center; } }
  .interview .interviewer {
    padding: 15px 20px;
    margin-bottom: 30px;
    background-color: #c4edf5;
    width: 500px; }
    @media only screen and (max-width: 640px) {
      .interview .interviewer {
        width: auto; } }

.pepper .mv, .programing .mv {
  margin-bottom: 55px; }

.profile {
  padding: 20px;
  margin: 0 35px 50px;
  background-color: #ffffff;
  *zoom: 1; }
  @media only screen and (max-width: 640px) {
    .profile {
      margin: 0 20px 50px; } }
  .profile h3 {
    margin: 20px 0;
    color: #083453;
    font-weight: 600;
    font-size: 18px;
    font-size: 1.8rem; }
    .profile h3 span {
      font-weight: normal;
      font-size: 15px;
      font-size: 1.5rem; }
    @media only screen and (max-width: 640px) {
      .profile h3 {
        font-size: 15px;
        font-size: 1.5rem; }
        .profile h3 span {
          font-size: 12px;
          font-size: 1.2rem; } }
  .profile .photo_left {
    float: left;
    margin-right: 25px; }
    @media only screen and (max-width: 640px) {
      .profile .photo_left {
        float: none;
        margin: 0;
        text-align: center; } }
  .profile:after {
    content: '';
    display: table;
    clear: both; }

.hr_img {
  text-align: center;
  margin-bottom: 30px; }
  @media only screen and (max-width: 640px) {
    .hr_img {
      margin: 15px 0; }
      .hr_img img {
        width: 20%; } }

.stage__totop {
  text-align: right;
  margin: 25px 50px 25px 0; }

footer {
  background-color: #212571;
  color: #ffffff;
  text-align: center;
  padding: 15px 0;
  font-size: 12px;
  font-size: 1.2rem; }

/*////////////////////////////////////////////////////

	その他のスタイル

////////////////////////////////////////////////////*/
/*++++++++++++++++++++++++++
	utility margin class
++++++++++++++++++++++++++*/
#container .mb0 {
  margin-bottom: 0 !important; }
#container .mb5 {
  margin-bottom: 5px; }
#container .mb10 {
  margin-bottom: 10px; }
#container .mb15 {
  margin-bottom: 15px; }
#container .mb20 {
  margin-bottom: 20px; }
#container .mb25 {
  margin-bottom: 25px; }
#container .mb30 {
  margin-bottom: 30px; }
#container .mb35 {
  margin-bottom: 35px; }
#container .mb40 {
  margin-bottom: 40px; }
#container .mb45 {
  margin-bottom: 45px; }
#container .mb50 {
  margin-bottom: 50px; }
#container .mb55 {
  margin-bottom: 55px; }
#container .mb60 {
  margin-bottom: 60px; }
#container .mb65 {
  margin-bottom: 65px; }
#container .mb70 {
  margin-bottom: 70px; }
#container .mb75 {
  margin-bottom: 75px; }
#container .mb80 {
  margin-bottom: 80px; }
#container .mb85 {
  margin-bottom: 85px; }
#container .mb90 {
  margin-bottom: 90px; }
#container .mb95 {
  margin-bottom: 95px; }
#container .mb100 {
  margin-bottom: 100px; }
#container .ml0 {
  margin-left: 0; }
#container .ml5 {
  margin-left: 5px; }
#container .ml10 {
  margin-left: 10px; }
#container .ml15 {
  margin-left: 15px; }
#container .ml20 {
  margin-left: 20px; }
#container .ml25 {
  margin-left: 25px; }
#container .ml30 {
  margin-left: 30px; }
#container .ml35 {
  margin-left: 35px; }
#container .ml40 {
  margin-left: 40px; }
#container .ml45 {
  margin-left: 45px; }
#container .ml50 {
  margin-left: 50px; }
#container .ml55 {
  margin-left: 55px; }
#container .ml60 {
  margin-left: 60px; }
#container .ml65 {
  margin-left: 65px; }
#container .ml70 {
  margin-left: 70px; }
#container .ml75 {
  margin-left: 75px; }
#container .ml80 {
  margin-left: 80px; }
#container .ml85 {
  margin-left: 85px; }
#container .ml90 {
  margin-left: 90px; }
#container .ml95 {
  margin-left: 95px; }
#container .ml100 {
  margin-left: 100px; }
#container .mr0 {
  margin-right: 0; }
#container .mr5 {
  margin-right: 5px; }
#container .mr10 {
  margin-right: 10px; }
#container .mr15 {
  margin-right: 15px; }
#container .mr20 {
  margin-right: 20px; }
#container .mr25 {
  margin-right: 25px; }
#container .mr30 {
  margin-right: 30px; }
#container .mr35 {
  margin-right: 35px; }
#container .mr40 {
  margin-right: 40px; }
#container .mr45 {
  margin-right: 45px; }
#container .mr50 {
  margin-right: 50px; }
#container .mr55 {
  margin-right: 55px; }
#container .mr60 {
  margin-right: 60px; }
#container .mr65 {
  margin-right: 65px; }
#container .mr70 {
  margin-right: 70px; }
#container .mr75 {
  margin-right: 75px; }
#container .mr80 {
  margin-right: 80px; }
#container .mr85 {
  margin-right: 85px; }
#container .mr90 {
  margin-right: 90px; }
#container .mr95 {
  margin-right: 95px; }
#container .mr100 {
  margin-right: 100px; }

/*++++++++++++++++++++++++++
	utility margin class
++++++++++++++++++++++++++*/
@media only screen and (min-width: 768px) {
  #container .sp_none {
    display: block; }
  #container .pc_none {
    display: none; } }
@media only screen and (max-width: 640px) {
  #container .sp_none {
    display: none; }
  #container .pc_none {
    display: block; } }

/*# sourceMappingURL=style.css.map */
