@charset "UTF-8";
/* ==========================================================================
 Foundation
========================================================================== */
/* ==========================================================================
 Reset
========================================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, mark {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  font-size: 100%;
  font-style: normal;
  font-weight: inherit;
  margin: 0;
  outline: 0 none;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

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

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

:focus {
  outline: 0 none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

picture {
  line-height: 1;
}

img {
  border: none;
}

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

h1, h2, h3, h4, h5, h6, p, div {
  word-wrap: break-word;
}

button, input, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  border: none;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  background-color: transparent;
  display: block;
}

::-moz-focus-inner {
  border: 0px;
}

select::-ms-expand {
  display: none;
}

/* ==========================================================================
 Base
========================================================================== */
html {
  overflow-y: scroll;
  font-size: 0.625em;
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','Osaka',Arial,Helvetica,sans-serif;
  line-height: 1.5;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  font-size: 1.2rem;
  font-weight: 400;
  color: #333;
  font-feature-settings: 'palt';
}

input, button, textarea, select {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','Osaka',Arial,Helvetica,sans-serif;
}

img {
  vertical-align: top;
  max-width: 100%;
  width: 100%;
  height: auto;
  -webkit-user-drag: none;
  user-drag: none;
}

a {
  display: block;
}

a, button {
  transition: color 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
  color: #0277bd;
  text-decoration: none;
  cursor: pointer;
}

a:active, button:active {
  opacity: .8;
}

sup,
sub {
  font-size: .6em;
}

sup {
  vertical-align: top;
}

sub {
  vertical-align: bottom;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: #555555;
}

/* Firefox 18- */
:-moz-placeholder {
  color: #555555;
}

/* Firefox 19+ */
::-moz-placeholder {
  color: #555555;
}

/* IE 10+ */
:-ms-input-placeholder {
  color: #555555;
}

:placeholder-shown {
  color: #555555;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.is-hide {
  display: none;
}

.is-inputHide {
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  width: 0;
}

.is-hidePC {
  display: none;
}

