@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap");
@font-face {
  font-family: 'Futura';
  src: url("../fonts/Futura-Med.eot");
  src: url("../fonts/Futura-Med.eot") format("embedded-opentype"), url("../fonts/Futura-Med.ttf") format("truetype"), url("../fonts/Futura-Med.woff") format("woff"), url("../fonts/Futura-Med.svg") format("svg");
  font-weight: 500;
  font-display: swap; }
@font-face {
  font-family: 'Futura';
  src: url("../fonts/Futura-Bol.eot");
  src: url("../fonts/Futura-Bol.eot") format("embedded-opentype"), url("../fonts/Futura-Bol.ttf") format("truetype"), url("../fonts/Futura-Bol.woff") format("woff"), url("../fonts/Futura-Bol.svg") format("svg");
  font-weight: 700;
  font-display: swap; }
/*============================================================================
	cheader
=============================================================================*/
/*------------------------------------------------
	第一階層　ページヘッダー
------------------------------------------------*/
.mainPageTopArea {
  padding: min(150px,15.6255vw) 0 min(100px,10.416vw);
  position: relative;
  overflow-x: clip; }
  .mainPageTopArea::after {
    content: '';
    width: 34.5833333333vw;
    height: 45.6944444444vw;
    display: block;
    position: absolute;
    top: 40%;
    left: 0;
    z-index: 0; }
    body.page_about .mainPageTopArea::after {
      background: url("../img/cheader/bg_blue.svg") no-repeat center right/contain; }
    body.page_business .mainPageTopArea::after {
      background: url("../img/cheader/bg_red.svg") no-repeat center right/contain; }
    body.page_sdgs .mainPageTopArea::after {
      background: url("../img/cheader/bg_green.svg") no-repeat center right/contain; }
  .mainPageTopArea .cheaderWrap {
    margin: auto;
    padding-left: calc((100vw - 1160px) / 2);
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex; }
    .mainPageTopArea .cheaderWrap .cheaderLeft {
      margin: auto 0;
      width: 40%;
      transform: translateY(-50%); }
      .mainPageTopArea .cheaderWrap .cheaderLeft h1 {
        font-size: clamp(25.6px, 6.666vw, 64px);
        font-weight: 700;
        letter-spacing: 0.07em;
        line-height: 1.6; }
    .mainPageTopArea .cheaderWrap .topImage {
      margin: 0 0 0 auto;
      width: 54.65%;
      position: relative; }
      .mainPageTopArea .cheaderWrap .topImage picture {
        width: 100%;
        display: block;
        position: relative;
        overflow: hidden; }
        .mainPageTopArea .cheaderWrap .topImage picture::before {
          content: '';
          padding-top: 83.23%;
          display: block; }
        .mainPageTopArea .cheaderWrap .topImage picture img, .mainPageTopArea .cheaderWrap .topImage picture source {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 0; }
      .mainPageTopArea .cheaderWrap .topImage .subttl_en {
        margin: auto;
        position: absolute;
        top: 0;
        right: 10.4166666667vw; }
        .mainPageTopArea .cheaderWrap .topImage .subttl_en span {
          padding-top: 20px;
          font-family: "Futura", sans-serif;
          font-weight: 500;
          font-size: clamp(20px, 3.8vw, 25px);
          line-height: 1.56;
          letter-spacing: 0.18em;
          -webkit-writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
          position: relative; }
          .mainPageTopArea .cheaderWrap .topImage .subttl_en span::before {
            content: '';
            margin: auto;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            display: block;
            position: absolute;
            top: 0;
            left: 4px;
            right: 0;
            bottom: auto; }
        body.page_about .mainPageTopArea .cheaderWrap .topImage .subttl_en span {
          color: #4DBDC6; }
          body.page_about .mainPageTopArea .cheaderWrap .topImage .subttl_en span::before {
            background: #4DBDC6; }
        body.page_business .mainPageTopArea .cheaderWrap .topImage .subttl_en span {
          color: #D74D49; }
          body.page_business .mainPageTopArea .cheaderWrap .topImage .subttl_en span::before {
            background: #D74D49; }
        body.page_sdgs .mainPageTopArea .cheaderWrap .topImage .subttl_en span {
          color: #56AF96; }
          body.page_sdgs .mainPageTopArea .cheaderWrap .topImage .subttl_en span::before {
            background: #56AF96; }
    @media (max-width: 1180px) {
      .mainPageTopArea .cheaderWrap {
        padding-left: 5%; } }
    @media (max-width: 480px) {
      .mainPageTopArea .cheaderWrap {
        padding-top: 60px;
        display: block;
        width: auto; }
        .mainPageTopArea .cheaderWrap .cheaderLeft {
          width: 100%; }
        .mainPageTopArea .cheaderWrap .topImage {
          width: 80%; }
          .mainPageTopArea .cheaderWrap .topImage .subttl_en {
            right: 5%;
            width: 30px; } }
  .mainPageTopArea .topSection {
    margin: min(50px,5.208vw) auto;
    width: 90%;
    max-width: 1020px;
    position: relative;
    z-index: 5; }
    .mainPageTopArea .topSection .ttlBox {
      width: 42%; }
      .mainPageTopArea .topSection .ttlBox h2 {
        font-size: clamp(14px, 5.625vw, 27px);
        font-weight: 700;
        letter-spacing: 0.15em;
        line-height: 1.9; }
      .mainPageTopArea .topSection .ttlBox .ttl_en {
        margin-top: 25px;
        font-family: "Futura", sans-serif;
        font-style: normal;
        font-size: clamp(14px, 5.001vw, 24px);
        font-weight: 500;
        line-height: 1.3;
        letter-spacing: 0.18em; }
        body.page_about .mainPageTopArea .topSection .ttlBox .ttl_en {
          color: #4DBDC6; }
        body.page_business .mainPageTopArea .topSection .ttlBox .ttl_en {
          color: #D74D49; }
        body.page_sdgs .mainPageTopArea .topSection .ttlBox .ttl_en {
          color: #56AF96; }
    .mainPageTopArea .topSection .descBox {
      margin: 0 0 0 auto;
      width: 57.35%; }
      .mainPageTopArea .topSection .descBox p {
        font-size: clamp(14px, 2vw, 18px);
        line-height: 3.3;
        letter-spacing: 0.06em; }
    @media (max-width: 1024px) {
      .mainPageTopArea .topSection .ttlBox {
        width: 42%; }
      .mainPageTopArea .topSection .descBox {
        width: 55%; }
        .mainPageTopArea .topSection .descBox p {
          line-height: 2.4; } }
    @media (max-width: 480px) {
      .mainPageTopArea .topSection .ttlBox {
        width: 100%; }
      .mainPageTopArea .topSection .descBox {
        margin-top: 20px;
        width: 100%; }
        .mainPageTopArea .topSection .descBox p {
          line-height: 2; } }

/*------------------------------------------------
	第二階層　ページヘッダー
------------------------------------------------*/
.subHeader {
  margin: auto;
  padding: min(195px,20.313vw) 0;
  width: 100%;
  overflow: hidden;
  position: relative; }
  .subHeader::before {
    content: '';
    padding-top: 32.5%;
    width: 86%;
    max-width: 1237px;
    height: auto;
    background: url("../img/cheader/bg_subheader.svg") no-repeat right top/contain;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1; }
  .subHeader .headerInner {
    margin: auto;
    max-width: 1020px;
    width: 70.8%;
    position: relative;
    z-index: 50; }
  .subHeader .subcTtl {
    width: 100%;
    opacity: 0.32;
    mix-blend-mode: multiply;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 5; }
    .subHeader .subcTtl p {
      color: #F7F3E4;
      font-size: clamp(89.2px, 23.229vw, 223px);
      font-family: "Futura", sans-serif;
      font-weight: 500;
      width: 360vw;
      white-space: nowrap;
      line-height: 1.1;
      letter-spacing: 0.09em;
      display: -webkit-flex;
      display: -moz-flex;
      display: flex; }
      .subHeader .subcTtl p span {
        width: calc(360vw / 3); }
      .subHeader .subcTtl p:nth-of-type(odd) {
        -webkit-animation: slidein 30s linear 0s infinite;
        animation: slidein 30s linear 0s infinite; }
      .subHeader .subcTtl p:nth-of-type(even) {
        -webkit-animation: slideout 30s linear 0s infinite;
        animation: slideout 30s linear 0s infinite; }
        .subHeader .subcTtl p:nth-of-type(even) span {
          text-align: end; }
      body#reform .subHeader .subcTtl p {
        width: 640vw; }
        body#reform .subHeader .subcTtl p span {
          width: calc(640vw / 3); }
      body#delivery .subHeader .subcTtl p, body#history .subHeader .subcTtl p {
        width: 540vw; }
        body#delivery .subHeader .subcTtl p span, body#history .subHeader .subcTtl p span {
          width: calc(540vw / 3); }
  @media (max-width: 1024px) {
    .subHeader .subcTtl {
      font-size: clamp(72px, 18.75vw, 180px); } }
  @media (max-width: 480px) {
    .subHeader .headerInner {
      width: 90%; } }

@keyframes slidein {
  0% {
    transform: translateX(0%); }
  100% {
    transform: translateX(-100%); } }
@keyframes slideout {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0%); } }
/*============================================================================
	newsCtgList
=============================================================================*/
#newsCtgList {
  margin: 20px auto min(120px,12.4995vw);
  max-width: 1030px;
  width: 90%; }
  #newsCtgList ul {
    justify-content: space-between; }
    #newsCtgList ul li {
      width: 21.55%;
      height: 50px;
      line-height: 46px;
      margin-bottom: 20px; }
      #newsCtgList ul li:last-of-type {
        margin-right: 0; }
      #newsCtgList ul li a {
        color: #F39600;
        font-weight: 500;
        width: 100%;
        text-align: center;
        display: block;
        position: relative;
        border: 2px solid #F39600;
        border-radius: 12px; }
        #newsCtgList ul li a:hover {
          color: #fff;
          background: #F39600; }
      @media (max-width: 480px) {
        #newsCtgList ul li {
          width: 30%;
          height: 30px;
          line-height: 26px; } }
      #newsCtgList ul li.current a {
        color: #fff;
        background: #F39600; }
    #newsCtgList ul::after {
      content: '';
      display: block;
      width: 21.55%; }
      @media (max-width: 480px) {
        #newsCtgList ul::after {
          width: 30%; } }
    #newsCtgList ul::before {
      content: "";
      display: block;
      width: 21.55%;
      order: 1; }
      @media (max-width: 480px) {
        #newsCtgList ul::before {
          width: 30%; } }

