/*------------------------
  main visual
------------------------*/
.mainvisual {
  background: url("../../images/top/kv_bg_sp.png") no-repeat center -3.625rem/cover;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mainvisual {
    background: url("../../images/top/kv_bg.png") no-repeat 12.5rem bottom/auto 100%;
  }
}
@media screen and (min-width: 1400px) {
  .mainvisual {
    background-position: right bottom;
  }
}
.mainvisual__inner {
  position: relative;
  padding: 1rem 0 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mainvisual__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.875rem;
    max-width: 120rem;
    margin: 0 auto;
    height: calc(100vh - 6.25rem);
    padding: 1.8125rem 2.5rem 3.5625rem 0;
  }
}
@media screen and (min-width: 1400px) {
  .mainvisual__inner {
    padding-right: 10rem;
  }
}
.mainvisual .mv_img {
  display: flex;
  margin: 0 auto 1rem;
  width: 17.1875rem;
}
@media screen and (min-width: 768px) {
  .mainvisual .mv_img {
    order: 2;
    max-height: 100%;
    margin: 0;
    flex-shrink: 0;
    width: 50%;
  }
}
@media screen and (min-width: 1400px) {
  .mainvisual .mv_img {
    width: 38.125rem;
  }
}
.mainvisual .mv_img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.mainvisual .mv_logo {
  padding: 0.75rem 4rem 0.75rem 4.125rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .mainvisual .mv_logo {
    padding: 1.875rem 3.8125rem 1.875rem 6.5625rem;
  }
}
.mainvisual .mv_logo::before {
  content: "";
  background-color: #cadada;
  opacity: 0.85;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .mainvisual .mv_logo::before {
    width: 70vw;
  }
}
.mainvisual .mv_logo img {
  width: 42.3125rem;
}

/*------------------------
  title
------------------------*/
.home-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}
.home-title .main {
  border-bottom: 1px solid #000;
  font-family: var(--font-en);
  font-size: 2.8125rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
  padding-bottom: 0.625rem;
  position: relative;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .home-title .main {
    font-size: 5.625rem;
    margin-bottom: 1.5rem;
    padding-bottom: 0.9375rem;
  }
}
.home-title .main::after {
  content: "";
  background: url("../../images/common/img_kaza02.png") no-repeat center/contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 0.9375rem;
  height: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .home-title .main::after {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.home-title .sub {
  font-size: 0.9375rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .home-title .sub {
    font-size: 1.875rem;
  }
}

/*------------------------
  top / news list
------------------------*/
.news-sec .ly-container {
  padding-block: 4.75rem 3.75rem;
}
@media screen and (min-width: 768px) {
  .news-sec .ly-container {
    padding-block: 7.5rem 3.75rem;
  }
}
.news-sec .home-title {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .news-sec .home-title {
    margin-bottom: 3.125rem;
  }
}
@media screen and (min-width: 768px) {
  .news-sec .news-wrap {
    max-width: 45rem;
    margin: 0 auto;
  }
}
.news-sec .news-wrap .news-twitter_btn {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  border: 1px solid #000;
  margin-bottom: 2rem;
  font-size: 0.9375rem;
  font-weight: 700;
  height: 4rem;
}
@media screen and (min-width: 768px) {
  .news-sec .news-wrap .news-twitter_btn {
    gap: 0.625rem;
    font-size: 1.75rem;
    height: 7.5rem;
    margin-bottom: 5.625rem;
  }
  .news-sec .news-wrap .news-twitter_btn:hover {
    opacity: 0.7;
  }
}
.news-sec .news-wrap .news-twitter_btn::after {
  content: "";
  border: 1px dashed var(--border-color);
  position: absolute;
  inset: 0.25rem;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .news-sec .news-wrap .news-twitter_btn::after {
    inset: 0.625rem;
  }
}
.news-sec .news-wrap .news-twitter_btn img {
  width: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .news-sec .news-wrap .news-twitter_btn img {
    width: 2.4375rem;
  }
}
.news-sec .news-wrap .news-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-sec .news-wrap .news-body .btn_common {
  text-align: center;
  margin-top: 0.625rem;
}
.news-sec .news-wrap .news-list {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .news-sec .news-wrap .news-list {
    margin-bottom: 3.75rem;
  }
}

/*------------------------
  greeting
------------------------*/
.sec-greeting {
  background: #cadada;
  position: relative;
}
.sec-greeting::before {
  content: "";
  background: url("../../images/top/bg_sec_sp.png") no-repeat center/auto 100%;
  height: 2.5rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sec-greeting::before {
    background-image: url("../../images/top/bg_sec.png");
    height: 6.25vw;
    min-height: 7.5rem;
  }
}
.sec-greeting::after {
  content: "";
  background: url("../../images/top/bg_sec_g_sp.png") no-repeat center/auto 100%;
  height: 2.5rem;
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sec-greeting::after {
    background-image: url("../../images/top/bg_sec_g.png");
    height: 6.25vw;
    min-height: 7.5rem;
  }
}
.sec-greeting .home-title {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .sec-greeting .home-title {
    margin-bottom: 5.625rem;
  }
}
.sec-greeting .ly-container {
  padding-block: 6.25rem 3.75rem;
}
@media screen and (min-width: 768px) {
  .sec-greeting .ly-container {
    padding-block: 15rem 3.75rem;
  }
}
.sec-greeting .ly-container .ly-wrapper {
  display: flex;
  flex-direction: column;
}
.sec-greeting .ly-container .ly-wrapper h2 {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 576px) {
  .sec-greeting .ly-container .ly-wrapper h2 {
    margin-bottom: 1.5rem;
  }
}
.sec-greeting .ly-container .ly-wrapper p {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .sec-greeting .ly-container .ly-wrapper p {
    font-size: 1rem;
    line-height: 2.375;
    text-align: center;
  }
}

/*------------------------
  works
------------------------*/
.sec-works .ly-container {
  padding-block: 6.25rem 3.75rem;
}
@media screen and (min-width: 768px) {
  .sec-works .ly-container {
    padding-block: 15rem 7.5rem;
  }
}
.sec-works .home-title {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .sec-works .home-title {
    margin-bottom: 5.625rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-works .home-title .main {
    font-size: 2.5rem;
  }
}
.sec-works .work-wrap dt {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.58em;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec-works .work-wrap dt {
    font-size: 3rem;
    margin-bottom: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
.sec-works .work-wrap dt::after {
  content: "";
  border-top: 1px dashed var(--border-color);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 37.5rem;
}
.sec-works .work-wrap dd {
  font-size: 0.875rem;
  line-height: 2.375;
  margin: 0 0 2.5rem;
}
@media screen and (min-width: 768px) {
  .sec-works .work-wrap dd {
    font-size: 1rem;
    margin-bottom: 5.625rem;
    text-align: center;
  }
}
.sec-works .work-wrap dd:last-child {
  margin-bottom: 0;
}
.sec-works .work-wrap dd p {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .sec-works .work-wrap dd p {
    margin-bottom: 3.75rem;
  }
}
.sec-works .work-wrap dd p:last-child {
  margin-bottom: 0;
}
.sec-works .work-wrap img {
  width: 36.25rem;
}
.sec-works .work-image {
  display: inline-block;
}
.sec-works .work-image__img {
  margin-bottom: 0 !important;
}
.sec-works .work-image__txt {
  margin-bottom: 0 !important;
  text-align: right;
}/*# sourceMappingURL=home.css.map */