@charset "UTF-8";
/*------------------------------------------
	Framework
------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://use.typekit.net/mhd5cgd.css");
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
  font-weight: 400;
  box-sizing: border-box;
}

body {
  position: relative;
  color: var(--common-txt);
  font-size: 1.6rem;
  background: #fff;
  line-height: 1.8;
  vertical-align: top;
}

.section {
  width: 100%;
  max-width: var(--box-inner-w);
  margin: 0 auto 40px;
}

.sp-spacer {
  padding: 0;
}

.anchor-offset {
  margin-top: -80px;
  padding-top: 80px;
}
/* common settings */
.aC {
  text-align: center;
}

.aL {
  text-align: left;
}

.aR {
  text-align: right;
}

.cB {
  clear: both;
}

.fL {
  float: left;
}

.fR {
  float: right;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb00 {
  margin-bottom: 0px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb1em {
  margin-bottom: 1.2em !important;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.noticeTxt {
  color: #cf0000;
}

.txtSS {
  font-size: 1.1rem;
}

.txtS {
  font-size: 1.3rem;
}

.txtM {
  font-size: 1.6rem;
}

.txtL {
  font-size: 2rem;
}

.txtLL {
  font-size: 2.4rem;
}

a:link,
a:visited {
  color: #333;
}

a.underline {
  text-decoration: underline;
}

a {
  transition: all 0.2s ease 0s;
  text-decoration: none;
}

a.txtLink {
  color: var(--y-blue);
  text-decoration: underline;
}
a.txtLink:hover {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
}

.link-area:hover {
  text-decoration: none;
  color: inherit;
}

.linkTxt {
  text-decoration: underline;
}

.imgFit {
  width: 100%;
  vertical-align: top;
}

/*Notoのboldは800とします。*/
strong,
.strong {
  font-weight: 800;
}

.spbr {
  display: none;
}

.pcbr {
  display: block;
}
.noDisp {
  display: none;
}

/*------------------------------------------
	Setting Font
------------------------------------------*/
html {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.font-worksans {
  font-family: "Work Sans", sans-serif;
}

/*------------------------------------------
	Custom Property
  y-aqua : #44a9ad
  y-blue : #244090
  common-txt : #111111
  gray-bg  : #EBEBEB
  aqua-bg  : #DBF3F4


  BreakPoint
  x - 519 - 1024 - x
------------------------------------------*/
:root {
  --y-aqua: #44a9ad;
  --y-blue: #28428B;
  --common-txt: #1A1A1A;
  --gray-bg: #EBEBEB;
  --aqua-bg: #DBF3F4;
  --box-w: 1300px;
  --box-inner-w: 1024px;
  --smp-fs: 1.4rem;
  --pc-fs: 1.6rem;
}

.fs-regular {
  font-size: var(--smp-fs);
  color: #1A1A1A;
}

/*------------------------------------------
	pageTitleArea
------------------------------------------*/
.pageTitleArea {
  position: relative;
  background-color: var(--gray-bg);
}

.pageTitleArea-inner {
  max-width: var(--box-inner-w);
  margin: 0 auto 10px;
  padding: 30px 0 0 15px;
}

.pageTitle-e {
  font-family: "avenir", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  color: var(--y-blue);
  line-height: 1;
  position: relative;
  padding-left: 0.7em;
}
.pageTitle-e::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: var(--y-aqua);
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.pageTitle-j {
  font-size: 2.5rem;
  font-weight: bold;
  color: var(--y-blue);
}
.pageTitle-j span {
  font-size: 0.66em;
}

.pageTitleArea-img {
  width: 80%;
  margin-left: auto;
}

.pageTitleArea-img img {
  width: 100%;
}

.breadClumb {
  background-color: var(--gray-bg);
  margin-bottom: 60px;
  padding-left: 15px;
}

.breadClumb-inner {
  padding: 20px 0;
  margin: 0 auto;
  max-width: var(--box-inner-w);
}

.breadClumb-inner ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 1.3rem;
}

.breadClumb-inner ul li {
  padding-right: 20px;
  color: var(--y-blue);
}

.breadClumb-inner ul li::after {
  content: "/";
  color: #a7a7a7;
  padding-left: 20px;
}

.breadClumb-inner ul li:last-child {
  padding-left: 0;
}

.breadClumb-inner ul li:last-child::after {
  content: "";
  padding-left: 0;
}

.breadClumb-inner ul li a {
  color: #a7a7a7;
}

.box-common {
  margin: 0 auto 65px;
  padding: 0 10px;
}

.box-inner {
  padding: 0 20px;
}

/*------------------------------------------
	見出し
------------------------------------------*/
.headerStyle1 {
  margin-bottom: 34px;
  padding-bottom: 19px;
  border-bottom: 1px solid #dcdcdc;
}
.headerStyle1.mbs {
  margin-bottom: 30px;
}

.headerStyle1-inner {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 34px;
  line-height: 1;
  padding-left: 21px;
}

.headerStyle1-inner::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 50%;
  left: 0;
  top: 0;
  background: var(--y-blue);
}

.headerStyle1-inner::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 50%;
  left: 0;
  bottom: 0;
  background: var(--y-aqua);
}

.headerStyle1-inner .innerText .innerText-e {
  font-family: "avenir", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  color: var(--y-blue);
  margin-bottom: 5px;
}

.headerStyle1-inner .innerText .innerText-j {
  font-size: 2.2rem;
  font-weight: bold;
}

.font-din {
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.font-avenir {
  font-family: "avenir", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.sub__box {
  margin: 0 auto 45px;
  padding: 0 20px;
}
.sub__box-ttl {
  font-size: 2rem;
  color: var(--y-blue);
  line-height: 1.57;
  letter-spacing: 0.05em;
  margin: 0 auto 15px;
  font-weight: bold;
}
.sub__box-txt {
  font-size: var(--smp-fs);
  line-height: 1.8;
}

.inq__box {
  max-width: 710px;
  margin: 0 auto 70px;
  padding: 0 20px;
}
.inq__box-inner {
  padding: 15px;
  background-color: var(--aqua-bg);
  border-radius: 15px;
}
.inq__box-ttl {
  font-size: var(--smp-fs);
  font-weight: 500;
  text-align: center;
  line-height: 1.72;
  color: var(--y-blue);
  margin: 0 auto 15px;
}
.inq__box-btn {
  display: block;
  width: 90%;
  margin: 0 auto 15px;
  padding: 1em 15px;
  background-color: var(--y-blue);
  border-radius: 100px;
  text-align: center;
  transition: all 0.3s;
}
.inq__box-btn span {
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1;
  padding-left: 25px;
  position: relative;
}
.inq__box-btn span::before {
  content: "";
  width: 25px;
  height: 20px;
  background: url("/wp-content/themes/yamazaki/common/img/menuicon-toiawase.png") no-repeat 0 0;
  background-size: contain;
  position: absolute;
  top: 60%;
  left: -10px;
  transform: translateY(-50%);
}
.inq__box-tel-txt {
  font-size: var(--smp-fs);
  text-align: center;
  font-weight: 500;
  margin: 0 auto 5px;
}
.inq__box-tel-number {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 10px;
  color: var(--y-aqua);
  line-height: 1;
}
.inq__box-tel-number span {
  position: relative;
  padding-left: 30px;
}
.inq__box-tel-number span::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url("/wp-content/themes/yamazaki/common/img/tel.svg") no-repeat 0 0;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
}
.inq__box-tel-note {
  font-size: var(--smp-fs);
  text-align: center;
}

/*------------------------------------------
	Header
------------------------------------------*/
header {
  width: 100%;
  height: 65px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 60;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}

main {
  margin-top: 65px;
}
/* navi */
#navToggle {
  position: absolute;
  right: 0;
  top: 0;
  width: 65px;
  height: 65px;
  z-index: 1;
  cursor: pointer;
  background-color: var(--y-blue);
  border-radius: 0 0 0 10px/0 0 0 10px;
}
#navToggle div {
  width: 30px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#navToggle div span {
  display: block;
  width: 100%;
  position: absolute;
  border-bottom: solid 1px #fff;
  transition: 0.2s ease-in-out;
}
#navToggle div span:first-child {
  top: 0;
}
#navToggle div span:nth-child(2) {
  top: 10px;
}
#navToggle div span:last-child {
  top: 20px;
}