/*============================================================================
	newsEntryListWrap
=============================================================================*/
#newsEntryListWrap {
  margin: 0 auto 180px;
  max-width: 1030px;
  width: 90%; }
  #newsEntryListWrap h2 {
    font-family: "Futura", sans-serif;
    font-style: normal;
    text-align: center;
    font-size: clamp(18px, 6.875vw, 45px);
    font-weight: 500;
    letter-spacing: 0.06em;
    margin-bottom: min(60px,6.2505vw); }
  #newsEntryListWrap ul {
    justify-content: space-between; }
    #newsEntryListWrap ul li {
      width: 29.71%;
      margin-bottom: min(60px,6.2505vw);
      position: relative; }
      #newsEntryListWrap ul li:nth-of-type(3n) {
        margin-right: 0; }
      #newsEntryListWrap ul li figure {
        margin: 0 auto 10px;
        border-radius: 20px;
        overflow: hidden;
        background: #FCFBF7; }
        #newsEntryListWrap ul li figure a {
          display: block;
          position: relative; }
          #newsEntryListWrap ul li figure a::before {
            content: '';
            padding-top: 100%;
            width: 100%;
            display: block; }
          #newsEntryListWrap ul li figure a img {
            margin: auto;
            width: 100%;
            height: auto;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            -webkit-transition: all .4s;
            transition: all .4s; }
        #newsEntryListWrap ul li figure:hover {
          opacity: 0.6; }
          #newsEntryListWrap ul li figure:hover a img {
            transform: scale(1.1); }
      #newsEntryListWrap ul li .newsText {
        display: block; }
        #newsEntryListWrap ul li .newsText date {
          font-weight: 500;
          display: block;
          margin-top: 0.5em; }
        #newsEntryListWrap ul li .newsText .ctgList {
          width: fit-content;
          padding: 0 2em;
          border-radius: 8px;
          height: 30px;
          line-height: 30px;
          color: #fff;
          background: #F39600;
          text-align: center; }
        #newsEntryListWrap ul li .newsText p {
          font-weight: 500;
          line-height: 1.6;
          letter-spacing: 0.06em; }
      @media (max-width: 480px) {
        #newsEntryListWrap ul li {
          margin: 0;
          padding-bottom: 0;
          width: 100%;
          display: flex; }
          #newsEntryListWrap ul li figure {
            width: 40%; }
          #newsEntryListWrap ul li .newsText {
            width: 80%;
            margin: 0 0 0 3.5%; }
            #newsEntryListWrap ul li .newsText a p {
              line-height: 1.6; }
            #newsEntryListWrap ul li .newsText a .ctgList {
              margin-top: 0;
              padding: 0 1.5em; }
          #newsEntryListWrap ul li + li {
            padding-top: min(60px,6.2505vw); } }
    #newsEntryListWrap ul::after {
      content: '';
      display: block;
      width: 29.71%; }

