.mv-blog-detail {
  margin-right: 20px;
}

.blog__btn {
  max-width: 212px;
  margin-left: auto;
  display: inline-block;
  display: block;
}

.blog__btn img {
  width: 100%;
}

.privacy__title {
  margin-bottom: 10px;
}

.bg-tree.-com {
  padding-top: 50px;
}

.privacy__prof {
  margin-left: -30px;
}

.footer__main {
  margin-right: 70px;
  width: 50%;
}

.footer__g-nav {
  margin-top: 80px;
  width: 50%;
}

.g-nav__titleList.-footer {
  width: 45%;
}

.g-nav__titleList.-right.-footer {
  width: 50%;
}

.u-ml40 {
  margin-left: 40px;
}

.com-season.-board-game {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media screen and (max-width: 767px) {
  .bg-tree.-com {
    padding-top: 30px;
  }
  .com-season__img {
    margin-left: auto;
    margin-right: auto;
  }
}
.hamburger:hover {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .mv-blog-detail {
    margin-top: 50px;
  }
  .mv-blog {
    margin-top: 50px;
  }
  .blog__btn {
    max-width: 180px;
  }
  .contact.-company {
    background-color: #E56B2D;
  }
  input[type=submit] {
    width: 280px !important;
    margin-left: auto;
    margin-right: auto;
  }
  .js-nav {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .g-nav__titleList {
    width: 100%;
  }
  .g-nav__titleList.-right {
    width: 100%;
  }
  .u-mb60-sp {
    margin-bottom: 20px;
  }
  .footer__main {
    width: auto;
    margin-top: 10px;
    margin-right: 0;
  }
  .contact-btnUnder__btn {
    width: 210px;
  }
  .top-blog__btn {
    max-width: 212px;
  }
  .privacy {
    border-radius: 10px;
  }
}
input[type=submit] {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.u-mb60-sp {
  margin-bottom: 60px;
}

.mw_wp_form.mw_wp_form_complete {
  text-align: center;
  padding: 50px;
}

.fade-in {
  opacity: 0;
  transition-duration: 1.5s;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

.fade-in-mv {
  -webkit-animation: fade-in 2s;
          animation: fade-in 2s;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
    transform: translate(50px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
    transform: translate(50px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.pagination {
  display: block;
  max-width: 300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.nav-links {
  display: flex;
  justify-content: space-between;
  font-family: "BIZ UDGothic";
  font-weight: bold;
  color: #000;
}

.prev.page-numbers {
  position: relative;
}
.prev.page-numbers::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 5px 8.7px 5px 0;
  border-color: transparent #070707 transparent transparent;
}

.next.page-numbers {
  position: relative;
}
.next.page-numbers::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #070707;
}

.page-numbers.current {
  border-bottom: 2px solid #E56B2D;
}

.blog__textBox {
  max-width: 866px;
  width: 100%;
}

.suggest {
  max-width: 423px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .suggest {
    max-width: 100%;
    width: 100%;
  }
}

.suggest__item {
  justify-content: flex-start;
}

.blog-content__main {
  max-width: 730px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .blog-content__main {
    max-width: 100%;
    width: 100%;
  }
}

.blog__box {
  justify-content: flex-start;
}

.post__pagination {
  margin-top: 100px;
  display: flex;
  justify-content: center;
}

.post__pagination__left__text {
  font-size: 18px;
  font-weight: bold;
  margin-right: 86px;
  position: relative;
  display: inline-block;
  width: 200px;
  padding: 16px 0;
  text-align: center;
  background-color: #ECEADC;
  color: #1B224C;
  border-radius: 200px;
}
@media screen and (max-width: 767px) {
  .post__pagination__left__text {
    font-size: 11px;
    width: 117px;
    margin-right: 40px;
  }
}
.post__pagination__left__text::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 13px 7.5px 0;
  border-color: transparent #707070 transparent transparent;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
}
@media screen and (max-width: 767px) {
  .post__pagination__left__text::before {
    left: 10px;
  }
}

.post__pagination__right__text {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  width: 200px;
  padding: 16px 0;
  text-align: center;
  background-color: #0F6B99;
  color: #fff;
  border-radius: 200px;
}
@media screen and (max-width: 767px) {
  .post__pagination__right__text {
    font-size: 11px;
    width: 117px;
  }
}
.post__pagination__right__text::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 13px;
  border-color: transparent transparent transparent #ffffff;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}
@media screen and (max-width: 767px) {
  .post__pagination__right__text::after {
    right: 10px;
  }
}

.btn-contact__btn:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1300px) {
  .greeting__message {
    left: -100px;
  }
}
@media screen and (max-width: 1000px) {
  .greeting__message {
    left: -70px;
  }
}

.service__inner {
  padding-left: 40px;
  padding-right: 40px;
}

.contact-table {
  margin-top: 30px;
}

.privacy {
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .privacy__title.-company::before {
    top: 63%;
  }
}

@media screen and (max-width: 500px) {
  .privacy__text {
    font-size: 2.88vmin;
  }
}

.g-nav__title.u-mb60 a,
.g-nav__title.u-mb60-sp a {
  opacity: 1;
}

@media screen and (max-width: 500px) {
  .section-title {
    font-size: 4.1vmin;
  }
}

@media screen and (max-width: 500px) {
  .bg-tree__text {
    font-size: 3.1vmin;
  }
}

@media screen and (max-width: 500px) {
  .flex-under__text {
    font-size: 4vmin;
  }
}

@media screen and (max-width: 500px) {
  .com-flow__text {
    font-size: 3.1vmin;
  }
}

@media screen and (max-width: 767px) {
  .footer__text {
    margin-left: auto;
    margin-right: auto;
  }
}

.bg-tree__text {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .mv-asquest {
    height: 85.3333vw;
  }
}

.contact-table {
  width: 100%;
}

.privacy__title {
  padding-left: 20px;
}

.privacy__title::before {
  left: 0;
  height: 40px;
}/*# sourceMappingURL=style2.css.map */