html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
  font-family: "Noto Sans JP", sans-serif;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
  color: #333333;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
  transition: 0.3s;
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
  opacity: 0.6;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

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

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #333333;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.pc {
  display: block;
}

.sp {
  display: none;
}

a {
  text-decoration: none;
  transition: 0.6s;
  cursor: pointer;
  font-size: 15px;
  color: #333333;
  font-family: din-2014-narrow, sans-serif;
  font-weight: 500;
  font-style: normal;
}

a:hover, a:active {
  opacity: 0.6;
}

p {
  font-size: 15px;
  color: #333333;
}

h2 {
  font-size: 42px;
  color: #333333;
  font-family: din-2014-narrow, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
}
h2 span {
  font-size: 15px;
  display: block;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  color: #4D4D4D;
}

img, picture {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.wraper {
  position: relative;
  width: 100%;
}

/*-- header --*/
header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 8;
}
header .header-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 23px 82px 23px 36px;
  border-bottom: 1px solid #A3B1CC;
}
header .header-area .logo {
  width: 20%;
}
header .header-area .logo img {
  width: 115px;
}
header .header-area nav.pc {
  width: 80%;
}
header .header-area nav.pc ul {
  display: flex;
  list-style: none;
  justify-content: end;
}
header .header-area nav.pc ul li {
  text-align: center;
  margin-right: 42px;
}
header .header-area nav.pc ul li a {
  display: block;
  color: #fff;
  letter-spacing: 3px;
}

/*-- main --*/
#kv {
  position: relative;
  overflow: hidden;
}
#kv .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#kv .bg video {
  width: 100vw;
  min-width: 1350px;
}
#kv .sec_inc {
  max-width: 1650px;
  margin: 0 auto;
  padding: 0 32px;
  position: relative;
  height: 750px;
  z-index: 1;
}
#kv .sec_inc .kv_txt {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 48px;
  margin: auto;
  display: inline-table;
}
#kv .sec_inc .kv_txt h1 {
  font-size: 80px;
  font-family: din-2014-narrow, sans-serif;
  font-weight: 400;
  color: #fff;
  letter-spacing: 4px;
}
#kv .sec_inc .kv_txt p {
  font-size: 32px;
  color: #fff;
  letter-spacing: 3px;
  line-height: 1.4;
}
#kv .sec_inc .kv_bottom {
  position: absolute;
  bottom: 28px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
#kv .sec_inc .kv_bottom a {
  display: inline-block;
  text-align: center;
}
#kv .sec_inc .kv_bottom a .scroll {
  margin-bottom: 20px;
}

#about {
  background: linear-gradient(to right, #b8b8b8, #a4a4a4);
  position: relative;
  overflow: hidden;
}
#about .bg {
  position: absolute;
  right: 0;
  width: 100%;
}
#about .bg img {
  width: 100%;
}
#about .sec_inc {
  max-width: 556px;
  margin: 0 auto;
  padding: 120px 30px;
}
#about .sec_inc p {
  text-align: center;
  line-height: 2.2;
  letter-spacing: -1px;
}
#about .sec_inc p.abo_title {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 24px;
  letter-spacing: 1px;
}

#news {
  background: #DADADA;
}
#news .sec_inc {
  max-width: 860px;
  padding: 80px 30px;
  margin: 0 auto;
  display: flex;
}
#news .sec_inc h2 {
  text-align: left;
  color: #1a1a1a;
}
#news .sec_inc ul {
  margin-left: 60px;
  list-style: none;
}
#news .sec_inc ul li {
  display: flex;
  align-items: center;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(51, 51, 51, 0);
  transition: 0.6s;
}
#news .sec_inc ul li i {
  font-family: din-2014-narrow, sans-serif;
  font-style: normal;
  font-weight: 200;
  color: #666;
  margin-right: 16px;
  font-size: 15px;
}
#news .sec_inc ul li span {
  font-size: 15px;
}
#news .sec_inc ul a:hover li {
  border-bottom: 1px solid rgb(51, 51, 51);
}
#news .sec_inc ul a:active li {
  border-bottom: 1px solid rgb(51, 51, 51);
}