/* カテゴリー */
.ctgList {
  margin-top: 10px; }
  .ctgList .ctg {
    margin: 0 10px 10px 0;
    padding: 2px 10px;
    color: #FFFFFF;
    font-size: 1.2rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    line-height: 1.2;
    background: #56AF96;
    display: inline-block; }
    .ctgList .ctg:hover {
      color: #FFFFFF;
      opacity: 0.6; }

/*=================================================================
	pagenate
==================================================================*/
.pagenate {
  margin: 5em auto 0;
  height: auto;
  text-align: center;
  position: relative;
  padding: 0 min(100px,10.416vw);
  width: fit-content; }
  @media (max-width: 480px) {
    .pagenate {
      padding: 0 80px; } }
  .pagenate a.page-numbers, .pagenate span {
    margin: 0 5px;
    color: #F39600;
    width: 56px;
    height: 56px;
    text-align: center;
    line-height: 60px;
    border: 1px solid #F39600;
    display: inline-block;
    border-radius: 50%;
    font-weight: 500;
    font-size: clamp(14px, 5.418vw, 26px);
    font-family: "Futura", sans-serif;
    font-style: normal; }
    @media (max-width: 480px) {
      .pagenate a.page-numbers, .pagenate span {
        width: 40px;
        height: 40px;
        line-height: 44px; } }
    .pagenate a.page-numbers.current, .pagenate span.current {
      color: #FFFFFF;
      background: #F39600; }
    .pagenate a.page-numbers:hover, .pagenate span:hover {
      color: #FFFFFF;
      background: #56AF96; }
  .pagenate a.prev, .pagenate a.next {
    border: none;
    height: 34px;
    width: 34px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    .pagenate a.prev i, .pagenate a.next i {
      display: block;
      height: 100%; }
      .pagenate a.prev i.icon-ar_left, .pagenate a.prev i.icon-ar_right, .pagenate a.next i.icon-ar_left, .pagenate a.next i.icon-ar_right {
        position: relative; }
        .pagenate a.prev i.icon-ar_left::before, .pagenate a.prev i.icon-ar_right::before, .pagenate a.next i.icon-ar_left::before, .pagenate a.next i.icon-ar_right::before {
          content: '';
          display: block;
          position: absolute;
          background: url("../img/common/btn_arrow_or.svg") no-repeat center center/contain;
          width: 34px;
          height: 34px;
          top: 50%;
          transform: translateY(-50%); }
  .pagenate a.prev {
    left: 0; }
    .pagenate a.prev i.icon-ar_left::before {
      left: 0; }
  .pagenate a.next {
    right: 0; }
    .pagenate a.next i.icon-ar_right::before {
      right: 0;
      transform: translateY(-50%) rotate(-180deg); }

p.post_count {
  text-align: center;
  margin-top: 40px; }

/*============================================================================
	entryWrap
=============================================================================*/
#entryWrap {
  margin: 0 auto min(200px,20.8335vw);
  max-width: 1030px;
  width: 90%; }
  #entryWrap .entryHeader {
    margin-bottom: min(60px,6.2505vw); }
    #entryWrap .entryHeader date {
      font-size: clamp(14px, 3.75vw, 18px);
      font-weight: 500;
      letter-spacing: 0.02em; }
    #entryWrap .entryHeader h1 {
      font-size: clamp(14.4px, 5.5vw, 36px);
      line-height: 1.7777777778;
      font-weight: 700;
      letter-spacing: 0.06em; }
    #entryWrap .entryHeader figure {
      margin: min(60px,6.2505vw) auto 0; }
    @media (max-width: 480px) {
      #entryWrap .entryHeader {
        position: relative; }
        #entryWrap .entryHeader .ctgList {
          margin: 15px 0 0 0;
          width: 100%; }
        #entryWrap .entryHeader .shareLink {
          margin: auto;
          width: 120px;
          position: absolute;
          top: -10px;
          right: 0; }
          #entryWrap .entryHeader .shareLink li + li {
            margin-left: 15px; } }
  #entryWrap .entryBodyWrap h2 {
    margin-top: min(40px,4.167vw);
    margin-bottom: min(40px,4.167vw); }
    #entryWrap .entryBodyWrap h2::after {
      content: '';
      margin: min(25px,2.604vw) 0 0;
      width: 40px;
      height: 1px;
      background: #F39600;
      display: block; }
  #entryWrap .entryBodyWrap h3 {
    margin-bottom: min(40px,4.167vw);
    padding-bottom: 10px;
    border-bottom: 1px solid #F39600; }
  #entryWrap .entryBodyWrap p {
    line-height: 2; }
    #entryWrap .entryBodyWrap p a {
      color: #F39600;
      width: fit-content;
      position: relative;
      padding-right: 2em;
      display: block; }
      #entryWrap .entryBodyWrap p a::before {
        content: '';
        position: absolute;
        background: url("../img/common/icon_window.svg") no-repeat center center/contain;
        top: 8px;
        right: 0px;
        width: 16px;
        height: 16px;
        display: block; }
    #entryWrap .entryBodyWrap p + p {
      margin-top: 2em; }
  #entryWrap .entryBodyWrap figure {
    margin: min(80px,8.334vw) auto; }
    #entryWrap .entryBodyWrap figure.wp-block-pullquote {
      padding: min(40px,4.167vw);
      text-align: left;
      background: #f0f0f0; }
      #entryWrap .entryBodyWrap figure.wp-block-pullquote blockquote {
        margin: 0;
        padding: 0;
        font-size: 1.6rem; }
        #entryWrap .entryBodyWrap figure.wp-block-pullquote blockquote cite {
          margin-top: 20px;
          font-size: 1.4rem;
          display: inline-block; }
          #entryWrap .entryBodyWrap figure.wp-block-pullquote blockquote cite a {
            color: #56AF96;
            text-decoration: underline; }
      @media (max-width: 480px) {
        #entryWrap .entryBodyWrap figure.wp-block-pullquote blockquote {
          font-size: 1.4rem; } }
  #entryWrap .entryBodyWrap figure.wp-block-table {
    margin: min(80px,8.334vw) auto; }
    #entryWrap .entryBodyWrap figure.wp-block-table table {
      width: 100%;
      border: 1px solid #e1e1e1;
      border-collapse: collapse;
      border-spacing: 0; }
      #entryWrap .entryBodyWrap figure.wp-block-table table thead {
        border-bottom: none; }
      #entryWrap .entryBodyWrap figure.wp-block-table table tbody th {
        padding: 10px;
        border: 1px solid #e1e1e1;
        background: #f0f0f0; }
      #entryWrap .entryBodyWrap figure.wp-block-table table tbody td {
        padding: 10px;
        border: 1px solid #e1e1e1; }
  #entryWrap .entryBodyWrap blockquote.wp-block-quote {
    margin: min(80px,8.334vw) auto;
    padding: min(40px,4.167vw);
    border: 1px solid #e1e1e1; }
    #entryWrap .entryBodyWrap blockquote.wp-block-quote cite {
      margin-top: 20px;
      font-size: 1.4rem;
      display: inline-block; }
      #entryWrap .entryBodyWrap blockquote.wp-block-quote cite a {
        color: #56AF96;
        text-decoration: underline; }
  #entryWrap .entryBodyWrap ul {
    margin: 1em;
    list-style: disc; }
    #entryWrap .entryBodyWrap ul ul {
      list-style: circle; }
  #entryWrap .entryBodyWrap ol {
    margin: 1em;
    list-style: decimal; }
  #entryWrap .newsInquiryBox {
    margin-top: min(80px,8.334vw);
    padding: min(40px,4.167vw);
    width: 100%;
    border: 1px solid #000000;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column; }
    #entryWrap .newsInquiryBox p + p {
      margin-top: 10px; }
    #entryWrap .newsInquiryBox span {
      display: inline-block; }
      #entryWrap .newsInquiryBox span + span {
        margin-left: 20px; }
    #entryWrap .newsInquiryBox .addInq dl {
      margin-top: 10px; }
      #entryWrap .newsInquiryBox .addInq dl dt, #entryWrap .newsInquiryBox .addInq dl dd {
        text-align: center; }
      #entryWrap .newsInquiryBox .addInq dl + dl {
        margin-left: 40px; }
    #entryWrap .newsInquiryBox ul {
      margin-top: 30px;
      width: 100%; }
      #entryWrap .newsInquiryBox ul li {
        width: 30%;
        max-width: 240px; }
        #entryWrap .newsInquiryBox ul li + li {
          margin-left: 40px; }
        #entryWrap .newsInquiryBox ul li .fileLink {
          height: 40px; }
          #entryWrap .newsInquiryBox ul li .fileLink a {
            color: #FFFFFF;
            width: 100%;
            height: 100%;
            line-height: 40px;
            text-align: center;
            border: 1px solid #56AF96;
            display: block;
            position: relative;
            overflow: hidden; }
            #entryWrap .newsInquiryBox ul li .fileLink a::after {
              content: '';
              width: calc(100% + 4px);
              height: calc(100% + 4px);
              background: #56AF96;
              display: block;
              transform-origin: center;
              transform: scale(1, 1);
              -webkit-transition: all .4s;
              transition: all .4s;
              position: absolute;
              top: -2px;
              left: -2px;
              z-index: -1; }
          #entryWrap .newsInquiryBox ul li .fileLink:hover {
            cursor: pointer; }
            #entryWrap .newsInquiryBox ul li .fileLink:hover a {
              color: #56AF96; }
              #entryWrap .newsInquiryBox ul li .fileLink:hover a::after {
                transform: scale(1, 0); }
    @media (max-width: 480px) {
      #entryWrap .newsInquiryBox span {
        text-align: center;
        display: block; }
        #entryWrap .newsInquiryBox span + span {
          margin-left: 0; }
      #entryWrap .newsInquiryBox .addInq dl {
        width: 100%; }
        #entryWrap .newsInquiryBox .addInq dl + dl {
          margin: 30px 0 0 0; }
      #entryWrap .newsInquiryBox ul {
        display: block; }
        #entryWrap .newsInquiryBox ul li {
          margin: auto;
          width: 80%; }
          #entryWrap .newsInquiryBox ul li + li {
            margin: 20px auto 0; } }

