/*============================================

  COMPANY

============================================*/
/*-------------------------------
  COMPANY > COMMON
-------------------------------*/
.c-ttl_sup {
  line-height: 1;
  font-weight: 400;
}
.c-ttl_sup > * {
  display: block;
  font-style: normal;
}
.c-ttl_sup em {
  font-size: 3.75em;
  font-weight: 600;
  color: #333;
  font-family: "Open Sans", sans-serif;
}
.c-ttl_sup .main {
  font-size: 1em;
  margin-top: 1.5em;
  color: #5bb431;
  font-weight: normal;
}
.c-ttl_sup.-wh {
  color: #fff;
}
.c-ttl_sup.-wh em {
  color: inherit;
}
@media screen and (max-width: 767px) {
  .c-ttl_sup em {
    font-size: 2.75em;
  }
}
@media screen and (max-width: 575px) {
  .c-ttl_sup em {
    font-size: 2em;
  }
}

.ttl_wrap.-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.p-company__deco {
  height: 280px;
  position: absolute;
}
.p-company__deco.-left {
  width: 50%;
  top: 3rem;
  left: 0;
  background: #5BB431;
  -webkit-clip-path: polygon(0 0%, 100% 0%, 90% 100%, 0% 100%);
          clip-path: polygon(0 0%, 100% 0%, 90% 100%, 0% 100%);
  z-index: -2;
}
.p-company__deco.-right {
  width: 42.5%;
  top: 3.6rem;
  right: 0;
  background: #8FC31F;
  -webkit-clip-path: polygon(0 0%, 100% 0%, 100% 100%, 11% 100%);
          clip-path: polygon(0 0%, 100% 0%, 100% 100%, 11% 100%);
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .p-company__deco {
    height: 20vw;
  }
  .p-company__deco.-left {
    width: 40%;
  }
  .p-company__deco.-right {
    width: 35%;
  }
}
@media screen and (max-width: 575px) {
  .p-company__deco {
    height: 15vw;
  }
  .p-company__deco.-left {
    top: 6rem;
  }
}

