@charset "UTF-8";
@import "../css/contact.css";
@font-face {
  font-family: "Caslon";
  src: url("../css/fonts/LibreCaslonText-Regular.woff") format("woff");
  font-style: 400;
}
@font-face {
  font-family: "Caslon-Bold";
  src: url("../css/fonts/LibreCaslonText-Bold.woff") format("woff");
  font-style: 700;
}
:root {
  --vk-color-text-body: #1d201f;
}

body {
  font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.075rem;
}

.en {
  font-family: "Caslon", serif;
}

.en2 {
  font-family: "Caslon-Bold", serif;
}

a {
  color: var(--vk-color-text-body);
  text-decoration: none;
}

a:hover {
  color: initial;
  opacity: 0.7;
}

div.container,
section.container {
  padding-left: 20px;
  padding-right: 20px;
}

.pc-none {
  display: none;
}

.sp-none {
  display: inline-block;
}

@media (max-width: 767.98px) {
  .pc-none {
    display: inline-block;
  }
  .sp-none {
    display: none;
  }
}
.tab-none {
  display: inline-block;
}

.tab-only {
  display: none;
}

@media (max-width: 991.98px) {
  .tab-none {
    display: none;
  }
  .tab-only {
    display: inline-block;
  }
}
ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}

.bg-beige {
  background: var(--vk-color-primary);
}

.bg-gray {
  background: var(--vk-color-custom-3);
  color: #fff;
}

/*ヘッダー*/
.site-header {
  position: fixed;
  width: 100%;
  box-shadow: none;
  height: 150px;
  background: none;
  z-index: 1000;
  pointer-events: none;
}

@media ( max-width: 767.98px) {
  .add-layer .site-header {
    background: #fff;
    pointer-events: all;
  }
}
.site-header-logo {
  max-width: 100px;
  pointer-events: auto;
}

.site-header-logo img {
  margin-left: 0;
  height: 84px;
  width: auto;
}

.add-layer .site-header-logo img {
  filter: brightness(0);
}

.site-header-logo__svg {
  display: block;
}

.site-header-logo__svg svg {
  display: block;
  margin-left: 0;
  height: 84px;
  width: auto;
}

.site-header-logo__svg .logo-fill-1,
.site-header-logo__svg .logo-fill-2 {
  fill: #fff;
  transition: fill 0.3s ease;
}

.add-layer .site-header-logo__svg .logo-fill-1 {
  fill: #141414;
}

.add-layer .site-header-logo__svg .logo-fill-2 {
  fill: #b4413d;
}

@media (min-width: 992px) {
  .site-header-logo {
    padding-top: 35px;
    margin-left: 40px;
  }
  .site-header--layout--nav-float .site-header-logo img {
    margin-left: 0;
  }
}
.header__sns {
  display: none;
}
@media ( max-width: 767.98px) {
  .header__sns {
    display: flex;
    gap: 15px;
    align-items: center;
    position: absolute;
    top: 12px;
    right: 90px;
  }
}

.header__sns-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}

.add-layer .header__sns-link img {
  filter: brightness(0);
}

.page_top_btn,
.scrolled .page_top_btn {
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  box-shadow: none;
  display: block;
  opacity: 1;
  color: transparent;
  background-color: var(--vk-color-custom-3);
}

@media (max-width: 991.99px) {
  .page_top_btn,
  .scrolled .page_top_btn {
    right: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    box-shadow: none;
    display: block;
    opacity: 1;
    color: transparent;
  }
  .site-header {
    height: 60px;
  }
  .site-header-logo img {
    width: auto;
    margin-right: auto;
    margin-left: 10px;
    height: 45px;
  }
  .site-header-logo__svg svg {
    width: auto;
    margin-right: auto;
    margin-left: 10px;
    height: 45px;
  }
}
.header_scrolled.admin-bar .site-header,
.admin-bar .site-header {
  top: 32px;
}

.admin-bar .vk-mobile-nav-menu-btn {
  top: 41px;
}

/*ドロワー内*/
.drawer-toggle {
  position: absolute;
  top: 35px;
  right: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 9px;
  width: 60px;
  padding: 10px 0;
  background: none;
  border: none;
  cursor: pointer;
  color: #fff;
  z-index: 1200;
  pointer-events: auto;
}
@media (max-width: 991.99px) {
  .drawer-toggle {
    top: 0.5rem;
    right: 10px;
  }
}

