@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
:root {
  --font-family--gothic: "Noto Sans JP", sans-serif;
  --font-family--min: "Noto Serif JP", serif;
  --font-family--playfair: "Playfair Display", serif;
  --color-black: #141d2a;
  --color-dark: #333;
  --color-key: #152A67;
  --color-red: #94343D;
  --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;
}

.site-header-logo {
  padding-top: 12px;
}
.site-header-logo img {
  max-height: 34px;
  margin-left: 0;
}
@media (min-width: 992px) {
  .site-header-logo img {
    max-height: 42px;
  }
}

@media (min-width: 992px) {
  .site-header-container {
    height: 60px;
    max-width: 1440px;
  }
}

.site-header-top {
  border-bottom: 1px solid #989898;
}
@media (min-width: 992px) {
  .site-header-top .site-header-container {
    height: 70px;
  }
}

.site-header-buttons {
  align-items: center;
  gap: 24px;
  display: none;
}
@media (min-width: 992px) {
  .site-header-buttons {
    display: flex;
  }
}

.site-header-button {
  width: 228px;
  height: 46px;
  display: grid;
  place-content: center;
  white-space: nowrap;
  font-size: 18px;
  font-weight: bold;
  color: white;
}
.site-header-button:hover {
  color: white;
  background: #94343D;
}
.site-header-button__download {
  background: var(--color-key);
}
.site-header-button__contact {
  background: black;
}

.site-header-button__support {
  background: #5271ff;
}

.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%;
}

.vk-mobile-nav-menu-btn {
  top: 9px;
  left: auto;
  right: 10px;
}

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

.global-nav--layout--float-right .global-nav-list {
  width: 100%;
}
.global-nav--layout--float-right .global-nav-list > li {
  flex: 1;
  border-left: 1px solid #989898;
}
.global-nav--layout--float-right .global-nav-list > li:last-child {
  border-right: 1px solid #989898;
}
.global-nav--layout--float-right .global-nav-list > li a {
  padding: 0 1.5em;
  line-height: 1;
}
.global-nav--layout--float-right .global-nav-list > li .global-nav-name {
  font-size: 16px;
}
.global-nav--layout--float-right .global-nav-list .sub-menu {
  top: 35px;
}
.global-nav--layout--float-right .global-nav-list .sub-menu li {
  font-size: 15px;
}
.global-nav--layout--float-right .global-nav-list .sub-menu li a {
  padding: 14px 1.2em;
  line-height: 1.4;
}

@media (min-width: 992px) {
  body:not(.header_scrolled) .global-nav--layout--float-right {
    justify-content: center;
    width: 100%;
  }
}

.header_scrolled .site-header-logo {
  display: block;
}
.header_scrolled .site-header .global-nav {
  width: 100%;
  height: auto;
}

.device-pc .global-nav-list {
  align-items: center;
}
.device-pc .global-nav-list > li > a:hover {
  color: var(--color-blue);
  text-decoration: underline;
}
.global-nav-list > li.menu-item-has-children::after {
  bottom: -10px;
  transition: all 0.4s ease-out;
}

.device-pc .global-nav-list > li.menu-item-has-children:hover::after, .global-nav-list > li.acc-parent-open::after {
  bottom: -20px;
}

.site-footer {
  background: var(--color-key);
  color: white;
  border-top: none;
}
@media (min-width: 992px) {
  .site-footer {
    padding-top: 28px;
    padding-bottom: 10px;
  }
}
.site-footer-copyright {
  font-family: var(--font-family--playfair);
  text-align: center;
}

.footer-nav {
  border: none;
  display: none;
}
@media (min-width: 992px) {
  .footer-nav {
    display: block;
  }
}

.footer-nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.footer-nav-list li {
  flex: 1;
  text-align: center;
  border-right: none;
}
.footer-nav-list li:first-child {
  border-left: none;
}
.footer-nav-list li:not(:first-child) {
  border-left: 1px solid white;
}
.footer-nav-list li a {
  color: white;
}