@media screen and (max-width: 1024px) {
  .is-hideTAB {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .is-hidePC {
    display: block;
  }
  .is-hideSP {
    display: none;
  }
}

/* ==========================================================================
 Base
========================================================================== */
@font-face {
  font-family: 'futuraLtPro';
  font-style: normal;
  font-weight: normal;
  src: url("/font/futura-lt-pro - FuturaLTPro-Book.woff") format("woff");
}

/* ==========================================================================
 Object
========================================================================== */
/* -----------------------------------------------------------------
 Project
----------------------------------------------------------------- */
.header {
  width: 100%;
  position: fixed;
  z-index: 3;
}

.header_in {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.footer {
  background: #1e1e1e;
}

.footer_in {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer_in_wrap {
  padding-top: 28px;
  padding-bottom: 80px;
}

.footer_in_wrap_item {
  width: auto;
  height: auto;
}

@media screen and (max-width: 767px) {
  .footer {
    padding-left: 20px;
  }
  .footer_in {
    padding-left: 0;
    padding-right: 0;
  }
  .footer_in_wrap {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .footer_in_wrap_item {
    width: auto;
    height: 13px;
  }
}

.nav {
  padding-top: 90px;
}

.nav_in {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.nav_in_wrap {
  padding-left: 30px;
  padding-right: 22px;
  padding-bottom: 35px;
  position: relative;
}

.nav_in_wrap::before {
  content: '';
  display: block;
  width: 160px;
  height: 1px;
  background: #fff;
  position: absolute;
  transform: rotate(-55deg);
  transform-origin: bottom left;
  bottom: 35px;
  left: 0;
}

.nav_in_wrap:last-child::after {
  content: '';
  display: block;
  width: 160px;
  height: 1px;
  background: #fff;
  position: absolute;
  transform: rotate(-55deg);
  transform-origin: bottom left;
  bottom: 35px;
  left: 100%;
}

.nav_in_wrap_item_material {
  width: auto;
  height: auto;
}

@media screen and (max-width: 767px) {
  .nav {
    margin-left: 20px;
    padding-top: 0;
  }
  .nav_in {
    padding-top: 42px;
  }
  .nav_in_wrap {
    padding-bottom: 0;
  }
  .nav_in_wrap::before {
    bottom: 0;
  }
  .nav_in_wrap::after {
    bottom: 0;
  }
  .nav_in_wrap:last-child::after {
    bottom: 0;
  }
}

.home {
  width: 100%;
  height: 100vh;
  position: relative;
}

.home::after {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/img_hero.jpg) center top/cover no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.home_in {
  width: 100%;
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.home_in_wrap {
  height: 100%;
  position: relative;
}

.home_in_wrap_item {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: -118px;
}

.home_in_wrap_item_material {
  width: auto;
  height: auto;
}

@media screen and (max-width: 767px) {
  .home {
    height: calc(100vh - 60px);
  }
  .home::after {
    width: 100%;
    height: 700px;
    background: url(../images/img_hero.jpg) right 30% top/cover no-repeat;
  }
  .home_in {
    padding-left: 0;
    padding-right: 0;
  }
  .home_in_wrap {
    height: calc(100vh - 50px);
  }
  .home_in_wrap_item {
    max-width: 480px;
    margin-left: 0;
    padding-right: 40px;
    left: 0;
  }
}

.company {
  background: #fff;
}

.company_in {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}

.company_in_wrap.-ttl {
  padding-top: 70px;
}

.company_in_wrap.-list {
  margin-top: 100px;
}

.company_in_wrap.-btn {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .company_in {
    padding-left: 0;
    padding-right: 0;
  }
  .company_in_wrap.-ttl {
    padding-top: 30px;
  }
  .company_in_wrap.-list {
    margin-top: 40px;
  }
  .company_in_wrap.-btn {
    margin-top: 40px;
  }
}

.logo {
  display: flex;
  align-items: flex-end;
}

.logo_in {
  width: auto;
  height: auto;
}

@media screen and (max-width: 767px) {
  .logo_in {
    width: 160px;
  }
}

.title_in {
  width: auto;
  height: 28px;
}

@media screen and (max-width: 767px) {
  .title {
    padding-left: 20px;
  }
  .title_in {
    width: auto;
    height: 20px;
  }
}

.list {
  margin-bottom: 50px;
  display: flex;
}

.list:last-child {
  margin-bottom: 0;
}

.list_in {
  color: #333;
  font-size: 1.6rem;
  line-height: 1.2;
}

.list_in.-ttl {
  width: calc(44% - 15px);
  padding-left: 66px;
}

.list_in.-data {
  padding-left: 15px;
}

@media screen and (max-width: 767px) {
  .list {
    margin-bottom: 25px;
  }
  .list_in {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .list_in.-ttl {
    width: 35%;
    padding-left: 30px;
  }
  .list_in.-data {
    padding-right: 20px;
  }
}

.btnContainer {
  text-align: center;
  margin-bottom: 20px;
}

.btnContainer_in {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .btnContainer {
    margin-bottom: 10px;
  }
}

.btn {
  width: 320px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #333;
}

.btn_in {
  color: #333;
  font-size: 2.4rem;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .btn:hover {
    background: #65b0c6;
    border-color: #65b0c6;
  }
  .btn:hover .btn_in {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .btn {
    width: 280px;
    height: 50px;
  }
  .btn_in {
    font-size: 2rem;
  }
}

.small {
  color: #333;
  font-size: 1.2rem;
  font-weight: normal;
}

.small.-c {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .small {
    font-size: 1.2rem;
  }
}

.access {
  padding-top: 75px;
  background: #fff;
}

.access_in_wrap.-ttl {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}

.access_in_wrap.-map {
  margin-top: 65px;
}

@media screen and (max-width: 767px) {
  .access {
    padding-top: 40px;
  }
  .access_in_wrap.-ttl {
    padding-left: 0;
    padding-right: 0;
  }
  .access_in_wrap.-map {
    margin-top: 30px;
  }
}

.map_in {
  width: 100%;
  height: 360px;
  overflow: hidden;
  position: relative;
}

.map_in::after {
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.map_in_item {
  width: 100%;
  height: 200%;
  margin: auto;
  opacity: .75;
  filter: grayscale(100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

/* -----------------------------------------------------------------
 js
----------------------------------------------------------------- */
.is-active.js-header {
  background: #000;
}
