@charset "UTF-8";
/* リセット＆変数 */
:root {
  --color-primary: #0068b7;
  --color-text-main: #000;
  --color-text-muted: #333;
  --color-text-white: #fff;
  --color-accent-blue: #38bdf8;
  --font-main: 'Noto Sans JP', sans-serif;
  --font-title: 'Roboto', sans-serif;
  --radius-pc: 0.625rem;
  --radius-sp: 0.5rem;
}

.company-hero {
  padding-top: 8.125rem;
  position: relative;
  z-index: 10;
}
.company-hero::before {
  background: url(../images/company/bg_company_01_pc.webp) center/cover no-repeat;
  content: "";
  inset: 0;
  position: absolute;
  width: 100%;
  z-index: -2;
}
.company-hero::after {
  background: url(../images/company/bg_company_02_pc.webp) center bottom/cover no-repeat;
  content: "";
  height: 100%;
  left: 0;
  max-height: 31.5rem;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.company-hero__bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.company-hero__inner {
  display: flex;
  justify-content: space-between;
}

.company-hero__content {
  color: var(--color-text-main);
  padding-top: 3.5rem;
  width: 45%;
}

.breadcrumb {
  position: relative;
}

.breadcrumb__inner {
  align-items: center;
  display: flex;
  gap: 0.375rem;
  left: -4.375rem;
  position: absolute;
  top: 0;
}

.breadcrumb__link {
  color: var(--color-text-main);
  font-family: var(--font-main);
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.625rem;
  opacity: 0.4;
}
.breadcrumb__link:hover {
  opacity: 0.3;
}

.breadcrumb__sep {
  align-items: center;
  display: flex;
  justify-content: center;
}

.breadcrumb__text {
  color: var(--color-text-main);
  font-size: 0.8125rem;
  letter-spacing: 0;
  line-height: 1.625rem;
  opacity: 1;
}

.company-hero__title {
  color: var(--color-text-main);
  font-family: var(--font-title);
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 4.375rem;
}

.company-hero__subtitle {
  color: var(--color-text-main);
  font-family: var(--font-main);
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 3.8125rem;
}

.company-hero__image {
  height: 23.125rem;
  max-width: 35.625rem;
  width: 100%;
  -o-object-fit: cover;
  border-radius: var(--radius-pc);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  display: block;
     object-fit: cover;
}

.company-hero__info {
  display: flex;
}

.company-hero__info-item {
  width: 50%;
}

.ceo-msg {
  background: linear-gradient(135deg, #02a8ea 0, var(--color-primary) 100%);
  color: var(--color-text-white);
  margin-top: 3.125rem;
  padding-bottom: 8.75rem;
  padding-top: 12.5rem;
  position: relative;
  z-index: 1;
}

.ceo-msg__curve {
  bottom: 99.5%;
  height: 12.5rem;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

.ceo-msg__inner {
  align-items: flex-start;
  color: var(--color-text-white);
  display: flex;
  justify-content: space-between;
  padding: 7.5rem 0;
}

.ceo-msg__left {
  font-family: var(--font-main);
  font-size: 2.625rem;
  font-weight: 700;
  letter-spacing: 5%;
  line-height: 3.625rem;
  width: 45%;
}

.ceo-msg__tag {
  font-family: var(--font-main);
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 10%;
  line-height: 2.75rem;
  margin-bottom: 0.75rem;
}

.ceo-msg__title {
  font-family: var(--font-main);
  font-size: 2.125rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.ceo-msg__right {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 4%;
  line-height: 2.8125rem;
  padding-left: 1.1875rem;
  width: 50%;
}
.ceo-msg__right .alignnone {
  height: 3.125rem;
  vertical-align: middle;
  width: 8.75rem;
}

.company-overview {
  padding: 7.5rem 0 10rem 0;
}

.company-section-title {
  align-items: center;
  display: flex;
  gap: 0.875rem;
  margin-bottom: 2.5rem;
}

.company-section-title__icon {
  background: url(../images/company/ico_company_circle.svg) no-repeat center center;
  background-size: contain;
  display: inline-block;
  height: 2.5rem;
  width: 2.5rem;
}

.company-section-title__text {
  color: var(--color-text-main);
  font-family: var(--font-main);
  font-size: 2.125rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 100%;
}

.company-table {
  width: 100%;
}

.company-table__row {
  display: flex;
}
.company-table__row:first-child > .company-table__dt {
  border-top: 1px solid var(--color-text-main);
}
.company-table__row:first-child > .company-table__dd {
  border-top: 1px solid #bbb;
}

.company-table__dt {
  border-bottom: 1px solid var(--color-text-main);
  color: var(--color-text-main);
  flex-shrink: 0;
  font-family: var(--font-main);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 100%;
  margin-right: 0.25rem;
  min-height: 5.375rem;
  padding: 2rem 1.375rem;
  width: 12.4375rem;
}

.company-table__dd {
  border-bottom: 1px solid #bbb;
  color: var(--color-text-main);
  flex: 1;
  font-family: var(--font-main);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 140%;
  padding: 2rem;
}
.company-table__dd iframe {
  height: 20rem;
  margin-top: 1.25rem;
  width: 100%;
}
.company-table__dd a[href^=tel] {
  color: inherit;
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}

.footer {
  border-top: none;
}

.ceo-msg__signature--pc {
  display: inline-block;
}

.ceo-msg__signature--sp {
  display: none;
}

@media (max-width: 767.98px){
  .company-hero {
    padding: 10.3rem 0 0 0;
  }
  .company-hero::before {
    background: url(../images/company/bg_company_01_sp.webp) center/cover no-repeat;
    content: "";
    inset: 0;
    position: absolute;
    width: 100%;
    z-index: -2;
  }
  .company-hero::after {
    background: url(../images/company/bg_company_02_sp.webp) center bottom/cover no-repeat;
    content: "";
    height: 100%;
    left: 0;
    max-height: 45.1rem;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }
  .company-hero__inner {
    flex-direction: column;
  }
  .company-hero__content {
    margin-bottom: 4.6rem;
    padding-top: 6rem;
    width: 100%;
  }
  .company-hero__title {
    font-family: var(--font-title);
    font-size: 5.2rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 5rem;
  }
  .company-hero__subtitle {
    font-family: var(--font-main);
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 4rem;
  }
  .breadcrumb__inner {
    align-items: center;
    display: flex;
    gap: 0.6rem;
    left: 0;
    position: absolute;
    top: 0;
  }
  .breadcrumb__link {
    color: var(--color-text-main);
    font-family: var(--font-main);
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 2.6rem;
    opacity: 0.4;
  }
  .breadcrumb__text {
    color: var(--color-text-main);
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 2.6rem;
    opacity: 1;
  }
  .company-hero__image-wrap {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
  .company-hero__image {
    height: 15rem;
    width: 23rem;
  }
  .company-section-title {
    align-items: center;
    display: flex;
    gap: 0.8rem;
    margin-bottom: 2rem;
  }
  .company-section-title__text {
    color: var(--color-text-main);
    font-family: var(--font-main);
    font-size: 2.4rem;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 100%;
  }
  .ceo-msg {
    padding-bottom: 6rem;
    padding-top: 8rem;
  }
  .ceo-msg__curve {
    height: 6rem;
  }
  .ceo-msg__inner {
    flex-direction: column;
    gap: 4rem;
    padding: 5rem 0 12rem 0;
  }
  .ceo-msg__left {
    font-size: 2.7rem;
    letter-spacing: 5%;
    line-height: 3.6rem;
    width: 100%;
  }
  .ceo-msg__right {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 5%;
    line-height: 3.3rem;
    padding-left: 0;
    width: 100%;
  }
  .ceo-msg__right > p:nth-child(1) {
    padding-right: 2rem;
  }
  .ceo-msg__right .alignnone {
    height: 3.2rem;
    vertical-align: middle;
    width: 12rem;
  }
  .ceo-msg__title {
    font-size: 2.4rem;
  }
  .ceo-msg__tag {
    font-family: var(--font-main);
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 10%;
    line-height: 4.4rem;
    margin-bottom: 0;
  }
  .ceo-msg__signature--pc {
    display: none;
  }
  .ceo-msg__signature--sp {
    display: inline-block;
  }
  .company-overview {
    padding: 8rem 0;
  }
  .company-section-title__icon {
    height: 2.6rem;
    width: 2.6rem;
  }
  .company-table__row {
    flex-direction: column;
    gap: 0.7rem;
    padding: 0;
  }
  .company-table__row:first-child > .company-table__dt {
    border-top: 1px solid #bbb;
  }
  .company-table__row:first-child > .company-table__dd {
    border-top: none;
  }
  .company-table__dt {
    border: none;
    color: var(--color-text-main);
    font-family: var(--font-main);
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 100%;
    margin: 0;
    min-height: auto;
    padding: 0;
    padding-top: 2rem;
    width: 100%;
  }
  .company-table__dd {
    border-bottom: 1px solid #bbb;
    color: var(--color-text-main);
    font-family: var(--font-main);
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 5%;
    line-height: 140%;
    margin: 0;
    padding: 0;
    padding-bottom: 2rem;
    width: 100%;
  }
  .company-table__dd iframe {
    margin-top: 2rem;
  }
}

/*# sourceMappingURL=company.css.map */