/*------------------------
  main visual
------------------------*/
.mainvisual {
  margin-bottom: 4.3125rem;
  padding: 0 3.5rem;
}
@media screen and (min-width: 768px) {
  .mainvisual {
    margin-bottom: 6.875rem;
    padding: 0 4.0625rem;
  }
}
.mainvisual .mv_img {
  order: 2;
  width: auto;
  display: flex;
  justify-content: center;
}

.c-title {
  overflow: hidden;
  margin-inline: 3.75rem;
}
@media screen and (min-width: 768px) {
  .c-title {
    margin-inline: 0;
  }
}
.c-title.c-title--left .c-title__main {
  padding-inline: 0 2.625rem;
}
@media screen and (min-width: 768px) {
  .c-title.c-title--left .c-title__main {
    padding-inline: 4.125rem 3.75rem;
  }
}
.c-title.c-title--left .c-title__main::after {
  left: 100%;
}
.c-title.c-title--right {
  text-align: right;
}
.c-title.c-title--right .c-title__main {
  padding-inline: 1.0625rem 0;
}
@media screen and (min-width: 768px) {
  .c-title.c-title--right .c-title__main {
    padding-inline: 5rem 5.875rem;
  }
}
.c-title.c-title--right .c-title__main::after {
  right: 100%;
}
.c-title__main {
  display: inline-block;
  background-color: #fff;
  font-size: 3.75rem;
  font-weight: 300;
  font-family: var(--font-en);
  letter-spacing: 0.1em;
  position: relative;
}
.c-title__main::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100vw;
}

/*------------------------
  top / news list
------------------------*/
.news-sec .ly-container {
  padding-block: 5.4375rem 10.6875rem;
}
@media screen and (min-width: 768px) {
  .news-sec .ly-container {
    padding-block: 7.5rem 15.9375rem;
  }
}
.news-sec .news-wrap .news-twitter_btn {
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
  position: relative;
  margin: 0 auto 4.0625rem;
}
@media screen and (min-width: 768px) {
  .news-sec .news-wrap .news-twitter_btn {
    max-width: 53.5rem;
    margin-bottom: 2.625rem;
  }
}
.news-sec .news-wrap .news-twitter_btn::before {
  content: "";
  box-sizing: border-box;
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  height: 2.375rem;
  width: 2.5rem;
  position: absolute;
  top: -1px;
  left: -1px;
}
.news-sec .news-wrap .news-twitter_btn::after {
  content: "";
  box-sizing: border-box;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  height: 2.375rem;
  width: 2.5rem;
  position: absolute;
  top: -1px;
  right: -1px;
}
.news-sec .news-wrap .news-twitter_btn_wrap {
  position: relative;
}
.news-sec .news-wrap .news-twitter_btn_wrap::before {
  content: "";
  box-sizing: border-box;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  height: 2.375rem;
  width: 2.5rem;
  position: absolute;
  bottom: -1px;
  left: -1px;
}
.news-sec .news-wrap .news-twitter_btn_wrap::after {
  content: "";
  box-sizing: border-box;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  height: 2.375rem;
  width: 2.5rem;
  position: absolute;
  bottom: -1px;
  right: -1px;
}
.news-sec .news-wrap .news-twitter_btn_label {
  background: #FFF;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  font-family: var(--font-en);
  font-weight: 400;
  letter-spacing: 0.17em;
  padding-inline: 1.5rem;
}
@media screen and (min-width: 768px) {
  .news-sec .news-wrap .news-twitter_btn_label {
    font-size: 1.25rem;
    padding-inline: 1.25rem;
  }
}
.news-sec .news-wrap .news-twitter_btn_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.125rem;
  padding: 2.5rem 1.5rem;
  font-size: 1.75rem;
  letter-spacing: 0.19em;
  transition: 0.6s;
}
@media screen and (min-width: 768px) {
  .news-sec .news-wrap .news-twitter_btn_inner {
    font-size: 2rem;
    padding: 2.1875rem 1.5rem;
  }
  .news-sec .news-wrap .news-twitter_btn_inner:hover {
    letter-spacing: 0.3em;
  }
}
.news-sec .news-wrap .news-twitter_btn img {
  width: 2.125rem;
}
@media screen and (min-width: 768px) {
  .news-sec .news-wrap .news-twitter_btn img {
    width: 2.8125rem;
  }
}
.news-sec .news-wrap .news-body {
  background-color: #FFF;
  border-radius: 0.75rem;
}
.news-sec .news-wrap .news-body .btn_common {
  margin-top: 4.1875rem;
}
@media screen and (max-width: 576px) {
  .news-sec .news-wrap .news-body .btn_common {
    margin-top: 1.875rem;
  }
}
.news-sec .news-wrap .news-list {
  max-width: 53.75rem;
  margin: 0 auto;
}

