@charset "UTF-8";
@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
@media (min-width: 1366px) {
  .pc-min-xxl {
    display: none !important;
  }
}
@media (max-width: 1365px) {
  .pc-max-xxl {
    display: none !important;
  }
}
html {
  scroll-behavior: smooth;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
  a[href^="tel:"]:hover {
    opacity: 1;
  }
}

/* メイン写真 */
.p-fv {
  width: 100%;
  margin-top: 107px;
  position: relative;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .p-fv {
    margin-top: 82px;
    margin-bottom: 0px;
  }
}
.p-fv__inner {
  position: relative;
}
.p-fv__scroll-container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.p-fv__scroll-track {
  display: flex;
  width: max-content;
  animation: loop-scroll 30s linear infinite;
}
.p-fv__scroll-item {
  width: 925px;
  padding: 0 15px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .p-fv__scroll-item {
    width: 100 .p-fv__scroll-item;
    padding: 0;
  }
}
.p-fv__scroll-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .p-fv__scroll-item img {
    border-radius: 0;
  }
}
.p-fv__content {
  position: absolute;
  left: 0;
  bottom: -12px;
  background: url(../img/top/fv_bg.png) no-repeat left bottom;
  background-size: cover;
  width: 753px;
  height: 400px;
  box-sizing: border-box;
  padding: 63px 0 20px 68px;
}
@media (max-width: 1365px) {
  .p-fv__content {
    width: 602px;
    height: 319px;
    padding: 63px 0 20px 68px;
  }
}
@media (max-width: 767px) {
  .p-fv__content {
    background: url(../img/top/fv_bg_sp.png) no-repeat left bottom;
    background-size: cover;
    width: 100%;
    max-width: 370px;
    height: auto;
    min-height: 196px;
    padding: 38px 0 10px 19px;
  }
}
.p-fv__content-title {
  font-weight: bold;
  font-size: 60px;
  line-height: 1.45;
  text-align: left;
  color: #fff;
  text-shadow: 0px 0px 15px #686868;
  margin-bottom: 18px;
  position: relative;
  z-index: 5;
}
@media (max-width: 1365px) {
  .p-fv__content-title {
    font-size: 47px;
  }
  .p-fv__content-title .title02 {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .p-fv__content-title {
    font-size: 29px;
  }
  .p-fv__content-title .title02 {
    font-size: 28px;
  }
}
.p-fv__content-title-warap {
  position: relative;
  display: inline-block;
}
.p-fv__content-text {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.45;
  text-align: left;
  color: #fff;
}
@media (max-width: 1365px) {
  .p-fv__content-text {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .p-fv__content-text {
    font-size: 14px;
    margin-top: -10px;
  }
}
.p-fv__content-item {
  position: absolute;
  display: inline-block;
}
.p-fv__content-item01 {
  top: -91px;
  left: 175px;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-fv__content-item01 {
    width: 49px;
    top: -33px;
    left: 108px;
  }
  .p-fv__content-item01 img {
    width: 100%;
  }
}
.p-fv__content-item02 {
  top: -67px;
  left: 248px;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-fv__content-item02 {
    width: 63px;
    top: -25px;
    left: 140px;
  }
  .p-fv__content-item02 img {
    width: 100%;
  }
}
.p-fv__content-item03 {
  top: 0px;
  left: 266px;
  z-index: 2;
}
@media (max-width: 767px) {
  .p-fv__content-item03 {
    width: 39px;
    top: 5px;
    left: 151px;
  }
  .p-fv__content-item03 img {
    width: 100%;
  }
}
.p-fv__content-item04 {
  width: 222px;
  top: 16px;
  left: 398px;
  z-index: 2;
}
.p-fv__content-item04 img {
  width: 100%;
}
@media (max-width: 767px) {
  .p-fv__content-item04 {
    width: 109px;
    top: 11px;
    left: auto;
    right: -41px;
  }
}
.p-fv__content-item05 {
  top: 127px;
  right: -25px;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-fv__content-item05 {
    width: 70px;
    top: 66px;
    right: -53px;
  }
  .p-fv__content-item05 img {
    width: 100%;
  }
}
.p-fv__news {
  position: absolute;
  right: 0;
  bottom: -5px;
  background-color: #fff;
  border-radius: 30px 0 0 0;
  width: 749px;
  min-height: 147px;
}
@media (max-width: 1365px) {
  .p-fv__news {
    width: 535px;
  }
}
@media (max-width: 767px) {
  .p-fv__news {
    width: auto;
    position: static;
    border-radius: 0;
    min-height: auto;
  }
}
.p-fv__news-innder {
  padding: 18px 40px 16px 43px;
}
@media (max-width: 767px) {
  .p-fv__news-innder {
    padding: 38px 20px 44px 44px;
  }
}
.p-fv__news-title {
  font-size: 32px;
  font-weight: bold;
  color: #333;
}
.p-fv__news-lists {
  margin-top: 17px;
}
@media (max-width: 767px) {
  .p-fv__news-lists {
    margin-top: 9px;
  }
}
.p-fv__news-list {
  display: flex;
}
@media (max-width: 767px) {
  .p-fv__news-list {
    display: block;
  }
}
.p-fv__news-date {
  width: 95px;
  color: #2355A5;
}
@media (max-width: 767px) {
  .p-fv__news-date {
    width: auto;
    color: #333;
  }
}
@media (max-width: 767px) {
  .p-fv__news-text {
    margin-top: 3px;
  }
}

/* メインビジュアルのアニメーションの定義 */
@keyframes loop-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%); /* 複製したグループの分だけ左に移動 */
  }
}
/* タイトル */
.p-title {
  position: relative;
}
.p-title.-left::before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2355A5;
}
.p-title.-left .p-title__content {
  border-radius: 0 30px 30px 0;
}
@media (max-width: 767px) {
  .p-title.-left .p-title__content {
    width: auto;
    max-width: none;
    margin-right: 20px;
  }
}
.p-title.-right::before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #2355A5;
}
.p-title.-right .p-title__content {
  border-radius: 30px 0 0 30px;
}
@media (max-width: 767px) {
  .p-title.-right .p-title__content {
    width: auto;
    max-width: none;
    margin-left: 20px;
  }
}
.p-title__content {
  width: 100%;
  max-width: 1200px;
  min-height: 215px;
  background-color: #2355A5;
  color: #fff;
  box-sizing: border-box;
  padding: 43px 49px 30px 49px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 1365px) {
  .p-title__content {
    padding: 43px 67px 30px 67px;
  }
}
@media (max-width: 767px) {
  .p-title__content {
    min-height: 171px;
    padding: 32px 40px 30px 40px;
  }
}
.p-title__en {
  font-size: 16px;
  margin-bottom: 9px;
}
.p-title__jp {
  font-size: 34px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .p-title__jp {
    font-size: 28px;
  }
}

