@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=Zen+Antique&display=swap");
:root {
  --font-family--gothic: "Noto Sans JP", sans-serif;
  --font-family--min: "Noto Serif JP", serif;
  --vk-color-text-body: #000000 !important;
  --vk-color-primary: #042749;
  --vk-color-primary-dark: #150303;
  --vk-color-text-link-hover: #042749;
  --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%
  );
}

/* color */
/* font */
:root {
  --delay: 0;
  --duration: 1200ms;
  --iterations: 1;
}

html,
body {
  font-family: var(--font-family--gothic);
  color: var(--vk-color-text-body);
  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: #000;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

p {
  line-height: 1.5;
  margin-bottom: 0;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1200px;
}
@media screen and (max-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    width: 100%;
    max-width: 100%;
  }
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  border-bottom: 0;
  border-top: 0;
  background-color: transparent;
  border-radius: 0;
  margin-bottom: 0;
}
h1::before,
h2::before,
h3::before,
h4::before,
h5::before,
h6::before {
  display: none;
}
h1::after,
h2::after,
h3::after,
h4::after,
h5::after,
h6::after {
  display: none;
}
h1:where(:not(.wp-block-post-title)),
h2:where(:not(.wp-block-post-title)),
h3:where(:not(.wp-block-post-title)),
h4:where(:not(.wp-block-post-title)),
h5:where(:not(.wp-block-post-title)),
h6:where(:not(.wp-block-post-title)) {
  padding-bottom: 0;
}

.footer-nav {
  border-bottom: 0;
}

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

.site-body {
  padding: 2.5rem 0 10rem;
}
@media screen and (max-width: 750px) {
  .site-body {
    padding: 43px 0 65px;
  }
}

/*カスタムテンプレート*/
ol,
ul {
  padding-left: 0 !important;
}

.bold {
  font-weight: 700;
}

body.admin-bar {
  position: relative;
}

@media screen and (max-width: 600px) {
  body.admin-bar header {
    top: 46px;
  }
}
.device-pc .global-nav-list > li > a {
  padding: 0 18.5px;
}
@media screen and (max-width: 1490px) {
  .device-pc .global-nav-list > li > a {
    padding: 0 0.6rem;
  }
}

.menu-add {
  display: flex;
  align-items: start;
  float: right;
  margin-left: 60px;
}
@media screen and (max-width: 1490px) {
  .menu-add {
    margin-left: 60px;
  }
}
.menu-add .contact {
  background-color: #042749;
  color: #fff;
  width: 200px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.3s;
}
@media screen and (max-width: 750px) {
  .menu-add .contact {
    height: 50px;
  }
}
.menu-add .contact a {
  color: #fff;
  font-size: 22px;
}
.menu-add .contact:hover {
  opacity: 0.8;
  background-color: #194396;
}

@media (max-width: 1300px) {
  body.home.device-pc .vk-mobile-nav-menu-btn {
    display: block;
  }
}
@media (max-width: 1170px) {
  body.device-pc .vk-mobile-nav-menu-btn {
    display: block;
  }
}
@media screen and (max-width: 1300px) {
  body.home .global-nav {
    display: none;
  }
  body.home .vk-mobile-nav-menu-btn {
    right: 40px;
    left: auto;
    display: block;
  }
  body.home nav#global-nav {
    display: none;
  }
  body.home .menu-add {
    display: none;
  }
  body.home .menu-add .instagram {
    display: none;
  }
  body.home .menu-add .contact {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  body.home .vk-mobile-nav-menu-btn {
    right: 20px;
  }
}
/* ===== Lightning ハンバーガー上書き ===== */
/* 元画像を消す */
.vk-mobile-nav-menu-btn {
  width: 40px;
  height: 40px;
}

div#vk-mobile-nav-menu-btn::before {
  content: "";
  height: 3px;
  width: 100%;
  display: block;
  top: 32%;
  position: absolute;
  width: 19px;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
}

div#vk-mobile-nav-menu-btn::after {
  content: "";
  height: 3px;
  background: #fff;
  width: 100%;
  display: block;
  top: 64%;
  position: absolute;
  width: 19px;
  left: 0;
  right: 0;
  margin: auto;
}

div#vk-mobile-nav-menu-btn.menu-open::after {
  display: none;
}

div#vk-mobile-nav-menu-btn.menu-open::before {
  display: none;
}

.vk-mobile-nav-menu-btn.menu-open {
  /* border: 1px solid rgba(255, 255, 255, .8); */
  z-index: 1000;
  border: 0;
  background-color: #001e54;
}

div#vk-mobile-nav-menu-btn {
  position: fixed;
  z-index: 10000 !important;
}
@media screen and (max-width: 1300px) {
  div#vk-mobile-nav-menu-btn {
    top: 15px;
    right: 15px;
  }
}
@media screen and (max-width: 750px) {
  div#vk-mobile-nav-menu-btn {
    top: 0;
    right: 0;
  }
}

div#vk-mobile-nav-menu-btn.menu-open::before {
  content: "";
  height: 4px;
  width: 30px;
  display: block;
  background: #fff;
  transform: rotate(45deg);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

div#vk-mobile-nav-menu-btn.menu-open::after {
  content: "";
  height: 4px;
  width: 30px;
  display: block;
  background: #fff;
  transform: rotate(-45deg);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* 開いたら × */
.vk-mobile-nav-menu-btn .is-open::before {
  top: 50%;
  transform: rotate(45deg);
}

.vk-mobile-nav-menu-btn.is-open::after {
  top: 50%;
  bottom: auto;
  transform: rotate(-45deg);
}

/* × の色 */
.vk-mobile-nav-menu-btn.is-open::before,
.vk-mobile-nav-menu-btn.is-open::after {
  background-color: #042749;
}

header#site-header {
  height: 80px;
}
@media screen and (max-width: 750px) {
  header#site-header {
    height: 50px;
  }
}

.site-header {
  box-shadow: none !important;
  z-index: 2000 !important;
}

.page-header {
  color: #000;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .page-header {
    margin-top: 0;
  }
}

.page-header .page-header-inner.container h1.page-header-title,
.page-header .page-header-inner.container .page-header-title {
  text-align: center;
  margin-bottom: 0 !important;
  padding-left: 0;
}

.page-header.has-image {
  position: relative;
  height: 300px;
}
@media screen and (max-width: 750px) {
  .page-header.has-image {
    height: 78px;
  }
}
.page-header.has-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 750px) {
  .page-header.has-image img {
    object-position: 90%;
  }
}
.page-header.has-image .page-header-inner {
  position: absolute;
  width: 100%;
  padding: 20px 0;
}

.page-header-title {
  letter-spacing: 0.05em;
  font-size: 36px;
  color: rgb(255, 255, 255);
  font-weight: 700;
  line-height: 1;
  text-align: left;
  padding-left: 94px;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .page-header-title {
    font-size: 15px !important;
    padding-left: 12px;
    margin-bottom: 12px !important;
  }
}

.page-header__read {
  font-size: 150px;
  color: #fff;
  line-height: 1;
  text-align: left;
  font-weight: 200;
  padding-left: 50px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .page-header__read {
    font-size: 40px;
    padding-left: 25px;
  }
}

.page-profile .page-header__read {
  color: #fff;
}

.page-service .page-header__read {
  color: #8097c1;
}

.post-type-archive-case .page-header__read {
  color: #9cabc5;
}

.post-type-archive-column .page-header__read {
  color: #557ec6;
}

.global-nav-list > li:hover:before,
.global-nav-list > li[class*=current]:where(:not(.menu-item-anchor)):before {
  width: 96px;
  height: 10px;
  background-color: #042749;
  left: 0;
  right: 0;
  margin: auto;
}

.device-pc .global-nav-list > li > a:hover {
  color: var(--color-blue);
  text-decoration: underline;
}

.site-header--layout--nav-float .site-header-container {
  display: flex;
  flex-direction: row;
  max-width: 100%;
  padding-left: 3.3%;
}
@media screen and (max-width: 1490px) {
  .site-header--layout--nav-float .site-header-container {
    max-width: 100%;
    height: 100%;
    align-items: center;
  }
}
@media screen and (max-width: 1300px) {
  .site-header--layout--nav-float .site-header-container {
    padding-left: 4%;
  }
}

body:not(.header_scrolled) .global-nav--layout--float-right {
  display: flex;
  height: 80px;
  justify-content: flex-end;
  align-items: center;
  text-align: left;
  padding-bottom: 0;
  margin-left: 0;
  height: 100%;
}
@media screen and (max-width: 1490px) {
  body:not(.header_scrolled) .global-nav--layout--float-right {
    width: calc(98% - 138px - 2rem - 325px);
  }
}

body.home:not(.header_scrolled) .global-nav--layout--float-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: left;
  margin-left: 0;
}
@media screen and (max-width: 1490px) {
  body.home:not(.header_scrolled) .global-nav--layout--float-right {
    width: calc(98% - 138px - 2rem - 325px);
  }
}

.header_scrolled .site-header {
  width: 100%;
}

.header_scrolled .site-header .global-nav {
  margin-right: 0 !important;
}

.site-header-logo {
  padding-top: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .site-header-logo {
    width: auto;
    height: 26px;
  }
  .site-header-logo img {
    height: 100%;
    width: auto;
    object-fit: cover;
  }
}

.logo-top-pc,
.logo-sub {
  display: block;
}
@media screen and (max-width: 750px) {
  .logo-top-pc,
  .logo-sub {
    display: none;
  }
}

.logo-top-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .logo-top-sp {
    display: block;
    height: 30px;
  }
}

