.p-home {
  letter-spacing: -0.05em;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-home {
    letter-spacing: -0.05em;
  }
}

.p-mainv {
  position: relative;
}

.p-mainv__inner {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: calc(100vh - 7.5rem);
  padding: 0 1.5rem;
  pointer-events: none;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-mainv__inner {
    padding: 0;
    height: 100vh;
  }
}

.p-mainv__bg {
  height: calc(100vh - 7.5rem);
  background: url("../img/home/sp/mainv.webp") no-repeat center center/cover;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-mainv__bg {
    background-image: url("../img/home/mainv.webp");
  }
}

.p-mainv__title {
  font-size: 2rem;
  line-height: 2.583;
  letter-spacing: 0.45em;
  transition-delay: 0.3s;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-mainv__title {
    font-size: 2.4rem;
  }
}

.p-mainv__subtitle {
  font-size: 1rem;
  letter-spacing: 0.07em;
  line-height: 1;
  margin: 1.5rem 0 7.5rem;
  transition-delay: 0.6s;
  padding-left: 0.2em;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-mainv__subtitle {
    font-size: 1.2rem;
    margin: 5rem 0 10rem;
    padding-left: 0;
  }
}

.p-mainv__text {
  font-size: 1.3rem;
  line-height: 2.25;
  letter-spacing: 0.005rem;
  font-weight: 500;
  transition-delay: 0.9s;
}

.p-mainv__news {
  position: absolute;
  bottom: 4.4rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: calc(100% - 4rem);
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-mainv__news {
    width: 93.3%;
    bottom: 0;
  }
}
.p-mainv__news a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1.2rem;
  color: #fff;
  padding: 2rem 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-mainv__news a {
    justify-content: center;
    flex-wrap: nowrap;
  }
}
.p-mainv__news .p-news__archive_item_date {
  min-width: auto;
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .p-mainv__news .p-news__archive_item_title {
    width: 100%;
  }
}

.p-about {
  position: relative;
  background: url("../img/home/sp/bg.webp") no-repeat top center/cover;
  padding: 8rem 0 23.5rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-about {
    background-image: url("../img/home/bg.webp");
    padding: 13rem 0 15rem;
  }
}

@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-about__inner {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-about__title {
    width: 35%;
  }
}

@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-about__contents {
    width: 63.5%;
  }
}

.p-about__contents_text {
  margin-bottom: 3rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-about__contents_text {
    margin-bottom: 3rem;
  }
}

