@charset "utf-8";

body{
    font-family: "Bodoni Moda SC", serif;
}

.header {
    max-width: 1100px;
    padding: 0 4%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
}

.header_nav{
    display: none;  
}

.header_nav2{
    display: none;  
}

.title-logo{
    width: 60px;
    margin-left: 40px;
}


.nav ul{
    display: flex;
    gap: 89px;
}

.nav a{
    color: #333333;
    font-size: 16px;
    text-decoration: none;
    letter-spacing: 0.1em;
}

.nav a:hover{
    color: #979797;
}

.mainvisual{
    background-image: url(../images/mainvisual.jpeg);
    background-size: cover;
    background-position: center;
    display: flex;
    height: 537px;
    justify-content: center;
    align-items: center;
}

.mainvisual h1{
    color: #FFFFFF;
    font-size: 50px;
    letter-spacing: 0.1em; 
}

h2{
    text-align: center;
    font-size: 32px;
    color: #232323;
    letter-spacing: 0.1em;
    margin: 80px auto 90px;
}

.main-contents{
    width: 75%;
    max-width: 1100px;
    margin: 0 auto;
}

.aboutme{
    max-width: 980px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: auto;
}

.aboutme img{
    width: 35%;
    height: auto;
    margin-right: 20%;
}

.message{
    text-align: center;
}

.message h4{
    font-size: 32px;
    color: #232323;
    letter-spacing: 0.1em;
    margin-bottom: 53px;
}

.message p{
    font-size: 16px;
    line-height: 200%;
    letter-spacing: 0.5em;
    color: #232323;
    margin-bottom: 76px;
}

.profile{
    display: block;
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0.1em;
    padding: 8px;
    background-color: #232323;
    width: 200px;
    text-decoration: none;
    margin: auto;
}

.profile:hover{
	background-color: #979797;
}

.works{
    max-width: 980px;
    margin: 0 auto;
}

.works ul{
    display: grid;
    margin: 0 auto;
    grid-template-columns: repeat(2,1fr);
    gap: 80px;
}

.works li{
    margin-bottom: 60px;
    font-size: 24;
}

.works a{
    text-decoration: none;
    color: #232323;
}

.works a:hover{
    text-decoration: none;
    opacity: 0.7;
}

.worksview{
    display: block;
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0.1em;
    text-align: center;
    padding: 8px;
    background-color: #232323;
    width: 200px;
    text-decoration: none;
    margin: auto 0 auto auto;
}

.worksview:hover{
	background-color: #979797;
}

footer{
    margin: 87px auto 0;
}

.contact{
    background-color: #232323;
    display: block;
    padding-top: 60px;
    padding-bottom: 60px;
    margin: auto;
    max-width: 1100px;
}

h3{
    font-size: 32px;
    color: #FFFFFF;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    letter-spacing: 0.1em;
}

.contact p{
    color: #FFFFFF;
    font-size: 16px;
    line-height: 200%;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 20px auto 60px;
}

.contact a{
    text-align: center;
    background-color: #FFFFFF;
    width: 300px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #232323;
    font-size: 16px;
    letter-spacing: 0.1em;
    margin: auto;
}

.contact a:hover{
    color: #FFFFFF;
    background-color: #b2b2b2;
}

.sp-logo{
    display: none; 
}

.copyright{
    height: 93px;
    background-color: #979797;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 160px auto 0;
}

.copyright p{
    color: #FFFFFF;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 0.1em;
}

/* about meページ */

