@charset "UTF-8";
/* ========================================
   Company FV
======================================== */
.company-fv {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 300px;
  overflow: hidden;
  background: #000;
}

.company-fv__bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(100%, 2100px);
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.company-fv__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, #000 0%, #000 32%, rgba(0, 0, 0, 0.95) 36%, rgba(0, 0, 0, 0.55) 40%, rgba(0, 0, 0, 0.15) 44%, transparent 48%);
}

.company-fv__inner {
  position: relative;
  z-index: 2;
  width: min(100% - 60px, 1120px);
  margin: 0 auto;
}

.company-fv__en {
  margin: 0 0 12px;
  color: #ff8809;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
}

.company-fv__title {
  margin: 0;
  color: #fff;
  font-size: clamp(36px, 4vw, 54px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.06em;
}

.company-fv__text {
  margin-top: 18px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
}

/* 大きいモニター */
@media screen and (min-width: 1441px) {
  .company-fv {
    height: 520px;
  }
  .company-fv__bg {
    object-fit: cover;
    object-position: center center;
  }
}
/* タブレット */
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .company-fv {
    min-height: 300px;
  }
  .company-fv__bg {
    object-position: 38% center;
  }
  .company-fv__overlay {
    background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.95) 36%, rgba(0, 0, 0, 0.62) 42%, rgba(0, 0, 0, 0.25) 50%, transparent 52%);
  }
  .company-fv__inner {
    width: calc(100% - 80px);
  }
}
/* iPad mini〜820px前後 */
@media screen and (min-width: 769px) and (max-width: 850px) {
  .company-fv__bg {
    object-position: 30% center;
  }
}
/* スマホ */
@media screen and (max-width: 768px) {
  .company-fv {
    height: 300px;
  }
  .company-fv__bg {
    object-position: 26% center;
  }
  .company-fv__overlay {
    background: linear-gradient(90deg, #000 0%, #000 33%, rgba(0, 0, 0, 0.82) 41%, rgba(0, 0, 0, 0.35) 45%, transparent 100%);
  }
  .company-fv__inner {
    width: calc(100% - 40px);
  }
  .company-fv__en {
    margin-bottom: 10px;
    font-size: 13px;
  }
  .company-fv__title {
    font-size: 28px;
  }
  .company-fv__text {
    margin-top: 18px;
    font-size: 13px;
    line-height: 1.8;
  }
}
/* ========================================
   Common
======================================== */
.company-inner {
  width: min(1120px, 100% - 60px);
  margin: 0 auto;
}

.company-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 44px;
}

.company-heading__bar {
  width: 6px;
  height: 42px;
  background: #ff771d;
}

.company-heading h2 {
  margin: 0;
  font-size: 38px;
  font-weight: 700;
  color: #222;
}

/* ========================================
   Greeting
======================================== */
.company-greeting {
  padding: 100px 0 90px;
}

.company-greeting__body p {
  margin: 0 0 22px;
  color: #333;
  font-size: 17px;
  line-height: 2.2;
}

.company-greeting__name {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  gap: 28px;
  margin-top: 56px;
  font-family: "Yuji Mai", serif;
}

.company-greeting__name span:first-child {
  font-size: 26px;
}

.company-greeting__name span:last-child {
  font-size: 40px;
}

/* ========================================
   SDGs
======================================== */
.company-sdgs {
  padding-bottom: 110px;
}

.company-sdgs__layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
}

.company-sdgs__text {
  flex: 1;
}

.company-sdgs__text p {
  margin: 0 0 22px;
  color: #333;
  font-size: 17px;
  line-height: 2.2;
}

.company-sdgs__divider {
  width: 1px;
  align-self: stretch;
  background: #d1d0d0;
}

.company-sdgs__image {
  width: 220px;
  flex-shrink: 0;
  text-align: center;
}

.company-sdgs__image img {
  width: 150px;
  height: auto;
}

