@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap");
:root {
  --c-white: #fff;
  --c-black: #000;
  --c-dark: #4c4948;
  --c-light: #f3f3f3;
  --c-green: #74bc4a;
  --c-lightgreen: #c3d72c;
  --f-roboto: Roboto, sans-serif;
  --f-sans: 游ゴシック体, Yu Gothic, YuGothic, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, MS Pゴシック, MS PGothic, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

ul,
ol {
  padding: 0;
  list-style: none;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.pci {
  display: inline-block !important;
}

.spi {
  display: none !important;
}

.pcf {
  display: flex !important;
}

.spf {
  display: none !important;
}

@media (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .pci {
    display: none !important;
  }
  .spi {
    display: inline-block !important;
  }
  .pcf {
    display: none !important;
  }
  .spf {
    display: flex !important;
  }
}
.c-white {
  color: #fff !important;
}

.bg-white {
  background-color: #fff !important;
}

.c-black {
  color: #000 !important;
}

.bg-black {
  background-color: #000 !important;
}

.c-dark {
  color: #4c4948 !important;
}

.bg-dark {
  background-color: #4c4948 !important;
}

.c-light {
  color: #f3f3f3 !important;
}

.bg-light {
  background-color: #f3f3f3 !important;
}

.c-green {
  color: #74bc4a !important;
}

.bg-green {
  background-color: #74bc4a !important;
}

.c-lightgreen {
  color: #c3d72c !important;
}

.bg-lightgreen {
  background-color: #c3d72c !important;
}

.pt-0 {
  padding-top: 0rem !important;
}

.pt-5 {
  padding-top: 0.5rem !important;
}

.pt-10 {
  padding-top: 1rem !important;
}

.pt-15 {
  padding-top: 1.5rem !important;
}

.pt-20 {
  padding-top: 2rem !important;
}

.pt-25 {
  padding-top: 2.5rem !important;
}

.pt-30 {
  padding-top: 3rem !important;
}

.pt-35 {
  padding-top: 3.5rem !important;
}

.pt-40 {
  padding-top: 4rem !important;
}

.pt-45 {
  padding-top: 4.5rem !important;
}

.pt-50 {
  padding-top: 5rem !important;
}

.pt-55 {
  padding-top: 5.5rem !important;
}

.pt-60 {
  padding-top: 6rem !important;
}

.pt-65 {
  padding-top: 6.5rem !important;
}

.pt-70 {
  padding-top: 7rem !important;
}

.pt-75 {
  padding-top: 7.5rem !important;
}

.pt-80 {
  padding-top: 8rem !important;
}

.pt-85 {
  padding-top: 8.5rem !important;
}

.pt-90 {
  padding-top: 9rem !important;
}

.pt-95 {
  padding-top: 9.5rem !important;
}

.pt-100 {
  padding-top: 10rem !important;
}

@media (max-width: 767px) {
  .pt-sp-0 {
    padding-top: 0rem !important;
  }
  .pt-sp-5 {
    padding-top: 0.5rem !important;
  }
  .pt-sp-10 {
    padding-top: 1rem !important;
  }
  .pt-sp-15 {
    padding-top: 1.5rem !important;
  }
  .pt-sp-20 {
    padding-top: 2rem !important;
  }
  .pt-sp-25 {
    padding-top: 2.5rem !important;
  }
  .pt-sp-30 {
    padding-top: 3rem !important;
  }
  .pt-sp-35 {
    padding-top: 3.5rem !important;
  }
  .pt-sp-40 {
    padding-top: 4rem !important;
  }
  .pt-sp-45 {
    padding-top: 4.5rem !important;
  }
  .pt-sp-50 {
    padding-top: 5rem !important;
  }
  .pt-sp-55 {
    padding-top: 5.5rem !important;
  }
  .pt-sp-60 {
    padding-top: 6rem !important;
  }
  .pt-sp-65 {
    padding-top: 6.5rem !important;
  }
  .pt-sp-70 {
    padding-top: 7rem !important;
  }
  .pt-sp-75 {
    padding-top: 7.5rem !important;
  }
  .pt-sp-80 {
    padding-top: 8rem !important;
  }
  .pt-sp-85 {
    padding-top: 8.5rem !important;
  }
  .pt-sp-90 {
    padding-top: 9rem !important;
  }
  .pt-sp-95 {
    padding-top: 9.5rem !important;
  }
  .pt-sp-100 {
    padding-top: 10rem !important;
  }
}
.pb-0 {
  padding-bottom: 0rem !important;
}

.pb-5 {
  padding-bottom: 0.5rem !important;
}

.pb-10 {
  padding-bottom: 1rem !important;
}

.pb-15 {
  padding-bottom: 1.5rem !important;
}

.pb-20 {
  padding-bottom: 2rem !important;
}

.pb-25 {
  padding-bottom: 2.5rem !important;
}

.pb-30 {
  padding-bottom: 3rem !important;
}

.pb-35 {
  padding-bottom: 3.5rem !important;
}

.pb-40 {
  padding-bottom: 4rem !important;
}

.pb-45 {
  padding-bottom: 4.5rem !important;
}

.pb-50 {
  padding-bottom: 5rem !important;
}

.pb-55 {
  padding-bottom: 5.5rem !important;
}

.pb-60 {
  padding-bottom: 6rem !important;
}

.pb-65 {
  padding-bottom: 6.5rem !important;
}

.pb-70 {
  padding-bottom: 7rem !important;
}

.pb-75 {
  padding-bottom: 7.5rem !important;
}

.pb-80 {
  padding-bottom: 8rem !important;
}

.pb-85 {
  padding-bottom: 8.5rem !important;
}

.pb-90 {
  padding-bottom: 9rem !important;
}

.pb-95 {
  padding-bottom: 9.5rem !important;
}

.pb-100 {
  padding-bottom: 10rem !important;
}

@media (max-width: 767px) {
  .pb-sp-0 {
    padding-bottom: 0rem !important;
  }
  .pb-sp-5 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sp-10 {
    padding-bottom: 1rem !important;
  }
  .pb-sp-15 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sp-20 {
    padding-bottom: 2rem !important;
  }
  .pb-sp-25 {
    padding-bottom: 2.5rem !important;
  }
  .pb-sp-30 {
    padding-bottom: 3rem !important;
  }
  .pb-sp-35 {
    padding-bottom: 3.5rem !important;
  }
  .pb-sp-40 {
    padding-bottom: 4rem !important;
  }
  .pb-sp-45 {
    padding-bottom: 4.5rem !important;
  }
  .pb-sp-50 {
    padding-bottom: 5rem !important;
  }
  .pb-sp-55 {
    padding-bottom: 5.5rem !important;
  }
  .pb-sp-60 {
    padding-bottom: 6rem !important;
  }
  .pb-sp-65 {
    padding-bottom: 6.5rem !important;
  }
  .pb-sp-70 {
    padding-bottom: 7rem !important;
  }
  .pb-sp-75 {
    padding-bottom: 7.5rem !important;
  }
  .pb-sp-80 {
    padding-bottom: 8rem !important;
  }
  .pb-sp-85 {
    padding-bottom: 8.5rem !important;
  }
  .pb-sp-90 {
    padding-bottom: 9rem !important;
  }
  .pb-sp-95 {
    padding-bottom: 9.5rem !important;
  }
  .pb-sp-100 {
    padding-bottom: 10rem !important;
  }
}
.mt-0 {
  margin-top: 0rem !important;
}

.mt-5 {
  margin-top: 0.5rem !important;
}

.mt-10 {
  margin-top: 1rem !important;
}

.mt-15 {
  margin-top: 1.5rem !important;
}

.mt-20 {
  margin-top: 2rem !important;
}

.mt-25 {
  margin-top: 2.5rem !important;
}

.mt-30 {
  margin-top: 3rem !important;
}

.mt-35 {
  margin-top: 3.5rem !important;
}

.mt-40 {
  margin-top: 4rem !important;
}

.mt-45 {
  margin-top: 4.5rem !important;
}

.mt-50 {
  margin-top: 5rem !important;
}

.mt-55 {
  margin-top: 5.5rem !important;
}

.mt-60 {
  margin-top: 6rem !important;
}

.mt-65 {
  margin-top: 6.5rem !important;
}

.mt-70 {
  margin-top: 7rem !important;
}

.mt-75 {
  margin-top: 7.5rem !important;
}

.mt-80 {
  margin-top: 8rem !important;
}

.mt-85 {
  margin-top: 8.5rem !important;
}

.mt-90 {
  margin-top: 9rem !important;
}

.mt-95 {
  margin-top: 9.5rem !important;
}

.mt-100 {
  margin-top: 10rem !important;
}

@media (max-width: 767px) {
  .mt-sp-0 {
    margin-top: 0rem !important;
  }
  .mt-sp-5 {
    margin-top: 0.5rem !important;
  }
  .mt-sp-10 {
    margin-top: 1rem !important;
  }
  .mt-sp-15 {
    margin-top: 1.5rem !important;
  }
  .mt-sp-20 {
    margin-top: 2rem !important;
  }
  .mt-sp-25 {
    margin-top: 2.5rem !important;
  }
  .mt-sp-30 {
    margin-top: 3rem !important;
  }
  .mt-sp-35 {
    margin-top: 3.5rem !important;
  }
  .mt-sp-40 {
    margin-top: 4rem !important;
  }
  .mt-sp-45 {
    margin-top: 4.5rem !important;
  }
  .mt-sp-50 {
    margin-top: 5rem !important;
  }
  .mt-sp-55 {
    margin-top: 5.5rem !important;
  }
  .mt-sp-60 {
    margin-top: 6rem !important;
  }
  .mt-sp-65 {
    margin-top: 6.5rem !important;
  }
  .mt-sp-70 {
    margin-top: 7rem !important;
  }
  .mt-sp-75 {
    margin-top: 7.5rem !important;
  }
  .mt-sp-80 {
    margin-top: 8rem !important;
  }
  .mt-sp-85 {
    margin-top: 8.5rem !important;
  }
  .mt-sp-90 {
    margin-top: 9rem !important;
  }
  .mt-sp-95 {
    margin-top: 9.5rem !important;
  }
  .mt-sp-100 {
    margin-top: 10rem !important;
  }
}
.mb-0 {
  margin-bottom: 0rem !important;
}

.mb-5 {
  margin-bottom: 0.5rem !important;
}

.mb-10 {
  margin-bottom: 1rem !important;
}

.mb-15 {
  margin-bottom: 1.5rem !important;
}

.mb-20 {
  margin-bottom: 2rem !important;
}

.mb-25 {
  margin-bottom: 2.5rem !important;
}

.mb-30 {
  margin-bottom: 3rem !important;
}

.mb-35 {
  margin-bottom: 3.5rem !important;
}

.mb-40 {
  margin-bottom: 4rem !important;
}

.mb-45 {
  margin-bottom: 4.5rem !important;
}

.mb-50 {
  margin-bottom: 5rem !important;
}

.mb-55 {
  margin-bottom: 5.5rem !important;
}

.mb-60 {
  margin-bottom: 6rem !important;
}

.mb-65 {
  margin-bottom: 6.5rem !important;
}

.mb-70 {
  margin-bottom: 7rem !important;
}

.mb-75 {
  margin-bottom: 7.5rem !important;
}

.mb-80 {
  margin-bottom: 8rem !important;
}

.mb-85 {
  margin-bottom: 8.5rem !important;
}

.mb-90 {
  margin-bottom: 9rem !important;
}

.mb-95 {
  margin-bottom: 9.5rem !important;
}

.mb-100 {
  margin-bottom: 10rem !important;
}

@media (max-width: 767px) {
  .mb-sp-0 {
    margin-bottom: 0rem !important;
  }
  .mb-sp-5 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sp-10 {
    margin-bottom: 1rem !important;
  }
  .mb-sp-15 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sp-20 {
    margin-bottom: 2rem !important;
  }
  .mb-sp-25 {
    margin-bottom: 2.5rem !important;
  }
  .mb-sp-30 {
    margin-bottom: 3rem !important;
  }
  .mb-sp-35 {
    margin-bottom: 3.5rem !important;
  }
  .mb-sp-40 {
    margin-bottom: 4rem !important;
  }
  .mb-sp-45 {
    margin-bottom: 4.5rem !important;
  }
  .mb-sp-50 {
    margin-bottom: 5rem !important;
  }
  .mb-sp-55 {
    margin-bottom: 5.5rem !important;
  }
  .mb-sp-60 {
    margin-bottom: 6rem !important;
  }
  .mb-sp-65 {
    margin-bottom: 6.5rem !important;
  }
  .mb-sp-70 {
    margin-bottom: 7rem !important;
  }
  .mb-sp-75 {
    margin-bottom: 7.5rem !important;
  }
  .mb-sp-80 {
    margin-bottom: 8rem !important;
  }
  .mb-sp-85 {
    margin-bottom: 8.5rem !important;
  }
  .mb-sp-90 {
    margin-bottom: 9rem !important;
  }
  .mb-sp-95 {
    margin-bottom: 9.5rem !important;
  }
  .mb-sp-100 {
    margin-bottom: 10rem !important;
  }
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 10rem;
}

@media (min-width: 768px) and (max-width: 1280px) {
  html {
    font-size: 0.78125vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 1.3333333333vw;
  }
}
body {
  color: var(--c-dark);
  font-size: 1.6rem;
  font-family: var(--f-roboto);
  font-feature-settings: "palt";
}

@media (max-width: 767px) {
  body {
    font-size: 2.8rem;
  }
}
.text-center {
  text-align: center !important;
}

.logo {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.logo a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .logo a:hover {
    opacity: 0.8;
  }
}

.sec {
  padding-block: 10rem;
}

.container {
  width: 100%;
  max-width: calc(1150px + 3rem);
  margin-inline: auto;
  padding-inline: 1.5rem;
}

@media (max-width: 767px) {
  .container {
    padding-inline: 5rem;
  }
}
.ttl {
  font-weight: 100;
  font-size: 6.6rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .ttl {
    letter-spacing: 0.05em;
  }
}
.btn_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.m_con{
	max-width:100rem;
	width:100%;
	margin:0 auto;
}
@media screen and (max-width: 767px) {
	.m_con{
		width:64.7rem;
	}
}
/*============================
#header
============================*/
.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  background-color: var(--c-white);
}
.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 10rem;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
  padding-inline: 5rem;
}
.header_logo {
  opacity:0;
  position: relative;
  z-index: 1;
  transition: opacity 0.3s ease;
}