/* 本文 */
.p-body {
  position: relative;
}
.p-body.-left::before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #EBF5FE;
}
.p-body.-left .p-body__content::before {
  content: "";
  width: 210px;
  height: 100%;
  background-color: #EBF5FE;
  position: absolute;
  top: 0;
  right: -210px;
  border-radius: 0 30px 30px 0;
}
@media (max-width: 1365px) {
  .p-body.-left .p-body__content::before {
    display: none;
  }
}
@media (max-width: 1365px) {
  .p-body.-left .p-body__content {
    border-radius: 0 30px 30px 0;
  }
}
@media (max-width: 767px) {
  .p-body.-left .p-body__content {
    width: auto;
    max-width: none;
    margin-right: 20px;
  }
}
.p-body.-right::before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #EBF5FE;
}
.p-body.-right .p-body__content::before {
  content: "";
  width: 210px;
  height: 100%;
  background-color: #EBF5FE;
  position: absolute;
  top: 0;
  left: -210px;
  border-radius: 30px 0 0 30px;
}
@media (max-width: 1365px) {
  .p-body.-right .p-body__content::before {
    display: none;
  }
}
@media (max-width: 1365px) {
  .p-body.-right .p-body__content {
    border-radius: 30px 0 0 30px;
  }
}
@media (max-width: 767px) {
  .p-body.-right .p-body__content {
    width: auto;
    max-width: none;
    margin-left: 20px;
  }
}
.p-body__content {
  width: 100%;
  max-width: 1200px;
  background-color: #EBF5FE;
  box-sizing: border-box;
  margin: -40px auto 0;
  position: relative;
  z-index: 2;
}

