@charset "UTF-8";
/*///////////////////////////////////////////////////////
    個別スタイル
///////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////
    変数設定
///////////////////////////////////////////////////////*/
/* custom style */
/*///////////////////////////////////////////////////////
    mixin設定
///////////////////////////////////////////////////////*/
html:not([lang=ja]) .contents-company--ttl-ja {
  display: none;
}
html:not([lang=ja]) .contents-philosophy .contents-philosophy--inner .contents-philosophy--ttl .border::before {
  top: 80%;
}

.component-nav {
  margin-bottom: 3rem;
}
.component-nav .component-nav--inner {
  margin: 0 auto;
  padding: 0 3.5rem;
  width: 100%;
  box-sizing: border-box;
}
.component-nav .component-nav--wrapper {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  justify-content: space-between;
  grid-gap: 0.6rem 0;
}
.component-nav .component-nav--wrapper .component-nav--link {
  display: grid;
  place-content: center;
  flex: 0 1 calc((100% - 0.9rem) / 2);
  width: calc((100% - 0.9rem) / 2);
  padding: 1.15rem 0;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4165em;
  letter-spacing: 0.04em;
  text-align: center;
  border-radius: 0.6rem;
  background: #d8d8d8;
  position: relative;
}
.component-nav .component-nav--wrapper .component-nav--link::after {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-top: 0.1rem solid;
  border-right: 0.1rem solid;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%) rotate(45deg);
}
.component-nav .component-nav--wrapper .component-nav--link.active {
  color: #ffffff;
  background: #0f0f0f;
}
.component-nav .component-nav--wrapper .component-nav--link.active::after {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
}

.contents-company--ttl {
  margin-bottom: 2rem;
  padding-bottom: 2.3rem;
  position: relative;
}
.contents-company--ttl-en {
  font-size: 2.1rem;
  font-family: "Montserrat", "Zen Kaku Gothic New", serif;
  font-weight: 600;
  line-height: 1.1905em;
  letter-spacing: 0.05em;
  text-align: center;
}
.contents-company--ttl-ja {
  margin-top: 0.6rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4165em;
  letter-spacing: 0.04em;
  text-align: center;
}
.contents-company--ttl::before, .contents-company--ttl::after {
  content: "";
  width: 2.58rem;
  height: 0.1rem;
  position: absolute;
}
.contents-company--ttl::before {
  background: #0f0f0f;
  left: calc(50% - 0.7rem);
  bottom: 0.3rem;
  transform: translateX(-50%);
}
.contents-company--ttl::after {
  background: #d8d8d8;
  left: calc(50% + 0.7rem);
  bottom: 0;
  transform: translateX(-50%);
}

.contents-philosophy .inner {
  padding: 0 3.5rem;
}
.contents-philosophy .contents-philosophy--inner .contents-philosophy--ttl {
  margin-bottom: 2.5rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4445em;
  letter-spacing: 0.04em;
}
.contents-philosophy .contents-philosophy--inner .contents-philosophy--ttl .border {
  display: inline-block;
  width: 4.5em;
  height: 1em;
  position: relative;
}
.contents-philosophy .contents-philosophy--inner .contents-philosophy--ttl .border::before {
  content: "";
  width: 100%;
  height: 0.1rem;
  background: #0f0f0f;
  position: absolute;
  top: 60%;
  left: 0;
  transform: translateY(-50%);
}
.contents-philosophy .contents-philosophy--inner .contents-philosophy--txt {
  margin-bottom: 2.15rem;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.6875em;
  letter-spacing: 0.04em;
  font-feature-settings: normal;
}
.contents-philosophy .contents-philosophy--inner .contents-philosophy--sign {
  display: flex;
  flex-flow: row wrap;
  align-items: end;
  justify-content: flex-end;
}
.contents-philosophy .contents-philosophy--inner .contents-philosophy--sign-txt {
  flex: 0 1 auto;
  width: auto;
  margin-right: 2.4rem;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4615em;
  letter-spacing: 0.04em;
}
.contents-philosophy .contents-philosophy--inner .contents-philosophy--sign-img {
  flex: 0 1 auto;
  width: auto;
  max-width: 50%;
}

@media screen and (min-width: 961px) {
  .component-nav {
    margin-bottom: 7rem;
  }
  .component-nav .component-nav--inner {
    padding: 0;
    width: 76.5rem;
  }
  .component-nav .component-nav--wrapper {
    justify-content: center;
    grid-gap: 1rem 1.5rem;
  }
  .component-nav .component-nav--wrapper .component-nav--link {
    flex: 0 1 calc((100% - 4.5rem) / 4);
    width: calc((100% - 4.5rem) / 4);
    padding: 1.15rem 0;
    font-size: 1.4rem;
    line-height: 1.429em;
    transition: 0.3s ease color, 0.3s ease background;
  }
  .component-nav .component-nav--wrapper .component-nav--link::after {
    width: 0.7rem;
    height: 0.7rem;
    right: 0.93rem;
    transition: 0.3s ease border-color;
  }
  .component-nav .component-nav--wrapper .component-nav--link:hover {
    color: #ffffff;
    background: #0f0f0f;
  }
  .component-nav .component-nav--wrapper .component-nav--link:hover::after {
    border-top-color: #ffffff;
    border-right-color: #ffffff;
  }
  .contents-company--ttl {
    margin-bottom: 6rem;
    padding-bottom: 3rem;
  }
  .contents-company--ttl-en {
    font-size: 3rem;
    line-height: 1.2334em;
  }
  .contents-company--ttl-ja {
    margin-top: 1.2rem;
    font-size: 1.4rem;
    line-height: 1.429em;
  }
  .contents-company--ttl::before, .contents-company--ttl::after {
    width: 3.6rem;
  }
  .contents-company--ttl::before {
    left: calc(50% - 1rem);
    bottom: 0.4rem;
  }
  .contents-company--ttl::after {
    left: calc(50% + 1rem);
  }
  .contents-philosophy .inner {
    padding: 0;
    width: 96rem;
  }
  .contents-philosophy .contents-philosophy--inner .contents-philosophy--ttl {
    margin-bottom: 4.7rem;
    font-size: 2.4rem;
    line-height: 1.4584em;
    text-align: center;
  }
  .contents-philosophy .contents-philosophy--inner .contents-philosophy--ttl .border {
    width: 6em;
  }
  .contents-philosophy .contents-philosophy--inner .contents-philosophy--txt {
    margin-bottom: 4.8rem;
    font-size: 1.5rem;
    line-height: 1.9605em;
  }
  .contents-philosophy .contents-philosophy--inner .contents-philosophy--sign-txt {
    margin-right: 3.94rem;
  }
  .contents-philosophy .contents-philosophy--inner .contents-philosophy--sign-img {
    flex: 0 1 17.256rem;
    width: 17.256rem;
  }
}