.p-front-hero {
  width: 100%;
  height: 370px;
  position: relative;
}
@media (min-width: 992px) {
  .p-front-hero {
    height: 740px;
    margin-bottom: 80px;
  }
}
.p-front-hero-movie {
  position: absolute;
  width: 100%;
  height: 100%;
}
.p-front-hero-movie video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  /* フェードアニメーション */
}
.p-front-hero-movie video.active {
  opacity: 1;
}
.p-front-hero-container {
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.p-front-hero-title {
  font-family: var(--font-family--playfair);
  font-size: 32px;
  font-weight: 900;
  color: white;
  text-align: center;
  margin: 0;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.7);
}
@media (min-width: 992px) {
  .p-front-hero-title {
    font-size: 64px;
  }
}
.p-front-hero.second-video-active .p-front-hero-container {
  opacity: 1;
}
.p-front-hero.fade-out .p-front-hero-container {
  animation: fadeOut 0.3s ease-out forwards;
}
.p-front-hero.fade-in .p-front-hero-container, .p-front-hero.fade-in.fade-out .p-front-hero-container {
  animation: fadeIn 1.2s ease-in forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.home .site-front-body {
  font-family: var(--font-family--min);
}
.home .container {
  max-width: 1440px;
}

.p-front-section .container {
  position: relative;
  z-index: 10;
}
.p-front-section-header-title {
  text-align: center;
  color: var(--color-key);
  line-height: 1;
  border-top: none;
  border-bottom: none;
}
@media (min-width: 992px) {
  .p-front-section-header-title {
    margin-bottom: 60px;
  }
}
.p-front-section-header-title__main {
  display: block;
  font-family: var(--font-family--min);
  font-size: 16px;
}
@media (min-width: 992px) {
  .p-front-section-header-title__main {
    font-size: 20px;
  }
}
.p-front-section-header-title__sub {
  display: block;
  font-family: var(--font-family--playfair);
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .p-front-section-header-title__sub {
    font-size: 70px;
    margin-bottom: 20px;
  }
}

.p-front-business {
  padding-top: 40px;
  margin-bottom: 60px;
  position: relative;
}
@media (min-width: 992px) {
  .p-front-business {
    margin-bottom: 120px;
  }
}
.p-front-business-title {
  background: var(--color-key);
  color: white;
  padding: 3px 10px;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .p-front-business-title {
    font-size: 22px;
    margin-bottom: 16px;
  }
}
.p-front-business-title::after {
  display: none;
}
.p-front-business-button {
  display: grid;
  place-content: center;
  position: relative;
  width: 180px;
  height: 32px;
  border: 1px solid var(--color-key);
  font-weight: bold;
  color: var(--color-key);
  margin: auto;
}
@media (min-width: 992px) {
  .p-front-business-button {
    font-size: 18px;
    width: 252px;
    height: 46px;
    margin-left: 0;
  }
}
.p-front-business-button::before, .p-front-business-button::after {
  content: "";
  position: absolute;
}
.p-front-business-button::before {
  top: 1px;
  left: 1px;
  width: 10px;
  height: 10px;
  background: var(--color-key);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
@media (min-width: 992px) {
  .p-front-business-button::before {
    width: 12px;
    height: 12px;
    top: 2px;
    left: 2px;
  }
}
.p-front-business-button::after {
  top: 0;
  right: 4px;
  width: 20px;
  height: 100%;
  background: url("../images/icons/arrow_button@2x.png") center center no-repeat;
  background-size: contain;
}
@media (min-width: 992px) {
  .p-front-business-button::after {
    width: 22px;
    right: 10px;
  }
}
.p-front-business-button:hover {
  background: var(--color-key);
  color: white;
}
.p-front-business-button:hover::before {
  background: white;
}
.p-front-business-button:hover::after {
  filter: invert(1) brightness(2);
}
.p-front-business-block {
  position: relative;
  max-width: 1080px;
  margin: auto;
}
.p-front-business-block:not(:last-child) {
  margin-bottom: 36px;
}
@media (min-width: 992px) {
  .p-front-business-block:not(:last-child) {
    margin-bottom: 86px;
  }
}
.p-front-business-block-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
}
.p-front-business-block-background img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
@media (min-width: 992px) {
  .p-front-business-block-background img {
    width: 75%;
  }
}
.p-front-business-block-container {
  position: relative;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .p-front-business-block-container {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 42px;
  }
}
@media (min-width: 992px) {
  .p-front-business-block-image {
    width: 616px;
    height: 426px;
  }
}
@media (min-width: 992px) {
  .p-front-business-block-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.p-front-business-block-content {
  position: relative;
  width: calc(100% - 40px);
  background: white;
  padding: 24px 30px;
  margin-top: -80px;
}
@media (min-width: 992px) {
  .p-front-business-block-content {
    width: 57%;
    margin-top: 0;
    margin-left: -48px;
    padding: 45px;
  }
}
.p-front-business-block-content p {
  font-weight: 500;
  line-height: 1.8;
}
@media (min-width: 992px) {
  .p-front-business-block:nth-child(even) .p-front-business-block-container {
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .p-front-business-block:nth-child(even) .p-front-business-block-background {
    justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  .p-front-business-block:nth-child(odd) .p-front-business-block-container {
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .p-front-business-block:nth-child(odd) .p-front-business-block-image {
    order: 2;
  }
}
@media (min-width: 992px) {
  .p-front-business-block:nth-child(odd) .p-front-business-block-content {
    order: 1;
    margin-left: 0;
    margin-right: -48px;
  }
}
.p-front-business::before, .p-front-business::after {
  content: "";
  display: block;
  background: #CACDD8;
  width: 100%;
  height: 400px;
  position: absolute;
}
@media (min-width: 992px) {
  .p-front-business::before, .p-front-business::after {
    height: 500px;
  }
}
.p-front-business::before {
  transform: skew(0, -15deg);
  top: 160px;
}
@media (min-width: 992px) {
  .p-front-business::before {
    top: 300px;
  }
}
.p-front-business::after {
  transform: skew(0, 15deg);
  bottom: 280px;
}
@media (min-width: 992px) {
  .p-front-business::after {
    bottom: 520px;
  }
}

.p-front-news {
  background: url("../images/front/bg_news.jpg") no-repeat;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .p-front-news {
    padding-top: 120px;
    padding-bottom: 120px;
    margin-bottom: 80px;
  }
}
.p-front-news .p-front-section-header-title {
  color: white;
}
@media (min-width: 992px) {
  .p-front-news .p-front-section-header-title {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .p-front-news .container {
    display: flex;
    gap: 24px;
  }
}
.p-front-news-list {
  display: grid;
  gap: 10px;
}
@media (min-width: 992px) {
  .p-front-news-list {
    gap: 16px;
  }
}
@media (min-width: 992px) {
  .p-front-news-list-container {
    flex: 1;
  }
}
.p-front-news-list-row {
  display: block;
  background: white;
  color: var(--color-key);
  padding: 10px;
}
@media (min-width: 992px) {
  .p-front-news-list-row {
    display: flex;
    gap: 24px;
    padding: 24px 56px;
  }
}
.p-front-news-list-row-category {
  display: inline-block;
  background: var(--color-key);
  font-family: var(--font-family--gothic);
  font-size: 11px;
  color: white;
  padding: 3px 5px;
}
@media (min-width: 992px) {
  .p-front-news-list-row-category {
    font-size: 14px;
  }
}
.p-front-news-list-row-date {
  font-weight: bold;
}
.p-front-news-list-row-title {
  font-weight: 600;
}
.p-front-news-list-row:hover {
  background: var(--color-key);
  color: white;
}
.p-front-news-list-row:hover .p-front-news-list-row-category {
  background: white;
  color: var(--color-key);
}

.p-front-recruit .swiper-wrapper {
  transition-timing-function: linear;
}
.p-front-recruit .swiper-slide {
  width: 150px;
  margin-top: 18px;
}
@media (min-width: 992px) {
  .p-front-recruit .swiper-slide {
    width: 300px;
  }
}
.p-front-recruit .swiper-slide.lg {
  width: 240px;
  margin-top: 0;
}
@media (min-width: 992px) {
  .p-front-recruit .swiper-slide.lg {
    width: 480px;
  }
}
.p-front-recruit-container {
  background: white;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 24px;
  margin-inline: auto;
  margin-bottom: 60px;
  max-width: 930px;
  position: relative;
  z-index: 100;
}
@media (min-width: 992px) {
  .p-front-recruit-container {
    display: flex;
    gap: 85px;
    padding: 50px;
    margin-top: -115px;
  }
}
@media (min-width: 992px) {
  .p-front-recruit .p-front-section-header-title {
    padding: 0;
  }
}
.p-front-recruit-content p {
  font-weight: 500;
  line-height: 1.5;
}

.p-front-company {
  background: #F8F8F8;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
@media (min-width: 992px) {
  .p-front-company {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.p-front-company .p-front-section-header-title {
  padding: 0;
}
@media (min-width: 992px) {
  .p-front-company .p-front-section-header-title {
    text-align: left;
  }
}
.p-front-company .container {
  max-width: 1120px;
  display: grid;
  gap: 24px;
}
@media (min-width: 992px) {
  .p-front-company .container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.p-front-company .container + .container {
  padding-top: 40px;
}
@media (min-width: 992px) {
  .p-front-company .container + .container {
    padding-top: 48px;
  }
}
.p-front-company .container:nth-of-type(4) {
  grid-template-columns: 1fr 1fr;
}
.p-front-company .container:nth-of-type(4) figure img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
}
.p-front-company-table table {
  border-color: #afafaf;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.p-front-company-table table th,
.p-front-company-table table td {
  border-color: #afafaf;
  border-left: none;
  border-right: none;
  border-top: none;
  font-weight: bold;
}
@media (min-width: 992px) {
  .p-front-company-table table th,
  .p-front-company-table table td {
    padding: 24px;
    font-size: 16px;
  }
}
.p-front-company-table table th {
  text-align: left;
}
.p-front-company-mark {
  display: none;
}
@media (min-width: 992px) {
  .p-front-company-mark {
    display: block;
    position: absolute;
    right: 50px;
    bottom: 60px;
  }
}
.p-front-company-mark img {
  width: 366px;
}

@media (min-width: 992px) {
  .post-type-archive-case .main-section--col--two .vk_posts, .tax-case-cat .main-section--col--two .vk_posts,
  .post-type-archive-gas .main-section--col--two .vk_posts, .tax-gas-cat .main-section--col--two .vk_posts {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2em;
  }
}
@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;
  }
}

@media (min-width: 992px) {
  .post-type-archive-case .main-section--col--two {
    width: 100%;
  }
}

.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%;
}

.p-case-category-list {
  display: grid;
  gap: 24px;
}
@media (min-width: 992px) {
  .p-case-category-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-bottom: 40px;
  }
}
.p-case-category-item-thumb {
  display: block;
  width: 100%;
  aspect-ratio: 3/2;
}
.p-case-category-item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .p-case-category-item h3 {
    font-size: 20px !important;
  }
}
@media (min-width: 992px) {
  .p-case-category-item .c-button {
    font-size: 15px;
    width: 230px;
    height: 36px;
    margin-left: auto;
  }
}
.p-case-category-bn {
  display: grid;
  gap: 20px;
  width: 350px;
  max-width: 100%;
  margin: auto;
  padding-top: 40px;
}
.p-case-category-bn a {
  display: block;
  text-align: center;
}
.p-case-category-bn__red {
  background: var(--color-red);
  color: white;
  padding: 14px 0;
}
.p-case-category-bn__normal {
  border: 2px solid;
  padding: 14px 0;
}

.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;
  color: var(--color-key);
  text-align: center;
  position: relative;
  padding-bottom: 26px;
  border-top-color: var(--color-key);
}
@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;
  color: var(--color-key);
  display: flex;
  align-items: center;
  gap: 13px;
  position: relative;
}
@media (min-width: 992px) {
  .site-body h3 {
    font-size: 24px;
  }
}
.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 {
  display: grid;
  place-content: center;
  position: relative;
  width: 180px;
  height: 32px;
  border: 1px solid var(--color-key);
  font-weight: bold;
  color: var(--color-key);
  margin: auto;
}
@media (min-width: 992px) {
  .c-button {
    font-size: 18px;
    width: 252px;
    height: 46px;
    margin-left: 0;
  }
}
.c-button::before, .c-button::after {
  content: "";
  position: absolute;
}
.c-button::before {
  top: 1px;
  left: 1px;
  width: 10px;
  height: 10px;
  background: var(--color-key);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
@media (min-width: 992px) {
  .c-button::before {
    width: 12px;
    height: 12px;
    top: 2px;
    left: 2px;
  }
}
.c-button::after {
  top: 0;
  right: 4px;
  width: 20px;
  height: 100%;
  background: url("../images/icons/arrow_button@2x.png") center center no-repeat;
  background-size: contain;
}
@media (min-width: 992px) {
  .c-button::after {
    width: 22px;
    right: 10px;
  }
}
.c-button:hover {
  background: var(--color-key);
  color: white;
}
.c-button:hover::before {
  background: white;
}
.c-button:hover::after {
  filter: invert(1) brightness(2);
}

.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;
}

.wp-block-group, .wp-block-image {
  margin-bottom: 30px;
}

.wp-block-column {
  margin-bottom: 20px;
}

body .is-layout-flex {
  gap: 20px;
}

.is-layout-flex > :is(*, div) {
  margin-bottom: 20px;
}

@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;
}
@media (min-width: 992px) {
  .site-body .c-category-widget .c-button {
    width: 100%;
    height: 40px;
    font-size: 14px;
  }
}

/*# sourceMappingURL=style.css.map */

/* 製作実績 */
@media (min-width: 992px) {
    .post-type-archive-gas .main-section--col--two {
        width: 100%;
    }
}


@media (min-width: 992px) {
    .post-type-archive-gas .main-section--col--two .vk_posts, .tax-gas-cat .main-section--col--two .vk_posts {
        margin: 0;
        display: grid;
        grid-template-columns: 2fr 2fr;
        gap: 1.2em;
    }
	    .gas-category-list {
        grid-template-columns: repeat(2, 2fr);
    }
}
@media (min-width: 992px) {
    .post-type-archive-gas .main-section--col--two .vk_post.media.vk_post-gas, .tax-gas-cat .main-section--col--two .vk_post.media.vk_post-gas {
        margin: 0;
    }
}

.vk_post.media.vk_post-gas {
    flex-direction: column;
    border: 1px solid var(--vk-color-border-hr, #e5e5e5);
    padding: 1em !important;
}

@media (min-width: 992px) {
    .post-type-archive-gas .main-section--col--two .vk_posts .vk_post, .tax-gas-cat .main-section--col--two .vk_posts .vk_post {
        width: 100%;
    }
}

.vk_post.media.vk_post-gas .media-img {
    width: 100%;
    margin-bottom: 1em;
}

.vk_post.media.vk_post-gas .media-body {
    width: 100%;
}
