.fv {
  margin-top: 6.2rem;
  background-color: white;
  position: relative;
}
.fv__bg img {
  width: 100%;
}
.fv__inner {
  position: absolute;
  top: 21.5rem;
  padding-left: 5.8rem;
}
@media (max-width: 767px) {
  .fv__inner {
    padding-left: 0.6rem;
    top: unset;
    bottom: 4rem;
  }
}
.fv__inner .logo {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .fv__inner .logo {
    margin-bottom: 0.5rem;
  }
}
.fv__inner .logo img {
  height: 16.5rem;
}
@media (max-width: 767px) {
  .fv__inner .logo img {
    width: 20.4rem;
    height: auto;
  }
}
.fv__inner h2 {
  font-size: 4rem;
  line-height: 1.4em;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media (max-width: 767px) {
  .fv__inner h2 {
    font-size: 1.6rem;
  }
}
.fv__news {
  width: 91rem;
  background: linear-gradient(123deg, #7D1C68 21.01%, #FF595B 202.63%);
  padding: 2rem 2.4rem;
  position: absolute;
  bottom: -2.7rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .fv__news {
    width: 100%;
    padding: 1.3rem 1rem;
  }
}
.fv__news h6 {
  color: white;
  font-size: 1.6rem;
  width: 10rem;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .fv__news h6 {
    width: 8rem;
  }
}
.fv__news a {
  width: calc(100% - 10rem);
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .fv__news a {
    width: calc(100% - 2rem);
  }
}
.fv__news p {
  color: white;
  font-size: 1.6rem;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .fv__news p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}
.fv__news .more p {
  font-size: 1.4rem;
  letter-spacing: 0;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.fv__news .more p img {
  margin-left: 0.6rem;
  width: 0.6rem;
  position: relative;
  top: 0.1rem;
}
.fv__news a {
  display: flex;
  align-items: center;
  transition: all 0.4s;
  left: 0;
  position: relative;
}
.fv__news a:hover {
  left: 0.5rem;
}

.sec {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.sec__inner {
  max-width: 115.5rem;
  margin: auto;
}

.thought {
  padding-top: 7.5rem;
  padding-bottom: 4rem;
  background-color: #fff;
}
@media (max-width: 767px) {
  .thought {
    padding-top: 9rem;
    padding-bottom: 6rem;
  }
}
.thought__content {
  display: flex;
}
@media (min-width: 768px) {
  .thought__content {
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .thought__content {
    flex-direction: column;
  }
}
.thought__txt {
  width: calc(100% - 40rem);
  padding-right: 12rem;
  padding-top: 5.2rem;
  padding-bottom: 5.2rem;
}
@media (max-width: 767px) {
  .thought__txt {
    width: 100%;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.thought__txt-ttl {
  width: 41.3rem;
  border-bottom: 0.3rem solid #bbb;
  position: relative;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .thought__txt-ttl {
    width: 100%;
  }
}
.thought__txt-ttl::before {
  content: "";
  width: 0rem;
  height: 0.3rem;
  position: absolute;
  left: 0;
  bottom: -0.3rem;
  background-color: #9A0D7C;
  transition-delay: 0.4s;
  transition-property: all;
  transition-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.thought__txt-ttl2 {
  width: 21.8rem;
  border-color: #9A0D7C;
}
.thought__txt-ttl2::before {
  display: none;
}
.thought__txt-ttl h2 {
  font-size: 2.8rem;
  padding-bottom: 1.8rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .thought__txt-ttl h2 {
    font-size: 2.4rem;
  }
}
.thought__txt-ttl h2 span {
  font-size: 1em;
}
.thought__txt-ttl h2 span img {
  width: 10rem;
  margin-right: 0.8rem;
}
.thought__txt-content {
  padding-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .thought__txt-content {
    padding-bottom: 1rem;
  }
}
.thought__txt-content h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
  line-height: normal;
}
.thought__txt-content p {
  font-size: 1.6rem;
  line-height: 1.87em;
  margin-bottom: 1.6rem;
}
.thought__txt .btn-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .thought__txt .btn-wrapper {
    padding-bottom: 5.6rem;
  }
}
.thought__txt .btn-wrapper .btn {
  width: 19rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4.1rem;
  color: #9A0D7C;
  font-size: 1.6rem;
  font-weight: 500;
  border: 1px solid #9A0D7C;
  border-radius: 99px;
  transition: all 0.4s;
}
.thought__txt .btn-wrapper .btn img, .thought__txt .btn-wrapper .btn svg {
  width: 4.9rem;
  margin-right: 0.5rem;
  height: auto;
  transition: all 0.4s;
  position: relative;
  top: 0.1rem;
  position: relative;
}
.thought__txt .btn-wrapper .btn img path, .thought__txt .btn-wrapper .btn svg path {
  transition: all 0.4s;
  fill: #9A0D7C;
}
.thought__txt .btn-wrapper .btn:hover {
  background-color: #9A0D7C;
  color: white;
}
.thought__txt .btn-wrapper .btn:hover svg path {
  fill: white;
}
.thought__img {
  width: 40rem;
  border-radius: 0.8rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .thought__img {
    width: 100%;
  }
}
.thought__img::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #9A0D7C;
  position: absolute;
  right: 0;
  top: 0;
  transition-property: all;
  transition-delay: 0.4s;
  transition-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.thought__img img {
  width: 100%;
}
.thought .thought__img.active::before {
  right: -100%;
}
.thought .thought__txt-ttl.active::before {
  width: 18.5rem;
}
.thought__mokuji {
  width: 100%;
}
.thought ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 3.6rem;
}
.thought ul li {
  margin-bottom: 1.7rem;
  width: calc(33.3333% - 1.0666rem);
}
@media (max-width: 767px) {
  .thought ul li {
    width: 100%;
  }
}
.thought ul li:last-child {
  margin-bottom: 0;
}
.thought ul li a {
  display: block;
  border-radius: 0.5rem;
  font-weight: 500;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 2.8rem;
  background-color: #E9E7DA;
  color: #383838;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  top: 0;
  font-weight: 700;
  font-size: 1.8rem;
  transition: all 0.4s;
}
.thought ul li a::before {
  content: "";
  position: absolute;
  width: 2.2rem;
  height: 2.2rem;
  background-image: url(../../img/common/arrow-right-circle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center;
  top: calc(50% - 1.1rem);
  right: 2.3rem;
  left: unset;
}
.thought ul li a:hover {
  top: -0.2rem;
}
.thought ul li a span {
  font-size: 0.9em;
}
.thought ul li a img {
  margin-left: 0.7rem;
}

.visionSec {
  background-image: url(../../img/top/vision-bg.webp);
  background-size: cover;
  background-position: center;
  padding-top: 11.4rem;
  padding-bottom: 13.3rem;
}
@media (max-width: 767px) {
  .visionSec {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.visionSec h2 {
  text-align: center;
  margin-bottom: 6rem;
}
.visionSec h2 img {
  width: 10rem;
}
.visionSec h2 span {
  font-size: 2.4rem;
  font-weight: 700;
  color: white;
  position: relative;
}
.visionSec h2 span::before {
  content: "";
  width: 17.2rem;
  height: 0.2rem;
  background-color: #fff;
  position: absolute;
  left: calc(50% - 8.6rem);
  bottom: -1.7rem;
  opacity: 0.3;
}
.visionSec p {
  text-align: center;
  color: white;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.111em;
  max-width: 85rem;
  margin: auto;
  letter-spacing: 0;
}

.newsSec {
  padding-top: 3.6rem;
  padding-left: 6.7rem;
  padding-bottom: 5.4rem;
}
@media (max-width: 767px) {
  .newsSec {
    padding-left: 2rem;
    padding-top: 5rem;
    padding-right: 2rem;
  }
}
.newsSec__ttl {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3rem;
}
.newsSec__ttl h2 {
  font-size: 2.8rem;
  padding-bottom: 1.8rem;
  font-weight: 700;
  width: 16.9rem;
  border-bottom: 0.3rem solid;
  border-color: #9A0D7C;
}
@media (max-width: 767px) {
  .newsSec__ttl h2 {
    font-size: 2.4rem;
  }
}
.newsSec__ttl h2 span {
  font-size: 1em;
}
.newsSec__ttl h2 span img {
  width: 10rem;
  margin-right: 0.8rem;
}
.newsSec__ttl a {
  font-size: 1.4rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #383838;
  display: flex;
  letter-spacing: 0;
  align-items: center;
  transition: all 0.3s;
}
.newsSec__ttl a img {
  width: 1.2rem;
  margin-left: 0.3rem;
}
.newsSec__ttl a:hover {
  opacity: 0.7;
}
.newsSec__inner {
  max-width: 115.4rem;
}
.newsSec ul li a {
  display: flex;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #BEB8B8;
  transition: all 0.3s;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .newsSec ul li a {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.newsSec ul li a:hover {
  opacity: 0.7;
}
.newsSec ul li a .article-about {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .newsSec ul li a .article-about {
    justify-content: space-between;
    margin-bottom: 1rem;
  }
}
.newsSec ul li a time {
  font-size: 2rem;
  font-weight: bold;
  color: #767575;
}
@media (max-width: 767px) {
  .newsSec ul li a time {
    font-size: 1.2rem;
  }
}
.newsSec ul li a .new-wrap {
  width: 22.9rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .newsSec ul li a .new-wrap {
    width: auto;
    margin-left: 1rem;
  }
}
.newsSec ul li a .new-wrap .new {
  border-radius: 26px;
  width: 9.7rem;
  height: 3rem;
  font-size: 1.6rem;
  color: white;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(123deg, #7D1C68 21.01%, #FF595B 202.63%);
}
@media (max-width: 767px) {
  .newsSec ul li a .new-wrap .new {
    font-size: 1.2rem;
    width: 6rem;
    height: 2rem;
  }
}
.newsSec ul li a p {
  color: #383838;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
  .newsSec ul li a p {
    font-size: 1.6rem;
    -webkit-line-clamp: 2;
  }
}

/*# sourceMappingURL=style.css.map */
