@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 {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: content-box;
          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; }

html {
  scroll-behavior: smooth; }

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #0b2442;
  padding-top: 80px; }
  @media screen and (min-width: 1026px) {
    body {
      background-color: #0b2442; } }
  @media screen and (max-width: 1025px) {
    body {
      background-image: url("../img/KV-background.gif"); } }

.body {
  height: calc(100% + 100px);
  overflow: hidden; }

.container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px; }
  @media screen and (max-width: 1025px) {
    .container {
      padding: 0 15px; } }
  @media screen and (max-width: 559px) {
    .container {
      padding: 0 15px; } }

*:focus {
  outline: none; }

.pc {
  display: none; }
  @media screen and (min-width: 1026px) {
    .pc {
      display: block; } }

.tab {
  display: none; }
  @media screen and (max-width: 1025px) {
    .tab {
      display: block; } }

.sp {
  display: none; }
  @media screen and (max-width: 559px) {
    .sp {
      display: block; } }

.both {
  display: none; }
  @media screen and (max-width: 1025px) {
    .both {
      display: block; } }
  @media screen and (max-width: 559px) {
    .both {
      display: block; } }

#header {
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 99;
  color: #212121; }

.header-inner {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 559px) {
    .header-inner {
      height: 56px; } }
  .header-inner img {
    width: 50%; }
    @media screen and (max-width: 1025px) {
      .header-inner img {
        width: 65%;
        height: 65%; } }
    @media screen and (max-width: 559px) {
      .header-inner img {
        width: 45%;
        height: 45%; } }
  @media screen and (max-width: 559px) {
    .header-inner .header-nav_pc {
      display: none; } }
  .header-inner .header-nav_pc ul {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .header-inner .header-nav_pc ul li {
      margin: 0 0 0 50px;
      font-family: 'Josefin Sans', sans-serif;
      font-size: 16px;
      letter-spacing: 0.1em; }

#top {
  width: 100%;
  height: 500px; }
  @media screen and (max-width: 559px) {
    #top {
      height: 300px; } }

.top-container {
  width: 100%;
  height: 500px;
  position: relative; }
  @media screen and (max-width: 559px) {
    .top-container {
      height: 300px; } }

.top-img {
  position: absolute;
  top: 10%;
  right: 0;
  z-index: 1;
  width: 100%;
  height: auto;
  max-width: 500px;
  max-height: 400px; }
  @media screen and (max-width: 559px) {
    .top-img {
      max-width: 200px;
      max-height: 150px;
      top: 10%; } }

#vision {
  width: 100%;
  height: 1000px;
  position: relative; }
  @media screen and (max-width: 1025px) {
    #vision {
      height: 1010px; } }
  @media screen and (max-width: 559px) {
    #vision {
      height: 1290px; } }

.vision-layer {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1100px;
  background-color: #fff;
  -webkit-transform: skewY(5deg) translateX(-100%);
          transform: skewY(5deg) translateX(-100%);
  -webkit-transition: .5s all ease-in;
  transition: .5s all ease-in;
  z-index: 2; }
  @media screen and (max-width: 1025px) {
    .vision-layer {
      height: 1150px; } }
  @media screen and (max-width: 559px) {
    .vision-layer {
      height: 1230px; } }

.vision-active {
  -webkit-transform: skewY(5deg) translateX(0);
          transform: skewY(5deg) translateX(0); }

.vision-container {
  position: relative;
  z-index: 3; }

.vision-title {
  padding-top: 60px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 32px;
  line-height: 50px;
  letter-spacing: 8px; }

.vision-subtitle {
  padding-top: 40px;
  font-size: 32px;
  font-weight: bold;
  line-height: 48px;
  letter-spacing: 3.8px; }
  @media screen and (max-width: 1025px) {
    .vision-subtitle {
      padding-top: 30px; } }
  @media screen and (max-width: 559px) {
    .vision-subtitle {
      padding-top: 40px;
      font-size: 18px;
      line-height: 27px;
      letter-spacing: 3px; } }

.vision-text {
  padding-top: 30px;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 1.5px; }
  @media screen and (max-width: 1025px) {
    .vision-text {
      padding-top: 30px;
      font-size: 18px; } }
  @media screen and (max-width: 559px) {
    .vision-text {
      padding-top: 40px;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 1px; } }
  .vision-text p {
    padding-bottom: 20px; }

#mission {
  width: 100%;
  height: 1170px;
  margin-top: 170px;
  position: relative; }
  @media screen and (max-width: 1025px) {
    #mission {
      height: 1150px; } }
  @media screen and (max-width: 559px) {
    #mission {
      margin-top: -45px;
      height: 1250px; } }

