@charset "UTF-8";
/* html{
  overflow-x: hidden;
} */
/*Plus Jakarta Sans*/
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
.plus-jakarta-sans {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

body {
  color: #000;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: .1em;
}

.body.no_scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

main {
  margin-top: 0;
  overflow-x: clip;
}

img {
  max-width: 100%;
}

.content-width {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.content-width-wide {
  max-width: 1120px;
  padding: 0 20px;
  margin: 0 auto;
}

.content-width-narrow {
  max-width: 840px;
  padding: 0 20px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .content-width {
    padding: 0 32px;
  }

  .content-width-wide {
    padding: 0 32px;
  }

  .ccontent-width-narrow {
    padding: 0 32px;
  }
}
.common-lower-title {
  width: fit-content;
  margin: 0 auto 78px auto;
}

.common-lower-title img {
  max-width: 100%;
}

.sp-br {
  display: none !important;
}

.flex {
  display: flex;
}

.a_center {
  text-align: center;
}

.a_right {
  text-align: right;
}

.mb_1rem {
  margin-bottom: 1rem !important;
}

.mb_2rem {
  margin-bottom: 2rem !important;
}

.mb_3rem {
  margin-bottom: 3rem !important;
}

.mb_4rem {
  margin-bottom: 4rem !important;
}

.mb_5rem {
  margin-bottom: 5rem !important;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }

  .common-lower {
    background-image: unset;
  }

  .pc-br {
    display: none !important;
  }

  .sp-br {
    display: block !important;
  }

  .privacy-policy .common-lower-title {
    max-width: 293px;
  }
}
/* =========================
   S字タイトル
========================= */
.titleBox {
  position: relative;
  margin-bottom: 40px;
}

.titleBox__label {
  width: 100%;
  max-width: 250px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  padding: 10px 15px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  letter-spacing: 0.05em;
}

.titleBox__label-category {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  /* カテゴリと日付の間隔 */
  max-width: 220px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  padding: 8px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
}

.titleBox__label-category .category {
  display: inline-block;
  padding: 2.5px 8px;
  background-color: #000;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

.titleBox__inner {
  display: flex;
  width: auto;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 5px 1rem 5px 0;
  align-items: center;
  justify-content: space-between;
}

/* 日本語 */
.titleBox__jp {
  margin: 0;
  display: inline-block;
  font-size: 40px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 600;
  padding-bottom: 5px;
  /* 線までの距離 */
}

/* 右側英字 */
.titleBox__en {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.25;
  font-weight: 400;
  white-space: nowrap;
  padding-right: 1rem;
}

.titleBox__information-category {
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 16px 0 16px 16px;
}

.w500 {
  width: 100%;
  max-width: 500px;
}

.w300 {
  width: 100%;
  max-width: 300px;
}

/*S字タイトル　白*/
.titleBox-w {
  position: relative;
  margin-bottom: 40px;
}

.titleBox-w__label {
  width: 100%;
  max-width: 250px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  padding: 10px 15px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  letter-spacing: 0.05em;
}

.titleBox-w__inner {
  display: flex;
  width: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 5px 1rem 5px 0;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .titleBox__jp {
    font-size: 32px;
  }

  .titleBox__label {
    font-size: 14px;
  }

  .titleBox__en {
    display: none;
  }

  .titleBox__label-category .category {
    font-size: 12px;
  }
}
/* =========================
   TOPへ戻るボタン
========================= */
.fv__totop-wrap {
  position: fixed;
  z-index: 997;
  bottom: 26px;
  right: 40px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.fv__totop {
  position: relative;
  background-color: #333;
  width: 60px;
  height: 60px;
  cursor: pointer;
}

.fv__totop::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -15%) rotate(-45deg);
  width: 13px;
  height: 13px;
  content: "";
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
}

@media screen and (max-width: 768px) {
  .fv__totop-wrap {
    right: 10px;
    bottom: 90px !important;
  }

  .fv__totop {
    border-radius: 4px;
    width: 40px;
    height: 40px;
  }

  .fv__totop::before {
    width: 10px;
    height: 10px;
  }
}
/* SP固定コンタクトバー */
.sp-contact-banner-wrap {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-menu .sp-contact-banner-wrap .sp-contact-banner {
    background-color: #000;
  }

  .sp-contact-banner-wrap {
    position: fixed;
    bottom: 0;
    z-index: 998;
    width: 100%;
    display: block;
  }

  .sp-contact-banner {
    display: flex;
    justify-content: center;
    gap: 5px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 5px;
    margin: 0 auto;
  }

  .sp-contact-banner-wrap .header__right-phone {
    width: calc(50% - 2.5px);
    text-align: center;
  }

  .sp-contact-banner-wrap .header__right-phone .fs-14 {
    font-size: 12px;
    letter-spacing: normal;
  }

  .sp-contact-banner-wrap .header__right-phone-midd {
    justify-content: center;
  }

  .header__right-phone-midd img {
    width: 15px;
  }

  .header__right-phone-midd .fs-22 {
    font-size: clamp(10px, 5.33vw, 20px);
    white-space: nowrap;
  }

  .sp-contact-banner-wrap .header__right-contact {
    display: flex;
    flex-direction: row;
    width: calc(50% - 2.5px);
    padding: 0;
  }

  .sp-contact-banner-wrap .header__right-contact p {
    font-size: clamp(10px, 4.27vw, 16px);
  }
}
/* font-family */
.ff-manrope {
  font-family: "Manrope", sans-serif;
}

.ff-zen {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

/* font-size */
.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-18 {
  font-size: 18px;
}

.fs-22 {
  font-size: 22px;
}

.fs-30 {
  font-size: 30px;
}

/* font-weight */
.fw-500 {
  font-weight: 500;
}

/* color */
.blue {
  color: #01347E;
}

.red {
  color: #E00101;
}

/* btn */
.btn {
  transition: .3s;
}

.btn:hover {
  opacity: .7;
}

/* =========================
   パンくずリスト
========================= */
.breadcrumb {
  width: fit-content;
  margin: 19px auto 80px 0;
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

.breadcrumb__top {
  margin-right: 44px;
  position: relative;
  text-decoration: underline;
  text-underline-offset: 4px;
  letter-spacing: 0.05em;
}

.breadcrumb__top::after {
  position: absolute;
  top: 50%;
  right: -11px;
  transform: translate(100%, -50%);
  content: "";
  width: 28px;
  height: 0.5px;
  background-color: #000;
}

.breadcrumb__here {
  color: #000;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    margin: 11px auto 51px 0;
  }
}
/* =========================
   header
========================= */
header {
  z-index: 999;
  position: relative;
}

.header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex_start;
  justify-content: flex-end;
  width: 100%;
  height: 82px;
}

h1.header-logo-top {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 40px;
  border-radius: 0 0 20px 0;
}

@media screen and (max-width: 768px) {
  h1.header-logo-top {
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 13px;
    border-radius: 0 0 20px 0;
  }

  h1.header-logo-top img {
    max-width: 53px;
  }
}
.header-logo-sub {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 22px 27px;
  border-radius: 0 0 20px 0;
}

ul.header__main {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  border-radius: 50px 0 0 50px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  /* Safari対策 */
  background-color: rgba(0, 0, 0, 0.5);
  /* 半透明必須 */
  gap: 40px;
  margin-top: 16px;
}
ul.header__main li {
  transition: .3s;
  position: relative;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 0.05em;
}
ul.header__main li.contact {
  background-color: #FF5400;
  padding: 13px 21px 13px 59px;
  border-radius: 50px;
}
ul.header__main li.contact::before {
  position: absolute;
  content: '';
  width: 25px;
  height: 20px;
  background-image: url("../images/icon_mail.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: 26px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.menu_link-white a::after {
  content: "";
  width: 14px;
  height: 12px;
  display: inline-block;
  background-image: url(../images/icon_link_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
}

.menu_link a::after {
  content: "";
  width: 14px;
  height: 12px;
  display: inline-block;
  background-image: url(../images/icon_link.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
}

@media screen and (max-width: 1150px) {
  .header-logo-sub {
    padding: 16px 16px 13px;
  }
  .header-logo-sub img {
    width: 129px;
  }
}
.current {
  /*color: #01347E;
  position: relative;
  pointer-events: none;*/
}

.current::after {
               /*
position: absolute;
bottom: -56px;
left: 50%;
transform: translate(-50%, -50%);
content: "";
width: 71px;
height: 2px;
background-color: #01347E;
transition: .3s;
pointer-events: none;
opacity: 1;*/
}

/* =========================
   サイド固定メニュー
========================= */
.fixed-side {
  position: fixed;
  right: 24px;
  top: 114px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  border-radius: 50px;
  overflow: hidden;
}

@media screen and (max-width: 1150px) {
  .fixed-side {
    display: none;
  }
}
/* 共通 */
.side-link {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-decoration: none;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.2em;
  transition: .3s;
  font-weight: 600;
}

/* 上 */
.side-producttech {
  position: relative;
  background: #111;
  padding: 51px 16px 19px;
}
.side-producttech::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 22px;
  background-image: url("../images/icon_search.svg");
  background-size: cover;
  background-repeat: no-repeat;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

/* 下 */
.side-catalog {
  position: relative;
  background: #5A5A5A;
  padding: 51px 16px 37px;
}
.side-catalog::before {
  position: absolute;
  content: '';
  width: 24px;
  height: 21px;
  background-image: url("../images/icon_catalog.svg");
  background-size: cover;
  background-repeat: no-repeat;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

/* hover */
/*PS固定ボトムメニュー*/
.fixed-bottom-menu {
  display: none;
}

a.btn_mail {
  display: inline-block;
  position: relative;
  width: 46px;
  height: 46px;
  background-color: #ff4500;
  border-radius: 50px;
}

a.btn_mail::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 23px;
  height: 19px;
  background-image: url("../images/icon_mail.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (max-width: 1150px) {
  .fixed-side {
    display: none;
  }

  .fixed-bottom-menu {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    column-gap: 8px;
    border-radius: 50px;
  }

  a.btn_mail {
    display: inline-block;
    position: relative;
    width: 46px;
    height: 46px;
    background-color: #ff4500;
    border-radius: 50px;
  }

  a.btn_mail::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 23px;
    height: 19px;
    background-image: url("../images/icon_mail.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .bottom_menu {
    display: flex;
    font-size: 14px;
    line-height: 1.5;
  }

  .bottom_menu .producttech {
    position: relative;
    padding: 14px 14px 14px 38px;
    font-weight: 500;
    white-space: nowrap;
    background-color: #111;
    border-radius: 50px 0 0 50px;
    color: #fff;
  }

  .bottom_menu .producttech::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 18px;
    background-image: url("../images/icon_search.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  .bottom_menu .catalog {
    position: relative;
    padding: 14px 14px 14px 38px;
    font-weight: 500;
    white-space: nowrap;
    background-color: #5A5A5A;
    border-radius: 0 50px 50px 0;
    color: #fff;
  }

  .bottom_menu .catalog::before {
    content: '';
    position: absolute;
    width: 21px;
    height: 19px;
    background-image: url("../images/icon_catalog.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
/* =========================
   SPメニュー
========================= */
.sp-menu {
  display: none;
}

@media screen and (max-width: 1150px) {
  .header-wrap {
    height: 50px;
    padding: 0;
  }

  ul.header__main {
    display: none;
  }

  .header__left {
    max-width: 200px;
  }

  .header__right {
    display: none;
  }

  /* ハンバーガーメニュー */
  .hamburger_menu {
    display: block;
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 999;
  }

  /* 線 共通 */
  .hamburger_menu span {
    position: absolute;
    left: 50%;
    width: 20px;
    height: 2px;
    background: #fff;
    transform: translateX(-50%);
    transition: transform .35s ease, opacity .35s ease, top .35s ease, width .35s ease;
  }

  .hamburger_menu span:nth-of-type(1) {
    top: 19px;
  }

  .hamburger_menu span:nth-of-type(2) {
    top: 25px;
  }

  .hamburger_menu span:nth-of-type(3) {
    top: 32px;
    width: 12px;
    left: 21px;
  }

  .hamburger_menu.active span:nth-of-type(1) {
    top: 27px;
    transform: translateX(-50%) rotate(45deg);
  }

  .hamburger_menu.active span:nth-of-type(2) {
    opacity: 0;
  }

  .hamburger_menu.active span:nth-of-type(3) {
    top: 27px;
    width: 22px;
    transform: translateX(-50%) rotate(-45deg);
    left: 50%;
  }

  .sp-menu {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    width: 100%;
    height: 100vh;
    z-index: 998;
    padding: 0 32px;
  }

  .sp-menu-list {
    display: block;
    width: 100%;
    color: #fff;
    margin: 134px auto 98px auto;
    position: relative;
  }

  .sp-menu-list a {
    display: block;
    padding: 24px 0;
    position: relative;
    font-weight: bold;
  }

  .sp-menu_arrow a::before {
    content: "";
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 0;
    width: 30px;
    height: 30px;
    background-image: url(../images/sp-menu_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }

  .sp-menu_link a::after {
    content: "";
    width: 14px;
    height: 12px;
    display: inline-block;
    background-image: url(../images/icon_link_white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 5px;
  }

  .sp-menu-list-item {
    font-size: 16px;
    border-bottom: 1px solid #808080;
  }

  .sp-menu__logo {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 13px;
    border-radius: 0 0 20px 0;
  }

  .sp-menu__logo img {
    max-width: 53px;
  }

  .sp-menu__logo-sub {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 16px 16px 13px;
    border-radius: 0 0 20px 0;
  }

  .sp-menu__logo-sub img {
    max-width: 129px;
  }

  .sp_pp {
    font-weight: normal !important;
    font-size: 14px !important;
    line-height: 2.0;
  }
}
/* =========================
   footer
========================= */
footer {
  background-color: #fff;
  color: #000;
  padding: 80px 180px;
}

.footer__container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1150px) {
  .footer__container {
    justify-content: center;
  }
}
@media screen and (max-width: 1150px) {
  .footer__container > div {
    width: 100%;
  }
}

ul.footer__menu {
  display: flex;
  gap: 40px;
  justify-content: flex-end;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1150px) {
  ul.footer__menu {
    display: none;
  }
}
ul.footer__menu li {
  position: relative;
  font-size: 1rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 2em;
}

a.privacy {
  letter-spacing: 0.05em;
  line-height: 2rem;
  margin-bottom: 2rem;
}

.sns__container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 27px;
}

@media screen and (max-width: 1150px) {
  footer {
    padding: 63px 0;
  }

  .sns__container {
    margin-top: 42px;
  }

  .footer__container-right {
    display: none;
  }
}
address {
  background-color: #fff;
  color: #000 !important;
  font-size: 0.875rem;
  text-align: center;
  padding: 0 20px 40px;
  font-family: "Plus Jakarta Sans", sans-serif;
}

/* ******************* */
/*アーカイブ一覧用*/
/* ******************* */
.flex_archive {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 40px;
}

.flex_archive .thumb {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 8px;
}

.flex_archive .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/*.flex_archive img{
  width:100%;
  height:auto;
  display:block;
  border-radius: 8px;
}*/
.btn_detail {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 80px;
  padding: 8px 44px 8px 16px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  margin: 16px auto 40px;
  min-height: 88px;
}

.btn_detail .arrow {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  background-image: url("../images/arrow_circle.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .flex_archive {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 15px;
  }

  .btn_detail {
    font-size: 10px;
    min-height: 53px;
    padding: 4px 24px 4px 4px;
    margin: 10px auto 32px;
  }

  .btn_detail .arrow {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
    background-image: url("../images/arrow_circle.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
/* =========================
   記事本文中のCSS
========================= */
.the_content {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.0;
  letter-spacing: 0.05em;
  margin-bottom: 80px;
}

.the_content .large {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.the_content p,
.the_content figure {
  margin-bottom: 24px;
}

.the_content a {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .the_content {
    font-size: 14px;
    line-height: 1.75;
  }

  .the_content .large {
    font-size: 18px;
    letter-spacing: 0.05em;
  }
}
/* =========================
   Pagination
========================= */
nav.navigation.pagination .nav-links {
  font-family: "Plus Jakarta Sans", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}

/* 数字・矢印の共通 */
nav.navigation.pagination .page-numbers {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #222;
  background: transparent;
  border: none;
  transition: opacity 0.2s ease;
}

/* hover */
nav.navigation.pagination a.page-numbers:hover {
  opacity: 0.8;
}

/* 現在ページ */
nav.navigation.pagination .page-numbers.current {
  color: #999;
  pointer-events: none;
}

/* dots */
nav.navigation.pagination .page-numbers.dots {
  min-width: auto;
  letter-spacing: 0.25em;
}

/* prev / next */
nav.navigation.pagination .prev,
nav.navigation.pagination .next {
  font-size: 24px;
  font-weight: bold;
}

/* スマホ */
@media screen and (max-width: 768px) {
  nav.navigation.pagination .nav-links {
    gap: 30px;
  }

  nav.navigation.pagination .page-numbers {
    font-size: 18px;
  }

  nav.navigation.pagination .prev,
  nav.navigation.pagination .next {
    font-size: 18px;
  }
}
/* =========================
   slider
========================= */
.slider .slick-track {
  margin-left: 0;
  margin-right: 0;
}

.slider .slick-slide,
.slider-info .slick-slide {
  margin-right: 24px;
  /* 左右で合計24px */
}

.slider .slick-list,
.slider-info .slick-list {
  margin-left: 0;
  margin-right: -24px;
}

.slider-child .thumb {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 8px;
}

.slider-child .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/*.flex_archive img{
  width:100%;
  height:auto;
  display:block;
  border-radius: 8px;
}*/
a.ttl_slide {
  display: flex;
  align-items: center;
  position: relative;
  padding: 8px 44px 8px 16px;
  color: #fff;
  border-radius: 6px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  margin: 16px auto 40px;
  min-width: 88px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  /* Safari対策 */
  background-color: rgba(0, 0, 0, 0.5);
  /* 半透明必須 */
}

a.ttl_slide .arrow {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  background-image: url("../images/arrow_circle.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.ttl_slide_toppage {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 88px;
  padding: 8px 44px 8px 16px;
  color: #fff;
  border-radius: 6px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  margin: 16px auto 40px;
  min-width: 88px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  /* Safari対策 */
  background-color: rgba(0, 0, 0, 0.5);
  /* 半透明必須 */
}

.ttl_slide_toppage .arrow {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  background-image: url("../images/arrow_circle.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.overflow-right {
  position: relative;
  width: calc(100vw);
}

@media screen and (max-width: 768px) {
  a.ttl_slide {
    font-size: 10px;
    min-height: 50px;
    padding: 4px 24px 4px 4px;
    margin: 10px auto 32px;
  }

  a.ttl_slide .arrow {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
    background-image: url("../images/arrow_circle.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }

  .ttl_slide_toppage {
    font-size: 14px;
    min-height: 79px;
    padding: 8px 46px 8px 8px;
    margin: 10px auto 32px;
  }

  .ttl_slide_toppage .arrow {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    background-image: url("../images/arrow_circle.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
