@charset "UTF-8";
body {
  font-family: "Aller", "Noto Sans JP", sans-serif;
  font-size: 1.0989010989vw;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.7333333333vw;
  }
}

img {
  width: 100%;
}

a,
a:hover {
  color: #000;
}

.pc-hide,
.pc-hide-inline {
  display: none;
}

.sp-hide {
  display: block;
}

br.pc-hide {
  display: none;
}

br.sp-hide {
  display: inline;
}

@media screen and (max-width: 767px) {
  .pc-hide {
    display: block;
  }
  .pc-hide-inline {
    display: inline;
  }
  br.pc-hide {
    display: inline;
  }
  br.sp-hide {
    display: none;
  }
  .sp-hide {
    display: none;
  }
}
.page_wrapper {
  padding-top: 8.6538461538vw;
  background: #fff;
}
body.home .page_wrapper {
  padding-top: 0;
  background: #F7F6F4;
}

@media screen and (max-width: 767px) {
  .page_wrapper {
    padding-top: 21.3333333333vw;
  }
  body.page_form .page_wrapper {
    padding-top: 25.6vw;
  }
  body.home .page_wrapper {
    padding-top: 0;
  }
}
.page_wrapper.bg_yellow {
  background: #FEFFE6;
}

.b_blue {
  display: flex;
  align-items: center;
  font-size: 1.2362637363vw;
  min-width: 14.5604395604vw;
  height: 3.7087912088vw;
  border-radius: 3.7087912088vw;
  padding-left: 1.7857142857vw;
  border: solid #fff 0.0686813187vw;
  background: linear-gradient(to right, #57AEE2, #009BD9);
  color: #fff;
  transition-duration: 0.3s;
  font-weight: 600;
}
.b_blue span {
  font-size: 0.9615384615vw;
}
@media screen and (max-width: 767px) {
  .b_blue {
    height: 14.4vw;
    border-radius: 14.4vw;
    padding-left: 7.4666666667vw;
    margin: 0 auto;
    font-size: 4.8vw;
    border: solid #fff 0.2666666667vw;
  }
  .b_blue span {
    font-size: 3.7333333333vw;
  }
}
.b_blue:after {
  content: "";
  display: block;
  margin-left: 0.206043956vw;
  height: 1.7857142857vw;
  width: 1.7857142857vw;
  background: url(../img/common/arrow_maru_white_right.svg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .b_blue:after {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
    margin-left: 1.0666666667vw;
  }
}
.b_blue:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
}

.sp_btn {
  position: fixed;
  top: 4.5333333333vw;
  right: 4.2666666667vw;
  transition-duration: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .sp_btn {
    display: block;
  }
}
.sp_btn:hover {
  opacity: 0.7;
}
.sp_btn .sp_btn__open,
.sp_btn .sp_btn__close {
  width: 12.2666666667vw;
  height: 12.2666666667vw;
  border-radius: 2.1333333333vw;
  background: #57AEE2;
}
.sp_btn .sp_btn__open span,
.sp_btn .sp_btn__close span {
  display: bock;
  width: 5.8666666667vw;
  height: 0.5333333333vw;
  border-radius: 0.5333333333vw;
  background: #fff;
}
.sp_btn.open .sp_btn__open {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sp_btn.open .sp_btn__open span {
  margin: 0.8vw auto;
}
.sp_btn.open .sp_btn__close {
  display: none;
}
.sp_btn .sp_btn__close {
  display: block;
}
.sp_btn .sp_btn__close span {
  width: 6.9333333333vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.sp_btn .sp_btn__close span:last-of-type {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.sp_btn .sp_btn__open {
  display: none;
}

.news_menu {
  display: flex;
  justify-content: flex-end;
}
.news_menu li {
  width: 6.7307692308vw;
  margin-left: 0.8241758242vw;
  letter-spacing: 0.05em;
  box-sizing: border-box;
  cursor: pointer;
  transition-duration: 0.3s;
}
.news_menu li a {
  height: 2.4725274725vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1675824176vw;
  background: #fff;
  border: solid #009BD9 1px;
  border-radius: 2.4725274725vw;
  color: #009BD9;
  font-weight: 600;
  transition-duration: 0.3s;
}
@media screen and (max-width: 767px) {
  .news_menu li a {
    font-size: 4.5333333333vw;
    height: 9.6vw;
    border-radius: 9.6vw;
  }
}
.news_menu li a:hover {
  background: #009BD9;
  text-decoration: none;
  color: #fff;
}
.news_menu li.on a {
  background: #009BD9;
  color: #fff;
  cursor: auto;
  pointer-events: none;
}

.news_item {
  width: 27.4725274725vw;
  min-height: 12.6373626374vw;
  padding: 0 0.6181318681vw;
}
@media screen and (max-width: 767px) {
  .news_item {
    height: auto;
    width: 100%;
    padding: 0;
  }
}
.news_item a {
  height: 100%;
  display: flex;
  background: #fff;
  border-radius: 0.8241758242vw;
  transition-duration: 0.3s;
  padding: 1.2362637363vw;
}
.news_item a:hover {
  cursor: pointer;
  text-decoration: none;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .news_item a {
    border-radius: 4.8vw;
    padding: 4vw;
  }
}
.news_item__pic {
  overflow: hidden;
  border-radius: 0.5494505495vw;
  width: 12.2252747253vw;
  height: 10.1648351648vw;
  margin-right: 0.9615384615vw;
  aspect-ratio: 148/178;
  position: relative;
  -o-object-fit: contain;
     object-fit: contain;
}
.news_item__pic img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  .news_item__pic {
    border-radius: 3.2vw;
    width: 41.0666666667vw;
    height: 33.8666666667vw;
    aspect-ratio: 127/154;
    margin-right: 4vw;
  }
}
.news_item__txt {
  width: 11.8131868132vw;
  flex: 1;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.news_item__txt__date {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news_item__txt__date span {
  background: #009BD9;
  color: #fff;
  font-size: 0.8241758242vw;
  width: 4.532967033vw;
  height: 1.6483516484vw;
  border-radius: 1.6483516484vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .news_item__txt__date span {
    font-size: 2.6666666667vw;
    width: 14.9333333333vw;
    height: 5.6vw;
    border-radius: 5.6vw;
  }
}
.news_item__txt__date time {
  color: #009BD9;
  font-size: 0.9615384615vw;
}
@media screen and (max-width: 767px) {
  .news_item__txt__date time {
    font-size: 3.2vw;
  }
}
.news_item__txt__ttl {
  font-size: 1.0989010989vw;
  line-height: 1.5;
  padding-top: 0.4em;
}
@media screen and (max-width: 767px) {
  .news_item__txt__ttl {
    font-size: 4.2666666667vw;
  }
}
.news_item__txt__btn {
  font-size: 0.8241758242vw;
  color: #009BD9;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.news_item__txt__btn img {
  width: 2.4725274725vw;
  margin-left: 0.4120879121vw;
}
@media screen and (max-width: 767px) {
  .news_item__txt__btn {
    font-size: 2.6666666667vw;
  }
  .news_item__txt__btn img {
    width: 6.6666666667vw;
    margin-left: 1.6vw;
  }
}

.pankuzu {
  padding: 2.0604395604vw 7.0054945055vw 0;
}
@media screen and (max-width: 767px) {
  .pankuzu {
    padding: 3.2vw 4.2666666667vw 0;
  }
}
.pankuzu ul {
  font-size: 1.0989010989vw;
  display: flex;
}
@media screen and (max-width: 767px) {
  .pankuzu ul {
    font-size: 3.7333333333vw;
  }
}
.pankuzu ul li:nth-of-type(n+2) {
  margin-left: 0.8em;
}
.pankuzu ul li:nth-of-type(n+2):before {
  content: ">";
  margin-right: 0.8em;
}
.pankuzu ul li:last-of-type {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 43vw;
}

.page_header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 7.5549450549vw;
  padding: 1.9230769231vw 7.0054945055vw 1.9230769231vw;
  border-bottom: solid 0.1373626374vw #E8E2E2;
  transition-duration: 0.3s;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.open_mega .page_header {
  border-color: #009BD9;
}

body.home .page_header {
  position: absolute;
  border-color: transparent;
  background: none;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}
body.home .page_header__conts nav ul li {
  border-color: #fff;
}
body.home .page_header__conts nav ul li a {
  color: #fff;
}
body.home .page_header:hover, body.home .page_header.scr {
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.7);
}
body.home .page_header:hover .page_header__conts nav ul li, body.home .page_header.scr .page_header__conts nav ul li {
  border-color: #333;
}
body.home .page_header:hover .page_header__conts nav ul li a:not(.b_blue), body.home .page_header.scr .page_header__conts nav ul li a:not(.b_blue) {
  color: #333;
}
body.home .page_header.show {
  position: fixed;
  transition-duration: 0.2s;
  opacity: 1;
}

body.home.open_mega .page_header {
  border-color: #009BD9;
}

@media screen and (max-width: 767px) {
  .page_header {
    height: 21.3333333333vw;
    border-bottom: solid 0.5333333333vw #E8E2E2;
  }
}
.page_header .page_header__conts {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.page_header .page_header__conts nav ul {
  display: flex;
  font-size: 1.0989010989vw;
  align-items: center;
}
.page_header .page_header__conts nav ul li {
  padding: 0.3434065934vw 1.0989010989vw;
  border-left: solid #333 0.0686813187vw;
}
.page_header .page_header__conts nav ul li:first-of-type {
  border-left: none;
}
.page_header .page_header__conts nav ul li:last-of-type {
  padding: 0;
  border-left: none;
}
@media screen and (max-width: 767px) {
  .page_header .page_header__conts nav ul li:last-of-type {
    width: 36.8vw;
  }
  .page_header .page_header__conts nav ul li:last-of-type .b_blue {
    height: 9.6vw;
    border-radius: 9.6vw;
    padding-left: 5.3333333333vw;
    font-size: 2.6666666667vw;
  }
  .page_header .page_header__conts nav ul li:last-of-type .b_blue span {
    font-size: 2.6666666667vw;
  }
  .page_header .page_header__conts nav ul li:last-of-type .b_blue:after {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
.page_header .page_header__conts nav ul li a {
  letter-spacing: 0.07em;
  font-weight: 600;
  position: relative;
}
.page_header .page_header__conts nav ul li a.b_mega:after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-bottom: solid #009BD9 0.1373626374vw;
  border-right: solid #009BD9 0.1373626374vw;
  position: absolute;
  bottom: -0.6181318681vw;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  transition-duration: 0.2s;
}
.open_mega .page_header .page_header__conts nav ul li a.b_mega:after {
  bottom: -0.8241758242vw;
  transform: translate(-50%) rotate(-135deg);
}

.page_header__logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 35.1648351648vw;
}
@media screen and (max-width: 767px) {
  .page_header__logo {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}
.page_header__logo img {
  width: 16.3461538462vw;
}
@media screen and (max-width: 767px) {
  .page_header__logo img {
    width: 48vw;
    margin-bottom: 1.6vw;
  }
}
.page_header__logo span {
  font-size: 1.0989010989vw;
  color: #009BD9;
  letter-spacing: 0.08em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .page_header__logo span {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 767px) {
  .page_header__logo img {
    width: 35.2vw;
  }
}
.page_header .sp_btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .page_header {
    padding: 4.8vw 0;
    background: #fff;
  }
  body.home .page_header {
    padding: 4.8vw 0;
    background: #fff;
  }
  .page_header .sp_btn {
    display: block;
  }
}

.product_mega {
  position: fixed;
  top: 7.5549450549vw;
  z-index: 10;
  width: 100%;
  display: none;
  /*height:calc.pxtovw(358,1456);*/
  padding: 2.7472527473vw 7.0054945055vw 2.8846153846vw;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 0 0 0.5494505495vw 0.5494505495vw;
}
.product_mega__ttl {
  text-align: center;
  letter-spacing: 0.08em;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.2362637363vw;
  position: relative;
}
.product_mega__ttl > span {
  margin-bottom: 0.5494505495vw;
  font-size: 1.2362637363vw;
  font-weight: 700;
  color: #009BD9;
}
.product_mega__ttl p {
  font-size: 1.9230769231vw;
  font-weight: 600;
}
.product_mega__ttl div {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.0604395604vw;
  height: 2.0604395604vw;
  padding: 0.9615384615vw 0;
  transition-duration: 0.3s;
  cursor: pointer;
}
.product_mega__ttl div:hover {
  opacity: 0.7;
}
.product_mega__ttl div span {
  width: 100%;
  height: 0.1373626374vw;
  display: block;
  background: #009BD9;
  position: absolute;
  transform: rotate(45deg);
}
.product_mega__ttl div span:last-of-type {
  transform: rotate(-45deg);
}
.product_mega__body {
  display: flex;
  justify-content: space-between;
}
.product_mega__body a {
  width: 25.9615384615vw;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-weight: 600;
  font-size: 1.2362637363vw;
}
.product_mega__body a img {
  margin-bottom: 0.8928571429vw;
  width: 100%;
  border-radius: 0.5494505495vw;
}

.page_footer {
  position: relative;
  background: #9D9D9C;
  color: #fff;
}
.page_footer__conts {
  padding: 4.532967033vw 7.0054945055vw 3.1593406593vw;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page_footer__conts {
    flex-direction: column;
    align-items: center;
    padding: 13.8666666667vw 4.2666666667vw 13.3333333333vw;
  }
}
.page_footer__conts .logo {
  display: flex;
  align-items: center;
  line-height: 1;
}
.page_footer__conts .logo img {
  width: 16.3461538462vw;
}
.page_footer__conts .logo span {
  padding-left: 1.6483516484vw;
}
@media screen and (max-width: 767px) {
  .page_footer__conts .logo {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 54.4vw;
  }
  .page_footer__conts .logo img {
    width: 54.4vw;
    margin-bottom: 3.2vw;
  }
  .page_footer__conts .logo span {
    padding-left: 0;
    font-size: 3.4666666667vw;
  }
}
.page_footer__conts ul {
  display: flex;
  font-size: 1.0989010989vw;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .page_footer__conts ul {
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 5.3333333333vw;
    width: 100%;
    margin: 9.6vw 0 0;
    width: 74.6666666667vw;
    position: relative;
  }
  .page_footer__conts ul:before {
    height: 0.5333333333vw;
    width: 74.6666666667vw;
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    background: #fff;
    transform: translateY(-50%);
  }
}
.page_footer__conts ul li {
  padding: 0.3434065934vw 1.0989010989vw;
  border-left: solid #fff 0.0686813187vw;
}
.page_footer__conts ul li:first-of-type {
  border-left: none;
}
@media screen and (max-width: 767px) {
  .page_footer__conts ul li {
    width: 45%;
    font-size: 4.8vw;
    padding: 5.8666666667vw 0;
    border-left: none;
    text-align: center;
  }
}
.page_footer__conts ul li.contact {
  padding: 0;
  border-left: none;
}
.page_footer__conts ul li a {
  letter-spacing: 0.07em;
  font-weight: 600;
  color: #fff;
}
.page_footer__conts__logo {
  width: 16.3461538462vw;
}
@media screen and (max-width: 767px) {
  .page_footer__conts__logo {
    width: 63.4666666667vw;
    margin: 0 auto;
  }
}
.page_footer__iso {
  text-align: center;
  font-size: 0.9615384615vw;
  padding-bottom: 1em;
  line-height: 1;
  border-bottom: solid #fff 0.1373626374vw;
}
@media screen and (max-width: 767px) {
  .page_footer__iso {
    font-size: 3.7333333333vw;
    letter-spacing: 0;
    border-width: 0.5333333333vw;
  }
}
.page_footer__copy {
  padding: 1.6483516484vw 0;
  font-size: 0.9615384615vw;
  line-height: 1;
  display: flex;
  justify-content: center;
}
.page_footer__copy ul {
  display: flex;
  justify-content: center;
}
.page_footer__copy ul li {
  margin-left: 1.8em;
}
.page_footer__copy ul li a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page_footer__copy {
    font-size: 3.4666666667vw;
    padding: 6.9333333333vw 0 10.6666666667vw;
    display: block;
    text-align: center;
  }
  .page_footer__copy p {
    letter-spacing: 0.06em;
  }
  .page_footer__copy ul {
    padding: 6.9333333333vw 0 0;
  }
  .page_footer__copy ul li {
    margin: 0 0.8em;
  }
}

.top_btn {
  position: fixed;
  z-index: 100;
  right: 10.989010989vw;
  width: 4.4642857143vw;
  background: rgba(255, 255, 255, 0.8);
  transition-duration: 0.3s;
  box-sizing: content-box;
  padding: 0.5vw;
  border-radius: 0.6868131868vw;
  top: auto;
  bottom: 12vw;
}
.home .top_btn {
  bottom: auto;
  top: 79.1208791209vw;
}
.home .top_btn.bottom {
  top: auto;
  bottom: 12vw;
}
@media screen and (max-width: 767px) {
  .home .top_btn {
    top: auto;
    bottom: 32vw;
  }
  .home .top_btn.bottom {
    top: auto;
    bottom: 4vw;
  }
}

@media screen and (max-width: 767px) {
  .top_btn {
    width: 8.4745762712vw;
    right: 4vw;
    bottom: 30vw;
    border-radius: 0.5215123859vw;
  }
  .top_btn.bottom {
    top: auto;
    bottom: 30vw;
  }
}

/**
.spmenu
*/
.spmenu_bg {
  width: 100vw;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  background: #BABABA;
  z-index: 1000;
  mix-blend-mode: multiply;
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.2s;
}
body.show_spmenu .spmenu_bg {
  opacity: 1;
  visibility: visible;
}

.spmenu {
  width: 85.3333333333vw;
  height: 100dvh;
  padding: 22.9333333333vw 4.2666666667vw 0 10.1333333333vw;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1001;
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(100%);
  visibility: hidden;
  transition-duration: 0.3s;
  transition-delay: 0.3s;
}
.spmenu__cont__item {
  border-top: solid 0.5333333333vw #9D9D9C;
}
.spmenu__cont__item--product {
  height: auto;
  padding-bottom: 6.4vw;
}
.spmenu__cont__item:last-of-type {
  border-bottom: solid 0.5333333333vw #9D9D9C;
}
.spmenu__cont__item > a {
  height: 18.6666666667vw;
  font-size: 5.3333333333vw;
  color: #3B3B3B;
  line-height: 1;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.spmenu__cont__item > a:after {
  content: "";
  width: 0.4em;
  height: 0.4em;
  display: inline-block;
  border-top: solid #009BD9 0.4533333333vw;
  border-right: solid #009BD9 0.4533333333vw;
  transform: translateX(50%) rotate(45deg);
}
.spmenu__cont__item .product_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -2.6666666667vw;
}
.spmenu__cont__item .product_flex p {
  font-size: 3.2vw;
  width: 33.3333333333vw;
  text-align: center;
  font-weight: bold;
}
.spmenu__cont__item .product_flex p:last-of-type {
  margin-top: 3.7333333333vw;
}
.spmenu__cont__item .product_flex p img {
  border-radius: 1.3333333333vw;
  border: solid 0.2666666667vw #D6CACA;
  margin-bottom: 2.1333333333vw;
  transition-duration: 0.3s;
}
.spmenu__cont__item .product_flex p img:hover {
  opacity: 0.7;
}
body.show_spmenu .spmenu {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

/*
*pager
*/
.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3.4340659341vw;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 8.5333333333vw;
  }
}
.wp-pagenavi a, .wp-pagenavi .current {
  margin: 0 0.4120879121vw;
  cursor: pointer;
  font-weight: bold;
  transition-duration: 0.3s;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi a, .wp-pagenavi .current {
    margin: 0 0.88vw;
  }
}
.wp-pagenavi a:hover, .wp-pagenavi .current:hover {
  opacity: 0.6;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  width: 4.2582417582vw;
  height: 2.1978021978vw;
  border-radius: 0.5494505495vw;
  border: none;
  background: #222;
  color: #fff;
  font-size: 1.0989010989vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    width: 11.7333333333vw;
    height: 5.6vw;
    border-radius: 1.6vw;
    font-size: 3.2vw;
  }
}
.wp-pagenavi .previouspostslink.die,
.wp-pagenavi .nextpostslink.die {
  pointer-events: none;
  background: #ddd;
}
.wp-pagenavi .page, .wp-pagenavi .current {
  width: 2.6098901099vw;
  height: 2.6098901099vw;
  border-radius: 2.6098901099vw;
  border: solid #777 0.0686813187vw;
  background: #fff;
  color: #716C6C;
  font-size: 1.0989010989vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi .page, .wp-pagenavi .current {
    width: 5.6vw;
    height: 5.6vw;
    border-radius: 5.6vw;
    border: solid #777 0.1333333333vw;
    font-size: 3.2vw;
  }
}
.wp-pagenavi .current {
  pointer-events: none;
  background: #ccc;
  color: #fff;
  border: none;
}

/*
関連記事
*/
.related {
  background: #F7F6F4;
  border-radius: 1.2362637363vw;
  padding: 3.5027472527vw 3.5714285714vw 3.1593406593vw;
  margin: 0 7.0054945055vw 4.3956043956vw;
}
@media screen and (max-width: 767px) {
  .related {
    border-radius: 4.8vw 0 0 4.8vw;
    padding: 9.3333333333vw 9.0666666667vw;
    margin: 0 0 12vw 4.2666666667vw;
  }
}
.related h2 {
  color: #009BD9;
  font-size: 1.6483516484vw;
  font-weight: bold;
  margin-bottom: 1.6483516484vw;
}
@media screen and (max-width: 767px) {
  .related h2 {
    font-size: 5.3333333333vw;
    margin-bottom: 6.4vw;
  }
}
@media screen and (max-width: 767px) {
  .related__conts {
    overflow-x: scroll;
    width: 86.6666666667vw;
  }
}
.related__conts .related__conts__box {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .related__conts .related__conts__box {
    width: auto;
    justify-content: flex-start;
  }
}
.related__conts__item {
  width: 13.8736263736vw;
}
.related__conts__item:not(:last-of-type) {
  margin-right: 2.1978021978vw;
}
@media screen and (max-width: 767px) {
  .related__conts__item {
    width: 44.2666666667vw;
  }
  .related__conts__item:not(:last-of-type) {
    margin-right: 6.9333333333vw;
  }
}
.related__conts__item a {
  text-decoration: none;
  transition-duration: 0.3s;
}
.related__conts__item a:hover {
  opacity: 0.7;
}
.related__conts__item .pic {
  margin-bottom: 0.7554945055vw;
  position: relative;
  height: 13.8736263736vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.related__conts__item .pic img {
  border-radius: 0.8241758242vw;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .related__conts__item .pic {
    margin-bottom: 4.8vw;
    height: 44vw;
  }
  .related__conts__item .pic img {
    border-radius: 3.2vw;
  }
}
.related__conts__item h3 {
  color: #009BD9;
  font-size: 0.9615384615vw;
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .related__conts__item h3 {
    font-size: 3.2vw;
  }
}
.related__conts__item .msg {
  padding-top: 0.3em;
  font-size: 1.0989010989vw;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .related__conts__item .msg {
    font-size: 4.2666666667vw;
  }
}
.related__conts__item .see_detail {
  border-top: #009BD9 solid 0.1373626374vw;
  font-size: 0.9615384615vw;
  color: #009BD9;
  margin-top: 0.8em;
  padding: 0.8em 0;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .related__conts__item .see_detail {
    font-size: 2.9333333333vw;
  }
}

/**
ページング
*/
.pageing_wrapper ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pageing_wrapper ul li {
  font-size: 1.0989010989vw;
  width: 2.4em;
  height: 2.4em;
  aspect-ratio: 1/1;
  margin: 0.4120879121vw;
}
.pageing_wrapper ul li a {
  display: flex;
  align-items: center;
  height: 100%;
  background: #009BD9;
  color: #fff;
  border-radius: 100%;
  justify-content: center;
  border: solid 0.2747252747vw #009BD9;
  transition-duration: 0.3s;
  text-decoration: none;
}
.pageing_wrapper ul li a:hover {
  background: #4eb2da;
}
.pageing_wrapper ul li a.current {
  border: solid 0.2747252747vw #009BD9;
  background: #fff;
  color: #009BD9;
  pointer-events: none;
  cursor: auto;
}/*# sourceMappingURL=common.css.map */