.mission-layer {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1100px;
  -webkit-transform: skewY(-5deg) translateX(-100%);
          transform: skewY(-5deg) translateX(-100%);
  -webkit-transition: .5s all ease-in;
  transition: .5s all ease-in;
  z-index: 1;
  background-color: #e9ebef;
  opacity: 0.8; }
  @media screen and (max-width: 1025px) {
    .mission-layer {
      height: 1100px; } }
  @media screen and (max-width: 559px) {
    .mission-layer {
      height: 1230px; } }

.mission-active {
  -webkit-transform: skewY(-5deg) translateX(0);
          transform: skewY(-5deg) translateX(0); }

.mission-container {
  position: relative;
  z-index: 3; }

.mission-inner {
  padding-left: 180px; }
  @media screen and (max-width: 1025px) {
    .mission-inner {
      padding-left: 0; } }
  @media screen and (max-width: 559px) {
    .mission-inner {
      padding-left: 0; } }

.mission-title {
  padding-top: 100px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 32px;
  line-height: 50px;
  letter-spacing: 8px; }
  @media screen and (max-width: 559px) {
    .mission-title {
      padding-top: 50px;
      padding-bottom: 32px; } }

.mission-items {
  padding-top: 90px; }
  @media screen and (max-width: 1025px) {
    .mission-items {
      padding-top: 0;
      text-align: left; } }
  @media screen and (max-width: 559px) {
    .mission-items {
      padding-top: 0;
      text-align: left; } }

.mission-item {
  text-align: center; }
  @media screen and (max-width: 1025px) {
    .mission-item {
      padding-top: 60px;
      text-align: center; } }
  @media screen and (max-width: 559px) {
    .mission-item {
      text-align: center;
      margin-top: 60px; } }
  .mission-item:nth-child(even) {
    padding-left: 400px;
    margin-top: -40px; }
    @media screen and (max-width: 1025px) {
      .mission-item:nth-child(even) {
        padding-left: 0; } }
    @media screen and (max-width: 559px) {
      .mission-item:nth-child(even) {
        padding-left: 0; } }
  .mission-item:nth-child(odd) {
    padding-right: 400px;
    margin-top: -40px; }
    @media screen and (max-width: 1025px) {
      .mission-item:nth-child(odd) {
        padding-right: 0; } }
    @media screen and (max-width: 559px) {
      .mission-item:nth-child(odd) {
        padding-right: 0; } }
  .mission-item_text {
    width: 420px;
    padding-top: 30px;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1.6px;
    margin: 0 auto; }
    @media screen and (max-width: 1025px) {
      .mission-item_text {
        width: 100%;
        font-size: 18px;
        text-align: center; } }
    @media screen and (max-width: 559px) {
      .mission-item_text {
        font-size: 18px;
        text-align: initial;
        margin-bottom: 60px;
        padding-top: 24px; } }
  .mission-item .mission-item_img1,
  .mission-item .mission-item_img2,
  .mission-item .mission-item_img3 {
    width: 40%;
    height: 40%; }
    @media screen and (max-width: 1025px) {
      .mission-item .mission-item_img1,
      .mission-item .mission-item_img2,
      .mission-item .mission-item_img3 {
        width: 20%;
        height: 20%; } }
    @media screen and (max-width: 559px) {
      .mission-item .mission-item_img1,
      .mission-item .mission-item_img2,
      .mission-item .mission-item_img3 {
        width: 50%;
        height: 50%; } }

.mission-scroll_icon {
  opacity: 0; }

.animated {
  opacity: 1; }

@media all and (-ms-high-contrast: none) {
  .mission-scroll_icon {
    opacity: 1; } }

#function {
  width: 100%;
  height: 760px;
  position: relative; }
  @media screen and (max-width: 1025px) {
    #function {
      height: 800px; } }
  @media screen and (max-width: 559px) {
    #function {
      height: 870px; } }

.function-layer {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 720px;
  background-color: #fff;
  -webkit-transform: skewY(5deg) translateX(-100%);
          transform: skewY(5deg) translateX(-100%);
  -webkit-transition: .5s all ease-in;
  transition: .5s all ease-in;
  z-index: 2; }
  @media screen and (max-width: 1025px) {
    .function-layer {
      height: 800px; } }
  @media screen and (max-width: 559px) {
    .function-layer {
      height: 950px; } }