.openNav #navToggle div span:first-child {
  top: 11px;
  transform: rotate(-45deg);
}
.openNav #navToggle div span:nth-child(2), .openNav #navToggle div span:last-child {
  top: 11px;
  transform: rotate(45deg);
}

/* header-logo */
.header-logo {
  max-width: 220px;
  width: 50%;
}
.header-logo img {
  width: 100%;
}
/* header-menu-block */
.header-menu-block-wrap {
  overflow-x: hidden;
}

.header-menu-block {
  width: 50%;
  height: 100vh;
  padding-top: 0;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  right: -50%;
  transition: 0.3s ease-in-out;
}

.openNav .header-menu-block {
  right: 0;
}
/* menu-global */
.menu-global {
  margin: 100px auto 0;
  padding-left: 40px;
}
.menu-global li {
  margin-bottom: 20px;
}
.menu-global a {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.menu-global a:hover {
  text-decoration: none;
}
.menu-global a.nav-catalog, .menu-global a.nav-contact {
  color: #fff;
  width: 120px;
  padding: 15px 10px;
  text-align: center;
  font-size: 1.3rem;
}
.menu-global a.nav-catalog span, .menu-global a.nav-catalog img, .menu-global a.nav-contact span, .menu-global a.nav-contact img {
  display: block;
  margin: 0 auto;
}
.menu-global a.nav-catalog {
  background-color: var(--y-aqua);
}
.menu-global a.nav-catalog img {
  width: 40px;
  margin-bottom: 10px;
}
.menu-global a.nav-contact {
  background-color: var(--y-blue);
}
.menu-global a.nav-contact img {
  width: 33px;
  margin-bottom: 10px;
}
/*------------------------------------------
	Footer
------------------------------------------*/
.footer {
  background: var(--gray-bg);
  margin-top: 85px;
  padding: 0;
}
.footer.mt0 {
  margin-top: 0;
}
.footer__inner {
  padding: 0 10px;
}

.footer-contact-area {
  width: 90%;
  margin: 0 auto -50px;
  padding: 0 10px;
  background: var(--aqua-bg);
  border-radius: 50px;
  position: relative;
  top: -50px;
}

.footer-con {
  position: relative;
  padding: 30px 0;
}
.footer-con:first-child {
  border-bottom: 1px solid var(--y-aqua);
}
.footer-con a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  z-index: 1;
}
.footer-con a span {
  opacity: 0;
}
.footer-con a:hover {
  text-decoration: none;
}
.footer-con p {
  text-align: center;
}
.footer-con p span {
  display: block;
  line-height: 1;
}
.footer-con p span:first-child {
  font-size: 7.5rem;
  letter-spacing: 0.05em;
  color: #EBEBEB;
  mix-blend-mode: multiply;
}
.footer-con p span:last-child {
  font-weight: 500;
  font-size: 2.1rem;
  color: var(--y-aqua);
  position: relative;
  top: -20px;
}
.footer-con img {
  display: block;
  margin: 0 auto;
}

.footer-menu-area {
  padding: 50px 0 60px;
}
.footer-menu-area__logo {
  margin: 0 auto 30px;
}
.footer-menu-area__logo a {
  display: block;
}
.footer-menu-area__logo a img {
  display: block;
  width: 60%;
  margin: 0 auto 20px;
}
.footer-menu-area__address {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  text-align: center;
}
.footer-menu-area__link {
  padding: 0 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-menu-area__list {
  width: 50%;
  /*
        &:not(:last-child){
          width: 50%;
          @include media(pc){
            width: 33%;
          }
        }
  */
}
.footer-menu-area__list > li {
  font-size: 1.5rem;
  margin: 0 auto 20px;
}
.footer-menu-area__list > li > a {
  font-weight: bold;
  color: var(--y-aqua);
}
.footer-menu-area__list > li .sublink li {
  margin: 5px auto;
}
.footer-menu-area__list > li .sublink li a {
  color: #5E5E5E;
}

.footer-menu-area .footer-menu-area-inner {
  margin: 0 auto;
  padding: 0 10px;
}

.footer-copyright {
  background: var(--y-aqua);
  padding: 15px;
}

.footer-copyright p {
  text-align: center;
  line-height: 1;
  font-family: "avenir", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 1.3rem;
  color: #fff;
}

/*------------------------------------------
	TOPページ
------------------------------------------*/
.y-top__catch {
  position: relative;
  margin: 40px auto 75%;
  padding: 0 30px;
}
.y-top__catch h1 {
  font-size: 3.3rem;
  letter-spacing: 0.05em;
  line-height: 1.36;
  color: var(--y-blue);
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.y-top__catch p {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.875;
  position: relative;
  z-index: 1;
  font-weight: 500;
  /*
        span{
          background-color: #fff;
          @include media(pc){
            background-color: transparent;
          }
        }
  */
}
.y-top__img {
  width: 100%;
  position: absolute;
  top: 53%;
  right: 0;
}
.y-top__img img {
  display: block;
}
.y-top__img-1 {
  width: 70%;
  margin-left: auto;
  position: relative;
}
.y-top__img-2 {
  width: 50%;
  position: absolute;
  top: 50%;
}
.y-top__content {
  margin: 0 auto;
  padding: 0 10px;
}
.y-top__content-txt {
  font-size: var(--smp-fs);
  line-height: 1.8;
  padding: 0 20px;
}

.y-top__bg {
  margin: 0 auto;
  background: url("/wp-content/themes/yamazaki/img/bg_grad.png") no-repeat 50% 34vh;
  background-size: 190%;
  overflow-x: hidden;
}

.y-top__btn {
  width: 200px;
  margin: 0 auto;
  border: 2px solid #111;
  border-radius: 100px;
  transition: all 0.3s;
}
.y-top__btn:hover {
  opacity: 0.7;
}
.y-top__btn a {
  display: block;
  font-size: 1.6rem;
  text-align: center;
  font-weight: 500;
  padding: 1em;
  position: relative;
}
.y-top__btn a:hover {
  text-decoration: none;
}
.y-top__btn a span {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.y-top__btn a span img {
  display: block;
  margin: 0;
}
.y-top__btn.blue {
  border-color: var(--y-blue);
}
.y-top__btn.blue a {
  color: var(--y-blue);
}
.y-top__btn.green {
  border-color: var(--y-aqua);
}
.y-top__btn.green a {
  color: var(--y-aqua);
}
.y-top__btn.white {
  border-color: #fff;
}
.y-top__btn.white a {
  color: #fff;
}

.catch-ttl {
  text-align: center;
}
.catch-ttl span {
  display: block;
  line-height: 1;
}
.catch-ttl span:first-child {
  font-size: 7.5rem;
  letter-spacing: 0.05em;
  color: #fff;
  opacity: 0.4;
}
.catch-ttl span:last-child {
  font-weight: bold;
  font-size: 2.1rem;
  color: var(--y-blue);
  position: relative;
  top: -20px;
}
.catch-ttl span:last-child.lh {
  line-height: 1.45;
}

.y-topAbout {
  padding-bottom: 80px;
}
.y-topAbout .y-top__content-txt {
  margin-bottom: 30px;
}
.y-topAbout .y-top__btn {
  margin-top: 40px;
}

.y-top__box {
  width: 100%;
  overflow: hidden;
  position: relative;
  top: -20px;
  margin: 0 auto -20px;
  background: linear-gradient(0deg, #ebebeb 0%, #ebebeb 49%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
}
.y-top__box-img {
  width: 50%;
  margin: 0 10px;
}
.y-top__box-img img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 10px;
}

.y-topPro {
  margin: 0 auto;
}
.y-topPro__wrap {
  padding: 60px 0 200px;
  background: url("/wp-content/themes/yamazaki/img/bg-nut.png") no-repeat 140% 20%, url("/wp-content/themes/yamazaki/img/bg-nut.png") no-repeat -50px 70%, url("/wp-content/themes/yamazaki/img/bg-nut.png") no-repeat 140% 95%;
  background-size: 50%;
  background-color: #ebebeb;
}
.y-topPro .catch-ttl span:first-child {
  opacity: 1;
  color: #EBEBEB;
  mix-blend-mode: multiply;
}
.y-topPro-link {
  margin: 40px auto;
}
.y-topPro-link-con {
  width: 300px;
  height: 300px;
  margin: 0 auto 20px;
  padding: 20px 20px;
  border-radius: 1000px;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.y-topPro-link-con::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-out;
}
.y-topPro-link-con:hover::after {
  transform: scale(1.1);
}
.y-topPro-link-con-inner {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.y-topPro-link-con a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 1000px;
}
.y-topPro-link .bg-pro1::after {
  background: url("/wp-content/themes/yamazaki/img/pro1.jpg") no-repeat 50% 50%;
  background-size: cover;
}
.y-topPro-link .bg-pro2::after {
  background: url("/wp-content/themes/yamazaki/img/pro2.jpg") no-repeat 50% 50%;
  background-size: cover;
}
.y-topPro-link .bg-pro3::after {
  background: url("/wp-content/themes/yamazaki/img/pro3.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.link-ttl {
  font-size: 1.7rem;
  font-weight: bold;
}
.link-ttl span {
  font-size: 1.2rem;
}

.link-cap {
  font-size: 1.1rem;
  line-height: 1.47;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 10px;
}

.link-txt {
  font-size: 1.3rem;
  line-height: 1.8;
  margin-bottom: 10px;
}

.link-circle {
  font-weight: 500;
  font-size: var(--smp-fs);
}
.link-circle span {
  display: inline-block;
  line-height: 1;
  padding-left: 1em;
  vertical-align: middle;
}
.link-circle span img {
  display: block;
  width: 30px;
  height: 30px;
  max-width: 100%;
  margin: 0;
}

.y-top__bg2 {
  background: linear-gradient(180deg, rgb(201, 235, 217) 0%, rgb(68, 169, 173) 100%);
}

.y-topNews {
  margin: 0 auto -130px;
  padding-bottom: 50px;
  position: relative;
  top: -130px;
}
.y-topNews__inner {
  width: 98%;
  margin: 0 auto;
  padding: 60px 15px;
  background-color: #fff;
  border-radius: 0 25px 25px 0/0 25px 25px 0;
  position: relative;
}
.y-topNews__inner::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: -100%;
}
.y-topNews .catch-ttl span:first-child {
  opacity: 1;
  color: #EBEBEB;
  mix-blend-mode: multiply;
}
.y-topNews__list {
  margin: 20px auto 40px;
}
.y-topNews__list li {
  position: relative;
  padding: 1em 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid #DCDCDC;
}
.y-topNews__list li:last-child {
  border-bottom: 1px solid #DCDCDC;
}
.y-topNews__list li::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url("/wp-content/themes/yamazaki/common/img/arrow_green_circle.svg") no-repeat 0 0;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.y-topNews__list li a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  transition: all 0.3s;
}
.y-topNews__list li a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.y-topNews__list-date {
  font-size: var(--smp-fs);
  color: #5E5E5E;
  margin-right: 1em;
  flex-shrink: 0;
  font-weight: bold;
}
.y-topNews__list-cate {
  font-size: 1.3rem;
  color: var(--y-aqua);
  padding: 3px 1em;
  border: 1px solid var(--y-aqua);
  border-radius: 100px;
  margin-right: 2em;
  flex-shrink: 0;
  font-weight: bold;
}
.y-topNews__list-txt {
  width: 100%;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin: 10px 2.3em 0 0;
}

.bg-recruit {
  background: url("/wp-content/themes/yamazaki/img/bg-mark.png") no-repeat 160% 85%;
  background-size: 75%;
}

.y-topRecruit {
  position: relative;
  padding: 0 10px 120px;
}
.y-topRecruit .catch-ttl {
  text-align: left;
  position: relative;
  z-index: 1;
}
.y-topRecruit .catch-ttl span:first-child {
  color: #44A9AD;
  opacity: 0.4;
  mix-blend-mode: multiply;
}
.y-topRecruit .catch-ttl span:last-child {
  color: #fff;
}
.y-topRecruit__img {
  width: 85%;
  margin-left: auto;
  margin-bottom: 10px;
  position: relative;
  right: -10px;
}
.y-topRecruit__img img {
  display: block;
  max-width: 100%;
  margin: 0;
}
.y-topRecruit__box {
  color: #fff;
  position: relative;
  z-index: 1;
}
.y-topRecruit__box-ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.y-topRecruit__box-txt {
  font-size: var(--smp-fs);
  line-height: 1.81;
  margin-bottom: 30px;
}

/*------------------------------------------
	Product
------------------------------------------*/
.flex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: calc(100% + 10px);
}
.flex li {
  width: calc(50% - 10px);
  margin: 0 10px 20px 0;
}

.pro__wrap {
  margin: 0 auto;
  padding: 0 15px;
}
.pro__img {
  margin: 0 auto;
}
.pro__img img {
  display: block;
  max-width: 100%;
  border-radius: 10px;
  margin: 0 auto 10px;
}
.pro__img figcaption {
  font-size: var(--smp-fs);
  text-align: center;
}

/*ねじ（一般製品）*/
#neji .box-column3 {
  justify-content: center;
  margin-top: 55px;
}
#neji .box-column3 li {
  margin-bottom: 10px;
}
#neji .box-column3 + p {
  color: var(--y-blue);
  font-size: var(--smp-fs);
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}

