.mb-1 {
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .mb-1 {
    margin-bottom: 8rem;
  }
}

/*------------------------
  main visual
------------------------*/
.keyv {
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .keyv {
    margin-bottom: 10rem;
  }
}
.keyv__img {
  display: block;
  width: 100%;
}
.keyv__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.keyv__logo {
  display: flex;
  max-width: 31rem;
  margin: -15rem auto 0;
  padding: 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .keyv__logo {
    max-width: 60rem;
    margin-top: -24vw;
  }
}
@media (min-width: 1800px) {
  .keyv__logo {
    margin-top: -30vw;
  }
}
.keyv__logo img {
  display: block;
}

/*------------------------
  greeting
------------------------*/
.home-greeting {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .home-greeting {
    margin-bottom: 5rem;
  }
}
.home-greeting__headline {
  max-width: 25rem;
  width: 100%;
  margin: 0 auto 2rem;
  aspect-ratio: 10/3;
}
@media screen and (min-width: 768px) {
  .home-greeting__headline {
    max-width: 31.9rem;
    margin-bottom: 5rem;
  }
}
.home-greeting__txt {
  margin-bottom: 2rem;
  color: #FFF;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.5;
}
.home-greeting__txt:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .home-greeting__txt {
    margin-bottom: 4rem;
    font-size: 1.6rem;
    text-align: center;
    line-height: 2;
  }
}
.home-greeting__txt-img {
  display: inline-block;
  position: relative;
  top: -0.7rem;
  margin-inline: 0.3rem;
  width: 7rem;
}
@media screen and (min-width: 768px) {
  .home-greeting__txt-img {
    width: 8.7rem;
  }
}
.home-greeting__txt-img.--small {
  width: 6.4rem;
}
.home-greeting__txt-img img {
  width: 100%;
}
.home-greeting__line {
  width: 100%;
  height: 3px;
  margin: 3rem 0;
  background: url("../../images/common/bg_symbol_04.png") repeat-x;
  background-size: 3px 2px;
}
@media screen and (min-width: 768px) {
  .home-greeting__line {
    margin: 4rem 0;
  }
}

/*------------------------
  works
------------------------*/
.sec-works {
  background-color: #d1d1d1;
}
.sec-works .works_wrap {
  display: flex;
  margin: 0 auto;
  max-width: 100rem;
  border-radius: 6rem;
}
@media screen and (max-width: 576px) {
  .sec-works .works_wrap {
    flex-direction: column;
    align-items: center;
  }
}
.sec-works .works_wrap .works_img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 45%;
  margin-right: 5rem;
}
@media screen and (max-width: 576px) {
  .sec-works .works_wrap .works_img {
    width: 60%;
    flex-direction: column;
    margin-right: 0rem;
    margin-bottom: 2.4rem;
  }
}
.sec-works .works_wrap .works_img img {
  position: relative;
  z-index: 2;
}
.sec-works .works_wrap .works_text {
  position: relative;
  margin: 0 0 0 auto;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sec-works .works_wrap .works_text h3 {
  font-size: 2.6rem;
  margin-bottom: 0.8rem;
  position: relative;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
  .sec-works .works_wrap .works_text h3 {
    font-size: 2rem;
    margin-bottom: 0.6rem;
    letter-spacing: 0.1rem;
  }
}
@media screen and (max-width: 576px) {
  .sec-works .works_wrap .works_text h3 {
    text-align: center;
    font-size: 1.8rem;
  }
}
.sec-works .works_wrap .works_text p {
  position: relative;
  font-size: 1.5rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 576px) {
  .sec-works .works_wrap .works_text p {
    font-size: 1.2rem;
  }
}
.sec-works .works_wrap .works_link {
  transition: 0.2s;
}
.sec-works .works_wrap .works_link:hover {
  opacity: 0.5;
}

/*------------------------
  intro
------------------------*/
.home-intro__block {
  margin-bottom: 4rem;
  position: relative;
  padding-bottom: 4rem;
}
.home-intro__block::after {
  position: absolute;
  left: 3rem;
  right: 3rem;
  bottom: 0;
  height: 3px;
  max-width: 58rem;
  width: calc(100% - 6rem);
  margin: 0 auto;
  background: url("../../images/common/bg_symbol_04.png") repeat-x;
  background-size: 3px 3px;
  content: "";
}
.home-intro__block.no-border {
  padding-bottom: 0;
}
.home-intro__block.no-border::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .home-intro__block {
    margin-bottom: 3.5rem;
    padding-bottom: 5rem;
  }
  .home-intro__block::after {
    left: 0;
    right: 0;
    width: 100%;
  }
}
.home-intro__headline-1 {
  max-width: 54rem;
  width: 100%;
  margin: 0 auto 3rem;
}
@media screen and (min-width: 768px) {
  .home-intro__headline-1 {
    margin-bottom: 4rem;
  }
}
.home-intro__headline-2 {
  max-width: 54rem;
  width: 100%;
  margin: 0 auto 3rem;
}
@media screen and (min-width: 768px) {
  .home-intro__headline-2 {
    margin-bottom: 4.5rem;
  }
}
.home-intro__image-1 {
  max-width: 50rem;
  margin: 0 auto 2rem;
  aspect-ratio: 331/313;
}
@media screen and (min-width: 768px) {
  .home-intro__image-1 {
    margin-bottom: 4rem;
  }
}
.home-intro__image-1 img {
  display: block;
  width: 100%;
}
.home-intro__image-2 {
  max-width: 45rem;
  margin: 0 auto 2rem;
  aspect-ratio: 764/951;
}
@media screen and (min-width: 768px) {
  .home-intro__image-2 {
    margin-bottom: 4rem;
  }
}
.home-intro__image-2 img {
  display: block;
  width: 100%;
}
.home-intro__txt {
  margin-bottom: 2rem;
  font-size: 1.3rem;
  color: #FFF;
  line-height: 1.8;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .home-intro__txt {
    font-size: 1.4rem;
    text-align: center;
  }
}

