@font-face {
  font-family: 'apercu';
  src: url("/ffdp/common/font/apercu/apercu-bold-pro.eot");
  src: url("/ffdp/common/font/apercu/apercu-bold-pro.eot?#iefix") format('embedded-opentype'), url("/ffdp/common/font/apercu/apercu-bold-pro.woff") format('woff'), url("/ffdp/common/font/apercu/apercu-bold-pro.woff2") format('woff2'), url("/ffdp/common/font/apercu/apercu-bold-pro.ttf") format('truetype');
  font-weight: bold;
  font-style: norma;
}
@font-face {
  font-family: 'apercu';
  src: url("/ffdp/common/font/apercu/apercu-regular-pro.eot");
  src: url("/ffdp/common/font/apercu/apercu-regular-pro.eot?#iefix") format('embedded-opentype'), url("/ffdp/common/font/apercu/apercu-regular-pro.woff") format('woff'), url("/ffdp/common/font/apercu/apercu-regular-pro.woff2") format('woff2'), url("/ffdp/common/font/apercu/apercu-regular-pro.ttf") format('truetype');
  font-weight: normal;
  font-style: norma;
}
@font-face {
  font-family: 'apercu';
  src: url("/ffdp/common/font/apercu/apercu-light-pro.eot");
  src: url("/ffdp/common/font/apercu/apercu-light-pro.eot?#iefix") format('embedded-opentype'), url("/ffdp/common/font/apercu/apercu-light-pro.woff") format('woff'), url("/ffdp/common/font/apercu/apercu-light-pro.woff2") format('woff2'), url("/ffdp/common/font/apercu/apercu-light-pro.ttf") format('truetype');
  font-weight: 100;
  font-style: norma;
}
html {
  font-size: 62.5%;
  overflow-x: hidden;
}
body {
  color: #444;
  font-size: 16px;
  font-family: "apercu", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: normal;
  background: #fff;
  margin: 0;
  padding: 0;
/* +mq-tbsp()
    min-width: 320px */
}
a {
  outline: none;
  text-decoration: none;
  color: #121631;
}
a[href^="tel"] {
  pointer-events: none;
  cursor: default;
  color: inherit;
}
input,
select,
textarea {
  width: 100%;
  border: 1px solid #ddd;
  background-color: #fff;
  vertical-align: middle;
  letter-spacing: normal;
  font-family: "apercu", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
input,
select {
  height: 3em;
  padding: 0.5em 1em;
}
textarea {
  height: 9em;
  padding: 0.5em 1em;
}
select {
  appearance: none;
}
select::-ms-expand {
  display: none;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
small {
  font-size: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  margin: 0;
  padding: 0;
}
figure,
figcaption {
  margin: 0;
}
figure {
  text-align: center;
}
table {
  width: 100%;
}
th {
  text-align: left;
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
  width: 100%;
  vertical-align: top;
}
i,
cite,
em,
address,
dfn {
  font-style: normal;
}
i,
source {
  display: inline-block;
}
i {
  line-height: 0;
  vertical-align: middle;
}
picture {
  display: block;
  text-align: center;
  line-height: 0;
}
code,
pre {
  font-family: Consolas, Menlo, Courier, monospace;
}
code {
  padding: 0.2em;
  font-size: 1rem;
  background-color: rgba(0,0,0,0.06);
}
pre code {
  padding: 0;
  font-size: 1rem;
  background-color: inherit;
}
svg {
  width: 20px;
  height: 20px;
}
* {
  box-sizing: border-box;
}
.u-inview {
  transition: opacity 0.75s, transform 0.75s;
  opacity: 0;
}
.u-inview.u-inview--show {
  opacity: 1;
}
html,
body,
body > .wrap {
  width: 100%;
  min-height: 100vh;
  text-align: center;
}
.wrap,
.wrap > div,
main,
#globalFooter {
  width: 100%;
}
.wrap {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.wrap main {
  flex-grow: 1;
  max-width: 800px;
  margin: 0 auto;
  padding: 4.5em 1em;
}
header {
  margin-bottom: 4.5em;
}
header h1 {
  width: 102px;
  margin: 0 auto 2em;
}
.button {
  width: 100%;
  text-align: left;
  margin-bottom: 1em;
}
.button:last-child {
  margin-bottom: 0;
}
.button.twoLine a {
  padding: 0.6em 1em 0 calc(1.5em + 16px);
  min-height: 60px;
}
.button a {
  display: block;
  cursor: pointer;
  background-color: #121631;
  color: #fff;
  position: relative;
  padding: 1em;
  padding-left: calc(1.5em + 16px);
}
.button.button--icon a:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 66px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
}
.button.button--icon.button--na a:after {
  background-image: url("./icon_int.png");
}
.button.button--icon.button--jp a:after {
  background-image: url("./icon_jp.png");
}
.button a >svg {
  fill: #fff;
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  z-index: 2;
  pointer-events: none;
}
.button a span {
  display: block;
  color: #a3a4b0;
  font-size: 1.2rem;
  pointer-events: none;
}
.button a span.label {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  text-align: right;
}
.button a span.label svg {
  fill: #6e7083;
  vertical-align: middle;
  display: inline-block;
  margin-right: 6px;
}
.work#marine h2 {
  background-image: url("./bg_small_marine.png");
  background-size: calc(255px / 2) auto;
  padding: 115px 0;
}
.work#ffdp h2 {
  background-image: url("./bg_small_ffdp.png");
  background-size: calc(358px / 2) auto;
  padding: 75px 0;
}
.work:first-child {
  margin-bottom: 6em;
}
.work h2 {
  background: center center no-repeat;
  color: #121631;
  font-size: 2.5rem;
  margin-bottom: 16px;
}
.work h2 span {
  display: block;
  color: #464961;
  font-size: 1.6rem;
  font-weight: bold;
}
.work h2+.button {
  margin-top: 0;
}
.corp {
  margin-top: 4.5em;
}
.corp h3 {
  margin-bottom: 16px;
  position: relative;
}
.corp h3 span {
  background-color: #fff;
  padding: 0 1em;
}
.corp h3:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: -1;
}
.corp h3:before {
  background-color: #e8e8e8;
  width: 100%;
  height: 1px;
  z-index: -1;
}
#globalFooter {
  background-color: #121631;
  color: #a3a4b0;
  font-size: 1.2rem;
}
#globalFooter >div >div {
  margin: 1.2em 0;
}
#globalFooter a {
  color: #a3a4b0;
}
@media only screen and (min-width: 1025px) {
  .wrap:before,
  .wrap:after {
    content: "";
    position: fixed;
    height: 100%;
    z-index: -1;
    background: center top/100% auto no-repeat;
  }
  .wrap:before {
    left: -100px;
    top: 53px;
    width: 34.4594594594vw;
    min-width: 510px;
    max-width: 600px;
    background-image: url("./bg_large_marine.jpg");
  }
  .wrap:after {
    right: -621px;
    top: 41px;
    width: 68.7162162162vw;
    min-width: 1017px;
    max-width: 1100px;
    background-image: url("./bg_large_ffdp.jpg");
  }
  a {
    transition: opacity 0.4s ease;
    opacity: 1;
  }
  a:hover {
    opacity: 0.65;
  }
  .wrap main {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 120px;
  }
  .wrap main .wrap,
  .wrap main .corp .wrap {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  .button {
    cursor: pointer;
  }
  .button a {
    cursor: pointer;
  }
  .work {
    max-width: 360px;
  }
  .work:first-child {
    margin-bottom: 0;
  }
  .work#marine h2,
  .work#ffdp h2 {
    background: none;
    padding: 0;
  }
  .corp .wrap .button {
    max-width: 360px;
  }
  #globalFooter .inner {
    display: flex;
    justify-content: space-between;
    max-width: 800px;
    margin: 0 auto;
  }
  #globalFooter .inner .copyright {
    order: 1;
    text-align: left;
  }
  #globalFooter .inner .link {
    order: 2;
    text-align: right;
  }
}
