@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

@font-face {
  font-family: Quicksand-Bold;
  src: url("../fonts/quicksand-bold-web.ttf") format("truetype");
  src: url("../fonts/quicksand-bold-web.eot") format("embedded-opentype");
  src: url("../fonts/quicksand-bold-web.woff") format("woff"); }

@font-face {
  font-family: Quicksand-Regular;
  src: url("../fonts/quicksand-regular-web.ttf") format("truetype"), url("../fonts/quicksand-regular-web.eot") format("embedded-opentype"), url("../fonts/quicksand-regular-web.woff") format("woff"); }

@font-face {
  font-family: Quicksand-light;
  src: url("../fonts/quicksand-light-web.ttf") format("truetype"), url("../fonts/quicksand-light-web.eot") format("embedded-opentype"), url("../fonts/quicksand-light-web.woff") format("woff"); }

html,
body {
  position: relative;
  /* scroll x hidden */
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100%;
  font-family: Quicksand-Bold, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-size: 1rem;
  color: #15181b;
  background: #fff; }

html {
  -webkit-overflow-scrolling: touch;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

a {
  color: #15181b;
  text-decoration: none;
  -webkit-transition: .24s;
  -o-transition: .24s;
  transition: .24s; }
  a:hover {
    color: #FF0012;
    -webkit-transition: .24s;
    -o-transition: .24s;
    transition: .24s; }
  a:active {
    color: #15181b; }
  a:visited {
    color: #15181b; }

h1.s-h1 {
  position: relative;
  width: 160px;
  height: 30px;
  vertical-align: top;
  text-align: center;
  font-size: 1rem;
  color: #FF0012; }
  h1.s-h1:after {
    position: absolute;
    bottom: 0;
    content: '';
    width: 160px;
    height: 4px;
    border-radius: 2px 0 2px 0;
    background-color: #FF0012;
    display: block; }

a.link_button {
  position: relative;
  width: 320px;
  height: 80px;
  margin: 0 0 0 64px;
  border: solid 1px #15181b;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  a.link_button:before {
    position: absolute;
    left: -64px;
    content: '';
    width: 24px;
    height: 2px;
    background-color: #FF0012;
    display: block; }

.container {
  max-width: 1120px;
  height: 100%;
  margin: 0 auto; }

header {
  position: fixed;
  width: 100%;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 100; }
  header .container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px; }
    header .container #main_logo img {
      height: 40px; }
    header .container nav {
      font-size: 1rem; }
      header .container nav a {
        padding: 20px; }
        header .container nav a:last-child {
          padding: 0 0 20px 0; }

footer {
  height: 80px; }
  footer .container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  footer p {
    font-size: .75rem; }

#fv {
  position: relative;
  width: 100%;
  height: 100%; }
  #fv:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.16);
    display: block; }
  #fv .container {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #fv .container .s-link {
      position: absolute;
      left: 0;
      bottom: 40px;
      color: #fff;
      z-index: 100; }
    #fv .container .fv_logo {
      width: 238px;
      height: 240px;
      text-indent: -999999px;
      background: url("../images/logo_white.svg") center center/cover no-repeat;
      -webkit-animation: 'opening2' .4s 2s ease-in-out forwards;
      animation: 'opening2' .4s 2s ease-in-out forwards;
      opacity: 0;
      z-index: 100; }

#fva {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  width: 100%;
  height: 100%;
  background: url("../images/fv-background.jpg") center center no-repeat;
  background-size: cover;
  opacity: 0;
  -webkit-animation: 'opening1' 2.4s ease-out forwards;
  animation: 'opening1' 2.4s ease-out forwards; }

@-webkit-keyframes 'opening1' {
  0% {
    opacity: 0;
    width: 100%; }
  100% {
    opacity: 1;
    width: 108%; }
  /* sp is height change */ }

@keyframes 'opening1' {
  0% {
    opacity: 0;
    width: 100%; }
  100% {
    opacity: 1;
    width: 108%; }
  /* sp is height change */ }

@-webkit-keyframes 'opening2' {
  0% {
    -webkit-filter: blur(40px);
    filter: blur(40px); }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1; } }

@keyframes 'opening2' {
  0% {
    -webkit-filter: blur(40px);
    filter: blur(40px); }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1; } }

