/*
Theme Name: NIC
Author: 株式会社日本企業成長投資
Description: 株式会社日本企業成長投資のテーマ
*/

@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600");

html {
  font-size: 62.5%;
  margin-top: 0px !important;
}

body {
  color: #686767;
  background-color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue",
    "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
    "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", Meiryo, "メイリオ", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3 {
  font-weight: normal;
  margin: 0;
}

hr {
  margin: 0;
}

ul,
li {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

p {
  margin: 0;
}

a:link {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

input {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  -webkit-appearance: none;
  border-radius: 0;
}

textarea,
input {
  font-family: Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, メイリオ,
    sans-serif;
}

.container {
  overflow: hidden;
  min-width: 1024px;
}

@media screen and (max-width: 768px) {
  .container {
    min-width: 0;
  }
}

.content {
  box-sizing: border-box;
  max-width: 1440px;
  margin: 110px auto;
  padding: 0 30px;
}

.content_header {
  padding-bottom: 50px;
}

.content_subtitle {
  padding-bottom: 100px;
}

.content_button {
  padding-top: 50px;
  text-align: right;
}

.content_button-center {
  text-align: center;
}

.content_select {
  display: none;
}

.content_inner {
  width: 820px;
  margin: 0 auto;
}

.content_column {
  display: flex;
  justify-content: center;
  margin: 0 -20px;
}

.content_column_cell {
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .content {
    width: 100%;
    margin: 50px auto;
    padding: 0;
  }

  .content_subtitle {
    padding-bottom: 20px;
  }

  .content_button {
    padding: 20px 10px 0;
  }

  .content_select {
    text-align: center;
    display: block;
  }

  .content_inner {
    width: 100%;
    margin: 0;
  }

  .content_column_cell {
    width: 100%;
  }

  .content_column_cell-hide-sp {
    display: none;
  }
}

.site-header {
  box-sizing: border-box;
  margin-top: 90px;
  padding: 24px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 1024px;
  position: absolute;
  top: -90;
  left: 0;
  z-index: 10;
  transition: top 0.2s ease;
}

.site-header_logo {
  display: block;
  width: 147px;
  height: 40px;
}

.site-header_logo img {
  width: 147px;
}

.site-header_language {
  width: 90px;
}

.site-header_menu {
  display: flex;
  width: 147px;
  justify-content: flex-end;
}

.site-header_sub-menu {
  flex: 1;
  display: flex;
  justify-content: center;
  visibility: hidden;
}

.site-header_sub-menu.is-show {
  visibility: visible;
}

.site-header.is-active {
  margin-top: 0;
  background-color: #fff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
}

@media screen and (max-width: 768px) {
  .site-header {
    min-width: 0;
    padding: 8px 10px;
  }

  .site-header_logo {
    width: 100px;
    height: 27px;
  }

  .site-header_logo img {
    width: 100px;
  }

  .site-header_sub-menu {
    display: none;
  }
}

.language-button {
  margin-right: 30px;
}

.language-button_link {
  font-family: Helvetica Neue, Helvetica;
  color: #fff;
  font-size: 1.2rem;
  background-color: #58757c;
  display: block;
  height: 22px;
  padding: 2px 25px 2px 10px;
  position: relative;
}

.language-button_link:hover {
  background-color: #9eb1b9;
  text-decoration: none;
}

.language-button_link:active {
  background-color: #cad8dc;
}

.language-button_link::after {
  content: "";
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 10px;
  width: 0;
  height: 0;
  margin: auto;
  border-right: 3px solid transparent;
  border-top: 4px solid #fff;
  border-left: 3px solid transparent;
}

.language-button_link-ja::before {
  content: "Japanese";
}

@media screen and (max-width: 768px) {
  .language-button_link-ja::before {
    content: "JA";
  }
}

.language-list {
  display: none;
  position: absolute;
}

.language-list_item {
  position: relative;
}

.language-list_item:nth-child(1) a::before {
  content: "Japanese";
}

.language-list_item:nth-child(2) a::before {
  content: "English";
}

.language-list a {
  font-family: Helvetica Neue, Helvetica;
  color: #fff;
  font-size: 1.2rem;
  background-color: #58757c;
  display: block;
  height: 22px;
  padding: 2px 25px 2px 10px;
}

.language-list a:hover {
  background-color: #9eb1b9;
  text-decoration: none;
}

.language-list a:active {
  background-color: #cad8dc;
}

@media screen and (max-width: 768px) {
  .language-list_item {
    position: relative;
  }

  .language-list_item:nth-child(1) a::before {
    content: "JA";
  }

  .language-list_item:nth-child(2) a::before {
    content: "EN";
  }
}

.site-menu {
  background-color: #000;
  position: fixed;
  width: 480px;
  top: 0;
  right: -480px;
  bottom: 0;
  opacity: 0;
  transition: right 0.3s ease, opacity 0.3s ease;
}

.site-menu_button-close {
  position: absolute;
  top: 30px;
  right: 30px;
}

.site-menu_parent-heading {
  color: #fff;
}

.site-menu_parent-list {
  position: absolute;
  top: 120px;
  left: 30px;
  bottom: 20px;
  right: 0;
  overflow: auto;
}

.site-menu_parent-item:not(:first-child) {
  padding-top: 20px;
}

.site-menu_sub-list {
  padding-left: 10px;
}

.site-menu_sub-item {
  padding-top: 10px;
}

.site-menu a {
  color: #fff;
}

.site-menu.is-show {
  right: 0;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .site-menu {
    width: 100%;
  }
}

.sub-menu-wrapper {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
  border-bottom: solid 1px #f0f0f0;
}

.sub-menu {
  display: flex;
}

.sub-menu_item:not(:first-child) {
  margin-left: 30px;
}

.sub-menu_link {
  color: #000;
  font-size: 1.2rem;
  font-weight: bold;
  display: block;
  padding: 5px 10px;
}

.sub-menu_link-active,
.sub-menu_link:hover {
  color: #fff;
  background-color: #58757c;
  border-radius: 14px;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .sub-menu {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
  }

  .sub-menu_item {
    min-width: 90px;
    text-align: center;
    margin-bottom: 10px;
  }

  .sub-menu_item:not(:first-child) {
    margin-left: 0;
  }
}

.content-header {
  text-align: center;
  line-height: 1;
}

.content-header_title {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  color: #58757c;
  font-size: 2.4rem;
}

.content-header_border {
  background-color: #58757c;
  display: block;
  box-sizing: border-box;
  width: 69px;
  height: 2px;
  border: none;
  margin: 30px auto 0;
}

@media screen and (max-width: 768px) {
  .content-header_title {
    font-size: 1.6rem;
  }

  .content-header_border {
    width: 60px;
    height: 1px;
    margin: 20px auto 0;
  }
}

.content-subtitle {
  font-family: Hiragino Mincho ProN, ヒラギノ明朝 ProN W3, YuMincho, 游明朝;
  color: #000;
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .content-subtitle {
    font-size: 1.3rem;
    line-height: 3;
  }
}

.content-picture {
  width: 100%;
}

.content-picture_image {
  width: 100%;
}

.content-picture_description {
  text-align: center;
  padding: 50px 10% 0;
  line-height: 2.5;
}

.content-picture_split-description {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
}

.content-picture_split-description p {
  line-height: 2.5;
  margin-left: 30px;
  position: relative;
}

.content-picture_split-description p:before {
  content: "・";
  position: absolute;
  left: -20px;
}

.content-picture_split-description-column4 > div {
  width: 24%;
}

.content-picture_split-description-column3 {
  padding: 50px 0;
}

.content-picture_split-description-column3 > div {
  width: 32%;
}

.content-picture_split-description-column3 > div > div {
  margin-left: 30px;
}

.content-picture_split-description-number3 div {
  width: 28%;
}

.content-picture_split-description-number3 div:before {
  content: "・";
  position: absolute;
  left: -20px;
}

@media screen and (max-width: 768px) {
  .content-picture_description {
    font-size: 1.2rem;
    padding: 10px;
  }

  .content-picture_split-description {
    display: block;
    padding: 20px 10px 20px 0;
  }

  .content-picture_split-description > div {
    font-size: 1.2rem;
    width: auto;
  }

  .content-picture_split-description > div:not(:first-child) {
    margin-top: 20px;
  }
}

.content-grid {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}

.content-grid-reverse {
  flex-direction: row-reverse;
}

.content-grid-reverse .content-grid_figure {
  margin-right: 0;
  margin-left: 20px;
}

.content-grid_header {
  color: #000;
  font-size: 3rem;
  margin-bottom: 40px;
}

.content-grid_description {
  width: 610px;
}

.content-grid_description p {
  line-height: 2.5;
  margin-left: 30px;
  position: relative;
}

.content-grid_description p:before {
  content: "・";
  position: absolute;
  left: -20px;
}

.content-grid_figure {
  width: 690px;
  margin-right: 20px;
}

.content-grid_figure img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .content-grid {
    display: block;
    margin: 0;
  }

  .content-grid_information {
    padding: 20px 10px 30px;
  }

  .content-grid_header {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }

  .content-grid_description {
    font-size: 1.2rem;
    width: auto;
  }

  .content-grid_figure {
    width: 100%;
    margin: 0;
  }

  .content-grid-reverse .content-grid_figure {
    margin: 0;
  }
}

.numbering-description {
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  counter-reset: number 0;
}

.numbering-description_item {
  width: 25%;
  margin-left: 60px;
}

.numbering-description_item:nth-child(n + 4) {
  margin-top: 40px;
}

.numbering-description_heading {
  color: #000;
  font-size: 2.4rem;
  position: relative;
}

.numbering-description_heading:before {
  counter-increment: number 1;
  content: "0" counter(number);
  color: #d8d8d8;
  font-size: 3.2rem;
  position: absolute;
  left: -60px;
  top: -6px;
}

.numbering-description_body {
  line-height: 2.5;
}

.button {
  font-family: Helvetica Neue, Helvetica;
  color: #fff;
  font-size: 1.6rem;
  background-color: #58757c;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
  width: 120px;
  padding: 7px;
}

.button:hover {
  color: #fff;
  background-color: #58757c;
  text-decoration: none;
}

.button:active {
  background-color: #cad8dc;
}

.button-submit {
  width: 100%;
  height: 60px;
}

.button-ghost {
  color: #58757c;
  border: solid 1px #58757c;
  background-color: #fff;
  width: 240px;
}

@media screen and (max-width: 768px) {
  .button {
    font-size: 1rem;
    width: 60px;
    height: 24px;
    padding: 4px;
    height: auto;
  }

  .button-submit {
    font-size: 1.6rem;
    width: 100%;
    height: 60px;
  }

  .button-ghost {
    width: 120px;
  }
}

.member-list {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  margin: 0 -20px;
}

.member-list_item {
  text-align: center;
  box-sizing: border-box;
  width: 33.3%;
  padding: 0 20px;
}

.member-list_item:nth-child(n + 4) {
  margin-top: 90px;
}

.member-list_name {
  font-family: Open Sans, sans-serif;
  font-weight: normal;
  color: #000;
  font-size: 2rem;
  font-weight: 600;
}

.member-list_position {
  font-family: Open Sans, sans-serif;
  font-weight: normal;
  color: #b0b1b1;
  font-size: 1.4rem;
  padding-top: 5px;
}

.member-list_description {
  text-align: left;
  margin-top: 40px;
}

.member-list_description p {
  line-height: 2.5;
  margin-left: 30px;
  position: relative;
}

.member-list_description p:before {
  content: "・";
  position: absolute;
  left: -20px;
}

@media screen and (max-width: 1024px) {
  .member-list_item {
    width: 50%;
  }

  .member-list_item:nth-child(n + 3) {
    margin-top: 90px;
  }
}

@media screen and (max-width: 768px) {
  .member-list {
    display: block;
  }

  .member-list_item {
    width: 100%;
  }

  .member-list_item:not(:first-child) {
    margin-top: 50px;
  }

  .member-list_item:nth-child(n + 4) {
    margin-top: 50px;
  }

  .member-list_name {
    font-size: 1.8rem;
  }

  .member-list_position {
    font-size: 1.4rem;
    padding-top: 10px;
  }

  .member-list_description {
    font-size: 1.2rem;
    padding: 10px;
    margin-top: 30px;
  }
}

.news-menu {
  width: 126px;
}

.news-menu_heading {
  font-size: 1.4rem;
  border-bottom: solid 1px #d8d8d9;
  padding: 10px;
}

.news-menu_list {
  width: 100%;
}

.news-menu_list_item {
  border-bottom: solid 1px #d8d8d9;
}

.news-menu_list_link {
  color: #58757c;
  display: block;
  padding: 10px;
}

.news-menu_list_link:hover,
.news-menu_list_link-active {
  color: #fff;
  text-decoration: none;
  background-color: #58757c;
}

.news-list {
  width: 820px;
}

.news-list-home {
  width: 100%;
}

.news-list_item {
  padding: 40px 30px;
  border-bottom: solid 1px #d8d8d9;
}

.news-list_link {
  color: #58757c;
  display: flex;
}

.news-list_date {
  margin-right: 60px;
}

.news-list_title {
  flex: 1;
}

@media screen and (max-width: 768px) {
  .news-list {
    box-sizing: border-box;
    padding: 0 20px;
    width: 100%;
  }

  .news-list_item {
    padding: 30px 0;
  }

  .news-list_link {
    font-size: 1.2rem;
    display: block;
  }

  .news-list_date {
    margin: 0;
  }

  .news-list_title {
    margin-top: 5px;
  }
}

.news-detail {
  box-sizing: border-box;
  width: 870px;
}

.news-detail_header_title {
  color: #58757c;
  font-size: 3.2rem;
}

.news-detail_header_date {
  display: block;
  margin-top: 30px;
}

.news-detail_body {
  font-size: 1.4rem;
}

.news-detail_body p {
  line-height: 2.2;
  margin: 30px 0;
}

@media screen and (max-width: 768px) {
  .news-detail {
    padding: 40px 20px 0;
    width: 100%;
  }

  .news-detail_header_title {
    font-size: 2.4rem;
  }

  .news-detail_header_date {
    font-size: 1.2rem;
  }
}

.site-footer {
  box-sizing: border-box;
  background-color: #f0f0f0;
  padding: 150px 120px;
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 1024px;
}

.site-footer_copyright-wrapper {
  margin-right: 80px;
}

.site-footer_logo img {
  width: 293px;
}

.site-footer_copyright {
  font-family: Avenir Next, sans-serif;
  font-size: 1rem;
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  .site-footer {
    box-sizing: border-box;
    display: block;
    min-width: 0;
    padding: 50px 40px 80px;
  }

  .site-footer_copyright-wrapper {
    margin-right: 0;
    margin-bottom: 50px;
  }

  .site-footer_copyright {
    position: absolute;
    text-align: center;
    padding: 10px;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.footer-navi {
  width: 100%;
  display: flex;
}

.footer-navi_content:not(:first-child) {
  margin-left: 80px;
}

.footer-navi_heading {
  color: #58757c;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 15px;
}

.footer-navi_list {
  height: 115px;
}

.footer-navi_list-column2 {
  columns: 2;
  column-fill: auto;
}

.footer-navi_list-column2 .footer-navi_item:nth-child(2) {
  margin-bottom: 80px;
}

.footer-navi_list-column2 .footer-navi_item:nth-child(n + 3) {
  margin-left: 30px;
}

.footer-navi_item {
  padding: 5px 0;
}

.footer-navi_link {
  color: #000;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .footer-navi {
    justify-content: space-between;
  }

  .footer-navi_content {
    width: 50%;
  }

  .footer-navi_content:not(:first-child) {
    margin: 0;
  }

  .footer-navi_list {
    height: auto;
  }

  .footer-navi_list-column2 {
    columns: 1;
  }

  .footer-navi_list-column2 .footer-navi_item:nth-child(2) {
    margin-bottom: 20px;
  }

  .footer-navi_list-column2 .footer-navi_item:nth-child(n + 3) {
    margin-left: 0;
  }
}

.lower-hero {
  height: 600px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.lower-hero_wrapper {
  height: 180px;
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.lower-hero-philosophy {
  background-image: url(/assets/images/philosophy/header.jpg);
}

.lower-hero-company {
  background-image: url(/assets/images/company/header.jpg);
}

.lower-hero-business_summary {
  background-image: url(/assets/images/business_summary/header.jpg);
}

.lower-hero-news,
.lower-hero-news-detail {
  background-image: url(/assets/images/news/header.jpg);
}

.lower-hero-inquiry {
  background-image: url(/assets/images/inquiry/header.jpg);
}

.lower-hero-news-detail {
  height: 150px;
  background-position: top center;
}

.lower-hero_title {
  color: #58757c;
  font-size: 7.2rem;
  line-height: 1;
}

.lower-hero_border {
  background-color: #58757c;
  display: block;
  box-sizing: border-box;
  width: 70px;
  height: 2px;
  border: none;
  margin: 40px 0 30px;
}

.lower-hero_subtitle {
  color: #000;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .lower-hero {
    height: 375px;
  }

  .lower-hero-news-detail {
    height: 75px;
    background-size: 200%;
    background-position: top center;
  }

  .lower-hero_wrapper {
    height: 100px;
    left: 20px;
  }

  .lower-hero_title {
    font-size: 3.2rem;
  }

  .lower-hero_border {
    margin: 20px 0 15px;
  }

  .lower-hero_subtitle {
    font-size: 1.4rem;
  }
}

.table {
  width: 820px;
  margin: 0 auto;
}

.table_cell {
  display: flex;
}

.table_cell:nth-child(odd) {
  background-color: #cad8dc;
}

.table_heading {
  font-size: 1.4rem;
  box-sizing: border-box;
  font-weight: normal;
  text-align: left;
  width: 190px;
  padding: 25px 40px;
}

.table_description {
  font-size: 1.4rem;
  padding: 25px 20px;
}

@media screen and (max-width: 768px) {
  .table {
    width: 100%;
  }

  .table_cell {
    display: block;
  }

  .table_heading {
    width: auto;
    padding: 25px 20px 0;
  }

  .table_description {
    padding-top: 10px;
  }
}

.map {
  width: 100%;
  height: 600px;
  border: none;
}

@media screen and (max-width: 768px) {
  .map {
    height: 375px;
  }
}

.selectbox {
  position: relative;
  display: inline-block;
}

.selectbox::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  border-bottom: solid 1px #58757c;
  border-right: solid 1px #58757c;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 3px;
  transform: rotate(45deg);
}

.selectbox select {
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 5px 60px 5px 10px;
  border: solid 1px #58757c;
  border-radius: 0;
}

.content-form {
  padding: 10px;
}

.content-form_block:not(:first-child) {
  margin-top: 10px;
}

.content-form_submit {
  margin-top: 20px;
}

.text-field {
  border: solid 1px #979797;
  box-sizing: border-box;
  padding: 20px 30px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .text-field {
    padding: 20px;
  }
}

.member-profile {
  margin-bottom: 40px;
  padding: 40px;
  border: 1px solid #58757c;
  display: flex;
}

.member-profile_left {
  width: 200px;
  margin-right: 40px;
}

.member-profile_right {
  flex: 1;
}

.member-profile_jp_name {
  color: #000;
  font-size: 24px;
  text-align: center;
}

.member-profile_en_name {
  color: #686767;
  text-align: center;
}

.member-profile_position {
  color: #58757c;
  text-align: center;
  padding-top: 10px;
}

.member-profile_lead {
  color: #000;
  margin-bottom: 20px;
}

.member-profile_lead p:not(:first-child) {
  margin-top: 20px;
}

.member-profile_history_heading {
  color: #58757c;
}

.member-profile_history_lead {
  color: #000;
}

@media screen and (max-width: 768px) {
  .member-profile {
    display: block;
    margin: 0 10px;
    margin-bottom: 50px;
    padding: 40px 20px;
  }

  .member-profile_left {
    width: auto;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .member-profile_jp_name {
    color: #000;
    font-size: 18px;
    text-align: center;
  }

  .member-profile_en_name {
    color: #686767;
    font-size: 10px;
  }

  .member-profile_position {
    color: #58757c;
    font-size: 12px;
  }

  .member-profile_lead {
    font-size: 10px;
  }

  .member-profile_history {
    font-size: 10px;
  }
}

.member {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 50px;
}

.member li {
  width: 240px;
}

.member_link {
  padding: 20px 0 18px;
  display: block;
  border: 1px solid #d8d8d9;
  transition: border-color 0.3s;
}

.member_link:hover {
  color: #58757c;
  text-decoration: none;
  border-color: #58757c;
}

.member_link:hover .member_jp_name,
.member_link:hover .member_en_name {
  color: #58757c;
}

.member_link-active {
  border-color: #58757c;
  background-color: #58757c;
}

.member_link-active:hover .member_jp_name,
.member_link-active:hover .member_en_name,
.member_link-active:hover .member_position {
  color: #fff;
}

.member_link-active .member_jp_name,
.member_link-active .member_en_name,
.member_link-active .member_position {
  color: #fff;
}

.member_jp_name {
  color: #000;
  font-size: 24px;
  text-align: center;
  transition: color 0.3s;
}

.member_en_name {
  color: #686767;
  text-align: center;
  transition: color 0.3s;
}

.member_position {
  color: #58757c;
  text-align: center;
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
  .member {
    gap: 20px 0;
    justify-content: space-between;
    padding: 0 10px;
    max-width: 375px;
    box-sizing: border-box;
    margin: 0 auto;
  }

  .member li {
    width: 168px;
  }

  .member_jp_name {
    font-size: 17px;
  }

  .member_en_name {
    font-size: 10px;
  }

  .member_position {
    font-size: 10px;
  }
}

.portfolio-company {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 10px;
}

.portfolio-company_link {
  width: 390px;
  margin-bottom: 30px;
}

.portfolio-company_link:hover {
  text-decoration: none;
}

.portfolio-company_image {
  margin: 0 0 15px;
}

.portfolio-company_name {
  color: #000;
  font-size: 24px;
}

.portfolio-company_lead {
  color: #686767;
  margin-top: 10px;
}

.portfolio-company_line {
  width: 20px;
  height: 1px;
  background-color: #58757c;
  margin: 10px 0;
  border: none;
}

.portfolio-company_date {
  color: #58757c;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .portfolio-company_name {
    font-size: 21px;
  }

  .portfolio-company_lead {
    font-size: 13px;
  }

  .portfolio-company_date {
    font-size: 11px;
  }
}

.home-hero {
  position: relative;
  min-width: 1024px;
}

.home-hero_list {
  line-height: 1;
  height: 82%;
}

.home-hero_list li {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0;
  animation: show 48s ease-out infinite;
}

.home-hero_list li:nth-child(1) {
  background-image: url(/assets/images/home/keyvisual-fairness.jpg);
  animation-delay: 0s;
}

.home-hero_list li:nth-child(1) .home-hero_feature {
  animation-delay: 1s;
}

.home-hero_list li:nth-child(2) {
  background-image: url(/assets/images/home/keyvisual-integrity.jpg);
  animation-delay: 8s;
}

.home-hero_list li:nth-child(2) .home-hero_feature {
  animation-delay: 9s;
}

.home-hero_list li:nth-child(3) {
  background-image: url(/assets/images/home/keyvisual-new-challange.jpg);
  animation-delay: 16s;
}

.home-hero_list li:nth-child(3) .home-hero_feature {
  animation-delay: 17s;
}

.home-hero_list li:nth-child(4) {
  background-image: url(/assets/images/home/keyvisual-harmony.jpg);
  animation-delay: 24s;
}

.home-hero_list li:nth-child(4) .home-hero_feature {
  animation-delay: 25s;
}

.home-hero_list li:nth-child(5) {
  background-image: url(/assets/images/home/keyvisual-trust.jpg);
  animation-delay: 32s;
}

.home-hero_list li:nth-child(5) .home-hero_feature {
  animation-delay: 33s;
}

.home-hero_list li:nth-child(6) {
  background-image: url(/assets/images/home/keyvisual-sincerity.jpg);
  animation-delay: 40s;
}

.home-hero_list li:nth-child(6) .home-hero_feature {
  animation-delay: 41s;
}

.home-hero_wrapper {
  width: 1000px;
  height: 220px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.home-hero_company-name {
  color: #000;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.home-hero_catchcopy {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  color: #58757c;
  font-size: 7.2rem;
  line-height: 1.6;
}

.home-hero_feature {
  color: #000;
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  width: 0;
  animation: typing 48s linear infinite;
  white-space: nowrap;
}

.home-hero_border {
  background-color: #58757c;
  display: block;
  box-sizing: border-box;
  width: 69px;
  height: 2px;
  border: none;
  margin: 40px 0 30px;
}

.home-hero_description {
  color: #000;
  font-size: 2rem;
  line-height: 1.6;
}

.home-hero_icon {
  text-align: center;
  margin: auto;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}

.home-hero_icon_label {
  color: #58757c;
  font-size: 1.6rem;
  margin-top: 8px;
}

.home-hero_icon img {
  width: 18px;
}

@media screen and (max-width: 768px) {
  .home-hero {
    min-width: 0;
  }

  .home-hero_wrapper {
    width: auto;
    height: 160px;
    margin: auto 15px;
  }

  .home-hero_company-name {
    font-size: 1rem;
    line-height: 1.6;
  }

  .home-hero_catchcopy {
    font-size: 2.3rem;
  }

  .home-hero_description {
    font-size: 1rem;
  }

  .home-hero_icon img {
    width: 14px;
  }

  .home-hero_icon_label {
    font-size: 1rem;
    margin-top: 3px;
  }
}

@keyframes show {
  0% {
    pacity: 0;
  }

  4.1% {
    opacity: 1;
  }

  16.67% {
    opacity: 1;
  }

  20% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes typing {
  0% {
    width: 0;
  }

  3% {
    width: 9em;
  }

  20% {
    width: 9em;
  }

  25% {
    width: 0;
  }

  100% {
    width: 0;
  }
}

.member-detail {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 10;
  min-width: 1280px;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.member-detail_button-close {
  filter: invert(100%);
  position: absolute;
  top: 30px;
  right: 30px;
}

.member-detail_wrapper {
  width: 770px;
  position: absolute;
  top: 10vh;
  bottom: 5vh;
  left: 0;
  right: 0;
  margin: auto;
  display: none;
}

.member-detail_wrapper.is-show {
  display: block;
}

.member-detail_name {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  color: #000;
  font-size: 3.2rem;
}

.member-detail_position {
  font-family: Open Sans, sans-serif;
  font-weight: normal;
  color: #b0b1b1;
  font-size: 2rem;
}

.member-detail_profile {
  color: #000;
  margin-top: 40px;
  line-height: 1.8;
}

.member-detail.is-show {
  display: block;
  opacity: 1;
  pointer-events: auto;
}

.sns-list {
  display: flex;
  margin-top: 40px;
}

.sns-list_item:nth-child(2) {
  margin-left: 20px;
}

.sns-list_link {
  text-align: center;
  display: block;
  width: 48px;
}

.show-sp {
  display: none;
}

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