@charset "UTF-8";
body {
  letter-spacing: .09em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  word-break: break-all;
  -webkit-text-size-adjust: 100%; }

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: 12px;
  vertical-align: baseline;
  background: transparent;
  color: #000000; }

body {
  line-height: 1; }

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

nav ul, ul, 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; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

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; }

input, select {
  vertical-align: middle; }

a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }

a:link {
  color: #4A4446;
  text-decoration: none;
  outline: none; }

a:visited {
  color: #4A4446;
  text-decoration: none; }

a:hover {
  color: #4A4446;
  text-decoration: none; }

a:active {
  color: #4A4446;
  text-decoration: none; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

img {
  vertical-align: text-bottom;
  line-height: 1; }

a:hover {
  opacity: .7; }

.l-heder {
  background: rgba(255, 255, 255, 0.9);
  width: 100%; }
  @media screen and (max-width: 768px) {
    .l-heder {
      position: fixed;
      top: 0;
      z-index: 15; } }

.head {
  width: 1000px;
  margin: 0 auto;
  padding: 26px 0; }
  .head:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    padding: 0 0.4em 0 0;
    clear: both;
    height: 0; }
  @media screen and (max-width: 768px) {
    .head {
      width: 100%;
      height: 65px;
      padding: 12px 3%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }
  .head__left {
    float: left;
    width: 432px; }
    @media screen and (max-width: 768px) {
      .head__left {
        width: 80%; }
        .head__left img {
          width: 100%; } }
  .head__right {
    float: right; }
    .head__right__station {
      line-height: 1.4;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        .head__right__station {
          display: none; } }

.l-globalNav {
  background: #00133d; }
  @media screen and (max-width: 768px) {
    .l-globalNav {
      background: rgba(0, 19, 61, 0.9);
      -webkit-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      position: fixed;
      top: -500px;
      z-index: 10;
      width: 100%; } }
  .l-globalNav.is-open {
    -webkit-transform: translateY(560px);
    -ms-transform: translateY(560px);
    -moz-transform: translateY(560px);
    -o-transform: translateY(560px);
    transform: translateY(560px); }

.globalNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  letter-spacing: -.8em; }
  @media screen and (max-width: 768px) {
    .globalNav {
      display: block;
      width: 100%; } }
  .globalNav__link {
    line-height: 55px;
    padding: 0 38px;
    color: #435a90;
    font-size: 16px;
    text-align: center;
    letter-spacing: 2px; }
    @media screen and (max-width: 768px) {
      .globalNav__link {
        line-height: 25px;
        padding: 5px;
        font-size: 14px; } }
    .globalNav__link a {
      display: block;
      color: #fff; }
    .globalNav__link:first-child {
      padding-left: 25px; }
      @media screen and (max-width: 768px) {
        .globalNav__link:first-child {
          padding: 15px 5px 5px; } }
    .globalNav__link:last-child {
      padding-right: 25px; }
      @media screen and (max-width: 768px) {
        .globalNav__link:last-child {
          padding: 5px 5px 20px; } }
  .globalNav--toggle {
    display: none;
    position: fixed;
    top: 23px;
    right: 3%;
    z-index: 101;
    width: 24px;
    height: 26px;
    cursor: pointer; }
    @media screen and (max-width: 768px) {
      .globalNav--toggle {
        display: block; } }
    .globalNav--toggle div {
      position: relative; }
    .globalNav--toggle span {
      -webkit-transition: all 0.35s ease-in-out;
      -ms-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out;
      transition: all 0.35s ease-in-out;
      display: block;
      position: absolute;
      left: 0;
      width: 100%;
      height: 1px;
      background: #666; }
      .globalNav--toggle span:nth-child(1) {
        top: 0; }
      .globalNav--toggle span:nth-child(2) {
        top: 8px; }
      .globalNav--toggle span:nth-child(3) {
        top: 16px; }
    .globalNav--toggle.is-on span:nth-child(1) {
      -webkit-transform: rotate(315deg);
      -ms-transform: rotate(315deg);
      -moz-transform: rotate(315deg);
      -o-transform: rotate(315deg);
      transform: rotate(315deg);
      top: 11px; }
    .globalNav--toggle.is-on span:nth-child(2) {
      left: 50%;
      width: 0; }
    .globalNav--toggle.is-on span:nth-child(3) {
      -webkit-transform: rotate(-315deg);
      -ms-transform: rotate(-315deg);
      -moz-transform: rotate(-315deg);
      -o-transform: rotate(-315deg);
      transform: rotate(-315deg);
      top: 11px; }

.l-container {
  min-width: 1000px; }
  @media screen and (max-width: 768px) {
    .l-container {
      min-width: 100%;
      margin-top: 65px; } }
  .l-container .bg {
    padding-bottom: 88px;
    background: #1b1d8d url(../images/common/bg.jpeg) no-repeat center bottom;
    background-size: cover; }
    @media screen and (max-width: 768px) {
      .l-container .bg {
        padding-top: 3%;
        padding-bottom: 64px; } }

.main {
  width: 1000px;
  margin: 0 auto;
  background: #fff; }
  @media screen and (max-width: 768px) {
    .main {
      width: 96%; } }
  .main__title {
    padding: 85px 0;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .main__title {
        padding: 40px 0; } }

.btnVacancy {
  padding: 50px 0;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .btnVacancy {
      padding: 32px 56px; }
      .btnVacancy img {
        width: 100%; } }

/*---------------------------------------------------------
	lity
*/
/*! Lity - v1.6.6 - 2016-04-22
* http://sorgalla.com/lity/
* Copyright (c) 2016 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; }

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close:active {
  top: 1px; }

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

/* iFrame */
.lity-iframe .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

.lity-hide {
  display: none; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../images/common/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/../font/slick.eot");
  src: url("./fonts/../font/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/../font/slick.woff") format("woff"), url("./fonts/../font/slick.ttf") format("truetype"), url("./fonts/../font/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover,
  .slick-next:hover {
    opacity: .8; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev {
  left: 0;
  background: none; }
  .slick-prev:before {
    position: absolute;
    top: 7px;
    left: 12px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    content: "";
    width: 15px;
    height: 15px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff; }

.slick-next {
  right: 0;
  background: none; }
  .slick-next:before {
    position: absolute;
    top: 7px;
    left: 1px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    width: 15px;
    height: 15px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: -10px;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 80px;
        line-height: 20px;
        text-align: center;
        color: #1b1d8d;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #1b1d8d;
      opacity: 0.75; }

@media screen and (max-width: 768px) {
  .mainVisual__img {
      display: none; } }

  .mainVisual__img + .mainVisual__img {
    display: none; }
    @media screen and (max-width: 768px) {
      .mainVisual__img + .mainVisual__img {
        display: block; } }

  .mainVisual__img img {
    width: 100%; }

.mainInfo {
  background: #18197f url(../images/top/bg.jpg) no-repeat center bottom;
  background-size: 100% auto;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .mainInfo img {
      width: 100%;
      height: auto; } }
  @media screen and (max-width: 768px) {
    .mainInfo__img {
      padding: 0 16px; } }

.categoryList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  justify-content: space-between;
  margin: 0 auto;
  padding: 70px 0 80px;
  text-align: center;
  letter-spacing: -.8em;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify; }
  @media screen and (max-width: 768px) {
    .categoryList {
      display: block;
      width: 100%;
      padding: 16px; }
      .categoryList img {
        width: 100%; }
      .categoryList__link {
        margin: 0 10px; } }
    @media screen and (max-width: 768px) and (max-width: 768px) {
      .categoryList__link {
        display: inline-block;
        width: 49%;
        margin: 0;
        margin-bottom: 1.8%; } }
  @media screen and (max-width: 768px) {
        .categoryList__link:first-child {
          margin-left: 0; } }
      @media screen and (max-width: 768px) and (max-width: 768px) {
        .categoryList__link:first-child {
          margin-right: 2%; } }
  @media screen and (max-width: 768px) {
        .categoryList__link:last-child {
          margin-right: 0; } }
      @media screen and (max-width: 768px) and (max-width: 768px) {
        .categoryList__link:last-child {
          margin-left: 2%; } }

@media screen and (max-width: 768px) {
  .plan img {
    width: 100%; } }

.plan__list {
  max-width: 930px;
  margin: 0 auto;
  letter-spacing: -.8em; }
  @media screen and (max-width: 768px) {
    .plan__list {
      margin: 0 8px 1%;
      text-align: center; } }
  .plan__list__item {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .plan__list__item {
        width: 49%;
        margin: 0 0 2%; }
        .plan__list__item:nth-child(2n) {
          margin: 0 0 2% 2%; } }
    .plan__list__item:nth-child(3n) {
      margin-right: 0; }

.plan__note {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 22px;
  margin: 0 35px;
  font-size: 14px;
  text-align: right; }
  @media screen and (max-width: 768px) {
    .plan__note {
      margin: 0 3%;
      font-size: 11px;
      text-align: right; } }

.plan__table {
  width: 930px;
  margin: 70px auto 0; }
  @media screen and (max-width: 768px) {
    .plan__table {
      width: 94%;
      margin: 8% auto 2%; } }
  .plan__table__note {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    line-height: 22px;
    margin-top: 15px;
    color: #171c61;
    font-size: 14px;
    text-align: right; }
    @media screen and (max-width: 768px) {
      .plan__table__note {
        margin: 4px 0 0;
        font-size: 11px; } }

.plan__security {
  margin-top: 80px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .plan__security {
      margin-top: 8%; }
      .plan__security img {
        width: 94%; } }

@media screen and (max-width: 768px) {
  .access {
    margin: 0 3%; }
    .access img {
      width: 100%; } }

.access__cap {
  margin-bottom: 40px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .access__cap {
      margin: 0 3% 5%; } }

@media screen and (max-width: 768px) {
  .access__main {
    padding-bottom: 1%; } }

.access__main__img {
  margin-bottom: 35px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .access__main__img {
      margin-bottom: 5%; } }

.access__main__info {
  text-align: center; }
  .access__main__info__txt {
    margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      .access__main__info__txt {
        margin-bottom: 5%; } }
  .access__main__info__img {
    margin-bottom: 45px; }
    @media screen and (max-width: 768px) {
      .access__main__info__img {
        margin-bottom: 5%; } }
  .access__main__info__note {
    line-height: 20px;
    color: #614c3f;
    font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
    font-size: 14px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .access__main__info__note {
        line-height: 16px;
        font-size: 11px;
        text-align: left; } }

.facility {
  margin-left: 5px;
  letter-spacing: -.8em; }
  @media screen and (max-width: 768px) {
    .facility {
      margin: 0 3%; }
      .facility img {
        width: 100%; } }
  .facility__item {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    letter-spacing: normal; }
    @media screen and (max-width: 768px) {
      .facility__item {
        width: 49%;
        margin: 0 0 2%; }
        .facility__item:nth-child(2n) {
          margin: 0 0 4% 2%; } }
    .facility__item:nth-child(4n) {
      margin-right: 0; }
    .facility__item__cap {
      margin: 10px 0 40px;
      padding: 10px 0 10px 17px;
      border-bottom: 1px solid #000;
      border-left: 6px solid #000;
      color: #000;
      font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
      font-size: 16px; }
      @media screen and (max-width: 768px) {
        .facility__item__cap {
          margin: 5% 0 1%;
          padding: 4% 0 4% 4%;
          border-left: 4px solid #000;
          font-size: 13px; } }
      .facility__item__cap--spacing {
        letter-spacing: -2.5px; }
.jikan {
  letter-spacing:-0.1em;
  }

  .facility__note {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    margin: -10px 24px 0;
    color: #000;
    font-size: 14px; }
    @media screen and (max-width: 768px) {
      .facility__note {
        line-height: 18px;
        margin: 1% 3%;
        font-size: 11px; } }
  .facility__security {
    margin: 55px 0 45px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .facility__security {
        margin: 10% 3%; }
        .facility__security img {
          width: 100%; } }
  .facility--btnVacancy {
    max-width: 1000px;
    margin: 50px auto 115px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .facility--btnVacancy {
        margin: 5% 0 10%; }
        .facility--btnVacancy img {
          width: 60%; } }

.outlineVisual {
  background: #00133d; }
  .outlineVisual img {
    width: 100%; }
  .outlineVisual__ttl {
    width: 123px;
    margin: 0 auto;
    padding: 35px 0; }
    @media screen and (max-width: 768px) {
      .outlineVisual__ttl {
        padding: 16px 0; } }

.outline {
  background: #fff; }
  .outline__main {
    width: 1000px;
    margin: 90px auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 768px) {
      .outline__main {
        width: 100%;
        margin: 24px 0;
        padding: 0 16px; } }
    .outline__main__ttl {
      line-height: 24px;
      margin-bottom: 25px;
      padding-bottom: 20px;
      border-bottom: 1px #000 solid;
      font-size: 24px; }
      @media screen and (max-width: 768px) {
        .outline__main__ttl {
          line-height: 20px;
          margin-bottom: 8px;
          padding-bottom: 8px;
          font-size: 16px; } }
    .outline__main__info {
      margin-bottom: 50px; }
      .outline__main__info:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        padding: 0 0.4em 0 0;
        clear: both;
        height: 0; }
      @media screen and (max-width: 768px) {
        .outline__main__info {
          margin-bottom: 32px; } }
      .outline__main__info__ttl, .outline__main__info__txt {
        float: left;
        line-height: 38px;
        font-size: 14px; }
        @media screen and (max-width: 768px) {
          .outline__main__info__ttl, .outline__main__info__txt {
            line-height: 22px;
            font-size: 12px; } }
      .outline__main__info__ttl {
        width: 140px; }
        @media screen and (max-width: 768px) {
          .outline__main__info__ttl {
            width: 30%; } }
      .outline__main__info__txt {
        width: 860px; }
        @media screen and (max-width: 768px) {
          .outline__main__info__txt {
            width: 70%; } }

.location {
  width: 930px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .location {
      width: 100%;
      padding: 0 8px; } }
  .location__img {
    margin-bottom: 55px; }
    @media screen and (max-width: 768px) {
      .location__img {
        margin-bottom: 24px; }
        .location__img img {
          width: 100%;
          height: auto; } }
    .location__img figcaption {
      line-height: 1.8;
      margin-top: 16px;
      font-size: 14px; }
      @media screen and (max-width: 768px) {
        .location__img figcaption {
          line-height: .9;
          margin-top: 12px;
          font-size: 12px; }
          .location__img figcaption span {
            display: block; } }
  .location__map {
    margin-bottom: 70px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .location__map {
        margin-bottom: 32px; } }
    .location__map__ttl {
      display: inline-block;
      width: 100%;
      margin: 15px 0 68px; }
      @media screen and (max-width: 768px) {
        .location__map__ttl {
          margin: 8px 0 32px; } }
      .location__map__ttl:before, .location__map__ttl:after {
        display: inline-block;
        width: 369px;
        height: 2px;
        vertical-align: middle;
        background: url(../images/location/line.png) no-repeat;
        background-size: 100% auto;
        content: ''; }
        @media screen and (max-width: 768px) {
          .location__map__ttl:before, .location__map__ttl:after {
            width: 40%; } }
      .location__map__ttl:after {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg); }
    .location__map__lead {
      margin-bottom: 68px; }
      @media screen and (max-width: 768px) {
        .location__map__lead {
          margin-bottom: 32px; }
          .location__map__lead img {
            width: 60%;
            height: auto; } }
    @media screen and (max-width: 768px) {
      .location__map__img img {
        width: 100%;
        height: auto; } }
  .location__shop {
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .location__shop {
        margin-bottom: 10px; } }
    .location__shop__list {
      display: inline-block;
      vertical-align: top; }
      @media screen and (max-width: 768px) {
        .location__shop__list {
          width: 100%; } }
      .location__shop__list:nth-child(2n) {
        margin-left: 53px; }
        @media screen and (max-width: 768px) {
          .location__shop__list:nth-child(2n) {
            margin-top: 16px;
            margin-left: 0; } }

.shop {
  width: 435px; }
  @media screen and (max-width: 768px) {
    .shop {
      width: 100%; } }
  .shop + .shop {
    margin-top: 35px; }
    @media screen and (max-width: 768px) {
      .shop + .shop {
        margin-top: 16px; } }
  .shop__ttl {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    margin-bottom: 12px;
    padding: 12px;
    color: #fff;
    background: #b28f24;
    font-size: 16px; }
    @media screen and (max-width: 768px) {
      .shop__ttl {
        margin-bottom: 4px;
        padding: 8px;
        font-size: 14px; } }
  .shop__info table {
    width: 100%; }
  .shop__info th,
  .shop__info td {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    line-height: 1.9;
    font-weight: normal;
    font-size: 15px; }
    @media screen and (max-width: 768px) {
      .shop__info th,
      .shop__info td {
        display: block;
        width: 100%;
        line-height: 1.4;
        font-size: 12px; } }
  .shop__info td {
    text-align: right; }
    @media screen and (max-width: 768px) {
      .shop__info td {
        padding-bottom: 4px;
        padding-left: 8px;
        text-align: left; } }

.modelroom {
  width: 1000px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .modelroom {
      width: 100%; } }

.modelroomBox {
  margin-bottom: 200px; }
  @media screen and (max-width: 768px) {
    .modelroomBox {
      margin-bottom: 60px; } }
  .modelroomBox--last {
    margin-bottom: 0; }
  .modelroomBox img {
    width: 100%;
    height: auto; }
  .modelroomBox__ttl {
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .modelroomBox__ttl {
        margin-bottom: 10px; } }
  .modelroomBox__photo {
    position: relative; }

.l-footer {
  padding: 72px 0 24px;
  background: #00133d; }
  @media screen and (max-width: 768px) {
    .l-footer {
      padding: 24px 0; } }

.footer {
  position: relative;
  width: 1000px;
  margin: 0 auto; }
  .footer:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    padding: 0 0.4em 0 0;
    clear: both;
    height: 0; }
  @media screen and (max-width: 768px) {
    .footer {
      width: 100%; } }
  .footer__logo {
    position: absolute;
    top: 0;
    left: 0; }
    @media screen and (max-width: 768px) {
      .footer__logo {
        display: none; } }
  .footer__link {
    float: left;
    margin-top: 100px; }
    @media screen and (max-width: 768px) {
      .footer__link {
        display: none; } }
    .footer__link__item {
      display: inline-block;
      position: relative;
      padding: 0 10px;
      color: #273556;
      font-weight: bold;
      letter-spacing: 2px; }
      .footer__link__item:before {
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 13px;
        background: #fff;
        content: ''; }
      .footer__link__item:last-child:before {
        width: 0; }
      .footer__link__item a {
        color: #fff; }
  .footer__contact {
    float: right;
    width: 370px; }
    @media screen and (max-width: 768px) {
      .footer__contact {
        width: 100%;
        text-align: center; }
        .footer__contact img {
          width: 70%;
          height: auto; } }
    @media screen and (max-width: 768px) {
      .footer__contact__list {
        text-align: center; } }
    .footer__contact__list__tel {
      margin-bottom: 8px;
      color: #fff;
      font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
      font-size: 24px; }
      @media screen and (max-width: 768px) {
        .footer__contact__list__tel {
          margin-bottom: 8px;
          font-size: 18px; } }
      .footer__contact__list__tel a {
        color: #fff; }
    .footer__contact__list__time {
      line-height: 1.8;
      color: #fff;
      font-size: 16px; }
      @media screen and (max-width: 768px) {
        .footer__contact__list__time {
          font-size: 12px; } }
      .footer__contact__list__time span {
        color: #fff;
        font-size: 20px; }
        @media screen and (max-width: 768px) {
          .footer__contact__list__time span {
            font-size: 14px; } }




  .footer__copy {
    clear: both;
    padding-top: 40px;
    color: #fff;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .footer__copy {
        padding-top: 16px;
        font-size: 10px; } }



        .preview{
                position:relative;
                float: left;
                max-width:480px;
                max-height:240px;
                margin: 10px;
            }
            .prevphoto{
                max-width:480px;
            }


            .previcon{
                position:absolute;
                top:0px;
                left:0px;
                    max-width:480px;
                filter:alpha(opacity=80);
                -moz-opacity: 0.8;
                opacity: 0.8;
                }

                .modelroom__info {
                  margin-bottom: 75px; }


                  .gmap_iframe {
                    aspect-ratio: 16 / 9;
                    max-width: 1000px;
                    width: 100%;
                    height: auto;
                }