#message {
  padding: 160px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  #message .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #message .container .two-message {
      width: 50%;
      min-height: 100%; }
      #message .container .two-message:first-child {
        border-right: solid 1px #e3e3e3; }
      #message .container .two-message:last-child {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      #message .container .two-message p.phrase-en {
        margin: 80px 0 16px 0;
        font-size: 1.5rem;
        line-height: 1; }
        #message .container .two-message p.phrase-en span {
          padding: 0 0 4px 0;
          display: inline-block; }
      #message .container .two-message p.phrase-ja {
        margin: 0 0 80px 0;
        font-size: .75rem;
        line-height: 1; }
      #message .container .two-message .business {
        margin: 0 0 0 80px; }
        #message .container .two-message .business p {
          font-size: .75rem;
          line-height: 1.5;
          margin: 0 0 24px 0; }
          #message .container .two-message .business p:last-child {
            margin: 0; }

#service {
  padding: 160px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #F3F3F3; }
  #service .service_list1 {
    margin: 80px 0; }
  #service .service_list2 {
    margin: 0 0 80px 0; }
  #service .service_list1, #service .service_list2 {
    max-width: 100%;
    padding: 0 120px;
    -webkit-box-sizing: box-sizing;
    box-sizing: box-sizing;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #service .service_list1 .service, #service .service_list2 .service {
      width: 240px;
      text-align: center; }
      #service .service_list1 .service img, #service .service_list2 .service img {
        width: 100%; }
      #service .service_list1 .service p, #service .service_list2 .service p {
        margin: 24px 0 0 0;
        text-align: center;
        line-height: 1.5; }

#company {
  padding: 160px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  #company .office-image1 {
    width: 100%;
    margin: 80px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #company .office-image1 img {
      max-width: 720px; }

#contact {
  padding: 160px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f7f7f7 url("../images/logo-background.svg") top 80px right 80px/430px no-repeat;
  font-size: .875rem; }
  #contact .contact_list {
    margin: 80px 0 0 0; }
    #contact .contact_list a {
      margin: 0 0 40px 0;
      display: block; }
      #contact .contact_list a:after {
        content: '';
        width: 24px;
        height: 2px;
        margin: 40px 0 0 0;
        background-color: #FF0012;
        display: block; }
      #contact .contact_list a:last-child:after {
        display: none; }

/* ▼content▼ */
.fv-min {
  position: relative;
  width: 100%;
  height: 400px;
  background: #fff url("../images/fv-background.jpg") center top/cover no-repeat;
  z-index: 1; }
  .fv-min:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #15181b;
    opacity: .16;
    display: block;
    z-index: -1; }
  .fv-min.vi-company {
    background: #fff url("../images/office@2x.png") center bottom/cover no-repeat;
    z-index: 1; }
    .fv-min.vi-company:after {
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      width: 100%;
      height: 100%;
      background-color: #15181b;
      opacity: .35;
      display: block;
      z-index: -1; }
  .fv-min h1 {
    position: relative;
    top: 160px;
    font-family: Quicksand-light;
    font-size: 2.5rem;
    color: #fff; }

.contents .col-- {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.contents section {
  position: relative;
  padding: 160px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5; }
  .contents section h1 {
    font-size: 1rem; }
    .contents section h1:after {
      content: '';
      width: 40px;
      height: 4px;
      margin: 80px 0;
      background: #15181b;
      display: block; }
  .contents section h2 {
    font-size: 2rem;
    font-weight: 800;
    margin: 0 0 40px 0; }
  .contents section p {
    font-size: 1.25rem; }
  .contents section ul li {
    margin: 0 0 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .contents section ul li:last-child {
      margin: 0; }
    .contents section ul li span:first-child {
      width: 160px; }

.contents section#mission img.ig-mission {
  margin: 0 40px 0 0;
  min-width: 480px;
  display: block; }

.contents section#value {
  color: #fff;
  background: #fff url("../images/value-background.jpg") center top/cover no-repeat;
  z-index: 1; }
  .contents section#value:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #15181b;
    opacity: .84;
    display: block;
    z-index: -1; }
  .contents section#value h1:after {
    background: #ff0012; }
  .contents section#value img.ig-value {
    width: 100%;
    margin: 80px auto 0;
    display: block; }

/* ▲content▲ */