#business {
  background: #F0F0F0;
}
#business .sec_inc {
  max-width: 860px;
  margin: 0 auto;
  padding: 180px 30px 100px;
}
#business .sec_inc .biz_area {
  margin-top: 60px;
}
#business .sec_inc .biz_area .biz_box {
  margin-bottom: 80px;
}
#business .sec_inc .biz_area .biz_box .biz_title {
  max-width: 640px;
  margin: 40px auto 20px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#business .sec_inc .biz_area .biz_box .biz_title h3 {
  font-family: aktiv-grotesk-extended, sans-serif;
  font-weight: 500;
  font-size: 26px;
}
#business .sec_inc .biz_area .biz_box .biz_title .biz_btn a {
  display: flex;
  align-items: center;
  font-family: aktiv-grotesk-extended, sans-serif;
  font-weight: 500;
  font-style: normal;
  background: #fff;
  border: 1px solid #d6d6d6;
  padding: 10px 37px;
}
#business .sec_inc .biz_area .biz_box .biz_title .biz_btn a img {
  margin-left: 10px;
}
#business .sec_inc .biz_area .biz_box p {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 20px;
  color: #666;
  letter-spacing: -0.5px;
}

#partner {
  background: #D2D2D2;
}
#partner .sec_inc {
  max-width: 1060px;
  margin: 0 auto;
  padding: 180px 30px;
}
#partner .sec_inc h2 {
  color: #1a1a1a;
}
#partner .sec_inc .part_area {
  display: flex;
  justify-content: space-around;
  margin-top: 68px;
}

#people {
  background: #B1B1B1;
}
#people .sec_inc {
  max-width: 1060px;
  margin: 0 auto;
  padding: 180px 30px 0;
}
#people .sec_inc h2 {
  font-size: 34px;
}
#people .sec_inc .peo_area {
  max-width: 660px;
  margin: 60px auto 0;
  display: flex;
  justify-content: space-between;
}
#people .sec_inc .peo_area .peo_box {
  max-width: 280px;
}
#people .sec_inc .peo_area .peo_box p {
  font-size: 13px;
  color: #4d4d4d;
  letter-spacing: -0.9px;
  line-height: 1.8;
}
#people .sec_inc .peo_area .peo_box .peo_name {
  display: flex;
  justify-content: space-between;
  margin: 24px 0 12px;
}
#people .sec_inc .peo_area .peo_box .peo_name .name p {
  font-size: 24px;
  color: #1a1a1a;
  line-height: 1.4;
}
#people .sec_inc .peo_area .peo_box .peo_name .name span {
  font-family: aktiv-grotesk-extended, sans-serif;
  font-size: 13px;
  color: #d6d6d6;
  letter-spacing: 1px;
}
#people .sec_inc .peo_area .peo_box .peo_name p.job {
  font-size: 13px;
  color: #4d4d4d;
  line-height: 2.4;
}

#company {
  background: #b1b1b1;
}
#company .sec_inc {
  max-width: 1060px;
  margin: 0 auto;
  padding: 160px 30px 180px;
  display: flex;
}
#company .sec_inc h2 {
  width: 280px;
  font-size: 34px;
}
#company .sec_inc .com_area {
  max-width: 720px;
  border-top: 1px solid #999;
}
#company .sec_inc .com_area dl {
  display: flex;
  border-bottom: 1px solid #999;
  padding: 24px 0;
}
#company .sec_inc .com_area dl dt {
  font-size: 15px;
  padding: 0 10px;
  width: 110px;
  color: #4d4d4d;
}
#company .sec_inc .com_area dl dd {
  font-size: 15px;
}

/*-- footer --*/
footer {
  background: #333333;
  padding: 80px 0 32px;
}
footer .foot-area {
  text-align: center;
}
footer .foot-area img {
  width: 140px;
}
footer .foot-area small {
  color: #666;
  font-size: 13px;
  display: block;
  margin-top: 42px;
}

