@charset "UTF-8";
@keyframes zoomUpAnimation {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.swiper {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 1024px) {
  .swiper {
    order: 3;
    margin-top: 4rem;
  }
}
.swiper .swiper-slide-active img,
.swiper .swiper-slide-duplicate-active img,
.swiper .swiper-slide-prev img {
  animation: zoomUpAnimation 10s linear;
}

/* スクロールダウンの位置 */
.scroll {
  position: relative;
  font-size: 0.9333333333vw;
  margin-top: 14.6666666667vw;
  color: #b2b2b2;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .scroll {
    font-size: 20px;
    margin-top: 9.3333333333vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 600px) {
  .scroll {
    font-size: 10px;
    margin-top: 30px;
  }
}

/* 線のアニメーション部分 */
.scroll::before {
  animation: scroll 2s infinite;
  background-color: #000;
  bottom: -1.3333333333vw;
  translate: 0 100%;
  content: "";
  height: 4vw;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 0.0666666667vw;
  background: #b2b2b2;
}
@media screen and (max-width: 768px) {
  .scroll::before {
    height: 35px;
    width: 1px;
  }
}

/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.kv {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .kv {
    flex-direction: column;
  }
}
.kv__image {
  height: calc(100vh - var(--header-h));
  width: 66.66vw;
  position: sticky;
  top: var(--header-h);
}
.kv__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 1024px) {
  .kv__image {
    order: 3;
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
    margin-top: 40px;
    display: contents;
  }
}
.kv__container {
  width: 33.34vw;
}
@media screen and (max-width: 1024px) {
  .kv__container {
    display: contents;
  }
}
.kv__title {
  margin-top: 16.6666666667vw;
  text-align: right;
  line-height: 1.9444444444;
  letter-spacing: 0.14em;
  font-size: pct(36, 1500, "vw");
  font-size: 2.4vw;
}
.kv__title::before, .kv__title::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.kv__title::before {
  margin-block-end: calc((1 - 1.9444444444) * 0.5em);
}
.kv__title::after {
  margin-block-start: calc((1 - 1.9444444444) * 0.5em);
}
@media screen and (max-width: 1024px) {
  .kv__title {
    order: 2;
    margin-inline: auto 0;
    margin-top: 100px;
    font-size: 3.2rem;
    margin-right: 3%;
  }
}
.kv__lead {
  width: 100%;
  text-align: left;
  margin-top: 20vw;
  line-height: 2;
  letter-spacing: 0.06em;
  font-size: pct(24, 1500, "vw");
  font-size: 1.6vw;
}
.kv__lead::before, .kv__lead::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.kv__lead::before {
  margin-block-end: calc((1 - 2) * 0.5em);
}
.kv__lead::after {
  margin-block-start: calc((1 - 2) * 0.5em);
}
@media screen and (max-width: 1024px) {
  .kv__lead {
    font-size: 3.2rem;
    margin-top: 30rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 600px) {
  .kv__lead {
    font-size: 2.4rem;
    margin-top: 110px;
  }
}
.kv__text {
  line-height: 2;
  letter-spacing: 0.06em;
  font-size: pct(16, 1500, "vw");
  font-size: 1.0666666667vw;
  margin-top: 50px;
  margin-top: 3.3333333333vw;
  text-align: left;
  width: 100%;
}
.kv__text::before, .kv__text::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.kv__text::before {
  margin-block-end: calc((1 - 2) * 0.5em);
}
.kv__text::after {
  margin-block-start: calc((1 - 2) * 0.5em);
}
@media screen and (max-width: 1024px) {
  .kv__text {
    font-size: 1.8rem;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 600px) {
  .kv__text {
    margin-top: 40px;
    font-size: 1.6rem;
  }
}
.kv__content {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-inline: auto;
  padding-bottom: 155px;
  padding-bottom: 10.3333333333vw;
}
@media screen and (max-width: 1024px) {
  .kv__content {
    display: contents;
  }
}
.kv__btn {
  position: relative;
  margin-top: 4vw;
  margin-right: auto;
  max-width: 245px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
  transition: opacity 0.3s, box-shadow 0.3s;
  max-width: 16.3333333333vw;
  font-size: 1.2vw;
  padding: 1.2vw 2.0666666667vw 1.2666666667vw 2.8vw;
}
@media (hover) {
  .kv__btn:hover {
    box-shadow: none;
    opacity: 0.5;
  }
  .kv__btn:hover::before {
    translate: 0.3333333333vw -50%;
  }
}
@media screen and (max-width: 1024px) {
  .kv__btn {
    font-size: 1.8rem;
    max-width: 245px;
    padding: 18px 31px 19px 42px;
    margin-top: 50px;
  }
}
.kv__btn::before {
  content: "";
  position: absolute;
  display: inline-block;
  background: url("../../images/common/icon_arrow.png") center/contain no-repeat;
  width: 0.5333333333vw;
  height: auto;
  aspect-ratio: 8/14;
  right: 1.3333333333vw;
  top: 50%;
  translate: 0 -50%;
  transition: translate 0.3s;
}
@media screen and (max-width: 1024px) {
  .kv__btn::before {
    width: 8px;
    right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .kv__wrapper {
    order: 3;
    width: 90%;
    margin-inline: auto;
  }
}

.infomation {
  background: var(--bg-warm);
  padding-block: 100px;
}
@media screen and (max-width: 1024px) {
  .infomation {
    padding-block: 50px;
    margin-top: 80px;
  }
}
.infomation__inner {
  max-width: 1000px;
  width: 90%;
  margin-inline: auto;
}
.infomation-nav {
  background: var(--bg-middle);
  padding-block: 40px;
  border-radius: 6px;
  max-width: 800px;
  width: 90%;
  margin-inline: auto;
  padding-inline: 5%;
}
@media screen and (max-width: 1024px) {
  .infomation-nav {
    max-width: 100%;
    width: 100%;
  }
}
.infomation-nav__block {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 30px;
  text-align: center;
  gap: 0 40px;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .infomation-nav__block {
    grid-template-columns: 1fr;
    gap: 15px;
    width: 100%;
  }
}
.infomation-nav__title {
  font-size: 2.4rem;
  text-align: center;
}
.infomation-nav__btn {
  position: relative;
  display: inherit;
  grid-template-rows: subgrid;
  grid-row: span 2;
  align-items: flex-start;
  width: 240px;
  justify-items: center;
  gap: 40px;
  border-radius: 3px;
  border: 1px solid #737373;
  background: var(--white);
  padding-block: 50px 40px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
  transition: opacity 0.3s, box-shadow 0.3s;
}
@media (hover) {
  .infomation-nav__btn:hover {
    opacity: 0.5;
    box-shadow: none;
  }
  .infomation-nav__btn:hover::before {
    translate: 5px -50%;
  }
}
@media screen and (max-width: 1024px) {
  .infomation-nav__btn {
    grid-template-rows: 1fr;
    gap: 20px;
    padding-block: 25px 20px;
    width: 90%;
    margin-inline: auto;
    max-width: 450px;
  }
}
.infomation-nav__btn::before {
  content: "";
  position: absolute;
  display: inline-block;
  background: url("../../images/common/icon_arrow.png") center/contain no-repeat;
  width: 8px;
  height: auto;
  aspect-ratio: 8/14;
  right: 20px;
  top: 50%;
  translate: 0 -50%;
  transition: translate 0.3s;
}
.infomation-nav__icon {
  height: auto;
  width: 60px;
  aspect-ratio: 1/1;
}
.infomation-nav__text {
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-size: 2rem;
}
.infomation-nav__text::before, .infomation-nav__text::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.infomation-nav__text::before {
  margin-block-end: calc((1 - 1.6) * 0.5em);
}
.infomation-nav__text::after {
  margin-block-start: calc((1 - 1.6) * 0.5em);
}

.infomation-menu {
  display: flex;
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .infomation-menu {
    flex-direction: column;
    gap: 40px;
    margin-top: 40px;
  }
}
.infomation-menu__wrapper {
  width: 100%;
}
.infomation-menu__wrapper:nth-child(1) {
  padding-right: 6%;
  border-right: 1px solid var(--dashed-c);
}
@media screen and (max-width: 1024px) {
  .infomation-menu__wrapper:nth-child(1) {
    padding-right: 0;
    border-right: none;
  }
}
.infomation-menu__wrapper:nth-child(2) {
  padding-left: 6%;
}
@media screen and (max-width: 1024px) {
  .infomation-menu__wrapper:nth-child(2) {
    padding-left: 0;
  }
}
.infomation-menu__title {
  text-align: center;
  line-height: 1;
  letter-spacing: 0.12em;
  font-size: 2.4rem;
}
.infomation-menu__title::before, .infomation-menu__title::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.infomation-menu__title::before {
  margin-block-end: calc((1 - 1) * 0.5em);
}
.infomation-menu__title::after {
  margin-block-start: calc((1 - 1) * 0.5em);
}
.infomation-menu__list {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .infomation-menu__list {
    gap: 10px 0;
    margin-top: 15px;
    max-width: 450px;
    margin-inline: auto;
  }
}
.infomation-menu__item {
  width: 100%;
  border: 1px solid #737373;
  border-radius: 3px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  background: var(--white);
  transition: box-shadow 0.3s;
}
@media (hover) {
  .infomation-menu__item:hover {
    box-shadow: none;
  }
}
.infomation-menu__icon {
  display: block;
}
.infomation-menu__link {
  position: relative;
  height: 80px;
  display: block;
  font-size: 1.8rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
}
@media (hover) {
  .infomation-menu__link:hover {
    opacity: 0.5;
  }
  .infomation-menu__link:hover::after {
    translate: 5px -50%;
  }
}
.infomation-menu__link::after {
  content: "";
  position: absolute;
  display: inline-block;
  background: url("../../images/common/icon_arrow.png") center/contain no-repeat;
  width: 8px;
  height: auto;
  aspect-ratio: 8/14;
  top: 50%;
  right: 30px;
  translate: 0 -50%;
  transition: translate 0.3s;
}
.infomation-menu__link::before {
  content: "";
  height: auto;
  display: inline-block;
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  left: 20px;
}
.infomation-menu__link--1::before {
  width: 47px;
  aspect-ratio: 47/44;
  background: url(../../images/common/icon_wrench.svg) center/contain, no-repeat;
}
.infomation-menu__link--2::before {
  width: 41px;
  aspect-ratio: 41/44;
  left: 25px;
  background: url(../../images/common/icon_elec.svg) center/contain, no-repeat;
}
.infomation-menu__link--3::before {
  width: 50px;
  aspect-ratio: 50/28;
  background: url(../../images/common/icon_search.svg) center/contain, no-repeat;
}
.infomation-menu__link--4::before {
  width: 37px;
  aspect-ratio: 37/44;
  left: 27px;
  background: url(../../images/common/icon_meter.svg) center/contain, no-repeat;
  background-repeat: no-repeat;
}
.infomation-menu__link--5::before {
  width: 36px;
  aspect-ratio: 36/44;
  left: 27px;
  background: url(../../images/common/icon_safety.svg) center/contain, no-repeat;
  background-repeat: no-repeat;
}
.infomation-menu__link--6::before {
  width: 52px;
  aspect-ratio: 51/40;
  background: url(../../images/common/icon_pipe.svg) center/contain, no-repeat;
  background-repeat: no-repeat;
}
.infomation-menu__text {
  line-height: 1.5555555556;
  letter-spacing: 0.06em;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.infomation-menu__text::before, .infomation-menu__text::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.infomation-menu__text::before {
  margin-block-end: calc((1 - 1.5555555556) * 0.5em);
}
.infomation-menu__text::after {
  margin-block-start: calc((1 - 1.5555555556) * 0.5em);
}

.introduce {
  padding-block: 100px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .introduce {
    padding-block: 50px;
  }
}
.introduce__inner {
  max-width: 1000px;
  width: 90%;
  margin-inline: auto;
}
.introduce__container {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 820px) {
  .introduce__container {
    gap: 50px;
    flex-direction: column;
  }
}
.introduce__lead {
  position: relative;
  font-size: 1.4rem;
  color: #737373;
}
@media screen and (max-width: 1024px) {
  .introduce__lead {
    display: flex;
    align-items: center;
    gap: 5px;
  }
}
.introduce__lead::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #d9d9d9;
  left: -14px;
  top: 50%;
  translate: -100% 0;
}
@media screen and (max-width: 1024px) {
  .introduce__lead::before {
    width: 15px;
    position: relative;
    translate: 0 0;
    left: 0;
  }
}
.introduce__title {
  line-height: 1.9166666667;
  letter-spacing: 0.12em;
  font-size: 2.4rem;
  margin-top: 36px;
  margin-top: 3.6rem;
}
.introduce__title::before, .introduce__title::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.introduce__title::before {
  margin-block-end: calc((1 - 1.9166666667) * 0.5em);
}
.introduce__title::after {
  margin-block-start: calc((1 - 1.9166666667) * 0.5em);
}
@media screen and (max-width: 1024px) {
  .introduce__title {
    margin-top: 2.8rem;
  }
}
.introduce__disc {
  line-height: 2;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
  margin-top: 50px;
  margin-top: 5rem;
}
.introduce__disc::before, .introduce__disc::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.introduce__disc::before {
  margin-block-end: calc((1 - 2) * 0.5em);
}
.introduce__disc::after {
  margin-block-start: calc((1 - 2) * 0.5em);
}
@media screen and (max-width: 1024px) {
  .introduce__disc {
    margin-top: 3rem;
  }
}
.introduce__btn {
  margin-top: 60px;
  margin-top: 6rem;
}
@media screen and (max-width: 1024px) {
  .introduce__btn {
    margin-top: 4rem;
  }
}
.introduce__image {
  margin-right: -8.3333333333%;
  width: min(60rem, 40vw);
  width: 54.5454545455%;
}
@media screen and (max-width: 1024px) {
  .introduce__image {
    margin-right: 0;
    max-width: 450px;
    width: 100%;
  }
}

.hero {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1500/1104;
  background: url("../../images/index/bg_relay.jpg") center/cover no-repeat;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  .hero {
    background: url("../../images/index/bg_relay_sp.jpg") center/cover no-repeat;
    aspect-ratio: 750/1730;
    display: block;
  }
}
.hero__image-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .hero__image-wrapper {
    position: relative;
    width: 77.3333333333%;
    height: auto;
    aspect-ratio: 580/460;
    margin-inline: auto;
    margin-top: 98px;
    margin-top: 13.0666666667vw;
  }
}
.hero__image {
  position: absolute;
}
.hero__image--1 {
  width: 10.6666666667vw;
  top: 15.2vw;
  left: 10vw;
}
@media screen and (max-width: 1024px) {
  .hero__image--1 {
    width: 27.5862068966%;
    top: 36.9565217391%;
    left: 0;
  }
}
.hero__image--2 {
  width: 10.6666666667vw;
  top: 3.8666666667vw;
  right: 28.1333333333vw;
}
@media screen and (max-width: 1024px) {
  .hero__image--2 {
    width: 27.5862068966%;
    left: 32.7586206897%;
    top: 0;
  }
}
.hero__image--3 {
  width: 20vw;
  top: 10.5333333333vw;
  right: 3.8666666667vw;
}
@media screen and (max-width: 1024px) {
  .hero__image--3 {
    width: 51.724137931%;
    top: 56.5217391304%;
    right: 0;
  }
}
.hero__textbox {
  display: flex;
  align-items: flex-start;
  gap: 4vw;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 9vw;
  left: 26.5333333333vw;
}
@media screen and (max-width: 1024px) {
  .hero__textbox {
    position: relative;
    flex-direction: column;
    top: unset;
    left: unset;
    align-items: center;
    padding-top: 100px;
    padding-top: 13.3333333333vw;
    margin-inline: auto;
    gap: 8vw;
  }
}
.hero__title {
  line-height: 1.9166666667;
  letter-spacing: 0.12em;
  font-size: 2.4rem;
  font-size: 1.6vw;
}
.hero__title::before, .hero__title::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.hero__title::before {
  margin-block-end: calc((1 - 1.9166666667) * 0.5em);
}
.hero__title::after {
  margin-block-start: calc((1 - 1.9166666667) * 0.5em);
}
@media screen and (max-width: 1024px) {
  .hero__title {
    font-size: 2.4rem;
  }
}
.hero__text {
  line-height: 2;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
  font-size: 1.0666666667vw;
  padding-top: 2.3333333333vw;
}
.hero__text::before, .hero__text::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.hero__text::before {
  margin-block-end: calc((1 - 2) * 0.5em);
}
.hero__text::after {
  margin-block-start: calc((1 - 2) * 0.5em);
}
@media screen and (max-width: 1024px) {
  .hero__text {
    font-size: 1.6rem;
  }
}
.hero__video {
  position: relative;
  width: 66.6666666667vw;
  margin-inline: auto;
  margin-bottom: 100px;
  margin-bottom: 6.6666666667vw;
}
@media screen and (max-width: 1024px) {
  .hero__video {
    margin-top: 120px;
    margin-top: 16vw;
    width: 90%;
  }
}
.hero__src {
  box-shadow: 0px 6px 11.28px 0.72px rgba(0, 0, 0, 0.2);
  display: block;
  width: 100%;
  height: auto;
}
.hero__play {
  position: absolute;
  z-index: 1;
  top: 53.3%;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  translate: -50% -50%;
  gap: 1.3333333333vw;
  cursor: pointer;
}
.hero__play.playActive {
  display: none;
}
@media (hover) {
  .hero__play:hover .hero__play-btn {
    border: 2px solid var(--black);
  }
  .hero__play:hover .hero__play-btn:after {
    background: var(--black);
  }
  .hero__play:hover .hero__play-text {
    color: var(--black);
  }
}
.hero__play-btn {
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 6.6666666667vw;
  height: auto;
  aspect-ratio: 1/1;
  position: relative;
  transition: border 0.3s;
}
@media screen and (max-width: 1024px) {
  .hero__play-btn {
    border: 1px solid #fff;
    width: 70px;
  }
}
.hero__play-btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  background: #fff;
  width: 1.6vw;
  height: auto;
  aspect-ratio: 24/30;
  translate: -40% -50%;
  transition: background 0.3s;
}
@media screen and (max-width: 1024px) {
  .hero__play-btn::after {
    width: 16.8px;
  }
}
.hero__play-text {
  line-height: 1.75;
  letter-spacing: 0.06em;
  font-size: 0.8rem;
  font-size: 1.0666666667vw;
  color: #fff;
  transition: color 0.3s;
}
.hero__play-text::before, .hero__play-text::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.hero__play-text::before {
  margin-block-end: calc((1 - 1.75) * 0.5em);
}
.hero__play-text::after {
  margin-block-start: calc((1 - 1.75) * 0.5em);
}
@media screen and (max-width: 1024px) {
  .hero__play-text {
    font-size: 11.2px;
  }
}

.company {
  background: var(--bg-cool);
  padding-block: 100px;
}
.company__inner {
  max-width: 1000px;
  width: 90%;
  margin-inline: auto;
}
.company__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto 1fr auto;
  gap: 0 12rem;
}
@media screen and (max-width: 1024px) {
  .company__container {
    grid-template-columns: 1fr;
    grid-template-rows: initial;
    gap: 50px;
  }
}
.company__card {
  display: inherit;
  grid-template-rows: subgrid;
  grid-row: span 4;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .company__card {
    grid-template-rows: 1fr;
  }
}
.company__image {
  max-width: 440px;
  width: 100%;
  margin-inline: auto;
}
.company__title {
  line-height: 1.1666666667;
  letter-spacing: 0.12em;
  font-size: 1.2rem;
  font-size: 2.4rem;
  margin-top: 48px;
  margin-top: 4.8rem;
}
.company__title::before, .company__title::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.company__title::before {
  margin-block-end: calc((1 - 1.1666666667) * 0.5em);
}
.company__title::after {
  margin-block-start: calc((1 - 1.1666666667) * 0.5em);
}
@media screen and (max-width: 1024px) {
  .company__title {
    margin-top: 30px;
  }
}
.company__text {
  margin-top: 30px;
  line-height: 2;
  letter-spacing: 0.056em;
  font-size: 1.6rem;
  margin-top: 3rem;
}
.company__text::before, .company__text::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.company__text::before {
  margin-block-end: calc((1 - 2) * 0.5em);
}
.company__text::after {
  margin-block-start: calc((1 - 2) * 0.5em);
}
@media screen and (max-width: 1024px) {
  .company__text {
    margin-top: 20px;
  }
}
.company__btn {
  margin-top: 40px;
  margin-inline: auto;
  width: 100%;
  margin-top: 4rem;
}
@media screen and (max-width: 1024px) {
  .company__btn {
    margin-top: 3rem;
  }
}
.news {
  padding-block: 100px;
}
@media screen and (max-width: 1024px) {
  .news {
    padding-block: 50px;
  }
}
.news__inner {
  max-width: 1000px;
  width: 90%;
  margin-inline: auto;
}
.news__title {
  line-height: 1.1666666667;
  letter-spacing: 0.12em;
  font-size: 2.4rem;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 20px;
}
.news__title::before, .news__title::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.news__title::before {
  margin-block-end: calc((1 - 1.1666666667) * 0.5em);
}
.news__title::after {
  margin-block-start: calc((1 - 1.1666666667) * 0.5em);
}
.news__list {
  display: grid;
  grid-template-columns: auto 1fr;
  margin-top: 40px;
  gap: 40px 0;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .news__list {
    gap: 32px 0;
    margin-top: 20px;
  }
}
.news__item {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 3;
}
.news__btn {
  margin-top: 65px;
  margin-inline: auto 0;
}
@media screen and (max-width: 1024px) {
  .news__btn {
    margin-top: 30px;
    margin-inline: auto;
  }
}