.function-active {
  -webkit-transform: skewY(5deg) translateX(0);
          transform: skewY(5deg) translateX(0); }

.function-container {
  position: relative;
  z-index: 3; }

.function-title {
  padding-top: 60px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 32px;
  line-height: 50px;
  letter-spacing: 8px; }

.function-item {
  padding-top: 40px; }
  @media screen and (max-width: 559px) {
    .function-item {
      padding-top: 40px; } }
  .function-item_title {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 24px;
    line-height: 25px;
    letter-spacing: 4px; }
    @media screen and (max-width: 559px) {
      .function-item_title {
        font-size: 20px;
        line-height: 21px;
        letter-spacing: 3.5px; } }
  .function-item_title-3 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 24px;
    line-height: 25px;
    letter-spacing: 4px; }
    @media screen and (max-width: 559px) {
      .function-item_title-3 {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 3.5px; } }
  .function-item_text {
    padding-top: 15px;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 2.4px;
    padding-left: 1.5em;
    text-indent: -1.5em; }
    @media screen and (max-width: 559px) {
      .function-item_text {
        font-size: 16px;
        line-height: 28px;
        letter-spacing: 1px; } }
    .function-item_text:before {
      content: "";
      width: 15px;
      height: 15px;
      display: inline-block;
      background-color: #e0e3e7;
      margin-right: 10px; }

#portfolio {
  width: 100%;
  height: 970px;
  margin-top: 30px;
  position: relative; }
  @media screen and (max-width: 1025px) {
    #portfolio {
      height: 1040px; } }
  @media screen and (max-width: 559px) {
    #portfolio {
      margin-top: 100px;
      height: 800px; } }

.portfolio-layer {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 900px;
  -webkit-transform: skewY(-5deg) translateX(-100%);
          transform: skewY(-5deg) translateX(-100%);
  -webkit-transition: .5s all ease-in;
  transition: .5s all ease-in;
  background-color: #e9ebef;
  opacity: 0.8;
  z-index: 1; }
  @media screen and (max-width: 1025px) {
    .portfolio-layer {
      height: 990px; } }
  @media screen and (max-width: 559px) {
    .portfolio-layer {
      height: 780px; } }

.p-container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px; }
  @media screen and (max-width: 1025px) {
    .p-container {
      padding: 0; } }
  @media screen and (max-width: 559px) {
    .p-container {
      padding: 0; } }

.portfolio-active {
  -webkit-transform: skewY(-5deg) translateX(0);
          transform: skewY(-5deg) translateX(0); }

.portfolio-container {
  position: relative;
  z-index: 3; }

.portfolio-inner {
  padding-left: 200px; }
  @media screen and (max-width: 1025px) {
    .portfolio-inner {
      padding-left: 0; } }
  @media screen and (max-width: 559px) {
    .portfolio-inner {
      padding-left: 0; } }

.portfolio-title {
  padding-top: 100px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 32px;
  line-height: 50px;
  letter-spacing: 8px;
  padding-left: 24px; }
  @media screen and (max-width: 559px) {
    .portfolio-title {
      padding-top: 50px;
      padding-left: 15px; } }

.swiper-parent {
  position: relative; }

.swiper {
  margin-top: 80px;
  min-width: 900px; }
  @media screen and (max-width: 1025px) {
    .swiper {
      min-width: 700px; } }
  @media screen and (max-width: 559px) {
    .swiper {
      margin-top: 40px;
      min-width: 300px; } }

.swiper-slide {
  background-color: #fff;
  padding: 16px 24px 24px;
  height: auto;
  min-height: 470px;
  min-width: 292px; }
  @media screen and (max-width: 1025px) {
    .swiper-slide {
      height: 580px;
      min-width: none; } }
  @media screen and (max-width: 559px) {
    .swiper-slide {
      height: 510px;
      min-width: 280px; } }
  .swiper-slide img {
    width: 100%; }
  .swiper-slide_name {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 0px;
    margin-top: 8px;
    text-align: center; }
  .swiper-slide_text {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0px;
    margin-top: 24px;
    text-align: justify;
    /* 基本 */
    text-justify: inter-ideograph;
    /* IEで必要 */
    text-justify: inter-character;
    /* Firefoxで必要 */ }

.swiper-button-prev {
  left: -23%;
  top: 92%;
  background-color: #b9bbbe;
  width: 60px;
  height: 60px; }
  .swiper-button-prev::after {
    content: '';
    display: block;
    right: 40%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 25px;
    height: 35px;
    border: 17px solid transparent;
    border-right: 15px solid #fff;
    opacity: .9;
    position: absolute;
    top: 23%; }
  .swiper-button-prev:hover {
    opacity: .5;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }

.swiper-button-next {
  left: -14.5%;
  top: 92%;
  background-color: #b9bbbe;
  width: 60px;
  height: 60px; }
  .swiper-button-next::after {
    content: '';
    display: block;
    left: 40%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 25px;
    height: 35px;
    border: 17px solid transparent;
    border-left: 15px solid #fff;
    opacity: .9;
    position: absolute;
    top: 23%; }
  .swiper-button-next:hover {
    opacity: .5;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }

.swiper-pagination {
  padding-top: 40px;
  margin: auto;
  left: 0;
  right: 0; }

/* ページネーションの全体のスタイル */
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #9eb4e0;
  opacity: 0.5;
  margin-right: 10px; }

/* ページネーションの現在のスライドのスタイル */
.swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background: #0f4cb2;
  opacity: 1; }

#member {
  width: 100%;
  height: 1100px;
  position: relative; }
  @media screen and (max-width: 1025px) {
    #member {
      height: 1580px; } }
  @media screen and (max-width: 559px) {
    #member {
      height: 1800px; } }

.member-layer {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1060px;
  background-color: #fff;
  -webkit-transform: skewY(5deg) translateX(-100%);
          transform: skewY(5deg) translateX(-100%);
  -webkit-transition: .5s all ease-in;
  transition: .5s all ease-in;
  z-index: 2; }
  @media screen and (max-width: 1025px) {
    .member-layer {
      height: 1580px; } }
  @media screen and (max-width: 559px) {
    .member-layer {
      height: 1810px; } }

.member-active {
  -webkit-transform: skewY(5deg) translateX(0);
          transform: skewY(5deg) translateX(0); }

.member-container {
  position: relative;
  z-index: 3; }

.member-title {
  padding-top: 100px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 32px;
  line-height: 50px;
  letter-spacing: 8px; }
  @media screen and (max-width: 559px) {
    .member-title {
      padding-top: 60px;
      letter-spacing: 5.5px; } }

.member-items {
  padding-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 1025px) {
    .member-items {
      padding-top: 40px;
      display: block; } }
  @media screen and (max-width: 559px) {
    .member-items {
      padding-top: 40px;
      display: block; } }

.member-item {
  width: 100%;
  max-width: 400px; }
  .member-item:first-child {
    margin-right: 170px; }
  @media screen and (max-width: 1025px) {
    .member-item {
      margin: 0 auto; } }
  @media screen and (max-width: 559px) {
    .member-item {
      margin-right: 0; } }
  .member-item:nth-child(2n) {
    margin-top: 100px; }
    @media screen and (max-width: 559px) {
      .member-item:nth-child(2n) {
        margin-top: 50px; } }
  .member-item_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 559px) {
      .member-item_block {
        display: block; } }
  .member-item_name {
    padding-top: 80px;
    padding-left: 40px; }
    @media screen and (max-width: 559px) {
      .member-item_name {
        padding-top: 20px;
        padding-left: 0; } }
    .member-item_name1 {
      font-size: 16px;
      font-weight: bold;
      line-height: 25px;
      letter-spacing: 2.9px; }
    .member-item_name2 {
      margin-top: 10px;
      font-size: 28px;
      font-weight: bold;
      line-height: 25px;
      letter-spacing: 5px; }
  .member-item_text {
    width: 400px;
    margin-top: 30px;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 3px;
    text-align: justify;
    /* 基本 */
    text-justify: inter-ideograph;
    /* IEで必要 */
    text-justify: inter-character;
    /* Firefoxで必要 */ }
    @media screen and (max-width: 559px) {
      .member-item_text {
        margin-top: 20px;
        width: 100%; } }

#company {
  width: 100%;
  height: 1050px;
  position: relative;
  margin-top: 30px; }
  @media screen and (max-width: 1025px) {
    #company {
      height: 1150px; } }
  @media screen and (max-width: 559px) {
    #company {
      height: 1150px; } }

.company-layer {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 950px;
  -webkit-transform: skewY(-5deg) translateX(-100%);
          transform: skewY(-5deg) translateX(-100%);
  -webkit-transition: .5s all ease-in;
  transition: .5s all ease-in;
  background-color: #e9ebef;
  opacity: 0.8;
  z-index: 1; }
  @media screen and (max-width: 1025px) {
    .company-layer {
      height: 1050px; } }
  @media screen and (max-width: 559px) {
    .company-layer {
      height: 1100px; } }