/* ========================================
   Tablet
======================================== */
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .company-fv__inner,
  .company-inner {
    width: calc(100% - 80px);
  }
  .company-heading h2 {
    font-size: 34px;
  }
  .company-greeting {
    padding: 80px 0 80px;
  }
  .company-greeting__body p,
  .company-sdgs__text p {
    font-size: 16px;
    line-height: 2.1;
  }
  .company-greeting__name span:first-child {
    font-size: 22px;
  }
  .company-greeting__name span:last-child {
    font-size: 36px;
  }
  .company-sdgs {
    padding-bottom: 90px;
  }
  .company-sdgs__layout {
    gap: 48px;
  }
  .company-sdgs__image {
    width: 180px;
  }
  .company-sdgs__image img {
    width: 130px;
  }
}
/* ========================================
   Smartphone
======================================== */
@media screen and (max-width: 768px) {
  .company-fv__inner,
  .company-inner {
    width: calc(100% - 40px);
  }
  .company-fv__en {
    margin-bottom: 10px;
    font-size: 13px;
  }
  .company-fv__title {
    font-size: 30px;
  }
  .company-fv__text {
    margin-top: 18px;
    font-size: 13px;
    line-height: 1.8;
  }
  .company-heading {
    gap: 12px;
    margin-bottom: 28px;
  }
  .company-heading__bar {
    width: 5px;
    height: 32px;
  }
  .company-heading h2 {
    font-size: 26px;
  }
  .company-greeting {
    padding: 48px 0 64px; /* ← 上を小さく */
  }
  .company-greeting__body p,
  .company-sdgs__text p {
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 2;
  }
  .company-greeting__name {
    justify-content: flex-end;
    align-items: baseline;
    gap: 12px;
    margin-top: 36px;
    line-height: 1;
  }
  .company-greeting__name span:first-child {
    font-size: 17px;
    line-height: 1;
  }
  .company-greeting__name span:last-child {
    font-size: 28px;
    line-height: 1;
  }
  .company-sdgs {
    padding-bottom: 64px;
  }
  .company-sdgs__layout {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .company-sdgs__divider {
    width: 100%;
    height: 1px;
  }
  .company-sdgs__image {
    width: 100%;
    text-align: center;
  }
  .company-sdgs__image img {
    width: 120px;
  }
}
/* ========================================
   Recruit Link
======================================== */
.company-recruit {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  width: 100%;
  margin: 0 auto;
}

.company-recruit__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 340px;
  padding: 56px 48px;
  background: #fef4e7;
}

.company-recruit__title {
  margin: 0;
  color: #111;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
}

.company-recruit__title span {
  color: #ff771d;
}

.company-recruit__text {
  margin: 24px 0 56px;
  color: #222;
  font-size: 15px;
  line-height: 2;
}

.company-recruit__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: 250px;
  min-height: 54px;
  background: #ff771d;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.company-recruit__button:hover {
  opacity: 0.75;
}

.company-recruit__arrow {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 1px;
  background: #fff;
}

.company-recruit__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

.company-recruit__image {
  min-height: 340px;
  overflow: hidden;
}

.company-recruit__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