/* 代表ご挨拶 */
.p-greeting__body {
  margin-bottom: 315px;
}
@media (max-width: 767px) {
  .p-greeting__body {
    margin-bottom: 75px;
  }
}
.p-greeting__inner {
  padding: 54px 0 146px;
  position: relative;
  min-height: 965px;
  box-sizing: border-box;
}
@media (max-width: 1365px) {
  .p-greeting__inner {
    padding: 54px 0 146px 85px;
  }
}
@media (max-width: 767px) {
  .p-greeting__inner {
    padding: 44px 25px 20px 25px;
  }
}
.p-greeting__title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 38px;
}
@media (max-width: 767px) {
  .p-greeting__title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.p-greeting__text {
  margin-top: 48px;
  line-height: 2.16;
}
@media (max-width: 767px) {
  .p-greeting__text {
    margin-top: 30px;
  }
}
.p-greeting__text:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .p-greeting__block01 {
    position: relative;
    margin-top: 54px;
  }
}
.p-greeting__block02 {
  position: relative;
}
@media (max-width: 767px) {
  .p-greeting__block03 {
    position: relative;
    margin-top: 54px;
  }
}
.p-greeting__img01 {
  position: absolute;
  top: 188px;
  right: -153px;
}
@media (max-width: 1365px) {
  .p-greeting__img01 {
    top: 192px;
    right: -44px;
  }
}
@media (max-width: 767px) {
  .p-greeting__img01 {
    position: relative;
    top: 0;
    right: auto;
    z-index: 2;
  }
  .p-greeting__img01 img {
    width: 175px;
  }
}
.p-greeting__img02 {
  position: absolute;
  top: 470px;
  right: -360px;
}
@media (max-width: 1365px) {
  .p-greeting__img02 {
    top: 470px;
    right: -49px;
  }
  .p-greeting__img02 img {
    width: 515px;
  }
}
@media (max-width: 767px) {
  .p-greeting__img02 {
    position: relative;
    top: -13px;
    right: -25px;
  }
  .p-greeting__img02 img {
    width: 100%;
    max-width: 325px;
  }
}
.p-greeting__img03 {
  position: absolute;
  left: -112px;
  bottom: -198px;
}
@media (max-width: 1365px) {
  .p-greeting__img03 {
    left: 40px;
  }
}
@media (max-width: 767px) {
  .p-greeting__img03 {
    position: relative;
    top: 0;
    left: auto;
    z-index: 2;
    text-align: center;
  }
  .p-greeting__img03 img {
    width: 230px;
  }
}
.p-greeting__item01 {
  position: absolute;
  top: 17px;
  right: -153px;
}
@media (max-width: 1365px) {
  .p-greeting__item01 {
    top: 20px;
    right: -49px;
  }
}
@media (max-width: 767px) {
  .p-greeting__item01 {
    top: -40px;
    right: 0px;
    z-index: 1;
  }
  .p-greeting__item01 img {
    width: 100%;
    max-width: 127px;
  }
}
.p-greeting__item02 {
  position: absolute;
  top: -67px;
  left: -233px;
}
@media (max-width: 767px) {
  .p-greeting__item02 {
    top: auto;
    left: -22px;
    bottom: -201px;
    z-index: 4;
  }
  .p-greeting__item02 img {
    width: 76px;
  }
}
.p-greeting__item03 {
  position: absolute;
  left: -149px;
  bottom: -1px;
}
@media (max-width: 1365px) {
  .p-greeting__item03 {
    left: -1px;
    bottom: -23px;
  }
}
@media (max-width: 767px) {
  .p-greeting__item03 {
    display: none;
  }
}
.p-greeting__illust {
  position: absolute;
  right: -235px;
  bottom: -230px;
}
@media (max-width: 1365px) {
  .p-greeting__illust {
    right: -1px;
  }
}
@media (max-width: 767px) {
  .p-greeting__illust {
    position: relative;
    top: -20px;
    right: auto;
    bottom: auto;
    text-align: right;
    z-index: 3;
  }
  .p-greeting__illust img {
    width: 216px;
  }
}
.p-greeting__en-text {
  width: 100%;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: -34px;
  font-size: 48px;
  color: #1FA0EC;
  opacity: 0.3;
  z-index: 3;
}
@media (max-width: 1365px) {
  .p-greeting__en-text {
    font-size: 34px;
    bottom: -25px;
  }
}
@media (max-width: 767px) {
  .p-greeting__en-text {
    box-sizing: border-box;
    padding: 0 20px;
    right: auto;
    left: 18px;
    bottom: -28px;
    font-size: 24px;
    text-align: left;
    line-height: 1.33;
  }
}