.add-layer .drawer-toggle {
  color: var(--vk-color-custom-3);
}

.drawer-toggle__line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: currentColor;
}

#panel-drawer-nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background: #000;
  transition: right 0.3s ease;
  z-index: 100000;
  padding-top: 110px;
  max-width: 480px;
  padding: 0 20px;
}
#panel-drawer-nav .drawer-panel-none {
  display: none !important;
}

#panel-drawer-nav.open {
  right: 0;
  padding-top: 0;
}

#btn-drawer-close {
  position: absolute;
  top: 35px;
  right: 40px;
  width: 60px;
  height: 60px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  color: #fff;
  z-index: 1200;
}
@media (max-width: 991.99px) {
  #btn-drawer-close {
    top: 0.5rem;
    right: 10px;
  }
}

#btn-drawer-close .drawer-close__line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 1px;
  background-color: currentColor;
  transform-origin: center;
}

#btn-drawer-close .drawer-close__line:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

#btn-drawer-close .drawer-close__line:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.nav_inner {
  background: #000;
  color: #fff;
  padding: 40px 0 0;
}
.nav_inner__visual {
  margin: 0 auto 100px;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media ( max-width: 767.98px) {
  .nav_inner__visual {
    margin-bottom: 40px;
  }
}
.nav_inner__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.nav_inner__content {
  display: grid;
  grid-template-columns: 2fr 3fr;
  align-items: start;
}
@media (max-width:1199.98px) {
  .nav_inner__content {
    grid-template-columns: 2fr 3fr;
  }
}
@media (max-width:991.98px) {
  .nav_inner__content {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 20px;
  }
}
.nav_inner__company {
  display: grid;
  font-size: 14px;
}
@media (max-width:991.98px) {
  .nav_inner__company {
    order: 2;
    width: 100%;
    text-align: left;
    margin-top: 30px;
  }
}
.nav_inner__company-name, .nav_inner__menu-item a {
  font-size: 16px;
}
.nav_inner__company-name {
  margin-bottom: 10px;
}
.nav_inner__company-address {
  margin-bottom: 0;
}
.nav_inner__company-map {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: inherit;
  text-decoration: none;
  position: relative;
}
.nav_inner__company-map img {
  height: 18px;
}
.nav_inner__menu {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  margin-top: 35px;
}
@media (max-width:991.98px) {
  .nav_inner__menu {
    order: 1;
    align-items: center;
    flex-direction: row;
  }
}
.nav_inner__menu-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: flex-end;
}
@media (max-width:991.98px) {
  .nav_inner__menu-list {
    justify-content: flex-start;
  }
}
.nav_inner__menu-item {
  position: relative;
  text-align: left;
}
.nav_inner__menu-item a {
  color: inherit;
  text-decoration: none;
  font-size: 16px;
}
.nav_inner__menu-item + .nav_inner__menu-item::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%) rotate(40deg);
  width: 1px;
  height: 15px;
  background: rgba(255, 255, 255, 0.8);
}
@media (max-width:991.98px) {
  .nav_inner__menu-item + .nav_inner__menu-item::before {
    content: none;
  }
}

.breadcrumb {
  padding: 10px 0;
}
.breadcrumb .breadcrumb-list li:after {
  content: ">";
  position: relative;
  top: -1px;
}
.breadcrumb .breadcrumb-list li:last-child:after {
  content: none;
}
.breadcrumb .breadcrumb-list li a {
  text-decoration: none;
}
.breadcrumb .fa-home {
  display: none;
}

#panel-drawer-nav .nav_inner {
  height: 100vh;
}
#panel-drawer-nav .nav_inner__visual {
  margin-bottom: 40px;
}
#panel-drawer-nav .nav_inner__content {
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
  gap: 20px;
}
#panel-drawer-nav .nav_inner__company {
  order: 2;
  width: 100%;
  text-align: left;
  margin-top: 30px;
}
#panel-drawer-nav .nav_inner__menu {
  order: 1;
  align-items: flex-start;
  flex-direction: row;
  width: 100%;
}
#panel-drawer-nav .nav_inner__menu .nav_inner__menu-row {
  width: 50%;
}
#panel-drawer-nav .nav_inner__menu-list {
  justify-content: flex-start;
  flex-direction: column;
}
#panel-drawer-nav .nav_inner__menu-item + .nav_inner__menu-item::before {
  content: none;
}
@media ( max-width: 767.98px) {
  #panel-drawer-nav .nav_inner .container {
    padding: 0;
  }
}