.table__note {
  font-size: 1.2rem;
  margin: 20px 0 10px;
  color: var(--y-blue);
}

.table__wrap {
  width: 100%;
  overflow-x: scroll;
  padding-bottom: 5px;
}
.table__wrap table {
  width: 1024px;
  overflow: hidden;
}
.table__wrap table th, .table__wrap table td {
  font-size: 1.3rem;
  border: 1px solid #A7A7A7;
  padding: 10px;
  line-height: 1.7;
  vertical-align: middle;
}
.table__wrap table th {
  font-weight: normal;
  text-align: center;
  background-color: var(--aqua-bg);
}
.table__wrap table th:first-child, .table__wrap table th:nth-child(2) {
  width: 15%;
}
.table__wrap table th:nth-child(3) {
  width: 25%;
}
.table__wrap table th:nth-child(4) {
  width: 12%;
}
.table__wrap table th:nth-child(5) {
  width: 11%;
}
.table__wrap table th:last-child {
  width: 9%;
}
.table__wrap table td {
  text-align: center;
  font-feature-settings: "palt";
}
.table__wrap table td p {
  display: inline-block;
  text-align: left;
}

.pro-cate {
  margin: 30px auto 0;
  padding: 0 20px;
}
.pro-cate__catch {
  padding: 0 20px;
}
.pro-cate__box {
  margin: 0 auto;
}
.pro-cate__box:not(:last-child) {
  margin-bottom: 40px;
}
.pro-cate__img {
  width: 70%;
  margin: 0 auto 15px;
}
.pro-cate__img img {
  display: block;
  margin: 0 auto;
}
.pro-cate__txt {
  text-align: center;
}
.pro-cate__txt-ttl {
  color: var(--y-blue);
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
}
.pro-cate__txt-ttl span {
  font-size: 1.2rem;
}
.pro-cate__txt-en {
  font-size: 1.1rem;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
.pro-cate__txt-note {
  margin-bottom: 10px;
}
.pro-cate__txt-link {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  transition: all 0.3s;
}
.pro-cate__txt-link:hover {
  opacity: 0.7;
  text-decoration: none;
}
.pro-cate__txt-link span {
  color: var(--y-aqua);
  position: relative;
  left: -1em;
}
.pro-cate__txt-link span::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url("/wp-content/themes/yamazaki/common/img/arrow_green_circle.svg") no-repeat 0 0;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -2.5em;
  transform: translateY(-50%);
}

/*------------------------------------------
Company
------------------------------------------*/
.comp-ceo {
  margin: 0 auto 70px;
  overflow-x: hidden;
}
.comp-ceo__inner {
  position: relative;
}
.comp-ceo__article {
  margin: 0 auto 30px;
  padding: 0 20px;
}
.comp-ceo__article-inner {
  width: 100%;
}
.comp-ceo__article-ttl {
  font-size: 2rem;
  font-weight: bold;
  color: var(--y-blue);
  line-height: 1;
  margin-bottom: 20px;
}
.comp-ceo__article-txt {
  font-size: 1.4rem;
  margin-bottom: 25px;
}
.comp-ceo__article-name span {
  display: block;
}
.comp-ceo__article-name span:first-child {
  font-size: 1.4rem;
}
.comp-ceo__article-name span:last-child {
  font-size: 2rem;
  font-weight: bold;
}
.comp-ceo__img {
  width: 75%;
  margin: 0 auto;
}
.comp-ceo__img img {
  display: block;
  max-width: 100%;
  border-radius: 10px;
}