.p-company_philosophy {
  overflow: hidden;
  position: relative;
  padding-bottom: 8.75em;
}
.p-company_philosophy__wrap {
  margin-top: 5em;
  padding: 9rem 0 10rem 6vw;
  position: relative;
}
.p-company_philosophy__wrap:before {
  content: "";
  width: 95%;
  height: 100%;
  background: #F6F6F6;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.p-company_philosophy__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3.7rem;
  position: relative;
}
.p-company_philosophy__item:before {
  content: "";
  width: 35px;
  height: 1px;
  background: #5bb431;
  position: absolute;
  top: 0;
  left: 0;
}
.p-company_philosophy__item:not(:first-child) {
  margin-top: 8rem;
}
.p-company_philosophy__ttl {
  width: 23%;
  position: relative;
}
.p-company_philosophy__ttl .sub {
  font-family: "Open Sans", sans-serif;
  font-size: 3em;
  font-weight: 600;
  line-height: 1;
}
.p-company_philosophy__ttl .main {
  color: #5bb431;
  line-height: 1;
  margin-top: 1em;
  font-weight: normal;
}
.p-company_philosophy__cnt {
  width: 77%;
}
.p-company_philosophy__txt .main {
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.4;
}
.p-company_philosophy__txt .sub {
  color: #5bb431;
  font-size: 1.5em;
  margin-top: 0.4em;
}
.p-company_philosophy__txt .sub.en {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.p-company_philosophy__list li {
  background: #fff;
  position: relative;
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1;
  padding: 0.66em 0.66em 0.66em 4rem;
}
.p-company_philosophy__list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #5bb431;
  width: 8px;
  height: 100%;
}
.p-company_philosophy__list li:not(:first-child) {
  margin-top: 3rem;
}
@media screen and (max-width: 991px) {
  .p-company_philosophy__ttl {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-company_philosophy {
    padding-bottom: 5em;
  }
  .p-company_philosophy__wrap {
    padding: 2em 0 2em 6vw;
    margin-top: 2em;
  }
  .p-company_philosophy__item {
    display: block;
  }
  .p-company_philosophy__ttl {
    width: 100%;
  }
  .p-company_philosophy__ttl .sub {
    font-size: 2.5em;
  }
  .p-company_philosophy__cnt {
    width: 100%;
    margin-top: 2rem;
  }
  .p-company_philosophy__txt .main {
    font-size: 2em;
  }
  .p-company_philosophy__list li {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 575px) {
  .p-company_philosophy__ttl .sub {
    font-size: 1.8em;
  }
  .p-company_philosophy__txt .main {
    font-size: 1.6em;
  }
  .p-company_philosophy__item:not(:first-child) {
    margin-top: 5rem;
  }
}

.p-company_profile {
  overflow: hidden;
  position: relative;
  padding-bottom: 8.75em;
}
.p-company_profile .c-ttl_sup .main {
  color: #8FC31F;
}
.p-company_profile__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 5em;
}
.p-company_profile__overview {
  width: 51.42%;
}
.p-company_profile__table tr {
  border-bottom: 1px solid #E6E6E6;
}
.p-company_profile__table tr:first-child th {
  padding-top: 0;
}
.p-company_profile__table tr:first-child td {
  padding-top: 0;
}
.p-company_profile__table th {
  width: 15%;
  padding: 0.8em 0;
  font-weight: normal;
  vertical-align: top;
  text-align: left;
  position: relative;
  top: 0.4em;
}
.p-company_profile__table td {
  width: 85%;
  padding: 0.8em 1.25em;
}
.p-company_profile__table td .list li:not(:first-child) {
  margin-top: 0.5em;
}
.p-company_profile__img {
  position: absolute;
  width: 57.14%;
  right: -20rem;
  top: 0;
}
@media screen and (max-width: 991px) {
  .p-company_profile__wrap {
    display: block;
  }
  .p-company_profile__overview {
    width: 100%;
  }
  .p-company_profile__img {
    width: 100%;
    position: static;
    margin-top: 3rem;
  }
  .p-company_profile__table th {
    width: 20%;
  }
  .p-company_profile__table td {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .p-company_profile {
    padding-bottom: 5em;
  }
}
@media screen and (max-width: 575px) {
  .p-company_profile__table th {
    width: 25%;
  }
}

.p-company_access {
  position: relative;
}
.p-company_access__address {
  margin-top: 3rem;
  text-align: right;
}
.p-company_access__map {
  margin-top: 3.4em;
  position: relative;
  padding-top: 50%;
}
.p-company_access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-company_access .p-company__deco {
  top: 6rem;
}
.p-company_access .c-ttl_sup {
  text-align: right;
}
/*============================================

  GREETING

============================================*/
/*-------------------------------
  GREETING > COMMON
-------------------------------*/
.p-greeting .c-inner {
  max-width: 1600px;
}

.p-greeting_top__wrap {
  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;
}
.p-greeting_top__img {
  width: 48.12%;
}
.p-greeting_top__txt {
  width: 48.12%;
}
.p-greeting_top__txt .txt_box {
  color: #707070;
}
.p-greeting_top__txt .txt_box p:not(:first-child) {
  margin-top: 1em;
}
.p-greeting_top__name {
  margin-top: 3.125em;
}
.p-greeting_top__name .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 1;
}
.p-greeting_top__name .name_company {
  font-size: 0.875em;
}
.p-greeting_top__name .name_ja {
  margin-left: 1.3rem;
}
.p-greeting_top__name .name_en {
  text-align: right;
  margin-top: 2.2rem;
}
@media screen and (max-width: 991px) {
  .p-greeting_top__wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .p-greeting_top__wrap {
    display: block;
  }
  .p-greeting_top__img {
    width: 100%;
  }
  .p-greeting_top__txt {
    width: 100%;
    margin-top: 3rem;
  }
}
/*# sourceMappingURL=style_add.css.map */