.p-top {
  position: relative;
  box-sizing: border-box;
  z-index: 1;
  margin-top: -24rem;
}
@media screen and (max-width: 767px), print {
  .p-top {
    margin-top: -15rem;
  }
}
.p-top img {
  max-width: 100%;
}
.p-top h1, .p-top h2, .p-top h3, .p-top h4, .p-top h5, .p-top h6 {
  margin-bottom: 0;
}
.p-top .s-mv {
  position: relative;
  width: 100%;
  height: var(--firstViewHeight);
  padding: 2rem;
}
.p-top .s-mv__img {
  border-radius: 2rem;
  overflow: hidden;
  height: 100%;
  width: 100%;
  will-change: transform;
}
.p-top .s-mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.1);
  opacity: 0;
}
.p-top .s-mv__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateY(6rem) translateX(-63rem);
  margin-bottom: 0;
}
@media screen and (max-width: 767px), print {
  .p-top .s-mv__ttl {
    display: flex;
    flex-direction: column;
    left: 5rem;
    top: inherit;
    bottom: 13rem;
    transform: inherit;
  }
}
.p-top .s-mv__ttl * {
  display: block;
  color: #fff;
}
.p-top .s-mv__ttlWrap {
  opacity: 0;
  transform: translateX(-3rem);
}
@media screen and (max-width: 767px), print {
  .p-top .s-mv__ttlWrap {
    display: flex;
    flex-direction: column;
  }
}
.p-top .s-mv__ttl strong {
  font-size: 6.2rem;
  font-weight: 500;
  line-height: 1.2;
  text-shadow: 0 0.3rem 1.7rem #5F5F5F;
}
@media screen and (max-width: 767px), print {
  .p-top .s-mv__ttl strong {
    line-height: 1.4;
    font-size: 4.1rem;
    white-space: nowrap;
    order: 2;
    margin-top: 0.5rem;
  }
}
.p-top .s-mv__ttl small {
  font-size: 2.4rem;
  font-weight: 500;
  margin-top: 2rem;
  text-shadow: 0 0.3rem 1.7rem #5F5F5F;
}
@media screen and (max-width: 767px), print {
  .p-top .s-mv__ttl small {
    font-size: 2rem;
    margin-top: 0;
    order: 3;
  }
}
.p-top .s-mv__ttl span {
  margin-top: 3.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16.4rem;
  height: 5.3rem;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border-radius: 9999px;
  color: #B98F3F;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px), print {
  .p-top .s-mv__ttl span {
    order: 1;
    width: 10.8rem;
    font-size: 1.4rem;
    height: 3.1rem;
    margin: 0;
  }
}
.p-top .s-mv-news {
  position: absolute;
  background: #F5EEE8;
  border-radius: 1rem 0 0 0;
  height: 9rem;
  display: flex;
  align-items: center;
  padding: 0 2.4rem;
  right: 2rem;
  bottom: 2rem;
  opacity: 0;
}
@media screen and (max-width: 767px), print {
  .p-top .s-mv-news {
    height: auto;
    align-items: flex-end;
    right: 0;
    bottom: 0;
    padding: 2rem 2.4rem 2rem;
  }
}
.p-top .s-mv-news__link > div {
  display: flex;
  align-items: center;
  transition: 0.5s opacity;
}
@media screen and (max-width: 767px), print {
  .p-top .s-mv-news__link > div {
    width: 25rem;
    display: block;
  }
}
@media screen and (min-width: 768px), print {
  .p-top .s-mv-news__link > div:hover {
    opacity: 0.7;
  }
}
.p-top .s-mv-news__date {
  text-align: center;
  line-height: 1.2;
  padding-right: 2rem;
}
@media screen and (max-width: 767px), print {
  .p-top .s-mv-news__date {
    text-align: left;
    display: flex;
    align-items: center;
    padding-right: 0;
  }
}
.p-top .s-mv-news__date small, .p-top .s-mv-news__date span {
  display: block;
  font-family: "Outfit", sans-serif;
  font-weight: 800;
}
.p-top .s-mv-news__date small {
  font-size: 1.8rem;
}
.p-top .s-mv-news__date span {
  font-size: 2.7rem;
}
@media screen and (max-width: 767px), print {
  .p-top .s-mv-news__date span {
    margin-left: 1rem;
    position: relative;
    padding-right: 1.5rem;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .p-top .s-mv-news__date span::after {
    content: "";
    position: absolute;
    right: 0;
    height: 100%;
    width: 2px;
    background: #C3AD84;
    border-radius: 9999px;
  }
}
.p-top .s-mv-news h4 {
  position: relative;
  font-size: 1.7rem;
  padding-left: 2rem;
  font-weight: 500;
  max-width: 40rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px), print {
  .p-top .s-mv-news h4 {
    font-size: 1.5rem;
    padding-left: 0;
    padding-right: 1rem;
    padding-top: 0.5rem;
  }
}
@media screen and (min-width: 768px), print {
  .p-top .s-mv-news h4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 3rem;
    width: 0.2rem;
    background: #C3AD84;
  }
}
.p-top .s-mv-news__arrow {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media screen and (max-width: 767px), print {
  .p-top .s-mv-news__arrow {
    margin-left: 0;
  }
}
.p-top .s-mv-news__arrow span {
  cursor: pointer;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  transition: 0.3s;
}
@media screen and (max-width: 767px), print {
  .p-top .s-mv-news__arrow span {
    width: 2rem;
  }
}
.p-top .s-mv-news__arrow span:nth-of-type(n + 2) {
  margin-left: 2rem;
}
@media screen and (max-width: 767px), print {
  .p-top .s-mv-news__arrow span:nth-of-type(n + 2) {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px), print {
  .p-top .s-mv-news__arrow span:hover {
    opacity: 0.7;
  }
}
.p-top .s-mv-news__arrow img {
  height: 100%;
  max-width: inherit;
  height: 2rem;
  width: auto;
}
@media screen and (max-width: 767px), print {
  .p-top .s-mv-news__arrow img {
    height: 1.5rem;
  }
}
.p-top .about {
  margin-top: 12rem;
}
@media screen and (max-width: 767px), print {
  .p-top .about {
    margin-top: 5rem;
  }
}
.p-top .about__inner {
  padding-left: 10rem;
  padding-right: 2.7rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px), print {
  .p-top .about__inner {
    padding-left: 2rem;
    display: block;
  }
}
.p-top .about__right {
  width: 48rem;
}
@media screen and (max-width: 767px), print {
  .p-top .about__right {
    width: 100%;
    margin-top: 3.6rem;
  }
}
.p-top .about__txt {
  font-size: 1.7rem;
}
.p-top .about__name {
  font-size: 2rem;
  margin-top: 3rem;
  text-align: right;
}
.p-top .about__name span {
  font-size: 1.5rem;
}
.p-top .about__link {
  margin-top: 4rem;
}
.p-top .marquee {
  overflow: hidden;
  margin-top: 5rem;
}
.p-top .marquee__inner {
  display: flex;
  width: 180%;
}
@media screen and (max-width: 767px), print {
  .p-top .marquee__inner {
    width: 500%;
  }
}
.p-top .marquee__inner > div {
  display: flex;
  width: 50%;
  padding-left: 2rem;
}
.p-top .marquee__inner > div figure {
  border-radius: 1rem;
  overflow: hidden;
  border-radius: 10px;
}
.p-top .marquee__inner > div figure:nth-of-type(n + 2) {
  padding-left: 2rem;
}
@media screen and (max-width: 767px), print {
  .p-top .marquee__inner > div figure:nth-of-type(n + 2) {
    padding-left: 2.5rem;
  }
}
.p-top .marquee__inner > div:nth-of-type(n + 2) {
  padding-left: 2rem;
}
@media screen and (max-width: 767px), print {
  .p-top .marquee__inner > div:nth-of-type(n + 2) {
    padding-left: 2.5rem;
  }
}
.p-top .marquee__inner > div:nth-of-type(1) {
  animation: ticker 80s linear -40s infinite forwards;
}
.p-top .marquee__inner > div:nth-of-type(2) {
  animation: ticker2 80s linear 0s infinite forwards;
}
@keyframes ticker {
  0% {
    transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes ticker2 {
  0% {
    transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
.p-top .voice {
  position: relative;
  padding: 2rem;
  margin-top: 4rem;
}
.p-top .voice__inner {
  background: url(../images_add/voice_bg.jpg) no-repeat top center/cover;
  border-radius: 1rem;
  overflow: hidden;
  padding: 8.2rem 0;
  padding-left: calc(50vw - 48rem);
}
@media screen and (max-width: 767px), print {
  .p-top .voice__inner {
    padding: 3.7rem 3rem 7rem;
    background: url(../images_add/voice_bg_sp.jpg) no-repeat bottom center/cover;
  }
}
.p-top .voice__box {
  width: 48rem;
}
@media screen and (max-width: 767px), print {
  .p-top .voice__box {
    width: 100%;
  }
}
.p-top .voice__box h3 {
  color: #fff;
  font-size: 3.6rem;
  text-shadow: 0 3px 17px rgba(95, 95, 95, 0.16);
}
@media screen and (max-width: 767px), print {
  .p-top .voice__box h3 {
    font-size: 2.8rem;
    letter-spacing: 0.05em;
  }
}
.p-top .voice__box p {
  color: #fff;
  font-size: 1.7rem;
  margin-top: 2.7rem;
  text-shadow: 0 3px 17px rgba(95, 95, 95, 0.16);
}
@media screen and (max-width: 767px), print {
  .p-top .voice__box p {
    margin-top: 1.5rem;
  }
  .p-top .voice__box p span {
    display: inline-block;
    padding-right: 40%;
  }
}
.p-top .voice__link {
  position: absolute;
  bottom: 9rem;
  left: 50%;
  transform: translateX(44rem);
}
@media screen and (max-width: 767px), print {
  .p-top .voice__link {
    position: relative;
    bottom: 0;
    left: 0;
    transform: inherit;
    display: flex;
    margin-top: 2.3rem;
    justify-content: flex-start;
  }
}
.p-top .voice__link a {
  color: #fff;
}
.p-top .voice__link a svg circle {
  fill: #fff;
}
.p-top .voice__link a svg line, .p-top .voice__link a svg path {
  stroke: #4A5264;
}
.p-top .strength {
  margin-top: 10rem;
}
@media screen and (max-width: 767px), print {
  .p-top .strength {
    margin-top: 8rem;
  }
}
.p-top .strength__ttl {
  color: #4A5264;
}
@media screen and (max-width: 767px), print {
  .p-top .strength__ttl {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    padding-left: 0;
  }
  .p-top .strength__ttl strong, .p-top .strength__ttl small {
    writing-mode: inherit;
  }
  .p-top .strength__ttl small {
    padding-top: 0;
    margin-left: 0;
    padding-left: 2.3rem;
  }
  .p-top .strength__ttl small::after {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .p-top .strength__ttl strong {
    margin-top: 0.9rem;
    letter-spacing: 0.1em;
  }
}
.p-top .strength__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px), print {
  .p-top .strength__inner {
    display: block;
  }
}
.p-top .strength-right {
  margin-top: 3rem;
  width: 94rem;
}
@media screen and (max-width: 767px), print {
  .p-top .strength-right {
    width: 100%;
    margin-top: 5rem;
  }
}
.p-top .strength-right__ttl {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px), print {
  .p-top .strength-right__ttl {
    font-size: 2.4rem;
  }
}
.p-top .strength-right__txt {
  margin-top: 2.6rem;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px), print {
  .p-top .strength-right__txt {
    margin-top: 1.5rem;
  }
}
.p-top .strength-right__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px), print {
  .p-top .strength-right__list {
    display: block;
    margin: 0;
    margin-top: 3rem;
  }
}
.p-top .strength-right__list li {
  position: relative;
  counter-increment: li;
  width: calc(33.3333333333% - 3rem);
  margin: 0 1.5rem;
  background: #fff;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 12rem;
  padding: 0 3rem;
}
@media screen and (max-width: 767px), print {
  .p-top .strength-right__list li {
    width: 30rem;
    height: 10rem;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-top .strength-right__list li:nth-of-type(n + 4) {
  margin-top: 3rem;
}
@media screen and (max-width: 767px), print {
  .p-top .strength-right__list li:nth-of-type(n + 2) {
    margin-top: 1rem;
  }
}
.p-top .strength-right__list li::after {
  content: counter(li);
  height: 3.4rem;
  width: 3.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Outfit", sans-serif;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-1rem, -1rem);
  background: #C3AD84;
  border-radius: 9999px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 767px), print {
  .p-top .strength-right__list li::after {
    width: 2.7rem;
    height: 2.7rem;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
  }
}
.p-top .strength-right__list li p {
  font-size: 1.7rem;
  line-height: 1.5;
  white-space: nowrap;
}
@media screen and (max-width: 767px), print {
  .p-top .strength-right__list li p {
    line-height: 1.7;
  }
}
.p-top .strength-right__list li p span {
  color: #B98F3F;
}
.p-top .strength-right__list li figure {
  width: 4.2rem;
}
.p-top .strength-right__link {
  margin-top: -8rem;
}
@media screen and (max-width: 767px), print {
  .p-top .strength-right__link {
    margin-top: 3rem;
  }
  .p-top .strength-right__link a {
    justify-content: center;
  }
}
.p-top .strength-right-bnr {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border-radius: 1rem;
  overflow: hidden;
  margin-top: 9rem;
  padding-right: 5.1rem;
}
@media screen and (min-width: 768px), print {
  .p-top .strength-right-bnr {
    transition: 0.5s;
  }
  .p-top .strength-right-bnr:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px), print {
  .p-top .strength-right-bnr {
    display: block;
    padding-right: 0;
    margin-top: 5rem;
    padding-bottom: 2rem;
  }
}
.p-top .strength-right-bnr figure {
  width: 30rem;
}
@media screen and (max-width: 767px), print {
  .p-top .strength-right-bnr figure {
    width: 100%;
  }
}
.p-top .strength-right-bnr div {
  width: 52.3rem;
  padding-left: 3.7rem;
  padding-right: 4.6rem;
}
@media screen and (max-width: 767px), print {
  .p-top .strength-right-bnr div {
    width: 100%;
    margin-top: 2.8rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.p-top .strength-right-bnr div h3 {
  position: relative;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px), print {
  .p-top .strength-right-bnr div h3 {
    font-size: 2rem;
    text-align: center;
  }
}
.p-top .strength-right-bnr div h3 span {
  display: inline-block;
  position: relative;
  padding-left: 5.3rem;
}
@media screen and (max-width: 767px), print {
  .p-top .strength-right-bnr div h3 span {
    padding-left: 4.5rem;
  }
}
.p-top .strength-right-bnr div h3 span::before {
  content: "";
  width: 3.8rem;
  height: 3.8rem;
  position: absolute;
  line-height: normal;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images_add/strength_img01.png) no-repeat top center/cover;
}
@media screen and (max-width: 767px), print {
  .p-top .strength-right-bnr div h3 span::before {
    width: 3rem;
    height: 3rem;
  }
}
.p-top .strength-right-bnr div p {
  font-size: 1.5rem;
  margin-top: 2.3rem;
}
.p-top .strength-right-bnr svg {
  width: calc(100% - 30rem - 52.3rem);
}
@media screen and (max-width: 767px), print {
  .p-top .strength-right-bnr svg {
    width: 3.8rem;
    height: 3.8rem;
    display: block;
    margin: 0 0 0 auto;
    box-sizing: content-box;
    padding-right: 2.2rem;
    margin-top: 1rem;
  }
}
.p-top .medicalCare {
  background: #4A5264;
  width: calc(100% - 4rem);
  margin-left: auto;
  margin-right: auto;
  border-radius: 1rem;
  margin-top: 9rem;
  padding-top: 9rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px), print {
  .p-top .medicalCare {
    width: 100%;
    margin-top: 5rem;
    border-radius: 0;
    padding-top: 6rem;
    padding-bottom: 5rem;
  }
}
.p-top .medicalCare__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px), print {
  .p-top .medicalCare__inner {
    justify-content: inherit;
    flex-direction: column-reverse;
    padding: 0 3rem;
  }
}
.p-top .medicalCare__ttl {
  position: sticky;
  top: 0;
  color: #fff;
}
@media screen and (max-width: 767px), print {
  .p-top .medicalCare__ttl {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    padding-left: 0;
  }
  .p-top .medicalCare__ttl strong, .p-top .medicalCare__ttl small {
    writing-mode: inherit;
  }
  .p-top .medicalCare__ttl small {
    padding-top: 0;
    margin-left: 0;
    padding-left: 2.3rem;
  }
  .p-top .medicalCare__ttl small::after {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .p-top .medicalCare__ttl strong {
    margin-top: 0.9rem;
    letter-spacing: 0.1em;
  }
}
.p-top .medicalCare-left {
  padding-top: 5rem;
  font-size: 1.7rem;
  color: #fff;
  width: 94rem;
}
@media screen and (max-width: 767px), print {
  .p-top .medicalCare-left {
    width: 100%;
    padding-top: 3rem;
  }
}
.p-top .medicalCare-left__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 6rem;
}
@media screen and (max-width: 767px), print {
  .p-top .medicalCare-left__box {
    margin-top: 3rem;
  }
}
.p-top .medicalCare-left__el {
  position: relative;
  width: calc(50% - 1.5rem);
  height: 28rem;
}
.p-top .medicalCare-left__el:nth-of-type(n + 3) {
  margin-top: 3.6rem;
  width: calc(33.3333333333% - 1.7rem);
}
@media screen and (max-width: 767px), print {
  .p-top .medicalCare-left__el {
    height: 22.3rem;
  }
  .p-top .medicalCare-left__el:first-of-type {
    width: 100%;
  }
  .p-top .medicalCare-left__el:nth-of-type(n + 2) {
    margin-top: 2rem;
    width: calc(50% - 0.5rem);
  }
}
.p-top .medicalCare-left__el h4 {
  position: absolute;
  left: -1px;
  top: -1px;
  background: #4A5264;
  color: #FFFFFF;
  border-radius: 0 0 1rem 0;
  z-index: 1;
  writing-mode: vertical-rl;
  margin: 0;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  padding: 1rem 0.5rem 2rem;
}
@media screen and (max-width: 767px), print {
  .p-top .medicalCare-left__el h4 {
    font-size: 1.8rem;
    padding-top: 0;
  }
}
.p-top .medicalCare-left__el h4 span {
  position: relative;
  display: inline-block;
  padding-top: 2.2rem;
}
@media screen and (max-width: 767px), print {
  .p-top .medicalCare-left__el h4 span {
    padding-top: 1.5rem;
  }
}
.p-top .medicalCare-left__el h4 span::after {
  content: "";
  position: absolute;
  height: 1.2rem;
  width: 1.2rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  background: url(../images_add/wa-icon.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px), print {
  .p-top .medicalCare-left__el h4 span::after {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.p-top .medicalCare-left__el picture {
  border-radius: 1rem;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.p-top .medicalCare-left__el picture img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
.p-top .medicalCare-left__el svg {
  position: absolute;
  z-index: 1;
  width: 5.6rem;
  height: 5.6rem;
  right: 1.4rem;
  bottom: 1.4rem;
}
@media screen and (max-width: 767px), print {
  .p-top .medicalCare-left__el svg {
    width: 4.4rem;
    height: 4.4rem;
    bottom: 1.5rem;
    right: 0.5rem;
  }
}
.p-top .medicalCare-left__el svg * {
  transition: 0.5s;
}
@media screen and (min-width: 768px), print {
  .p-top .medicalCare-left__el:hover img {
    transform: scale(1.1);
  }
  .p-top .medicalCare-left__el:hover circle {
    fill: #4a5264 !important;
  }
  .p-top .medicalCare-left__el:hover path, .p-top .medicalCare-left__el:hover line {
    stroke: #fff !important;
  }
}
.p-top .special {
  position: relative;
  margin-top: 10rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px), print {
  .p-top .special {
    margin-top: 8rem;
    padding-bottom: 0;
  }
}
.p-top .special__ttl {
  text-align: center;
}
@media screen and (max-width: 767px), print {
  .p-top .special__ttl strong {
    margin-top: 0.5rem;
    font-size: 3rem;
  }
}
.p-top .special-slider {
  overflow: hidden;
  margin-top: 6rem;
}
@media screen and (max-width: 767px), print {
  .p-top .special-slider {
    margin-top: 3rem;
  }
}
.p-top .special-slider .slick-prev, .p-top .special-slider .slick-next {
  transition: 0.3s;
  background: #4A5264;
  height: 8.8rem;
  width: 8.8rem;
  border-radius: 9999px;
}
@media screen and (max-width: 767px), print {
  .p-top .special-slider .slick-prev, .p-top .special-slider .slick-next {
    height: 4.8rem;
    width: 4.8rem;
    top: 6.6rem;
    transform: inherit;
  }
  .p-top .special-slider .slick-prev::before, .p-top .special-slider .slick-next::before {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px), print {
  .p-top .special-slider .slick-prev:hover, .p-top .special-slider .slick-next:hover {
    opacity: 0.7;
  }
}
.p-top .special-slider .slick-prev {
  left: 9rem;
}
@media screen and (max-width: 767px), print {
  .p-top .special-slider .slick-prev {
    left: 0.5rem;
  }
}
.p-top .special-slider .slick-next {
  right: 9rem;
}
@media screen and (max-width: 767px), print {
  .p-top .special-slider .slick-next {
    right: 0.5rem;
  }
}
.p-top .special-slider__el {
  position: relative;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px), print {
  .p-top .special-slider__el {
    padding-bottom: 0;
    padding: 0 2rem;
  }
}
.p-top .special-slider__el.slick-current figure, .p-top .special-slider__el.is-active-next figure {
  transform: scale(1) !important;
}
.p-top .special-slider__el.slick-current .special-slider__box, .p-top .special-slider__el.is-active-next .special-slider__box {
  opacity: 1 !important;
  pointer-events: auto !important;
}
.p-top .special-slider__el.slick-active .special-slider__pager {
  opacity: 1 !important;
  pointer-events: auto !important;
}
@media screen and (min-width: 768px), print {
  .p-top .special-slider__wrap:hover img {
    transform: scale(1.1) !important;
  }
}
@media screen and (max-width: 767px), print {
  .p-top .special-slider__wrap {
    padding-bottom: 7rem;
  }
}
.p-top .special-slider__pager {
  position: absolute;
  width: calc(100% - 52rem);
  right: 0;
  margin-top: 2rem;
  display: flex;
  gap: 0.6rem;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s all;
}
@media screen and (max-width: 767px), print {
  .p-top .special-slider__pager {
    width: calc(100% - 4rem);
    right: inherit;
    left: 2rem;
    bottom: 0;
  }
}
.p-top .special-slider__pager a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #C3AD84;
  border-radius: 0.5rem;
  padding: 1rem 0;
  color: #fff;
  font-size: 1.4rem;
  transition: 0.5s;
  border: 1px solid transparent;
}
@media screen and (min-width: 768px), print {
  .p-top .special-slider__pager a:hover {
    background: #FFF;
    border-color: #C3AD84;
    color: #C3AD84;
  }
}
.p-top .special-slider__pager a.new {
  position: relative;
}
.p-top .special-slider__pager a.new::after {
  content: "";
  position: absolute;
  top: 0;
  transform: translateY(-50%) translateY(-0.2rem);
  width: 4.6rem;
  height: 1.9rem;
  background: url(../images_add/ic-new.png) no-repeat center center/contain;
}
.p-top .special-slider__img {
  border-radius: 1rem;
  transform: scale(0.8);
  transition: 0.6s;
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width: 767px), print {
  .p-top .special-slider__img {
    transform: scale(1);
    height: 19rem;
  }
}
.p-top .special-slider__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
  -o-object-position: top center;
     object-position: top center;
}
.p-top .special-slider__box {
  position: absolute;
  width: 52rem;
  bottom: 0;
  left: -4rem;
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  padding: 4rem;
  transition: 0.5s;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px), print {
  .p-top .special-slider__box {
    position: relative;
    z-index: 2;
    width: calc(100% - 5.2rem);
    margin-left: auto;
    margin-right: auto;
    left: 0;
    margin-top: -5rem;
    padding: 2rem;
  }
}
.p-top .special-slider__tag {
  display: flex;
  justify-content: space-between;
}
.p-top .special-slider__tag span:first-of-type {
  display: inline-block;
  width: 14rem;
  text-align: center;
  background: #C3AD84;
  border-radius: 0.5rem;
  color: #fff;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
}
.p-top .special-slider__tag span:last-of-type {
  color: #C3AD84;
  font-family: "Outfit", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
.p-top .special-slider__ttl {
  margin-top: 2rem;
  font-size: 2.6rem;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px), print {
  .p-top .special-slider__ttl {
    font-size: 2rem;
    line-height: 1.5;
    margin-top: 1.5rem;
  }
}
.p-top .special__link {
  position: absolute;
  right: calc(50vw - 55rem);
  bottom: 0;
}
@media screen and (max-width: 767px), print {
  .p-top .special__link {
    right: 0;
    bottom: 0;
    position: static;
    display: flex;
    justify-content: center;
  }
}
.p-top .column {
  margin-top: 12rem;
}
@media screen and (max-width: 767px), print {
  .p-top .column {
    margin-top: 4.6rem;
    margin-bottom: 5rem;
  }
}
.p-top .column__inner {
  padding: 0 3rem;
}
@media screen and (max-width: 767px), print {
  .p-top .column__inner {
    padding: 0 2rem !important;
  }
}
.p-top .column__ttl {
  display: flex;
  align-items: center;
  margin-bottom: 3.8rem !important;
}
@media screen and (max-width: 767px), print {
  .p-top .column__ttl {
    margin-bottom: 2rem !important;
  }
}
.p-top .column__ttl b {
  font-size: 3.2rem;
  font-weight: 500;
}
.p-top .column__ttl small {
  font-size: 1.8rem;
  color: #C3AD84;
  font-family: "Outfit", sans-serif;
  margin-left: 1rem;
}
.p-top .column__el {
  display: flex;
  justify-content: space-between;
  width: 46.6rem;
  transition: 0.5s;
}
.p-top .column__el:nth-of-type(n + 3) {
  margin-top: 4rem;
}
@media screen and (max-width: 767px), print {
  .p-top .column__el {
    width: 100%;
  }
  .p-top .column__el:nth-of-type(n + 2) {
    margin-top: 3.2rem;
  }
}
@media screen and (min-width: 768px), print {
  .p-top .column__el:hover {
    opacity: 0.7;
  }
  .p-top .column__el:hover img {
    transform: scale(1.1);
  }
}
.p-top .column__img {
  width: 16.8rem;
  overflow: hidden;
  border-radius: 1rem;
}
@media screen and (max-width: 767px), print {
  .p-top .column__img {
    width: 11rem;
  }
}
.p-top .column__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
.p-top .column__txt {
  width: calc(100% - 16.8rem);
  padding-left: 2.4rem;
}
@media screen and (max-width: 767px), print {
  .p-top .column__txt {
    width: calc(100% - 11rem);
    padding-left: 2rem;
  }
}
.p-top .column__txt h4 {
  margin-top: 1.2rem;
  font-size: 1.7rem;
  font-weight: 500;
  height: 6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px), print {
  .p-top .column__txt h4 {
    margin-top: 0.5rem;
    height: 4.7rem;
    line-height: 1.5;
  }
}
.p-top .column__tag {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-top .column__tag span:first-of-type {
  background: #4A5264;
  border-radius: 0.5rem;
  color: #fff;
  padding: 0 1rem;
  font-size: 1.3rem;
}
.p-top .column__tag span:last-of-type {
  color: #C3AD84;
  font-family: "Outfit", sans-serif;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px), print {
  .p-top .column__tag span:last-of-type {
    padding-right: 2rem;
  }
}
.p-top .column__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-top .column__link {
  margin-top: 3rem;
}
@media screen and (max-width: 767px), print {
  .p-top .column__link a {
    justify-content: center;
  }
}
.p-top .column .youtube-link {
  text-align: center;
  margin-top: 4rem;
}
@media screen and (max-width: 767px), print {
  .p-top .column .youtube-link {
    margin-top: 5rem;
  }
}
.p-top .column .youtube-link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #B98F3F;
  border-radius: 9999px;
  color: #fff;
  font-weight: bold;
  padding: 2rem 4.5rem;
  font-size: 2rem;
  border: 2px solid #B98F3F;
  transition: 0.5s;
}
@media screen and (max-width: 767px), print {
  .p-top .column .youtube-link a {
    font-size: 1.8rem;
    padding: 1.5rem 2.8rem;
  }
}
.p-top .column .youtube-link a svg {
  width: 2.9rem;
  margin-right: 1.2rem;
}
.p-top .column .youtube-link a svg * {
  transition: 0.5s;
}
@media screen and (min-width: 768px), print {
  .p-top .column .youtube-link a:hover {
    background: #F5EEE8;
    color: #B98F3F;
  }
  .p-top .column .youtube-link a:hover rect {
    fill: #B98F3F;
  }
  .p-top .column .youtube-link a:hover path {
    fill: #F5EEE8;
  }
}