.aboutme_mainvisual{
    background-image: url(../images/visual-aboutme.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    height: 358px;
    justify-content: center;
    align-items: center;
}

.aboutme_mainvisual h1{
    color: #FFFFFF;
    font-size: 50px;
    letter-spacing: 0.1em;
}

.aboutme_nav{
    max-width: 980px;
    font-size: 14px;
    margin: auto;
    margin-bottom: 110px;
    padding: 0 4%;
}

.aboutme_nav a{
    color: #232323;
    text-decoration: none;
}

.aboutme_nav a:hover{
    color: #979797;
}

.aboutme_main-contents{
    font-size: 16px;
    color: #232323;
    letter-spacing: 0.1em;
    margin: auto;
    line-height: 200%;
}

.aboutme_main-contents{
    width: 75%;
    max-width: 1100px;
}

.aboutme_message p{
    text-align: center;
    padding-bottom: 120px;
}

.aboutme_profile{
    max-width: 980px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: auto;
}

.pc-profile{
    width: 35%;
    height: auto;
    margin-right: 120px;
}

.sp-profile{
    display: none;
}
.aboutme_profile h4{
    font-size: 32px;
    color: #232323;
    margin-bottom: 53px;
}

.skills{
    max-width: 980px;
    margin: 0 auto;
}

.skills ul{
    display: grid;
    margin: 0 auto;
    grid-template-columns: repeat(2,1fr);
    gap: 80px;
}

.skills_tag{
    display: flex;
}

.skills h4{
    font-size: 14px;
    color: #FFFFFF;
    background-color: #232323;
    padding: 8px 12px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.skills_tag h5{
    font-size: 18px;
    color: #232323;
    margin-left: 20px;
}

.skills h6{
    font-size: 14px;
    color: #232323;
    font-weight: normal;
}

/* worksページ */

.works_mainvisual{
    background-image: url(../images/visual-works.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    height: 358px;
    justify-content: center;
    align-items: center;
}

.works_mainvisual h1{
    color: #FFFFFF;
    font-size: 50px;
    letter-spacing: 0.1em;
}

.works_nav{
    max-width: 980px;
    font-size: 14px;
    margin: auto;
    margin-bottom: 110px;
    padding: 0 4%;
}

.works_nav a{
    color: #232323;
    text-decoration: none;
}

.works_nav a:hover{
    color: #979797;
}

.works_works{
    max-width: 980px;
    margin: 0 auto;
    padding: 0 2%;
}

.works_works ul{
    display: grid;
    margin: 0 auto;
    grid-template-columns: repeat(2,1fr);
    gap: 40px;
}

.works_works li{
    font-size: 24;
}

.works_works a{
    text-decoration: none;
    color: #232323;
}

.works_works a:hover{
    text-decoration: none;
    opacity: 0.7;
}

.works_button{
    max-width: 500px;
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding-top: 50px;
}

.works_button a{
    font-size: 22px;
    text-decoration: none;
    padding: 6px 16px;
    border-radius: 50%;
}

.works_button1{
    background-color: #232323;
    text-decoration: none;
    color: #FFFFFF;
}

.works_button2{
    color: #232323;
}

.works_buttonsp{
    display: none;
}

/* works1詳細ページ */

.works1_main-contents{
    max-width: 830px;
    margin: auto;
}

.works1_main-contents img{
    width: 830px;
}

.works1_main-contents h4{
    font-size: 24px;
    border-bottom: 1px solid #232323;
    padding-bottom: 5px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.works1_main-contents p{
    font-size: 16px;
    color: #232323;
    letter-spacing: 18%;
    line-height: 200%;
}

.otherworks{
    padding: 100px 0;
}

.otherworks h1{
    text-align: center;
}

.Top_slider{
    width: 830px;
    margin: auto;
}
.Top_slider a{
    color: #232323;
    text-decoration: none;
}

.Top_slider a:hover{
    color: #979797;
    opacity: 0.7;
}

.sp-worksbutton{
    display: none;
}

/* contactページ */

.contact_mainvisual{
    background-image: url(../images/visual-contact.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    height: 358px;
    justify-content: center;
    align-items: center;
}

.contact_mainvisual h1{
    color: #FFFFFF;
    font-size: 50px;
    letter-spacing: 0.1em;
}

.contact_nav{
    max-width: 980px;
    font-size: 14px;
    margin: auto;
    margin-bottom: 110px;
    padding: 0 4%;
}

.contact_nav a{
    color: #232323;
    text-decoration: none;
}

.contact_nav a:hover{
    color: #979797;
}

.contact_form{
    max-width: 980px;
    margin: 0 auto;
    padding: 60px 0;
}

.contact_form h2{
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin: 1px;
}

.contact_form h4{
    font-size: 16px;
    text-align: center;
    color: #232323;
}

.contact-table{
    width: 100%;
    margin-bottom: 20px;
}

.contact-item,
.cntact-body{
    padding: 20px;
    border: 1px solid #eee;
}

.contact-item{
    text-align: left;
    width: 30%;
    background-color: #eee;
}


.form_text .company,
.form_text .name,
.form_text .furigana,
.form_text .email,
.form_text .tel,
.form_text .view {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form_text label {
  width: 30%;
}

.form_text input,
.form_text textarea {
  width: 70%;
}

.form_text{
   max-width: 700px; 
   margin: auto;
}

.must{
    display: flex;
    gap: 8px;
}

.must h8{
    color: #BBB36F;
}

.must-mark {
  color: #BBB36F;
}

.company{
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    margin: 30px 0;
}

.name{
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    margin: 30px 0;
}

.furigana{
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    margin: 30px 0;
}

.email{
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    margin: 30px 0;
}

.tel{
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    margin: 30px 0;
}

.view{
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    margin: 30px 0;
}

input[type="text"]{
    height: 40px;
    padding: 10px;
    border: 1px solid #a9a9a9;
    background-color: #eeeeee;
    box-sizing: border-box;
}

input[type="email"]{
    width: 70%;
    height: 40px;
    padding: 10px;
    border: 1px solid #a9a9a9;
    background-color: #eeeeee;
    box-sizing: border-box;
}

input[type="tel"]{
    width: 70%;
    height: 40px;
    padding: 10px;
    border: 1px solid #a9a9a9;
    background-color: #eeeeee;
    box-sizing: border-box;
}

textarea[name="comment"]{
    width: 70%;
    padding: 10px;
    border: 1px solid #a9a9a9;
    background-color: #eeeeee;
    box-sizing: border-box;
}
.submit_button{
    text-align: center;
}

input[type="submit"]{
    font-size: 16px;
    color: #FFFFFF;
    background-color: #232323;
    width: 230px;
    height: 45px;
}

input[type="submit"]:hover{
    font-size: 16px;
    color: #FFFFFF;
    background-color: #979797;
    border: 0;
}
/* モバイル */
@media (max-width: 480px) {

/* モバイルHOME */
.header{
    display: none;
}

.mainvisual{
    padding-top: 80px;
}
/* ハンバーガーメニュー */
.header_sp{
    width: 100%;
    position: fixed;
    background-color: #FFFFFF;
}

.header_nav{
    display: flex;
    justify-content: right;
    color: #232323;
    margin-right: 10%;
}

input[type="checkbox"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.hamburger {
  display: block;
  width: 50px;
  height: 80px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.hamburger span,
.hamburger span::before,
.hamburger span::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #232323;
  transition: all 0.5s;
}
.hamburger span::before {
  top: -10px;
}
.hamburger span::after {
  bottom: -10px;
}
input[type="checkbox"]:checked + .hamburger span {
  background-color: transparent;
}
input[type="checkbox"]:checked + .hamburger span::before {
  top: 0;
  transform: rotate(45deg);
}
input[type="checkbox"]:checked + .hamburger span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

/* ===============================================
メニューのスタイリング
=============================================== */
.sp_nav {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 80px;
  right: -120%;
  background-color: #FFFFFF;
  padding: 50px 0;
  transition: all 0.5s;
  text-align: center;
}
.nav_item a {
  display: block;
  font-size: 20px;
  padding: 20px 0;
  text-transform: uppercase;
  text-decoration: none;
  color: #232323;
}
.nav_item a:hover {
  color: #FFFFFF;
  background-color: #979797;
}
input[type="checkbox"]:checked ~ .sp_nav {
  right: 0;
}

.mainvisual h1{
    color: #FFFFFF;
    font-size: 30px;
    letter-spacing: 0.1em; 
}

.main-contents{
    width: 75%;
    max-width: 430px;
    margin: 0 auto;
}

.aboutme{
    max-width: 430px;
    display: block;
}

.aboutme img{
    width: 70%;
    height: auto;
    margin: 0 auto 24px;
}

.message h4{
    display: none;
}

.message p{
    font-size: 16px;
    line-height: 300%;
    letter-spacing: 0.1em;
    color: #232323;
    margin-bottom: 50px;
}

.profile{
    display: block;
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0.1em;
    padding: 8px;
    background-color: #232323;
    width: 250px;
    height: 50px;
    text-decoration: none;
    margin: auto;
}

.profile :hover{
    color: #FFFFFF;
    background-color: #979797;
}

.works ul{
    display: block;
    margin: 0 auto;

}

.worksview{
    display: block;
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0.1em;
    padding: 8px;
    background-color: #232323;
    width: 250px;
    height: 50px;
    text-decoration: none;
    margin: auto;
}

.worksview :hover{
    color: #FFFFFF;
    background-color: #979797;
}


.contact p{
    color: #FFFFFF;
    font-size: 15px;
    line-height: 200%;
    letter-spacing: 0.01em;
    text-align: center;
    margin: 20px 10px 60px;
}

.sp-logo{
    display: block;
    width: 80px;
    margin: auto;
    position: relative;
}

.sp-logo::after{
    position: absolute;
    content: "";
    background-color: #232323;
    width: 300px; 
    height: 0.5px; 
    bottom: 1px; 
    left: 50%;
    transform: translateX(-50%);
}
.copyright{
    background-color: #FFFFFF;
    display: flex;
    margin: 0;
}

.copyright p{
    color: #232323;
    font-size: 14px;
    letter-spacing: 0.01em;
}

/* モバイルAbout */
.sptitle-logo{
    height: 80px;
    padding: 10px 0;
}

.header_sp2{
    width: 100%;
    position: fixed;
    background-color: #FFFFFF;
}

.header_nav2{
    display: flex;
    justify-content: space-between;
    margin: 0 10% 0 8%;
    color: #232323;
}

.aboutme_mainvisual{
    padding-top: 80px;
}

.aboutme_main-contents{
    font-size: 15px;
    color: #232323;
    letter-spacing: 0.02em;

}
.sp-profile{
    display: block;
    margin: auto;
    padding-bottom: 53px;
}

.aboutme_profile{
    text-align: center;
    line-height: 300%;
}

.pc-profile{
    display: none;
}

.skills ul{
    display: block;    
}

.skills li{
    padding-bottom: 30px
}

.skills h6{
    font-size: ;
}
/*モバイルworks*/

.works_mainvisual{
    padding-top: 80px;
}

.works_main-contents{
    max-width: 330px;
    margin: auto;
}

.works_works ul{
    display: block;
}
.works_works li{
    padding-bottom: 50px;
}

.works_button{
    display: none;
}

.works_buttonsp{
    display: block;
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0.1em;
    text-align: center;
    padding: 8px;
    background-color: #232323;
    width: 200px;
    text-decoration: none;
    margin: auto ;
}

.works_buttonsp:hover{
	background-color: #979797;
}

/*モバイルworks詳細*/

.works_nav{
    margin-bottom: 0;
    padding: 0 4% 40px;
}

.works1_main-contents{
    max-width: 300px;
    margin: auto;
}

.otherworks{
    display: none;
}

.sp-worksbutton{
    max-width: 280px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    padding-top: 97px;

}

.prev{
    font-size: 16px;
    letter-spacing: 4%;
    padding: 14px 9px;
    border: solid 1px #232323;
    text-decoration: none;
    color: #232323;
}

.works-all{
    font-size: 16px;
    letter-spacing: 4%;
    padding: 14px 15px;
    border: solid 1px #FFFFFF;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #232323;
}

.next{
    font-size: 16px;
    letter-spacing: 4%;
    padding: 14px 9px;
    border: solid 1px #232323;
    text-decoration: none;
    color: #232323;
}

/*モバイルcontact詳細*/
.contact_mainvisual{
    padding-top:80px;
}

.contact_nav{
    margin-bottom: 0;
    padding: 0 4% 40px;
}

.main-contactform{
    max-width: 330px;
    margin: auto;
}

.company,.name,.furigana{
    display: block;
}

.email,.tel,.view{
    display: block;
}

input[type="text"],input[type="email"],input[type="tel"]{
    width: 100%;
}

textarea[name="comment"]{
    width: 100%;
}
}

/*タブレット*/
@media(max-width: 730px){
.form_text{
    max-width: 450px;
    margin: 0 auto;
    padding: 60px 0;
}
}

.form_text .company p,
.form_text .name p,
.form_text .furigana p,
.form_text .email p,
.form_text .tel p,
.form_text .view p {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* ラベル */
.form_text label {
  width: 30%;
  margin: 0; /* ← これ追加が地味に重要 */
}

/* 入力エリア全体 */
.form_text .wpcf7-form-control-wrap {
  width: 70%;
}

/* inputとtextarea */
.form_text input,
.form_text textarea {
  width: 100%;
}

/* 念のため余計な改行対策 */
.form_text br {
  display: none;
}

.form_text p {
  margin: 0;
}
/* pの余白を消す（超重要） */
.form_text p {
  margin: 0;
}

/* ラベルを縦中央に */
.form_text label {
  width: 30%;
  display: flex;
  align-items: center;
}

/* 入力エリア */
.form_text .wpcf7-form-control-wrap {
  width: 70%;
  display: flex;
  align-items: center;
}

/* input高さ統一 */
.form_text input,
.form_text textarea {
  width: 100%;
  box-sizing: border-box;
}

.form_text p {
  gap: 20px;
}

.form_text .company p,
.form_text .name p,
.form_text .furigana p,
.form_text .email p,
.form_text .tel p,
.form_text .view p {
  display: flex;
  align-items: center;
  margin: 0;
  gap: 20px;
}

.form_text label {
  width: 180px;
  display: flex;
  align-items: center;
}

.form_text .wpcf7-form-control-wrap {
  flex: 1;
}

.form_text input,
.form_text textarea {
  width: 100% ;
  box-sizing: border-box;
}

.form_text .view p {
  align-items: flex-start;
}

.form_text input[type="submit"] {
  margin: 40px auto 0;
  display: block;
}

/* ===== フォーム完全リセット ===== */
.form_text p {
  margin: 0;
  padding: 0;
}

.form_text .company p,
.form_text .name p,
.form_text .furigana p,
.form_text .email p,
.form_text .tel p,
.form_text .view p {
  display: flex !important;
  align-items: center !important;
  gap: 20px;
}

/* ラベル */
.form_text label {
  width: 180px !important;
  display: flex;
  align-items: center;
}

/* 入力エリア */
.form_text .wpcf7-form-control-wrap {
  flex: 1 !important;
}

/* 入力欄 */
.form_text input,
.form_text textarea {
  width: 100% !important;
  box-sizing: border-box !important;
}

/* textareaだけ上寄せ */
.form_text .view p {
  align-items: flex-start !important;
}

/* 送信ボタン */
.form_text input[type="submit"] {
  width: 230px !important;
  display: block;
  margin: 40px auto 0 !important;
}

.form_text .view .wpcf7-form-control-wrap {
  flex: 1 !important;
  display: block !important;
}

.form_text .view textarea {
  width: 100% !important;
  padding: 5px;
}

.form_text .wpcf7-form-control-wrap {
  flex: 1 !important;
  display: block !important;
}

/* kinjo */
.wp-pagenavi {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-top: 60px;
}
@media only screen and (max-width: 576px) {
  .wp-pagenavi {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12px;
    margin-top: 60px;
  }
}
.wp-pagenavi > span, .wp-pagenavi > a {
  position: relative;
  padding: 5px;
  background: #FFFFFF;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 54px;
  height: 54px;
  border: 1px solid #333333;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  color: #333333;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 576px) {
  .wp-pagenavi > span, .wp-pagenavi > a {
    font-size: 16px;
    width: 48px;
    height: 48px;
  }
}
.wp-pagenavi > span.current {
  background: #333333;
  color: #FFFFFF;
}
.wp-pagenavi > span.dots {
  background: transparent;
  border: none !important;
  color: #333333;
}
.wp-pagenavi > a:hover {
  background: #333333;
  color: #FFFFFF;
}
.wp-pagenavi > a.previouspostslink, .wp-pagenavi > a.nextpostslink {
  font-size: 0;
  color: transparent;
}
.wp-pagenavi > a.previouspostslink::before {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 8px);
  display: block;
  width: 16px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='14' viewBox='0 0 16 14'%3E%3Cpath id='Union_1' data-name='Union 1' d='M6.972.3a.945.945,0,0,0,0,1.433L11.7,5.987H1.124A1.073,1.073,0,0,0,0,7,1.073,1.073,0,0,0,1.124,8.014H11.7L6.972,12.271a.944.944,0,0,0,0,1.432,1.214,1.214,0,0,0,1.59,0L15.2,7.725l.019-.017L16,7l-.774-.7-.042-.038L8.562.3a1.214,1.214,0,0,0-1.59,0Z' transform='translate(16 14) rotate(180)' fill='%230069d5'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.wp-pagenavi > a.previouspostslink:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='14' viewBox='0 0 16 14'%3E%3Cpath id='Union_1' data-name='Union 1' d='M6.972.3a.945.945,0,0,0,0,1.433L11.7,5.987H1.124A1.073,1.073,0,0,0,0,7,1.073,1.073,0,0,0,1.124,8.014H11.7L6.972,12.271a.944.944,0,0,0,0,1.432,1.214,1.214,0,0,0,1.59,0L15.2,7.725l.019-.017L16,7l-.774-.7-.042-.038L8.562.3a1.214,1.214,0,0,0-1.59,0Z' transform='translate(16 14) rotate(180)' fill='%23fff'/%3E%3C/svg%3E%0A");
}
.wp-pagenavi > a.nextpostslink::before {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 8px);
  display: block;
  width: 16px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='14' viewBox='0 0 16 14'%3E%3Cpath id='Union_1' data-name='Union 1' d='M6.972,13.7a.945.945,0,0,1,0-1.433L11.7,8.014H1.124A1.073,1.073,0,0,1,0,7,1.073,1.073,0,0,1,1.124,5.987H11.7L6.972,1.729A.944.944,0,0,1,6.972.3a1.214,1.214,0,0,1,1.59,0L15.2,6.275l.019.017L16,7l-.774.7-.042.038L8.562,13.7a1.214,1.214,0,0,1-1.59,0Z' transform='translate(0 0)' fill='%230069d5'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.wp-pagenavi > a.nextpostslink:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='14' viewBox='0 0 16 14'%3E%3Cpath id='Union_1' data-name='Union 1' d='M6.972,13.7a.945.945,0,0,1,0-1.433L11.7,8.014H1.124A1.073,1.073,0,0,1,0,7,1.073,1.073,0,0,1,1.124,5.987H11.7L6.972,1.729A.944.944,0,0,1,6.972.3a1.214,1.214,0,0,1,1.59,0L15.2,6.275l.019.017L16,7l-.774.7-.042.038L8.562,13.7a1.214,1.214,0,0,1-1.59,0Z' transform='translate(0 0)' fill='%23fff'/%3E%3C/svg%3E%0A");
}
.wp-pagenavi > span.pages, .wp-pagenavi > a.last, .wp-pagenavi > a.first {
  display: none;
}