@media screen and (min-width: 1441px) {
  .company-recruit {
    width: min(1120px, 100% - 60px);
    margin: 0 auto;
  }
}
/* ========================================
   Recruit Link Tablet
======================================== */
@media screen and (min-width: 901px) and (max-width: 1100px) {
  .company-recruit {
    width: 100%;
    margin: 0;
    grid-template-columns: 52% 48%;
  }
  .company-recruit__content {
    min-height: 320px;
    padding: 48px 36px 48px 40px;
  }
  .company-recruit__title {
    font-size: 22px;
    white-space: normal;
  }
  .company-recruit__text {
    margin: 20px 0 42px;
    font-size: 14px;
    line-height: 1.9;
  }
  .company-recruit__button {
    width: 220px;
    min-height: 50px;
    font-size: 14px;
  }
  .company-recruit__image {
    min-height: 320px;
    background: #fef4e7;
  }
  .company-recruit__image img {
    object-fit: contain;
    object-position: center center;
  }
}
/* ========================================
   Recruit Link Small Tablet
======================================== */
@media screen and (min-width: 769px) and (max-width: 900px) {
  .company-recruit {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column-reverse;
  }
  .company-recruit__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: auto;
    padding: 48px 40px 56px;
    text-align: center;
  }
  .company-recruit__title {
    font-size: 24px;
    line-height: 1.6;
    white-space: nowrap;
  }
  .company-recruit__text {
    margin: 22px 0 42px;
    font-size: 15px;
    line-height: 2;
  }
  .company-recruit__button {
    width: 220px;
    min-height: 50px;
    margin: 0 auto;
    font-size: 14px;
  }
  .company-recruit__image {
    display: block;
    min-height: 300px;
    overflow: hidden;
  }
  .company-recruit__image img {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center center;
  }
}
/* ========================================
   Recruit Link Smartphone
======================================== */
@media screen and (max-width: 768px) {
  .company-recruit {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column-reverse;
  }
  .company-recruit__content {
    min-height: auto;
    padding: 42px 20px 48px;
    text-align: center;
  }
  .company-recruit__title {
    font-size: clamp(18px, 5vw, 20px);
    line-height: 1.6;
    white-space: normal;
  }
  .company-recruit__text {
    margin: 20px 0 36px;
    font-size: 14px;
    line-height: 2;
  }
  .company-recruit__button {
    width: 220px;
    min-height: 50px;
    margin: 0 auto;
    font-size: 14px;
  }
  .company-recruit__image {
    min-height: 220px;
  }
  .company-recruit__image img {
    height: 220px;
    object-position: center center;
  }
}
/* ========================================
   Initiative
======================================== */
.company-initiative {
  background: #000;
  padding: 88px 0 24px;
  color: #fff;
}

.company-initiative__inner {
  width: min(100% - 80px, 1080px);
  margin: 0 auto;
  text-align: center;
}

.company-initiative__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.company-initiative__title {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.company-initiative__line {
  display: block;
  width: 72px;
  height: 3px;
  margin-top: 22px;
  background: #ff771d;
}

.company-initiative__text-wrap {
  margin-top: 36px;
}

.company-initiative__text {
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 2.3;
  letter-spacing: 0.04em;
}

.company-initiative__text + .company-initiative__text {
  margin-top: 20px;
}

/* ========================================
   Initiative Tablet
======================================== */
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .company-initiative {
    padding: 72px 0 20px;
  }
  .company-initiative__inner {
    width: calc(100% - 80px);
  }
  .company-initiative__text {
    font-size: 15px;
    line-height: 2.1;
  }
}
/* ========================================
   Initiative Smartphone
======================================== */
@media screen and (max-width: 768px) {
  .company-initiative {
    padding: 64px 0 16px;
  }
  .company-initiative__inner {
    width: calc(100% - 40px);
  }
  .company-initiative__title {
    font-size: 26px;
  }
  .company-initiative__line {
    width: 64px;
    margin-top: 18px;
  }
  .company-initiative__text-wrap {
    margin-top: 30px;
  }
  .company-initiative__text {
    font-size: 14px;
    line-height: 2.1;
    text-align: left;
  }
  .company-initiative__text br {
    display: none;
  }
}
/* ========================================
   Initiative List
======================================== */
.company-initiative-list {
  width: 100%;
  background: #000;
  padding: 56px 0 72px;
}

.company-initiative-list__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(1120px, 100% - 60px);
  margin: 0 auto;
}

.company-initiative-item {
  position: relative;
  padding: 0 34px;
  text-align: center;
}

.company-initiative-item:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 1px;
  height: 190px;
  background: #ff771d;
}