@media screen and (max-width: 750px) {
  .header-logo {
    display: flex;
    gap: 10px;
    align-items: center;
  }
}
@media screen and (max-width: 750px) {
  .header-logo img {
    width: auto;
    height: 100%;
  }
}
.header-logo .logo-page-pc {
  display: block;
  width: 210px;
  height: auto;
}
@media screen and (max-width: 750px) {
  .header-logo .logo-page-pc {
    display: none;
  }
}
.header-logo .logo-page-pc img {
  height: auto;
  width: 100%;
  max-width: 210px;
  object-fit: cover;
  max-height: initial;
}
.header-logo .logo-page-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .header-logo .logo-page-sp {
    display: block;
    height: 30px;
    max-height: 30px;
  }
}
.header-logo .logo-page-sp img {
  object-fit: cover;
  max-height: initial;
}

ul#menu-header-navigation {
  height: 80px;
  gap: 60px;
}
ul#menu-header-navigation li {
  height: 100%;
  line-height: 1;
  font-weight: 500;
  color: #000;
}
ul#menu-header-navigation li a {
  font-size: 15px !important;
  line-height: 1;
  color: rgb(19, 71, 163);
  font-weight: 500;
  display: flex;
  flex-direction: column-reverse;
  text-decoration: none;
  min-width: 96px;
  height: 100%;
}
ul#menu-header-navigation li .global-nav-description {
  margin-bottom: 14px;
  font-size: 15px !important;
  padding-top: 14px;
}

.global-nav-list > li .global-nav-name {
  line-height: 1;
  font-size: 16px;
  color: rgb(0, 0, 0);
  font-weight: 400;
  text-decoration: none;
  margin-bottom: 20px;
}
@media screen and (max-width: 1300px) {
  .global-nav-list > li .global-nav-name {
    font-size: 15px;
  }
}

.vk-mobile-nav-menu-btn {
  background: no-repeat;
  border: none;
  z-index: 3000;
  width: 50px;
  height: 50px;
  right: 0;
  top: 0;
  background-color: #042749;
  border-radius: 0;
}

.admin-bar .vk-mobile-nav-menu-btn {
  top: 0;
}
@media screen and (max-width: 750px) {
  .admin-bar .vk-mobile-nav-menu-btn {
    top: 0;
  }
}

.vk-mobile-nav-menu-btn {
  z-index: 10000 !important;
}

@media screen and (max-width: 1170px) {
  .global-nav {
    display: none;
  }
  .vk-mobile-nav-menu-btn {
    right: 0;
    left: auto;
  }
  nav#global-nav {
    display: none;
  }
  .menu-add {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  body.home .vk-mobile-nav-menu-btn {
    right: 0;
  }
}
.vk-mobile-nav {
  background-color: #f2f4f7;
  margin-top: 80px;
  z-index: 1500 !important;
  height: auto;
  padding: 0 10px 0px;
  box-shadow: rgba(30, 118, 208, 0.4196078431) 0px 2px 7px;
}
@media screen and (max-width: 750px) {
  .vk-mobile-nav {
    margin-top: 50px;
  }
}

.vk-mobile-nav nav > ul {
  border-top: 0;
}

.vk-mobile-nav nav ul li a {
  padding: 14px 5px 10px 5px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  color: #000;
  border-bottom: solid 1px #042749;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
}
.vk-mobile-nav nav ul li a .menu-en {
  font-size: 15px;
  color: rgb(19, 71, 163);
  line-height: 1.2;
  text-align: center;
  margin-bottom: 4px;
  font-weight: 500;
}

.vk-mobile-nav nav ul li.menu-contact-btn a {
  text-decoration: none;
  color: #fff;
  border-bottom: 0;
  font-weight: 600;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  background-color: #194396;
  width: 100%;
  margin: 0 auto;
  margin-top: 45px;
  margin-bottom: 65px;
  max-width: 400px;
  line-height: 25px;
}

@media screen and (max-width: 1300px) {
  .admin-bar .vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-drop-in,
  .admin-bar .vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-left-in,
  .admin-bar .vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-right-in {
    top: 0;
  }
}
.vk-mobile-nav,
.vk-mobile-nav-menu,
.vk-menu-acc {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE Edge */
}

.vk-mobile-nav::-webkit-scrollbar,
.vk-mobile-nav-menu::-webkit-scrollbar,
.vk-menu-acc::-webkit-scrollbar {
  display: none; /* Chrome Safari */
}

@media (min-width: 992px) {
  body.device-pc .vk-mobile-nav {
    display: block;
  }
}
.breadcrumb-list {
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .breadcrumb-list {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

.breadcrumb {
  border-bottom: 0;
}

.breadcrumb-list li:after {
  content: ">";
}

li.breadcrumb-list__item.breadcrumb-list {
  font-size: 14px;
  font-weight: 400;
}
li.breadcrumb-list__item.breadcrumb-list a {
  font-size: 14px;
}

.breadcrumb {
  border-top: none;
  border-bottom: none;
}

li.breadcrumb-list__item.breadcrumb-list__item--home i {
  display: none;
}

.fa-home:before {
  display: none !important;
}

.page-nav li a strong {
  color: #000 !important;
}

.insta-text.page-link {
  color: #000 !important;
}

.page-nav > li .global-nav-name {
  color: #000 !important;
}

ul#menu-header-navigation li a:hover {
  color: #042749 !important;
}

ul#menu-header-navigation > li > ul.sub-menu li {
  color: #fff;
}

ul#menu-header-navigation > li > ul.sub-menu li a {
  color: #fff;
}

ul#menu-header-navigation > li > ul.sub-menu li a:hover {
  color: #fff;
}

.site-footer {
  border-top: 0;
  background-color: #042749;
  padding: 20px 0 32px;
}
@media screen and (max-width: 750px) {
  .site-footer {
    padding: 22px 0 32px;
  }
}

