.fv {
  background-image: url(../../img/top/fv.webp);
  height: 77rem;
  width: 100%;
  background-size: cover;
  background-position: center;
  padding-top: 45rem;
  padding-left: 13rem;
}
.fv__inner img {
  width: 40rem;
  height: auto;
}
@media (max-width: 767px) {
  .fv {
    background-image: url(../../img/top/fv-sp.webp);
    padding-left: 12rem;
    padding-top: 4.2rem;
    height: 69.5rem;
    margin-top: 5rem;
  }
  .fv__inner img {
    width: 13.6rem;
  }
}

.about {
  padding-top: 15rem;
  padding-bottom: 9rem;
}
@media (max-width: 767px) {
  .about {
    padding-top: 8.9rem;
    padding-bottom: 6.4rem;
  }
}
.about__ttl {
  text-align: center;
}
.about__ttl-img {
  width: 53rem;
  height: auto;
}
@media (max-width: 767px) {
  .about__ttl-img {
    width: 31.5rem;
  }
}
.about__contents {
  padding-top: 6.4rem;
  display: flex;
  padding-bottom: 5rem;
}
@media (max-width: 767px) {
  .about__contents {
    flex-direction: column-reverse;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.about__contents-column h3 {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .about__contents-column h3 {
    font-size: 1.8rem;
    white-space: nowrap;
    margin-bottom: 2rem;
  }
}
.about__contents-column p {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 2.06em;
  padding-right: 2rem;
}
@media (max-width: 767px) {
  .about__contents-column p {
    padding-right: 0;
    font-size: 1.4rem;
  }
}
.about__contents .txt-column {
  width: calc(100% - 51.1rem);
}
@media (max-width: 767px) {
  .about__contents .txt-column {
    width: 100%;
  }
}
.about__contents .img-column {
  width: 51.1rem;
}
@media (max-width: 767px) {
  .about__contents .img-column {
    width: 100%;
  }
}
.about__contents .img-column img {
  width: 110%;
  margin-top: -5%;
}
@media (max-width: 767px) {
  .about__contents .img-column img {
    width: 120%;
    margin-left: -10%;
  }
}
.about__btns {
  display: flex;
  justify-content: center;
}
.about__btns .btn {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .about__btns {
    flex-direction: column;
    align-items: center;
  }
  .about__btns .btn {
    margin-left: 0;
    margin-right: 0;
  }
  .about__btns .btn:nth-child(1) {
    margin-bottom: 2rem;
  }
}

.information {
  background-color: rgba(232, 232, 232, 0.5);
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 767px) {
  .information {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
.information__ttl-wrapper {
  margin-bottom: 1.6rem;
}
.information__ttl-text {
  font-size: 2.6rem;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: normal;
}
.information__ttl-text span {
  font-weight: 400;
  margin-left: 0.7rem;
  font-size: 1.4rem;
}
.information__article-wrapper {
  padding-top: 0.5rem;
}
.information__article-link {
  display: flex;
  padding-top: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: solid 2px rgba(203, 203, 203, 0.5);
  color: #333;
}
@media (min-width: 768px) {
  .information__article-link {
    align-items: center;
    transition: all 0.4s;
  }
  .information__article-link:hover {
    border-color: #ff9498;
  }
}
.information__article-link::before, .information__article-link::after {
  top: unset;
}
.information__article-link::before {
  bottom: calc(50% - 0.4rem);
}
.information__article-link::after {
  bottom: calc(50% - 0.7rem);
}
@media (max-width: 767px) {
  .information__article-link {
    padding-top: 2.5rem;
    flex-wrap: wrap;
  }
  .information__article-link::before, .information__article-link::after {
    top: unset;
  }
  .information__article-link::before {
    bottom: 2.5rem;
  }
  .information__article-link::after {
    bottom: 2.1rem;
  }
}
@media (max-width: 767px) {
  .information__article-item:nth-child(1) a {
    padding-top: 2rem;
  }
}
.information .article-time {
  width: 13.7rem;
  font-size: 1.3rem;
  line-height: normal;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .information .article-time {
    width: 11.2rem;
  }
}
.information .article-categories {
  display: flex;
  align-items: center;
  width: 16.8rem;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .information .article-categories {
    width: calc(100% - 11.2rem);
  }
}
.information .article-categories p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  line-height: 1.7rem;
  border-radius: 99px;
  padding-left: 2.5rem;
  position: relative;
  color: #333;
}
.information .article-categories p::before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  position: absolute;
  left: 1rem;
  top: calc(50% - 0.6rem);
  background-color: #ff9498;
}
.information .article-categories p.bind::before {
  background-color: #73c1e3;
}
.information .article-categories p.bindregion::before {
  background-color: #f7bf65;
}
.information .article-categories p.hospital::before {
  background-color: #a6d67c;
}
.information .article-categories p.uncategorized::before {
  background-color: #cbcbcb;
}
.information .article-ttl {
  font-size: 1.5rem;
  letter-spacing: -0.05em;
  line-height: normal;
}
.information__btns-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .information__btns-wrapper {
    flex-direction: column;
  }
}
.information__btns-wrapper .left {
  padding-top: 1.4rem;
}
@media (max-width: 767px) {
  .information__btns-wrapper .left {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .information__btns-wrapper .right {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
}
.information-categories {
  display: flex;
}
@media (max-width: 767px) {
  .information-categories {
    flex-wrap: wrap;
  }
}
.information-categories li {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .information-categories li {
    margin-bottom: 1rem;
  }
}
.information-categories li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cbcbcb;
  background-color: white;
  font-size: 1.2rem;
  height: 2.4rem;
  border-radius: 99px;
  padding-right: 1rem;
  padding-left: 2.5rem;
  position: relative;
  color: #333;
}
.information-categories li a::before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  position: absolute;
  left: 1rem;
  top: calc(50% - 0.6rem);
  background-color: #ff9498;
}
.information .article-categories p.bind::before {
  background-color: #73c1e3;
}
.information .article-categories p.bindregion::before {
  background-color: #f7bf65;
}
.information-categories li a.bind::before {
  background-color: #73c1e3;
}
.information-categories li a.bindregion::before {
  background-color: #f7bf65;
}
.information-categories li a.uncategorized::before {
  background-color: #cbcbcb;
}
.information-categories li a.hospital::before {
  background-color: #a6d67c;
}
@media (min-width: 768px) {
  .information-categories li a {
    transition: all 0.4s;
  }
  .information-categories li a:hover {
    opacity: 0.7;
  }
}

.effort {
  position: relative;
  overflow: hidden;
}
.effort-bg {
  width: 100%;
  height: auto;
  position: absolute;
}
@media (max-width: 767px) {
  .effort-bg {
    left: 0;
    bottom: 0;
  }
}
.effort__inner {
  padding-top: 11rem;
  position: relative;
  z-index: 2;
  padding-bottom: 32rem;
}
@media (max-width: 767px) {
  .effort__inner {
    padding-top: 8rem;
    padding-bottom: 13.4rem;
  }
}
.effort__ttl {
  text-align: right;
}
.effort__ttl-img {
  width: 62rem;
  height: auto;
  margin-bottom: 2.8rem;
}
@media (max-width: 767px) {
  .effort__ttl-img {
    width: 31.2rem;
    margin-bottom: 1.5rem;
  }
}
.effort-text {
  text-align: right;
  line-height: 2.06em;
  font-size: 1.8rem;
  color: #111;
  margin-bottom: 7.5rem;
}
@media (max-width: 767px) {
  .effort-text {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-weight: normal;
  }
}
.effort__btns-wrapper {
  display: flex;
  justify-content: flex-end;
}

.tired {
  padding-top: 13.7rem;
  padding-bottom: 14rem;
}
@media (max-width: 767px) {
  .tired {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }
}
.tired__inner {
  max-width: 104.3rem;
}
.tired__contents {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .tired__contents {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .tired__contents-column {
    width: 100%;
  }
}
.tired__contents-img {
  width: 100%;
}
@media (max-width: 767px) {
  .tired__contents-img {
    width: 23.4rem;
    display: block;
    margin: auto;
    margin-bottom: 2.2rem;
  }
}
.tired__contents-ttl {
  font-size: 3rem;
  line-height: 1.5em;
  color: #000;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .tired__contents-ttl {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    line-height: 1.44em;
    text-align: center;
  }
}
.tired__contents-text {
  font-size: 1.5rem;
  line-height: 1.87em;
  letter-spacing: -0.05em;
  margin-bottom: 5.6rem;
  color: #000;
}
@media (max-width: 767px) {
  .tired__contents-text {
    font-size: 1.3rem;
    line-height: 1.92em;
    margin-bottom: 1.5rem;
  }
}
.tired__contents .img-column {
  width: 49%;
}
@media (max-width: 767px) {
  .tired__contents .img-column {
    width: 100%;
  }
}
.tired__contents .txt-column {
  width: 51%;
  padding-left: 7rem;
}
@media (max-width: 767px) {
  .tired__contents .txt-column {
    padding-left: 0;
    width: 100%;
  }
}
.tired__contents .txt-column .tired__btn-wrapper {
  display: flex;
  justify-content: center;
}

.team {
  padding-top: 8.7rem;
  position: relative;
  padding-bottom: 11.2rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .team1 {
    padding-bottom: 15rem;
  }
}
@media (max-width: 767px) {
  .team {
    padding-top: 0;
    padding-bottom: 8rem;
  }
}
.team::before {
  content: "";
  width: 67.69rem;
  height: 57.45rem;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../../img/top/bind-ob.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  pointer-events: none;
  z-index: 3;
}
@media (max-width: 767px) {
  .team::before {
    background-image: url(../../img/top/bind-ob-sp.svg);
    height: 21.56rem;
    width: 28.421rem;
    left: -3rem;
  }
}
.team::after {
  content: "";
  width: 100%;
  height: 27.6rem;
  background-color: #888;
  position: absolute;
  right: 0%;
  top: 8.69rem;
  z-index: 2;
  transition: all 1s;
}
@media (max-width: 767px) {
  .team::after {
    height: 15.6rem;
    top: 3.72rem;
  }
}
.team.active::after {
  right: -100%;
}
@media (max-width: 767px) {
  .team2::after {
    height: 20rem;
  }
}
@media (max-width: 767px) {
  .team2 {
    padding-bottom: 10rem;
  }
}
.team__ttl-wrapper {
  position: relative;
  z-index: 3;
  padding-left: 8.7rem;
  padding-top: 6rem;
  height: 27.6rem;
}
@media (max-width: 767px) {
  .team__ttl-wrapper {
    padding-left: 3rem;
    height: 15.6rem;
    padding-top: 3.5rem;
    margin-top: 3.72rem;
  }
}
.team__ttl-mainttl {
  display: inline-block;
  font-size: 11rem;
  position: relative;
}
.team__ttl-mainttl::before {
  content: "";
  width: 100%;
  z-index: -1;
  height: 0.5rem;
  position: absolute;
  left: 0.7rem;
  bottom: -0.5rem;
  background-color: #ff9498;
  background-color: #884b4d;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .team__ttl-mainttl::before {
    left: 0.3rem;
  }
}
@media (max-width: 767px) {
  .team__ttl-mainttl {
    font-size: 5rem;
  }
}
.team__ttl-subttl {
  font-size: 3rem;
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-top: 2rem;
  padding-left: 0.7rem;
  position: relative;
}
.team__ttl-subttl span {
  font-size: 1em;
  font-weight: 500;
  position: relative;
  top: 0.1rem;
}
@media (max-width: 767px) {
  .team__ttl-subttl {
    font-size: 2.3rem;
    margin-top: 1rem;
  }
}
.team-img {
  width: 60.25rem;
  height: auto;
  position: absolute;
  top: 2rem;
  right: 5rem;
}
@media (max-width: 767px) {
  .team-img {
    width: 26rem;
    top: 7.5rem;
    right: 0;
  }
}
.team-img2 {
  top: 20rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .team-img2 {
    width: 32rem;
    right: calc(50% - 16rem);
    top: 17rem;
  }
}
.team.active .team__ttl-wrapper h2::before {
  background-color: #ff9498;
}
.team__inner {
  padding-top: 1.5rem;
  padding-left: 3rem;
  padding-right: 3rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .team__inner {
    padding-top: 12rem;
  }
}
.team__inner::before {
  content: "";
  width: 79.5rem;
  height: 74.3rem;
  position: absolute;
  background-image: url(../../img/top/team-bg.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  right: -4rem;
  top: 9rem;
}
@media (max-width: 767px) {
  .team__inner::before {
    background-image: url(../../img/top/team-bg-sp.webp);
    width: 40.4rem;
    height: 34.5rem;
    top: -2rem;
    left: -1rem;
  }
}
.team__inner2::before {
  background-image: url(../../img/top/team-bg2.webp);
  top: 20rem;
}
@media (max-width: 767px) {
  .team__inner2::before {
    background-image: url(../../img/top/team-bg2-sp.webp);
    top: 13rem;
  }
}
@media (max-width: 767px) {
  .team__inner2 {
    padding-top: 20rem;
  }
}
.team .section__inner {
  max-width: 96.6rem;
  margin: auto;
  position: relative;
}
.team .section__inner .btn-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .team .section__inner .btn-wrapper {
    flex-direction: column;
  }
}
.team .section__inner .btn-wrapper .left {
  padding-top: 1.4rem;
}
@media (max-width: 767px) {
  .team .section__inner .btn-wrapper .left {
    padding-top: 0;
  }
}
.team .section__inner .btn-wrapper .left ul {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .team .section__inner .btn-wrapper .left ul {
    flex-wrap: wrap;
  }
}
.team .section__inner .btn-wrapper .left ul li {
  margin-right: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .team .section__inner .btn-wrapper .left ul li {
    margin-bottom: 1rem;
  }
}
.team .section__inner .btn-wrapper .left ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cbcbcb;
  background-color: white;
  font-size: 1.2rem;
  height: 2.4rem;
  border-radius: 99px;
  padding-right: 1rem;
  padding-left: 2.5rem;
  position: relative;
  color: #333;
}
.team .section__inner .btn-wrapper .left ul li a::before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  position: absolute;
  left: 1rem;
  top: calc(50% - 0.6rem);
  background-color: #ff9498;
}
.team .section__inner .btn-wrapper .left ul li a.bind::before {
  background-color: #73c1e3;
}
.team .section__inner .btn-wrapper .left ul li a.bindregion::before {
  background-color: #f7bf65;
}
.team .section__inner .btn-wrapper .left ul li a.bindtayori::before {
  background-color: #f7bf65;
}
.team .section__inner .btn-wrapper .left ul li a.bind-regiontayori::before {
  background-color: #73c1e3;
}
.team .section__inner .btn-wrapper .left ul li a.uncategorized::before {
  background-color: #cbcbcb;
}
@media (min-width: 768px) {
  .team .section__inner .btn-wrapper .left ul li a {
    transition: all 0.4s;
  }
  .team .section__inner .btn-wrapper .left ul li a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .team .section__inner .btn-wrapper .right {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .team .section__inner .btn-wrapper .right.sp-hide {
    display: none;
  }
}
.team__inner-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.06em;
  letter-spacing: -0.05em;
  margin-bottom: 5.5rem;
}
@media (max-width: 767px) {
  .team__inner-text {
    text-align: center;
    font-weight: normal;
    font-size: 1.4rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .team__btns-wrapper {
    display: flex;
    justify-content: center;
  }
}
.team__lists {
  margin-top: 5.5rem;
  margin-bottom: 7.3rem;
}
@media (max-width: 767px) {
  .team__lists {
    margin-top: 4.5rem;
    margin-bottom: 5rem;
  }
}
.team__lists li a {
  display: block;
  width: 34rem;
  line-height: normal;
  font-size: 1.7rem;
  letter-spacing: -0.05em;
  color: #333;
  padding-top: 1.1rem;
  padding-bottom: 1.2rem;
  border-bottom: 2px solid rgba(203, 203, 203, 0.5);
}
@media (max-width: 767px) {
  .team__lists li a {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .team__lists li a {
    transition: all 0.4s;
  }
  .team__lists li a:hover {
    border-color: #ff9498;
  }
}
.team__cards {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .team__cards {
    flex-direction: column;
  }
}
.team__cards-item {
  border-radius: 10px;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px rgba(255, 148, 152, 0.4);
  background-color: #fff;
  display: block;
  color: #333333;
  width: calc(33.33333% - 2.2rem);
}
@media (max-width: 767px) {
  .team__cards-item {
    width: 100%;
    margin-bottom: 2rem;
  }
  .team__cards-item:last-child {
    margin-bottom: 0;
  }
}
.team__cards-item .img-wrapper {
  height: 17.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.team__cards-item .img-wrapper img {
  width: 22.6rem;
  height: auto;
}
.team__cards-item h4 {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  color: #ff9498;
  margin-bottom: 2.2rem;
}
@media (max-width: 767px) {
  .team__cards-item h4 {
    margin-bottom: 1.2rem;
  }
}
@media (min-width: 768px) {
  .team__cards-item:hover .toggle::after {
    right: 0;
  }
}
.team__cards-content {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
  padding-bottom: 4.5rem;
}
@media (max-width: 767px) {
  .team__cards-content {
    padding-left: 3.9rem;
    padding-right: 3.9rem;
    padding-bottom: 3.5rem;
  }
}
.team__cards-content p {
  font-size: 1.5rem;
  line-height: 1.87em;
  letter-spacing: -0.05em;
  border-bottom: solid 1px #cbcbcb;
  padding-bottom: 1.8rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .team__cards-content p {
    font-size: 1.3rem;
  }
}
.team__cards-content .toggle {
  font-size: 1.2rem;
  width: 9rem;
  margin-left: auto;
}

.articles {
  padding-top: 16.7rem;
}
.articles__ttl-wrapper {
  margin-bottom: 1rem;
  margin-bottom: 1rem;
}
.articles__ttl-text {
  font-size: 2.6rem;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: normal;
}
.articles__ttl-text span {
  margin-left: 0.7rem;
  font-weight: normal;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .articles__btns-wrapper {
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .articles {
    padding-top: 3rem;
  }
}
.articles2 {
  padding-top: 0;
}
@media (max-width: 767px) {
  .articles2 {
    padding-top: 0;
  }
}
.articles .swiper {
  margin-top: 3rem;
  padding-bottom: 9rem;
}
.articles .swiper.swiper2 {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .articles .swiper {
    margin-top: 1.8rem;
    margin-left: -3rem;
    margin-right: -3rem;
  }
}
.articles .swiper-wrapper a {
  color: #333;
  display: block;
}
.articles .swiper-wrapper a img {
  width: 100%;
  height: 20.2rem;
  object-fit: cover;
  transition: all 0.4s;
  border-radius: 10px;
}
.articles .swiper-wrapper a .categories {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.articles .swiper-wrapper a .categories.categories2 {
  margin-bottom: 1rem;
}
.articles .swiper-wrapper a .categories p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  line-height: 1.7rem;
  border-radius: 99px;
  padding-left: 1.5rem;
  position: relative;
  color: #333;
  margin-right: 0.5rem;
}
.articles .swiper-wrapper a .categories p::before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  position: absolute;
  left: 0rem;
  top: calc(50% - 0.6rem);
  background-color: #ff9498;
}
.articles .swiper-wrapper a .categories p.bind::before {
  background-color: #73c1e3;
}

.articles .swiper-wrapper a .categories p.bindregion::before {
  background-color: #f7bf65;
}

.articles .swiper-wrapper a .categories p.bindtayori::before {
  background-color: #f7bf65;
}

.articles .swiper-wrapper a .categories p.bind-regiontayori::before {
  background-color: #73c1e3;
}

.articles .swiper-wrapper a .categories p.uncategorized::before {
  background-color: #cbcbcb;
}
.articles .swiper-wrapper a time {
  display: inline-block;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: normal;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  letter-spacing: 0.2em;
}
.articles .swiper-wrapper a .articles__slides-time-wrapper {
  display: flex;
  margin-top: 1.4rem;
  margin-bottom: 0.6rem;
}
.articles .swiper-wrapper a .articles__slides-time-wrapper p {
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.2em;
}
.articles .swiper-wrapper a .articles__slides-time-wrapper .time1 {
  margin-right: 3rem;
}
.articles .swiper-wrapper a h6 {
  font-size: 2rem;
  line-height: 1.5em;
  color: #000;
  margin-bottom: 1rem;
}
.articles .swiper-wrapper a h6.h6-2 {
  margin-bottom: 0.5rem;
}
.articles .swiper-wrapper a .tags {
  display: flex;
  color: #888;
  flex-wrap: wrap;
  margin-top: 1rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #cbcbcb;
}
.articles .swiper-wrapper a .tags p {
  margin-right: 1rem;
  font-size: 1.2rem;
  line-height: normal;
}
.articles .swiper-wrapper a .toggle-wrapper {
  display: flex;
  justify-content: flex-end;
}
.articles .swiper-wrapper a .toggle-wrapper .toggle {
  width: 9rem;
  font-size: 1.2rem;
  line-height: normal;
  margin-top: 1rem;
  pointer-events: none;
}
.articles .swiper-wrapper a .articles__description-wrapper {
  height: 9.8rem;
  border-bottom: 1px solid #cbcbcb;
}
.articles .swiper-wrapper a .articles__description-wrapper p {
  font-size: 1.5rem;
  line-height: 1.87em;
  letter-spacing: -0.05em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (max-width: 767px) {
  .articles .swiper-wrapper a .articles__description-wrapper p {
    font-size: 1.3rem;
    line-height: 1.92em;
  }
}
@media (min-width: 768px) {
  .articles .swiper-wrapper a:hover img {
    opacity: 0.7;
  }
  .articles .swiper-wrapper a:hover .toggle-wrapper .toggle::after {
    right: 0;
  }
}
@media (max-width: 767px) {
  .articles .swiper .swiper-slide:not(.swiper-slide-active) {
    opacity: 0.3;
  }
}
.articles .swiper .swiper-pagination {
  position: static;
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.articles .swiper .swiper-pagination .swiper-pagination-bullet {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.articles .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ff9498;
}
.articles .swiper .btn-wrapper3 {
  display: flex;
  justify-content: center;
}

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