@charset "UTF-8";
.l-pagehead .txt {
  display: none;
}

/* ----------------------------------------------------------------------------------------------------
*	一覧
* --------------------------------------------------------------------------------------------------*/
.p-navi {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-navi .c-inner {
    padding: 0;
  }
}

p.p-navi-txt {
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  p.p-navi-txt {
    font-size: 3.2558139535vw;
    line-height: 2;
  }
}

.p-navi-ttl {
  margin-top: 2.8rem;
  padding: 3.8rem;
  text-align: center;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  background: #47A6DC;
  border-radius: calc(infinity * 1px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-navi-ttl {
    margin: 5.8139534884vw auto 0;
    padding: 5.1162790698vw;
    font-size: 3.7209302326vw;
    font-weight: 600;
    line-height: 1.25;
    width: 90.6976744186vw;
  }
}
.p-navi-ttl::before {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  translate: -50% 0;
  width: 2.4rem;
  aspect-ratio: 24/20;
  background: #47A6DC;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 767px) {
  .p-navi-ttl::before {
    width: 4.6511627907vw;
  }
}

.p-navi-slide {
  position: relative;
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-block: 4rem 8.7rem;
}
@media screen and (max-width: 767px) {
  .p-navi-slide {
    padding-block: 6.976744186vw 13.488372093vw;
    justify-content: center;
  }
}
.p-navi-slide.slick-initialized {
  display: flex;
  opacity: 1;
}
.p-navi-slide::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: 100vw;
  height: 33.7rem;
  background: #F7F7F7;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-navi-slide::before {
    height: 62.7906976744vw;
  }
}
.p-navi-slide img {
  width: 100%;
}
.p-navi-slide .slick-list {
  order: 0;
  padding-block: 1rem 3rem !important;
}
@media screen and (max-width: 767px) {
  .p-navi-slide .slick-list {
    padding-block: 2.3255813953vw 6.976744186vw !important;
  }
}
.p-navi-slide .slick-slide {
  width: 39rem;
  transition: 0.3s ease-in-out;
  padding-inline: 8px;
}
@media screen and (max-width: 767px) {
  .p-navi-slide .slick-slide {
    padding-inline: 5px;
  }
}
.p-navi-slide .slick-slide a {
  position: relative;
  display: block;
  padding: 8px;
}
@media screen and (max-width: 767px) {
  .p-navi-slide .slick-slide a {
    padding: 5px;
  }
}
.p-navi-slide .slick-slide a::before {
  position: absolute;
  inset: 0;
  content: "";
  box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.16);
  opacity: 0;
  border-radius: 1.2rem;
  border: 8px solid #fff;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-navi-slide .slick-slide a::before {
    box-shadow: 0 0.6976744186vw 2.3255813953vw rgba(0, 0, 0, 0.16);
    border-width: 5px;
  }
}
.p-navi-slide .slick-slide img {
  transition: 0.3s ease-in-out;
  transform: scale(0.8);
  border-radius: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-navi-slide .slick-slide img {
    transform: scale(0.9);
  }
}
.p-navi-slide .slick-center a::before,
.p-navi-slide .is-active-next a::before {
  opacity: 1;
  transition-delay: 0.2s;
}
.p-navi-slide .slick-center img,
.p-navi-slide .is-active-next img {
  transform: scale(1);
}
.p-navi-slide .slide-btn {
  width: 7.6rem;
  border-radius: calc(infinity * 1px);
  overflow: hidden;
  translate: 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-navi-slide .slide-btn {
    width: 11.6279069767vw;
    translate: 0;
  }
}
.p-navi-slide .slide-btn svg {
  vertical-align: bottom;
  width: 100%;
}
.p-navi-slide .slide-btn._prev {
  order: 1;
}
@media screen and (max-width: 767px) {
  .p-navi-slide .slide-btn._prev {
    order: 2;
    margin-right: 2.3255813953vw;
  }
}
.p-navi-slide .slide-btn._next {
  order: 3;
}
@media screen and (max-width: 767px) {
  .p-navi-slide .slide-btn._next {
    margin-left: 2.3255813953vw;
  }
}
.p-navi-slide .slide-btn:focus-visible {
  opacity: 1;
}
.p-navi-slide .slide-btn:focus-visible .slide-btn-bg {
  fill: transparent;
}
.p-navi-slide .slide-btn:focus-visible .slide-btn-arrow {
  stroke: #47A6DC;
}
@media (any-hover: hover) {
  .p-navi-slide .slide-btn:hover {
    opacity: 1;
  }
  .p-navi-slide .slide-btn:hover .slide-btn-bg {
    fill: transparent;
  }
  .p-navi-slide .slide-btn:hover .slide-btn-arrow {
    stroke: #47A6DC;
  }
}
.p-navi-slide .slick-dots {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 6rem;
  order: 2;
  counter-reset: count-number;
}
@media screen and (max-width: 767px) {
  .p-navi-slide .slick-dots {
    order: 1;
    gap: 9.3023255814vw;
    width: 100%;
    padding: 0 9.7674418605vw 10.4651162791vw;
    justify-content: space-between;
    margin-inline: auto;
  }
}
.p-navi-slide .slick-dots li {
  position: relative;
  width: 1rem;
}
@media screen and (max-width: 767px) {
  .p-navi-slide .slick-dots li {
    width: 1.1627906977vw;
  }
}
.p-navi-slide .slick-dots li::before {
  counter-increment: count-number;
  content: "0" counter(count-number);
  position: absolute;
  font-family: "Outfit", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  bottom: -3.4rem;
  left: 50%;
  translate: -50% 0;
  width: 1.5em;
  height: 1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-navi-slide .slick-dots li::before {
    font-size: 3.488372093vw;
    bottom: -5.8139534884vw;
  }
}
.p-navi-slide .slick-dots li.slick-active button {
  background: #47A6DC;
  transform: scale(1.4);
}
.p-navi-slide .slick-dots button {
  font-size: 0;
  width: 100%;
  height: 1rem;
  border-radius: calc(infinity * 1px);
  background: #DEDEDE;
}
@media screen and (max-width: 767px) {
  .p-navi-slide .slick-dots button {
    height: 1.1627906977vw;
  }
}
.p-navi-slide .slick-dots button:focus-visible {
  opacity: 1;
  background: #47A6DC;
}
@media (any-hover: hover) {
  .p-navi-slide .slick-dots button:hover {
    opacity: 1;
    background: #47A6DC;
  }
}