.site-footer {
  background: #000;
}
.site-footer .site-footer-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  margin-top: 30px;
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  color: #fff;
  font-size: 14px;
}
@media (max-width:991.98px) {
  .site-footer .site-footer-copyright {
    padding: 24px 0 70px;
  }
}
@media ( max-width: 767.98px) {
  .site-footer .site-footer-copyright {
    flex-direction: column;
    text-align: center;
    gap: 5px;
    margin-top: 10px;
    padding-bottom: 80px;
  }
}
.site-footer .site-footer-copyright__text {
  margin: 0;
}
.site-footer .site-footer-copyright__links {
  display: flex;
  gap: 32px;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media ( max-width: 767.98px) {
  .site-footer .site-footer-copyright__links {
    gap: 16px;
    color: #fff;
    margin-top: 30px;
  }
  .site-footer .site-footer-copyright__links.sp-none {
    display: none;
  }
}
.site-footer .site-footer-copyright__item a {
  color: inherit;
  text-decoration: none;
  font-size: 14px;
}
.site-footer .nav_inner__content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .site-footer .nav_inner__content {
    flex-direction: column;
  }
}
.site-footer .nav_inner__company {
  width: 315px;
}
.site-footer .nav_inner__menu {
  width: calc(100% - 315px);
  max-width: 660px;
  align-items: flex-start;
}
@media (max-width: 991.98px) {
  .site-footer .nav_inner__menu {
    width: 100%;
  }
}
@media (max-width:991.98px) {
  .site-footer .nav_inner__menu-item {
    width: 100%;
  }
}
.site-footer .nav_inner__menu-item a {
  font-size: 13px;
}
@media (max-width:1199.98px) {
  .site-footer .nav_inner__menu-item a {
    font-size: 12px;
  }
}
@media (max-width:991.98px) {
  .site-footer .nav_inner__menu-item a {
    font-size: 12px;
  }
}
.site-footer .nav_inner__tel {
  display: none;
}

