/* =========================================================
button
========================================================= */
/* =========================================================
breadcrumbs
========================================================= */
.c-breadcrumbs--wrap {
  border-bottom: 1px solid #dbdbdb;
  margin: auto;
  max-width: 1760px;
  padding: 2rem 3vw;
  width: 96%;
}
.c-breadcrumbs-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}
.c-breadcrumbs-list > li {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.6;
}
.c-breadcrumbs-list > li:not(:last-child)::after {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 1px;
  width: 1rem;
  margin-left: 8px;
}
.c-breadcrumbs-list a {
  color: inherit;
  text-decoration: none;
}

/* =========================================================
title
========================================================= */
/* =========================================================
company
========================================================= */
.p-company {
    padding-top: 90px;
}
@media screen and (min-width: 992px) {
  .p-company {
        padding-top: 150px;
  }
}
.p-company-mv--wrap {
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin: auto;
  max-height: 770px;
  max-width: 1760px;
  overflow: hidden;
  padding: 10vh 2vh;
  position: relative;
  width: 95%;
}
@media screen and (min-width: 992px) {
  .p-company-mv--wrap {
    padding: 20vh 10vh;
  }
}
.p-company-mv--wrap::before {
  background: linear-gradient(90deg, #3b75d3 0%, #a3dcf6 100%);
  content: "";
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.p-company-mv--wrap::after {
  background-image: url("./../images/company/img_mv.webp");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.p-company-mv_phrase {
  position: relative;
  width: 100%;
  z-index: 3;
}
.p-company-mv_phrase .title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.15rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-company-mv_phrase .title {
    font-size: 5.6rem;
  }
}
@media screen and (min-width: 992px) {
  .p-company-mv_phrase .title {
    font-size: clamp(56px, 4.323vw, 83px);
  }
}
.p-company-mv_phrase .text {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.15rem;
}
@media screen and (min-width: 768px) {
  .p-company-mv_phrase .text {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 992px) {
  .p-company-mv_phrase .text {
    font-size: clamp(22px, 1.667vw, 32px);
  }
}
.p-company-body {
  max-width: 1000px;
  margin: 0 auto 50px;
  width: 90%;
}
.p-company-list {
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}
.p-company-list_item {
  border-bottom: 1px solid #cfcfcf;
}
@media screen and (min-width: 992px) {
  .p-company-list_item {
    display: grid;
    grid-template-columns: 240px 1fr;
  }
}
.p-company-list_item:last-child {
  border-bottom: 0;
}
.p-company-list_item dt {
  padding: 10px 15px 0;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #0a4f6b;
}
@media screen and (min-width: 992px) {
  .p-company-list_item dt {
    padding: 28px 32px;
  }
}
.p-company-list_item dd {
  padding: 0 15px 10px;
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: 0.05em;
  color: #222;
}
@media screen and (min-width: 992px) {
  .p-company-list_item dd {
    padding: 20px 32px;
    align-self: center;
  }
}
.p-company-list_item a {
  color: #0a4f6b;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  transition: opacity 0.3s;
}
.p-company-list_item a:hover {
  opacity: 0.7;
}
/* =========================================================
section block common
========================================================= */
.p-company-block {
  padding: 30px 0;
}
@media screen and (min-width: 992px) {
  .p-company-block {
    padding: 50px 0;
  }
}
.p-company-block_inner {
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
}

/* =========================================================
section heading
========================================================= */
.p-company-sec-head {
  margin-bottom: 24px;
}
@media screen and (min-width: 992px) {
  .p-company-sec-head {
    margin-bottom: 32px;
  }
}
.p-company-sec-ttl {
  display: flex;
  align-items: center;
  margin: 0 0 6px;
  line-height: 1;
  position: relative;
  padding-left: 2.5rem;
}
.p-company-sec-ttl_icon {
  display: none;
}
.p-company-sec-ttl_en {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0.3rem;
  background: linear-gradient(90deg, #209cff 0%, #68e0cf 100%);
  color: transparent;
  display: inline-block;
  -webkit-background-clip: text;
  background-clip: text;
}
@media screen and (min-width: 992px) {
  .p-company-sec-ttl_en {
    font-size: 48px;
  }
}
.p-company-sec-ttl_en::before {
  background: url("./../images/common/icon_ttl.webp");
  background-size: cover;
  content: "";
  height: 2rem;
  width: 1rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-company-sec-ttl_en::before {
    top: 50%;
    left: 0;
  }
}
.p-company-sec-ttl_jp {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #222;
  letter-spacing: 0.05em;
}

/* =========================================================
Mission & Vision
========================================================= */
.p-company-mv-grid {
  display: grid;
  gap: 50px;
}
@media screen and (min-width: 992px) {
  .p-company-mv-grid {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
}
.p-company-mv-body {
  margin-top: 20px;
}
.p-company-mv-lead {
  font-size: 17px;
  font-weight: 700;
  color: #222;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin: 0 0 16px;
}
@media screen and (min-width: 992px) {
  .p-company-mv-lead {
    font-size: 20px;
  }
}
.p-company-mv-text {
  font-size: 14px;
  line-height: 2;
  color: #444;
  letter-spacing: 0.04em;
  margin: 0 0 12px;
}
.p-company-mv-text:last-child {
  margin-bottom: 0;
}

/* =========================================================
Values
========================================================= */
.p-company-values-lead {
  font-size: 14px;
  font-weight: 700;
  color: #222;
  letter-spacing: 0.05em;
  margin: 0 0 20px;
}
.p-company-values-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media screen and (min-width: 992px) {
  .p-company-values-list {
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
  }
}
.p-company-values-item {
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid #cfcfcf;
  padding: 18px 12px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-company-values-item {
    padding: 24px 16px;
  }
}
.p-company-values-item_jp {
  font-size: 15px;
  font-weight: 700;
  color: #222;
  letter-spacing: 0.05em;
  margin: 0 0 6px;
}
.p-company-values-item_en {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin: 0 0 12px;
  background: linear-gradient(90deg, #209cff 0%, #68e0cf 100%);
  color: transparent;
  display: inline-block;
  -webkit-background-clip: text;
  background-clip: text;
}
.p-company-values-item_text {
  font-size: 12px;
  line-height: 1.8;
  color: #444;
  margin: 0;
  letter-spacing: 0.03em;
}

/* =========================================================
Management
========================================================= */
.p-company-mgmt-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 40px;
}
@media screen and (min-width: 992px) {
  .p-company-mgmt-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
.p-company-mgmt-item_img img {
  width: 100%;
  height: auto;
  display: block;
}
.p-company-mgmt-item_body {
  padding-top: 14px;
}
.p-company-mgmt-item_role {
  font-size: 13px;
  color: #444;
  letter-spacing: 0.05em;
  margin: 0 0 4px;
}
.p-company-mgmt-item_name {
  font-size: 22px;
  font-weight: 700;
  color: #222;
  letter-spacing: 0.05em;
  margin: 0 0 4px;
}
@media screen and (min-width: 992px) {
  .p-company-mgmt-item_name {
    font-size: 26px;
  }
}
.p-company-mgmt-item_roman {
  font-size: 12px;
  color: #888;
  letter-spacing: 0.08em;
  margin: 0 0 14px;
}
.p-company-mgmt-item_text {
  font-size: 13px;
  line-height: 2;
  color: #444;
  letter-spacing: 0.04em;
  margin: 0;
}

/* =========================================================
Affiliated Company extras
========================================================= */
.p-company-list_item--logo dd {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.p-company-affiliated-logo {
  height: 30px;
  width: auto;
  vertical-align: middle;
}
.p-company-affiliated-imgs {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
@media screen and (min-width: 992px) {
  .p-company-affiliated-imgs {
    gap: 20px;
  }
}
.p-company-affiliated-imgs_item figure {
  margin: 0;
}
.p-company-affiliated-imgs_item img {
  width: 100%;
  height: auto;
  display: block;
}
.p-company-affiliated-imgs_item figcaption {
  margin-top: 8px;
  font-size: 11px;
  line-height: 1.6;
  color: #444;
  text-align: center;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 992px) {
  .p-company-affiliated-imgs_item figcaption {
    font-size: 13px;
  }
}

/* =========================================================
History
========================================================= */
.p-company-history-list {
  background: rgba(255, 255, 255, 0.45);
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}
.p-company-history-item {
  border-bottom: 1px solid #cfcfcf;
  padding: 10px 15px;
}
@media screen and (min-width: 992px) {
  .p-company-history-item {
    display: grid;
    grid-template-columns: 160px 1fr;
    align-items: baseline;
    padding: 20px 32px;
  }
}
.p-company-history-item:last-child {
  border-bottom: 0;
}
.p-company-history-item dt {
  font-size: 15px;
  font-weight: 700;
  color: #0a4f6b;
  letter-spacing: 0.05em;
}
.p-company-history-item dd {
  font-size: 15px;
  line-height: 1.9;
  color: #222;
  letter-spacing: 0.04em;
  margin-top: 4px;
}
@media screen and (min-width: 992px) {
  .p-company-history-item dd {
    margin-top: 0;
  }
}
/*# sourceMappingURL=style-company.css.map */