.header_logo.second_logo,
.header_logo.is-active{
	opacity:1;
}
.logo-disp .header_logo {
  display: inline-flex;
}
.header_logo img {
  width: 25rem;
}
.header_nav {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.header_nav_link {
  display: inline-block;
  color: inherit;
  font-weight: 300;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .header_nav_link:hover {
    opacity: 0.8;
  }
}
.header_lang {
  display: flex;
  align-items: center;
}
.header_lang_link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 10rem;
  min-height: 3rem;
  border: 1px solid #bababa;
  background-color: var(--c-white);
  color: #666666;
  font-size: 1.4rem;
  font-family: var(--f-sans);
  text-decoration: none;
  text-align: center;
  transition: color 0.3s ease, background-color 0.3s ease;
}
@media (hover: hover) {
  .header_lang_link:hover {
    background-color: #c3d82c;
    color: var(--c-black);
  }
}
.header_lang_link.current {
  background-color: var(--c-green);
  color: var(--c-white);
}

@media (max-width: 767px) {
  .header_inner {
    height: 16rem;
    padding-inline: 4rem;
  }
  .header_logo {
    display: inline-flex!important;
  }
  .header_logo img {
    width: 37.3rem;
  }
  .header_nav, .header_lang {
    display: none;
  }
}
.drawer-btn {
  display: none;
  position: relative;
  z-index: 1;
  width: 7rem;
  height: 7rem;
  border: none;
  background-color: transparent;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .drawer-btn:hover {
    opacity: 0.8;
  }
}
.drawer-btn > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7rem;
  height: 0.6rem;
  background-color: var(--c-dark);
}
.drawer-btn > span:nth-child(1) {
  transform: translate(-50%, calc(-50% - 1.8rem));
  transition: transform 0.3s ease;
}
.drawer-btn > span:nth-child(2) {
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}
.drawer-btn > span:nth-child(3) {
  transform: translate(-50%, calc(-50% + 1.8rem));
  transition: transform 0.3s ease;
}
.drawer-btn.js-open > span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.drawer-btn.js-open > span:nth-child(2) {
  opacity: 0;
}
.drawer-btn.js-open > span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width: 767px) {
  .drawer-btn {
    display: block;
  }
}
.drawer-nav {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100vw;
  height: 100vh;
}
.drawer-nav_inner {
  opacity: 0;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0 0 0 auto;
  padding: 27rem 15.5rem;
  overflow: scroll;
  background-color: #f3f3f3;
  transition: opacity 0.3s ease;
}
.drawer-nav_menu {
  display: flex;
  flex-direction: column;
  margin-bottom: 15rem;
  row-gap: 3.2rem;
}
.drawer-nav_link {
  color: #4c4948;
  font-size: 3.3rem;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}
