.home-title {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .home-title::before {
    content: "";
    background: url("../../images/top/bg_title.svg") repeat-x right top/contain;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.625rem;
    height: 10rem;
  }
}

/*------------------------
  main visual
------------------------*/
.mainvisual {
  position: relative;
  z-index: 10;
}

/*------------------------
  top / news list
------------------------*/
.news-sec {
  max-width: 120rem;
  margin: 0 auto;
  position: relative;
  padding: 4.8125rem 7.75rem 2.5625rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .news-sec {
    padding: 23.0625rem 31.25vw 16.1875rem 7.813vw;
  }
}
@media screen and (min-width: 1500px) {
  .news-sec {
    padding-left: 16.146vw;
  }
}
.news-sec .home-title {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .news-sec .home-title {
    top: -1.125rem;
  }
}
.news-sec .home-title::before {
  right: -5.3125rem;
}
@media screen and (max-width: 767px) {
  .news-sec .home-title::before {
    display: none;
  }
}
.news-sec .home-title img {
  width: 14.5rem;
}
@media screen and (min-width: 768px) {
  .news-sec .home-title img {
    width: 36.0625rem;
  }
}
.news-sec .news-wrap {
  max-width: 44.0625rem;
}
.news-sec .news-img {
  position: absolute;
  right: 0;
  top: 8.25rem;
  width: 29.271vw;
}
.news-sec .news-body {
  margin-top: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .news-sec .news-body {
    margin-top: 4.5625rem;
  }
}
.news-sec .news-twitter_btn {
  color: #000;
  display: flex;
  gap: 1.1875rem;
  font-size: 1.375rem;
  letter-spacing: 0.13em;
  padding: 0 0 0.3125rem 1.1875rem;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .news-sec .news-twitter_btn {
    font-size: 2rem;
  }
}
.news-sec .news-twitter_btn:hover {
  opacity: 0.5;
}
.news-sec .news-twitter_btn img {
  width: 1.625rem;
}
@media screen and (min-width: 768px) {
  .news-sec .news-twitter_btn img {
    width: 2.3125rem;
  }
}
.news-sec .news-twitter_btn .arrow {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .news-sec .news-twitter_btn .arrow {
    display: none;
  }
}
.news-sec .btn_common {
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .news-sec .btn_common {
    margin-top: 2.8125rem;
  }
}
.news-sec .btn_common a {
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767px) {
  .news-sec .btn_common a {
    font-size: 0.9375rem;
    padding-left: 0;
  }
}
@media screen and (max-width: 576px) {
  .news-sec .btn_common a {
    font-size: 1.375rem;
  }
}