@media screen and (max-width: 920px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  header .header-area {
    padding: 18px 18px;
  }
  header .header-area .logo {
    width: 77px;
  }
  header .header-area .logo img {
    width: 100%;
    vertical-align: middle;
  }
  header .sp #menuBtn {
    display: block;
    width: 38px;
    height: 40px;
    margin-left: 0;
    position: relative;
    z-index: 2;
  }
  header .sp #menuBtn span {
    position: absolute;
    bottom: 2px;
    left: auto;
    right: 0;
    margin: auto;
    text-align: center;
  }
  header .sp #menuBtn .bar {
    background: #fff;
    transition: 0.5s;
    width: 38px;
    height: 2px;
    bottom: auto;
  }
  header .sp #menuBtn .bar.top {
    top: 16px;
  }
  header .sp #menuBtn .bar.bottom {
    top: 28px;
    width: 24px;
  }
  header .sp #menuBtn.open .bar.top {
    top: 20px;
    transform: rotate(45deg);
    background: #333;
  }
  header .sp #menuBtn.open .bar.bottom {
    top: 20px;
    transform: rotate(-45deg);
    background: #333;
    width: 38px;
  }
  header .sp #gNav {
    width: 100%;
    height: 100vh;
    padding: 20.8333333vw 0 10vw;
    background: #fff;
    overflow: scroll;
    border-top: solid 1px #fff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    transform: translate(0, -100%);
    transition: 0.5s;
  }
  header .sp #gNav ul {
    flex-direction: column;
    text-align: center;
  }
  header .sp #gNav ul li {
    width: 80%;
    margin: 0 10% 24px;
    list-style: none;
    margin-bottom: 30px;
  }
  header .sp #gNav ul li a {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 50px;
    font-weight: 800;
  }
  header .sp #gNav.open {
    transform: translate(0, 0);
  }
  /*-- main --*/
  h2 {
    font-size: 32px;
  }
  h2 span {
    font-size: 13px;
  }
  #kv .bg video {
    width: initial;
  }
  #kv .sec_inc {
    height: 812px;
  }
  #kv .sec_inc .kv_txt {
    left: 32px;
  }
  #kv .sec_inc .kv_txt h1 {
    font-size: 56px;
    line-height: 1;
  }
  #kv .sec_inc .kv_txt p {
    font-size: 24px;
    padding-top: 28px;
  }
  #about .sec_inc {
    padding: 100px 30px;
  }
  #about .sec_inc .bg {
    width: auto;
  }
  #about .sec_inc .bg img {
    width: auto;
    max-width: none;
    display: block;
  }
  #about .sec_inc p {
    text-align: left;
  }
  #about .sec_inc p.abo_title {
    text-align: center;
  }
  #news .sec_inc {
    display: block;
  }
  #news .sec_inc h2 {
    text-align: center;
  }
  #news .sec_inc ul {
    margin: 32px auto 0;
  }
  #news .sec_inc ul li i {
    width: 80px;
  }
  #business .sec_inc {
    padding: 120px 30px 60px;
  }
  #business .sec_inc .biz_area {
    margin-top: 32px;
  }
  #business .sec_inc .biz_area .biz_box {
    margin-bottom: 60px;
  }
  #business .sec_inc .biz_area .biz_box .biz_title {
    margin: 24px auto 14px;
  }
  #business .sec_inc .biz_area .biz_box .biz_title h3 {
    font-size: 24px;
  }
  #business .sec_inc .biz_area .biz_box .sp {
    max-width: 640px;
    margin: 0 auto;
    padding: 0 20px;
  }
  #business .sec_inc .biz_area .biz_box .biz_btn {
    margin-top: 20px;
  }
  #business .sec_inc .biz_area .biz_box .biz_btn a {
    display: flex;
    align-items: center;
    font-family: aktiv-grotesk-extended, sans-serif;
    font-weight: 500;
    font-style: normal;
    background: #fff;
    border: 1px solid #d6d6d6;
    padding: 10px 37px;
    width: 165px;
  }
  #business .sec_inc .biz_area .biz_box .biz_btn a img {
    margin-left: 10px;
  }
  #partner .sec_inc {
    padding: 120px 30px 60px;
  }
  #partner .sec_inc h2 {
    font-size: 42px;
  }
  #partner .sec_inc h2 span {
    font-size: 15px;
  }
  #partner .sec_inc .part_area {
    display: block;
    text-align: center;
    margin-top: 42px;
  }
  #partner .sec_inc .part_area .part_box {
    margin-bottom: 62px;
  }
  #people .sec_inc {
    padding: 120px 30px 0;
  }
  #people .sec_inc .peo_area {
    margin-top: 32px;
    display: block;
  }
  #people .sec_inc .peo_area .peo_box {
    margin: 0 auto;
    padding-bottom: 60px;
  }
  #company .sec_inc {
    padding: 60px 30px 120px;
    display: block;
  }
  #company .sec_inc h2 {
    width: 100%;
    margin-bottom: 32px;
  }
  #company .sec_inc .com_area dl dt {
    padding: 0 0 0 10px;
    width: 30%;
  }
  #company .sec_inc .com_area dl dd {
    width: 70%;
  }
  /*-- footer --*/
}/*# sourceMappingURL=main.css.map */