.footer-sns-block .sns-ttl {
  font-size: 26px;
  color: rgb(102, 153, 255);
  text-align: center;
  margin-bottom: 20px;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .footer-sns-block .sns-ttl {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
.footer-sns-block .sns-icon-block {
  gap: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .footer-sns-block .sns-icon-block {
    gap: 40px;
    margin-bottom: 37px;
  }
}
.footer-sns-block .sns-icon-block a img {
  height: 29px;
  width: 29px;
  gap: 21px;
}
@media screen and (max-width: 750px) {
  .footer-sns-block .sns-icon-block a img {
    height: 22px;
    width: 22px;
  }
}

.footer-nav {
  min-height: 60px;
  padding: 34px 0 34px;
}
@media screen and (max-width: 992px) {
  .footer-nav {
    height: auto;
    padding: 34px 0 44px;
  }
}
.footer-nav ul {
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .footer-nav ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 30px;
  }
}
.footer-nav ul li {
  text-align: center;
  margin: 2px 0 2px 0;
  padding: 0 1.3em;
  border-right: 0;
  font-size: 18px;
  color: rgb(213, 237, 237);
}
@media screen and (max-width: 992px) {
  .footer-nav ul li {
    font-size: 12.65px;
    padding-top: 0;
    padding-bottom: 0;
    padding: 0 12px;
    border-bottom: 0;
    font-size: 17px;
  }
}
.footer-nav ul li a {
  font-size: 18px;
  color: rgb(213, 237, 237);
  padding: 0;
}
@media screen and (max-width: 992px) {
  .footer-nav ul li a {
    font-size: 17px;
  }
}
.footer-nav ul li a:hover {
  color: rgb(102, 153, 255);
}
.footer-nav ul li:first-child {
  border-left: 0;
}
.footer-nav ul li:last-child {
  border-right: 0;
}

.footer-nav-block {
  display: flex;
  align-items: center;
  width: calc(100% - 187px);
}
@media screen and (max-width: 750px) {
  .footer-nav-block {
    width: 100%;
    flex-direction: column-reverse;
    align-items: center;
  }
}
.footer-nav-block .footer-logo {
  padding-right: 52px;
}
@media screen and (max-width: 992px) {
  .footer-nav-block .footer-logo {
    margin: 0 auto;
    width: 140.5px;
    height: auto;
    padding-right: 0;
    margin: 0 auto;
  }
}

.site-footer-block {
  height: auto;
  padding: 24px 0 24px 0;
}
@media screen and (max-width: 992px) {
  .site-footer-block {
    height: auto;
    padding: 28px 0 20px 0;
  }
}
.site-footer-block .container {
  max-width: 1210px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .site-footer-block .container {
    display: block;
    text-align: center;
  }
}
.site-footer-block .container .footer-top {
  display: flex;
  align-items: center;
  flex-direction: row;
}
@media screen and (max-width: 992px) {
  .site-footer-block .container .footer-top {
    flex-direction: column;
  }
}
.site-footer-block .container .footer-top .footer-logo {
  padding-right: 52px;
}
@media screen and (max-width: 992px) {
  .site-footer-block .container .footer-top .footer-logo {
    padding-bottom: 20px;
    margin: 0 auto;
    width: 160.5px;
    height: auto;
  }
}
@media screen and (max-width: 750px) {
  .site-footer-block .container .footer-top .footer-logo {
    padding-bottom: 20px;
    width: 100%;
    padding-right: 0;
  }
}
.site-footer-block .container .footer-top .footer-adress {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 992px) {
  .site-footer-block .container .footer-top .footer-adress {
    flex-direction: column;
  }
}
.site-footer-block .container .footer-top .footer-adress .zip {
  font-size: 18px;
  text-align: left;
}
@media screen and (max-width: 992px) {
  .site-footer-block .container .footer-top .footer-adress .zip {
    margin-bottom: 15px;
    font-size: 14px;
    margin-right: 0;
  }
}
.site-footer-block .container .footer-top .footer-adress .tel {
  font-size: 18px;
  text-align: left;
  padding-left: 16px;
}
@media screen and (max-width: 992px) {
  .site-footer-block .container .footer-top .footer-adress .tel {
    margin-bottom: 20px;
    font-size: 14px;
    text-align: center;
    padding-left: 0;
  }
}
.site-footer-block .container .footer-bottom {
  text-align: center;
}
.site-footer-block .copyright {
  text-align: left;
  font-size: 15px;
  color: rgb(161, 167, 169);
  text-align: left;
}
@media screen and (max-width: 750px) {
  .site-footer-block .copyright {
    font-size: 12px;
    text-align: center;
  }
}

.cta {
  padding: 60px 0 54px;
  border-top: 0;
  background-image: url(../images/cta-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 750px) {
  .cta {
    padding: 25px 0 15px;
  }
}
.cta .head {
  width: 100%;
  margin-bottom: 24px;
}
@media screen and (max-width: 750px) {
  .cta .head {
    padding: 16px 20px 16px;
    margin-bottom: 0;
  }
}
.cta .head .ttl-sub {
  font-size: 34px;
  color: rgb(255, 255, 255);
  font-weight: 700;
  line-height: 2;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 992px) {
  .cta .head .ttl-sub {
    font-size: 21px;
    margin-bottom: 15px;
  }
}
.cta .head .cta-ttl {
  border-top: 0;
  font-size: 30px;
  color: rgb(204, 204, 204);
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .cta .head .cta-ttl {
    font-size: 22.5px;
    line-height: 1;
    margin-bottom: 12px;
  }
}
.cta .head .cta-ttl::after {
  display: none;
}
.cta-inner {
  display: flex;
  justify-content: space-between;
  max-width: 1090px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .cta-inner {
    flex-direction: column;
    row-gap: 30px;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 750px) {
  .cta-inner {
    padding-top: 0;
    padding-bottom: 20px;
    row-gap: 10px;
  }
}
.cta-inner .item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-inner .contact-tel {
  text-align: center;
}
.cta-inner .contact-tel a {
  display: block;
  width: 100%;
  height: 100%;
}
.cta-inner .contact-tel a:hover {
  transition: all 0.5s;
  color: #0092a1;
}
@media screen and (max-width: 750px) {
  .cta-inner .contact-tel .number {
    height: auto;
    margin-bottom: 6px;
    padding-left: 0;
  }
}
.cta-inner .contact-tel .number .link-tel {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
}
@media screen and (max-width: 992px) {
  .cta-inner .contact-tel .number .link-tel {
    font-size: 30px;
  }
}
@media screen and (max-width: 750px) {
  .cta-inner .contact-tel .number .link-tel {
    font-size: 20px;
  }
}
.cta-inner .contact-tel .number .link-number {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 64px;
}
@media screen and (max-width: 992px) {
  .cta-inner .contact-tel .number .link-number {
    font-size: 40px;
  }
}
@media screen and (max-width: 750px) {
  .cta-inner .contact-tel .number .link-number {
    font-size: 34px;
  }
}
.cta-inner .contact-tel .time {
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 992px) {
  .cta-inner .contact-tel .time {
    font-size: 13px;
  }
}
.cta-inner .contact-mail {
  padding: 10px 10px 10px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .cta-inner .contact-mail {
    padding: 16px 10px 16px;
  }
}
.cta-inner .contact-mail a {
  display: block;
  width: 100%;
  height: 100%;
}
.cta-inner .contact-mail .btn {
  width: 500px;
  height: 140px;
  background-color: #042749;
  color: #fff;
  border-radius: 12px;
  font-weight: 600;
  font-size: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  padding-left: 25px;
  box-shadow: 0px 0px 20px 0px rgba(16, 199, 238, 0.7);
}
@media screen and (max-width: 992px) {
  .cta-inner .contact-mail .btn {
    width: 312.5px;
    height: 87.5px;
    font-size: 16px;
    border-radius: 6px;
  }
}
.cta-inner .contact-mail .btn::before {
  content: "";
  display: block;
  position: absolute;
  left: 48px;
  width: 28px;
  height: 23px;
  background-image: url(../images/btn-mail.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 992px) {
  .cta-inner .contact-mail .btn::before {
    width: 15px;
    height: 12px;
    left: 30px;
  }
}
.cta-inner .contact-mail .btn:hover {
  transition: all 0.5s;
  background-color: #194396;
}
.cta-inner .contact-tel {
  padding: 12px 10px 10px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .cta-inner .contact-tel {
    padding: 16px 10px 16px;
  }
}
.cta-inner .contact-tel a {
  display: block;
  width: 100%;
  height: 100%;
}
.cta-inner .contact-tel .btn {
  width: 500px;
  height: 140px;
  background-color: #042749;
  color: #fff;
  border-radius: 12px;
  font-weight: 700;
  font-size: 23px;
  text-align: center;
  position: relative;
  box-shadow: 0px 0px 20px 0px rgba(16, 199, 238, 0.7);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .cta-inner .contact-tel .btn {
    width: 312.5px;
    height: 87.5px;
    font-size: 16px;
    border-radius: 6px;
  }
}
.cta-inner .contact-tel .btn:hover {
  transition: all 0.5s;
  background-color: #194396;
}
.cta-inner .contact-tel .tel-ttl {
  font-size: 22px;
  color: rgb(255, 255, 255);
  font-weight: 600;
  text-align: center;
  margin-bottom: 13px;
}
@media screen and (max-width: 992px) {
  .cta-inner .contact-tel .tel-ttl {
    font-size: 14px;
    margin-bottom: 6px;
  }
}
.cta-inner .contact-tel .number {
  color: #194396;
  position: relative;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 13px;
  padding-left: 48px;
}
@media screen and (max-width: 992px) {
  .cta-inner .contact-tel .number {
    margin-bottom: 8px;
    padding-left: 18px;
  }
}
.cta-inner .contact-tel .number::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -6px;
  width: 26px;
  height: 26px;
  background-image: url(../images/btn-tel.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 992px) {
  .cta-inner .contact-tel .number::before {
    width: 14px;
    height: 14px;
    left: 0;
  }
}
.cta-inner .contact-tel .number .link-number {
  font-size: 30px;
  font-family: "Noto Sans JP";
  color: rgb(102, 153, 255);
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 992px) {
  .cta-inner .contact-tel .number .link-number {
    font-size: 19px;
    margin-bottom: 0;
  }
}
.cta-inner .contact-tel .time {
  font-size: 15px;
  color: rgb(200, 201, 207);
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .cta-inner .contact-tel .time {
    font-size: 10px;
  }
}

.pc-only {
  display: block;
}
@media screen and (max-width: 750px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 750px) {
  .sp-only {
    display: block;
  }
}

.home .section-title {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 44px;
  line-height: 50px;
  letter-spacing: 0.1em;
  color: #000000;
  margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
  .home .section-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
  }
}
.home .p-front-hero {
  display: flex;
  height: 620px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .home .p-front-hero {
    flex-direction: column-reverse;
    height: 705px;
  }
}
.home .mv-main-text {
  display: block;
  text-align: left;
  width: 50%;
  min-width: 46.5%;
  background-image: url(../images/mv-right.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 25px 36px 30px 45px;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .home .mv-main-text {
    width: 100%;
    height: 403.5px;
    background-image: url(../images/mv-right-sp.jpg);
    padding: 12.5px 15px 18.5px 15px;
    min-width: 46.5%;
  }
}
.home .mv-main-text .mv-catch {
  padding-left: 5px;
  font-size: 34px;
  color: rgb(4, 39, 73);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .home .mv-main-text .mv-catch {
    font-size: 25px;
    padding-left: 12px;
    margin-bottom: 12px;
  }
}
.home .mv-main-text .mv-service-list {
  padding-left: 5px;
}
@media screen and (max-width: 1110px) {
  .home .mv-main-text .mv-service-list {
    font-size: 20px;
  }
}
.home .mv-main-text .mv-service-list .list {
  font-size: 26px;
  color: rgb(4, 39, 73);
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 16px;
}
@media screen and (max-width: 1110px) {
  .home .mv-main-text .mv-service-list .list {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1;
  }
}
.home .mv-main-text .mv-service-list .list .service-icon {
  display: inline-block;
  padding-right: 10px;
}
@media screen and (max-width: 1110px) {
  .home .mv-main-text .mv-service-list .list .service-icon {
    padding-right: 7px;
  }
}
@media screen and (max-width: 1110px) {
  .home .mv-main-text .mv-service-list .list .service-icon img {
    width: 42px;
    height: 42px;
    object-fit: contain;
  }
}
.home .mv-main-text .btn-block {
  padding: 13px 0 0;
}
.home .mv-main-text .btn-block a.btn-contact {
  background-color: rgb(4, 39, 73);
  width: 270px;
  height: 60px;
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 999px;
  position: relative;
  margin-bottom: 20px;
  font-size: 18px;
  padding-left: 75px;
}
@media screen and (max-width: 1110px) {
  .home .mv-main-text .btn-block a.btn-contact {
    font-size: 14px;
    width: 205px;
    height: 40px;
    padding-left: 54px;
    margin-bottom: 16px;
  }
}
.home .mv-main-text .btn-block a.btn-contact:hover {
  transition: all 0.3s;
  background-color: #194396;
}
.home .mv-main-text .btn-block a.btn-contact::before {
  content: "";
  display: block;
  position: absolute;
  left: 25px;
  width: 22px;
  height: 18px;
  background-image: url(../images/btn-mail.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1110px) {
  .home .mv-main-text .btn-block a.btn-contact::before {
    width: 15px;
    height: 12px;
    left: 20px;
  }
}
.home .mv-main-text .btn-block a.btn-tel {
  background-color: #375985;
  width: 460px;
  height: 60px;
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 999px;
  position: relative;
  font-size: 18px;
  padding-left: 75px;
}
@media screen and (max-width: 1110px) {
  .home .mv-main-text .btn-block a.btn-tel {
    font-size: 14px;
    width: 100%;
    height: 40px;
    padding-left: 54px;
    max-width: 400px;
  }
}
.home .mv-main-text .btn-block a.btn-tel:hover {
  transition: all 0.3s;
  background-color: #042749;
}
.home .mv-main-text .btn-block a.btn-tel::before {
  content: "";
  display: block;
  position: absolute;
  left: 24px;
  width: 20px;
  height: 20px;
  background-image: url(../images/btn-tel.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1110px) {
  .home .mv-main-text .btn-block a.btn-tel::before {
    width: 13.5px;
    height: 13.5px;
    left: 20px;
  }
}
.home .mv-main-text .btn-block a.btn-tel .ttl {
  margin-right: 19px;
  line-height: 1;
}
.home .mv-main-text .btn-block a.btn-tel .number {
  font-size: 26px;
  font-weight: 600;
  color: #6699ff;
  line-height: 1;
}
@media screen and (max-width: 1110px) {
  .home .mv-main-text .btn-block a.btn-tel .number {
    font-size: 20px;
  }
}
.home {
  /* スライド全体の余白 */
}
.home .swiper {
  width: 100%;
  height: 620px;
}
@media screen and (max-width: 750px) {
  .home .swiper {
    height: 302px;
  }
}
.home section.news {
  padding: 60px 0 60px;
  margin-bottom: 65px;
}
@media screen and (max-width: 750px) {
  .home section.news {
    padding: 45px 0 45px;
    margin-bottom: 30px;
  }
}
.home section.news .news-inner {
  display: flex;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .home section.news .news-inner {
    display: block;
  }
}
.home section.news .news-inner h2.section-ttl {
  min-width: 200px;
}
.home section.news .news-list {
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .home section.news .news-list {
    margin-bottom: 20px;
  }
}
.home section.news .news-list .news-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
@media screen and (max-width: 750px) {
  .home section.news .news-list .news-item {
    flex-wrap: wrap;
  }
}
.home section.news .news-list .news-item .day {
  font-size: 16px;
  color: rgb(19, 71, 163);
  text-align: left;
  font-weight: 500;
}
.home section.news .news-list .news-item .title {
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .home section.news .news-list .news-item .title {
    font-size: 13px;
    width: 100%;
  }
}
.home section.news .news-list .cate {
  padding: 4px 10px;
  border-radius: 4px;
  color: #042749;
  font-size: 14px;
  border-radius: 4px;
  background-color: rgb(243, 243, 243);
  min-width: 120px;
  height: 34px;
  display: flex;
  line-height: 34px;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .home section.news .news-list .cate {
    height: 25.5px;
    min-width: 90px;
    font-size: 12px;
  }
}
.home section.news .news-list .cate.column {
  background: #dddff1;
}
.home section.news .news-list .cate.event {
  background: #ddecf0;
}
.home section.news .news-list .cate.information {
  background-color: rgb(220, 232, 243);
}
.home section.news .link-block {
  width: 100%;
  text-align: right;
}
.home section.news .link-block .link-text {
  font-size: 14px;
  color: rgb(4, 39, 73);
  line-height: 1.2;
  text-align: left;
  margin-right: 12px;
}
@media screen and (max-width: 750px) {
  .home section.news .link-block .link-text {
    font-size: 12.5px;
  }
}
.home section.news .link-block .more-link {
  position: relative;
  display: flex;
  align-items: center;
  float: right;
  padding-right: 16px;
}
@media screen and (max-width: 750px) {
  .home section.news .link-block .more-link {
    padding-right: 0;
  }
}
.home section.news .link-block .arrow-icon {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background-color: #06294b;
  position: relative;
}
@media screen and (max-width: 750px) {
  .home section.news .link-block .arrow-icon {
    width: 21px;
    height: 21px;
  }
}
.home section.news .link-block .arrow-icon::after {
  position: absolute;
  left: 1px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 8px;
  border-color: transparent transparent transparent #ffffff;
}
@media screen and (max-width: 750px) {
  .home section.news .link-block .arrow-icon::after {
    border-width: 3px 0 3px 5px;
    right: 0px;
  }
}
.home section.service {
  margin-bottom: 90px;
}
@media screen and (max-width: 750px) {
  .home section.service {
    margin-bottom: 56px;
  }
}
.home section.service .service-block {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .home section.service .service-block {
    flex-direction: column;
    margin-bottom: 0;
    gap: 0;
  }
}
.home section.service .service-block .item {
  display: block;
  width: calc((100% - 40px) / 2);
  padding: 0 0 25px 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  .home section.service .service-block .item {
    width: 100%;
    padding: 0 0 20px 15px;
  }
}
.home section.service .service-block .item::after {
  position: absolute;
  content: "";
  display: block;
  max-width: 500px;
  width: calc(100% - 60px);
  height: 250px;
  background-image: url(../images/service-card-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .home section.service .service-block .item::after {
    width: calc(100% - 37px);
    height: 154px;
  }
}
.home section.service .service-block .item h3 {
  position: relative;
  z-index: 2;
  padding: 25px 0 25px 22px;
}
@media screen and (max-width: 750px) {
  .home section.service .service-block .item h3 {
    padding: 9px 0 16px 0;
  }
}
.home section.service .service-block .item h3 .number {
  background-color: #042749;
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin-right: 16px;
  width: 38px;
  height: 38px;
  font-weight: 500;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .home section.service .service-block .item h3 .number {
    font-size: 12.5px;
    width: 24px;
    height: 24px;
    margin-right: 6px;
    line-height: 24px;
  }
}
.home section.service .service-block .item h3 .jp {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .home section.service .service-block .item h3 .jp {
    font-size: 17px;
    text-align: left;
  }
}
.home section.service .service-block .item .image {
  padding-left: 60px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .home section.service .service-block .item .image {
    padding-left: 22.5px;
  }
}
.home section.service .btn-block {
  padding: 0 0 0;
}
.home section.service .btn-block .btn-link {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 auto;
  background-color: rgb(4, 39, 73);
  width: 300px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 999px;
  position: relative;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  .home section.service .btn-block .btn-link {
    height: 50px;
    max-width: 287.5px;
  }
}
.home section.service .btn-block .btn-link:hover {
  transition: all 0.3s;
  background-color: #194396;
}
.home section.service .btn-block .btn-link .link-text {
  font-size: 14px;
  line-height: 1.2;
  text-align: left;
  padding-left: 46px;
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .home section.service .btn-block .btn-link .link-text {
    padding-left: 41.5px;
  }
}
.home section.service .btn-block .btn-link .arrow-icon {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  position: absolute;
  right: 22px;
  background-image: url(../images/btn-b-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .home section.service .btn-block .btn-link .arrow-icon {
    width: 27px;
    height: 27px;
    right: 11px;
  }
}
.home section.results {
  background-color: #f2f4f7;
  padding: 80px 0 70px;
}
@media screen and (max-width: 750px) {
  .home section.results {
    padding: 46px 0 50px;
  }
}
@media screen and (max-width: 750px) {
  .home section.results .inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.home section.results .card {
  background-color: #fff;
  border: 0;
  margin-bottom: 40px;
  border-radius: 0;
}
@media screen and (max-width: 750px) {
  .home section.results .card {
    margin-bottom: 30px;
  }
}
.home section.results .card .card-inner {
  display: flex;
}
@media screen and (max-width: 750px) {
  .home section.results .card .card-inner {
    flex-direction: column;
  }
}
.home section.results .card .image-block {
  width: 50%;
  padding: 40px 60px 36px 40px;
}
@media screen and (max-width: 750px) {
  .home section.results .card .image-block {
    width: 100%;
    padding: 25px 25px 15px 25px;
  }
}
.home section.results .card .image-block img {
  border-radius: 0;
}
.home section.results .card .text-block {
  width: 50%;
  padding: 40px 40px 0 20px;
}
@media screen and (max-width: 750px) {
  .home section.results .card .text-block {
    width: 100%;
    padding: 0px 25px 0 25px;
  }
}
.home section.results .card .text-block .card-ttl {
  font-size: 22px;
  line-height: 1;
  text-align: left;
  margin-bottom: 22px;
}
@media screen and (max-width: 750px) {
  .home section.results .card .text-block .card-ttl {
    font-size: 17px;
  }
}
.home section.results .card .text-block .name {
  font-size: 16px;
  color: rgb(102, 102, 102);
  line-height: 1.5;
  text-align: left;
  margin-bottom: 38px;
}
@media screen and (max-width: 750px) {
  .home section.results .card .text-block .name {
    font-size: 13px;
    margin-bottom: 18px;
  }
}
.home section.results .card .text-block .text {
  display: flex;
  gap: 16px;
  margin-bottom: 7px;
}
@media screen and (max-width: 750px) {
  .home section.results .card .text-block .text {
    gap: 14.5px;
  }
}
.home section.results .card .text-block .text .text-ttl {
  border: 1px solid #222;
  font-size: 16px;
  padding: 8px 15px;
  margin-bottom: 20px;
  min-width: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
}
@media screen and (max-width: 750px) {
  .home section.results .card .text-block .text .text-ttl {
    width: 70.5px;
    min-width: 70.5px;
    font-size: 12px;
    padding: 6.5px 2px;
    line-height: 1;
    height: 24.5px;
  }
}
.home section.results .card .text-block .text .m-text {
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  padding-top: 4px;
}
@media screen and (max-width: 750px) {
  .home section.results .card .text-block .text .m-text {
    font-size: 13px;
    line-height: 2;
    padding-top: 0;
  }
}
.home section.results .card .text-block .text-comment {
  padding-top: 6px;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .home section.results .card .text-block .text-comment {
    margin-bottom: 23px;
  }
}
.home section.results .card .text-block .text-comment .text-ttl {
  font-size: 16px;
  padding-right: 3px;
  display: inline;
}
@media screen and (max-width: 750px) {
  .home section.results .card .text-block .text-comment .text-ttl {
    font-size: 13px;
  }
}
.home section.results .card .text-block .m-text {
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .home section.results .card .text-block .m-text {
    font-size: 13px;
    line-height: 2;
  }
}
.home section.results .card .btn-block {
  padding: 0 40px 40px 0;
}
@media screen and (max-width: 750px) {
  .home section.results .card .btn-block {
    padding: 0 25px 35px 0;
  }
}
.home section.results .card .btn-block .btn-detail {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 auto;
  background-color: rgb(4, 39, 73);
  width: 170px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 999px;
  position: relative;
  color: #fff;
  text-decoration: none;
  float: right;
}
.home section.results .card .btn-block .btn-detail:hover {
  transition: all 0.3s;
  background-color: #194396;
}
.home section.results .card .btn-block .btn-detail .link-text {
  font-size: 15px;
  line-height: 1.2;
  text-align: left;
  padding-left: 43px;
  color: #fff;
  font-weight: 500;
}
.home section.results .card .btn-block .btn-detail .arrow-icon {
  content: "";
  display: block;
  width: 19.6px;
  height: 19.6px;
  border-radius: 999px;
  position: absolute;
  right: 12px;
  background-image: url(../images/btn-s-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.home section.results .card:nth-child(even) .card-inner {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 750px) {
  .home section.results .card:nth-child(even) .card-inner {
    flex-direction: column;
  }
}
.home section.results .card:nth-child(even) .text-block {
  padding: 40px 20px 0 40px;
}
@media screen and (max-width: 750px) {
  .home section.results .card:nth-child(even) .text-block {
    width: 100%;
    padding: 0px 25px 0 25px;
  }
}
.home section.results .card:nth-child(even) .image-block {
  padding: 40px 40px 36px 60px;
}
@media screen and (max-width: 750px) {
  .home section.results .card:nth-child(even) .image-block {
    width: 100%;
    padding: 25px 25px 15px 25px;
  }
}
.home section.results .btn-block {
  width: 100%;
  padding: 40px 0 0;
}
.home section.results .btn-block .btn-link {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 auto;
  background-color: rgb(4, 39, 73);
  width: 300px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 999px;
  position: relative;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  .home section.results .btn-block .btn-link {
    height: 50px;
    max-width: 287.5px;
  }
}
.home section.results .btn-block .btn-link:hover {
  transition: all 0.3s;
  background-color: #194396;
}
.home section.results .btn-block .btn-link .link-text {
  font-size: 14px;
  line-height: 1.2;
  text-align: left;
  padding-left: 46px;
  color: #fff;
  font-weight: 600;
}
.home section.results .btn-block .btn-link .arrow-icon {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  position: absolute;
  right: 22px;
  background-image: url(../images/btn-b-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .home section.results .btn-block .btn-link .arrow-icon {
    right: 11px;
  }
}
.home section.intro {
  padding: 60px 0 60px;
  height: auto;
}
@media screen and (max-width: 750px) {
  .home section.intro {
    padding: 20px 0 20px;
  }
}
@media screen and (max-width: 375px) {
  .home section.intro {
    height: auto;
  }
}
.home section.intro .intro-text {
  margin: 0 auto;
  font-size: 31px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .home section.intro .intro-text {
    font-size: 26px;
  }
}
@media screen and (max-width: 750px) {
  .home section.intro .intro-text {
    font-size: 18px;
    line-height: 1.5;
    display: block;
  }
}
.home section.intro .intro-text .color-red {
  color: #194396;
  font-size: 36px;
}
@media screen and (max-width: 992px) {
  .home section.intro .intro-text .color-red {
    font-size: 28px;
  }
}
@media screen and (max-width: 750px) {
  .home section.intro .intro-text .color-red {
    font-size: 20px;
    line-height: 1.5;
    display: inline;
  }
}
.home section.case {
  padding: 0 0 80px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .home section.case {
    padding: 0 0 40px;
  }
}
.home section.case .head {
  display: flex;
  align-items: center;
  height: 165px;
  margin-bottom: 38px;
}
@media screen and (max-width: 750px) {
  .home section.case .head {
    display: block;
    height: auto;
    margin-bottom: 20px;
  }
}
.home section.case .head h2 {
  width: 238px;
  height: 165px;
  font-size: 22px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  background: #008ba2;
}
@media screen and (max-width: 992px) {
  .home section.case .head h2 {
    width: 170px;
    height: 120px;
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .home section.case .head h2 {
    width: 150px;
    height: 36px;
    font-size: 16px;
  }
}
.home section.case .head .case-block-links {
  padding: 40px;
  display: flex;
  gap: 23px;
  background-color: #d3e8ed;
  height: 120px;
  width: calc(100% - 238px);
}
.home section.case .head .case-block-links .case-block-link {
  height: 42px;
  padding: 12px 42px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #0092a1;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home section.case .inner {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 750px) {
  .home section.case .inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.home section.case .case-cards .item-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 40px;
  margin-bottom: 50px;
  gap: 13px;
}
@media screen and (max-width: 750px) {
  .home section.case .case-cards .item-wrapper {
    margin-bottom: 30px;
  }
}
.home section.case .case-cards .item-wrapper .item {
  width: calc((100% - 39px) / 4);
}
@media screen and (max-width: 750px) {
  .home section.case .case-cards .item-wrapper .item {
    width: calc((100% - 14px) / 2);
  }
}
.home section.case .case-cards .item-wrapper .item .parts-image {
  width: 100%;
  height: 180px;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .home section.case .case-cards .item-wrapper .item .parts-image {
    height: 120px;
  }
}
.home section.case .case-cards .item-wrapper .item .parts-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home section.case .case-cards .item-wrapper .item .parts-text {
  background-color: #d3e8ed;
  padding: 16px;
  min-height: 180px;
}
@media screen and (max-width: 750px) {
  .home section.case .case-cards .item-wrapper .item .parts-text {
    padding: 12px;
  }
}
.home section.case .case-cards .item-wrapper .item h3 {
  margin-bottom: 12px;
}
@media screen and (max-width: 750px) {
  .home section.case .case-cards .item-wrapper .item h3 {
    display: flex;
    flex-direction: column;
  }
}
.home section.case .case-cards .item-wrapper .item h3 .parts-title {
  width: 73px;
  height: 23.79px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background-color: #62bcc5;
  margin-right: 10px;
  padding: 3px 14px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .home section.case .case-cards .item-wrapper .item h3 .parts-title {
    width: 73px;
    height: auto;
    font-size: 12px;
    padding: 1px 8px;
    line-height: 1.5;
  }
}
.home section.case .case-cards .item-wrapper .item h3 .parts-name {
  font-weight: 700;
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .home section.case .case-cards .item-wrapper .item .desc p {
    font-size: 13px;
  }
}
.home section.case .btn-block {
  width: 100%;
  text-align: center;
}
.home section.case .btn-block a {
  position: relative;
  font-size: 20px;
  color: #fff;
  background-color: #000;
  width: 357px;
  height: 60px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-weight: 700;
}
@media screen and (max-width: 992px) {
  .home section.case .btn-block a {
    font-size: 15px;
    width: 250px;
    height: 46px;
    border-radius: 6px;
  }
}
.home section.case .btn-block a::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 16px solid #fff;
  border-right: 0;
  position: absolute;
  right: 27px;
}
@media screen and (max-width: 750px) {
  .home section.case .btn-block a::after {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 12px solid #fff;
  }
}
.home section.case .btn-block a:hover {
  background-color: #008ba2;
  transition: ease 0.3s;
}
.home {
  /* 画像サイズ調整 */
}
.home .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 1900px) {
  .home .swiper-slide img {
    object-position: 50% 0;
  }
}
@media screen and (max-width: 1899px) {
  .home .swiper-slide img {
    object-position: inherit;
  }
}
@media screen and (max-width: 1000px) {
  .home .swiper-slide img {
    object-position: 65%;
  }
}
@media screen and (max-width: 750px) {
  .home .swiper-slide img {
    object-position: top;
  }
}
.home .tab-nav {
  padding: 5px 40px;
  display: flex;
  gap: 23px;
  background-color: #d3e8ed;
  height: 120px;
  width: calc(100% - 238px);
  flex-wrap: wrap;
  row-gap: 0;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .home .tab-nav {
    padding: 10px 30px;
    gap: 10px;
    height: auto;
    width: calc(100% - 170px);
    row-gap: 10px;
  }
}
@media screen and (max-width: 750px) {
  .home .tab-nav {
    width: 100%;
    padding: 20px 20px;
  }
}
.home .tab-nav ul,
.home .tab-nav li {
  margin-top: 0;
  margin-bottom: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
}
.home .tab-nav div button {
  cursor: pointer;
  height: 42px;
  padding: 12px 42px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #0092a1;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .home .tab-nav div button {
    height: auto;
    padding: 4px 30px;
    font-size: 16px;
    border-radius: 6px;
  }
}
@media screen and (max-width: 750px) {
  .home .tab-nav div button {
    height: auto;
    padding: 3px 16px;
    font-size: 15px;
  }
}
.home .tab-nav div.active button {
  height: 42px;
  padding: 12px 42px;
  background: #0092a1;
  border-radius: 10px;
  border: 1px solid #0092a1;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .home .tab-nav div.active button {
    height: auto;
    padding: 4px 30px;
    font-size: 16px;
    border-radius: 6px;
  }
}
@media screen and (max-width: 750px) {
  .home .tab-nav div.active button {
    height: auto;
    padding: 3px 16px;
    font-size: 15px;
  }
}
.home .tab-content {
  display: none;
}
.home .tab-content.active {
  display: block;
}
.home .case-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  list-style: none;
  padding: 0;
}
.home .case-list img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .home .case-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* .home おわり*/
.page-template-template-custom h2,
.editor-styles-wrapper h2 {
  font-weight: 700;
  margin-bottom: 32px;
  font-size: 32px;
  color: rgb(0, 0, 0);
  text-align: left;
  position: relative;
  padding-left: 30px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 80px;
}
@media screen and (max-width: 750px) {
  .page-template-template-custom h2,
  .editor-styles-wrapper h2 {
    font-size: 16px;
    height: 50px;
    padding-left: 15px;
    margin-bottom: 25px;
  }
}
.page-template-template-custom h2::before,
.editor-styles-wrapper h2::before {
  display: block;
  content: "";
  width: 10px;
  height: 80px;
  background-image: url(../images/h2.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  position: absolute;
}
@media screen and (max-width: 750px) {
  .page-template-template-custom h2::before,
  .editor-styles-wrapper h2::before {
    height: 50px;
    width: 6px;
  }
}
.page-template-template-custom h3,
.editor-styles-wrapper h3 {
  font-size: 26px;
  color: rgb(4, 39, 73);
  text-align: left;
  padding: 20px 20px;
  font-weight: 700;
  height: 65px;
  display: flex;
  align-items: center;
  margin-bottom: 45px;
  border-bottom: #194396 1px solid;
  background-color: #f4f6f9;
}
@media screen and (max-width: 750px) {
  .page-template-template-custom h3,
  .editor-styles-wrapper h3 {
    padding: 13px 16px;
    height: auto;
    font-size: 15px;
    margin-bottom: 25px;
  }
}
.page-template-template-custom .border-bottom,
.editor-styles-wrapper .border-bottom {
  font-weight: 700;
  font-size: 40px !important;
  line-height: 48px;
  color: #000000;
  padding-bottom: 14px;
  border-bottom: 1px solid #0092a1 !important;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .page-template-template-custom .border-bottom,
  .editor-styles-wrapper .border-bottom {
    font-size: 28px !important;
    margin-bottom: 24px;
    line-height: 1.3;
  }
}
.page-template-template-custom h4,
.editor-styles-wrapper h4 {
  border-width: 1px;
  border-color: rgb(55, 89, 133);
  border-style: solid;
  background-color: rgb(255, 255, 255);
  min-height: 50px;
  padding: 15px 19.6%;
  display: inline;
  font-size: 22px;
  color: rgb(25, 67, 150);
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .page-template-template-custom h4,
  .editor-styles-wrapper h4 {
    width: 100%;
    font-size: 16.5px;
    display: flex;
    min-height: 37.5px;
    height: 37.5px;
    padding: 10px 2%;
    align-items: center;
    justify-content: center;
  }
}
.page-template-template-custom h5,
.editor-styles-wrapper h5 {
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  margin-bottom: 40px;
  text-align: left;
  padding-left: 18px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .page-template-template-custom h5,
  .editor-styles-wrapper h5 {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 16px;
  }
}
.page-template-template-custom h5::before,
.editor-styles-wrapper h5::before {
  display: block;
  content: "";
  width: 8px;
  height: 100%;
  background-color: #042749;
  position: absolute;
  top: 0;
  left: 0;
}
.page-template-template-custom h5:where(:not(.wp-block-post-title)),
.editor-styles-wrapper h5:where(:not(.wp-block-post-title)) {
  padding-bottom: 0;
}
.page-template-template-custom p,
.editor-styles-wrapper p {
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  color: #000;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 750px) {
  .page-template-template-custom p,
  .editor-styles-wrapper p {
    font-size: 12px;
    line-height: 2;
  }
}
.page-template-template-custom .profile-name,
.editor-styles-wrapper .profile-name {
  font-size: 60px;
  color: rgb(0, 0, 0);
  line-height: 1.2;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .page-template-template-custom .profile-name,
  .editor-styles-wrapper .profile-name {
    font-size: 37.5px;
  }
}
.page-template-template-custom .mx-auto,
.editor-styles-wrapper .mx-auto {
  margin: 0 auto;
}
.page-template-template-custom .wp-block-table.profile-table table,
.editor-styles-wrapper .wp-block-table.profile-table table {
  background-color: #fff;
}
.page-template-template-custom .wp-block-table.profile-table table tr th,
.editor-styles-wrapper .wp-block-table.profile-table table tr th {
  min-width: 140px;
}
@media screen and (max-width: 750px) {
  .page-template-template-custom .wp-block-table.profile-table table tr th,
  .editor-styles-wrapper .wp-block-table.profile-table table tr th {
    min-width: 87px;
  }
}
.page-template-template-custom .wp-block-table.profile-table table tr td,
.editor-styles-wrapper .wp-block-table.profile-table table tr td {
  background-color: #fff;
  min-width: 140px;
  vertical-align: top;
  padding-top: 0;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .page-template-template-custom .wp-block-table.profile-table table tr td,
  .editor-styles-wrapper .wp-block-table.profile-table table tr td {
    padding: 12px 12px;
    min-width: 87px;
  }
}
.page-template-template-custom .wp-block-table.profile-table table tr td:first-child,
.editor-styles-wrapper .wp-block-table.profile-table table tr td:first-child {
  font-weight: 600;
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .page-template-template-custom .wp-block-table.profile-table table tr td:first-child,
  .editor-styles-wrapper .wp-block-table.profile-table table tr td:first-child {
    font-size: 12px;
    width: 87px;
  }
}
.page-template-template-custom .wp-block-table.profile-table table tr:nth-child(odd),
.editor-styles-wrapper .wp-block-table.profile-table table tr:nth-child(odd) {
  background-color: #fff;
}
.page-template-template-custom ol.wp-block-list,
.editor-styles-wrapper ol.wp-block-list {
  list-style: none;
  counter-reset: number;
}
.page-template-template-custom ol.wp-block-list li,
.editor-styles-wrapper ol.wp-block-list li {
  position: relative;
  padding-left: 0;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 51px;
}
@media screen and (max-width: 750px) {
  .page-template-template-custom ol.wp-block-list li,
  .editor-styles-wrapper ol.wp-block-list li {
    font-size: 13.5px;
    padding-left: 38px;
  }
}
.page-template-template-custom ol.wp-block-list li::before,
.editor-styles-wrapper ol.wp-block-list li::before {
  content: "";
  display: block;
  width: 40px;
  height: 20px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  position: absolute;
  left: 0;
  font-size: 15px;
  font-weight: 600;
  counter-increment: number;
  content: counter(number);
  background-color: #375985;
}
@media screen and (max-width: 750px) {
  .page-template-template-custom ol.wp-block-list li::before,
  .editor-styles-wrapper ol.wp-block-list li::before {
    font-size: 11px;
    width: 30px;
    height: 15px;
    line-height: 15px;
  }
}
.page-template-template-custom ul.wp-block-list,
.editor-styles-wrapper ul.wp-block-list {
  list-style: none;
}
.page-template-template-custom ul.wp-block-list li,
.editor-styles-wrapper ul.wp-block-list li {
  position: relative;
  padding-left: 0;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 30px;
  border-left: 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  .page-template-template-custom ul.wp-block-list li,
  .editor-styles-wrapper ul.wp-block-list li {
    padding-left: 23px;
    font-size: 13.5px;
  }
}
.page-template-template-custom ul.wp-block-list li::before,
.editor-styles-wrapper ul.wp-block-list li::before {
  content: "";
  display: block;
  background-image: url(../images/list-icon.png);
  background-size: cover;
  width: 18px;
  height: 18px;
  top: 5px;
  left: 0;
  position: absolute;
  border-left: 0;
}
@media screen and (max-width: 750px) {
  .page-template-template-custom ul.wp-block-list li::before,
  .editor-styles-wrapper ul.wp-block-list li::before {
    width: 13.5px;
    height: 13.5px;
    top: 4px;
  }
}
.page-template-template-custom .wp-block-button.but-s .wp-block-button__link,
.editor-styles-wrapper .wp-block-button.but-s .wp-block-button__link {
  background-color: var(--vk-color-primary);
  width: 230px;
  height: 40px;
  border-radius: 999px !important;
  text-align: left;
  padding-left: 31px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 15px;
}
@media screen and (max-width: 750px) {
  .page-template-template-custom .wp-block-button.but-s .wp-block-button__link,
  .editor-styles-wrapper .wp-block-button.but-s .wp-block-button__link {
    font-size: 11.5px;
    height: 30px;
    width: auto;
    padding: 10px 37.5px 10px 20px;
  }
}
.page-template-template-custom .wp-block-button.but-s .wp-block-button__link::after,
.editor-styles-wrapper .wp-block-button.but-s .wp-block-button__link::after {
  position: absolute;
  width: 20px;
  height: 20px;
  content: "";
  display: block;
  background-image: url(../images/btn-s-arrow.png);
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 12px;
}
@media screen and (max-width: 750px) {
  .page-template-template-custom .wp-block-button.but-s .wp-block-button__link::after,
  .editor-styles-wrapper .wp-block-button.but-s .wp-block-button__link::after {
    width: 14.7px;
    height: 14.7px;
    right: 9px;
  }
}
.page-template-template-custom .wp-block-button.but-b .wp-block-button__link,
.editor-styles-wrapper .wp-block-button.but-b .wp-block-button__link {
  background-color: var(--vk-color-primary);
  width: 300px;
  height: 64px;
  border-radius: 999px !important;
  text-align: left;
  padding-left: 45px;
  position: relative;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 750px) {
  .page-template-template-custom .wp-block-button.but-b .wp-block-button__link,
  .editor-styles-wrapper .wp-block-button.but-b .wp-block-button__link {
    font-size: 15px;
    height: 50px;
    width: auto;
    min-width: 287.5px;
    padding: 9px 80px 9px 43px;
  }
}
.page-template-template-custom .wp-block-button.but-b .wp-block-button__link::after,
.editor-styles-wrapper .wp-block-button.but-b .wp-block-button__link::after {
  position: absolute;
  width: 28px;
  height: 28px;
  content: "";
  display: block;
  background-image: url(../images/btn-b-arrow.png);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 22px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .page-template-template-custom .wp-block-button.but-b .wp-block-button__link::after,
  .editor-styles-wrapper .wp-block-button.but-b .wp-block-button__link::after {
    width: 27px;
    height: 27px;
    right: 11.5px;
    background-size: contain;
  }
}
.page-template-template-custom ul#qa,
.editor-styles-wrapper ul#qa {
  border-top: 1px solid #1347a3;
}
.page-template-template-custom ul#qa li,
.editor-styles-wrapper ul#qa li {
  font-size: 18px;
  color: rgb(0, 0, 0);
  line-height: 2;
  text-align: left;
  padding-top: 6px;
  padding-left: 60px;
  border-left: 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  .page-template-template-custom ul#qa li,
  .editor-styles-wrapper ul#qa li {
    font-size: 13.5px;
    padding-left: 50px;
  }
}
.page-template-template-custom ul#qa li::before,
.editor-styles-wrapper ul#qa li::before {
  background-image: url(../images/question-a.png);
  background-size: cover;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  position: absolute;
  border-left: 0;
}
@media screen and (max-width: 750px) {
  .page-template-template-custom ul#qa li::before,
  .editor-styles-wrapper ul#qa li::before {
    width: 37.5px;
    height: 37.5px;
  }
}
.page-template-template-custom ul#qa li:first-child,
.editor-styles-wrapper ul#qa li:first-child {
  font-size: 18px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 2;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 750px) {
  .page-template-template-custom ul#qa li:first-child,
  .editor-styles-wrapper ul#qa li:first-child {
    font-size: 13.5px;
    padding-left: 50px;
  }
}
.page-template-template-custom ul#qa li:first-child::before,
.editor-styles-wrapper ul#qa li:first-child::before {
  background-image: url(../images/question-q.png);
  background-size: cover;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  position: absolute;
}
@media screen and (max-width: 750px) {
  .page-template-template-custom ul#qa li:first-child::before,
  .editor-styles-wrapper ul#qa li:first-child::before {
    width: 37.5px;
    height: 37.5px;
  }
}