/*------------------------
  greeting
------------------------*/
.sec-greeting .ly-container {
  padding-block: 4.875rem 8.9375rem;
}
@media screen and (min-width: 768px) {
  .sec-greeting .ly-container {
    padding-block: 6.25rem 11.375rem;
  }
}
@media screen and (min-width: 768px) {
  .sec-greeting__wrap {
    display: flex;
  }
}
.sec-greeting__img {
  width: 41.25rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .sec-greeting__img {
    flex-shrink: 0;
    width: 48.958%;
  }
}
.sec-greeting .text {
  flex: 1;
  font-size: 1.625rem;
  letter-spacing: 0.06em;
  margin-top: -6.5625rem;
  margin-left: 6.875rem;
  padding: 10rem 3.75rem 3.75rem 3.125rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .sec-greeting .text {
    font-size: 1.0625rem;
    line-height: 2.17;
    margin-top: 5.625rem;
    margin-left: 0;
    padding: 7.5rem 5.625rem 7.5rem;
  }
}
@media screen and (min-width: 1500px) {
  .sec-greeting .text {
    margin-top: 11.875rem;
    padding: 10rem 12.125rem 11.25rem;
  }
}
.sec-greeting .text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: #f7f6f5 url("../../images/common/bg.svg") repeat-x left top;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .sec-greeting .text::before {
    left: -22.1875rem;
  }
}
.sec-greeting .text p {
  line-height: inherit;
}
.sec-greeting .text .large-size {
  font-size: 2rem;
  margin-bottom: 2.25rem;
}
@media screen and (min-width: 768px) {
  .sec-greeting .text .large-size {
    font-size: 1.375rem;
    line-height: 1.95;
  }
}

/*------------------------
  profile
------------------------*/
.sec-profile .ly-container {
  padding-block: 4.3125rem 0;
}
@media screen and (min-width: 768px) {
  .sec-profile .ly-container {
    padding-block: 6.25rem 0;
  }
}
@media screen and (min-width: 768px) {
  .sec-profile .profile_wrap {
    display: flex;
    align-items: center;
    padding-left: 5.625rem;
  }
}
@media screen and (min-width: 1500px) {
  .sec-profile .profile_wrap {
    padding-left: 8.125rem;
  }
}
.sec-profile .profile_img {
  display: block;
  margin-left: auto;
  width: 41.25rem;
}
@media screen and (min-width: 768px) {
  .sec-profile .profile_img {
    margin-left: 0;
    order: 2;
    flex-shrink: 0;
    width: 48.958%;
    position: relative;
    z-index: 2;
  }
}
.sec-profile .profile_text {
  margin-top: -6.5625rem;
  position: relative;
  padding: 10rem 5.3125rem 4.375rem 3.5rem;
  width: 41.25rem;
}
@media screen and (min-width: 768px) {
  .sec-profile .profile_text {
    margin-top: 0;
    padding: 5rem 5.625rem 5rem;
    width: auto;
  }
}
@media screen and (min-width: 1500px) {
  .sec-profile .profile_text {
    padding: 8.125rem 9.375rem 8.125rem 10.3125rem;
  }
}
.sec-profile .profile_text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: #f7f6f5 url("../../images/common/bg.svg") repeat-x left top;
  z-index: -1;
}
.sec-profile .profile_text p {
  font-size: 1.625rem;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .sec-profile .profile_text p {
    font-size: 1.0625rem;
    line-height: 1.94;
  }
}
.sec-profile .profile_name {
  display: flex;
  align-items: center;
  gap: 1.5625rem;
  margin-bottom: 20px;
}
.sec-profile .profile_name h3 {
  font-size: 2.6875rem;
  font-weight: 300;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .sec-profile .profile_name h3 {
    font-size: 2.0625rem;
  }
}
.sec-profile .profile_name span {
  font-family: var(--font-en);
  font-size: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .sec-profile .profile_name span {
    font-size: 1.125rem;
  }
}/*# sourceMappingURL=home.css.map */