@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Base
 */
img,
iframe {
  vertical-align: top;
}

dt {
  font-weight: normal;
}

html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
}
html.-locked {
  position: fixed;
  width: 100%;
}

body {
  min-width: 1160px;
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.04em;
  line-height: 1.6;
  color: #1e1e1e;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -moz-osx-font-smoothing: unset;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
  animation: fadeIn 1s ease 0s 1 normal;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: auto;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

img {
  /*width: 100%;
  height: auto;*/
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/**
 * Header
 */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  transition: padding-top 0.3s, padding-bottom 0.3s;
}
@media screen and (min-width: 768px) {
  .l-header {
    padding: 28px 50px;
    min-width: 1160px;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 80px;
  }
}
.l-header.is-scroll {
  background-color: #fff;
}
.l-header.is-scroll .logo img:nth-child(1) {
  display: none;
}
.l-header.is-scroll .logo img:nth-child(2) {
  display: inherit;
}
.l-header.is-scroll #menu span {
  background-color: #1e1e1e;
}
.l-header.is-scroll #nav ul li a {
  color: #1e1e1e;
}
.l-header.is-scroll #nav ul li a:after {
  background-color: #1e1e1e;
}
@media screen and (min-width: 768px) {
  .l-header.is-scroll {
    padding: 10px 50px;
    align-items: center;
  }
  .l-header.is-scroll .logo {
    height: 55px;
  }
  .l-header.is-scroll #nav {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-header.is-open {
    height: 100vh;
    justify-content: center;
    align-items: center;
    background-color: #fff;
  }
  .l-header.is-open .logo img:nth-child(1) {
    display: none;
  }
  .l-header.is-open .logo img:nth-child(2) {
    display: inherit;
  }
  .l-header.is-open #menu span {
    background-color: #1e1e1e;
  }
  .l-header.is-open #nav ul li a {
    color: #1e1e1e;
  }
  .l-header.is-open #nav ul li a:after {
    background-color: #1e1e1e;
  }
}
.l-header .logo {
  height: 71px;
}
@media screen and (max-width: 767px) {
  .l-header .logo {
    position: absolute;
    top: 15px;
    left: 20px;
    height: 49px;
  }
}
@media screen and (min-width: 768px) {
  .l-header .logo a {
    transition: opacity 0.3s;
  }
  .l-header .logo a:hover {
    opacity: 0.8;
  }
}
.l-header .logo a img {
  width: auto;
  height: 100%;
}
.l-header .logo a img:nth-child(2) {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header #nav {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .l-header #nav {
    display: none;
  }
}
.l-header #nav.is-open {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-header #nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .l-header #nav ul li:nth-child(n+2) {
    margin-left: 48px;
  }
}
@media screen and (max-width: 767px) {
  .l-header #nav ul li:nth-child(n+2) {
    margin-top: 56px;
  }
}
.l-header #nav ul li.is-current a:after {
  width: 100%;
}
.l-header #nav ul li a {
  position: relative;
  display: block;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
}
.l-header #nav ul li a:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -11px;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .l-header #nav ul li a:hover:after {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-header #nav ul li a {
    font-size: 20px;
  }
}
.l-header #menu {
  position: absolute;
  top: 29px;
  right: 20px;
  width: 30px;
  height: 22px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .l-header #menu {
    display: none;
  }
}
.l-header #menu span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  transition: 0.3s;
  transform-origin: 50% 50%;
}
.l-header #menu span:nth-child(1) {
  top: 0;
}
.l-header #menu span:nth-child(2) {
  top: calc(50% - 1px);
}
.l-header #menu span:nth-child(3) {
  bottom: 0;
}
.l-header #menu.is-open span {
  top: calc(50% - 1px);
}
.l-header #menu.is-open span:nth-child(1) {
  transform: rotate(45deg);
}
.l-header #menu.is-open span:nth-child(2) {
  display: none;
}
.l-header #menu.is-open span:nth-child(3) {
  transform: rotate(-45deg);
}

/**
 * Footer
 */