@media screen and (max-width: 750px) {
  div#sns-list {
    margin-left: 99px;
  }
}
div#sns-list .wp-block-group figure {
  margin: 0 30px;
}
@media screen and (max-width: 750px) {
  div#sns-list .wp-block-group figure {
    margin: 0 15px;
  }
}

.single-case .case-content {
  padding-bottom: 80px;
}
.single-case .case-content p {
  line-height: 2;
}
.single-case .case-content h2.case-ttl {
  font-size: 30px;
  line-height: 1.6;
  margin: 0 0 12px;
}
@media (max-width: 992px) {
  .single-case .case-content h2.case-ttl {
    font-size: 24px;
    line-height: 1.3;
  }
}
.single-case .case-content .main {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .single-case .case-content .main {
    display: block;
  }
}
.single-case .case-content .main .image {
  width: 45%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .single-case .case-content .main .image {
    width: 100%;
    margin-bottom: 20px;
  }
}
.single-case .case-content .main .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.single-case .case-content .main .text {
  width: 50%;
  padding-left: 16px;
}
@media (max-width: 992px) {
  .single-case .case-content .main .text {
    width: 100%;
    padding-left: 0;
  }
}
.single-case .case-content .main .text h3.company_profile-title {
  padding: 0 0 0.36em 0;
  font-size: 24px;
  border-bottom: 2px solid #ccc;
  margin: 0 0px 20px 0px;
  color: #042749;
  position: relative;
}
@media (max-width: 992px) {
  .single-case .case-content .main .text h3.company_profile-title {
    font-size: 18px;
  }
}
.single-case .case-content .main .text h3.company_profile-title::after {
  content: ".";
  line-height: 0;
  width: 30%;
  display: block;
  overflow: hidden;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #042749;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.single-case .case-content .main .text dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.single-case .case-content .main .text dl dt {
  font-weight: 700;
  width: 120px;
  padding-bottom: 10px;
  line-height: 1.5;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0.5em;
}
@media (max-width: 992px) {
  .single-case .case-content .main .text dl dt {
    width: 90px;
    width: 100%;
    border-bottom: 0;
    padding-bottom: 0;
  }
}
.single-case .case-content .main .text dl dd {
  width: calc(100% - 120px);
  padding-bottom: 10px;
  line-height: 1.5;
  margin-bottom: 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0.5em;
}
@media (max-width: 992px) {
  .single-case .case-content .main .text dl dd {
    width: calc(100% - 90px);
    width: 100%;
  }
}
.single-case .case-content .main .text dl dd p {
  line-height: 1.8em;
}
.single-case .case-content .case-cat-list {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  margin: 0;
  padding-bottom: 20px;
}
.single-case .case-content .case-cat-list li {
  margin: 0;
  background-color: #d3e8ed;
  color: #000;
  border-left: 0;
  width: auto;
  display: inline;
  text-align: center;
  border-radius: 3px;
  font-size: 13px;
  padding: 2px 6px;
  text-align: center;
}
.single-case .case-content .case-cat-list li::before {
  display: none;
}
.single-case .case-content .case-cat-list li a {
  text-decoration: none;
}
.single-case .case-content .case-cat-list li a:hover {
  color: #fff;
}
.single-case .case-content h2.wp-block-heading {
  background: #042749;
  position: relative;
  padding: 4px 0px 4px 76px;
  margin-top: 2em;
  margin-bottom: 1.3em;
  color: #fff;
  font-size: 26px;
  overflow: hidden;
  font-size: 30px;
  line-height: 1.3;
  padding: 4px 6px 4px 70px;
}
@media (max-width: 992px) {
  .single-case .case-content h2.wp-block-heading {
    font-size: 20px;
    line-height: 1.3;
    padding: 4px 6px 4px 40px;
  }
}
.single-case .case-content h2.wp-block-heading::before {
  content: "";
  position: absolute;
  background: rgb(19, 71, 163);
  width: 110px;
  height: 100%;
  display: block;
  top: 0;
  left: -60px;
  transform: rotate(66deg);
}
@media (max-width: 992px) {
  .single-case .case-content h2.wp-block-heading::before {
    left: -66px;
    height: 150%;
  }
}
@media (max-width: 750px) {
  .single-case .case-content h2.wp-block-heading::before {
    left: -66px;
  }
}
@media (max-width: 390px) {
  .single-case .case-content h2.wp-block-heading::before {
    left: -100px;
    height: 150%;
  }
}
.single-case .case-content h3.wp-block-heading {
  font-size: 26px;
  color: rgb(4, 39, 73);
  text-align: left;
  padding: 20px 20px;
  font-weight: 700;
  height: 65px;
  display: flex;
  align-items: center;
  margin-bottom: 45px;
  border-bottom: #194396 1px solid;
  background-color: #f4f6f9;
}
@media screen and (max-width: 750px) {
  .single-case .case-content h3.wp-block-heading {
    padding: 13px 16px;
    height: auto;
    font-size: 15px;
    margin-bottom: 25px;
  }
}
.single-case .case-content .swiper-wrapper {
  width: 100%;
}
.single-case .case-content .swiper-button-prev {
  position: absolute;
  left: 1%;
  width: 16px;
  height: auto;
  opacity: 0.8;
  top: 0;
  bottom: 0;
  margin: auto;
}
.single-case .case-content .swiper-button-next {
  position: absolute;
  right: 1%;
  width: 16px;
  height: auto;
  opacity: 0.8;
  top: 0;
  bottom: 0;
  margin: auto;
}
.single-case .case-content .case-slider {
  margin-bottom: 10px;
}
.single-case .case-content .case-slider .swiper-slide {
  display: block;
  height: 400px;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 992px) {
  .single-case .case-content .case-slider .swiper-slide {
    height: 270px;
  }
}
.single-case .case-content .case-slider .swiper-slide img {
  height: 100%;
  width: auto;
  object-fit: cover;
  object-position: center;
}
.single-case .case-content .case-thumbnail {
  width: 100%;
  overflow: hidden;
}
.single-case .case-content .case-thumbnail .swiper-slide {
  display: block;
  height: 128px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .single-case .case-content .case-thumbnail .swiper-slide {
    height: 96px;
  }
}
.single-case .case-content .case-thumbnail .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