.floating-actions {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 50;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
}
@media (max-width:991.98px) {
  .floating-actions {
    right: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    top: auto;
    transform: translate(0);
  }
}
.floating-actions__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width:991.98px) {
  .floating-actions__list {
    flex-direction: row;
    gap: 0;
  }
}
.floating-actions__item {
  width: 50px;
  margin: 0;
}
@media (max-width:991.98px) {
  .floating-actions__item {
    width: calc((100% - 60px) / 2);
  }
}
.floating-actions__link {
  display: flex;
  gap: 8px;
  height: 20vh;
  min-height: 205px;
  padding: 15px 10px 15px 8px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.18em;
  position: relative;
  overflow: hidden;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width:991.98px) {
  .floating-actions__link {
    height: 60px;
    min-height: auto;
    letter-spacing: 0.12em;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
.floating-actions__item:nth-child(1) .floating-actions__link {
  background: #748f94;
}
.floating-actions__item:nth-child(1) .floating-actions__link .floating-actions__icon {
  background: url(../../img/icon1.svg) center no-repeat;
  background-size: contain;
}
.floating-actions__item:nth-child(2) .floating-actions__link {
  background: #92b29c;
}
.floating-actions__item:nth-child(2) .floating-actions__link .floating-actions__icon {
  background: url(../../img/icon2.svg) center no-repeat;
  background-size: contain;
}
.floating-actions__item:nth-child(3) .floating-actions__link {
  background: #1d201f;
}
.floating-actions__item:nth-child(3) .floating-actions__link .floating-actions__icon {
  background: url(../../img/icon3.svg) center no-repeat;
  background-size: contain;
}
.floating-actions__icon {
  width: 18px;
  height: 18px;
  display: inline-block;
}
@media (max-width:991.98px) {
  .floating-actions__icon {
    width: 18px;
    height: 18px;
    display: block;
    padding: 10px;
  }
}
.floating-actions__text {
  font-size: 15px;
  color: inherit;
  writing-mode: vertical-rl;
}
@media (max-width:991.98px) {
  .floating-actions__text {
    font-size: 14px;
    color: inherit;
    writing-mode: initial;
    letter-spacing: 1px;
    text-align: center;
    line-height: 1.2em;
  }
}
.floating-actions__sns {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
@media (max-width:991.98px) {
  .floating-actions__sns {
    display: none;
  }
}
.floating-actions__sns-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.floating-actions__sns-link:nth-child(1) .floating-actions__sns-icon {
  background: url(../../img/icon-ig.svg) center no-repeat;
  background-size: contain;
}
.floating-actions__sns-link:nth-child(2) .floating-actions__sns-icon {
  background: url(../../img/icon-yt.svg) center no-repeat;
  background-size: contain;
}
.floating-actions__sns-link:hover, .floating-actions__sns-link:focus-visible {
  opacity: 0.8;
}
.floating-actions__sns-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
}

.add-layer .floating-actions__sns-link:nth-child(1) .floating-actions__sns-icon {
  background-image: url(../../img/icon-ig-b.svg);
}

.add-layer .floating-actions__sns-link:nth-child(2) .floating-actions__sns-icon {
  background-image: url(../../img/icon-yt-b.svg);
}

/*共通*/
.site-body {
  margin-top: 100px;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 991.99px) {
  .site-body {
    margin-top: 60px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.home .site-body {
  margin-top: 0 !important;
  padding-bottom: 0;
}

.fs18 {
  font-size: 18px;
}
@media ( max-width: 767.98px) {
  .fs18 {
    font-size: 16px;
  }
}

.fs25 {
  font-size: 25px;
}
@media ( max-width: 767.98px) {
  .fs25 {
    font-size: 18px;
  }
}

.full-wide {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

@keyframes v-more-arrow-wiggle {
  0%, 20%, 100% {
    transform: translateY(var(--v-more-arrow-offset-y, -50%)) translateX(0);
  }
  40% {
    transform: translateY(var(--v-more-arrow-offset-y, -50%)) translateX(6px);
  }
  60% {
    transform: translateY(var(--v-more-arrow-offset-y, -50%)) translateX(-2px);
  }
  80% {
    transform: translateY(var(--v-more-arrow-offset-y, -50%)) translateX(2px);
  }
}
.v-more {
  font-family: "Caslon", serif;
  position: relative;
  font-size: 18px;
  padding-right: 32px;
  letter-spacing: 0.2px;
  margin: 0;
}
.v-more::after {
  background: url(../../img/icon-more.svg) center center/contain no-repeat;
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  background-size: contain;
  right: 0;
  top: calc(50% - 2px);
  transform: translateY(var(--v-more-arrow-offset-y, -50%)) translateX(0);
  z-index: 10;
  transition: transform 0.3s ease;
  animation: none;
}
.v-more:hover::after, .v-more:focus-visible::after {
  animation: v-more-arrow-wiggle 1.4s ease-in-out infinite;
}
.v-more.u-line {
  padding-bottom: 10px;
  border-bottom: 1px solid;
}
.v-more.u-line::after {
  top: calc(50% - 8px);
  --v-more-arrow-offset-y: calc(-50% + 4px);
}
@media ( max-width: 767.98px) {
  .v-more::after {
    animation: v-more-arrow-wiggle 2.8s ease-in-out infinite;
    animation-delay: 1s;
  }
}

.v-more-square {
  color: var(--vk-color-text-body);
  border: 1px solid;
  padding: 15px 15px;
  width: 350px;
  display: inline-block;
  position: relative;
  text-align: center;
}
@media ( max-width: 767.98px) {
  .v-more-square {
    width: 80%;
  }
}

.v-more-square::after {
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid var(--vk-color-text-body);
  border-left: none;
  border-bottom: none;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 22px;
}

.v-more-square:hover {
  background: var(--vk-color-text-body);
  color: #fff;
  border: 1px solid #fff;
  opacity: 1;
}

.v-more-square:hover::after {
  border-color: #fff;
  transform: rotate(45deg) translateX(2px);
}

.header-ttl {
  background-position: center;
  background-size: cover;
  aspect-ratio: 144/45;
  width: 100%;
  margin-top: 0 !important;
}
@media (max-width:991.98px) {
  .header-ttl {
    aspect-ratio: 178/120;
  }
}

.fadeIn {
  opacity: 0;
  transition: 1.3s;
  transform: translateY(15px);
}

.fadeIn.is-show {
  opacity: 1;
  transform: translateY(0);
}

.delay-3ms.is-show {
  transition-delay: 30ms;
}

.delay-6ms.is-show {
  transition-delay: 60ms;
}

.delay-9ms.is-show {
  transition-delay: 90ms;
}

.delay-3ms.is-show {
  transition-delay: 30ms;
}

.delay-6ms.is-show {
  transition-delay: 60ms;
}

.delay-9ms.is-show {
  transition-delay: 90ms;
}

.headline h1,
.headline .h1 {
  font-family: "Caslon", serif;
  font-size: 60px;
  letter-spacing: 0.04em;
  line-height: 0.95em;
  font-weight: 500;
  margin-bottom: 0.7em;
}
@media ( max-width: 767.98px) {
  .headline h1,
  .headline .h1 {
    font-size: 40px;
  }
}
.headline h1 span,
.headline .h1 span {
  font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 16px;
  display: block;
  font-weight: normal;
  letter-spacing: 0;
  padding-left: 25px;
  position: relative;
}
.headline h1 span::before,
.headline .h1 span::before {
  content: "";
  width: 15px;
  height: 1px;
  background: var(--vk-color-text-body);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media ( max-width: 767.98px) {
  .headline h1 span,
  .headline .h1 span {
    font-size: 16px;
  }
}

.post-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 740px;
  margin: 60px auto;
  padding: 0 20px;
}

.post-navigation__prev,
.post-navigation__next {
  flex: 1;
}

.post-navigation__prev a,
.post-navigation__next a {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  color: #4d4d4d;
  text-decoration: none;
  font-family: "Caslon", serif;
}

.post-navigation__prev a::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 1px solid #4d4d4d;
  border-left: 1px solid #4d4d4d;
  transform: rotate(-45deg);
  margin-right: 15px;
}

.post-navigation__next {
  text-align: right;
}

.post-navigation__next a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 1px solid #4d4d4d;
  border-right: 1px solid #4d4d4d;
  transform: rotate(45deg);
  margin-left: 15px;
}

.post-navigation__archive {
  flex: 0 0 350px;
  text-align: center;
}

.post-navigation__archive a {
  display: block;
  width: 100%;
  padding: 15px 0;
  border: 1px solid #4d4d4d;
  color: #4d4d4d;
  text-decoration: none;
  font-size: 16px;
  position: relative;
}

.post-navigation__archive a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: 1px solid #4d4d4d;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='10 16 14 12 10 8'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
}

@media ( max-width: 767.98px) {
  .post-navigation {
    flex-wrap: wrap;
    gap: 4px;
    margin: 40px auto;
  }
  .post-navigation__prev {
    order: 1;
    width: calc(50% - 4px);
    flex: 0 0 calc(50% - 4px);
  }
  .post-navigation__next {
    order: 2;
    width: calc(50% - 4px);
    flex: 0 0 calc(50% - 4px);
    margin-top: -2px;
  }
  .post-navigation__archive {
    order: 3;
    flex: 0 0 100%;
    width: 100%;
    margin-top: 20px;
  }
  .post-navigation__prev a,
  .post-navigation__next a,
  .post-navigation__archive a {
    font-size: 14px;
  }
}
ul.page-numbers {
  display: flex;
}

ul.page-numbers li a,
ul.page-numbers li span.page-numbers {
  border: 0.5px solid;
  margin-left: 3px;
  border-radius: 0;
}

ul.page-numbers li span.page-numbers.current {
  color: #fff;
  background-color: #4d4d4d;
}

ul.page-numbers li:first-child > .page-numbers {
  border-radius: 0;
}

ul.page-numbers li:last-child > .page-numbers {
  border-radius: 0;
}

.navigation.pagination .page-numbers.next,
.navigation.pagination .page-numbers.prev {
  font-size: 0;
  position: relative;
  height: 100%;
}

.navigation.pagination .page-numbers.next::before,
.navigation.pagination .page-numbers.prev::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  position: absolute;
  top: 50%;
  left: calc(50% - 2px);
}

.navigation.pagination .page-numbers.next::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.navigation.pagination .page-numbers.prev::before {
  transform: translate(calc(-50% + 5px), -50%) rotate(-135deg);
}

.vk_post .vk_post_btn {
  background: #4d4d4d;
  border: 1px solid #4d4d4d;
  border-radius: 0;
}
.vk_post .vk_post_btn:hover {
  background: #fff;
  color: #4d4d4d;
}

.materials-section {
  padding: 140px 0;
}
@media (max-width: 767.98px) {
  .materials-section {
    padding: 90px 0;
  }
}
.materials-section .materials-section__inner {
  position: relative;
}
.materials-section .materials-section__visual {
  margin: 0;
  position: relative;
}
.materials-section .materials-section__visual img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width:991.98px) {
  .materials-section .materials-section__visual img {
    aspect-ratio: 7/3;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media ( max-width: 767.98px) {
  .materials-section .materials-section__visual img {
    aspect-ratio: 1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media ( max-width: 767.98px) {
  .materials-section .materials-section__visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
  }
}
.materials-section .materials-section__content {
  position: absolute;
  color: #fff;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
@media ( max-width: 767.98px) {
  .materials-section .materials-section__content {
    padding: 25px;
  }
}
.materials-section .materials-section__title {
  font-size: 35px;
  margin: 25px 0 40px;
  font-family: Caslon, serif;
  letter-spacing: 0.04em;
  line-height: 0.95em;
  font-weight: 500;
}
@media (max-width:991.98px) {
  .materials-section .materials-section__title {
    font-size: 34px;
    margin: 45px 0 15px;
  }
}
@media ( max-width: 767.98px) {
  .materials-section .materials-section__title {
    font-size: 24px;
    margin-bottom: 25px;
    margin-top: 0;
  }
}
.materials-section .materials-section__description {
  font-size: 18px;
  line-height: 1.8;
  margin: 0 0 40px;
}
@media (max-width:991.98px) {
  .materials-section .materials-section__description {
    font-size: 16px;
    margin: 0 0 30px;
  }
}
@media ( max-width: 767.98px) {
  .materials-section .materials-section__description {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.materials-section .materials-section__button {
  color: inherit;
  font-size: 18px;
  border: 1px solid;
  padding: 15px 15px;
  width: 350px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.6);
  position: relative;
}
@media (max-width:991.98px) {
  .materials-section .materials-section__button {
    padding: 10px 15px;
  }
}
@media ( max-width: 767.98px) {
  .materials-section .materials-section__button {
    padding: 10px 15px;
    width: 90%;
  }
}
.materials-section .materials-section__button::after {
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid currentColor;
  border-left: none;
  border-bottom: none;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 24px;
}
@media ( max-width: 767.98px) {
  .materials-section .materials-section__button::after {
    top: 18px;
  }
}
.materials-section .materials-section__button:hover::after, .materials-section .materials-section__button:focus-visible::after {
  transform: rotate(45deg) translateX(2px);
}

.nav-contact {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  margin: 40px auto 0;
}
@media (max-width:991.98px) {
  .nav-contact {
    margin: 30px auto 0;
  }
}

.nav-contact__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 100%;
  padding: 15px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  background: transparent;
}
.nav-contact__btn:hover {
  background: #fff;
  color: #000;
  opacity: 1;
}

.nav-contact__btn--tel:hover .nav-contact__img {
  content: url(../../img/nav-tel-b.svg);
}

.nav-contact__btn--mail:hover .nav-contact__img {
  content: url(../../img/nav-mail-b.svg);
}

.nav-contact__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-contact__img {
  width: auto;
  height: 24px;
}

.nav-contact__btn--mail .nav-contact__img {
  height: 21px;
}

.nav-contact__sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.nav-contact__sns-link {
  display: block;
  width: 24px;
  height: auto;
  transition: opacity 0.3s ease;
}
.nav-contact__sns-link:hover {
  opacity: 0.7;
}
.nav-contact__sns-link img {
  width: 100%;
  height: auto;
}

.sitemap li a {
  display: block;
  text-decoration: none;
  width: 100%;
  padding: 8px 0;
  border-bottom: 0.5px solid;
}

.nav_inner__company-contact a {
  color: #fff;
}