.rinen__inner-txt {
  margin: 0 auto 20px;
  font-size: var(--smp-fs);
}
.rinen__box {
  padding: 20px;
  border-radius: 15px;
  background-color: #ECF7FC;
}
.rinen__box-left {
  margin: 0 auto 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--y-blue);
}
.rinen__box-ttl {
  font-size: 1.7rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
  padding-left: 0.7em;
  line-height: 1;
  color: var(--y-blue);
}
.rinen__box-ttl::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: var(--y-aqua);
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.rinen__box-list li {
  font-size: var(--smp-fs);
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.rinen__box-list li:not(:last-child) {
  margin-bottom: 5px;
}
.rinen__box-list li span {
  color: var(--y-blue);
  font-weight: bold;
  padding-right: 0.5em;
}

table tr.none th, table tr.none td {
  border: none;
}

.gaiyou__table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 15px;
}
.gaiyou__table table th, .gaiyou__table table td {
  font-size: var(--smp-fs);
  padding-bottom: 15px;
  border-bottom: 1px solid #DCDCDC;
}
.gaiyou__table table th {
  font-weight: 500;
  color: var(--y-blue);
  width: 25%;
}
.gaiyou__table table td {
  width: 75%;
}
.access__con {
  max-width: 480px;
  margin: 0 auto 40px;
}
.access__con-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 auto 10px;
}
.access__con-ttl span {
  color: var(--y-blue);
  font-weight: normal;
  padding-right: 0.5em;
}
.access__con-address, .access__con-tel {
  font-size: var(--smp-fs);
}
.access__con-address {
  margin-bottom: 10px;
}
.access__con-tel {
  margin: 0 auto 20px;
}
.access__con-tel li span {
  font-weight: 500;
  color: var(--y-blue);
}
.access__con-map {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.access__con-map iframe {
  aspect-ratio: 6/4;
  height: 200px;
}
.history__table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 15px;
}
.history__table table th, .history__table table td {
  padding-bottom: 10px;
  border-bottom: 1px solid #DCDCDC;
  font-size: var(--smp-fs);
  vertical-align: middle;
}
.history__table table th {
  width: 30%;
  color: var(--y-blue);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
}
.history__table table th span {
  font-size: 2.3rem;
}
.history__table table td {
  width: 70%;
}

/*------------------------------------------
	Contact
------------------------------------------*/
.contact {
  margin: 0 auto;
}
.contact__catch {
  margin: 0 auto 30px;
}
.contact__catch-txt {
  font-size: var(--smp-fs);
  margin: 0 auto 5px;
}
.contact__catch-note {
  font-size: 12px;
  margin: 0 auto 20px;
}
.contact__catch-red {
  font-size: var(--smp-fs);
  color: #f00;
}
.contact__box {
  margin: 0 auto 20px;
}
.contact__box-label p {
  font-size: var(--smp-fs);
  font-weight: 500;
  margin-bottom: 8px;
}
.contact__box-label p .red {
  color: #f00;
}
.contact__box-label p .note {
  display: block;
  font-size: 12px;
  line-height: 1.5;
}
.contact__box-count {
  font-size: var(--smp-fs);
}
.contact__box-input {
  width: 100%;
}
.contact__box .wpcf7-list-item.first {
  margin-bottom: 5px;
}
.contact__box input[type=checkbox],
.contact__box input[type=radio] {
  opacity: 0;
  position: absolute;
}
.contact__box input[type=checkbox]:checked + .wpcf7-list-item-label::after,
.contact__box input[type=radio]:checked + .wpcf7-list-item-label::after {
  background-color: var(--y-aqua);
  width: 0.9em;
  height: 0.9em;
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  border-radius: 2px;
}
.contact__box input[type=text],
.contact__box input[type=email],
.contact__box input[type=tel],
.contact__box textarea {
  width: 100%;
  background-color: #fff;
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: var(--smp-fs);
}
.contact__box textarea {
  max-width: 700px;
}
.contact__box input[type=file] {
  width: 100%;
  font-size: var(--smp-fs);
}
.contact__box input[type=file]::file-selector-button {
  border-radius: 5px;
  margin-right: 15px;
  padding: 3px 5px;
  border: 1px solid #A7A7A7;
  cursor: pointer;
  background-color: #EBEBEB;
}
.contact__box .wpcf7-list-item-label {
  cursor: pointer;
  display: flex;
  font-size: var(--smp-fs);
  position: relative;
  padding-left: 1.8em;
}
.contact__box .wpcf7-list-item-label::before, .contact__box .wpcf7-list-item-label::after {
  content: "";
}
.contact__box .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #DCDCDC;
  border-radius: 2px;
  width: 1.2em;
  height: 1.2em;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.contact__submit input[type=submit] {
  display: block;
  width: 55%;
  max-width: 240px;
  margin: 40px auto 20px;
  padding: 15px 10px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  color: var(--y-aqua);
  border: 1px solid var(--y-aqua);
  border-radius: 1000px;
}
.contact__prev {
  margin: 40px auto 0;
}
.contact__prev p {
  text-align: center;
  width: 120px;
  margin: 0 auto;
}
.contact__prev p:hover {
  border-bottom: 2px solid var(--y-aqua);
}
.contact__prev input[type=button] {
  display: inline-block;
  padding-bottom: 5px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  color: var(--y-aqua);
}

/*------------------------------------------
	カタログ
------------------------------------------*/
.catalog-box {
  margin: 0 auto 50px;
  padding: 0 20px;
}
.catalog-con {
  margin: 0 auto;
}
.catalog-con:not(:last-child) {
  margin-bottom: 50px;
}
.catalog-con__img {
  margin: 0 auto 15px;
}
.catalog-con__img img {
  display: block;
  margin: 0 auto;
}
.catalog-con__ttl {
  font-size: 1.7rem;
  font-weight: bold;
  color: var(--y-blue);
  line-height: 1.45;
  margin: 0 auto 15px;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.catalog-con__txt {
  font-size: var(--smp-fs);
  margin: 0 auto 15px;
  text-align: center;
}
.catalog-con__btn {
  display: block;
  width: 70%;
  margin: 0 auto;
  padding: 10px 15px;
  font-size: var(--smp-fs);
  font-weight: bold;
  text-align: center;
  color: var(--y-blue) !important;
  line-height: 1.43;
  border: 1px solid var(--y-blue);
  border-radius: 200px;
}
.catalog-con__btn.ex {
  margin-bottom: 10px;
  padding: 15px;
}

/*------------------------------------------
	採用情報
------------------------------------------*/
.recruit-youkou {
  margin: 0 auto 60px;
}
.recruit-youkou table {
  width: 100%;
}
.recruit-youkou table th, .recruit-youkou table td {
  border: 1px solid #DCDCDC;
  padding: 15px 10px;
  vertical-align: middle;
  letter-spacing: 0.025em;
}
.recruit-youkou table th {
  width: 100px;
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--y-blue);
  background-color: #ECF7FC;
}
.recruit-youkou table td {
  width: calc(100% - 100px);
  font-size: var(--smp-fs);
  line-height: 1.875;
}
.recruit-faq {
  margin: 0 auto 50px;
}
.recruit-faq__catch {
  padding: 0 20px;
  margin: 0 auto 30px;
}
.recruit-faq__con {
  padding: 20px;
  margin: 0 auto 20px;
  background-color: #ECF7FC;
  border-radius: 10px;
}
.recruit-faq__con-q, .recruit-faq__con-a {
  font-size: var(--smp-fs);
  padding-left: 2.4em;
  text-indent: -2.4em;
}
.recruit-faq__con-q span, .recruit-faq__con-a span {
  font-size: 1.8rem;
  padding-right: 1em;
  font-weight: bold;
}
.recruit-faq__con-q {
  width: 90%;
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
}
.recruit-faq__con-q span {
  color: var(--y-blue);
}
.recruit-faq__con-q::after, .recruit-faq__con-q::before {
  content: "";
  background-color: var(--y-blue);
  position: absolute;
  transition: all 0.3s;
}
.recruit-faq__con-q::before {
  width: 19px;
  height: 3px;
  top: 1em;
  right: -2em;
}
.recruit-faq__con-q::after {
  width: 3px;
  height: 19px;
  top: 6px;
  right: -20px;
}
.recruit-faq__con-q.minus::after {
  transform: translateY(0) rotate(-90deg);
}
.recruit-faq__con-a {
  display: none;
  margin-top: 10px;
}
.recruit-faq__con-a span {
  color: var(--y-aqua);
}
.recruit-btn {
  width: 80%;
  margin: 0 auto;
}
.recruit-btn a {
  display: block;
  background-color: var(--y-aqua);
  border: 1px solid var(--y-aqua);
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  padding: 1em 10px;
  border-radius: 100px;
  text-align: center;
  transition: all 0.3s;
}
.recruit-btn a:hover {
  background-color: #fff;
  color: var(--y-aqua);
  text-decoration: none;
}