@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%;
  }
}
.post-type-archive-case .main-section--col--two .vk_posts .vk_post .vk_post_title,
.tax-case-cat .main-section--col--two .vk_posts .vk_post .vk_post_title {
  font-size: 16px;
}
.post-type-archive-case .main-section--col--two .vk_post.case-item,
.tax-case-cat .main-section--col--two .vk_post.case-item {
  padding: 1rem;
  border: 1px solid #eee;
  position: relative;
}
@media (max-width: 992px) {
  .post-type-archive-case .main-section--col--two .vk_post.case-item,
  .tax-case-cat .main-section--col--two .vk_post.case-item {
    width: 44%;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 525px) {
  .post-type-archive-case .main-section--col--two .vk_post.case-item,
  .tax-case-cat .main-section--col--two .vk_post.case-item {
    width: 100%;
  }
}
.post-type-archive-case .main-section--col--two .vk_post_imgOuter,
.tax-case-cat .main-section--col--two .vk_post_imgOuter {
  margin-bottom: 1rem;
}
.post-type-archive-case .main-section--col--two .case-category,
.tax-case-cat .main-section--col--two .case-category {
  padding: 0.5rem 0;
}
.post-type-archive-case .main-section--col--two .case-cat-list,
.tax-case-cat .main-section--col--two .case-cat-list {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  margin: 0;
}
.post-type-archive-case .main-section--col--two .case-cat-item,
.tax-case-cat .main-section--col--two .case-cat-item {
  margin: 0;
  background-color: #d3e8ed;
  color: #000;
  border-left: 0;
  width: auto;
  display: inline;
  text-align: center;
  border-radius: 3px;
  font-size: 11px;
  padding: 1px 4px;
  text-align: center;
}
.post-type-archive-case .main-section--col--two .case-cat-item::before,
.tax-case-cat .main-section--col--two .case-cat-item::before {
  display: none;
}
.post-type-archive-case .main-section--col--two .case-cat-item a,
.tax-case-cat .main-section--col--two .case-cat-item a {
  text-decoration: none;
}
.post-type-archive-case .main-section--col--two .case-cat-item a:hover,
.tax-case-cat .main-section--col--two .case-cat-item a:hover {
  color: #fff;
}
.post-type-archive-case .main-section--col--two .vk_post_body,
.tax-case-cat .main-section--col--two .vk_post_body {
  position: relative;
}
.post-type-archive-case .main-section--col--two .vk_post_body .text,
.tax-case-cat .main-section--col--two .vk_post_body .text {
  width: 100%;
  font-size: 13px;
  padding-top: 0.5rem;
}
@media (max-width: 992px) {
  .post-type-archive-case .main-section--col--two .vk_post_body .text,
  .tax-case-cat .main-section--col--two .vk_post_body .text {
    width: 100%;
    padding-left: 0;
  }
}
.post-type-archive-case .main-section--col--two .vk_post_body .text dl,
.tax-case-cat .main-section--col--two .vk_post_body .text dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.post-type-archive-case .main-section--col--two .vk_post_body .text dl dt,
.tax-case-cat .main-section--col--two .vk_post_body .text dl dt {
  font-weight: 700;
  width: 50px;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .post-type-archive-case .main-section--col--two .vk_post_body .text dl dt,
  .tax-case-cat .main-section--col--two .vk_post_body .text dl dt {
    width: 50px;
  }
}
.post-type-archive-case .main-section--col--two .vk_post_body .text dl dd,
.tax-case-cat .main-section--col--two .vk_post_body .text dl dd {
  width: calc(100% - 90px);
  padding-bottom: 0.5rem;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .post-type-archive-case .main-section--col--two .vk_post_body .text dl dd,
  .tax-case-cat .main-section--col--two .vk_post_body .text dl dd {
    width: calc(100% - 90px);
  }
}
.post-type-archive-case .main-section--col--two .vk_post_body .text dl dd.info,
.tax-case-cat .main-section--col--two .vk_post_body .text dl dd.info {
  width: 100%;
  padding-bottom: 0;
}
.post-type-archive-case .main-section--col--two .vk_post_body .text dl dd.info p,
.tax-case-cat .main-section--col--two .vk_post_body .text dl dd.info p {
  line-height: 1.8em;
  margin-bottom: 2rem;
}
.post-type-archive-case .main-section--col--two .vk_post_btnOuter,
.tax-case-cat .main-section--col--two .vk_post_btnOuter {
  display: block;
  text-align: right;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
.post-type-archive-case .main-section--col--two .vk_post_btnOuter a,
.tax-case-cat .main-section--col--two .vk_post_btnOuter a {
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 16px;
  padding: 2px 12px;
}
@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 screen and (max-width: 992px) {
  .site-body .c-faq__container {
    padding: 15px;
  }
}
.site-body .c-faq-row {
  margin-bottom: 10px;
}
@media screen and (max-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 screen and (max-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;
}

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

h1.archive-header-title {
  margin-bottom: 40px;
}

h2.section-ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  h2.section-ttl {
    margin-bottom: 14px;
  }
}
h2.section-ttl .en {
  font-size: 20px;
  color: rgb(19, 71, 163);
  line-height: 1;
  text-align: left;
  margin-bottom: 13px;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  h2.section-ttl .en {
    font-size: 13px;
    line-height: 10px;
    margin-bottom: 1px;
  }
}
h2.section-ttl .jp {
  font-size: 36px;
  color: rgb(4, 39, 73);
  font-weight: 700;
  line-height: 0.8 !important;
  text-align: left;
}
@media screen and (max-width: 750px) {
  h2.section-ttl .jp {
    font-size: 22.5px;
    line-height: 1.8 !important;
  }
}

.postListText_singleTermLabel_inner {
  color: #042749 !important;
}

a.wp-block-button__link.has-black-background-color.has-background.wp-element-button:hover {
  opacity: 0.8;
  transition: all 0.3s;
}

.wp-block-button.btn-border a.wp-block-button__link.wp-element-button {
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #008ba2;
  border-radius: 10px;
  border: 1px solid #0092a1;
  padding: 18px 100px;
}
@media screen and (max-width: 750px) {
  .wp-block-button.btn-border a.wp-block-button__link.wp-element-button {
    font-size: 15px;
    padding: 10px 10px;
    width: 90%;
    min-width: 200px;
    max-width: 350px;
  }
}
.wp-block-button.btn-border a.wp-block-button__link.wp-element-button:hover {
  background-color: #0092a1;
  filter: none;
  color: #fff;
}
.wp-block-button.btn-border a.wp-block-button__link.wp-element-button::after {
  display: none;
}

.btn-block {
  padding: 13px 0 0;
}
.btn-block a.btn-contact {
  background-color: rgb(4, 39, 73);
  width: 270px;
  height: 60px;
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  position: relative;
  margin-bottom: 20px;
}
.btn-block a.btn-contact::before {
  content: "";
  display: block;
  position: absolute;
  left: 25px;
  width: 22px;
  height: 18px;
  background-image: url(../images/btn-mail.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-block a.btn-tel {
  background-color: #375985;
  width: 460px;
  height: 60px;
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  position: relative;
}
.btn-block a.btn-tel::before {
  content: "";
  display: block;
  position: absolute;
  left: 24px;
  width: 20px;
  height: 10px;
  background-image: url(../images/btn-mail.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.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 0.3em 0.3em;
  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;
  display: block;
  width: 100%;
  font-size: 18px;
}
.site-body .c-category-widget__list-item {
  margin: 0;
  width: 100%;
  display: block;
  margin: 0.8rem 0.5rem;
}
.site-body .c-category-widget__list-item a {
  text-decoration: none;
  width: 100%;
  display: block;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 0.5rem;
}
.site-body .c-category-widget__list .c-category-widget__list {
  padding-left: 1em;
  margin-bottom: 0;
}

ul.page-numbers li::before {
  display: none;
}

.case-shortcode-list {
  width: 100%;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
  margin-left: -1.2rem;
}
@media (max-width: 992px) {
  .case-shortcode-list {
    grid-template-columns: repeat(2, 1fr);
    margin-left: -1.2rem;
  }
}
@media (min-width: 992px) {
  .case-shortcode-list .vk_posts {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2em;
  }
}
@media (min-width: 1200px) {
  .case-shortcode-list .vk_posts {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 992px) {
  .case-shortcode-list .vk_posts .vk_post {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .case-shortcode-list .vk_posts .vk_post {
    width: 100%;
  }
}
.case-shortcode-list .vk_posts .vk_post .vk_post_title {
  font-size: 16px;
}
.case-shortcode-list .vk_post.case-item {
  padding: 1rem;
  border: 1px solid #eee;
  position: relative;
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 992px) {
  .case-shortcode-list .vk_post.case-item {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 525px) {
  .case-shortcode-list .vk_post.case-item {
    width: 100%;
  }
}
.case-shortcode-list .vk_post_imgOuter {
  margin-bottom: 1rem;
}
.case-shortcode-list .case-category {
  padding: 0.5rem 0;
}
.case-shortcode-list .case-cat-list {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  margin: 0;
}
.case-shortcode-list .case-cat-item {
  margin: 0;
  background: #d4bc73;
  color: #000;
  border-left: 0;
  width: auto;
  display: inline;
  text-align: center;
  border-radius: 3px;
  font-size: 11px;
  padding: 1px 4px;
  text-align: center;
}
.case-shortcode-list .case-cat-item::before {
  display: none;
}
.case-shortcode-list .case-cat-item a {
  text-decoration: none;
}
.case-shortcode-list .case-cat-item a:hover {
  color: #fff;
}
.case-shortcode-list .vk_post_body {
  position: relative;
}
.case-shortcode-list .vk_post_body .text {
  width: 100%;
  font-size: 13px;
  padding-top: 0.5rem;
}
@media (max-width: 992px) {
  .case-shortcode-list .vk_post_body .text {
    width: 100%;
    padding-left: 0;
  }
}
.case-shortcode-list .vk_post_body .text dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.case-shortcode-list .vk_post_body .text dl dt {
  font-weight: 700;
  width: 90px;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .case-shortcode-list .vk_post_body .text dl dt {
    width: 90px;
  }
}
.case-shortcode-list .vk_post_body .text dl dd {
  width: calc(100% - 90px);
  padding-bottom: 0.5rem;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .case-shortcode-list .vk_post_body .text dl dd {
    width: calc(100% - 90px);
  }
}
.case-shortcode-list .vk_post_body .text dl dd.info {
  width: 100%;
  padding-bottom: 0;
}
.case-shortcode-list .vk_post_body .text dl dd.info p {
  line-height: 1.8em;
  margin-bottom: 2rem;
}
.case-shortcode-list .vk_post_btnOuter {
  display: block;
  text-align: right;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
.case-shortcode-list .vk_post_btnOuter a {
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 16px;
  background: #996600;
  border: #744d4d 1px solid;
  padding: 2px 12px;
}
@media (min-width: 992px) {
  .case-shortcode-list .vk_post.media.vk_post-case {
    margin: 0;
  }
}/*# sourceMappingURL=style.css.map */