@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;900&family=Noto+Serif+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --font-family--gothic: "Noto Sans JP", sans-serif;
  --font-family--min: "Noto Serif JP", serif;
  --color-black: #141d2a;
  --color-dark: #333;
  --color-green: #66cc99;
  --color-blue: #2d99cd;
  --color-sky: #1689cc;
  --color-red: #ff3333;
  --color-button-bg: #0099cc;
  --gradation-background: rgb(9, 129, 206);
  --gradation-blue: linear-gradient(90deg, rgba(0,0,153, 1) 0%, rgba(45,153,205, 1) 100%);
  --gradation-blue-normal-background: rgb(22, 137, 204);
  --gradation-blue-normal: linear-gradient(90deg, rgba(22, 137, 204, 1) 0%, rgba(22, 137, 204, 1) 100%);
  --gradation-background-2: rgb(7, 72, 169, 1);
  --gradation-blue-2: linear-gradient(90deg, rgba(9, 152, 211, 1) 0%, rgba(7, 72, 169, 1) 100%);
}

:root {
  --delay: 0;
  --duration: 1200ms;
  --iterations: 1;
}

html, body {
  font-family: var(--font-family--gothic);
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  line-height: 1.5;
}
@media (min-width: 992px) {
  .sp {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .tablet {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .pc {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .pc {
    display: none !important;
  }
}

a {
  color: #333;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

p {
  line-height: 2;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1224px;
  }
}

button {
  padding: 0;
  background-color: transparent;
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  padding-left: 20px;
  padding-right: 20px;
}

.page-header.has-image {
  height: 40vw;
  position: relative;
}
@media (min-width: 992px) {
  .page-header.has-image {
    height: 280px;
  }
}
.page-header.has-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-header.has-image .page-header-inner {
  position: absolute;
  width: 100%;
}

.global-nav-list > li:hover:before, .global-nav-list > li[class*=current]:where(:not(.menu-item-anchor)):before {
  width: 0;
}

.device-pc .global-nav-list > li > a:hover {
  color: var(--color-blue);
  text-decoration: underline;
}
@media (min-width: 992px) {
  .post-type-archive-case .main-section--col--two .vk_posts, .tax-case-cat .main-section--col--two .vk_posts {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2em;
  }
}
@media (min-width: 1200px) {
  .post-type-archive-case .main-section--col--two .vk_posts, .tax-case-cat .main-section--col--two .vk_posts {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .post-type-archive-case .main-section--col--two .vk_posts .vk_post, .tax-case-cat .main-section--col--two .vk_posts .vk_post {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .post-type-archive-case .main-section--col--two .vk_post.media.vk_post-case, .tax-case-cat .main-section--col--two .vk_post.media.vk_post-case {
    margin: 0;
  }
}

.vk_post.media.vk_post-case {
  flex-direction: column;
  border: 1px solid var(--vk-color-border-hr, #e5e5e5);
  padding: 1em !important;
}
@media (min-width: 992px) {
  .vk_post.media.vk_post-case.vk_post-col-sm-12 {
    padding: 1em;
  }
}
.vk_post.media.vk_post-case .media-img {
  width: 100%;
  margin-bottom: 1em;
}
.vk_post.media.vk_post-case .media-body {
  width: 100%;
}

.site-body .c-faq__container {
  padding: 10px;
}
@media (min-width: 992px) {
  .site-body .c-faq__container {
    padding: 15px;
  }
}
.site-body .c-faq-row {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .site-body .c-faq-row {
    margin-bottom: 24px;
  }
}
.site-body .c-faq-row__title {
  align-items: flex-start;
  gap: 6px;
  font-size: 16px;
  margin-bottom: 5px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .site-body .c-faq-row__title {
    font-size: 18px;
    gap: 8px;
  }
}
.site-body .c-faq-row__title::before {
  content: "Q.";
  color: orangered;
  width: 20px;
  height: auto;
}
.site-body .c-faq-row__title::after {
  display: none;
}
.site-body .c-faq-row__body {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  overflow: hidden;
  transition: height 0.5s ease, opacity 0.5s ease;
  height: 0;
  opacity: 0;
}
.site-body .c-faq-row__body::before {
  content: "A.";
  flex-shrink: 0;
  width: 1.2em;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.site-body .c-faq-row__body.active {
  height: auto;
  opacity: 1;
}
.site-body .c-faq-row__body p {
  line-height: 1.6;
}

.wpcf7-form {
  max-width: 920px;
  margin: auto;
}
.wpcf7-form .require {
  background: #cc0000;
  font-size: 0.88em;
  color: white;
  padding: 0 6px;
  margin-left: 0.5em;
  display: inline-block;
}
.wpcf7-form .privacy-area .wpcf7-list-item {
  margin: 0;
}
.wpcf7-form .privacy-area .require {
  font-size: 11px;
  font-weight: bold;
  line-height: 1.6;
}
@media (min-width: 992px) {
  .wpcf7-form .privacy-area .require {
    font-size: 12px;
  }
}
.wpcf7-form .button-area {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 24px;
}
.wpcf7-form .button-area .wpcf7-spinner {
  position: absolute;
}
.wpcf7-form input[type=date].wpcf7-not-valid, .wpcf7-form input[type=email].wpcf7-not-valid, .wpcf7-form input[type=number].wpcf7-not-valid, .wpcf7-form input[type=password].wpcf7-not-valid, .wpcf7-form input[type=tel].wpcf7-not-valid, .wpcf7-form input[type=text].wpcf7-not-valid, .wpcf7-form input[type=url].wpcf7-not-valid, .wpcf7-form select.wpcf7-not-valid, .wpcf7-form textarea.wpcf7-not-valid {
  border-color: #dc3232;
  background: rgba(255, 0, 0, 0.03);
}

.p-contact__table {
  border: none;
  margin-bottom: 2em;
}
.p-contact__table th, .p-contact__table td {
  display: block;
  border: none;
  text-align: left;
}
@media (min-width: 992px) {
  .p-contact__table th, .p-contact__table td {
    display: table-cell;
    border-bottom: 1px solid #ddd;
    padding: 1rem;
  }
}
.p-contact__table th {
  position: relative;
}
.p-contact__table th .require {
  position: absolute;
  margin-right: 10px;
}
.p-contact__table td {
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.5em;
}

.site-body h2 {
  font-size: 26px;
  text-align: center;
  position: relative;
  padding-bottom: 26px;
}
@media (min-width: 992px) {
  .site-body h2 {
    font-size: 34px;
  }
}
.site-body h2::after {
  content: "";
  width: 46px;
  height: 22px;
  background: url("../images/icons/deco_h2.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: calc(50% - 23px);
}
.site-body h3 {
  font-size: 21px;
  display: flex;
  align-items: center;
  gap: 13px;
  position: relative;
}
@media (min-width: 992px) {
  .site-body h3 {
    font-size: 30px;
  }
}
.site-body h3::before {
  content: "";
  width: 23px;
  height: 23px;
  background: url("../images/icons/mark_ring.png") center center no-repeat;
  background-size: contain;
}
.site-body h4 {
  display: grid;
  place-content: center;
  height: 50px;
  background: #454f5b;
  font-size: 16px;
  color: white;
  border-top: 4px solid var(--color-blue);
  padding: 0.5em;
}
@media (min-width: 992px) {
  .site-body h4 {
    font-size: 22px;
    height: 68px;
    border-top-width: 6px;
  }
}
.site-body h5 {
  display: grid;
  place-content: center;
  justify-content: flex-start;
  height: 36px;
  background: #c4dde9;
  font-size: 14px;
  color: #333333;
  padding-left: 1.2em;
  position: relative;
}
@media (min-width: 992px) {
  .site-body h5 {
    font-size: 18px;
    height: 48px;
  }
}
.site-body h5::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #454f5b;
  position: absolute;
  left: 0;
  top: calc(50% - 4px);
}
@media (min-width: 992px) {
  .site-body h5::before {
    width: 12px;
    height: 12px;
    top: calc(50% - 6px);
  }
}
.site-body h5:where(:not(.wp-block-post-title)) {
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .main-section > .vk_posts > .vk_post-col-lg-12 .vk_post_title {
    font-size: 16px;
    height: 42px;
  }
}

.site-body ol {
  counter-reset: list-number;
}
.site-body ol li {
  list-style: none;
  counter-increment: list-number;
  display: flex;
  gap: 20px;
  font-size: 14px;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
@media (min-width: 992px) {
  .site-body ol li {
    font-size: 18px;
  }
}
.site-body ol li::before {
  flex-shrink: 0;
  content: counter(list-number);
  display: grid;
  place-content: center;
  width: 20px;
  height: 20px;
  background: #454f5b;
  border-radius: 2px;
  font-size: 13px;
  color: white;
  line-height: 1;
}
@media (min-width: 992px) {
  .site-body ol li::before {
    width: 26px;
    height: 26px;
    border-radius: 4px;
    font-size: 18px;
  }
}

.wp-block-button__link {
  font-size: 13px;
  font-weight: bold;
  color: var(--color-blue);
}
@media (min-width: 992px) {
  .wp-block-button__link {
    font-size: 15px;
  }
}
.wp-block-button__link:hover {
  color: white;
}

.wp-block-button .wp-block-button__link {
  display: grid;
  place-content: center;
  width: 220px;
  height: 48px;
  padding: 0;
  background: #f8fbfe;
  border: 1px solid var(--color-blue);
  position: relative;
}
@media (min-width: 992px) {
  .wp-block-button .wp-block-button__link {
    width: 250px;
    height: 56px;
    max-width: 100%;
  }
}
.wp-block-button .wp-block-button__link::after {
  content: "→";
  font-size: 18px;
  font-weight: 100;
  color: var(--color-blue);
  width: 1em;
  height: 1em;
  position: absolute;
  right: 17px;
  top: calc(50% - 0.5em);
  display: grid;
  place-content: center;
}
@media (min-width: 992px) {
  .wp-block-button .wp-block-button__link::after {
    font-size: 20px;
  }
}
.wp-block-button .wp-block-button__link:hover {
  background: var(--color-blue);
  filter: none;
}
.wp-block-button .wp-block-button__link:hover::after {
  color: white;
}

.wp-block-buttons .wp-block-button__link {
  border-radius: 0;
}
.wp-block-buttons > .wp-block-button {
  margin: 0 auto;
}
@media (min-width: 992px) {
  .wp-block-buttons > .wp-block-button {
    margin: 0;
  }
}

.c-button {
  font-size: 13px;
  font-weight: bold;
  color: var(--color-blue);
  display: grid;
  place-content: center;
  width: 220px;
  height: 48px;
  padding: 0;
  background: #f8fbfe;
  border: 1px solid var(--color-blue);
  position: relative;
}
@media (min-width: 992px) {
  .c-button {
    font-size: 15px;
    width: 250px;
    height: 56px;
    max-width: 100%;
  }
}
.c-button:hover {
  color: white;
}
.c-button::after {
  content: "→";
  font-size: 18px;
  font-weight: 100;
  color: var(--color-blue);
  width: 1em;
  height: 1em;
  position: absolute;
  right: 17px;
  top: calc(50% - 0.5em);
  display: grid;
  place-content: center;
}
@media (min-width: 992px) {
  .c-button::after {
    font-size: 20px;
  }
}
.c-button:hover {
  background: var(--color-blue);
  filter: none;
}
.c-button:hover::after {
  color: white;
}

.wp-block-table table {
  font-size: 11px;
}
@media (min-width: 992px) {
  .wp-block-table table {
    font-size: 15px;
  }
}
.wp-block-table table th, .wp-block-table table td {
  border-style: solid;
  border-color: #b2b1b1;
}
.wp-block-table table th {
  background: #454f5b;
  color: white;
  border-width: 1px;
}
.wp-block-table table td {
  border-width: 1px;
}
.wp-block-table table tr:nth-child(odd) {
  background: #eaebed;
}

@media (min-width: 992px) {
  .vk_post .media-img {
    width: 25%;
  }
}

@media (min-width: 992px) {
  .sub-section .vk_post .media-img {
    width: 35%;
  }
}
.sub-section .vk_post .vk_post_title {
  height: auto;
}

.site-body .c-category-widget__title {
  border: none;
  font-size: 18px;
  padding: 0.3em 0;
  color: #fff;
  background-color: var(--vk-color-primary);
}
.site-body .c-category-widget__list {
  list-style: none;
  font-weight: 500;
  padding: 0.8em 1em;
  background: #f7f7f7;
}
.site-body .c-category-widget__list-item {
  margin: 0;
}
.site-body .c-category-widget__list-item a {
  text-decoration: none;
}
.site-body .c-category-widget__list .c-category-widget__list {
  padding-left: 1em;
  margin-bottom: 0;
}

/*reset*/
.entry-title--post-type--page,
h2:where(:not(.wp-block-post-title)) {
  padding: 0;
  border-top: 0;
  border-bottom: 0;
}

.site-footer-title,
.sub-section-title,
h3:where(:not(.wp-block-post-title)) {
  position: relative;
  border-bottom: 0;
  background: 0 0;
  padding: 0;
  border-radius: 0;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.site-body h3 {
  display: block !important;
}

.site-body h3::before {
  display: none !important;
}

h3:where(:not(.wp-block-post-title)):after {
  display: none;
}

ul {
  margin: 0;
  padding-left: 0;
}

ul#menu-header-navigation li a:hover {
  color: #0c985b;
}

/*common*/
body {
  font-family: "Roboto", sans-serif;
}

html {
  scroll-behavior: smooth;
}

.container {
  max-width: 1240px;
  width: 100%;
}

.box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.box .card {
  width: 33.33%;
  border: 0;
  border-radius: 0;
}

.sp_only {
  display: none;
}

/*page*/
.page-header {
  color: #fff;
  background-color: #0c985b;
  /* display: none; */
}

a.btn.btn-sm.btn-primary.vk_post_btn {
  background-color: #0c985b;
}

.card-intext .card-intext-inner .vk_post_body {
  background-color: rgba(12, 152, 91, 0.5);
}

.site-body h5 {
  background-color: transparent;
}

.site-body h5::before {
  width: 3px;
  height: 16px;
  background: #0c985b;
  top: calc(50% - 9px);
}

.vk_post_title_new {
  color: #fafafa;
}

.vk_post .vk_post_title {
  font-size: 16px;
}

/*button*/
.button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 12px;
  width: 252px;
  height: 52px;
  border: 2px solid #fd7343;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #fd7343;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
}
.button a {
  color: #fd7343;
  width: 100%;
  height: 100%;
  display: block;
  margin-bottom: 2px;
}
.button a:hover {
  text-decoration: none;
}
.button::after {
  display: block;
  content: "";
  position: absolute;
  right: 4px;
  bottom: 4px;
  border-left: 18px solid transparent;
  border-bottom: 18px solid #fd7343;
  height: 0;
  width: 0;
}

.site-header_button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10.8px 46.2px;
  width: 222px;
  height: 54px;
  border: 2.7px solid #fd7343;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #fff;
  margin: 0 auto;
  position: relative;
  background-color: #fd7343;
}
.site-header_button a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: block;
}
.site-header_button::after {
  display: block;
  content: "";
  position: absolute;
  right: 4px;
  bottom: 4px;
  border-left: 18px solid transparent;
  border-bottom: 18px solid #fff;
  height: 0;
  width: 0;
}

.card a:hover {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.site-header_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/*header*/
.site-header {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}
.site-header .site-header-logo {
  padding-top: 15px;
  margin-bottom: 10px;
}
.site-header .site-header-logo img {
  margin: 0 auto;
}
.site-header .header-logo-bottom {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.04em;
  color: #0c985b;
}
.site-header .header-logo-bottom a {
  color: #0c985b;
}
.site-header .lang {
  height: auto;
  display: flex;
  align-items: center;
  margin-left: 38px;
}
.site-header .lang .circle {
  background-color: #0c985b;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.04em;
}

.site-footer {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
}

/*Main Visual*/
.main-visual-sp {
  display: none;
}

.main-visual-pc {
  display: block;
}

@media screen and (max-width: 480px) {
  .main-visual-sp {
    display: block;
  }
  .main-visual-pc {
    display: none;
  }
}
.p-front-hero__container {
  padding-bottom: 0;
  margin-bottom: 72px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  margin: 32px 0 27px;
  position: relative;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #b4c2d0 !important;
}

.swiper-pagination-bullet-active {
  background: #0c985b !important;
}

h2.section_ttl {
  font-family: Roboto;
  font-weight: 700;
  font-size: 34px;
  height: 40px;
  line-height: 39.84px;
  letter-spacing: 0.04px;
  text-align: center;
  color: #0c985b;
  width: fit-content;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
h2.section_ttl::before {
  height: 2px;
  width: 52px;
  background-color: #0c985b;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 2px;
  margin: auto;
  right: 112%;
}
h2.section_ttl::after {
  height: 2px;
  width: 52px;
  background-color: #0c985b;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 2px;
  margin: auto;
  left: 112%;
}

/*ourgames*/
section.ourgames {
  margin-bottom: 60px;
  margin-top: 32px;
  /* ページネーション */
}
section.ourgames h2.section_ttl {
  margin-bottom: 64px;
}
section.ourgames .box {
  gap: 36px;
  row-gap: 64px;
}
section.ourgames .box .card {
  max-width: 376px;
  min-width: 376px;
  width: 33.333%;
}
section.ourgames .box .card h3 {
  font-family: Roboto;
  font-weight: 700;
  font-size: 24px;
  line-height: 28.13px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #0c985b;
  text-align: center;
  margin-bottom: 24px;
}
section.ourgames .box .card .card_image {
  height: 212px;
  width: 100%;
  margin-bottom: 16px;
}
section.ourgames .box .card .card_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.ourgames .box .card .card_text {
  margin-bottom: 40px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.04em;
  color: #333333;
  min-height: 84px;
}
section.ourgames .gamesSwiper .swiper-pagination-bullet {
  background-color: #fff !important;
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  transition: transform 0.2s linear;
  width: 32px;
  border-radius: 0;
  border: 1px solid #ccc;
}
section.ourgames .gamesSwiper .swiper-pagination-bullet-active {
  background-color: #ccc !important;
  color: #333;
  border: 1px solid #ccc;
}
section.ourgames .gamesSwiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
section.ourgames .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 80px 6px 20px;
}

/*news*/
section.news {
  padding: 96px 0;
  background-color: #f8f8f8;
  margin-bottom: 72px;
}
section.news h2.section_ttl {
  margin-bottom: 48px;
  height: 40px;
  width: 238px;
  padding-left: 68px;
  padding-right: 68px;
  white-space: nowrap;
  text-align: center;
}
section.news h2.section_ttl::before {
  left: 0;
  right: auto;
}
section.news h2.section_ttl::after {
  right: 0;
  left: auto;
}
section.news h2.section_ttl a:hover {
  color: #0c985b;
}
section.news .float_box {
  float: left;
}
section.news .clear {
  display: block;
  width: 100%;
  content: "";
  height: 1px;
  display: block;
  clear: both;
}
section.news .category-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
section.news .category-links .button_category {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  gap: 8px;
  width: 138px;
  height: 36px;
  background: #ffffff;
  border: 1px solid #0c985b;
  border-radius: 20px;
  margin-right: 12px;
}
section.news .category-links .button_category .category_link {
  display: block;
  color: #333;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 0.04em;
  width: 100%;
  height: 100%;
}
section.news .category-links .button_category.active {
  background: #0c985b;
}
section.news .category-links .button_category.active a {
  color: #fff;
}
section.news .post_list {
  margin-bottom: 64px;
}
section.news .post_list .post_item {
  background-color: #fff;
  padding: 40px 48px;
  margin-bottom: 40px;
}
section.news .post_list .post_item .post_head {
  margin-bottom: 16px;
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
}
section.news .post_list .post_item .post_head .post_time {
  margin-right: 16px;
}
section.news .post_list .post_item .post_head .post_category {
  background-color: #0c985b;
  color: #fff;
  padding: 1px 8px;
  font-size: 12px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.04em;
  margin-right: 8px;
}
section.news .post_list .post_item .post_title {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  margin-bottom: 16px;
}
section.news .post_list .post_item .post_excerpt {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
}

.next-prev .vk_post_imgOuter_singleTermLabel {
  background-color: #0c985b;
  color: #fff;
}

/*about*/
section.about {
  margin-bottom: 96px;
}
section.about h2.section_ttl {
  margin-bottom: 32px;
}
section.about .block {
  text-align: center;
}
section.about .block .about_logo {
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 930px) {
  section.about .block .about_logo {
    height: auto;
  }
}
section.about .block .about_logo_item {
  width: 50%;
  padding-bottom: 36px;
}
section.about .block .about_logo_item img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 930px) {
  section.about .block .about_logo_item img {
    width: 90% !important;
    height: auto !important;
    object-fit: cover !important;
  }
}
@media screen and (max-width: 480px) {
  section.about .block .about_logo_item img {
    width: 90% !important;
    height: auto !important;
    object-fit: cover !important;
  }
}
section.about .block .about_text {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  text-align: center;
  margin-bottom: 24px;
}

/*service*/
section.service {
  padding: 80px 0;
  background-color: #f8f8f8;
}
section.service .service_text {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  text-align: center;
  color: #0c985b;
  margin-bottom: 48px;
}
section.service .box {
  gap: 48px;
  justify-content: center;
}
section.service .box .card {
  min-width: 402px;
  background-color: transparent;
  border: 0;
}
section.service .box .card .card_icon {
  margin: 0 auto;
  margin-bottom: 24px;
}
section.service .box .card h3 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #0c985b;
  margin-bottom: 28px;
  text-align: center;
}
section.service .box .card .card_text {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  margin-bottom: 28px;
  text-align: left;
  color: #333;
}
section.service .box .card .card_text--black {
  color: #333;
}
section.service .box .card .card_list li {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.04em;
  color: #0c985b;
  margin-bottom: 8px;
  list-style: none;
}
section.service .box .card .card_list li .card_list--small {
  display: block;
  font-size: 18px;
  line-height: 1rem;
}

/*cta*/
section.cta .bg {
  background-image: url(../images/top/cta-bg.jpg);
  padding: 65px 0;
  background-size: cover;
}
section.cta .box {
  gap: 27px;
}
section.cta .box .card {
  width: calc((100% - 27px) / 2);
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 40px 20px;
  text-align: center;
}
section.cta .box .card h3 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 33px;
  text-align: center;
  letter-spacing: 0.04em;
  margin-bottom: 24px;
}
section.cta .box .card .card_text {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  text-align: left;
  letter-spacing: 0.01em;
  margin-bottom: 24px;
  min-height: 94px;
}
section.cta .box .subscribe_button {
  display: flex;
  width: 349px;
  height: 52px;
  margin: 0 auto;
}
section.cta .box .subscribe_button .subscribe_input,
section.cta .box .subscribe_button input[type=text] {
  height: 100%;
  box-sizing: border-box;
  align-items: center;
  width: 237px;
  height: 52px;
  background: #ffffff;
  border: 2px solid #fd7343;
  border-radius: 0;
  margin: 0;
  padding: 4px 8px;
}
section.cta .box .subscribe_button .subscribe_input:focus,
section.cta .box .subscribe_button input[type=text]:focus {
  outline: 0;
  border: 2px solid #fd7343;
}
section.cta .box .subscribe_button .subscribe_submit {
  width: 112px;
  height: 52px;
  background: #fd7343;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #ffffff;
  border-radius: 0;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
section.cta .box .subscribe_button input:-internal-autofill-selected {
  background-color: #fff3ee !important;
}

/*footer*/
footer {
  text-align: center;
}
footer .footer_logo {
  margin-bottom: 40px;
  margin-top: 67px;
}
footer .footer_logo .footer_logo-bottom {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.04em;
  color: #0c985b;
}
footer .footer_logo .footer_logo-bottom a {
  color: #0c985b;
}
footer .footer_link {
  margin-bottom: 62px;
}
footer .footer_link ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer_link ul li {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.04em;
  padding: 0 36px;
}
footer .footer_link ul li a {
  color: #333;
}

footer.site-footer {
  background-color: #0c985b;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
}

nav.footer-nav {
  background-color: #fff;
  border: 0;
}

.footer-nav {
  padding: 0 0 62px;
  line-height: 1;
}

.footer-nav-list li,
.footer-nav-list li:first-child {
  border: 0;
  padding: 0 36px;
}

:root {
  --vk-color-primary: #fff;
}

.nav li a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 1260px) {
  /*　1024pまで　*/
  section.ourgames .box {
    justify-content: center;
  }
  section.cta .box .card .card_text {
    min-height: 118px;
  }
}
@media screen and (max-width: 1239px) {
  .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media screen and (max-width: 1024px) {
  /*　1024pまで　*/
}
@media screen and (min-width: 991px) {
  .site-header_button {
    display: none;
  }
}
@media screen and (max-width: 990px) {
  /*　990pxまで　*/
  .vk-mobile-nav-menu-btn {
    display: none;
  }
  #site-header-container {
    display: flex;
    justify-content: space-between;
  }
  .site-header .lang {
    margin-left: 16px;
  }
}
@media screen and (max-width: 930px) {
  section.ourgames .box {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 860px) {
  section.cta .box {
    flex-direction: column;
    justify-content: center;
  }
  section.cta .box .card {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  ul#menu-header-navigation-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    max-width: 380px;
  }
}
@media screen and (max-width: 599px) {
  .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .site-header-logo img {
    max-height: 31.76px;
  }
  .site-header .site-header-logo {
    padding-top: 9px;
    margin-bottom: 9.24px;
  }
  .site-header_button {
    padding: 5px 6px;
    width: 111px;
    height: 27px;
    border: 1.35965px solid #fd7343;
    font-size: 13.5965px;
    line-height: 16px;
    letter-spacing: 0.04em;
  }
  .site-header_button::after {
    position: absolute;
    right: 2px;
    bottom: 2px;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #fff;
  }
  .site-header .lang .circle {
    height: 28px;
    width: 28px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 480px) {
  .sp_only {
    display: block;
  }
  .pc_only {
    display: none;
  }
  .header-logo-top {
    height: 18px;
    width: auto;
  }
  .header-logo-top img {
    height: 100%;
    width: auto;
  }
  .site-header .header-logo-bottom {
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: 700;
    font-size: 11.72px;
    line-height: 13.48px;
    letter-spacing: 0.04em;
  }
  .swiper-slide {
    overflow: hidden;
  }
  .swiper-slide a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    margin: 24px 0 20px;
    position: relative;
  }
  .p-front-hero__container {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  section.ourgames .box .card {
    width: 100%;
  }
  h2.section_ttl {
    font-size: 28px;
    line-height: 32.81px;
    letter-spacing: 0.04em;
  }
  h2.section_ttl::before {
    width: 48.1px;
    height: 2px;
  }
  h2.section_ttl::after {
    width: 48.1px;
    height: 2px;
  }
  section.ourgames .box .card .card_image {
    height: 204px;
    margin-bottom: 15px;
  }
  section.ourgames .box .card .card_text {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.04em;
    margin-bottom: 35px;
  }
  .button {
    padding: 11.3298px 12px;
    width: 238px;
    height: 50px;
    border: 1.8883px solid #fd7343;
  }
  section.ourgames .box {
    row-gap: 56px;
  }
  section.ourgames .paged {
    height: 56px;
  }
  section.ourgames {
    margin-bottom: 48px;
    margin-top: 0;
  }
  section.ourgames h2.section_ttl {
    margin-bottom: 48px;
  }
  section.ourgames .box .card .card_image img {
    object-fit: cover;
    object-position: bottom;
  }
  section.news {
    padding: 64px 0 48px;
    margin-bottom: 48px;
  }
  section.news .category-links .button_category {
    margin-right: 0;
  }
  section.news .category-links {
    justify-content: flex-start;
    width: 100%;
  }
  section.news .post_list .post_item {
    padding: 16px 16px;
    margin-bottom: 24px;
  }
  section.news .post_list .post_item .post_head .post_time {
    margin-right: 12px;
    font-size: 15px;
  }
  section.news .post_list {
    margin-bottom: 8px;
  }
  section.about h2.section_ttl {
    margin-bottom: 48px;
  }
  section.news h2.section_ttl {
    width: 209.2px;
    display: block;
    text-align: center;
  }
  section.news h2.section_ttl::before {
    right: auto;
    left: 0;
  }
  section.news h2.section_ttl::after {
    right: 0;
    left: auto;
  }
  section.news .float_box {
    float: left;
  }
  section.news .clear {
    clear: both;
    content: "";
    height: 1px;
    display: block;
    width: 100%;
  }
  .about_logo {
    height: 213px;
  }
  section.about .block .about_logo {
    margin-bottom: 16px;
  }
  section.about .block .about_logo img {
    width: auto;
    height: 100%;
    object-fit: cover;
  }
  section.about .block .about_text {
    font-size: 16px;
    line-height: 25.6px;
    letter-spacing: -0.03em;
  }
  section.about {
    margin-bottom: 48px;
  }
  section.service {
    padding: 64px 0 48px;
  }
  section.service .box .card {
    min-width: 100%;
  }
  section.service .service_text {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.04em;
  }
  section.service .box .card h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.04em;
  }
  section.service .box .card .card_text {
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
  }
  section.service .box .card .card_list li {
    font-size: 20px;
    line-height: 23.44px;
    letter-spacing: 0.04em;
  }
  section.service .box .card .card_list li .card_list--small {
    font-size: 16px;
    line-height: 18.75px;
    letter-spacing: 0.04em;
  }
  section.cta .bg {
    padding: 32px 15px;
  }
  section.cta .bg .container {
    padding-left: 0;
    padding-right: 0;
  }
  section.cta .box .card {
    width: 100%;
    padding: 24px 16px;
    text-align: center;
  }
  section.cta .box .card h3 {
    font-size: 22px;
    line-height: 25.78px;
    letter-spacing: 0.04em;
  }
  section.cta .box .card .card_text {
    font-size: 15px;
    line-height: 19.5px;
    letter-spacing: 1%;
  }
  section.cta .box .subscribe_button {
    width: 292px;
    margin: 0 auto;
  }
  section.cta .box .subscribe_button .subscribe_input,
  section.cta .box .subscribe_button input[type=text] {
    width: 180px;
  }
  section.cta .box .subscribe_button .subscribe_submit {
    width: calc(100% - 180px);
    padding: 10px 2px;
    text-align: center;
    justify-content: center;
    min-width: 112px;
  }
  footer .footer_logo {
    margin-bottom: 0;
    margin-top: 48px;
  }
  .footer_logo img {
    width: 151px;
    height: auto;
  }
  footer .footer_link ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
    row-gap: 24px;
    max-width: 240px;
    margin: 0 auto;
  }
  ul#menu-footer-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
    row-gap: 24px;
    max-width: 240px;
    margin: 0 auto;
  }
  footer .footer_link ul li {
    font-size: 15px;
    line-height: 17.58px;
    letter-spacing: 0;
    padding: 0 16px;
  }
  footer .footer_link {
    margin-bottom: 46px;
  }
  .footer-nav-list li,
  .footer-nav-list li:first-child {
    border: 0;
    padding: 0 16px;
    width: 50%;
    white-space: nowrap;
  }
  .footer_logo-top {
    height: 20px;
  }
  .footer_logo-top img {
    height: auto;
    width: auto;
  }
  footer .footer_logo .footer_logo-bottom {
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: 700;
    font-size: 11.72px;
    line-height: 13.48px;
    letter-spacing: 0.04em;
  }
  ul#menu-footer-navigation {
    max-width: 270px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-nav-list li a {
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0;
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
    height: 15px;
  }
  .container.site-footer-copyright {
    font-family: Roboto;
    font-weight: 400;
    font-size: 12px !important;
    line-height: 14.06px;
    letter-spacing: 0%;
  }
}
@media screen and (max-width: 390px) {
  section.ourgames .box .card .card_text {
    padding: 0 8px;
  }
  section.ourgames .box .card {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}/*# sourceMappingURL=style.css.map */