@charset "UTF-8";
/*================================================================
 *FILE          :style.css
 *DESCRIPTION   :resetはressを使用。環境変数とmixinは_mixin.scss内に記述。
                 それぞれfoundationよりインポート。
 *AUTHOR        :
 *--------------------------------------------------------------
 *(C)Mynavi Corporation
=================================================================*/
/* クリアフィックス
-----------------------------------------------------------------*/
/* 色変数
-----------------------------------------------------------------*/
/* ブレークポイント
-----------------------------------------------------------------*/
/* 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 */ }

.mapButton {
  text-align: center;
  padding: 20px 0 0; }
  .mapButton a {
    display: inline-block;
    width: 300px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #000;
    background-image: url(../images/common/arrow_pc.png);
    background-repeat: no-repeat;
    background-position: 96% center;
    transition: all .5s ease .0s; }
    .mapButton a:hover {
      background-color: #000;
      color: #FFF; }
    @media only screen and (max-width: 767px) {
      .mapButton a {
        width: auto;
        display: block;
        text-align: left;
        padding-left: 15px;
        font-size: 12px;
        background-color: #FFF; } }

.main {
  position: relative;
  z-index: 900;
  padding: 0 0 100px; }
  @media only screen and (max-width: 767px) {
    .main {
      padding: 15px 0 30px;
      background-color: #f3f3f3; } }
  .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;
  padding: 50px 0;
  background-color: rgba(255, 255, 255, 0.95); }
  @media only screen and (max-width: 767px) {
    .wrapper {
      width: auto;
      padding: 25px 15px 60px;
      margin: 0 15px; } }

.pageSub {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 45px;
  line-height: 1.5; }
  @media only screen and (max-width: 767px) {
    .pageSub {
      font-size: 23px;
      margin: 0 0 25px; } }

.pageText {
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .pageText {
      font-size: 15px; } }

.mapList {
  max-width: 980px;
  margin: 0 auto; }

.mapList_node {
  margin-bottom: 60px; }
  .mapList_node:last-child {
    margin-bottom: 0; }
  @media only screen and (max-width: 767px) {
    .mapList_node {
      margin-bottom: 40px; } }

.mapList_title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 18px; }
  @media only screen and (max-width: 767px) {
    .mapList_title {
      font-size: 14px; } }

.mapList_map {
  max-width: 966px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .mapList_map {
      padding: 0 5px; } }
  .mapList_map img {
    width: 100%; }

.mapButton {
  padding-top: 0;
  margin-top: 100px; }
  @media only screen and (max-width: 767px) {
    .mapButton {
      margin-top: 40px; } }
  .mapButton a {
    font-weight: 600; }