/* 会社概要 */
.p-company {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .p-company {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .p-company__content {
    margin-right: 0 !important;
    border-radius: 0 !important;
  }
}
.p-company__inner {
  padding: 30px 0 80px;
}
@media (max-width: 1365px) {
  .p-company__inner {
    padding: 30px 50px 80px;
  }
}
@media (max-width: 767px) {
  .p-company__inner {
    padding: 45px 20px 55px;
  }
}
.p-company__overview-bg {
  background-color: #fff;
  padding: 30px 80px 80px;
}
@media (max-width: 1365px) {
  .p-company__overview-bg {
    padding: 30px 30px 80px;
  }
}
@media (max-width: 767px) {
  .p-company__overview-bg {
    padding: 5px 13px 60px;
    border-radius: 20px;
  }
}
.p-company__overview-table {
  width: 100%;
  border-collapse: collapse;
}
.p-company__overview-title {
  width: 210px;
  position: relative;
  vertical-align: top;
  box-sizing: border-box;
  font-weight: normal;
  padding: 28px 17px 23px;
}
@media (max-width: 767px) {
  .p-company__overview-title {
    width: 100px;
    padding: 24px 0 23px 15px;
  }
}
.p-company__overview-title::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #2355A5;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.p-company__overview-info {
  border-bottom: 1px solid #A6A6A7;
  vertical-align: top;
  box-sizing: border-box;
  padding: 28px 17px 23px;
}
@media (max-width: 767px) {
  .p-company__overview-info {
    padding: 24px 15px 23px;
  }
}
.p-company__overview-link {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .p-company__overview-link {
    display: inline-block;
    padding-left: 0px;
    margin-top: 12px;
  }
}
.p-company__overview-office {
  padding-right: 45px;
}
@media (max-width: 767px) {
  .p-company__overview-office {
    padding-right: 0px;
  }
}
.p-company__overview-office-lists {
  display: flex;
  gap: 51px;
}
@media (max-width: 767px) {
  .p-company__overview-office-lists {
    display: block;
  }
}
.p-company__overview-office-list {
  width: calc((100% - 51px) / 2);
}
@media (max-width: 767px) {
  .p-company__overview-office-list {
    width: 100%;
    margin-top: 26px;
  }
  .p-company__overview-office-list:first-child {
    margin-top: 0;
  }
}
.p-company__overview-office-address {
  margin-top: 12px;
  display: flex;
}
@media (max-width: 767px) {
  .p-company__overview-office-address {
    display: block;
    margin-top: 7px;
  }
}
.p-company__overview-office-address-zip {
  white-space: nowrap;
  padding-right: 7px;
}
@media (max-width: 767px) {
  .p-company__overview-office-address-zip {
    display: inline;
  }
}
@media (max-width: 767px) {
  .p-company__overview-office-address-info {
    display: inline;
  }
}
.p-company__overview-office-tel {
  margin-top: 3px;
}
.p-company__overview-office-map {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .p-company__overview-office-map {
    margin-top: 17px;
  }
}
.p-company__overview-office-map-data {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
}
.p-company__overview-office-map-data iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 沿革 */
.p-history {
  position: relative;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .p-history {
    margin-bottom: 60px;
  }
}
.p-history__body {
  position: relative;
  z-index: 2;
  margin-top: -40px;
  background: url(../img/top/history_bg.png) repeat 0 0;
  padding: 85px 0 96px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(auto, 1200px) minmax(0, 1fr);
}
@media (max-width: 767px) {
  .p-history__body {
    padding: 47px 0 77px 20px;
  }
}
.p-history__content {
  grid-column: 2/-1;
}
.p-history__scroll-content {
  overflow-x: auto;
  scrollbar-width: none;
}
.p-history__scroll-content::-webkit-scrollbar {
  display: none;
}
.p-history__lists {
  display: flex;
}
.p-history__list {
  width: 342px;
  flex-shrink: 0;
  min-height: 440px;
  box-sizing: border-box;
  padding: 46px 40px 30px 0;
  border-left: 1px solid #EFEFEF;
  background-color: #fff;
}
.p-history__list:first-child {
  border-radius: 12px 0 0 12px;
  border-left: none;
}
.p-history__list-year {
  position: relative;
  padding-left: 33px;
  color: #2355A5;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
}
.p-history__list-year::before {
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1FA0EC;
}
.p-history__list-year .num {
  font-size: 40px;
  padding-right: 9px;
}
.p-history__list-year .year {
  font-size: 20px;
}
.p-history__list-month {
  padding: 0 40px 25px 30px;
  font-size: 20px;
  font-weight: bold;
  color: #2355A5;
}
.p-history__list-text {
  padding: 0 40px 0 30px;
  line-height: 1.5;
}
.p-history__scrollbar {
  padding: 16px 0 0;
}
@media (max-width: 767px) {
  .p-history__scrollbar {
    margin-right: 20px;
  }
}
.p-history__scrollbar-track {
  position: relative;
  height: 30px;
  cursor: pointer;
}
.p-history__scrollbar-track::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #909091;
  transform: translateY(-50%);
}
.p-history__scrollbar-thumb {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 65px;
  height: 30px;
  cursor: grab;
  user-select: none;
  z-index: 1;
}
.p-history__scrollbar-thumb:active {
  cursor: grabbing;
}
.p-history__scrollbar-thumb img {
  display: block;
  width: 65px;
  height: 30px;
}

