/**
 * 全ページに対するスタイル指定
 *
 * 注意: 記述量が多いため、ファイルを3つに分割しています。
 *
 * PC、モバイル、印刷共通=> common.css
 * モバイル専用=> common-mobile.css
 * 印刷専用=> common-print.css
 */
/****************************
 * PC、モバイル、印刷共通
 ****************************/
html {
  height: 100%; /* footerを下部に固定するために必要 */
}
body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  height: 100%; /* footerを下部に固定するために必要 */
  position: relative; /* footerを下部に固定するために必要 */
}
p,
ul,
dl dd {
  clear: both;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
}
p strong {
  line-height: 1.75;
}
a,
a:visited {
  color: #f90;
}
a:hover {
  color: #25b9cb;
}
a i {
  font-size: 120%;
  line-height: 1;
  margin-left: 5px;
}
/**
 * クリアフィックス
 */
.clearfix:after {
  clear: both;
  content: '';
  display: block;
}
/**
 * ヘッダー
 */
header {
  background-color: #fff;
  border-bottom: 1px solid #fff;
  box-shadow: 0 0 5px #999;
  height: 114px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.header-inner {
  margin: 20px auto 0;
  max-width: 960px;
}
/**
 * グローバルナビ
 */
.globalnavi {
  margin-top: 2px;
  width: 100%;
}
.globalnavi > ul {
  border-left: #269fd0 2px dotted;
  display: table;
  width: 100%;
}
.globalnavi > ul > li {
  border-right: #269fd0 2px dotted;
  box-sizing: border-box;
  display: table;
  float: left;
  width: 12.5%;
}
.globalnavi > ul > li > a {
  background-color: #fff;
  border: none;
  box-sizing: border-box;
  color: #269fd0;
  display: table-cell;
  font-size: 15px;
  height: 51px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.globalnavi > ul > li > a:hover {
  background-color: #d2e7f1;
  color: #000;
}
.globalnavi > ul > li > .on {
  background-color: #d2e7f1;
}
/**
 * モバイル向け要素を非表示にする
 */
.globalnavi .mobile {
  display: none;
}
.globalnavi > ul > li > a > i {
  display: none;
}
.toggle-menu {
  display: none;
}
/**
 * フッター
 */
footer {
  background-color: #008fc7;
  bottom: 0;
  height: 50px;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
.footer-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}
.footer-navi {
  box-shadow: 16px 0 16px #008fc7;
  float: left;
  margin-bottom: 0;
  position: absolute;
  z-index: 10;
}
.footer-navi li {
  color: #fff;
  display: inline-block;
}
.footer-navi i {
  margin-right: 5px;
}
.footer-navi a {
  background: #008fc7;
  color: #fff;
  display: block;
  line-height: 50px;
  padding: 0 7px;
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
.footer-navi a,
.footer-navi a:visited {
  color: #fff;
}
.footer-navi a:hover {
  background-color: #33a5d2;
  color: #fff;
}
.footer-copyright {
  color: #fff;
  float: right;
  font-size: 12px;
  line-height: 50px;
  padding-right: 12px;
}
/**
 * 本文コンテナ
 */
.wrap {
  box-sizing: border-box;
  min-height: 100%;
  padding-top: 115px; /* fixされているheaderの高さ */
  position: relative;
  top: 0;
  width: 100%;
}
.container {
  background: #fff;
  margin: 0 auto;
  max-width: 960px;
  padding-bottom: 50px; /* footerを下部に固定するために必要。footerの高さと同じ数値を指定する。 */
  padding-top: 20px;
}
.container2 {
  background: #fff;
  margin: 0 auto;
  max-width: 960px;
  padding-bottom: 50px; /* footerを下部に固定するために必要。footerの高さと同じ数値を指定する。 */
  padding-top: 20px;
  position: relative;
}
.outline {
  line-height: 2;
  margin-bottom: 30px;
  text-align: center;
}
/**
 * 見出し
 */
.h2_img {
  background: #fff;
  margin: 0 auto;
  max-width: 960px;
}
.h2_img img {
  height: auto;
  max-width: 100%;
}
.h2_area {
  background-color: #008fc7;
  height: 60px;
  margin-top: -3px;
  width: 100%;
}
.h2_area2 {
  background-color: #008fc7;
  height: 60px;
  position: relative;
  width: 100%;
}
.h2_area h2,
.h2_area2 h2 {
  color: #fff;
  font-size: 23px;
  font-weight: normal;
  line-height: 60px;
  margin: 0 auto;
  max-width: 960px;
}
h3 {
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 10px;
}
h3.caption {
  margin: 20px auto 30px;
  text-align: center;
}
h3.caption img {
  height: auto;
  max-width: 100%;
}
.caption {
  color: #269ed0;
  letter-spacing: 1px;
  margin: 20px auto 30px;
  text-align: center;
}
.caption:before,
.caption:after {
  content: '―';
}
.caption:before {
  padding-right: 0.3em;
}
.caption:after {
  padding-left: 0.3em;
}
h4 {
  font-size: 19px;
  font-weight: normal;
  line-height: 1/75;
  margin: 30px 0 5px;
}
/**
 * index以外のページ
 */
.contents {
  border-bottom: #008fc7 dotted 2px;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.contents.border-none {
  margin-bottom: 0;
}
.border-none {
  border: none !important;
}
.content_last {
  clear: both;
  float: right;
  font-size: 14px;
  margin-top: 10px;
}
.content_last i {
  font-size: 125%;
  margin-left: 5px;
}
/**
 * howtouse.html,
 * flow.html
 */
.nagare-last strong {
  color: #008fc7;
  font-size: 120%;
  white-space: nowrap;
}
.shikumi dt,
.nagare > dl > dt {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 5px;
}
.nagare {
  display: table;
  float: left;
  height: 240px;
  margin-bottom: 15px;
  margin-right: 1.25%; /* 12px */
  width: 32.5%; /* 312px */
}
.nagare:nth-child(3n) {
  margin-right: 0;
}
.nagare-end {
  margin-right: 0;
  width: 28.125%; /* 270px */
}
.nagare > dl {
  background-color: #eee;
  display: table-cell;
  height: 215px;
  margin: 5px 3.205128205128205% 15px 0; /* 5px 10px 15px 0 */
  padding: 3.205128205128205% 3.205128205128205% 0; /* 10px 10px 0 */
  width: 86.53846153846154%; /* 250px */
}
.nagare-company-last {
  width: 26.04166666666667%; /* 250px */
}
.nagare-company-last > dl {
  background-color: #fff;
  padding: 0;
}
.nagare-company-last > dl > dt {
  padding: 4.166666666666667% 4.166666666666667% 0;
}
.nagare-company-last > dl > dd > img {
  height: auto;
  width: 100%;
}
.nagare-end dl {
  width: 100%; /* 250px */
}
.nagare > p {
  display: table-cell;
  padding-left: 3.846153846153846%; /* 12px */
  width: 13.46153846153846%; /* 30px */
}
.nagare > p > img {
  height: auto;
  position: relative;
  top: 100px;
  width: 100%;
}
.nagare-last {
  float: left;
  height: 240px;
  margin-left: 5.625%; /* 54px */
  position: relative;
  width: 25%; /* 240px */
  width: 28.125%; /* 270px */
}
.nagare-last img {
  bottom: 0;
  left: 0;
  position: absolute;
}
.nagare a > img {
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
.nagare a:hover > img {
  -ms-filter: 'alpha(opacity=60)';
      filter: alpha(opacity=60);
  opacity: 0.6;
}
/**
 * interview.html,
 * interview-company.html,
 * interview01.html,
 * interview02.html
 */
.interview-profile h4 {
  border-left: 8px solid #008fc7;
  margin-bottom: 1em;
  padding: 2px 0.6em 0;
}
.interview-body {
  margin-bottom: 2em;
}
.interview-body > h4 {
  background: #eee;
  border: 1px solid #aaa;
  border-radius: 12px;
  box-shadow: 1px 1px 1px #999;
  display: inline-block;
  font-size: 100%;
  line-height: 1.4;
  margin-bottom: 10px;
  margin-right: 1em;
  padding: 12px 20px 12px 44px;
  text-indent: -16px;
}
.interview-body > h4:before {
  content: '—';
  padding-right: 4px;
}
.interview-body > p {
  background: #ffa;
  border: 1px solid #bba;
  border-radius: 12px;
  box-shadow: 1px 1px 1px #aa9;
  font-size: 100%;
  margin-left: 5%; /* 画面幅に合わせるために相対指定する */
  padding: 12px 20px 12px 60px;
  text-indent: -32px;
}
.interview-body > p strong {
  color: #333;
}
.img_jisseki {
  display: block;
  height: auto;
  max-width: 100%;
}
.interview-result {
  border: 1px solid #ff7f00;
  margin: 2em 0;
  padding: 0.6em;
  text-align: center;
}
.interview-result img {
  display: block;
  margin: 0 auto 0.8em;
}
.interview-result h4 {
  color: #ff7f00;
  font-weight: normal;
  margin: 0 0 0.4em;
}
