@charset "UTF-8";
.company.index .feature_index {
  position: relative;
  padding-top: 60px !important; }
  .company.index .feature_index__ttl {
    position: absolute;
    right: 20px;
    top: 15px;
    line-height: 1; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .company.index .feature_index__ttl {
        right: auto;
        left: 15px; } }
.company.feature .box_feature {
  position: relative;
  display: flex; }
  @media only screen and (max-width: 768px), print and (min-width: 2cm) {
    .company.feature .box_feature {
      flex-direction: column; } }
  .company.feature .box_feature::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: calc( 50% - 500px);
    top: 0; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .company.feature .box_feature::before {
        left: 0; } }
  .company.feature .box_feature__img {
    width: 50%;
    position: relative;
    top: -50px; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .company.feature .box_feature__img {
        width: 100%;
        top: 0px; } }
  .company.feature .box_feature__txt {
    width: 50%;
    padding: 80px max(15px, calc(4vw));
    position: relative; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .company.feature .box_feature__txt {
        width: 100%;
        padding: 40px 15px; } }
  .company.feature .box_feature .list_tag {
    flex-direction: column;
    flex-wrap: nowrap; }
    .company.feature .box_feature .list_tag dl {
      display: flex;
      flex-wrap: wrap;
      gap: 0 10px;
      align-items: center; }
    .company.feature .box_feature .list_tag dt {
      flex: 0 0 140px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      max-width: 140px;
      height: 30px;
      border-radius: 15px; }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        .company.feature .box_feature .list_tag dt {
          width: calc((100% - 20px)/3);
          font-size: 1.4rem; } }
    .company.feature .box_feature .list_tag dd {
      display: flex;
      align-items: center;
      column-gap: 5px;
      flex: 0 0 auto;
      max-width: 100%; }
      @media screen and (max-width: 1130px) {
        .company.feature .box_feature .list_tag dd {
          flex-basis: 100%; } }
      .company.feature .box_feature .list_tag dd small {
        display: flex;
        align-items: center;
        font-size: 1.1rem; }
        .company.feature .box_feature .list_tag dd small::before {
          content: "（"; }
        .company.feature .box_feature .list_tag dd small::after {
          content: "）"; }
      .company.feature .box_feature .list_tag dd ul {
        display: flex;
        align-items: center; }
      .company.feature .box_feature .list_tag dd li {
        display: flex;
        align-items: center; }
        .company.feature .box_feature .list_tag dd li:not(:first-child)::before {
          content: "／"; }
  .company.feature .box_feature__sale::before {
    background-color: #EFF7F5; }
  .company.feature .box_feature__sale .list_tag dt {
    background-color: #59B49A; }
  .company.feature .box_feature__tech::before {
    background-color: #EFF5F7; }
  .company.feature .box_feature__design::before {
    background-color: #F7F7EF; }
.company.feature .points {
  display: flex;
  flex-wrap: wrap;
  max-width: 650px;
  margin-right: auto;
  margin-left: auto; }
  @media only screen and (max-width: 768px), print and (min-width: 2cm) {
    .company.feature .points {
      gap: 20px; } }
  @media only screen and (min-width: 769px), print and (min-width: 2cm) {
    .company.feature .points {
      gap: 50px; } }
  .company.feature .points li {
    flex: 1; }
    .company.feature .points li:first-of-type {
      flex: 0 0 100%; }
.company.feature .box_staff {
  background-color: #f6f6f6;
  position: relative;
  padding: 60px 0 40px; }
  @media only screen and (max-width: 768px), print and (min-width: 2cm) {
    .company.feature .box_staff {
      padding: 40px 0 20px; } }
  .company.feature .box_staff__ttl {
    position: absolute;
    width: 600px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #ED86B3;
    border-radius: 30px;
    left: calc(50% - 300px);
    top: -30px; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .company.feature .box_staff__ttl {
        width: 300px;
        height: 60px;
        left: calc(50% - 150px); } }
  .company.feature .box_staff__inner {
    display: flex;
    gap: 60px;
    width: 900px;
    margin: 40px auto; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .company.feature .box_staff__inner {
        width: 100%;
        flex-direction: column;
        padding: 0 15px;
        gap: 40px; } }
  .company.feature .box_staff__item {
    display: flex;
    gap: 30px;
    width: calc(50% - 30px); }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .company.feature .box_staff__item {
        width: 100%; } }
  .company.feature .box_staff__img {
    width: 180px; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .company.feature .box_staff__img {
        width: 120px; } }
  .company.feature .box_staff__txt {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .company.feature .box_staff__txt p {
      line-height: 1.6; }
  .company.feature .box_staff .btn_2.btn_arrow i {
    background-color: #ED86B3; }
    .company.feature .box_staff .btn_2.btn_arrow i::before {
      background-color: #fff; }
.company.feature .box_gooddesign__txt {
  padding-left: 30px;
  border-left: solid 1px #ccc; }
  @media only screen and (max-width: 768px), print and (min-width: 2cm) {
    .company.feature .box_gooddesign__txt {
      padding-left: 0px;
      border-left: none; } }
.company.feature .list_gooddesign .flex_box__item .year {
  color: #CE1118;
  border-top: solid 2px #CE1118; }
.company.feature .list_gooddesign .flex_box__item .txt_1 {
  text-align: left; }
.company.global .box_point dl {
  display: flex;
  align-items: center;
  margin-bottom: 1.6em; }
  @media only screen and (max-width: 768px), print and (min-width: 2cm) {
    .company.global .box_point dl {
      flex-direction: column; } }
  .company.global .box_point dl dt {
    font-family: "Albert Sans", "Noto Sans JP", sans-serif;
    color: #fff;
    display: flex;
    margin-right: 20px; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .company.global .box_point dl dt {
        margin-right: 0;
        margin-bottom: 10px; } }
    .company.global .box_point dl dt span {
      display: flex;
      justify-content: center;
      align-items: center; }
      .company.global .box_point dl dt span:nth-child(1) {
        background-color: #264293;
        font-size: 2.4rem;
        font-weight: 500;
        height: 48px;
        width: 110px; }
        @media only screen and (max-width: 768px), print and (min-width: 2cm) {
          .company.global .box_point dl dt span:nth-child(1) {
            font-size: 2rem; } }
      .company.global .box_point dl dt span:nth-child(2) {
        background-color: #59B49A;
        font-size: 3rem;
        font-weight: 700;
        height: 48px;
        width: 48px; }
        @media only screen and (max-width: 768px), print and (min-width: 2cm) {
          .company.global .box_point dl dt span:nth-child(2) {
            font-size: 2.2rem; } }
  .company.global .box_point dl dd {
    font-size: 3rem;
    font-weight: 600;
    color: #264293;
    line-height: 1.4; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .company.global .box_point dl dd {
        font-size: 2.4rem; } }
.company.global .box_staff figure {
  position: relative; }
  .company.global .box_staff figure i {
    width: 60px;
    height: 30px;
    background-color: #eb598c;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 0;
    font-style: normal;
    font-weight: 600; }
.company.global .box_member__prof {
  display: flex;
  gap: 30px;
  align-items: center;
  position: relative;
  z-index: 5; }
  @media only screen and (max-width: 768px), print and (min-width: 2cm) {
    .company.global .box_member__prof {
      gap: 20px; } }
  .company.global .box_member__prof_txt {
    flex: 1; }
.company.global .box_member__txt {
  width: calc(100% - 40px);
  margin-left: 40px;
  background-color: #f6f6f6;
  padding: 45px 30px 30px;
  margin-top: -30px; }
  @media only screen and (max-width: 768px), print and (min-width: 2cm) {
    .company.global .box_member__txt {
      width: calc(100% - 20px);
      margin-left: 20px;
      padding: 45px 20px 25px; } }
.company.global .box_talk {
  background-color: #F5F8F8;
  padding: 25px 30px 45px;
  margin-top: 120px;
  margin-bottom: 90px; }
  @media only screen and (max-width: 768px), print and (min-width: 2cm) {
    .company.global .box_talk {
      padding: 25px 15px 45px; } }
  .company.global .box_talk .box_talk__head figure {
    position: relative;
    top: -65px;
    width: 300px; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .company.global .box_talk .box_talk__head figure {
        width: 100%;
        top: 0;
        margin-bottom: 2em; } }
    .company.global .box_talk .box_talk__head figure img {
      width: 420px;
      max-width: none; }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        .company.global .box_talk .box_talk__head figure img {
          width: 100%; } }
  .company.global .box_talk:nth-child(even) .box_talk__head {
    flex-direction: row-reverse; }
    .company.global .box_talk:nth-child(even) .box_talk__head figure {
      left: -120px; }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        .company.global .box_talk:nth-child(even) .box_talk__head figure {
          left: 0; } }
  .company.global .box_talk:nth-child(odd) .box_talk__head {
    flex-direction: row; }
    .company.global .box_talk:nth-child(odd) .box_talk__head figure {
      right: 0px; }
  .company.global .box_talk__head {
    gap: 35px; }
  .company.global .box_talk__body {
    margin-top: -30px; }
  .company.global .box_talk__item {
    width: 870px;
    display: flex;
    gap: 30px;
    margin-top: 2em; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .company.global .box_talk__item {
        width: 100%;
        gap: 20px; } }
    .company.global .box_talk__item figure {
      width: 100px; }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        .company.global .box_talk__item figure {
          width: 60px; } }
      .company.global .box_talk__item figure label {
        display: block;
        text-align: center;
        font-size: 14px;
        margin-top: 0.2em; }
        @media only screen and (max-width: 768px), print and (min-width: 2cm) {
          .company.global .box_talk__item figure label {
            font-size: 12px; } }
    .company.global .box_talk__item p {
      flex: 1;
      line-height: 1.7; }
    .company.global .box_talk__item:nth-child(even) {
      margin-left: 30px; }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        .company.global .box_talk__item:nth-child(even) {
          margin-left: 0px; } }
.company.business .box_group dt {
  background-color: #26AFC4; }
.company.business .box_group dd {
  background-color: rgba(38, 175, 196, 0.07); }
.company.vision .logo_vision {
  border-left: solid 1px #333;
  padding-left: 50px; }
  @media only screen and (max-width: 768px), print and (min-width: 2cm) {
    .company.vision .logo_vision {
      border-left: none;
      padding-left: 0; } }
@media only screen and (min-width: 769px), print and (min-width: 2cm) {
  .company.vision .heading img {
    max-width: 90%; } }
.company.vision .box_lifestyle {
  border: solid 6px rgba(237, 134, 179, 0.3);
  padding: 20px 30px;
  font-weight: 700; }
  @media only screen and (max-width: 768px), print and (min-width: 2cm) {
    .company.vision .box_lifestyle {
      padding: 20px; } }
  .company.vision .box_lifestyle__ttl {
    color: #ED86B3;
    align-items: center; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .company.vision .box_lifestyle__ttl {
        align-items: flex-start; } }
.company.vision .box_houshin {
  display: flex;
  height: 100px; }
  @media only screen and (max-width: 768px), print and (min-width: 2cm) {
    .company.vision .box_houshin {
      flex-direction: column; } }
  .company.vision .box_houshin dt {
    width: 80px;
    color: #fff;
    background-color: #264293;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .company.vision .box_houshin dt {
        width: 100%; } }
  .company.vision .box_houshin dd {
    flex: 1;
    background-color: rgba(38, 66, 147, 0.05);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    line-height: 1.5; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .company.vision .box_houshin dd {
        padding: 15px 20px; } }
