.low-wrap {
  padding-top: 65px;
  padding-bottom: 150px;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.low__innerLeft {
  width: 24%;
  /* height: 100vh; */
  padding-right: 10px;
  position: sticky;
  top: 150px;
  left: 0;
}
.low-fv__titleWrap{
  margin-bottom: 65px;
  width: 251px;
  border-top: 2px solid #232323;
}
.low-fv_title{
  padding-top: 13px;
  font-size: 30px;
  font-family: "Share Tech", sans-serif;
}
.low__menu {
  width: 100%;
  max-width: 250px;
  text-align: left;
}
.low__menu:not(:last-child) {
  margin-bottom: 50px;
}
.low__menuTitle {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
   font-family: "Share Tech", sans-serif;
}
.low__menuListItem {
  margin-bottom: 10px;
}
a.low__menuListLink {
  display: block;
  padding: 5px 0 5px 30px;
  font-weight: 500;
  font-size: 13px;
  position: relative;
}
a.low__menuListLink::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(../imgs/common/arrow.png) no-repeat center center / contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.low__innerRight {
  /* width: calc(100% - 326px); */
  width: 76%;
}
.low__content {
  width: 100%;
  max-width: 950px;
  margin-left: auto;
  margin-right: 20px;
}
.low__contentHead {
  padding-bottom: 50px;
  border-bottom: 1px solid #999;
}
.low__contentSub {
  margin-bottom: 10px;
  font-family: "Bodoni Moda", serif;
  font-size: 15px;
  font-weight: 500;
  color: #ec6c00;
}
.low__contentTitle {
  margin-bottom: 30px;
  font-family: "Zen Old Mincho", serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.75;
}
.low__contentTitle2 {
  margin-bottom: 30px;
  font-family: "Zen Old Mincho", serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.75;
}
.low__textWrap {
  /* margin-bottom: 65px; */
}
.low__text {
  font-family: "Zen Old Mincho", serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.75;
}
.low__text:not(:last-child) {
  margin-bottom: 25px;
}




/* アーカイブページネーション */

ul.pagination {
  padding-top: 70px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  text-align: center;
}

ul.pagination li {
  width: 28px;
  height: 28px;
  position: relative;
  border-bottom: none;
}

ul.pagination li a {
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  background-color: #ffff;
  border: 1px solid #cccccc;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

ul.pagination li.prev a,
ul.pagination li.next a{
  font-size: 10px;
}

ul.pagination li.current a,
ul.pagination li.current a:hover,
ul.pagination li a:hover:not(.arrow) {
  color: #fff;
  background-color: #ec6c00;
  border: 1px solid #ec6c00;
}

/* シングルページネーション */
.singlePagination {
  width: 100%;
  max-width: 775px;
  padding-top: 90px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.singlePagination ul {
  max-width: 550px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.singlePagination ul li.back a {
  font-size: 13px;
}

.singlePagination ul li.prev,
.singlePagination ul li.next {
  width: 30px;
  height: 30px;
  position: relative;
}

.singlePagination ul li.prev a,
.singlePagination ul li.next a {
  width: 100%;
  height: 100%;
  display: block;
  /* line-height: 1; */
  position: relative;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ec6c00;
  border-radius: 50px;
}

.singlePagination .arrow {
  position: relative;
  display: inline-block;
  width: 6.9px;
  height: 20.8px;
}

.singlePagination .arrow::before,
.singlePagination .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 8px;
  height: 1px;
  border-radius: 9999px;
  background-color: #ec6c00;
  transform-origin: calc(100% - 1px) 50%;
}

.singlePagination .arrow::before {
  transform: rotate(45deg);
}

.singlePagination .arrow::after {
  transform: rotate(-45deg);
}

.singlePagination ul li.prev span {
  transform: scale(-1, 1);
}

.singlePagination ul li.prev a:hover,
.singlePagination ul li.next a:hover {
  background-color: #fff;
}

.singlePagination ul li a span {
  width: 100%;
  display: block;
}

.singlePagination ul li a span img {
  width: 4px;
  height: 6px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}



@media screen and (max-width: 1300px) {
  .low-fv__titleWrap{
    width: 190px;
  }
}
@media screen and (max-width: 1100px) {
  /*===================
下層ページ共通　ナビ
===================*/

  .low__innerLeft {
    width: 100%;
    overflow-x: auto;
    scrollbar-color: #b6b6b6 #fcf8f2;
    position: relative;
    top: 0;
  }
  .low__menu {
    width: max-content;
    max-width: initial;
    /* min-width: 800px; */
    padding-bottom: 0;
    display: flex;
    justify-content: start;
    align-items: center;
    /* position: absolute;
  top: 0;
  left: 0; */
  }
  .low__menu:not(:last-child) {
  margin-bottom: 10px;
}

  .low__menuList {
    display: flex;
    justify-content: start;
    align-items: center;
    white-space: nowrap;
  }
  .low__menuTitle {
    width: 90px;
    margin-bottom: 0;
    margin-right: 3%;
  }
  .low__menuListItem {
    margin-bottom: 0;
    margin-right: 15px;
  }
  a.low__menuListLink {
    padding: 0 0 0 15px;
    line-height: 1.75;
  }


  .low-fv-type02 {
    padding-top: 148px;
  }
  .low-fv__wrap {
    display: block;
    position: relative;
  }
  .low-fv__img {
    width: 100vw;
    margin-right: 0;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
  }
  .low-fv__img img {
    display: block;
    max-width: none;
    min-width: 750px;
    object-fit: cover;
    object-position: center center;
  }
  .low-fv__titleWrap {
    margin-right: 0;
    margin-bottom: 25px;
    min-width: 0;
    border-top: none;
    border-bottom: 2px solid #000;
  }
  .low-fv_title {
    padding-top: 0;

    /* font-size: 48px; */
  }
  .low-wrap {
    display: block;
    padding-top: 0;
    padding-bottom: 100px;
  }
  .low__innerLeft {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto 50px 0;
    position: static;
  }
 
  .low__innerRight {
    width: 100%;
  }
  .low__content {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 750px) {
  .fv__head{
    margin-bottom: 20px;
  }
  .low-fv__titleWrap{
    margin-bottom: 0;
  }
  .news .low-fv__titleWrap,
  .single-news .low-fv__titleWrap{
    margin-bottom: 30px;
  }
  .low-fv__img img {
    min-width: 0;
    min-height: 240px;
  }
  .low-wrap {
    padding-top: 0;
    padding-bottom: 65px;
  }
  .low__innerLeft{
    margin-bottom: 30px;
  }
  .low__contentTitle {
    font-size: 23px;
  }
  .low__text {
    font-size: 13px;
  }
  .low__contentTitle2 {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .low-fv {
    padding-bottom: 50px;
  }
  .low__textWrap {
    margin-bottom: 50px;
  }
  .low-fv_title--en {
    margin-bottom: 27px;
    font-size: 40px;
  }
}