@charset "UTF-8";
/*================================================================
 *FILE          :style.css
 *DESCRIPTION   :resetはressを使用。環境変数とmixinは_mixin.scss内に記述。
                 それぞれfoundationよりインポート。
 *AUTHOR        :
 *--------------------------------------------------------------
 *(C)Mynavi Corporation
=================================================================*/
/* クリアフィックス
-----------------------------------------------------------------*/
.wrapper, .newsSnsList {
  zoom: 1; }
  .wrapper:before, .newsSnsList:before, .wrapper:after, .newsSnsList:after {
    position: static;
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020"; }
  .wrapper:after, .newsSnsList:after {
    clear: both; }

/* 色変数
-----------------------------------------------------------------*/
/* ブレークポイント
-----------------------------------------------------------------*/
/* font
-----------------------------------------------------------------*/
@font-face {
  font-family: 'DIN Alternate Bold';
  src: url("../font/DIN Alternate Bold.woff");
  /* IE9 Compat Modes */
  src: url("../font/DIN Alternate Bold.eot?#iefix") format("embedded-opentype"), url("../font/DIN Alternate Bold.woff") format("woff"), url("../font/DIN Alternate Bold.ttf") format("truetype");
  /* Safari, Android, iOS */ }

@font-face {
  font-family: 'DIN Condensed Bold';
  src: url("../font/DIN Condensed Bold.woff");
  /* IE9 Compat Modes */
  src: url("../font/DIN Condensed Bold.eot?#iefix") format("embedded-opentype"), url("../font/DIN Condensed Bold.woff") format("woff"), url("../font/DIN Condensed Bold.ttf") format("truetype");
  /* Safari, Android, iOS */ }

.main {
  position: relative;
  z-index: 900;
  padding: 0 0 100px; }
  @media only screen and (max-width: 767px) {
    .main {
      background-color: #f3f3f3;
      padding: 15px 0 30px; } }
  .main:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: url(../images/common/bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media only screen and (max-width: 767px) {
      .main:before {
        display: none; } }

.wrapper {
  position: relative;
  z-index: 100;
  width: 1120px;
  margin: 50px auto 0; }
  @media only screen and (max-width: 767px) {
    .wrapper {
      width: auto;
      margin: 0 15px; } }

.sideNav {
  float: left;
  width: 300px;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 30px 20px; }
  @media only screen and (max-width: 767px) {
    .sideNav {
      float: none;
      display: none;
      padding: 0; } }

.sideNavTitle {
  font-family: "DIN Condensed Bold", sans-serif;
  font-weight: bold;
  font-size: 26px;
  line-height: 1; }

.sideNavList {
  margin: 5px 0 0; }

.sideNavList_node {
  padding: 20px 0;
  border-bottom: solid 1px #dcdcdc; }
  .sideNavList_node a {
    display: block;
    transition: all .5s ease .0s; }
    .sideNavList_node a:hover {
      opacity: 0.5; }

.sideNavList_node_date {
  font-size: 12px;
  color: #666;
  margin: 0 0 5px; }

.sideNavList_node_text {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.8; }

.mainContent {
  float: right;
  width: 800px; }
  @media only screen and (max-width: 767px) {
    .mainContent {
      float: none;
      width: auto; } }

.newsSection {
  margin: 20px 0 0;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.95); }
  .newsSection:first-child {
    margin: 0; }
  @media only screen and (max-width: 767px) {
    .newsSection {
      padding: 25px 0 0; } }

.newsSectionDate {
  font-size: 12px;
  color: #666;
  margin: 0 0 20px; }
  @media only screen and (max-width: 767px) {
    .newsSectionDate {
      margin: 0 15px 10px; } }

.newsSectionTitle {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 15px; }
  @media only screen and (max-width: 767px) {
    .newsSectionTitle {
      font-size: 15px;
      margin: 0 15px 12px; } }

.newsContent {
  word-wrap: break-word;
  margin: 0 0 50px; }
  @media only screen and (max-width: 767px) {
    .newsContent {
      margin: 0 0 25px; } }
  .newsContent .thumb {
    margin: 25px 0 25px;
    font-size: 0; }
    @media only screen and (max-width: 767px) {
      .newsContent .thumb {
        margin: 15px 0 15px; } }
    .newsContent .thumb:first-child {
      margin-top: 0; }
    .newsContent .thumb img {
      width: 100%; }
  .newsContent p {
    font-size: 14px;
    line-height: 2.2;
    letter-spacing: .05em; }
    @media only screen and (max-width: 767px) {
      .newsContent p {
        margin: 0 15px; } }
  .newsContent a {
    text-decoration: underline; }
  .newsContent strong {
    font-size: 16px; }
    @media only screen and (max-width: 767px) {
      .newsContent strong {
        font-size: 15px; } }

.newsSnsList_node {
  float: left;
  width: 33.33%;
  height: 50px;
  padding: 0 2px; }
  @media only screen and (max-width: 767px) {
    .newsSnsList_node {
      height: 25px; } }
  .newsSnsList_node a {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .5s ease .0s; }
    .newsSnsList_node a:hover {
      opacity: 0.5; }
  .newsSnsList_node.fb a {
    background-image: url(../images/news/fb_pc.jpg); }
    @media only screen and (max-width: 767px) {
      .newsSnsList_node.fb a {
        background-image: url(../images/news/fb_sp.jpg); } }
  .newsSnsList_node.line a {
    background-image: url(../images/news/line_pc.jpg); }
    @media only screen and (max-width: 767px) {
      .newsSnsList_node.line a {
        background-image: url(../images/news/line_sp.jpg); } }
  .newsSnsList_node.tw a {
    background-image: url(../images/news/tw_pc.jpg); }
    @media only screen and (max-width: 767px) {
      .newsSnsList_node.tw a {
        background-image: url(../images/news/tw_sp.jpg); } }
