/****************************************************************************************************************************/
/*
/*
/* = Home Style
/*
/*
/****************************************************************************************************************************/
/*
/*
/* = main
/*
/*
/****************************************************************************************************************************/
.news-ttl {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .news-ttl {
    text-align: center;
  }
}
.news-ttl span {
  display: block;
}
.news-ttl span.en {
  line-height: 1em;
  font-size: clamp(20px, 1.563vw, 20px);
  color: #E5F4F8;
}
.news-cnt--btn {
  text-align: right;
}
@media screen and (max-width: 428px) {
  .news-cnt--btn {
    text-align: center;
  }
}

.works-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  gap: clamp(20px, 5.215vw, 40px) clamp(20px, 5.215vw, 40px);
}
.works-item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 428px) {
  .works-item {
    flex-direction: column-reverse !important;
  }
}
.works-item + .works-item {
  margin-top: clamp(50px, 3.906vw, 50px);
}
.works-item--txt {
  width: calc(100% - (45% + clamp(20px, 5.215vw, 40px)));
}
@media screen and (max-width: 767px) {
  .works-item--txt {
    width: calc((100% - clamp(20px, 5.215vw, 40px)) / 2);
  }
}
@media screen and (max-width: 428px) {
  .works-item--txt {
    width: 100%;
  }
}
.works-item--txt .desc {
  margin-bottom: 1.6em;
}
@media screen and (max-width: 428px) {
  .works-item--txt .btn {
    text-align: center;
  }
}
.works-item--fig {
  width: 45%;
}
@media print, screen and (min-width: 811px) {
  .works-item--fig {
    aspect-ratio: 450/220;
  }
}
@media screen and (max-width: 767px) {
  .works-item--fig {
    width: calc((100% - clamp(20px, 5.215vw, 40px)) / 2);
  }
}
@media screen and (max-width: 428px) {
  .works-item--fig {
    width: 100%;
  }
}
.works-item--fig a {
  display: block;
  height: 100%;
}
.works-item--fig a img {
  border-radius: 20px 0 20px 0;
  transition: 0.5s;
}
@media screen and (max-width: 810px) and (min-width: 429px) {
  .works-item--fig a img {
    object-fit: cover;
    height: 100%;
  }
}
.works-item--fig a:hover img {
  border-radius: 0 20px 0 20px;
}

.other-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: clamp(80px, 6.25vw, 80px) 1px;
}
@media screen and (max-width: 767px) {
  .other-inner {
    flex-direction: column;
    align-items: center;
  }
}
.other-item:not(.other-data) {
  position: relative;
  text-align: center;
  width: calc((100% - 2px) / 3);
  padding: clamp(20px, 1.563vw, 20px) clamp(30px, 2.344vw, 30px);
}
@media screen and (max-width: 767px) {
  .other-item:not(.other-data) {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }
}
.other-item:not(.other-data):not(.other-iso)::after {
  position: absolute;
  right: -1px;
  top: 0;
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #dddddd;
}
@media screen and (max-width: 767px) {
  .other-item:not(.other-data):not(.other-iso)::after {
    right: 0;
    top: 100%;
    width: 100%;
    height: 1px;
  }
}
.other-item:not(.other-data) .other-item--txt {
  display: block;
}
@media screen and (max-width: 767px) {
  .other-item:not(.other-data) .other-item--txt {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0 clamp(20px, 2.608vw, 20px);
  }
}
.other-item:not(.other-data) .other-item--txt .ttl {
  position: relative;
  padding-top: calc(clamp(30px, 7.823vw, 60px) + 0.25em);
  margin-bottom: 0;
}
.other-item:not(.other-data) .other-item--txt .ttl::before {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  display: block;
  content: "";
  width: clamp(30px, 6.519vw, 50px);
  aspect-ratio: 1/1;
  background-color: #000000;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: 100% 100%;
  transition: 0.5s;
}
.other-item:nth-of-type(1) .other-item--txt .ttl::before {
  mask-image: url(../images/home/other-item01.svg);
}

.other-item:nth-of-type(2) .other-item--txt .ttl::before {
  mask-image: url(../images/home/other-item02.svg);
}

.other-item:nth-of-type(3) .other-item--txt .ttl::before {
  mask-image: url(../images/home/other-item03.svg);
}

.other-item .other-item--txt:hover .ttl::before {
  background-color: #0991bd;
}

@media screen and (max-width: 767px) {
  .other-item:not(.other-data) .other-item--txt .ttl {
    width: 37.68%;
    text-align: center;
  }
}
.other-item:not(.other-data) .other-item--txt .desc {
  margin-bottom: 1.6em;
}
@media screen and (max-width: 767px) {
  .other-item:not(.other-data) .other-item--txt .desc {
    width: calc(100% - (37.68% + clamp(20px, 2.608vw, 20px)));
    margin-bottom: 0;
  }
}
.other-item .other-item--txt:hover .desc {
  color: #000000 !important;
}

.other-item:not(.other-data) .other-item--txt .btn {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .other-item:not(.other-data) .other-item--txt .btn {
    width: 100%;
  }
}
.other-item:not(.other-data) .other-item--txt .btn span {
  color: #0991bd !important;
}
.other-item .other-item--txt:hover .btn span::before,
.other-item .other-item--txt:hover .btn span::after {
  right: 0em;
}

.other-item.other-data {
  width: 100%;
  max-width: clamp(400px, 31.25vw, 400px);
  aspect-ratio: 400/90;
}
.other-item.other-data .other-item--txt .ttl {
  margin-bottom: 0;
}
.other-item.other-data .other-item--txt .ttl::before {
  mask-image: url(../images/home/other-item04.svg);
}/*# sourceMappingURL=page-home.css.map */