.entry__inner {
  padding: 0 10px;
}

/*------------------------------------------
	News
------------------------------------------*/
.info-box {
  margin: 0 auto 60px;
}
.info-cate {
  margin: 0 auto 25px;
  display: flex;
  justify-content: space-between;
}
.info-cate li {
  width: 33.3%;
}
.info-cate li a {
  display: block;
  font-size: var(--smp-fs);
  color: #A7A7A7;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s;
}
.info-cate li a.active {
  color: var(--y-aqua);
}
.info-cate li a:hover {
  text-decoration: none;
  color: var(--y-aqua);
}
.info-list li {
  margin: 0 auto;
  padding: 20px 0;
  border-bottom: 1px solid #A7A7A7;
  position: relative;
}
.info-list li:first-child {
  border-top: 1px solid #A7A7A7;
}
.info-list li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.info-list li a span {
  display: none;
}
.info-list li a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.info-list__category {
  width: 85px;
  font-size: 1.1rem;
  line-height: 1;
  margin: 0 0 10px;
  padding: 5px 10px;
  color: var(--y-aqua);
  border: 1px solid var(--y-aqua);
  border-radius: 100px;
  text-align: center;
}
.info-list__article {
  display: flex;
  justify-content: flex-start;
}
.info-list__date {
  width: 85px;
  margin-right: 20px;
  font-size: 1.5rem;
  text-align: center;
}
.info-list__txt {
  width: calc(100% - 105px);
  font-size: 1.5rem;
}
.info-pager {
  display: flex;
  justify-content: center;
}
.info-pager li {
  width: 30px;
  height: 30px;
  margin: 0 10px;
  border: 2px solid var(--y-aqua);
  border-radius: 100px;
  position: relative;
  transition: all 0.3s;
}
.info-pager li:hover {
  background-color: var(--y-aqua);
}
.info-pager li:hover a {
  color: #fff;
}
.info-pager li:hover .prev span, .info-pager li:hover .next span {
  border-color: #fff;
}
.info-pager li.active {
  background-color: var(--y-aqua);
}
.info-pager li.active a {
  color: #fff;
}
.info-pager li.gray {
  border-color: #A7A7A7;
}
.info-pager li.gray .prev span, .info-pager li.gray .next span {
  border-color: #A7A7A7;
}
.info-pager li.gray:hover {
  border-color: #A7A7A7;
  background-color: #fff;
}
.info-pager li.gray:hover .prev span, .info-pager li.gray:hover .next span {
  border-color: #A7A7A7;
}
.info-pager li a {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1;
  font-size: var(--smp-fs);
  color: var(--y-aqua);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.info-pager li a:hover {
  text-decoration: none;
}
.info-pager li .prev span, .info-pager li .next span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 auto;
  border-top: 2px solid var(--y-aqua);
}
.info-pager li .prev span {
  border-left: 2px solid var(--y-aqua);
  transform: rotate(-45deg);
  position: relative;
  left: 2px;
}
.info-pager li .next span {
  border-right: 2px solid var(--y-aqua);
  transform: rotate(45deg);
  position: relative;
  right: 2px;
}