.drawer-nav_lang {
  display: flex;
  justify-content: center;
  align-items: center;
}
.drawer-nav_lang_link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 18rem;
  min-height: 6rem;
  border: 1px solid #bababa;
  background-color: var(--c-white);
  color: #666666;
  font-size: 3rem;
  font-family: var(--f-sans);
  text-decoration: none;
  text-align: center;
}
.drawer-nav_lang_link.current {
  background-color: var(--c-lightgreen);
  color: var(--c-white);
}
.drawer-nav_bg {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s ease;
}
.drawer-nav.js-open {
  visibility: visible;
}
.drawer-nav.js-open .drawer-nav_inner {
  opacity: 1;
}
.drawer-nav.js-open .drawer-nav_bg {
  opacity: 1;
}
.fixed-btn {
  position: fixed;
  top: 48%;
  right: 0;
  z-index: 990;
  transform: rotate(-90deg) translateY(100%);
}
.fixed-btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 21rem;
  height: 7rem;
  background-color: var(--c-lightgreen);
  color: inherit;
  font-weight: 500;
  font-size: 2.3rem;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .fixed-btn a:hover {
    opacity: 0.8;
  }
}

@media (max-width: 767px) {
  .fixed-btn {
	top:auto;
	bottom:2rem;
	transform: rotate(0deg) translateY(0%);
  }
  .fixed-btn a{
		font-size:3.1rem;
		width:29rem;
		height:9rem;
		-ms-writing-mode: inherit;
		-webkit-writing-mode: inherit;
		writing-mode: inherit;
  }
}
/*============================
#footer
============================*/
.footer {
  padding-top: 8rem;
  padding-bottom: 12rem;
  background-color: var(--c-dark);
  color: var(--c-white);
}
.footer_logo {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}
.footer_logo img {
  width: 40rem;
}
.footer_add {
  margin-bottom: 2rem;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  letter-spacing: 0.08em;
  text-align: center;
}
.footer_tel {
  margin-bottom: 1rem;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 1.2777777778;
  letter-spacing: 0.08em;
  text-align: center;
}
.footer_mail {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.2777777778;
  font-family: var(--f-sans);
  letter-spacing: 0.08em;
  text-align: center;
}