/* 出版物 */
.p-publication__title {
  position: relative;
  background-color: #B49156;
  min-height: 170px;
}
@media (max-width: 767px) {
  .p-publication__title {
    min-height: auto;
    padding-bottom: 12px;
  }
}
.p-publication__title::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  bottom: 11px;
}
.p-publication__title-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
@media (max-width: 767px) {
  .p-publication__title-img {
    position: relative;
    width: 100%;
    text-align: right;
  }
}
.p-publication__title-img img {
  width: auto;
  height: 100%;
}
@media (max-width: 767px) {
  .p-publication__title-img img {
    width: 260px;
    height: auto;
  }
}
.p-publication__title-content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 60px 0 0 50px;
}
@media (max-width: 1365px) {
  .p-publication__title-content {
    padding-left: 70px;
  }
}
@media (max-width: 767px) {
  .p-publication__title-content {
    padding: 23px 0 11px 40px;
  }
}
.p-publication__title-head {
  display: flex;
  gap: 40px;
  align-items: center;
  color: #fff;
}
@media (max-width: 767px) {
  .p-publication__title-head {
    gap: 34px;
  }
}
.p-publication__title-head .p-title__en {
  margin-bottom: 0;
}
.p-publication__body {
  background-color: #FAF6E7;
  padding: 75px 0 135px;
}
@media (max-width: 767px) {
  .p-publication__body {
    padding: 46px 0 62px;
  }
}
.p-publication__slide-lists .slick-track {
  display: flex !important;
}
.p-publication__slide-lists .slick-slide {
  height: auto !important;
}
.p-publication__slide-lists .slick-slide > div {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.p-publication__slide-list {
  padding: 30px 25px 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .p-publication__slide-list {
    padding: 60px 25px 70px;
  }
}
.p-publication__slide-box {
  background-color: #fff;
  box-shadow: 5px 5px 9px #C4C1AB;
  border-radius: 12px;
  position: relative;
  box-sizing: border-box;
  padding: 65px 35px 40px;
  flex: 1;
}
@media (max-width: 767px) {
  .p-publication__slide-box {
    padding: 0px 15px 30px;
    margin-top: 60px;
  }
}
.p-publication__slide-head {
  display: flex;
  gap: 34px;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .p-publication__slide-head {
    display: block;
    margin-bottom: 20px;
  }
}
.p-publication__slide-head-img {
  width: 280px;
  position: relative;
  top: -105px;
}
@media (max-width: 767px) {
  .p-publication__slide-head-img {
    width: auto;
    text-align: center;
    margin-bottom: 22px;
    top: -60px;
  }
}
@media (max-width: 767px) {
  .p-publication__slide-head-img img {
    margin: 0 auto 0;
  }
}
@media (max-width: 767px) {
  .p-publication__slide-head-info {
    margin-top: -60px;
  }
}
.p-publication__slide-head-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  .p-publication__slide-head-title {
    margin-bottom: 9px;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .p-publication__slide-head-publish {
    padding: 0 15px;
  }
}
.p-publication__slide-body {
  margin-top: -105px;
}
@media (max-width: 767px) {
  .p-publication__slide-body {
    margin-top: 0;
  }
}
.p-publication__slide-text {
  background-color: #EBF5FE;
  padding: 17px 18px 25px 27px;
}
.p-publication__slide-link {
  position: absolute;
  left: 0;
  bottom: 36px;
  width: 100%;
  text-align: center;
  display: none;
}
.p-publication__slide .dots-wrap {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin: 48px 30px 0;
}
@media (max-width: 767px) {
  .p-publication__slide .dots-wrap {
    margin: 32px 20px 0;
    flex-wrap: wrap;
  }
}
.p-publication__slide .dots-wrap li {
  width: 50px;
  height: 4px;
  margin: 0;
  background: #A6A6A7;
  border-radius: 17px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .p-publication__slide .dots-wrap li {
    width: 25px;
    height: 5px;
  }
}
.p-publication__slide .dots-wrap li:hover, .p-publication__slide .dots-wrap li.slick-active {
  background: #2355A5;
}
.p-publication__slide .dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