.p-news {
  padding-top: 9rem;
}
@media screen and (max-width: 767px) {
  .p-news {
    padding-top: 16.2790697674vw;
  }
}

.p-news-bg {
  background: #F7F7F7;
  border-radius: 3rem;
  padding: 7rem;
}
@media screen and (max-width: 767px) {
  .p-news-bg {
    border-radius: 4.6511627907vw;
    padding: 5.8139534884vw;
    margin-top: 9.3023255814vw;
  }
}

p.p-news-bg-lead {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: inline-block;
  background: #47A6DC;
  border-radius: calc(infinity * 1px);
  padding: 0.5rem 2rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  p.p-news-bg-lead {
    font-size: 3.2558139535vw;
    padding: 1.1627906977vw 4.6511627907vw;
  }
}

.p-news-bg-ttl {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 1.9rem;
  border-bottom: 1px solid #DEDEDE;
  padding-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-news-bg-ttl {
    font-size: 4.1860465116vw;
    line-height: 1.6666666667;
    margin-top: 2.7906976744vw;
    padding-bottom: 3.488372093vw;
  }
}

.p-news-list {
  padding-bottom: 10.2rem;
}
@media screen and (max-width: 767px) {
  .p-news-list {
    padding-bottom: 0;
  }
}

.p-news-list-item {
  background: #fff;
  border-radius: 2rem;
  padding: 7rem 9rem;
  display: grid;
  gap: 8rem;
  margin-top: 16.2rem;
}
@media screen and (max-width: 767px) {
  .p-news-list-item {
    display: block;
    border-radius: 0;
    padding: 0;
    background: transparent;
    margin-top: 9.3023255814vw;
  }
  .p-news-list-item + .p-news-list-item {
    margin-top: 5.8139534884vw;
  }
}
.p-news-list-item:nth-child(odd) {
  grid-template-columns: 1fr 32rem;
}
.p-news-list-item:nth-child(odd) .p-news-list-img {
  order: 2;
}
.p-news-list-item:nth-child(odd) .p-news-list-txts {
  order: 1;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-news-list-item:nth-child(odd) .p-news-list-txts {
    text-align: center;
  }
}
.p-news-list-item:nth-child(even) {
  grid-template-columns: 32rem 1fr;
}

.p-news-list-img {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-news-list-img {
    width: 39.5348837209vw;
    margin-inline: auto;
  }
}
.p-news-list-img img {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 32rem;
  aspect-ratio: 32/47;
  border-radius: 1rem;
  box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .p-news-list-img img {
    position: static;
    top: auto;
    left: auto;
    translate: 0;
    width: 100%;
    border-radius: 1.1627906977vw;
    box-shadow: 0 0.6976744186vw 2.3255813953vw rgba(0, 0, 0, 0.16);
  }
}