@media (max-width: 767px) {
  .footer {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .footer_logo {
    margin-bottom: 4.5rem;
  }
  .footer_add {
    margin-bottom: 1rem;
    font-size: 2.6rem;
    line-height: 1.3076923077;
  }
  .footer_tel {
    margin-bottom: -2.5rem;
    font-size: 2.4rem;
    line-height: 2.1666666667;
  }
  .footer_mail {
    font-size: 2.4rem;
    line-height: 2.1666666667;
  }
}

.page-ttl {
  width: 100rem;
  margin: 0 auto;
  padding-top: 9rem;
  padding-bottom: 3rem;
}
.page-ttl span {
  display: block;
  line-height: 1;
  letter-spacing: 0.08em;
}
.page-ttl .en {
  font-weight: 100;
  font-size: 7.4rem;
}
.page-ttl .jp {
  padding-top: 1rem;
  font-weight: 500;
  font-size: 2rem;
}

@media (max-width: 767px) {
  .page-ttl {
    width: 64.7rem;
    padding-top: 15rem;
    padding-bottom: 2rem;
  }
  .page-ttl .en {
    font-size: 6.6rem;
  }
  .page-ttl .jp {
    padding-top: 2.4rem;
    font-size: 2.8rem;
  }
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6rem;
  font-size: 1.6rem;
}
.wp-pagenavi a, .wp-pagenavi span {
  margin: 0 1.2rem;
  color: #b3b4b4;
}
.wp-pagenavi a:hover {
  color: #4c4948;
}
.wp-pagenavi .current {
  color: #4c4948;
}
.wp-pagenavi .previouspostslink {
  font-size: 0;
  width: 1rem;
  height: 1.5rem;
  background: url(../images/common/pager_prev.svg) 0 0 no-repeat;
  background-size: 100% auto;
  margin-right: 4rem;
}
.wp-pagenavi .nextpostslink {
  font-size: 0;
  width: 1rem;
  height: 1.5rem;
  background: url(../images/common/pager_next.svg) 0 0 no-repeat;
  background-size: 100% auto;
  margin-left: 4rem;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 12rem;
    font-size: 2.6rem;
  }
  .wp-pagenavi a, .wp-pagenavi span {
    margin: 0 2rem;
  }
  .wp-pagenavi .previouspostslink {
    margin-right: auto;
    margin-left: 0;
    width: 1.4rem;
    height: 2rem;
  }
  .wp-pagenavi .nextpostslink {
    margin-left: auto;
    margin-right: 0;
    width: 1.4rem;
    height: 2rem;
  }
}

.article_list{
	padding-bottom:16rem;
}