.l-footer {
  background: #eee;
}
.l-footer__top {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-footer__top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 0 28px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__top {
    text-align: center;
    padding: 40px 0;
  }
}
.l-footer__top .pagetop {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -20px;
  right: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-footer__top .pagetop {
    display: none;
  }
}
.l-footer__top .info .logo {
  display: inline-block;
  width: 284px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .l-footer__top .info .logo {
    width: 238px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__top .info .logo a {
    transition: opacity 0.3s;
  }
  .l-footer__top .info .logo a:hover {
    opacity: 0.8;
  }
}
.l-footer__top .info .txt {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 22.4px;
}
.l-footer__top .nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .l-footer__top .nav {
    margin-top: 28px;
  }
}
.l-footer__top .nav li:nth-child(n+2) {
  margin-left: 48px;
}
@media screen and (max-width: 767px) {
  .l-footer__top .nav li:nth-child(n+2) {
    margin-left: 30px;
  }
}
.l-footer__top .nav li a {
  position: relative;
  display: block;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 21px;
}
@media screen and (min-width: 768px) {
  .l-footer__top .nav li a:after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #1e1e1e;
    position: absolute;
    left: 0;
    bottom: -6px;
    transition: 0.3s;
  }
  .l-footer__top .nav li a:hover:after {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__top .nav li a {
    font-size: 14px;
    line-height: 22.4px;
  }
}
.l-footer__bottom {
  background: #1e1e1e;
  padding: 16px 0 17px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer__bottom {
    padding: 9px 0 14px;
  }
}
.l-footer__bottom small {
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer__bottom small {
    font-size: 10px;
  }
}

/**
 * Wrapper
 */
.l-wrapper:after {
  content: "";
  display: block;
  width: 100%;
  height: 600px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .l-wrapper:after {
    height: 250px;
  }
}
.pg-home .l-wrapper:after {
  height: 100vh;
  background-image: url("../images/top/top_mainvisual_img01.jpg");
}
.pg-company .l-wrapper:after {
  background-image: url(../images/contents/company_title_img01.jpg);
}
.pg-philosophy .l-wrapper:after {
  background-image: url(../images/contents/philosophy_title_img01.jpg);
}
.pg-works .l-wrapper:after {
  background-image: url(../images/contents/works_title_img01.jpg);
}

/**
 * PageTitle
 */
.l-pagetitle {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  height: 600px;
}
@media screen and (max-width: 767px) {
  .l-pagetitle {
    height: 250px;
  }
}
.l-pagetitle__main {
  padding: 0 64px 105px;
}
@media screen and (max-width: 767px) {
  .l-pagetitle__main {
    padding: 0 20px 30px;
  }
}
.l-pagetitle__main span {
  white-space: nowrap;
  display: block;
  color: #fff;
  line-height: 1;
}
.l-pagetitle__main span.en {
  font-family: "Rubik", "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 48px;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .l-pagetitle__main span.en {
    font-size: 36px;
  }
}
.l-pagetitle__main span.jp {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .l-pagetitle__main span.jp {
    font-size: 12px;
  }
}

/**
 * Contents
 */
.l-contents {
  background-color: #fff;
  padding: 93px 0 130px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-contents {
    padding: 50px 0;
  }
}

/**
 * Page
 */
/**
 * Page Home
 */
.pg-home .section-ttl span {
  display: block;
  line-height: 1;
}
.pg-home .section-ttl span.en {
  font-family: "Rubik", "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 48px;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .pg-home .section-ttl span.en {
    font-size: 36px;
    margin-bottom: 10px;
  }
}
.pg-home .section-ttl span.jp {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #999;
}
@media screen and (max-width: 767px) {
  .pg-home .section-ttl span.jp {
    font-size: 12px;
  }
}

