/* common */
:root {
  --accent-color: #ED6103;
  --font-color: #4C4C4C;
}

html,
body {
  font-weight: normal;
  margin: 0;
  background-color: #F0F7F7;
  color: var(--font-color);
}

* {
  box-sizing: border-box;
}

img,
picture {
  display: block;
}

img {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

.sp {
  display: none;
}

.tab {
  display: none;
}

@media (max-width: 1024px) {
  .tab {
    display: block;
  }
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }

  .tab {
    display: none;
  }

  .sp {
    display: block;
  }
}

.contents__inner {
  padding-right: 48px;
  padding-left: 48px;
}

@media (max-width: 1024px) {
  .contents__inner {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media (max-width: 767px) {
  .contents__inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.contents__block {
  background-color: #fff;
  border-radius: 24px;
  padding: 64px 0 80px 0;
  position: relative;
}

.contents__block:not(:last-child):after {
  content: "";
  display: block;
  width: calc(100% - 48px);
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  background-image: linear-gradient(to right, #e8e8e8 9px, transparent 9px);
  background-size: 18px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

@media (max-width: 1024px) {
  .contents__block {
    padding: 48px 0 64px 0;
  }
}

@media (max-width: 767px) {
  .contents__block {
    padding: 40px 0 48px 0;
    border-radius: 16px;
  }

  .contents__block:not(:last-child):after {
    width: calc(100% - 32px);
  }
}

.descWrapper {
  margin-top: 32px;
}

.desc {
  font-size: 14px;
  line-height: 2;
  font-weight: bold;
  background-color: #F4F4F4;
  border-radius: 8px;
  padding: 40px 64px;
}

.desc p:not(:last-child) {
  margin-bottom: 16px;
}

@media (max-width: 1024px) {
  .desc {
    padding: 32px 24px;
  }
}

@media (max-width: 767px) {
  .desc {
    padding: 24px 15px;
  }

  .desc p:not(:last-child) {
    margin-bottom: 16px;
  }
}

.focus {
  background-image: url('/akiyabank/images/lp/icon_focus_1.svg'), url('/akiyabank/images/lp/icon_focus_2.svg'), url('/akiyabank/images/lp/icon_focus_3.svg'), url('/akiyabank/images/lp/icon_focus_4.svg');
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: top left, top right, bottom left, bottom right;
}

@media (max-width: 767px) {
  .focus {
    background-size: 32px 32px;
  }
}

.textLink {
  text-decoration: none;
  color: var(--font-color);
}

@media (min-width: 1025px) {
  .textLink:hover {
    color: var(--accent-color);
  }
}

a.textLink[target="_blank"] {
  display: flex;
  align-items: center;
  column-gap: 5px;
  line-height: 1;
  margin-top: 10px;
}

a.textLink[target="_blank"]:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url('/akiyabank/images/lp/textLink_icon.svg') no-repeat center;
}

@media (min-width: 1025px) {
  a.textLink[target="_blank"]:hover:after {
    background-image: url('/akiyabank/images/lp/textLink_icon_hover.svg');
  }
}

/*mv*/
.mv {
  background-image: url('/akiyabank/images/lp/MV_pc.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.mv__inner {
  width: 960px;
  height: 640px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mv__picture {
  width: 597px;
  margin: 0 auto;
  padding-top: 77px;
}

@media (max-width: 1024px) {
  .mv {
    background-image: url('/akiyabank/images/lp/MV_tab.png');
  }

  .mv__inner {
    width: 672px;
    height: 893px;
  }

  .mv__picture {
    width: 564px;
    padding-top: 48px;
  }
}

@media (max-width: 767px) {
  .mv {
    background-image: url('/akiyabank/images/lp/MV_sp.png');
  }

  .mv__inner {
    width: 94%;
    height: 699px;
  }

  .mv__picture {
    width: min(90%, 325px);
    padding-top: 24px;
  }
}

/*mvNav*/
.mv__navWrapper {
  margin-top: 102px;
}

.mv__navWrapper.fixed {
  box-shadow: 0 2px 2px rgb(0, 0, 0, 0.15);
  margin-top: 0;
  border-radius: 0 0 24px 24px;
  position: fixed;
  top: 0;
  z-index: 10;
  width: 960px;
  display: flex;
  align-items: center;
  background-color: #fff;
  column-gap: 24px;
  padding: 16px 32px;
}

.mv__navHead {
  background-color: var(--accent-color);
  font-size: 24px;
  color: #fff;
  text-align: center;
  border-radius: 8px 8px 0 0;
  font-weight: bold;
  line-height: 1;
  padding: 12px 0;
}

.mv__navWrapper.fixed .mv__navHead {
  font-size: 18px;
  color: var(--accent-color);
  background-color: unset;
  padding: 0;
}

.mv__nav {
  background-color: #fff;
  padding: 16px 32px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mv__navWrapper.fixed .mv__nav {
  padding: 0;
  flex: 1;
}

@media (max-width: 1024px) {
  .mv__nav {
    padding: 20px 24px 24px;
  }

  .mv__navHead{
    font-size: 20px;
  }

  .mv__navWrapper.fixed {
    width: 672px;
    padding: 16px 24px;
  }

  .mv__navWrapper.fixed .mv__navHead {
    text-align: left;
    font-size: 16px;
    line-height: 1.3;
  }
}

@media (max-width: 767px) {
  .mv__nav {
    padding: 20px 15px;
  }

  .mv__navWrapper.fixed {
    width: 94%;
    flex-direction: column;
    padding: 42px 15px 16px 15px;
    row-gap: 15px;
  }

  .mv__navWrapper.fixed .mv__nav {
    width: 100%;
  }
}

.mv__navBtn {
  width: 32%;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  border-radius: 100px;
  box-shadow: 0 2px rgb(0, 0, 0, 0.16);
  padding: 15px 0;
  border: solid 1px #e8e8e8;
  cursor: pointer;
  transition: all 0.3s;
}

.mv__navWrapper.fixed .mv__navBtn {
  font-size: 16px;
  padding: 12px 0;
}

@media (min-width: 1025px) {
  .mv__navBtn:hover {
    color: var(--accent-color);
    border: solid 1px var(--accent-color);
  }
}

.mv__navBtn.active {
  background-color: #4C4C4C !important;
  color: #fff !important;
  border: 0 !important;
  cursor: unset !important;
  box-shadow: unset !important;
}

@media (max-width: 1024px) {

  .mv__navBtn {
    font-size: 18px;
  }

  .mv__navWrapper.fixed .mv__navBtn {
    font-size: 14px;
  }
}

@media (max-width: 767px) {

  .mv__navBtn {
    font-size: 13px;
    line-height: 1.3;
    padding: 7px 0;
  }

  .mv__navWrapper.fixed .mv__navBtn {
    font-size: 13px;
    padding: 7px 0;
  }
}

/* contents */
.contents {
  width: 960px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .contents {
    width: 672px;
  }
}

@media (max-width: 767px) {
  .contents {
    width: 94%;
  }
}

/* contents__title */
.contents__title {
  padding-top: 48px;
  padding-bottom: 32px;
  background-color: #fff;
}

.contents__title-text {
  display: block;
  color: var(--accent-color);
  font-weight: bold;
  font-size: 44px;
  line-height: 1.5;
  text-align: center;
  padding: 34px 0;
}

@media (max-width: 1024px) {
  .contents__title {
    padding-top: 48px;
    padding-bottom: 24px;
  }

  .contents__title-text {
    font-size: 32px;
    padding: 32px 0;
  }
}

@media (max-width: 767px) {
  .contents__title {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .contents__title-text {
    font-size: 28px;
    padding: 32px 0;
  }
}

/* contents__title */
.contents__h3 {
  color: var(--accent-color);
  font-weight: bold;
  font-size: 32px;
  line-height: 1.5;
}

.contents__h3__text {
  display: block;
  padding-bottom: 23px;
  border-bottom: solid 1px #E8E8E8;
}

@media (max-width: 1024px) {
  .contents__h3 {
    font-size: 24px;
  }

  .contents__h3__text {
    padding-bottom: 12px;
  }
}

/* charm */
.charm__pointWrapper {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
}

.charm__point {
  width: 32%;
}

.charm__pointBadge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  margin: -35px auto 0 auto;
  background-color: var(--accent-color);
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 1;
  row-gap: 5px;
}

.charm__pointBadge-label {
  font-size: 14px;
}

.charm__pointBadge-number {
  font-size: 24px;
}

.charm__poinText {
  margin-top: 8px;
  font-size: 16px;
  text-align: center;
  color: var(--accent-color);
  font-weight: bold;
  line-height: 1.5;
}

.charm__ptotoWrapper {
  margin-top: 64px;
}

.charm__ptoto-title {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}

@media (max-width: 1024px) {
  .charm__pointWrapper {
    margin-top: 32px;
  }

  .charm__point {
    width: 32%;
  }

  .charm__pointBadge {
    width: 64px;
    height: 64px;
    margin: -32px auto 0 auto;
    row-gap: 4px;
  }

  .charm__pointBadge-label {
    font-size: 14px;
  }

  .charm__pointBadge-number {
    font-size: 20px;
  }

  .charm__poinText {
    font-size: 16px;
  }

  .charm__ptotoWrapper {
    margin-top: 48px;
  }

  .charm__ptoto-title {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .charm__pointWrapper {
    margin-top: 24px;
    display: block;
  }

  .charm__point {
    width: 100%;
  }

  .charm__point:not(:first-child) {
    margin-top: 32px;
  }

  .charm__ptotoWrapper {
    margin-top: 40px;
  }
}

/* desc */
.bukken__nameWrapper {
  margin-top: 48px;
  display: flex;
  align-items: center;
  column-gap: 12px;
}

.bukken__nameHead {
  font-size: 14px;
  color: var(--accent-color);
  background-color: #FDEBC9;
  padding: 8px 19px;
  border-radius: 50px;
  font-weight: bold;
  display: inline-block;
  line-height: 1.5;
}

.bukken__nameText {
  font-weight: bold;
  font-size: 24px;
}

/* bukkenInfo */
.bukkenInfo {
  margin-top: 72px;
}

.bukkenInfo__tilte {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
}

.bukkenInfo__table {
  margin-top: 24px;
  border-radius: 8px;
  border-spacing: 0;
  border: none;
  border-left: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  border-collapse: separate;
}

.bukkenInfo__table tr>* {
  padding: 5px 10px;
  border: none;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}

.bukkenInfo__table tr:first-child>*:first-child {
  border-radius: 8px 0 0 0;
}

.bukkenInfo__table tr:first-child>*:last-child {
  border-radius: 0 8px 0 0;
}

.bukkenInfo__table tr:last-child>*:first-child {
  border-radius: 0 0 0 8px;
}

.bukkenInfo__table tr:last-child>*:last-child {
  border-radius: 0 0 8px 0;
}

.bukkenInfo__table th,
.bukkenInfo__table td {
  padding: 16px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}

.bukkenInfo__table th {
  width: 130px;
  background-color: #F4F4F4;
  text-align: left;
}

.bukkenInfo__map {
  width: 100%;
  height: 350px;
  margin-top: 12px;
}

@media (max-width: 1024px) {
  .bukken__nameWrapper {
    margin-top: 32px;
  }

  .bukken__nameText {
    font-size: 20px;
  }

  .bukkenInfo {
    margin-top: 48px;
  }

  .bukkenInfo__tilte {
    font-size: 20px;
  }

  .bukkenInfo__map {
    height: 230px;
  }
}

@media (max-width: 767px) {
  .bukken__nameWrapper {
    margin-top: 24px;
  }

  .bukkenInfo__table th {
    width: 100px;
  }

  .bukkenInfo__map {
    height: 174px;
  }

  .bukkenInfo__table th,
  .bukkenInfo__table td {
    padding: 16px 14px;
  }
}

/* recruitment */
.recruitment__textWrapper {
  padding: 0 32px 48px 32px;
}

.recruitment__textHead {
  font-size: 24px;
  color: var(--accent-color);
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

.recruitment__textUl {
  width: 500px;
  margin: 32px auto 0 auto;
}

.recruitment__textLi {
  font-weight: bold;
  font-size: 16px;
  line-height: 2;
  padding-left: 20px;
  position: relative;
}

.recruitment__textLi:not(:last-child) {
  margin-bottom: 8px;
}

.recruitment__textLi:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: var(--accent-color);
  position: absolute;
  left: 0;
  top: calc(1em - 4px);
  border-radius: 50%;
}

.recruitment.contents__block {
  padding: 80px 115px;
}

.recruitment .desc {
  padding: 40px 48px;
}

.recruitment p.desc__head {
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  padding-bottom: 12px;
  margin-bottom: 16px;
  border-bottom: solid 1px #4C4C4C;
}

@media (max-width: 1024px) {
  .recruitment.contents__block {
    padding: 64px 24px;
  }

  .recruitment__textHead {
    font-size: 24px;
  }

  .recruitment__textUl {
    width: 420px;
  }

  .recruitment .desc {
    padding: 32px 24px;
  }
}

@media (max-width: 767px) {
  .recruitment.contents__block {
    padding: 56px 15px;
  }

  .recruitment__textWrapper {
    padding: 0 0 56px 0;
  }

  .recruitment__textHead {
    font-size: 20px;
  }

  .recruitment__textUl {
    width: min(80%, 420px);
    margin: 24px auto 0 auto;
  }

  .recruitment__textLi {
    line-height: 1.6;
  }

  .recruitment__textLi:before {
    top: calc(1em - 6px);
  }
}

/*bottomArea*/
.bottomArea {
  margin: 48px auto 120px auto;
}

/*contact*/
.contact__title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: var(--accent-color);
  line-height: 1.5;
}

.contact__text {
  margin-top: 24px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 2;
}

.contact__btnWrapper {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}

.contact__btn {
  background-color: var(--accent-color);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 384px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  line-height: 2;
  padding: 16px 0;
  border-radius: 8px;
  box-shadow: 0 2px 2px rgb(0, 0, 0, 0.3);
  font-weight: bold;
  transition: all 0.3s;
}

@media (min-width: 1025px) {
  .contact__btn:hover {
    background-color: #E9A773;
  }
}


.contact__btn:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin-left: 8px;
  background: url('/akiyabank/images/top/icn_exLink_white.svg') no-repeat center;
  background-size: contain;
  z-index: 1;
}

.otherArea__title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.otherArea__nav {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 24px;
}

.otherArea__navBtn {
  display: block;
  width: 40%;
  font-size: 20px;
  line-height: 1.5;
  padding: 15px 0;
  border-radius: 50px;
  box-shadow: 0 2px rgb(0, 0, 0, 0.16);
  border: solid 1px #e8e8e8;
  text-align: center;
  font-weight: bold;
  transition: all 0.3s;
  cursor: pointer;
}

@media (min-width: 1025px) {
  .otherArea__navBtn:hover {
    color: var(--accent-color);
    border: solid 1px var(--accent-color);
  }
}

.otherArea__navBtn.hide {
  display: none;
}

@media (max-width: 1024px) {
  .bottomArea {
    margin: 32px auto 100px auto;
  }

  .contact__title {
    font-size: 24px;
  }

  .contact__text {
    margin-top: 16px;
  }

  .otherArea__nav {
    margin-top: 16px;
  }

  .otherArea__navBtn {
    font-size: 18px;
    width: 37%;
  }
}

@media (max-width: 767px) {
  .otherArea__title {
    font-size: 20px;
  }

  .contact__text {
    line-height: 1.5;
  }

  .otherArea__nav {
    column-gap: 16px;
  }

  .otherArea__navBtn {
    width: 50%;
    font-size: 13px;
  }

}

/* slider common */
.slide-arrow {
  width: 56px;
  height: 56px;
  background-color: #fff;
  border-radius: 50%;
  border: solid 1px #E8E8E8;
  transition: all 0.3s;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  transition: all 0.3s;
  cursor: pointer;
}

.prev-arrow:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url(/akiyabank/images/lp/slide_prev.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}

@media (min-width: 1025px) {
  .prev-arrow:hover {
    border: solid 1px #ED6103;
  }

  .prev-arrow:hover:after {
    background-image: url('/akiyabank/images/lp/slide_prev_hover.svg');
  }
}

.next-arrow:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url('/akiyabank/images/lp/slide_next.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}

@media (min-width: 1025px) {
  .next-arrow:hover {
    border: solid 1px #ED6103;
  }

  .next-arrow:hover:after {
    background-image: url('/akiyabank/images/lp/slide_next_hover.svg');
  }
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(103 103 103 / 80%);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal .slick-slide{
  margin: 0 1px;
}

.modal.active {
  display: flex;
}

.modal-content {
  width: min(70vw, 887px);
  height: fit-content;
  padding: 0;
  position: relative;
}

.modal-content .slick-slide {
  border-radius: 8px;
  overflow: hidden;
  background-color: #f4f4f4;
}

.modal-content .slick-slide img {
  height: 500px;
  object-fit: cover;
  object-position: center;
  width: auto;
  margin: 0 auto;
}

.motdal__text {
  background-color: #fff;
  font-weight: bold;
  padding: 16px;
  line-height: 1.75;
}

.modal .prev-arrow {
  position: absolute;
  left: -80px;
  top: 222px;
  z-index: 1;
}

.modal .next-arrow {
  position: absolute;
  right: -80px;
  top: 222px;
  z-index: 1;
}

.close-btn {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 1;
  right: 0;
  transform: translate(50%, -50%);
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  border: solid 1px #E8E8E8;
  transition: all 0.3s;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}

.close-btn:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url(/akiyabank/images/lp/modal_close.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}

@media (max-width: 1024px) {
  .slide-arrow {
    width: 40px;
    height: 40px;
  }

  .modal-content {
    width: 568px;
  }

  .prev-arrow:after,
  .next-arrow:after {
    width: 10px;
    height: 10px;
  }

  .close-btn:after {
    width: 12px;
    height: 12px;
  }

  .modal-content .slick-slide img {
    height: 320px;
  }

  .modal .prev-arrow {
    left: -68px;
    top: 140px;
  }

  .modal .next-arrow {
    right: -68px;
    top: 140px;
  }

  .close-btn {
    width: 32px;
    height: 32px;
  }
}

@media (max-width: 767px) {
  .modal-content {
    width: 338px;
  }

  .modal-content .slick-slide img {
    height: 190px;
  }

  .modal .prev-arrow {
    left: 8px;
    top: 75px;
  }

  .modal .next-arrow {
    right: 8px;
    top: 75px;
  }
}

/* charm__photoSlider */
.charm__photoSlider {
  height: 216px;
  position: relative;
  margin-top: 24px;
  display: none;
}

.charm__photoSlider.slick-initialized {
  display: block;
}

.charm__photoSlider .slick-list,
.charm__photoSlider .slick-track{
  height: 100%;
}

.charm__photoSlider .slick-track{
  display: flex;
}

.charm__photoSlider .slick-slide{
  height: auto;
}

.charm__photoSlider .slick-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s;
  cursor: pointer;
}

@media (min-width: 1025px) {
  .charm__photoSlider .slick-slide img:hover {
    opacity: 0.8;
  }
}

.charm__photoSlider .prev-arrow {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.charm__photoSlider .next-arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

@media (max-width: 1024px) {
  .charm__photoSlider {
    height: 180px;
  }
}

@media (max-width: 767px) {
  .charm__photoSlider {
    height: 210px;
  }
}


/* bukken__photoSlider */
.bukken__ptotoWrapper {
  background-color: #f4f4f4;
  position: relative;
}

.bukken__ptotoWrapper .slick-list,
.bukken__ptotoWrapper .slick-track{
  height: 100%;
}

.bukken__ptotoWrapper .slick-slide,
.bukken__thumbnail .slick-slide {
  transition: all 0.3s;
}

@media (min-width: 1025px) {
  .bukken__photoSlider .slick-slide:hover {
    opacity: 0.8;
  }

  .bukken__thumbnail .slick-slide:hover {
    opacity: 0.8;
  }
}

.bukken__photoSlider {
  height: 390px;
  width: 100%;
  position: static !important;
  margin: 24px auto 0 auto;
  display: none;
}

.bukken__photoSlider.slick-initialized {
  display: block;
}

.bukken__photoSlider .slick-slide {
  background-color: #f4f4f4;
}

.bukken__photoSlider .slick-slide img {
  height: 100%;
  width: auto;
  /* object-fit: cover;
  object-position: center; */
  cursor: pointer;
  margin: 0 auto;
}

.bukken__photoSlider .prev-arrow {
  position: absolute;
  left: 15px;
  top: 169px;
  z-index: 1;
}

.bukken__photoSlider .next-arrow {
  position: absolute;
  right: 15px;
  top: 169px;
  z-index: 1;
}

@media (max-width: 1024px) {
  .bukken__photoSlider {
    height: 325px;
    /* width: 425px; */
  }

  .bukken__photoSlider .prev-arrow {
    top: 142px;
  }

  .bukken__photoSlider .next-arrow {
    top: 142px;
  }
}

@media (max-width: 767px) {
  .bukken__photoSlider {
    height: 210px;
    /* width: 280px; */
  }

  .bukken__photoSlider .prev-arrow {
    top: 85px;
  }

  .bukken__photoSlider .next-arrow {
    top: 85px;
  }
}

.bukken__thumbnail {
  height: 120px;
  transform: translateY(-1px);
  display: none;
}

.bukken__thumbnail.slick-initialized {
  display: block;
}

.bukken__thumbnail .slick-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .bukken__thumbnail {
    height: 110px;
  }

  .bukken__thumbnail .slick-list {
    padding: 0 5% 0 0 !important;
  }
}

@media (max-width: 767px) {
  .bukken__thumbnail {
    height: 90px;
  }

  .bukken__thumbnail .slick-list {
    padding: 0 20% 0 0 !important;
  }
}

.copyright img{
  display: inline;
}