.company-active {
  -webkit-transform: skewY(-5deg) translateX(0);
          transform: skewY(-5deg) translateX(0); }

.company-container {
  position: relative;
  z-index: 3; }

.company-title {
  padding-top: 100px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 32px;
  line-height: 50px;
  letter-spacing: 8px; }
  @media screen and (max-width: 1025px) {
    .company-title {
      padding-top: 70px; } }
  @media screen and (max-width: 559px) {
    .company-title {
      padding-top: 70px; } }

.company-items {
  padding-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 1025px) {
    .company-items {
      padding-top: 0;
      display: block; } }
  @media screen and (max-width: 559px) {
    .company-items {
      padding-top: 0;
      display: block; } }

@media screen and (max-width: 1025px) {
  .company-item {
    text-align: center; } }

.company-item_title {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 24px;
  line-height: 25px;
  letter-spacing: 4px; }
  @media screen and (max-width: 1025px) {
    .company-item_title {
      padding-top: 48px;
      text-align: left; } }
  @media screen and (max-width: 559px) {
    .company-item_title {
      padding-top: 48px;
      text-align: left; } }

.company-item_text {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 18px;
  line-height: 31.5px;
  letter-spacing: 2px; }
  @media screen and (max-width: 1025px) {
    .company-item_text {
      text-align: left;
      padding-bottom: 28px; } }
  @media screen and (max-width: 559px) {
    .company-item_text {
      padding-top: 20px;
      font-size: 16px;
      letter-spacing: 3px;
      text-align: left;
      padding-bottom: 28px; } }

.company-item_mail {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 3.6px;
  font-weight: 600; }
  .company-item_mail a {
    border-bottom: solid 1px #131e36;
    padding-bottom: 10px; }
  @media screen and (max-width: 1025px) {
    .company-item_mail {
      text-align: left; } }
  @media screen and (max-width: 559px) {
    .company-item_mail {
      font-size: 16px;
      line-height: 30px;
      letter-spacing: 2.5px; } }

.company-item_map {
  padding-top: 35px; }

.company-right {
  padding-top: 100px;
  text-align: center;
  color: #8c97a4;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 3px; }
  @media screen and (max-width: 1025px) {
    .company-right {
      padding-bottom: 100px; } }
  @media screen and (max-width: 559px) {
    .company-right {
      padding-top: 60px;
      font-size: 11px;
      line-height: 16px;
      letter-spacing: 2px;
      padding-bottom: 40px; } }

.nav {
  position: fixed;
  height: 100%;
  width: 100%;
  left: -100%;
  top: 0;
  background-color: #fff;
  opacity: .9;
  -webkit-transition: all .5s;
  transition: all .5s; }

.nav ul {
  padding: 100px 50px 0; }

.nav ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  color: #131e36;
  text-decoration: none;
  padding: 9px 15px 10px 0;
  position: relative;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 55px;
  letter-spacing: 4px; }

#target {
  width: 40px;
  height: 30px;
  position: absolute;
  top: 30%;
  right: 5%;
  cursor: pointer;
  display: block;
  -webkit-transition: 1.5s;
  transition: 1.5s; }

.target_inner {
  width: 40px;
  height: 30px;
  position: relative; }

.target_inner_line {
  display: block;
  width: 30px;
  height: 2px;
  background: #131e36;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  border-radius: 50px;
  position: absolute; }

.target_inner_1 {
  top: 0; }

.target_inner_2 {
  top: 9px; }

.target_inner_3 {
  top: 18px; }

/* 動き */
.fadein {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }

.linea, .lineb, .linec {
  background: #131e36; }

.linea {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  top: 13px; }

.lineb {
  opacity: 0; }

.linec {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
  top: 13px; }

.canvas {
  background-color: #0b2442;
  margin: 0px;
  overflow: hidden;
  width: 99%;
  height: 650px;
  position: fixed;
  top: 0;
  left: 0; }

.canvas-area {
  opacity: 0.99;
  margin: 0px;
  position: relative;
  background-color: #0b2442;
  margin: 0px;
  overflow: hidden; }

.content-area {
  width: 1080px;
  margin: 0 auto;
  position: relative; }

#entire {
  position: relative; }

.entire-layer {
  display: block;
  content: "";
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  height: calc(100% - 100px);
  opacity: 0.8;
  background-color: #fff;
  z-index: 1;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: .5s all ease-in;
  transition: .5s all ease-in; }

.entire-active {
  -webkit-transform: translateX(0);
          transform: translateX(0); }

