@charset "UTF-8";
.top-cmn-ttl {
  text-align: center;
}
.top-cmn-ttl-ja {
  font-size: var(--font-size18);
  font-weight: 600;
  line-height: 1;
  color: #666666;
}
.top-cmn-ttl-en {
  font-size: var(--font-size48);
  font-weight: 600;
  line-height: 1;
  margin: 10px 0 0;
  font-family: var(--font-gothic-en);
}
.top-cmn-ttl-en::after {
  content: "";
  display: block;
  height: 2px;
  width: 1.3em;
  background-color: var(--color-red);
  margin: 0.5em auto 0;
}

.mv {
  width: 100%;
  height: calc(80vh - 85px);
  background-image: url(../img/top/mv_bg.webp?022602);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
@media print, screen and (768px <= width) {
  .mv {
    height: calc(80vh - 108px);
  }
}
@media print, screen and (992px <= width) {
  .mv {
    height: calc(80vh - 137px);
  }
}
.mv::before {
  content: "※イチネングループ本社ビル 外観";
  color: #fff;
  position: absolute;
  left: 10px;
  bottom: 5px;
  font-size: var(--font-size14);
}
.mv-catch {
  color: #fff;
  text-shadow: 0px 3px 30px #31170e;
  font-size: var(--font-size40);
  font-family: var(--font-mincho);
  font-weight: 400;
  letter-spacing: 0.3em;
}

.news-flex {
  justify-content: center;
  gap: 8%;
}
.news-ttl {
  text-align: left;
}
@media print, screen and (768px <= width) {
  .news-ttl {
    padding-top: 1em;
  }
}
.news-ttl-en {
  font-size: var(--font-size48);
}
.news-ttl-en::after {
  margin: 0.5em auto 0 0;
}
.news-box {
  flex: 1;
}
.news-btn {
  margin: 0 0 0 auto;
}

.news-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5em 1em;
  position: relative;
  z-index: 0;
  padding: 1em 2em 1em 0;
  border-style: solid;
  border-color: var(--color-gray02);
  border-width: 0 0 1px;
}
@media print, screen and (992px <= width) {
  .news-item {
    padding: 1em 3em 1em 1em;
  }
}
.news-item-date {
  flex-shrink: 0;
  font-size: var(--font-size14);
  font-family: var(--font-gothic-en);
  width: 6em;
}
.news-item-cat {
  flex-shrink: 0;
  font-size: var(--font-size14);
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 0.5em;
  line-height: 1.4;
}
.news-item-cat-icon {
  width: 7em;
  color: var(--color-red);
  text-align: center;
  border-style: solid;
  border-color: var(--color-red);
  border-width: 1px;
}
.news-item-ttl {
  width: 100%;
}
.news-item-ttl a {
  color: inherit;
  text-decoration: none;
}
.news-item-ttl a::before {
  font: var(--fa-font-solid);
  content: "\f138";
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  color: var(--color-red);
}
@media print, screen and (992px <= width) {
  .news-item-ttl a::before {
    right: 1em;
  }
}
@media (hover: hover) {
  .news-item-ttl a:hover {
    text-decoration: underline;
  }
}
.news-item-new {
  font-family: var(--font-gothic-en);
  display: inline-block;
  font-size: var(--font-size12);
  color: var(--color-white);
  letter-spacing: 0;
  line-height: 1.5;
  background-color: var(--color-red);
  padding: 0 0.5em;
  margin: 0 0 0 0.3em;
}

.business {
  background-color: #EFEFEF;
  padding: 30px 0;
}
@media print, screen and (768px <= width) {
  .business {
    padding: 60px 0;
  }
}
.business-btn {
  margin: 0 auto;
}

.company {
  z-index: 0;
  position: relative;
  padding-top: 6em;
  margin-bottom: 4em;
}
@media print, screen and (992px <= width) {
  .company {
    padding-top: 0;
    margin-bottom: 8em;
  }
}
.company::before, .company::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
}
.company::before {
  width: 90%;
  background-image: url(../img/top/company01.webp);
  left: 0;
  top: 0;
  bottom: 6em;
  z-index: -1;
}
@media print, screen and (992px <= width) {
  .company::before {
    width: 50%;
    bottom: 0;
  }
}
.company::after {
  width: 60%;
  height: 80%;
  background-image: url(../img/top/company02.webp);
  right: 0;
  bottom: -2em;
  z-index: -2;
}
@media print, screen and (992px <= width) {
  .company::after {
    bottom: -4em;
  }
}
.company-box {
  background-color: rgba(255, 255, 255, 0.8);
  filter: drop-shadow(0 0 0.75rem #ddd);
  padding: 40px 2em;
}
@media print, screen and (992px <= width) {
  .company-box {
    background-color: transparent;
    filter: none;
    margin: 0 auto 0 55%;
    background-color: none;
    padding: 80px auto 60px;
  }
}
.company-ttl {
  text-align: left;
}
.company-ttl-en::after {
  margin: 0.5em auto 0 0;
}

.bnr-small {
  display: grid;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
}
@media print, screen and (768px <= width) {
  .bnr-small {
    grid-template-columns: repeat(4, 1fr);
  }
}
.bnr-small a {
  border: 1px solid #ddd;
}
.bnr-small img {
  width: 100%;
}