.pg-home .l-pagetitle {
  align-items: center;
  height: 100vh;
  max-height: -webkit-fill-available;
}
.pg-home .l-pagetitle .ttl {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.pg-home .l-pagetitle .ttl span {
  display: block;
  color: #fff;
  white-space: nowrap;
}
.pg-home .l-pagetitle .ttl span.en {
  font-family: "Rubik", "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 70px;
  letter-spacing: 0.05em;
  line-height: 84px;
  margin: -7px 0 21px;
}
@media screen and (max-width: 767px) {
  .pg-home .l-pagetitle .ttl span.en {
    margin: -63px 0 15px;
    font-size: 46px;
    line-height: 55px;
  }
}
.pg-home .l-pagetitle .ttl span.jp {
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.3em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .pg-home .l-pagetitle .ttl span.jp {
    font-size: 20px;
  }
}
.pg-home .l-pagetitle .scroll span {
  display: block;
  font-family: "Roboto", "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
  transform: rotate(90deg);
  position: absolute;
  left: 35px;
  bottom: 110px;
}
@media screen and (max-width: 767px) {
  .pg-home .l-pagetitle .scroll span {
    left: 5px;
    bottom: 85px;
  }
}
.pg-home .l-pagetitle .scroll:after {
  content: "";
  display: block;
  width: 1px;
  height: 80px;
  background: #fff;
  position: absolute;
  left: 60px;
  bottom: 0;
  -webkit-animation: scroll 1.5s ease infinite;
  animation: scroll 1.5s ease infinite;
}
@media screen and (max-width: 767px) {
  .pg-home .l-pagetitle .scroll:after {
    left: 28px;
    height: 60px;
  }
}
@-webkit-keyframes scroll {
  0% {
    transform: scaleY(1);
    transform-origin: bottom center;
  }
  50% {
    transform: scaleY(0);
    transform-origin: bottom center;
  }
  51% {
    transform: scaleY(0);
    transform-origin: top center;
  }
  100% {
    transform: scaleY(1);
    transform-origin: top center;
  }
}
@keyframes scroll {
  0% {
    transform: scaleY(1);
    transform-origin: bottom center;
  }
  50% {
    transform: scaleY(0);
    transform-origin: bottom center;
  }
  51% {
    transform: scaleY(0);
    transform-origin: top center;
  }
  100% {
    transform: scaleY(1);
    transform-origin: top center;
  }
}

.pg-home .l-contents {
  padding: 167px 0 0;
}
@media screen and (max-width: 767px) {
  .pg-home .l-contents {
    padding-top: 53px;
  }
}
.pg-home__about {
  position: relative;
  margin-bottom: 196px;
}
@media screen and (max-width: 767px) {
  .pg-home__about {
    margin-bottom: 62px;
  }
}
@media screen and (max-width: 767px) {
  .pg-home__about .txtArea {
    margin: 0 20px 3px;
  }
}
.pg-home__about .txtArea .ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .pg-home__about .txtArea .ttl {
    margin-bottom: 32px;
  }
}
.pg-home__about .txtArea .ttl span {
  display: table;
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  font-size: 60px;
  letter-spacing: 0.05em;
  line-height: 84px;
  white-space: nowrap;
}
.pg-home__about .txtArea .ttl span:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #1e1e1e;
}
.pg-home__about .txtArea .ttl span:nth-child(2):after {
  width: calc(100% - 0.5em);
}
@media screen and (max-width: 767px) {
  .pg-home__about .txtArea .ttl span {
    font-size: 40px;
    line-height: 56px;
  }
}
.pg-home__about .txtArea .txt {
  letter-spacing: 0.05em;
  line-height: 2.5;
}
@media screen and (min-width: 768px) {
  .pg-home__about .txtArea .txt {
    max-width: 430px;
    transition-delay: 1s;
  }
}
@media screen and (max-width: 767px) {
  .pg-home__about .txtArea .txt {
    font-size: 15px;
    line-height: 2.2;
    margin-bottom: 20px;
  }
}
.pg-home__about .imgArea {
  position: relative;
}
@media screen and (min-width: 768px) {
  .pg-home__about .imgArea {
    width: 608px;
    height: 800px;
    transition-delay: 1.3s;
    position: absolute;
    top: 0;
    right: 30px;
  }
}
.pg-home__about .imgArea figure {
  transition: bottom 0.3s;
}
@media screen and (max-width: 767px) {
  .pg-home__about .imgArea figure {
    bottom: 0 !important;
  }
}
.pg-home__about .imgArea figure img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .pg-home__about .imgArea figure.photo {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.pg-home__about .imgArea figure.arrow {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .pg-home__about .imgArea figure.arrow {
    width: 348px;
  }
}
@media screen and (max-width: 767px) {
  .pg-home__about .imgArea figure.arrow {
    width: 50.9333333333vw;
  }
}
.pg-home__works {
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .pg-home__works {
    margin-bottom: 100px;
  }
}
.pg-home__works .section-ttl {
  margin-bottom: 43px;
}
@media screen and (max-width: 767px) {
  .pg-home__works .section-ttl {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .pg-home__works .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 59px;
  }
}
@media screen and (max-width: 767px) {
  .pg-home__works .list {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 768px) {
  .pg-home__works .list .col:nth-of-type(1) {
    transition-delay: 1s;
  }
  .pg-home__works .list .col:nth-of-type(2) {
    transition-delay: 1.3s;
  }
  .pg-home__works .list .col:nth-of-type(3) {
    transition-delay: 1.6s;
  }
}
@media screen and (min-width: 768px) {
  .pg-home__works .list .col {
    width: calc((100% - 49.7px - 50.7px)/3);
  }
}
@media screen and (max-width: 767px) {
  .pg-home__works .list .col:nth-child(n+2) {
    margin-top: 38px;
  }
}
.pg-home__works .list .col a {
  display: block;
}
.pg-home__works .list .col figure {
  margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .pg-home__works .list .col figure {
    margin-bottom: 0px;
  }
}
.pg-home__works .list .col .mini-ttl {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 2.25;
  text-align: center;
  margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .pg-home__works .list .col .mini-ttl {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.pg-home__works .link {
  text-align: center;
}
.pg-home__works .link a {
  position: relative;
  display: inline-block;
  font-family: "Rubik", "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 40px;
  padding-right: 53px;
  transition: color 0.3s;
}
.pg-home__works .link a .c-btn__arrow {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .pg-home__works .link a:hover {
    color: #FFBF41;
  }
}
@media screen and (min-width: 768px) {
  .pg-home__link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .pg-home__link .col {
    width: 50%;
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .pg-home__link .col {
    height: 200px;
  }
}
.pg-home__link .col:nth-of-type(1) a:after {
  background-image: url("../images/top/top_link_img01.jpg");
}
@media screen and (min-width: 768px) {
  .pg-home__link .col:nth-of-type(2) {
    transition-delay: 0.3s;
  }
}
.pg-home__link .col:nth-of-type(2) a:after {
  background-image: url("../images/top/top_link_img02.jpg");
}
.pg-home__link .col a {
  z-index: 1;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  overflow: hidden;
}
.pg-home__link .col a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.5s;
}
@media screen and (min-width: 768px) {
  .pg-home__link .col a:hover:after {
    transform: scale(1.15);
  }
}
.pg-home__link .col a > * {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .pg-home__link .col a .c-btn__arrow {
    width: 50px;
    height: 50px;
    margin-top: 30px;
  }
  .pg-home__link .col a .c-btn__arrow:after {
    transform: scale(1.15);
  }
}
@media screen and (max-width: 767px) {
  .pg-home__link .col a .c-btn__arrow {
    margin-top: 15px;
  }
}
.pg-home__link .col a .section-ttl {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .pg-home__link .col a .section-ttl {
    margin-top: 3px;
  }
}
.pg-home__link .col a .section-ttl .en {
  color: #fff;
}
.pg-home__link .col a .section-ttl .jp {
  color: #BBBBBB;
}

/**
 * Page Sub
 */
/*philosophy*/
.pg-philosophy__center-ttl {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
  margin: 45px 0 0;
}
@media screen and (max-width: 767px) {
  .pg-philosophy__center-ttl {
    font-size: 16px;
    margin-bottom: 10px;
    margin: 0;
  }
}
.pg-philosophy .c-table.is-spirit dt {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .pg-philosophy .c-table.is-spirit dt {
    width: auto;
    float: none;
  }
}
@media screen and (min-width: 768px) {
  .pg-philosophy .c-table.is-spirit dd {
    padding: 0 30px 30px 280px;
  }
}
@media screen and (max-width: 767px) {
  .pg-philosophy .c-table.is-spirit dd {
    padding-left: 0;
  }
}

/*works*/
.pg-works__list:nth-child(n+2) {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .pg-works__list:nth-child(n+2) {
    margin-top: 40px;
  }
}

/**
 * Component
 */
/* layout
----------------------------------------*/
.c-container, .c-container__large {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-container, .c-container__large {
    max-width: 1020px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-container, .c-container__large {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (min-width: 768px) {
  .c-container__large {
    max-width: 1160px;
  }
}

/* scroll animation
----------------------------------------*/
.fade-side {
  -webkit-mask-image: linear-gradient(135deg, #000 0, #000 50%, transparent 50%, transparent 100%);
  mask-image: linear-gradient(135deg, #000 0, #000 50%, transparent 50%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 300%;
  mask-size: 300%;
  -webkit-mask-position: right center;
  mask-position: right center;
}
.fade-side.scrollin {
  -webkit-animation: move 3s;
  animation: move 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes move {
  0% {
    -webkit-mask-position: right center;
    mask-position: right center;
  }
  100% {
    -webkit-mask-position: left center;
    mask-position: left center;
  }
}
@keyframes move {
  0% {
    -webkit-mask-position: right center;
    mask-position: right center;
  }
  100% {
    -webkit-mask-position: left center;
    mask-position: left center;
  }
}

.fade-in {
  opacity: 0;
  transition: opacity 0.7s;
}
.fade-in.scrollin {
  opacity: 1;
}

.fade-up {
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.7s, opacity 0.7s;
}
.fade-up.scrollin {
  transform: translateY(0);
  opacity: 1;
}

/* button
----------------------------------------*/
.c-btn__arrow {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #1e1e1e;
  right: 0;
  transition: background 0.2s;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.c-btn__arrow:after {
  content: "";
  display: block;
  width: 16px;
  height: 15.5px;
  background: url("../images/common/icon_arrow.png") 0 0 no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .c-btn:hover .c-btn__arrow {
    background-color: #FFBF41;
  }
  .c-btn:hover .c-btn__arrow:after {
    -webkit-animation: arrow 0.3s;
    animation: arrow 0.3s;
  }
}
@-webkit-keyframes arrow {
  0% {
    background-position: -14px 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes arrow {
  0% {
    background-position: -14px 0;
  }
  100% {
    background-position: 0 0;
  }
}

/* parts
----------------------------------------*/
.section:nth-child(n+2) {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .section:nth-child(n+2) {
    margin-top: 50px;
  }
}
.section p:nth-of-type(n+2) {
  margin-top: 1.75em;
}
@media screen and (max-width: 767px) {
  .section p:nth-of-type(n+2) {
    margin-top: 1.25em;
  }
}
.section ul li {
  list-style: disc;
  margin-left: 1.2em;
}
.section ul li:nth-child(n+2) {
  margin-top: 17px;
}
.section .section-ttl {
  border-left: 3px solid #1e1e1e;
  padding-left: 15px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .section .section-ttl {
    margin-bottom: 25px;
  }
}
.section .section-ttl span {
  display: block;
}
.section .section-ttl span.en {
  font-family: "Rubik", "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 36px;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .section .section-ttl span.en {
    font-size: 26px;
  }
}
.section .section-ttl span.jp {
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 21px;
}
@media screen and (max-width: 767px) {
  .section .section-ttl span.jp {
    font-size: 12px;
  }
}
.section .sub-ttl {
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 0.05em;
  line-height: 21px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .section .sub-ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.section .sub-ttl:nth-child(n+2) {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .section .sub-ttl:nth-child(n+2) {
    margin-top: 40px;
  }
}
.section .mini-ttl {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 25.2px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .section .mini-ttl {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.section .mini-ttl:nth-child(n+2) {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .section .mini-ttl:nth-child(n+2) {
    margin-top: 20px;
  }
}
.section .c-table {
  position: relative;
  border-top: solid 1px #ccc;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .section .c-table {
    padding-top: 15px;
  }
}
.section .c-table dt {
  float: left;
  width: 150px;
  font-weight: bold;
  line-height: 25.6px;
}
@media screen and (max-width: 767px) {
  .section .c-table dt {
    width: 90px;
  }
}
.section .c-table dd {
  padding: 0 30px 30px 180px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 30px;
}
.section .c-table dd:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .section .c-table dd {
    padding: 0 15px 15px 90px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .section .c-map {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.section .c-map .txtArea {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .section .c-map .txtArea {
    margin-bottom: 20px;
  }
}
.section .c-map .mapArea {
  position: relative;
  width: 100%;
  padding-bottom: 35.417%;
}
@media screen and (max-width: 767px) {
  .section .c-map .mapArea {
    padding-bottom: 56vw;
  }
}
@media screen and (min-width: 768px) {
  .section .c-map .mapArea {
    max-width: 510px;
  }
}
.section .c-map .mapArea iframe {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .section .c-imgLeft {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.section .c-imgLeft .imgArea {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .section .c-imgLeft .imgArea {
    max-width: 390px;
  }
}
@media screen and (max-width: 767px) {
  .section .c-imgLeft .imgArea {
    margin-bottom: 20px;
  }
}
.section .c-imgLeft .imgArea img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .section .c-imgLeft .txtArea {
    flex: 1;
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section .c-imgLeft .txtArea {
    margin-bottom: 20px;
  }
}
.section .c-imgCenter .imgArea {
  text-align: center;
}
.section .c-history {
  margin-top: 30px;
  background: #f2f0eb;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .section .c-history {
    padding: 25px;
  }
}

/**
 * Project
 */
/**
 * Other
 */
/**
 * Utility
 */
@media screen and (max-width: 767px) {
  .u-pcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .u-spOnly {
    display: none !important;
  }
}

.u-txt__center {
  text-align: center;
}
.u-txt__right {
  text-align: right;
}

/**
 * keyframes
 */