.p-about__img {
  margin: 7rem 0 8rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-about__img {
    margin: 10rem 0 11rem;
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .p-about__img img {
    width: 100vw;
    margin: 0 -5rem;
    max-width: 100vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about__img img {
    margin: 0 -2.5rem;
  }
}

.p-about__department {
  position: relative;
}

.p-about__department_text {
  margin: 0 0 5.5rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-about__department_text {
    margin: 0 0 9rem;
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .p-about__department_text small {
    margin-top: 0.4rem;
    display: inline-block;
    line-height: 1.8;
  }
}

@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-about__department_list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 50%;
  }
}
.p-about__department_list dt {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-about__department_list dt {
    font-size: 1.8rem;
    flex: 1;
    margin-bottom: 0;
  }
}
.p-about__department_list dd {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .p-about__department_list dd {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-about__department_list dd {
    width: 63.5%;
  }
}
.p-about__department_list dd .c-text__iconList {
  width: 50%;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-about__department_list dd .c-text__iconList:first-child {
    width: 63%;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-about__department_list dd .c-text__iconList:last-child {
    width: 37%;
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .p-about__department_list dd .c-text__iconList li + li {
    margin-top: 1rem;
  }
}
.p-about__department_list + .p-about__department_list {
  margin-top: 6rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-about__department_list + .p-about__department_list {
    margin-top: 6rem;
  }
}

.p-about__department_img {
  position: absolute;
}
.p-about__department_img.__01 {
  bottom: 49.4rem;
  width: 6rem;
  right: 0;
}
@media screen and (min-width: 769px) {
  .p-about__department_img.__01 {
    width: 10rem;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-about__department_img.__01 {
    bottom: 35rem;
    width: 33rem;
  }
}
.p-about__department_img.__02 {
  bottom: 6rem;
  width: 50%;
  z-index: 1;
  left: 0;
}
@media screen and (min-width: 769px) {
  .p-about__department_img.__02 {
    width: 30%;
    bottom: 3rem;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-about__department_img.__02 {
    bottom: 13rem;
    width: 46rem;
    left: auto;
    right: 0;
  }
}

.p-life {
  position: relative;
}

@media screen and (max-width: 1024px) {
  .p-life__img img {
    max-height: 130vw;
    object-position: bottom right;
  }
}
@media screen and (max-width: 768px) {
  .p-life__img img {
    max-height: 100%;
  }
}

.p-life__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 8rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-life__inner {
    padding-top: 10rem;
  }
}

@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-life__contents {
    display: flex;
    justify-content: flex-start;
    gap: 17rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-life__contents .c-title__vertical {
    margin: 0 38% 0 auto;
  }
}

.p-life__text {
  color: #fff;
  padding-top: 7rem;
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .p-life__text {
    line-height: 2.3;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-life__text {
    padding-top: 26rem;
  }
}

.p-life__navi {
  position: relative;
  z-index: 10;
  padding-top: 5rem;
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .p-life__navi {
    max-width: 46rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-life__navi {
    margin-top: -10rem;
    padding-top: 0;
  }
}

@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-life__navi_inner {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-life__navi_item {
    width: 48.6%;
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .p-life__navi_item + .p-life__navi_item {
    margin-top: 2rem;
  }
}
.p-life__navi_item a {
  display: flex !important;
  justify-content: space-between;
  gap: 2rem;
  padding: 0.6rem;
  width: 100%;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-life__navi_item a {
    padding: 1.2rem;
  }
}

.p-life__navi_item_img {
  width: 35.6%;
}

.p-life__navi_item_contents {
  flex: 1;
  padding-top: 0.8rem;
  position: relative;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-life__navi_item_contents {
    padding-top: 2rem;
  }
}

.p-life__navi_item_title small {
  color: #b99445;
  font-size: 1.1rem;
  display: block;
  margin-bottom: 1rem;
  line-height: 1;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-life__navi_item_title small {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }
}
.p-life__navi_item_title span {
  display: block;
  line-height: 1;
  font-size: 1.6rem;
  fontt-weight: 500;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-life__navi_item_title span {
    font-size: 2rem;
  }
}

.p-life__navi_item_icon {
  position: absolute;
  right: 0.8rem;
  top: 1.5rem;
  width: 0.66rem;
  transition: 0.3s;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-life__navi_item_icon {
    top: 3rem;
  }
}

.p-life__navi_item_text {
  position: absolute;
  left: 0;
  bottom: 1rem;
  line-height: 1;
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .p-life__navi_item_text {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-life__navi_item_text {
    bottom: 2rem;
  }
}

.p-voice {
  position: relative;
  padding: 8rem 0 7.5rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-voice {
    padding: 12rem 0 14rem;
  }
}

@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-voice__inner {
    padding-top: 10rem;
  }
}

.p-voice__slider {
  max-width: 46.2rem;
  margin: 7rem auto 0;
  padding-bottom: 5.5rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-voice__slider {
    margin: 5rem auto 0;
    padding-bottom: 7rem;
  }
}
.p-voice__slider .swiper-slide {
  background: url("../img/common/bg_lightblue.webp") repeat top center/50rem auto;
  height: auto;
}
.p-voice__slider .swiper-slide-item {
  height: 100%;
}
.p-voice__slider .swiper-pagination {
  bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-voice__slider .swiper-pagination {
    gap: 3rem;
  }
}
.p-voice__slider .swiper-pagination-bullet {
  position: relative;
  width: 0.4rem;
  height: 0.4rem;
  background: #a57a43 !important;
  opacity: 1 !important;
}
.p-voice__slider .swiper-pagination-bullet::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: #edf0f2;
  border: 0.5px solid #fff;
  position: absolute;
  left: -0.8rem;
  top: -0.8rem;
  z-index: -1;
  opacity: 0;
  transition: 0.3s;
  border-radius: 100%;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-voice__slider .swiper-pagination-bullet::before {
    border-width: 1px;
  }
}
.p-voice__slider .swiper-pagination-bullet-active::before {
  opacity: 1;
}
.p-voice__slider small {
  font-size: 1.12rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-voice__slider small {
    font-size: 1.4rem;
  }
}

.p-voice__img {
  position: absolute;
}
.p-voice__img.__01 {
  top: 5rem;
  width: 10rem;
  left: 0;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-voice__img.__01 {
    bottom: 35rem;
    width: 33rem;
  }
}
.p-voice__img.__02 {
  bottom: -2.75rem;
  width: 9.5rem;
  right: 0;
}
@media screen and (min-width: 769px) {
  .p-voice__img.__02 {
    width: 14.5rem;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-voice__img.__02 {
    bottom: 0;
    width: 35rem;
  }
}

.p-news {
  padding: 13rem 0 28rem;
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .p-news {
    background: #fff !important;
    padding: 8rem 0;
  }
}

@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-news__inner {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-news__header {
    flex: 1;
  }
}

@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-news__archive {
    width: 76.9%;
  }
}