.company-initiative-item__num {
  margin: 0 0 24px;
  color: #ff771d;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.company-initiative-item img {
  display: block;
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin: 0 auto 28px;
}

.company-initiative-item__text {
  max-width: 210px;
  margin: 0 auto;
  color: #fff;
  font-size: 14px;
  line-height: 2;
  text-align: center;
}

.company-initiative-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  margin-bottom: 28px;
}

@media (min-width: 769px) and (max-width: 1100px) {
  .company-initiative-list__inner {
    grid-template-columns: repeat(2, 1fr);
    width: calc(100% - 80px);
    row-gap: 48px;
  }
  .company-initiative-item:nth-child(3)::before {
    display: none;
  }
}
@media (max-width: 768px) {
  .company-initiative-list__inner {
    grid-template-columns: 1fr;
    width: calc(100% - 40px);
    gap: 36px;
  }
  .company-initiative-item {
    padding: 0 0 32px;
  }
  .company-initiative-item:not(:first-child)::before {
    display: none;
  }
  .company-initiative-item:not(:last-child) {
    border-bottom: 1px solid rgba(255, 119, 29, 0.6);
  }
  .company-initiative-item__text {
    text-align: center;
  }
}
/* ========================================
   Company Profile
======================================== */
.company-profile,
.company-history {
  padding: 90px 0 0;
}

.company-history {
  padding-top: 80px;
  padding-bottom: 100px;
}

.company-table {
  border-top: 1px solid #e6e6e6;
}

.company-table__row {
  display: grid;
  grid-template-columns: 220px 1fr;
  align-items: stretch;
  border-bottom: 1px solid #e6e6e6;
}

.company-table__head {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 26px 28px;
  background: #f5f5f5;
  font-weight: 700;
  color: #222;
  text-align: center;
}

.company-table__body {
  display: flex;
  align-items: center;
  padding: 26px 32px;
  background: #fff;
  color: #333;
  line-height: 1.9;
}

/* ========================================
   Company Profile Tablet
======================================== */
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .company-profile,
  .company-history {
    padding-top: 72px;
  }
  .company-history {
    padding-bottom: 80px;
  }
  .company-table__row {
    grid-template-columns: 180px 1fr;
  }
  .company-table__head,
  .company-table__body {
    padding: 22px 24px;
    font-size: 15px;
  }
}
/* ========================================
   Company Profile Smartphone
======================================== */
@media screen and (max-width: 768px) {
  .company-profile,
  .company-history {
    padding-top: 56px;
  }
  .company-history {
    padding-bottom: 64px;
  }
  .company-table__row {
    display: block;
  }
  .company-table__head {
    justify-content: flex-start;
    padding: 14px 18px;
    font-size: 14px;
    text-align: left;
  }
  .company-table__body {
    padding: 18px;
    font-size: 14px;
    line-height: 1.8;
  }
}
/* ========================================
   Google Map
======================================== */
.company-map {
  padding: 80px 0 100px;
}

.company-map iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .company-map {
    padding: 64px 0 80px;
  }
  .company-map iframe {
    height: 380px;
  }
}
@media screen and (max-width: 768px) {
  .company-map {
    padding: 48px 0 64px;
  }
  .company-map iframe {
    height: 300px;
  }
}
.company-recruit__button {
  position: relative;
  overflow: hidden;
}

.company-recruit__button .company-recruit__arrow {
  transition: transform 0.3s ease;
}

.company-recruit__button:hover .company-recruit__arrow {
  transform: translateX(6px);
}

.company-table__row {
  transition: background 0.25s ease;
}

.company-table__row:hover .company-table__body {
  background: #fff8f1;
}

.company-initiative-item {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.company-initiative-item:hover {
  transform: translateY(-6px);
}

.company-initiative-item__icon img {
  transition: transform 0.3s ease;
}

.company-initiative-item:hover .company-initiative-item__icon img {
  transform: scale(1.08);
}/*# sourceMappingURL=company.css.map */