.info-single__ttl {
  margin: 0 auto 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--y-aqua);
}
.info-single__ttl p {
  margin: 0 auto 10px;
  line-height: 1;
}
.info-single__ttl p .info-list__category {
  margin-right: 1em;
}
.info-single__ttl h2 {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.025em;
  font-weight: bold;
}
.info-single__txt {
  font-size: var(--smp-fs);
  line-height: 1.8;
  letter-spacing: 0.025em;
  margin: 0 auto 20px;
}
.info-single__img {
  margin: 0 auto 20px;
}
.info-single__img img {
  display: block;
  margin: 0 auto;
}
.info-single__pager {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 45px;
}
.info-single__pager li {
  font-size: var(--smp-fs);
  font-weight: bold;
}
.info-single__pager li:first-child, .info-single__pager li:last-child {
  width: 20%;
}
.info-single__pager li:first-child a, .info-single__pager li:last-child a {
  color: var(--y-blue);
}
.info-single__pager li:first-child:hover .prev::before,
.info-single__pager li:first-child:hover .next::before, .info-single__pager li:last-child:hover .prev::before,
.info-single__pager li:last-child:hover .next::before {
  background-color: var(--y-blue);
}
.info-single__pager li:first-child:hover .prev span,
.info-single__pager li:first-child:hover .next span, .info-single__pager li:last-child:hover .prev span,
.info-single__pager li:last-child:hover .next span {
  border-color: #fff;
}
.info-single__pager li:last-child {
  text-align: right;
}
.info-single__pager li a {
  display: block;
  position: relative;
  transition: all 0.3s;
}
.info-single__pager li a.prev::before, .info-single__pager li a.next::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border: 2px solid var(--y-blue);
  border-radius: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.info-single__pager li a.prev span, .info-single__pager li a.next span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 auto;
  border-top: 2px solid var(--y-blue);
  transition: all 0.3s;
  position: absolute;
}
.info-single__pager li a.prev {
  left: 2.5em;
}
.info-single__pager li a.prev::before {
  left: -2.5em;
}
.info-single__pager li a.prev span {
  border-left: 2px solid var(--y-blue);
  top: 50%;
  left: -1.6em;
  transform: translateY(-50%) rotate(-45deg);
}
.info-single__pager li a.next {
  right: 2.5em;
}
.info-single__pager li a.next::before {
  right: -2.5em;
}
.info-single__pager li a.next span {
  border-right: 2px solid var(--y-blue);
  top: 50%;
  right: -1.6em;
  transform: translateY(-50%) rotate(45deg);
}
.info-single__pager li.all {
  width: 32%;
  margin: 0 auto;
}
.info-single__pager li.all a {
  display: block;
  margin: 0 auto;
  padding: 0.8em;
  text-align: center;
  color: var(--y-aqua);
  border: 2px solid var(--y-aqua);
  border-radius: 100px;
  transition: all 0.3s;
}
.info-single__pager li.all a:hover {
  color: #fff;
  background-color: var(--y-aqua);
  text-decoration: none;
}
@media only screen and (min-width: 1024px) {
  .pt15-pc {
    padding-top: 15px;
  }
  .fs-regular {
    font-size: var(--pc-fs);
  }
  .pageTitleArea {
    height: 240px;
  }
  .pageTitleArea-inner {
    margin-bottom: 0;
    padding: 58px 0 0 0;
  }
  .pageTitle-e {
    font-size: 2rem;
  }
  .pageTitle-j {
    font-size: 4.5rem;
  }
  .pageTitleArea-img {
    position: absolute;
    right: 0;
    top: 96px;
    width: 764px;
  }
  .breadClumb {
    margin-bottom: 165px;
    padding-left: 0;
  }
  .box-common {
    max-width: var(--box-inner-w);
    margin-bottom: 135px;
    padding: 0;
  }
  .box-inner {
    padding: 0;
  }
  .headerStyle1 {
    margin-bottom: 80px;
  }
  .headerStyle1.mbs {
    margin-bottom: 35px;
  }
  .headerStyle1-inner {
    min-height: 68px;
  }
  .headerStyle1-inner::before {
    height: 34px;
  }
  .headerStyle1-inner::after {
    height: 34px;
  }
  .headerStyle1-inner .innerText .innerText-j {
    font-size: 3.3rem;
  }
  .sub__box {
    margin-bottom: 90px;
    padding: 0 10px;
  }
  .sub__box-ttl {
    font-size: 3.3rem;
    text-align: center;
    margin-bottom: 25px;
    padding: 0;
  }
  .sub__box-txt {
    font-size: 1.7rem;
    text-align: center;
  }
  .inq__box {
    margin-bottom: 140px;
    padding: 0 10px;
  }
  .inq__box-inner {
    padding: 40px 20px;
    border-radius: 30px;
  }
  .inq__box-ttl {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .inq__box-btn {
    width: 337px;
    margin-bottom: 20px;
  }
  .inq__box-btn:hover {
    opacity: 0.8;
  }
  .inq__box-btn span {
    font-size: 2.1rem;
  }
  .inq__box-tel-txt {
    font-size: 1.8rem;
  }
  .inq__box-tel-number {
    font-size: 4.3rem;
  }
  .inq__box-tel-number span::before {
    width: 43px;
    height: 43px;
    left: -25px;
  }
  .inq__box-tel-note {
    font-size: 1.6rem;
  }
  header {
    position: sticky;
    width: 100%;
    height: 90px;
  }
  main {
    margin-top: 0;
  }
  #navToggle {
    display: none;
  }
  .header-logo {
    max-width: 220px;
    width: auto;
    margin-left: 17px;
  }
  .header-menu-block-wrap {
    max-width: 1024px;
    height: 90px;
  }
  .header-menu-block {
    width: calc(100% - 220px);
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex-shrink: 1;
    background: none;
    right: 0;
  }
  .menu-global {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
    padding-left: 0;
  }
  .menu-global li {
    margin-bottom: 0;
  }
  .menu-global a {
    display: flex;
    position: relative;
    padding: 0 20px;
    width: auto;
    height: 90px;
    align-items: center;
  }
  .menu-global a.nav-normal {
    padding-bottom: 5px;
    background-image: linear-gradient(#44A9AD, #44A9AD);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 0 1px;
    transition: background-size 0.3s;
  }
  .menu-global a.nav-normal:hover {
    background-size: 80% 4px;
  }
  .menu-global a.nav-catalog {
    background-color: var(--y-aqua);
    color: #fff;
    width: 120px;
    margin-left: 20px;
    padding: 4px 0 0 0;
    text-align: center;
    font-size: 1.3rem;
  }
  .menu-global a.nav-contact {
    background-color: var(--y-blue);
    color: #fff;
    width: 120px;
    padding: 4px 0 0 0;
    text-align: center;
    font-size: 1.3rem;
  }
  .menu-global a.nav-catalog, .menu-global a.nav-contact {
    transition: opacity 0.3s;
  }
  .menu-global a.nav-catalog:hover, .menu-global a.nav-contact:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  .menu-global a.nav-catalog span, .menu-global a.nav-contact span {
    margin: 0 auto;
  }
  .menu-global a.nav-catalog img, .menu-global a.nav-contact img {
    display: block;
    margin: 3px auto 9px;
    height: 25px;
  }
  .footer {
    margin-top: 320px;
  }
  .footer-contact-area {
    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--box-inner-w);
    height: 310px;
    margin-bottom: -155px;
    padding: 0;
    top: -155px;
  }
  .footer-con {
    width: 50%;
    padding: 80px 10px;
  }
  .footer-con:first-child {
    border-bottom: none;
  }
  .footer-con:first-child::after {
    content: "";
    width: 1px;
    height: 250px;
    background-color: var(--y-aqua);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .footer-con a:hover {
    background-color: rgba(255, 255, 255, 0.4);
  }
  .footer-con p span:last-child {
    font-size: 3.1rem;
  }
  .footer-contact-area .footer-contact a {
    border-radius: 50px 0 0 50px/50px 0 0 50px;
  }
  .footer-contact-area .footer-catalog a {
    border-radius: 0 50px 50px 0/0 50px 50px 0;
  }
  .footer-menu-area {
    padding: 100px 0;
  }
  .footer-menu-area__logo {
    width: 50%;
    margin: 0;
  }
  .footer-menu-area__logo a img {
    width: auto;
    margin: 0 0 20px;
  }
  .footer-menu-area__address {
    text-align: left;
  }
  .footer-menu-area__link {
    width: 50%;
    padding: 0;
    flex-wrap: nowrap;
  }
  .footer-menu-area__list {
    width: 33%;
  }
  .footer-menu-area .footer-menu-area-inner {
    width: var(--box-inner-w);
    display: flex;
    justify-content: space-between;
  }
  .y-top__catch {
    width: 1300px;
    margin: 95px auto 700px;
    padding: 0 10px;
  }
  .y-top__catch h1 {
    font-size: 5.5rem;
    margin-bottom: 35px;
    padding-left: 80px;
  }
  .y-top__catch p {
    font-size: 2rem;
    padding-left: 80px;
  }
  .y-top__img {
    top: 0;
    right: 0;
  }
  .y-top__img-1 {
    width: auto;
    right: -66px;
  }
  .y-top__img-2 {
    width: auto;
    top: 46%;
    left: 98px;
  }
  .y-top__content {
    width: 1044px;
    padding: 0;
  }
  .y-top__content-txt {
    font-size: 1.8rem;
    line-height: 2.1;
    text-align: center;
  }
  .y-top__bg {
    width: 100%;
    background-position: 50% 28vh;
    background-size: 120%;
    overflow-x: visible;
  }
  .y-top__btn {
    width: 300px;
  }
  .y-top__btn a {
    font-size: 2.2rem;
  }
  .y-top__btn a span {
    right: 20px;
    font-size: 1.6rem;
  }
  .catch-ttl span:first-child {
    font-size: 20rem;
  }
  .catch-ttl span:last-child {
    font-size: 4.2rem;
    top: -50px;
  }
  .y-topAbout {
    padding-bottom: 220px;
  }
  .y-topAbout .y-top__btn {
    margin-top: 80px;
  }
  .y-top__box {
    top: -100px;
    margin-bottom: -100px;
  }
  .y-top__box-img {
    width: auto;
  }
  .y-top__box-img img {
    border-radius: 20px;
  }
  .y-topPro__wrap {
    padding-bottom: 400px;
    background-position: 110% 20%, -100px 80%, 110% 95%;
    background-size: 27%;
  }
  .y-topPro-link {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1024px;
    margin: 90px auto 110px;
  }
  .y-topPro-link-con {
    width: 482px;
    height: 482px;
    margin: 0 auto;
  }
  .y-topPro-link-con:first-child {
    margin-left: 0;
  }
  .y-topPro-link-con:nth-child(2) {
    margin-right: 0;
  }
  .link-ttl {
    font-size: 3.4rem;
  }
  .link-ttl span {
    font-size: 2.1rem;
  }
  .link-cap {
    font-size: 1.9rem;
    margin-bottom: 15px;
  }
  .link-txt {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .link-circle {
    font-size: 1.7rem;
  }
  .link-circle span img {
    width: 42px;
    height: 42px;
  }
  .y-topNews {
    margin-bottom: -280px;
    top: -280px;
  }
  .y-topNews__inner {
    width: 100%;
    padding: 60px 100px 120px;
  }
  .y-topNews__list {
    margin: 50px auto 85px;
  }
  .y-topNews__list li {
    padding: 45px 0;
    flex-wrap: nowrap;
  }
  .y-topNews__list li::after {
    width: 42px;
    height: 42px;
  }
  .y-topNews__list-date {
    font-size: 1.7rem;
  }
  .y-topNews__list-cate {
    font-size: 1.3rem;
  }
  .y-topNews__list-txt {
    width: auto;
    font-size: 1.7rem;
    margin-top: 0;
  }
  .bg-recruit {
    background-position: -100px 130%;
    background-size: 45%;
  }
  .y-topRecruit {
    padding: 110px 0 485px;
  }
  .y-topRecruit__img {
    width: 100%;
    position: absolute;
    top: 145px;
    right: -140px;
  }
  .y-topRecruit__img img {
    margin-left: auto;
  }
  .y-topRecruit__box-ttl {
    font-size: 2.7rem;
  }
  .y-topRecruit__box-txt {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
  .y-topRecruit__box .y-top__btn {
    margin-left: 0;
  }
  .flex {
    width: calc(100% + 35px);
  }
  .flex li {
    margin: 0 35px 45px 0;
  }
  .box-column2 li {
    width: calc(50% - 35px);
  }
  .box-column3 li {
    width: calc(33.333% - 35px);
  }
  .box-column4 li {
    width: calc(25% - 35px);
  }
  .pro__wrap {
    padding: 0;
  }
  .pro__img img {
    border-radius: 20px;
    margin-bottom: 15px;
  }
  .pro__img figcaption {
    font-size: 1.5rem;
  }
  #neji .box-column3 {
    width: calc(100% + 10px);
    margin-top: 110px;
  }
  #neji .box-column3 li {
    width: calc(33.333% - 10px);
    margin: 0 10px 0 0;
  }
  #neji .box-column3 + p {
    font-size: 1.9rem;
  }
  .table__wrap {
    overflow-x: visible;
  }
  .table__wrap table {
    width: 100%;
    overflow: visible;
  }
  .table__wrap table th, .table__wrap table td {
    padding: 15px 10px;
  }
  .table__wrap table th {
    position: sticky;
    top: 89px;
  }
  .table__wrap table th:first-child, .table__wrap table th:nth-child(2) {
    width: 183px;
  }
  .table__wrap table th:nth-child(3) {
    width: 293px;
  }
  .table__wrap table th:nth-child(4) {
    width: 145px;
  }
  .table__wrap table th:nth-child(5) {
    width: 120px;
  }
  .table__wrap table th:last-child {
    width: 100px;
  }
  .pro-cate {
    margin-top: 60px;
    padding: 0;
  }
  .pro-cate__catch {
    padding: 0;
  }
  .pro-cate__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .pro-cate__box:not(:last-child) {
    margin-bottom: 85px;
  }
  .pro-cate__box.rev {
    flex-direction: row-reverse;
  }
  .pro-cate__box.rev .pro-cate__img {
    margin: 0 0 0 95px;
  }
  .pro-cate__img {
    width: 505px;
    margin: 0 95px 0 0;
  }
  .pro-cate__txt {
    width: calc(100% - 600px);
    text-align: left;
  }
  .pro-cate__txt-ttl {
    font-size: 2.9rem;
  }
  .pro-cate__txt-ttl span {
    font-size: 2.1rem;
  }
  .pro-cate__txt-en {
    font-size: 1.9rem;
    margin-bottom: 15px;
  }
  .pro-cate__txt-note {
    margin-bottom: 15px;
  }
  .pro-cate__txt-link {
    font-size: 1.7rem;
  }
  .pro-cate__txt-link span {
    left: 0;
  }
  .pro-cate__txt-link span::after {
    width: 42px;
    height: 42px;
    right: -3.2em;
  }
  .comp-ceo__inner {
    width: var(--box-inner-w);
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
  .comp-ceo__article {
    width: 450px;
    padding: 0;
    margin: 0 80px 0 0;
  }
  .comp-ceo__article-ttl {
    font-size: 3.6rem;
  }
  .comp-ceo__article-txt {
    font-size: 1.6rem;
    margin-bottom: 50px;
  }
  .comp-ceo__article-name span:first-child {
    font-size: 1.6rem;
  }
  .comp-ceo__article-name span:last-child {
    font-size: 2.3rem;
  }
  .comp-ceo__img {
    width: 643px;
  }
  .comp-ceo__img img {
    border-radius: 20px;
  }
  .rinen__inner-txt {
    margin-bottom: 40px;
    font-size: 1.6rem;
  }
  .rinen__box {
    width: var(--box-inner-w);
    display: flex;
    justify-content: center;
    padding: 55px 65px;
    border-radius: 30px;
  }
  .rinen__box-left {
    width: 565px;
    margin: 0 65px 0 0;
    padding: 0 75px 0 0;
    border-bottom: none;
    border-right: 1px solid var(--y-blue);
  }
  .rinen__box-right {
    width: 235px;
  }
  .rinen__box-ttl {
    font-size: 2.4rem;
    margin-bottom: 25px;
    padding-left: 1em;
  }
  .rinen__box-ttl::before {
    width: 10px;
    height: 10px;
  }
  .rinen__box-list li {
    font-size: 1.6rem;
    text-indent: -2em;
    padding-left: 2em;
  }
  .rinen__box-list li:not(:last-child) {
    margin-bottom: 10px;
  }
  .rinen__box-list li span {
    padding-right: 1em;
  }
  .gaiyou__table table {
    border-spacing: 0 30px;
  }
  .gaiyou__table table th, .gaiyou__table table td {
    padding-bottom: 30px;
    font-size: 1.6rem;
  }
  .gaiyou__table table th {
    width: 300px;
    padding-left: 50px;
  }
  .gaiyou__table table td {
    width: calc(100% - 300px);
    padding-right: 50px;
  }
  .access__box {
    width: calc(100% + 65px);
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .access__con {
    width: calc(50% - 65px);
    margin: 0 65px 60px 0;
  }
  .access__con-ttl {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
  .access__con-address, .access__con-tel {
    font-size: 1.5rem;
  }
  .access__con-address {
    margin-bottom: 15px;
  }
  .access__con-tel {
    margin-bottom: 0;
  }
  .access__con-map {
    width: 480px;
    border-radius: 20px;
    margin-top: 30px;
  }
  .access__con-map iframe {
    aspect-ratio: 16/9;
    height: 300px;
  }
  .history .headerStyle1 {
    margin-bottom: 60px;
  }
  .history__table table {
    border-spacing: 0 20px;
  }
  .history__table table th, .history__table table td {
    padding-bottom: 20px;
    font-size: 1.6rem;
  }
  .history__table table th {
    width: 175px;
    padding-left: 15px;
  }
  .history__table table th span {
    font-size: 2.7rem;
  }
  .history__table table td {
    width: calc(100% - 175px);
    padding-right: 15px;
  }
  .contact {
    width: 895px;
  }
  .contact__catch {
    margin-bottom: 60px;
  }
  .contact__catch-txt {
    font-size: 1.6rem;
  }
  .contact__catch-note {
    font-size: 1.4rem;
  }
  .contact__catch-red {
    font-size: 1.5rem;
  }
  .contact__box {
    display: flex;
    justify-content: center;
    margin-bottom: 45px;
  }
  .contact__box-label {
    width: 195px;
  }
  .contact__box-label p {
    font-size: 1.7rem;
    margin-bottom: 0;
    padding-top: 5px;
    line-height: 2;
  }
  .contact__box-label p .note {
    font-size: 1.4rem;
  }
  .contact__box-count {
    font-size: 1.5rem;
  }
  .contact__box-input {
    width: 700px;
  }
  .contact__box .wpcf7-list-item {
    margin-left: 3em;
  }
  .contact__box .wpcf7-list-item.first {
    margin-bottom: 0;
    margin-left: 0;
  }
  .contact__box input[type=checkbox]:checked + .wpcf7-list-item-label::after,
  .contact__box input[type=radio]:checked + .wpcf7-list-item-label::after {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    left: 4px;
  }
  .contact__box input[type=text],
  .contact__box input[type=email],
  .contact__box input[type=tel],
  .contact__box textarea {
    border-radius: 10px;
    padding: 10px;
    font-size: 1.6rem;
  }
  .contact__box input[type=file] {
    font-size: 1.6rem;
  }
  .contact__box input[type=file]::file-selector-button {
    padding: 5px 10px;
  }
  .contact__box .wpcf7-list-item-label {
    font-size: 1.7rem;
    padding-left: 2em;
  }
  .contact__box .wpcf7-list-item-label::before {
    width: 26px;
    height: 26px;
    border-radius: 5px;
  }
  .contact__submit input[type=submit] {
    width: 100%;
    font-size: 1.8rem;
    padding: 20px 10px;
    border-width: 2px;
    transition: all 0.3s;
  }
  .contact__submit input[type=submit]:hover {
    background-color: var(--y-aqua);
    color: #fff;
  }
  .contact__prev {
    margin: 0 auto;
  }
  .contact__prev input[type=button] {
    font-size: 1.8rem;
  }
  .catalog-box {
    width: calc(100% + 85px);
    margin-bottom: 100px;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .catalog-con {
    width: calc(33.333% - 85px);
    margin: 0 85px 0 0;
  }
  .catalog-con:not(:last-child) {
    margin-bottom: 0;
  }
  .catalog-con:nth-child(n+4) {
    margin-top: 70px;
  }
  .catalog-con__img {
    margin-bottom: 20px;
  }
  .catalog-con__ttl {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .catalog-con__txt {
    width: 266px;
    font-size: var(--pc-fs);
    text-align: left;
    margin-bottom: 20px;
  }
  .catalog-con__btn {
    width: 266px;
    font-size: var(--pc-fs);
    transition: all 0.3s;
  }
  .catalog-con__btn:hover {
    text-decoration: none;
    background-color: var(--y-blue);
    color: #fff !important;
  }
  .catalog-con__btn.ex {
    margin-bottom: 15px;
    font-size: 2.2rem;
  }
  .recruit-youkou {
    margin-bottom: 120px;
  }
  .recruit-youkou table th, .recruit-youkou table td {
    padding: 30px 20px;
  }
  .recruit-youkou table th {
    width: 178px;
    font-size: 1.7rem;
  }
  .recruit-youkou table td {
    width: calc(100% - 178px);
    font-size: var(--pc-fs);
  }
  .recruit-faq {
    margin-bottom: 100px;
  }
  .recruit-faq__catch {
    padding: 0;
    margin-bottom: 40px;
  }
  .recruit-faq__con {
    padding: 25px 40px;
    border-radius: 20px;
  }
  .recruit-faq__con-q, .recruit-faq__con-a {
    font-size: 1.7rem;
    padding-left: 3.1em;
    text-indent: -3.1em;
  }
  .recruit-faq__con-q span, .recruit-faq__con-a span {
    font-size: 1.9rem;
    padding-right: 2em;
  }
  .recruit-faq__con-q {
    width: 95%;
  }
  .recruit-faq__con-q:hover {
    opacity: 0.7;
  }
  .recruit-faq__con-q::before {
    width: 17px;
    height: 3px;
    right: -30px;
  }
  .recruit-faq__con-q::after {
    width: 3px;
    height: 17px;
    top: 10px;
    right: -23px;
  }
  .recruit-faq__con-a {
    margin-top: 15px;
  }
  .recruit-btn {
    width: 500px;
  }
  .recruit-btn a {
    font-size: 2.1rem;
    padding: 28px 10px;
  }
  .entry__inner {
    padding: 0;
  }
  .entry .contact__catch {
    padding-left: 1em;
  }
  .entry .contact__box-label {
    width: 278px;
  }
  .info-box {
    margin-bottom: 120px;
    display: flex;
    justify-content: space-between;
  }
  .info-cate {
    margin: 0;
    display: block;
    width: 180px;
  }
  .info-cate li {
    width: 100%;
    margin: 0 0 20px;
  }
  .info-cate li a {
    font-size: var(--pc-fs);
    text-align: left;
  }
  .info-list {
    width: calc(100% - 180px);
  }
  .info-list__box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .info-list__category {
    margin: 0;
  }
  .info-list__article {
    display: block;
    width: calc(100% - 110px);
    margin-left: 25px;
  }
  .info-list__date {
    width: 100%;
    margin: 0;
    font-size: 1.8rem;
    text-align: left;
  }
  .info-list__txt {
    width: 100%;
    font-size: 1.8rem;
  }
  .info-pager li {
    width: 38px;
    height: 38px;
    margin: 0 6px;
  }
  .info-pager li a {
    font-size: var(--pc-fs);
  }
  .info-pager li .prev span, .info-pager li .next span {
    width: 10px;
    height: 10px;
  }
  .info-single__ttl {
    margin-bottom: 35px;
    padding-bottom: 15px;
  }
  .info-single__ttl p .info-list__category {
    padding: 2px 2em;
    margin-right: 2em;
  }
  .info-single__ttl h2 {
    font-size: 3.1rem;
  }
  .info-single__txt {
    font-size: 1.7rem;
    margin-bottom: 35px;
  }
  .info-single__img {
    margin-bottom: 35px;
  }
  .info-single__pager {
    margin-top: 90px;
  }
  .info-single__pager li {
    font-size: var(--pc-fs);
  }
  .info-single__pager li:first-child, .info-single__pager li:last-child {
    width: 125px;
  }
  .info-single__pager li a.prev::before, .info-single__pager li a.next::before {
    width: 38px;
    height: 38px;
  }
  .info-single__pager li a.prev span, .info-single__pager li a.next span {
    width: 10px;
    height: 10px;
  }
  .info-single__pager li a.prev {
    left: 3.5em;
  }
  .info-single__pager li a.prev::before {
    left: -3.5em;
  }
  .info-single__pager li a.prev span {
    left: -2.5em;
  }
  .info-single__pager li a.next {
    right: 3.5em;
  }
  .info-single__pager li a.next::before {
    right: -3.5em;
  }
  .info-single__pager li a.next span {
    right: -2.5em;
  }
  .info-single__pager li.all {
    width: 220px;
  }
  .info-single__pager li.all a {
    padding: 1em 0;
  }
}
@media only screen and (min-width: 1500px) {
  .y-top__catch {
    width: 1500px;
  }
  .y-top__catch h1 {
    padding-left: 180px;
  }
  .y-top__catch p {
    padding-left: 180px;
  }
  .y-top__img-1 {
    right: 34px;
  }
  .y-top__img-2 {
    left: 198px;
  }
  .y-top__bg {
    width: 1500px;
    background-size: contain;
  }
  .y-topPro__wrap {
    background-position: 90% 20%, 10% 80%, 90% 95%;
    background-size: 453px;
  }
  .bg-recruit {
    background-size: 600px;
    background-position: 15% 134%;
  }
  .comp-ceo__inner {
    width: 1600px;
    position: relative;
    left: 70px;
  }
  .comp-ceo__img {
    margin: 0;
  }
}
@media (max-width: 1024px) {
  .sp-spacer {
    padding-top: auto;
    padding-bottom: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 500px) {
  /*500px 以下*/
  .spbr {
    display: block;
  }
  .pcbr {
    display: none;
  }
}
@media only screen and (max-width: 499px) {
  .y-top__img-1 {
    width: 300px;
    right: -35px;
  }
  .y-top__img-2 {
    width: 200px;
    left: -10px;
  }
  .y-top__bg {
    background-position: 50% 100%;
    background-size: 220%;
  }
}
/*# sourceMappingURL=style.css.map */



.pagination {
  display: flex;
  justify-content: center;
}
.pagination .page-numbers {
	display:flex;
	justify-content:center;
	align-items:center;
	color: var(--y-aqua);
	line-height: 1;
  width: 37px;
  height: 37px;
  margin: 0 10px;
  border: 2px solid var(--y-aqua);
  border-radius: 100px;
  position: relative;
  transition: all 0.3s;
}

.pagination .page-numbers.current {
	background: var(--y-aqua);
	color: #fff;
}

.pagination .page-numbers:hover {
  background-color: var(--y-aqua);
	color: #fff;
	text-decoration:none;
}
.pagination .page-numbers:hover a {
  color: #fff;
}
.pagination .page-numbers:hover .prev span, .info-pager li:hover .next span {
  border-color: #fff;
}
.info-pager li.active {
  background-color: var(--y-aqua);
}
.info-pager li.active a {
  color: #fff;
}
.info-pager li.gray {
  border-color: #A7A7A7;
}
.info-pager li.gray .prev span, .info-pager li.gray .next span {
  border-color: #A7A7A7;
}
.info-pager li.gray:hover {
  border-color: #A7A7A7;
  background-color: #fff;
}
.info-pager li.gray:hover .prev span, .info-pager li.gray:hover .next span {
  border-color: #A7A7A7;
}
/*
.pagination .page-numbers a {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1;
  font-size: var(--smp-fs);
  color: var(--y-aqua);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pagination .page-numbers a:hover {
  text-decoration: none;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 auto;
  border-top: 2px solid var(--y-aqua);
}

.pagination .page-numbers.prev {
  border-left: 2px solid var(--y-aqua);
  transform: rotate(-45deg);
  position: relative;
  left: 2px;
}
.pagination .page-numbers.next {
  border-right: 2px solid var(--y-aqua);
  transform: rotate(45deg);
  position: relative;
  right: 2px;
}
*/