@media screen and (max-width: 767px) {
  .p-news-list-txts {
    background: #fff;
    border-radius: 2.3255813953vw;
    padding: 11.1627906977vw 5.8139534884vw 4.6511627907vw;
    margin-top: -7.6744186047vw;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

p.p-news-list-txts-txt01 {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  p.p-news-list-txts-txt01 {
    font-size: 3.7209302326vw;
  }
}

p.p-news-list-txts-txt02 {
  font-size: 1.6rem;
  letter-spacing: 0.025em;
  background: #F7F7F7;
  border-radius: calc(infinity * 1px);
  display: inline-block;
  padding: 0.3rem 1.5rem;
  text-align: center;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  p.p-news-list-txts-txt02 {
    font-size: 2.7906976744vw;
    padding: 0.4651162791vw 3.488372093vw;
    margin-top: 2.3255813953vw;
  }
}

p.p-news-list-txts-txt03 {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin-top: 0.4rem;
  color: #7B7B7B;
}
@media screen and (max-width: 767px) {
  p.p-news-list-txts-txt03 {
    font-size: 2.7906976744vw;
    margin-top: 0.6976744186vw;
  }
}

.p-news-profile {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-news-profile {
    margin-top: 10.4651162791vw;
  }
}

.p-news-profile-ttl {
  font-size: 2.4rem;
  font-weight: 700;
  padding-bottom: 1.8rem;
  border-bottom: 1px solid #C6C6C6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-news-profile-ttl {
    font-size: 3.7209302326vw;
    padding-bottom: 2.7906976744vw;
  }
}

p.p-news-profile-name {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 2.3rem;
}
@media screen and (max-width: 767px) {
  p.p-news-profile-name {
    font-size: 3.2558139535vw;
    margin-top: 4.1860465116vw;
  }
}

p.p-news-profile-txt {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.025em;
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  p.p-news-profile-txt {
    font-size: 3.2558139535vw;
    line-height: 1.7142857143;
    margin-top: 1.1627906977vw;
  }
}

.p-news-book {
  background: #fff;
  border-radius: 2rem;
  padding: 5.5rem 3.5rem 3.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-news-book {
    border-radius: 2.3255813953vw;
    padding: 13.7209302326vw 5.8139534884vw 5.8139534884vw;
    margin-top: 16.2790697674vw;
  }
}

.p-news-book-ttl {
  font-size: 1.7rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05em;
  color: #fff;
  width: 61.8rem;
  height: 4.9rem;
  border-radius: calc(infinity * 1px);
  background: #EA4BA7;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
}
@media screen and (max-width: 767px) {
  .p-news-book-ttl {
    font-size: 3.2558139535vw;
    line-height: 1.6428571429;
    width: 69.7674418605vw;
    height: 15.5813953488vw;
  }
}

.p-news-book-item {
  display: flex;
  align-items: center;
  gap: 2rem;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .p-news-book-item {
    display: block;
    text-align: center;
  }
}
.p-news-book-item + .p-news-book-item {
  margin-top: 0.7rem;
}
@media screen and (max-width: 767px) {
  .p-news-book-item + .p-news-book-item {
    margin-top: 3.488372093vw;
  }
}
.p-news-book-item a {
  color: #47A6DC;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-news-book-item a {
    font-size: 3.2558139535vw;
    line-height: 1.5714285714;
    text-align: center;
  }
}
.p-news-book-item a::after {
  content: "";
  display: inline-block;
  width: 1.1rem;
  aspect-ratio: 1/1;
  background: url(../img/kanako/icn_link.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-news-book-item a::after {
    width: 2.5581395349vw;
  }
}
.p-news-book-item .p-news-book-txt {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-news-book-item .p-news-book-txt {
    font-size: 2.7906976744vw;
  }
}
.p-news-book-item .p-news-book-txt span:nth-child(n+2) {
  position: relative;
  padding-left: 1.9rem;
}
@media screen and (max-width: 767px) {
  .p-news-book-item .p-news-book-txt span:nth-child(n+2) {
    padding-left: 3.7209302326vw;
  }
}
.p-news-book-item .p-news-book-txt span:nth-child(n+2)::before {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: 0.5rem;
  width: 1px;
  height: 1.8rem;
  background: #A2A2A2;
  transform: rotate(30deg);
}
@media screen and (max-width: 767px) {
  .p-news-book-item .p-news-book-txt span:nth-child(n+2)::before {
    top: 0.4651162791vw;
    left: 1.1627906977vw;
    height: 4.1860465116vw;
  }
}