/*------------------------
  greeting
------------------------*/
.sec-greeting {
  background: url("../../images/top/bg01_sp.webp") no-repeat center top/contain;
  display: flex;
  justify-content: flex-end;
  min-height: 32.8125rem;
  margin-bottom: 4.5rem;
  position: relative;
  padding: 8.25rem 2.5rem 0 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .sec-greeting {
    background: url("../../images/top/bg01.webp") no-repeat center/cover;
    align-items: center;
    min-height: 67.188vw;
    margin-bottom: 9.125rem;
    padding: 12.5rem 5.208vw 9.375rem 0;
  }
}
@media screen and (min-width: 1500px) {
  .sec-greeting {
    padding-top: 9.375rem;
    padding-right: 12.656vw;
  }
}
.sec-greeting .greeting-title {
  position: absolute;
  right: -0.625rem;
  top: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .sec-greeting .greeting-title {
    top: 0;
  }
}
.sec-greeting .greeting-title img {
  width: 60.417vw;
}
.sec-greeting .greeting-text {
  color: #FFF;
  font-size: 1.2rem;
  line-height: 1.66;
  max-width: 25rem;
}
@media screen and (min-width: 768px) {
  .sec-greeting .greeting-text {
    font-size: 1.25vw;
    line-height: 1.75;
    max-width: 55.625rem;
    text-align: center;
  }
}
@media screen and (min-width: 1500px) {
  .sec-greeting .greeting-text {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-greeting .greeting-text span {
    color: #000;
  }
}

.sec-group {
  padding-inline: 3.375rem;
}
@media screen and (min-width: 768px) {
  .sec-group {
    display: flex;
    gap: 5rem;
    padding-inline: 0 3.125rem;
  }
}
@media screen and (min-width: 1500px) {
  .sec-group {
    gap: 9rem;
  }
}
.sec-group__left {
  background-color: #525252;
  flex-shrink: 0;
  width: 30rem;
}
@media screen and (min-width: 1500px) {
  .sec-group__left {
    width: 35.125rem;
  }
}
.sec-group__left img {
  position: sticky;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .sec-group__right {
    flex: 1;
    padding-top: 7.5rem;
    max-width: 56.25rem;
  }
}

/*------------------------
  works
------------------------*/
.sec-works {
  margin-bottom: 7.1875rem;
}
@media screen and (min-width: 768px) {
  .sec-works {
    margin-bottom: 20.4375rem;
  }
}
.sec-works .home-title {
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .sec-works .home-title {
    margin-bottom: 2.9375rem;
    max-width: 49.0625rem;
    text-align: left;
  }
}
.sec-works .home-title::before {
  right: -5.875rem;
  bottom: -1.125rem;
  opacity: 0.5;
}
.sec-works .home-title img {
  width: 15rem;
}
@media screen and (min-width: 768px) {
  .sec-works .home-title img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sec-works .works_img {
    text-align: center;
  }
  .sec-works .works_img img {
    width: 17.5rem;
  }
}
.sec-works .works_wrap {
  display: grid;
  align-items: center;
  gap: 1.125rem;
}
@media screen and (min-width: 768px) {
  .sec-works .works_wrap {
    grid-template-columns: 15.625rem 1fr;
    gap: 1.875rem;
  }
}
@media screen and (min-width: 1500px) {
  .sec-works .works_wrap {
    grid-template-columns: 21.875rem 1fr;
    gap: 3.125rem;
  }
}
.sec-works .works_wrap .works_link {
  display: block;
  margin-top: 1.25rem;
}
@media screen and (min-width: 1500px) {
  .sec-works .works_wrap .works_link {
    margin-top: 3.75rem;
  }
}
.sec-works .works_wrap .works_link:hover {
  opacity: 0.5;
}
.sec-works .works_wrap .works_text h3 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 1rem;
  font-size: 0.8125rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .sec-works .works_wrap .works_text h3 {
    justify-content: flex-start;
    margin-bottom: 1.5625rem;
  }
}
@media screen and (max-width: 576px) {
  .sec-works .works_wrap .works_text h3 {
    font-size: 1.5rem;
  }
}
.sec-works .works_wrap .works_text h3 img {
  width: 9.375rem;
}
@media screen and (max-width: 576px) {
  .sec-works .works_wrap .works_text h3 img {
    width: 7.0625rem;
  }
}
.sec-works .works_wrap .works_text p {
  font-size: 0.9375rem;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (max-width: 576px) {
  .sec-works .works_wrap .works_text p {
    font-size: 1.4rem;
  }
}

/*------------------------
  profile
------------------------*/
.sec-profile .home-title {
  margin-bottom: 2.1875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec-profile .home-title {
    margin-bottom: 3rem;
    max-width: 57rem;
    text-align: left;
  }
  .sec-profile .home-title::before {
    right: -1.9375rem;
    bottom: -1.125rem;
    opacity: 0.5;
  }
}
.sec-profile .home-title img {
  width: 17.5rem;
}
@media screen and (min-width: 768px) {
  .sec-profile .home-title img {
    width: 100%;
  }
}
.sec-profile .profile_wrap {
  display: grid;
  gap: 2.125rem;
}
@media screen and (min-width: 768px) {
  .sec-profile .profile_wrap {
    grid-template-columns: 14.1875rem 1fr;
    gap: 1.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-profile .profile_img {
    text-align: center;
  }
  .sec-profile .profile_img img {
    width: 17.5rem;
  }
}
.sec-profile .profile_img figcaption {
  font-size: 1.25rem;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .sec-profile .profile_img figcaption {
    font-size: 0.75rem;
  }
}
.sec-profile .profile_text h3 {
  font-size: 1.75rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  margin-bottom: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec-profile .profile_text h3 {
    margin-bottom: 0.625rem;
    text-align: left;
  }
}
@media screen and (max-width: 576px) {
  .sec-profile .profile_text h3 {
    font-size: 1.875rem;
  }
}
.sec-profile .profile_text p {
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (max-width: 576px) {
  .sec-profile .profile_text p {
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=home.css.map */