ul.entryPager {
  border-top: 1px solid #F39600;
  padding-top: 25px;
  margin-top: min(100px,10.416vw); }
  ul.entryPager li {
    position: relative;
    max-width: 300px;
    width: 45%; }
    ul.entryPager li.prev a, ul.entryPager li.next a {
      display: flex;
      align-items: center;
      font-weight: 700;
      padding-top: 20px;
      padding-bottom: 20px;
      width: 100%;
      height: 100%;
      position: relative; }
      ul.entryPager li.prev a::before, ul.entryPager li.next a::before {
        position: absolute;
        top: -10px;
        color: #F39600;
        font-size: 1.2rem;
        font-family: "Futura", sans-serif;
        font-style: normal;
        font-weight: 500;
        letter-spacing: 0; }
      ul.entryPager li.prev a::after, ul.entryPager li.next a::after {
        content: '';
        position: absolute;
        background: url("../img/common/btn_arrow_or.svg") no-repeat center center/contain;
        width: 34px;
        height: 34px;
        top: 50%;
        transform: translateY(-50%);
        display: block;
        -webkit-transition: all .4s;
        transition: all .4s; }
    ul.entryPager li.prev a {
      padding-left: 45px;
      text-align: left; }
      ul.entryPager li.prev a::before {
        content: 'PREV';
        left: 3px; }
      ul.entryPager li.prev a::after {
        left: 0; }
      ul.entryPager li.prev a:hover::after {
        left: -5px; }
    ul.entryPager li.next a {
      padding-right: 45px;
      text-align: right; }
      ul.entryPager li.next a::before {
        content: 'NEXT';
        right: 3px; }
      ul.entryPager li.next a::after {
        transform: translateY(-50%) rotate(-180deg);
        right: 0; }
      ul.entryPager li.next a:hover::after {
        right: -5px; }