.news-list {
  display: inherit;
  grid-template-columns: inherit;
  grid-column: inherit;
  align-items: flex-start;
  gap: 30px;
  transition: opacity 0.3s;
}
.news-list[href$=".pdf"] .self::after {
  content: "";
  background: url(../../images/common/icon_pdf.svg) center/contain, no-repeat;
  width: 16px;
  height: auto;
  aspect-ratio: 16/20;
  display: inline-block;
  background-repeat: no-repeat;
  flex-shrink: 0;
  margin-left: 5px;
  vertical-align: text-bottom;
}
@media screen and (max-width: 1024px) {
  .news-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
@media (hover) {
  .news-list:hover {
    opacity: 0.5;
  }
}
.news-list__head {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .news-list__head {
    gap: 10px;
  }
}
.news-list__date {
  line-height: 4.7142857143;
  letter-spacing: 0.06em;
  font-size: 1.4rem;
}
.news-list__date::before, .news-list__date::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.news-list__date::before {
  margin-block-end: calc((1 - 4.7142857143) * 0.5em);
}
.news-list__date::after {
  margin-block-start: calc((1 - 4.7142857143) * 0.5em);
}
.news-list__cat {
  font-size: 1.2rem;
  padding: 5px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .news-list__cat {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.news-list__cat--blue {
  border: 1px solid #23238c;
  color: #23238c;
}
.news-list__cat--red {
  border: 1px solid #e80037;
  color: #e80037;
}
.news-list__title {
  line-height: 2;
  font-size: 16px;
  line-height: 2.0625;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
  margin-top: 0.3em;
}
.news-list__title::before, .news-list__title::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.news-list__title::before {
  margin-block-end: calc((1 - 2.0625) * 0.5em);
}
.news-list__title::after {
  margin-block-start: calc((1 - 2.0625) * 0.5em);
}
@media screen and (max-width: 1024px) {
  .news-list__title {
    font-size: 14px;
    margin-top: 0;
  }
}
.news-list__title.self {
  display: inline;
}
.news-list__title.self::after {
  content: "";
  background: url(../../images/common/icon_link.svg) center/contain, no-repeat;
  width: 16px;
  height: auto;
  aspect-ratio: 14/12;
  display: inline-block;
  background-repeat: no-repeat;
  flex-shrink: 0;
  margin-left: 5px;
  vertical-align: text-bottom;
}

.emergency {
  position: absolute;
  z-index: 9;
  top: 40px;
  left: 40px;
}
@media screen and (max-width: 1024px) {
  .emergency {
    position: static;
    width: 90%;
    margin-inline: auto;
    margin-top: 15px;
    order: 1;
  }
}
.emergency__container {
  border: 4px solid #ff554d;
  width: 400px;
  background: var(--white);
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .emergency__container {
    width: 100%;
    padding: 20px;
  }
}
.emergency__content {
  line-height: 2;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
  margin-top: 3rem;
}
.emergency__content::before, .emergency__content::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.emergency__content::before {
  margin-block-end: calc((1 - 2) * 0.5em);
}
.emergency__content::after {
  margin-block-start: calc((1 - 2) * 0.5em);
}
.emergency__icon {
  width: 29px;
}
.emergency__heading {
  color: #ff554d;
  line-height: 2;
  letter-spacing: 0.06em;
  font-size: 1.4rem;
  margin-top: 1.5rem;
}
.emergency__heading::before, .emergency__heading::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.emergency__heading::before {
  margin-block-end: calc((1 - 2) * 0.5em);
}
.emergency__heading::after {
  margin-block-start: calc((1 - 2) * 0.5em);
}
.emergency__link {
  position: relative;
  line-height: 1.875;
  letter-spacing: 0.06em;
  margin-block: calc((1em - 1lh) / 2);
  font-size: 1.6rem;
  display: block;
  width: 100%;
  padding-right: 30px;
  transition: color 0.3s;
}
@media (hover) {
  .emergency__link:hover {
    color: #ff554d;
  }
  .emergency__link:hover::after {
    translate: 3px -50%;
  }
}
.emergency__link::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  display: inline-block;
  width: 8px;
  height: auto;
  aspect-ratio: 8/16;
  background: url(../../images/common/icon_arrow.png) center/contain, no-repeat;
  background-repeat: no-repeat;
  transition: translate 0.3s;
}
.emergency__list {
  margin-top: 3rem;
  width: 100%;
}
.emergency__item {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #d9d9d9;
}
.emergency__item:not(:first-child) {
  padding-top: 1.5rem;
}
/*# sourceMappingURL=style.css.map */