.home-news {
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 768px) {
  .home-news {
    margin-bottom: 6rem;
  }
}
.home-news .ly-container {
  padding: 0;
}
.home-news__headline {
  max-width: 15rem;
  width: 100%;
  margin: 0 auto 2rem;
  aspect-ratio: 300/97;
}
@media screen and (min-width: 768px) {
  .home-news__headline {
    max-width: 18.4rem;
    margin-bottom: 3.5rem;
  }
}
.home-news .news-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .home-news .news-list {
    margin-bottom: 2rem;
  }
}
.home-news .news-list__item {
  border-bottom: 0;
  padding: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .home-news .news-list__item:not(:last-child) {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .home-news .news-list__item::after {
    background-size: 4px 3px;
  }
}
.home-news .news-list__item:not(:last-child)::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: url("../../images/common/bg_symbol_04.png") repeat-x;
  background-size: 3px 2px;
  content: "";
}
.home-news .news-list__item .time {
  color: #fff;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .home-news .news-list__item .time {
    font-size: 1.3rem;
    width: 9rem;
    letter-spacing: 0;
    line-height: 1.8;
  }
}
.home-news .news-list__item .block .news-list__anchor {
  flex-shrink: 0;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .home-news .news-list__item .block .news-list__anchor {
    font-size: 1.2rem;
    line-height: 1.8;
  }
}

.p-main-top {
  margin-bottom: 4rem;
  position: relative;
  padding-top: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.p-main-top::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4rem;
  width: 100%;
  height: 2rem;
  background-color: var(--color-primary);
  clip-path: polygon(0 0, 50% 1.8rem, 100% 0, 100% calc(100% - 1.8rem), 50% 100%, 0 calc(100% - 1.8rem));
  content: "";
}
.p-main-top::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4rem;
  width: 100%;
  height: 4rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
}
@media screen and (min-width: 768px) {
  .p-main-top {
    padding-bottom: 0.1rem;
    margin-bottom: 4rem;
  }
  .p-main-top::before {
    clip-path: polygon(0 0, 50% 3.8rem, 100% 0, 100% calc(100% - 3.8rem), 50% 100%, 0 calc(100% - 3.8rem));
    height: 4rem;
    bottom: -4rem;
  }
}/*# sourceMappingURL=home.css.map */