@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Noto+Sans+JP:wght@100..900&display=swap");
:root {
  --font-family--gothic: "Noto Sans JP", sans-serif;
  --font-family--ud: "BIZ UDGothic", sans-serif;
  --color-black: #141d2a;
  --color-main: #070c47;
  --color-sub: #1ec2de;
  --color-sky: #9bdce6;
  --color-green: #4ac1e3;
  --color-blue: #3180c4;
  --color-red: #ff3333;
  --color-button-bg: #0099cc;
  --gradation-background: rgb(9, 129, 206);
  --gradation-blue: linear-gradient(
    90deg,
    rgba(0, 0, 153, 1) 0%,
    rgba(45, 153, 205, 1) 100%
  );
  --gradation-blue-normal-background: rgb(22, 137, 204);
  --gradation-blue-normal: linear-gradient(
    90deg,
    rgba(22, 137, 204, 1) 0%,
    rgba(22, 137, 204, 1) 100%
  );
  --gradation-background-2: rgb(7, 72, 169, 1);
  --gradation-blue-2: linear-gradient(
    90deg,
    rgba(9, 152, 211, 1) 0%,
    rgba(7, 72, 169, 1) 100%
  );
}

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

html,
body {
  font-family: var(--font-family--gothic);
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased; /* mac向け: 細く滑らかに */
  -moz-osx-font-smoothing: grayscale; /* mac向け: 同様 */
  text-rendering: optimizeLegibility; /* 字形をきれいに */
  color: #000;
}
@media (min-width: 992px) {
  html,
  body {
    font-size: 16px;
  }
}

body {
  line-height: 1.5;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  box-sizing: border-box;
}

@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;
  font-weight: 400;
}

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

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

ul li {
  text-align: left;
}
.site-body {
  padding: 70px 0 60px;
}
.site-body h3 {
  letter-spacing: 0.02em;
  padding-bottom: 12px !important;
}
.site-body h3::after {
  display: none;
}
.site-body h4 {
  border-bottom: 0 !important;
}
.site-body h4::after {
  display: none;
}
.site-body .postListText_singleTermLabel_inner {
  font-size: 16px;
  padding: 4px 1rem;
  height: 34px;
  min-width: 128px;
  line-height: 1;
  background: #1ec2de !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .site-body .postListText_singleTermLabel_inner {
    height: 28px;
    min-width: 125px;
    margin-bottom: 0;
  }
}
.site-body .postListText_singleTermLabel {
  margin-right: 35px;
  height: auto;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .site-body .postListText_singleTermLabel {
    height: 100%;
  }
}
.site-body .postListText_title a {
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  color: #2d2d2d;
}
.site-body p.postListText_title a:hover {
  text-decoration: underline !important;
  text-decoration-color: #1ec2de !important;
  text-decoration-thickness: 1px;
}
.site-body .postListText_date {
  font-weight: 500;
  font-size: 16px;
  color: #2d2d2d;
  margin-right: 35px;
  display: block;
  min-width: 100%;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  height: auto;
}
@media (min-width: 768px) {
  .site-body .postListText_date {
    height: 100%;
    min-width: 115px;
    margin-bottom: 0;
  }
}

.postListText {
  padding: 30px 0 30px;
  border-bottom: 1px solid #c3c3c3;
  display: block;
  overflow: hidden;
  width: 100%;
}

body.single-post .site-body-container {
  max-width: 94%;
  width: 1110px;
  margin: 0 auto;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.category-information .entry-info {
  margin-bottom: 18px;
}
.category-information .entry-header h1.entry-title {
  margin-bottom: 40px;
  line-height: 1.4 !important;
}

.vk_posts {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.vk_posts .vk_post {
  margin: 0;
}
.vk_posts .vk_post-col-xl-12 {
  padding-bottom: 25px;
  padding-top: 25px;
  border-bottom: 1px solid #c3c3c3;
  border-top: 0 !important;
}
.vk_posts .vk_post_title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5 !important;
  color: #2d2d2d;
}

.vk_posts .vk_post-col-xl-12,
.vk_posts .vk_post-col-lg-12 {
  width: 100% !important;
}

.sub-section {
  padding-top: 40px;
}

.localNavi > div > ul li a,
.localNavi > ul li a,
.widget .localNavi > div > ul li a,
.widget .localNavi > ul li a,
.widget_archive > div > ul li a,
.widget_archive > ul li a,
.widget_categories > div > ul li a,
.widget_categories > ul li a,
.widget_link_list > div > ul li a,
.widget_link_list > ul li a,
.widget_nav_menu > div > ul li a,
.widget_nav_menu > ul li a,
.widget_pages > div > ul li a,
.widget_pages > ul li a,
.widget_postlist > div > ul li a,
.widget_postlist > ul li a {
  display: block;
  padding-top: 25px;
  padding-bottom: 25px;
}

@media screen and (max-width: 782px) {
  .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: 110px;
    background: #f8f8f8;
  }
}
.vk-mobile-nav.vk-mobile-nav-left-in {
  opacity: 0;
  transform: translateY(20px);
}

.vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-left-in {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s ease-in, transform 0.7s ease-out;
}

.vk-mobile-nav .widget_nav_menu ul li a,
.vk-mobile-nav nav ul li a {
  color: var(--color-main);
}

.vk-mobile-nav .widget_nav_menu ul li a,
.vk-mobile-nav nav ul li a {
  font-weight: 500;
  font-size: 21px;
  letter-spacing: 0.02em;
  border-bottom: 1px solid #d8d8d8;
  border: 1px solid #d8d8d8;
}

.vk-mobile-nav .widget_nav_menu ul li a,
.vk-mobile-nav nav ul li a {
  color: #333;
  border-bottom: 1px solid #ccc;
  border-right: 0;
  border-left: 0;
}

.vk-menu-acc ul.sub-menu li a {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.02em;
  padding: 0px;
  color: #515151;
  border: 0;
}

.vk-menu-acc ul.sub-menu li a {
  border-bottom: none;
}
@media (min-width: 768px) {
  .vk-menu-acc ul.sub-menu li a {
    border-bottom: 1px var(--color-main) none;
    padding: 10px 10px;
  }
}

.vk-menu-acc .acc-btn-close {
  background: url("../images/common/sub-menu-arrow.png") center bottom no-repeat !important;
  width: 24px;
  height: 15px;
  background-size: cover;
}

.vk-mobile-nav-menu-btn {
  left: auto;
  right: 20px !important;
  top: 45px !important;
  background: url(../images/common/bg_mobile-nav-menu.svg) center center no-repeat;
  background-size: contain;
  width: 50px;
  height: 38px;
  border: 0;
  position: absolute;
}

.vk-menu-acc .acc-btn {
  border: 1px solid #333;
  background: url(../images/common/menu-acc-icon-open-black.svg) center 50% no-repeat;
}

.vk-mobile-nav-menu-btn.menu-open {
  border-color: transparent;
  background: url(../images/common/bg_mobile-nav-menu.svg) center 50% no-repeat rgba(255, 255, 255, 0.8);
}

.vk-mobile-nav-menu-btn.menu-open {
  border-color: transparent;
  background: url(../images/common/menu-btn-close-bg.svg) center 50% no-repeat rgba(255, 255, 255, 0.8) !important;
  border: 0;
}

.vk-mobile-nav .vk-mobile-nav-menu-outer {
  margin-bottom: 40px;
  position: relative;
}

.nav-cta {
  left: 0;
  bottom: 0;
  padding: 50px 10px 28px 10px;
  background: var(--color-main);
  border-radius: 60px 0 0 0;
  width: 100%;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.nav-cta .p-front-kv-cta-buttons {
  row-gap: 18px;
  margin-bottom: 27px;
}
.nav-cta .p-front-kv-cta-button {
  width: 100%;
  height: 47px;
  background: #fff;
  font-weight: 600;
  color: var(--color-main);
  text-align: left;
  display: grid;
  place-content: start;
  border-radius: 5px;
  padding: 10px 60px 10px 23px;
  position: relative;
  font-size: 21px;
  line-height: 1 !important;
  display: flex;
  align-items: center;
}
.nav-cta .p-front-kv-cta-button__light {
  background: var(--color-green);
  margin-bottom: 18px;
  background: var(--color-sky);
  color: var(--color-main);
  font-size: 21px;
  line-height: 1 !important;
  position: relative;
  display: flex;
  align-items: center;
}
.nav-cta .p-front-kv-cta-button__light::after {
  content: "";
  color: var(--color-main);
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 7%;
  background: url(../images/front/cta-arrow-white.png) center center no-repeat;
  background-size: cover;
}
.nav-cta .p-front-kv-cta-button__light:hover::after {
  content: "";
  color: var(--color-main);
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 7%;
  background: url(../images/front/cta-arrow-main.png) center center no-repeat;
  background-size: cover !important;
}
.nav-cta .p-front-kv-cta-button::after {
  content: "";
  color: var(--color-main);
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 7%;
  background: url(../images/front/cta-arrow-main.png) center center no-repeat;
  background-size: cover;
}
.nav-cta .p-front-kv-cta-button:hover::after {
  content: "";
  color: var(--color-main);
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 7%;
  background: url(../images/front/cta-arrow-main.png) center center no-repeat;
  background-size: cover;
}
.nav-cta .site-header-info-tel {
  color: #fff;
  text-align: right;
}
.nav-cta .site-header-info-tel-number {
  line-height: 1;
  position: relative;
  font-family: "Figtree", sans-serif !important;
  font-weight: 500;
  font-size: 27px;
  color: #fff;
  margin-bottom: 6px;
}
.nav-cta .site-header-info-tel-number a {
  color: #fff;
}
.nav-cta .site-header-info-tel-time {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
}
.nav-cta .site-header-info-tel .icon {
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 30px;
  height: 30px;
}
.nav-cta .site-header-info-tel .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.l-section {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.l-section__title {
  flex: 0 0 280px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  position: sticky;
  top: 100px; /* ヘッダー分に応じて調整 */
  height: fit-content;
}
.l-section__content {
  flex: 1;
}

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

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

.text-black {
  color: #000;
}

.gap-17 {
  gap: 17px;
}

.title-simple::after {
  display: none !important;
}

h3.rightarea-title-simple {
  font-size: 28px !important;
  border-top: none;
  margin-bottom: 30px;
  line-height: 1.5 !important;
  padding: 0 !important;
  padding-bottom: 0 !important;
}
h3.rightarea-title-simple::after {
  display: none !important;
}

.fw-500 {
  font-weight: 500;
}

.site-header {
  box-shadow: none;
  height: 65px;
}
@media (min-width: 992px) {
  .site-header {
    height: 125px;
  }
}
.site-header-logo {
  text-align: left;
  line-height: 0.5;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 83px;
  height: 29.5px;
}
@media (min-width: 992px) {
  .site-header-logo {
    line-height: 1;
    margin-bottom: 10px;
    width: auto;
    height: auto;
  }
}
.site-header-logo img {
  margin-left: 0;
}
.site-header-logo span {
  font-size: 11px;
  font-weight: 600;
  color: var(--color-main);
}
@media (min-width: 992px) {
  .site-header-logo span {
    font-size: 16px;
  }
}
@media (min-width: 576px) {
  .site-header-container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .site-header-top {
    padding-top: 21px;
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
  }
}
.site-header-top .site-header-container {
  padding-left: 0;
}
@media (min-width: 992px) {
  .site-header-top .site-header-container {
    display: flex;
    justify-content: flex-end;
    position: relative;
    padding: 0;
    width: 100%;
    padding-left: 39px;
    padding-right: 34px;
  }
}
.site-header-top .site-header-info {
  display: none;
}
@media (min-width: 992px) {
  .site-header-top .site-header-info {
    display: flex;
    align-items: center;
    gap: 47px;
    height: 47px;
  }
}
.site-header-top .site-header-info-tel {
  color: var(--color-main);
  text-align: right;
}
.site-header-top .site-header-info-tel-number {
  line-height: 1;
  position: relative;
  font-family: "Figtree", sans-serif !important;
  font-weight: 500;
  font-size: 27px;
  color: #070c47;
  width: 216px;
  margin-bottom: 2px;
  margin-top: 3px;
}
.site-header-top .site-header-info-tel-time {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 12px;
  color: #070c47;
  letter-spacing: 0.033em;
}
.site-header-top .site-header-info-tel .icon {
  position: absolute;
  left: -5px;
  bottom: -2px;
  width: 30px;
  height: 30px;
}
.site-header-top .site-header-info-tel .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.site-header-top .site-header-info-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}
.site-header-top .site-header-info-buttons span {
  position: absolute;
  font-family: var(--font-family--ud);
  font-size: 15px;
  font-weight: 600;
  color: var(--color-main);
  top: -24px;
  left: calc(50% - 2.5em);
}
.site-header-top .site-header-info-button {
  width: auto;
  min-width: 220px;
  height: 47px;
  display: grid;
  place-content: center;
  border-radius: 5px;
  background: var(--color-main);
  color: white;
  font-weight: 500 !important;
  padding: 17px 20px 17px 16px;
  letter-spacing: 0.03em;
}
@media (min-width: 992px) {
  .site-header-top .site-header-info-button {
    font-size: 18px;
  }
}
.site-header-top .site-header-info-button:hover {
  background: var(--color-sub);
  transition: all 0.3s;
}
.site-header-top .site-header-info-button__light {
  background: #9bdce6;
  color: var(--color-main);
  min-width: 202px;
  padding: 17px 16px;
}
.site-header-top .site-header-info-button__light:hover {
  background: var(--color-main);
  transition: all 0.3s;
  color: #fff;
}
.site-header-bottom {
  display: none;
}
@media (min-width: 992px) {
  .site-header-bottom {
    display: block;
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
    padding-right: 34px;
  }
}
.site-header-bottom .global-nav {
  max-width: 953px;
  position: relative;
  padding: 0;
  margin-right: 0;
}
.site-header-bottom .global-nav-list {
  justify-content: flex-end;
}
.site-header-bottom .global-nav-list li {
  font-size: 18px;
  padding: 0;
}
.site-header-bottom .global-nav-list li a {
  color: var(--color-main);
  color: #000;
  padding: 14px 8px 18px;
  position: relative;
  cursor: pointer;
  letter-spacing: 0.02em;
}
@media (min-width: 1216px) {
  .site-header-bottom .global-nav-list li a {
    padding: 14px 24.6px 18px;
  }
}
.site-header-bottom .global-nav-list li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #3180c4;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
}
.site-header-bottom .global-nav-list li a:hover {
  color: #333;
  text-decoration: none !important;
}
.site-header-bottom .global-nav-list li a:hover::after {
  opacity: 1;
}
.site-header-bottom .global-nav-list li .global-nav-name {
  font-size: 18px;
  font-weight: 400 !important;
  color: #000;
}
.site-header-bottom .global-nav-list li:last-child a {
  padding-right: 0;
}

/* 固定ヘッダー */
.device-mobile.scrolled.header_scrolled #site-header {
  position: fixed !important; /* ←fixedで固定する*/
  top: 0;
  left: 0;
}

/* 通常のヘッダー */
#site-header {
  z-index: 999;
  width: 100%;
}

.site-header--layout--nav-float .site-header-logo {
  top: 18px;
  left: 20px;
  position: absolute;
  width: 83px;
  height: 29.43px;
}
@media (min-width: 992px) {
  .site-header--layout--nav-float .site-header-logo {
    top: 14px;
    left: 39px;
    width: 148px;
    height: 52.15px;
  }
}
@media (min-width: 992px) {
  .site-header--layout--nav-float .site-header-logo a {
    width: 148px;
    height: 52.149px;
    position: relative;
    top: 0 !important;
    left: 0;
  }
}
.site-header--layout--nav-float .site-header-logo img {
  width: 83px;
  height: 29.43px;
  object-fit: contain;
}
@media (min-width: 992px) {
  .site-header--layout--nav-float .site-header-logo img {
    object-fit: cover;
    width: 148px;
    height: 52.149px;
  }
}

.header_scrolled .site-header-logo {
  display: inline-block;
}
.header_scrolled .site-header .global-nav {
  display: flex;
  justify-content: flex-end;
}

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

.vk-mobile-nav {
  background-color: #f8f8f8 !important;
}

.vk-mobile-nav nav ul li a:first-child {
  border-top: 0 !important;
}

.vk-mobile-nav nav ul li:first-child {
  border-top: 0 !important;
}

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

/* 固定ヘッダー */
.device-pc.scrolled.header_scrolled .site-header,
.device-mobile.scrolled.header_scrolled .vk-mobile-nav-menu-btn {
  position: fixed !important; /* ←fixedで固定する*/
}

.vk-mobile-nav-menu-btn {
  left: auto;
  right: 20px !important;
  top: 25px !important;
  background: url(../images/common/bg_mobile-nav-menu.svg) center center no-repeat;
  background-size: contain;
  width: 30px;
  height: 18px;
  border: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .vk-mobile-nav-menu-btn {
    top: 10px;
  }
}

.mobile-container {
  display: none;
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  top: 65px;
  left: 0;
  right: 0;
  bottom: 0;
}

.vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-drop-in,
.vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-left-in,
.vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-right-in {
  top: 65px !important;
}

.hamburger-menu {
  width: 30px;
  height: 22px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  user-select: none;
}

.line {
  background-color: #070c47;
  height: 1px;
  width: 100%;
  position: absolute;
  transition: all 0.3s;
}

.line:nth-of-type(1) {
  top: 0;
}

.line:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}

.line:nth-of-type(3) {
  bottom: 0;
}

.hamburger-menu.active > .line:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.hamburger-menu.active > .line:nth-of-type(2) {
  display: none;
}

.hamburger-menu.active > .line:nth-of-type(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.nav-menu {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 65px;
  left: 0;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 20px 8px 8px 8px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9333333333);
  opacity: 0;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
}

.nav-menu.active {
  display: flex;
  animation: slideInFromLeft 0.3s forwards;
}

@keyframes slideInFromLeft {
  0% {
    left: -100%;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
.nav-menu a {
  text-decoration: none;
  color: black;
  padding: 5px;
  margin: 5px;
  opacity: 0;
  transform: translateX(-20px);
  transition: all 0.3s ease;
  pointer-events: none;
}

.nav-menu a.show {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.vk-mobile-nav .widget_nav_menu ul li a,
.vk-mobile-nav nav ul li a {
  color: #070c47;
  border-bottom: 1px solid #ccc;
  border-right: 0;
  border-left: 0;
}

.vk-mobile-nav .acc-btn {
  border-width: 0;
  border-style: solid;
}

.vk-mobile-nav nav ul li a {
  padding: 27px 0.5em;
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
}

.vk-menu-acc .acc-btn-close {
  background: url(../images/common/sub-menu-arrow.png) center bottom no-repeat;
  width: 20px;
  height: 10px;
  background-size: cover;
  top: 46px;
}

.vk-menu-acc .acc-btn {
  top: 30px;
}

.vk-menu-acc ul.acc-child-open li {
  padding: 13.5px 0;
}

.vk-mobile-nav-menu-btn.menu-open {
  border-color: transparent;
  background: var(--vk-mobile-nav-menu-btn-close-bg-src) center 50% no-repeat rgba(255, 255, 255, 0.8);
}

.vk-mobile-nav-menu-btn.menu-open > .line:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.vk-mobile-nav-menu-btn.menu-open > .line:nth-of-type(2) {
  display: none;
}

.vk-mobile-nav-menu-btn.menu-open > .line:nth-of-type(3) {
  top: 50%;
  width: 30px;
  height: 1px;
  content: "";
  background: #333;
  transform: translateY(-50%) rotate(-45deg);
}

.admin-bar .vk-mobile-nav-menu-btn {
  top: 59px;
}
@media (min-width: 782px) {
  .admin-bar .vk-mobile-nav-menu-btn {
    top: 45px;
  }
}

.page-header {
  height: 150px;
  background: var(--color-main);
  text-align: left;
  position: relative;
}
.page-header .pege-header-title-sub-item {
  position: absolute;
  width: 34px;
  height: 150px;
  right: 0px;
  top: 0;
  background: #1ec2de;
  border-radius: 35px 0px 0px 0px;
  padding: 0;
}
@media (min-width: 992px) {
  .page-header .pege-header-title-sub-item {
    width: 227px;
    height: 150px;
    border-radius: 60px 0px 0px 0px;
    padding: 32px 42px 25px 59px;
    min-width: 15.76%;
  }
}
.page-header .pege-header-title-sub-item-image {
  display: none;
}
@media (min-width: 992px) {
  .page-header .pege-header-title-sub-item-image {
    display: block;
  }
}
.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%;
}
.page-header-title,
.page-header h1.page-header-title {
  font-family: "Figtree", "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  font-size: min(6.6vw, 28px) !important;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.09em;
  color: #ffffff;
  padding: 0px 0 24px;
  position: relative;
  line-height: 1;
}
@media (min-width: 992px) {
  .page-header-title,
  .page-header h1.page-header-title {
    font-size: 30px !important;
    letter-spacing: 0.05em;
    padding: 0px 0 26px;
    margin-bottom: 5px;
  }
}
.page-header-title::after,
.page-header h1.page-header-title::after {
  display: block;
  width: 80px;
  height: 5px;
  background: var(--color-sub);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 2px;
}
@media (min-width: 992px) {
  .page-header-title::after,
  .page-header h1.page-header-title::after {
    height: 6px;
    width: 100px;
  }
}
.page-header__read {
  font-size: 17px;
  font-weight: 600;
  color: black;
  line-height: 1.8;
  padding-top: 14px;
}
@media (min-width: 992px) {
  .page-header__read {
    font-size: 28px;
    padding-top: 36px;
  }
}
.page-header .container {
  position: relative;
}

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

.device-pc .global-nav-list > li > a:hover {
  color: var(--color-blue);
  text-decoration: underline;
}
.device-pc .global-nav-list > li.menu-item-has-children::after {
  transition: none;
}
.device-pc .global-nav-list > li ul.sub-menu {
  transition: none;
}
.device-pc .global-nav-list > li ul.sub-menu .acc-btn {
  display: none;
}
.device-pc .global-nav-list > li ul.sub-menu li a {
  color: white;
}
.device-pc .global-nav-list > li ul.sub-menu li.menu-item-has-children::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #ffffff;
  border-right: 0;
  transition: none;
}
.device-pc .global-nav-list > li ul.sub-menu li.menu-item-has-children .sub-menu {
  position: absolute;
  top: 1px;
  left: 100%;
  width: auto;
  min-width: 240px;
  background-color: var(--vk-color-primary);
}
.device-pc .global-nav-list > li ul.sub-menu li.menu-item-has-children .sub-menu a {
  padding-left: 1em;
}
.device-pc .global-nav-list > li ul.sub-menu li.menu-item-has-children:hover .sub-menu {
  min-height: auto;
  max-height: none;
  opacity: 1;
}
.device-pc .global-nav-list > li:hover ul.sub-menu {
  overflow: visible;
}

.breadcrumb {
  display: none;
  border: none;
  padding-top: 25px;
  padding-bottom: 14px;
}
@media (min-width: 992px) {
  .breadcrumb {
    padding-top: 40px;
    padding-bottom: 28px;
  }
}

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

.footer-nav {
  display: none;
  padding: 0;
}
@media (min-width: 992px) {
  .footer-nav {
    display: block;
    padding-bottom: 80px;
    border-bottom: none;
  }
}
.footer-nav .container {
  width: 100%;
  max-width: 100% !important;
  padding-left: 233px;
  padding-right: 0;
  margin: 0 auto;
  position: relative;
}
.footer-nav .footer-logo {
  width: 129px;
  height: 45.45px;
}
.footer-nav .footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-nav-list {
  display: flex;
  justify-content: space-between;
  gap: 1em;
  font-size: 16px;
  font-weight: 500;
  color: #393d6c;
  margin-top: -2px;
  max-width: 1127px;
}
@media (min-width: 1440px) {
  .footer-nav-list {
    gap: 50px;
  }
}
.footer-nav-list li {
  display: block;
  border: none;
  padding: 0;
  margin: 0;
  max-width: 100px;
}
.footer-nav-list li:not(:last-child) {
  width: 8em;
}
.footer-nav-list li:first-child {
  border-left: none;
  font-weight: 500;
  font-size: 16px;
}
.footer-nav-list li a {
  color: var(--color-main);
  white-space: nowrap;
  display: block;
  padding-bottom: 3px;
  letter-spacing: 0.06em;
}
.footer-nav-list .sub-menu {
  font-size: 14px;
  padding-left: 0;
  margin: 0;
}
.footer-nav-list .sub-menu li {
  padding: 0;
  margin-top: 1em;
  line-height: 1.3;
  font-size: 14px;
}
.footer-nav-list .sub-menu li:not(:last-child) {
  width: auto;
}
.footer-nav-list .sub-menu li a {
  color: #000;
  font-weight: 400;
  white-space: wrap;
}

.footer-bottom {
  width: 100%;
  background: #1ec2de;
  border-radius: 10px;
  padding: 38px 10px 38px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  height: 200px;
}
@media (min-width: 992px) {
  .footer-bottom {
    padding: 42px 10px 38px 10px;
    height: 184px;
  }
}

.site-footer {
  padding-top: 0;
  border-top: none;
  padding-bottom: 25px;
  position: relative;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  width: 1360px;
}
@media (min-width: 992px) {
  .site-footer {
    padding-top: 0;
    padding-bottom: 32px;
    max-width: calc(100% - 80px);
  }
}
.site-footer .footer-logo {
  display: none;
}
@media (min-width: 992px) {
  .site-footer .footer-logo {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 129px;
  }
}
.site-footer-container {
  padding-left: 20px;
  padding-right: 20px;
  margin-inline: auto;
  max-width: 1250px;
}
@media (min-width: 992px) {
  .site-footer-container {
    display: flex;
    align-items: flex-end;
    gap: 70px;
  }
}
.site-footer-logo img {
  width: 133px;
}
@media (min-width: 992px) {
  .site-footer-logo img {
    width: 177px;
  }
}
.site-footer-logo span {
  display: none;
}
@media (min-width: 992px) {
  .site-footer-logo span {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-main);
    white-space: nowrap;
  }
}
.site-footer-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}
.site-footer-header-title {
  font-size: 23px;
  font-weight: 600;
  color: var(--color-main);
}
@media (min-width: 992px) {
  .site-footer-header-title {
    display: none;
  }
}
.site-footer-info {
  width: 100%;
  color: var(--color-main);
  position: relative;
}
.site-footer-info-addr {
  text-align: center;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .site-footer-info-addr {
    display: flex;
    align-items: flex-end;
    gap: 22px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 56px;
  }
}
.site-footer-info-addr-name {
  display: none;
}
@media (min-width: 992px) {
  .site-footer-info-addr-name {
    display: block;
    font-size: 22px;
    font-weight: 600;
  }
}
.site-footer-info-addr-desc {
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 2px;
}
@media (min-width: 992px) {
  .site-footer-info-addr-desc {
    display: none;
  }
}
.site-footer-info-nav {
  display: flex;
  justify-content: center;
  gap: 2em;
  margin-bottom: 38px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .site-footer-info-nav {
    margin-bottom: 25px;
  }
}
.site-footer-info-nav a {
  color: #393d6c;
  font-size: 12px;
}
@media (min-width: 992px) {
  .site-footer-info-nav a {
    font-size: 12px;
  }
}
.site-footer-info-nav a:hover {
  color: #333;
}
.site-footer-info-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 33px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .site-footer-info-links {
    flex-direction: row;
    gap: 25px;
    margin-bottom: 0;
  }
}
.site-footer-info-link__youtube {
  width: 36px;
}
@media (min-width: 992px) {
  .site-footer-info-link__youtube {
    width: 39px;
  }
}
.site-footer-info-link__note {
  width: 96px;
}
@media (min-width: 992px) {
  .site-footer-info-link__note {
    width: 96px;
  }
}
.site-footer-contact a {
  width: 172px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(49, 178, 196);
  background: linear-gradient(125deg, rgb(49, 178, 196) 0%, rgb(49, 128, 196) 64%);
  border-radius: 3px;
  padding-right: 20px;
  font-size: 12px;
  font-weight: 500;
  color: white;
  margin: auto;
  position: relative;
}
@media (min-width: 992px) {
  .site-footer-contact a {
    width: 240px;
    height: 54px;
    border-radius: 6px;
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .site-footer-contact a {
    margin-left: 35px;
  }
}
.site-footer-contact a::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/icons/icon_mail.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 16px;
  top: calc(50% - 10px);
}
@media (min-width: 992px) {
  .site-footer-contact a::after {
    width: 32px;
    height: 32px;
    right: 24px;
    top: calc(50% - 16px);
  }
}
.site-footer-contact a:hover {
  background: linear-gradient(125deg, var(--color-main) 0%, var(--color-main) 64%);
}
.site-footer-copyright {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 0;
  color: #393d6c;
  font-size: 12px;
}
@media (min-width: 992px) {
  .site-footer-copyright {
    padding-top: 20px;
    padding-bottom: 0;
  }
}

.c-footer-cta {
  padding-top: 0;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
  width: 100%;
  margin: 0 auto;
  max-width: calc(100% - 40px);
}
@media (min-width: 992px) {
  .c-footer-cta {
    display: flex;
    flex-direction: row;
    gap: 30px;
    padding-bottom: 94px;
    padding-top: 60px;
    justify-content: center;
    width: 1360px;
    max-width: 97.3%;
  }
}
.c-footer-cta-container {
  text-align: center;
  color: white;
}
.c-footer-cta-container__stock {
  background: var(--color-sky);
  border-radius: 10px;
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  padding: 43px 10px 43px;
}
@media (min-width: 992px) {
  .c-footer-cta-container__stock {
    padding: 116px 30px 140px;
    height: 500px;
    width: calc(50% - 15px);
  }
}
.c-footer-cta-container__stock .c-footer-cta-button {
  border-radius: 10px;
  justify-content: center;
}
.c-footer-cta-container__yorozu {
  background: var(--color-main);
  border-radius: 10px;
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  padding: 37px 24px 40px;
  /*yorozu 個別相談ボタン*/
}
@media (min-width: 992px) {
  .c-footer-cta-container__yorozu {
    padding: 118px 30px 146px;
    height: 500px;
    width: calc(50% - 15px);
  }
}
.c-footer-cta-container__yorozu .c-footer-cta-button {
  width: auto;
  height: 44px;
  min-height: 44px;
  border-radius: 10px;
  justify-content: center;
  letter-spacing: 0.06em;
}
@media (min-width: 992px) {
  .c-footer-cta-container__yorozu .c-footer-cta-button {
    height: 58px;
    min-height: 58px;
    width: 471px;
  }
}
.c-footer-cta-container__yorozu .c-footer-cta-button::after {
  height: 16px;
  width: 13px;
  left: auto;
  right: 10px;
}
@media (min-width: 992px) {
  .c-footer-cta-container__yorozu .c-footer-cta-button::after {
    height: 21px;
    width: 16px;
  }
}
.c-footer-cta-title {
  font-size: 24px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .c-footer-cta-title {
    font-size: 32px;
  }
}
.c-footer-cta-title-text {
  font-weight: 500;
  font-size: 21px;
  text-align: center;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .c-footer-cta-title-text {
    font-size: 28px;
    margin-bottom: 38px;
  }
}
.c-footer-cta-title-text--stock {
  color: #000;
}
.c-footer-cta-title-icon {
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
  margin: 0 auto;
  color: var(--color-main);
  margin-bottom: 16px;
  position: relative;
  padding-left: 25px;
  position: relative;
}
@media (min-width: 992px) {
  .c-footer-cta-title-icon {
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 15px;
    padding-left: 28px;
    padding-right: 28px;
  }
}
.c-footer-cta-title-icon::after {
  height: 16px;
  width: 13px;
  display: block;
  content: "";
  background: url("../images/common/footer-cta-arrow-main.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -3px;
}
@media (min-width: 992px) {
  .c-footer-cta-title-icon::after {
    height: 21px;
    width: 16px;
    left: 6px;
  }
}
.c-footer-cta-title-icon--white {
  font-size: 21px;
  line-height: 1;
  margin: 0 auto;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
  padding-left: 25px;
  position: relative;
}
@media (min-width: 992px) {
  .c-footer-cta-title-icon--white {
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 12px;
    padding-left: 32px;
    padding-right: 44px;
  }
}
.c-footer-cta-title-icon--white::after {
  height: 16px;
  width: 13px;
  display: block;
  content: "";
  background: url("../images/common/footer-cta-arrow-white.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 2px;
}
@media (min-width: 992px) {
  .c-footer-cta-title-icon--white::after {
    height: 21px;
    width: 16px;
  }
}
.c-footer-cta-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: auto;
  height: 44px;
  max-width: 100%;
  font-size: 18px;
  font-weight: 400;
  color: var(--color-main);
  white-space: nowrap;
  background: #fff;
  border-radius: 10px;
  margin: auto;
  padding: 10px 30.5px 10px 14.5px;
  position: relative;
  /*簡易価値算定ボタン*/
}
@media (min-width: 992px) {
  .c-footer-cta-button {
    width: auto;
    height: 58px;
    border-radius: 5px;
    font-size: 28px;
    padding: 10px 57px 10px 24px;
  }
}
.c-footer-cta-button::after {
  content: "";
  display: block;
  width: 8px;
  height: 14px;
  background: url(../images/front/c-button-arrow-main.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
}
@media (min-width: 992px) {
  .c-footer-cta-button::after {
    width: 13px;
    height: 22px;
    right: 18px;
  }
}
.c-footer-cta-button:hover {
  background: var(--color-sub);
  transition: all 0.3s;
  color: #fff;
}
.c-footer-cta-button__light {
  color: #fff;
  background: var(--color-main);
  padding: 10px 54px 10px 28px;
  width: 256px;
  max-width: 90%;
  letter-spacing: 0.02em;
  min-height: 44px;
}
@media (min-width: 992px) {
  .c-footer-cta-button__light {
    width: 361px;
    max-width: 90%;
    padding: 10px 54px 10px 10px;
  }
}
.c-footer-cta-button__light::after {
  content: "";
  display: block;
  width: 13px;
  height: 16px;
  background: url(../images/front/c-button-arrow-white.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
}
@media (min-width: 992px) {
  .c-footer-cta-button__light::after {
    width: 24px;
    height: 26px;
    right: 18px;
  }
}
.c-footer-cta-button__light:hover {
  background: var(--color-sub);
  transition: all 0.3s;
  color: #fff;
}
.c-footer-cta-button__light:active {
  color: #fff;
}
.c-footer-cta-desc {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 40px;
}
@media (min-width: 992px) {
  .c-footer-cta-desc {
    font-size: 18px;
    margin-top: 26px;
  }
}
.c-footer-cta-desc--stock {
  color: var(--color-main);
}
.c-footer-cta-tel {
  padding-top: 28px;
}
@media (min-width: 992px) {
  .c-footer-cta-tel {
    padding-top: 32px;
  }
}
.c-footer-cta-tel .number {
  font-size: 28px;
  font-weight: 500;
  font-family: "Figtree", sans-serif;
  text-align: center;
  color: #ffffff;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .c-footer-cta-tel .number {
    font-size: 38px;
  }
}
.c-footer-cta-tel .number a {
  color: #fff !important;
}
.c-footer-cta-tel .icon {
  width: 30px;
  bottom: -5px;
  position: relative;
}
@media (min-width: 992px) {
  .c-footer-cta-tel .icon {
    width: 45px;
    right: -4px;
    bottom: -8px;
  }
}
.c-footer-cta-tel .time {
  font-size: 12px;
}
@media (min-width: 992px) {
  .c-footer-cta-tel .time {
    font-size: 12px;
  }
}

a.c-footer-cta-button:active {
  color: #fff !important;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

body {
  line-height: 1 !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #fff;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1 !important;
}

.wp-block-group .wp-block-columns {
  max-width: 100%;
}

.wp-block-group h1,
.wp-block-group h2,
.wp-block-group h3,
.wp-block-group h4,
.wp-block-group h5,
.wp-block-group h6 {
  max-width: 100% !important;
}

.wp-block-columns.is-layout-flex {
  max-width: 100%;
}

.vk_posts {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1150px;
}

table td,
table th {
  padding: 0.5rem 0rem;
}

.home .site-header {
  background: transparent;
}
.home.header_scrolled .site-header {
  background: white;
}
@media (min-width: 1200px) {
  .home .container-lg,
  .home .container-md,
  .home .container-sm,
  .home .container-xl {
    max-width: 1360px;
  }
}

.p-front-kv {
  overflow: hidden;
  position: relative;
  padding-top: 25px !important;
  margin-top: 0 !important;
  margin-bottom: 64px;
  background: #070c47;
  height: auto;
  min-height: 810px;
}
@media (min-width: 992px) {
  .p-front-kv {
    height: 780px;
    min-height: auto;
    padding-top: 36px !important;
  }
}
.p-front-kv-container {
  display: flex;
  padding: 0;
  max-width: 100%;
  flex-direction: column;
  padding: 0 20px 0 19px;
  width: 1440px !important;
}
@media (min-width: 992px) {
  .p-front-kv-container {
    flex-direction: row;
    height: 100%;
    justify-content: space-between;
    width: 100%;
    padding: 0 30px 0 40px;
  }
}
.p-front-kv-main {
  margin-bottom: 15px;
  color: #fff;
  top: 0;
  left: 0;
}
@media (min-width: 992px) {
  .p-front-kv-main {
    width: 100%;
  }
}
.p-front-kv-bottom {
  width: 100%;
  padding-top: 0;
}
@media (min-width: 992px) {
  .p-front-kv-bottom {
    width: 100%;
    position: relative;
    padding-top: 194px;
    padding-bottom: 70px;
    max-width: 748px;
  }
}
.p-front-kv-title {
  text-align: left;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .p-front-kv-title {
    text-align: left;
    text-align: center;
  }
}
.p-front-kv-title__sub {
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.02em;
  margin-bottom: 45px;
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  margin-bottom: 24px;
  text-align: left;
}
@media (min-width: 992px) {
  .p-front-kv-title__sub {
    font-size: 21px;
    margin-bottom: 45px;
  }
}
.p-front-kv-title h1 {
  font-weight: normal;
  color: var(--color-main);
  line-height: 1;
  margin-bottom: 0;
  text-align: left;
}
.p-front-kv-title h1 .sub {
  font-size: 45px;
  letter-spacing: 0.11em;
  color: #fff;
  margin-bottom: 23px;
  display: block;
  text-align: left;
  line-height: 1;
  font-weight: 500;
}
@media (min-width: 992px) {
  .p-front-kv-title h1 .sub {
    display: block;
    font-size: 81px;
    line-height: 1;
    margin-bottom: 40px;
    letter-spacing: 0.12em;
  }
}
.p-front-kv-title h1 .main {
  font-size: 45px;
  white-space: nowrap;
  letter-spacing: 0.03em;
  color: #fff;
  position: relative;
  font-weight: 500;
  margin-bottom: 14px;
  display: block;
  text-align: left;
}
@media (min-width: 992px) {
  .p-front-kv-title h1 .main {
    display: block;
    font-size: 81px;
    line-height: 1;
    margin-bottom: 38px;
  }
}
.p-front-kv-title__desc {
  font-size: 35px;
  color: #fff;
  margin-bottom: 36px;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.02em;
  text-align: left !important;
}
@media (min-width: 992px) {
  .p-front-kv-title__desc {
    font-size: 28px;
    margin-bottom: 73px;
  }
}
.p-front-kv-cta {
  max-width: 570px;
}
.p-front-kv-cta-title {
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .p-front-kv-cta-title {
    font-size: 28px;
    margin-bottom: 17px;
    padding-bottom: 0px;
  }
}
.p-front-kv-cta-button {
  width: 100%;
  height: 41px;
  background: #fff;
  font-weight: 600;
  color: var(--color-main);
  text-align: left;
  display: grid;
  place-content: start;
  border-radius: 5px;
  padding: 10px 60px 10px 23px;
  position: relative;
  font-size: 21px;
  line-height: 1 !important;
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
  max-width: 363px;
}
@media (min-width: 992px) {
  .p-front-kv-cta-button {
    width: 312px;
    height: 55px;
    font-size: 21px;
    line-height: inherit;
  }
}
.p-front-kv-cta-button::after {
  content: "";
  color: var(--color-main);
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  background: url("../images/front/cta-arrow-main.png") center center no-repeat;
  background-size: cover;
}
@media (min-width: 992px) {
  .p-front-kv-cta-button::after {
    width: 37px;
    height: 37px;
    right: 22px;
  }
}
.p-front-kv-cta-button:hover {
  background: var(--color-sub);
  color: var(--color-main);
  transition: all 0.3s;
}
.p-front-kv-cta-button:hover::after {
  background: url("../images/front/cta-arrow-white.png") center center no-repeat;
  width: 30px;
  height: 30px;
  background-size: cover;
}
@media (min-width: 992px) {
  .p-front-kv-cta-button:hover::after {
    width: 37px;
    height: 37px;
  }
}
.p-front-kv-cta-button__light {
  background: var(--color-green);
  margin-bottom: 17px;
  background: var(--color-sky);
  color: var(--color-main);
  font-size: 21px;
  line-height: 1 !important;
  position: relative;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  height: 45px;
}
@media (min-width: 992px) {
  .p-front-kv-cta-button__light {
    margin-bottom: 30px;
    height: 55px;
  }
}
.p-front-kv-cta-button__light::after {
  content: "";
  color: var(--color-main);
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  background: url("../images/front/cta-arrow-white.png") center center no-repeat;
  background-size: cover;
}
@media (min-width: 992px) {
  .p-front-kv-cta-button__light::after {
    width: 37px;
    height: 37px;
    right: 22px;
  }
}
.p-front-kv-cta-button__light:hover {
  background: #fff;
  color: var(--color-main);
  transition: all 0.3s;
}
.p-front-kv-cta-button__light:hover::after {
  background: url("../images/front/cta-arrow-main.png") center center no-repeat;
  width: 30px;
  height: 30px;
  background-size: cover;
}
@media (min-width: 992px) {
  .p-front-kv-cta-button__light:hover::after {
    width: 37px;
    height: 37px;
  }
}
.p-front-kv-title-sub {
  top: auto;
  bottom: 0;
  background: var(--color-sub);
  right: 0;
  height: 295px;
  width: 100%;
  position: absolute;
}
@media (min-width: 992px) {
  .p-front-kv-title-sub {
    width: 24.09%;
    height: 100%;
    min-width: 347px;
    top: 0;
    position: absolute;
  }
}
.p-front-kv-title-sub-inner {
  width: 100%;
  position: relative;
  height: 100%;
}
.p-front-kv-title-sub-inner img {
  position: absolute;
  right: auto;
  width: 104px;
  height: 80px;
  object-fit: cover;
  left: 20px;
  top: auto;
  bottom: 24px;
}
@media (min-width: 992px) {
  .p-front-kv-title-sub-inner img {
    width: 186px;
    height: 143px;
    top: 15px;
    top: 53px;
    left: 123px;
    right: auto;
  }
}
.p-front-kv-slide {
  overflow: hidden;
  width: 100%;
  padding-top: 45px;
  position: relative;
}
@media (min-width: 992px) {
  .p-front-kv-slide {
    padding-top: 60px;
  }
}
.p-front-kv-slide-item {
  overflow: hidden;
  position: relative;
}
.p-front-kv-slide-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  max-height: 204px;
  object-position: top;
}
@media (min-width: 992px) {
  .p-front-kv-slide-item img {
    max-height: 339px;
    max-width: 600px;
    object-fit: cover;
    object-position: top;
  }
}
.p-front-kv-slide-item .read {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 350 !important;
  font-size: 16px;
  color: white;
  padding-top: 9px;
  font-weight: 350;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .p-front-kv-slide-item .read {
    padding: 16px 60px 0 0;
    justify-content: flex-start;
    max-width: 600px;
    width: 100%;
  }
}
.p-front-kv-slide-item .number {
  width: 52px;
  font-family: "Figtree", sans-serif;
  font-weight: 350 !important;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.5;
}
.p-front-kv-slide-item .desc {
  font-weight: 400 !important;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
}
.p-front-kv .swiper-wrapper {
  max-width: 603px;
}

.kv-slide-pagination {
  text-align: center;
}
.kv-slide-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #86a6d1;
}
@media (min-width: 992px) {
  .kv-slide-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
.kv-slide-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #3180c4;
}

@media (min-width: 992px) {
  .slide-block {
    position: absolute;
    right: 20px;
    top: 289px;
    width: calc(100% - 650px);
    max-width: 603px;
    height: auto;
  }
}

.slide-wrap {
  position: relative;
  max-width: 364px;
  width: 100%;
  margin-right: 0;
}
@media (min-width: 992px) {
  .slide-wrap {
    height: auto;
    width: 720px;
    max-width: 720px;
    margin-right: 12px;
  }
}

.p-front-section-title {
  font-size: 20px;
  color: var(--color-main);
  text-align: center;
  border-top: none;
  border-bottom: none;
  display: grid;
  place-items: center;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .p-front-section-title {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .p-front-section-title__center {
    place-items: center;
  }
}
.p-front-section-title__sub {
  font-size: 28px;
  color: var(--color-main);
  letter-spacing: 0.02em;
  font-weight: 500;
  padding-bottom: 31px;
  margin-bottom: 40px;
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .p-front-section-title__sub {
    font-size: 38px;
    margin-bottom: 50px;
  }
}
.p-front-section-title__sub::after {
  content: "";
  display: block;
  background: var(--color-main);
  height: 6px;
  width: 80px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
@media (min-width: 992px) {
  .p-front-section-title__sub::after {
    height: 6px;
    width: 100px;
  }
}
.p-front-section-title__sub--sky {
  font-size: 28px;
  color: #2d2d2d;
  letter-spacing: 0.02em;
  font-weight: 500;
  padding-bottom: 31px;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}
@media (min-width: 992px) {
  .p-front-section-title__sub--sky {
    font-size: 38px;
  }
}
.p-front-section-title__sub--sky::after {
  content: "";
  display: block;
  background: var(--color-sub);
  height: 6px;
  width: 100px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.6s ease;
}
@media (min-width: 992px) {
  .p-front-section-title__sub--sky::after {
    height: 6px;
    width: 100px;
  }
}
.p-front-section-title__sub--sky.is-visible::after {
  transform: scaleX(1);
}
.p-front-section-title__main {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 150%;
  color: #000;
}
.p-front-section-title__white .p-front-section-title__sub {
  color: white;
  border-bottom-color: white;
}
.p-front-section-title__white .p-front-section-title__main {
  color: white;
}

.p-front-partner {
  margin-bottom: 70px;
}
@media (min-width: 992px) {
  .p-front-partner {
    margin-bottom: 60px;
  }
}
.p-front-partner-title {
  font-size: 25px;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 25px;
  position: relative;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media (min-width: 992px) {
  .p-front-partner-title {
    padding-bottom: 30px;
    font-size: 34px;
    margin-bottom: 50px;
  }
}
.p-front-partner-title::after {
  content: "";
  display: block;
  background: var(--color-sub);
  height: 4px;
  width: 80px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.6s ease;
}
@media (min-width: 992px) {
  .p-front-partner-title::after {
    height: 6px;
    width: 100px;
  }
}
.p-front-partner-title.is-visible::after {
  transform: scaleX(1);
}
@media (min-width: 992px) {
  .p-front-partner-logo {
    max-width: 2500px;
    margin: 0 auto;
    overflow: hidden;
  }
}
.p-front-partner-logo .swiper-wrapper {
  transition-timing-function: linear;
}
.p-front-partner-logo img {
  width: 100px;
}
@media (min-width: 992px) {
  .p-front-partner-logo img {
    width: 200px;
  }
}

.p-front-section-title__sub::after {
  content: "";
  display: block;
  width: 80px;
  height: 6px;
  background: var(--color-main);
  margin: 0 auto;
  transform: scaleX(0); /* 初期状態：幅ゼロ */
  transform-origin: center; /* 中央基点で伸びる */
  transition: transform 0.6s ease;
}

.p-front-section-title__sub.is-visible::after {
  transform: scaleX(1); /* 線だけが伸びる */
}

.p-front-whats {
  padding: 84px 0 90px;
  background: #e6e7ed;
}
@media (min-width: 992px) {
  .p-front-whats {
    padding: 102px 160px 70px 168px;
  }
}
.p-front-whats .container {
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .p-front-whats .container {
    width: 1073px;
    gap: 150px;
    justify-content: center;
    flex-direction: row;
  }
}
.p-front-whats-content {
  max-width: 494px;
}
.p-front-whats-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.07em;
  margin-bottom: 30px;
  text-align: justify;
}
@media (min-width: 992px) {
  .p-front-whats-desc {
    font-size: 20px;
    margin-bottom: 35px;
  }
}
.p-front-whats-title {
  font-size: 28px;
  font-weight: 500;
  padding-bottom: 26px;
  margin-bottom: 38px;
  line-height: 1;
  position: relative;
  letter-spacing: 0.08em;
  font-family: "Figtree", "Noto Sans JP", sans-serif;
}
@media (min-width: 992px) {
  .p-front-whats-title {
    font-size: 38px;
    margin-bottom: 64px;
    letter-spacing: 0.09em;
  }
}
.p-front-whats-title::after {
  content: "";
  display: block;
  background: var(--color-sub);
  height: 6px;
  width: 80px;
  max-width: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s ease;
}
@media (min-width: 992px) {
  .p-front-whats-title::after {
    height: 6px;
    width: 100px;
  }
}
.p-front-whats-title.is-visible::after {
  transform: scaleX(1);
}
.p-front-whats-title-sub {
  font-weight: 500;
  font-size: 21px;
  letter-spacing: 0.11em;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .p-front-whats-title-sub {
    font-size: 25px;
  }
}
.p-front-whats-movie {
  width: 464px;
  max-height: 261px;
}

.p-front-feature {
  padding: 85px 0 30px;
  background-color: var(--color-sky);
  /* 表示された時 */
  /* 遅延用 */
}
@media (min-width: 992px) {
  .p-front-feature {
    padding: 74px 0 90px;
  }
}
.p-front-feature .container {
  max-width: 1227px;
}
.p-front-feature .p-front-section-title {
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .p-front-feature .p-front-section-title {
    font-size: 38px !important;
    padding-bottom: 0;
    margin-bottom: 47px !important;
  }
}
.p-front-feature .p-front-section-title__sub {
  padding-bottom: 28px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .p-front-feature .p-front-section-title__sub {
    margin-bottom: 43px;
  }
}
.p-front-feature .p-front-section-title__sub::after {
  width: 80px;
}
.p-front-feature .p-front-section-title__main {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 40px;
  color: var(--color-main);
}
@media (min-width: 992px) {
  .p-front-feature .p-front-section-title__main {
    font-size: 38px;
    line-height: 1;
  }
}
.p-front-feature .p-front-section-title__sub::after {
  width: 80px;
}
@media (min-width: 992px) {
  .p-front-feature .p-front-section-title__sub::after {
    width: 100px;
  }
}
.p-front-feature-list {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 992px) {
  .p-front-feature-list {
    justify-content: space-between;
    flex-direction: row;
  }
}
.p-front-feature-item {
  text-align: center;
  /* 初期状態（非表示＆下にずらす） */
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  padding: 0 10px 60px;
}
@media (min-width: 992px) {
  .p-front-feature-item {
    padding: 0 10px;
  }
}
.p-front-feature-item-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 150%;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 25px;
  color: var(--color-main);
  border: none;
}
@media (min-width: 992px) {
  .p-front-feature-item-title {
    font-size: 30px;
    margin-bottom: 40px;
    border-radius: 50%;
    border: 1px solid var(--color-main);
    width: 350px;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    font-weight: 500;
    font-size: 28px;
    padding-top: 28%;
  }
}
.p-front-feature-item-title:after {
  display: none;
}
.p-front-feature-item-title .number {
  display: block;
  color: var(--color-main);
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 28px;
  line-height: 1;
  border-radius: 50%;
  border: 1px solid var(--color-main);
  width: 60px;
  height: 60px;
  margin: 0 auto;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .p-front-feature-item-title .number {
    font-size: 38px;
    margin-bottom: 38px;
    display: block;
    border-radius: 0;
    border: 0;
    width: 140px;
    height: 23px;
  }
}
.p-front-feature-item-title .text {
  font-weight: 540;
  font-size: 28px;
  line-height: 1.5;
}
.p-front-feature-item-sub-title {
  font-size: 21px;
  font-weight: 540;
  color: var(--color-main);
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .p-front-feature-item-sub-title {
    font-size: 24px;
    margin-bottom: 28px;
  }
}
.p-front-feature-item-desc {
  font-size: 16px;
  font-weight: 400;
  color: var(--color-main);
  display: grid;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 26px;
}
@media (min-width: 992px) {
  .p-front-feature-item-desc {
    font-size: 16px;
    height: 36px;
    margin-bottom: 26px;
  }
}
.p-front-feature-item-button {
  margin: auto;
}
.p-front-feature-item:nth-child(2) .number {
  margin-bottom: 13px;
}
@media (min-width: 992px) {
  .p-front-feature-item:nth-child(2) .number {
    margin-bottom: 60px;
  }
}
.p-front-feature-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.p-front-feature-item:nth-child(1) {
  transition-delay: 0.2s;
}
.p-front-feature-item:nth-child(2) {
  transition-delay: 0.4s;
}
.p-front-feature-:nth-child(3) {
  transition-delay: 0.6s;
}
.p-front-feature .p-front-feature-item-button.c-button {
  letter-spacing: 0.04em;
}
@media (min-width: 992px) {
  .p-front-feature .p-front-feature-item-button.c-button {
    letter-spacing: 0.2em;
  }
}

.p-front-about {
  margin-bottom: 36px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-bottom: 82px;
  max-width: 1440px;
}
@media (min-width: 992px) {
  .p-front-about {
    margin-bottom: 132px;
  }
}
.p-front-about__left {
  width: 100%;
  max-width: 100%;
  background: var(--color-main);
  padding: 87px 20px 0 20px;
  background: var(--color-main);
}
@media (min-width: 1450px) {
  .p-front-about__left {
    background: url("../images/front/about-bg.jpg") left center no-repeat;
    background-size: cover;
    max-width: 613px;
    width: 42%;
    padding: 80px 41px;
  }
}
.p-front-about__left .p-front-about-title {
  color: #fff;
  margin-left: 0;
}
@media (min-width: 991px) {
  .p-front-about__left .p-front-about-title {
    margin-left: 0;
  }
}
@media (min-width: 1450px) {
  .p-front-about__left .p-front-about-title {
    color: var(--color-main);
  }
}
.p-front-about__right {
  width: 100%;
  max-width: 100%;
  background: var(--color-main);
  padding: 0 0 90px 0;
  max-width: 100%;
}
@media (min-width: 1450px) {
  .p-front-about__right {
    max-width: 832px;
    padding: 0;
  }
}
.p-front-about__right__top {
  padding: 40px 18px 35px 18px;
}
@media (min-width: 1450px) {
  .p-front-about__right__top {
    padding: 87px 110px 84px 106px;
  }
}
.p-front-about__right__bottom {
  padding: 0 20px;
  height: auto;
  text-align: center;
}
@media (min-width: 992px) {
  .p-front-about__right__bottom {
    padding: 0;
    height: 287px;
  }
}
.p-front-about__right__bottom img {
  margin: auto;
  border-radius: 5px;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (min-width: 1450px) {
  .p-front-about__right__bottom img {
    border-radius: 0 !important;
    height: 100%;
  }
}
.p-front-about__right-title {
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.03em;
  color: #ffffff;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .p-front-about__right-title {
    margin-bottom: 30px;
  }
}
.p-front-about__right-title::after {
  display: none;
}
.p-front-about-title {
  font-size: 28px;
  font-weight: 500;
  position: relative;
  color: #fff;
  text-align: left;
  place-items: start;
  line-height: 1;
  letter-spacing: 0.08em;
  padding-bottom: 25px;
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  .p-front-about-title {
    font-size: 38px;
    margin-bottom: 40px;
    color: var(--color-main);
  }
}
.p-front-about-title::after {
  content: "";
  display: block;
  background: var(--color-sub);
  height: 6px;
  width: 80px;
  position: absolute;
  left: 0;
  margin: auto;
  bottom: 0;
  height: 6px;
  width: 80px;
  max-width: 80px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s ease;
}
@media (min-width: 992px) {
  .p-front-about-title::after {
    height: 6px;
    width: 100px;
  }
}
.p-front-about-title.is-visible::after {
  transform: scaleX(1);
}
.p-front-about-container p {
  color: #fff;
  font-weight: 350;
  font-size: 16px;
  line-height: 183%;
  letter-spacing: 0.04em;
  margin-bottom: 1.8rem;
}
.p-front-service {
  margin-bottom: 90px;
}
@media (min-width: 992px) {
  .p-front-service {
    margin-bottom: 130px;
  }
}
.p-front-service .container {
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 992px) {
  .p-front-service .container {
    max-width: 1358.97px;
    padding-left: 0;
    padding-right: 0;
  }
}
.p-front-service .p-front-section-title {
  padding-bottom: 28px;
}
@media (min-width: 992px) {
  .p-front-service .p-front-section-title {
    margin-bottom: 10px;
  }
}
.p-front-service .p-front-section-title__main {
  letter-spacing: 0;
  font-family: "Figtree", "Noto Sans JP", sans-serif;
}
.p-front-service .p-front-section-title__sub--sky {
  padding-bottom: 31px;
  margin-bottom: 28px !important;
}
@media (min-width: 992px) {
  .p-front-service .p-front-section-title__sub--sky {
    margin-bottom: 40px !important;
  }
}
.p-front-service .p-front-section-title__sub--sky::after {
  height: 6px;
  width: 100px;
}
.p-front-service-list {
  display: grid;
  gap: 20px;
}
@media (min-width: 992px) {
  .p-front-service-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 18.95px;
    max-width: 1360px;
    margin-left: auto;
    margin-right: 0;
    gap: 25px;
  }
}
.p-front-service-list a {
  border-radius: 5px;
}
.p-front-service-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 28px 20px 20px;
  z-index: 100;
  color: #fff !important;
}
.p-front-service-content a {
  color: #fff !important;
}
.p-front-service-content a:hover {
  color: #000 !important;
}
.p-front-service-item {
  display: block;
  width: 100%;
  aspect-ratio: 340/191;
  color: white;
  position: relative;
  min-height: 240px;
}
@media (min-width: 992px) {
  .p-front-service-item {
    display: flex;
    flex-direction: column;
    padding: 380px 20px 28px 20px;
    max-width: 325px;
    min-height: 520px;
  }
}
.p-front-service-item__01 {
  background: url("../images/front/bg_service_1.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.p-front-service-item__01::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(7, 12, 71, 0.45), rgba(7, 12, 71, 0.45)), linear-gradient(180deg, rgba(0, 0, 0, 0) 56.06%, #000000 100%);
}
.p-front-service-item__01:hover::after {
  opacity: 0.3;
  transition: all 0.3s ease-in-out;
}
.p-front-service-item__02 {
  background: url("../images/front/bg_service_2-sp.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .p-front-service-item__02 {
    background: url("../images/front/bg_service_2.jpg") center center no-repeat;
  }
}
.p-front-service-item__02::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(7, 12, 71, 0.45), rgba(7, 12, 71, 0.45)), linear-gradient(180deg, rgba(0, 0, 0, 0) 56.06%, #000000 100%);
}
.p-front-service-item__02:hover::after {
  opacity: 0.3;
  transition: all 0.3s ease-in-out;
}
.p-front-service-item__03 {
  background: url("../images/front/bg_service_3.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.p-front-service-item__03::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(7, 12, 71, 0.45), rgba(7, 12, 71, 0.45)), linear-gradient(180deg, rgba(0, 0, 0, 0) 56.06%, #000000 100%);
}
.p-front-service-item__03:hover::after {
  opacity: 0.3;
  transition: all 0.3s ease-in-out;
}
.p-front-service-item__04 {
  background: url("../images/front/bg_service_4-sp.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .p-front-service-item__04 {
    background: url("../images/front/bg_service_4.jpg") center center no-repeat;
  }
}
.p-front-service-item__04::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(7, 12, 71, 0.45), rgba(7, 12, 71, 0.45)), linear-gradient(180deg, rgba(0, 0, 0, 0) 56.06%, #000000 100%);
}
.p-front-service-item__04:hover::after {
  opacity: 0.3;
  transition: all 0.3s ease-in-out;
}
.p-front-service-item-title {
  display: block;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 15px;
  font-weight: 500;
  min-height: inherit;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 992px) {
  .p-front-service-item-title {
    font-size: 28px;
    min-height: 40px;
    height: 84px;
    line-height: 1.5em;
  }
}
.p-front-service-item-desc {
  display: block;
  font-size: 16px;
  margin-top: auto;
  font-weight: 350 !important;
  line-height: 150%;
  letter-spacing: 0.02em;
  min-height: inherit;
}
@media (min-width: 992px) {
  .p-front-service-item-desc {
    min-height: 74px;
  }
}

.p-front-interview {
  padding: 82px 0 84px;
  background: var(--color-sky);
}
@media (min-width: 992px) {
  .p-front-interview {
    padding: 73px 0 86px;
  }
}
.p-front-interview-header .p-front-section-title {
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .p-front-interview-header .p-front-section-title {
    padding-bottom: 0;
    margin-bottom: 30px;
  }
}
.p-front-interview-header .p-front-section-title__sub {
  font-size: 28px !important;
  letter-spacing: 0.12em;
  margin-bottom: 28px;
}
@media (min-width: 992px) {
  .p-front-interview-header .p-front-section-title__sub {
    font-size: 38px !important;
    margin-bottom: 40px;
  }
}
.p-front-interview-header .p-front-section-title__sub.p-front-section-title__sub::after {
  width: 80px;
}
@media (min-width: 992px) {
  .p-front-interview-header .p-front-section-title__sub.p-front-section-title__sub::after {
    width: 100px;
  }
}
.p-front-interview-header .p-front-section-title__main {
  color: var(--color-main);
}
@media (min-width: 992px) {
  .p-front-interview-header .p-front-section-title__main {
    font-weight: 500;
    letter-spacing: 0.02em;
  }
}
.p-front-interview-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .p-front-interview-list {
    grid-template-columns: 1fr 1fr;
    gap: 59.76px;
    max-width: 974px;
    margin: 0 auto 52px;
    flex-direction: row;
  }
}
.p-front-interview-item .c-youtube-frame {
  border-radius: 5px;
  overflow: hidden;
  margin-top: 10px !important;
  width: 100%;
  min-height: 205px;
}
@media (min-width: 992px) {
  .p-front-interview-item .c-youtube-frame {
    width: 100%;
  }
}
.p-front-interview-item-desc {
  padding: 32px 25px 28px 25px;
  background: #fff;
  border-radius: 0 0 5px 5px;
}
@media (min-width: 992px) {
  .p-front-interview-item-desc {
    padding: 28px 25px 28px 25px;
  }
}
.p-front-interview-item-title {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 27px;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media (min-width: 992px) {
  .p-front-interview-item-title {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
.p-front-interview-item-title::after {
  display: none;
}
.p-front-interview-item p {
  font-size: 16px;
  margin: 0;
}
.p-front-interview .c-button {
  width: 176px;
  height: 39px;
}

.p-front-case {
  padding-top: 86px;
  padding-bottom: 80px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .p-front-case {
    padding-top: 110px;
    padding-bottom: 80px;
  }
}
@media (min-width: 2000px) {
  .p-front-case .container {
    max-width: 90%;
  }
}
.p-front-case-container {
  max-width: 1360px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .p-front-case-container {
    display: flex;
  }
}
.p-front-case-header::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  background: #f8f8f8;
  width: 50vw;
  height: 100%;
  z-index: 1;
}
.p-front-case-header .p-front-section-title__sub--sky::after {
  width: 80px !important;
}
@media (min-width: 992px) {
  .p-front-case-header .p-front-section-title__sub--sky::after {
    width: 100px;
  }
}
.p-front-case-list {
  max-width: calc(100% - 36px);
  margin: auto;
}
@media (min-width: 992px) {
  .p-front-case-list {
    display: flex;
    max-width: none;
    width: calc(100vw - 210px - (100vw - 100%) / 2);
    width: 100%;
    margin-bottom: 92px;
    position: relative;
  }
}
.p-front-case-list-pagination {
  text-align: center;
  padding: 0 0 40px;
}
@media (min-width: 992px) {
  .p-front-case-list-pagination {
    position: absolute;
    left: 55% !important;
    bottom: -72px !important;
    text-align: left;
    padding: 30px 0 20px;
  }
}
@media (min-width: 1340px) {
  .p-front-case-list-pagination {
    left: 0 !important;
    right: 0;
    margin: auto;
    text-align: center;
  }
}
.p-front-case-list-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #d9d9d9;
}
@media (min-width: 992px) {
  .p-front-case-list-pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    margin: 0 8px !important;
  }
}
.p-front-case-list-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #070c47;
}
.p-front-case-item {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .p-front-case-item {
    height: auto;
    width: 440px;
  }
}
.p-front-case-item-image {
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: 5px;
  overflow: hidden;
  background: #e6e7ed;
  height: 205px;
}
@media (min-width: 992px) {
  .p-front-case-item-image {
    height: 262px;
  }
}
.p-front-case-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s all;
}
.p-front-case-item-image img:hover {
  transform: scale(1.2, 1.2);
  transition: 1s all;
}
.p-front-case-item-content {
  padding: 28px 23px 76px;
  background: #e6e7ed;
  min-height: auto;
  position: relative;
  border-radius: 5px;
}
@media (min-width: 992px) {
  .p-front-case-item-content {
    display: flex;
    flex-direction: column;
    padding: 32px 32px 71px 32px;
    min-height: 350px;
  }
}
.p-front-case-item-title {
  border-bottom: none;
  margin-bottom: 25px;
  padding: 0;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.04em;
}
@media (min-width: 992px) {
  .p-front-case-item-title {
    font-size: min(7vw, 25px);
    margin-bottom: 22px;
    min-height: 55px;
  }
}
.p-front-case-item-title::after {
  display: none;
}
.p-front-case-item-name {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.04em;
  margin-bottom: 13px;
}
@media (min-width: 992px) {
  .p-front-case-item-name {
    font-size: 21px;
    margin-bottom: 20px;
  }
}
.p-front-case-item-detail {
  font-size: 13px;
  margin-bottom: 1em;
}
@media (min-width: 992px) {
  .p-front-case-item-detail {
    font-size: 16px;
  }
}
.p-front-case-item-category {
  font-size: 13px;
  color: var(--color-main);
}
@media (min-width: 992px) {
  .p-front-case-item-category {
    font-size: 16px;
    margin-top: auto;
  }
}
.p-front-case-item p {
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.04em;
  font-feature-settings: "palt" on;
  color: #595c84;
}
@media (min-width: 992px) {
  .p-front-case-item p {
    font-size: 16px;
  }
}
.p-front-case-item-button {
  position: absolute !important;
  left: 25px;
  bottom: 35px;
}
@media (min-width: 992px) {
  .p-front-case-item-button {
    left: 32px;
    bottom: 40px;
  }
}
.p-front-case-item .p-front-case-item-button {
  font-weight: 350;
  letter-spacing: 0.02em;
  padding: 14px 39px 14px 20px;
  font-size: 16px;
}
@media (min-width: 992px) {
  .p-front-case-item .p-front-case-item-button {
    font-size: 18px;
  }
}

.button-interview {
  width: 190px !important;
  height: 45px !important;
}

.button-case {
  padding-right: 40px;
  padding-left: 24px;
  font-size: 16px !important;
  font-weight: 350 !important;
  letter-spacing: 0.02em !important;
  width: 221px !important;
}
@media (min-width: 992px) {
  .button-case {
    font-size: 18px !important;
    width: 242px !important;
  }
}

.c-button.button-news {
  width: 220px !important;
  padding-right: 40px;
  padding-left: 20px;
  font-size: 16px !important;
  font-weight: 350 !important;
  letter-spacing: 0.02em !important;
}
@media (min-width: 992px) {
  .c-button.button-news {
    width: 242px !important;
    font-size: 18px !important;
    letter-spacing: 0.07em !important;
  }
}
.c-button.button-news:after {
  font-size: 20px;
  right: 22px;
}

.swiper-container {
  padding-top: 36px;
  position: relative;
  height: 100%;
}
.swiper-button-prev {
  top: 34px;
  left: 8px;
}
@media (min-width: 992px) {
  .swiper-button-prev {
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

.swiper-button-next {
  top: 34px;
  left: 50px;
  right: auto;
}
@media (min-width: 992px) {
  .swiper-button-next {
    top: 0;
    bottom: 0;
    margin: auto;
    right: 8px;
    left: auto;
  }
}

.swiper-button-prev::after {
  content: "";
  width: 12px;
  height: 21px;
  background: url("../images/front/arrow-prev-s.png") center bottom no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  right: auto;
  top: -30px !important;
  bottom: 0;
  margin: auto;
  /* アニメーション設定 */
  transition: transform 0.3s ease;
}
@media (min-width: 992px) {
  .swiper-button-prev::after {
    background: url("../images/front/arrow-prev.png") center bottom no-repeat;
    background-size: cover;
    width: 28.5px;
    height: 50px;
    position: absolute;
    top: auto;
    bottom: 0;
    margin: auto;
    left: 0 !important;
  }
}

.swiper-button-prev:hover:after {
  transform: translateX(-5px); /* 右に5px動く */
}

.swiper-button-next:after {
  content: "";
  width: 12px;
  height: 21px;
  background: url("../images/front/arrow-next-s.png") center bottom no-repeat;
  background-size: contain;
  position: absolute;
  top: -30px !important;
  bottom: 0;
  left: 0 !important;
  right: 0;
  margin: auto;
  display: block;
  /* アニメーション設定 */
  transition: transform 0.3s ease;
}
@media (min-width: 992px) {
  .swiper-button-next:after {
    background: url("../images/front/arrow-next.png") center bottom no-repeat;
    background-size: cover;
    width: 28.5px;
    height: 50px;
    position: absolute;
    top: auto;
    bottom: 0;
    margin: auto;
    left: 0 !important;
  }
}

.swiper-button-next:hover:after {
  transform: translateX(5px); /* 右に5px動く */
}

.swiper-button-next:after:hover {
  left: 25px !important;
}

.p-front-info {
  margin-bottom: 90px;
}
@media (min-width: 992px) {
  .p-front-info {
    margin-bottom: 60px;
  }
}
.p-front-info-container {
  position: relative;
}
@media (min-width: 992px) {
  .p-front-info-container {
    max-width: 1330px;
  }
}
@media (min-width: 992px) {
  .p-front-info .p-front-infomation-header .p-front-section-title {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 992px) {
  .p-front-info .p-front-infomation-header .p-front-section-title__sub--sky::after {
    width: 100px;
  }
}
.p-front-info-main {
  margin-bottom: 40px;
  max-width: 1150px;
}
@media (min-width: 992px) {
  .p-front-info-main {
    width: 100%;
    margin-inline: auto;
    margin-bottom: 83px;
  }
}
.p-front-info-list {
  border-top: 1px solid #c3c3c3;
}
.p-front-info-row {
  border-bottom: 1px solid #c3c3c3;
  padding: 35px 0;
  align-items: center;
}
@media (min-width: 992px) {
  .p-front-info-row {
    display: flex;
    padding: 24px 0;
    height: 90px;
  }
}
.p-front-info-row-header {
  display: flex;
  align-items: start;
  margin-bottom: 16px;
  flex-direction: column;
  row-gap: 20px;
}
@media (min-width: 992px) {
  .p-front-info-row-header {
    margin-bottom: 0;
    flex-direction: row;
    align-items: center;
  }
}
.p-front-info-row-header .date {
  font-size: 14px;
  font-weight: 600;
  color: #2d2d2d;
  width: 143px;
}
@media (min-width: 992px) {
  .p-front-info-row-header .date {
    font-size: 16px;
    font-weight: 500;
  }
}
.p-front-info-row-header .category {
  display: grid;
  place-content: center;
  width: 128px;
  height: 34px;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: white;
  background: lightslategray;
  border-radius: 5px;
  margin: 0 0;
}
@media (min-width: 992px) {
  .p-front-info-row-header .category {
    width: 128px;
    height: 34px;
    margin: 0 35px;
  }
}
.p-front-info-row-header .category__information {
  background: var(--color-green);
}
.p-front-info-row-header .category__media {
  background: var(--color-blue);
}
.p-front-info-row-link {
  display: block;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  color: #2d2d2d;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .p-front-info-row-link {
    font-size: 18px;
  }
}
.p-front-info-row-link::after {
  content: "";
  width: 100%;
  height: 2px;
  background: var(--color-blue);
  position: absolute;
  left: 0;
  bottom: -3px;
  opacity: 0;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.p-front-info-row-link:hover::after {
  opacity: 1;
  transform: scale(1, 1);
}

.p-front-seminar {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .p-front-seminar {
    margin-bottom: 100px;
  }
}
.p-front-seminar-list {
  display: grid;
  gap: 30px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .p-front-seminar-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 60px;
  }
}
.p-front-seminar-item-thumb {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 65/39;
  border-radius: 5px;
  overflow: hidden;
}
.p-front-seminar-item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-front-seminar-item-button {
  width: 195px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--color-blue);
  border-radius: 3px;
  position: relative;
  padding-left: 22px;
  padding-right: 15px;
  font-size: 12px;
  font-weight: 500;
  color: var(--color-blue);
  margin: 25px auto 0;
}
@media (min-width: 992px) {
  .p-front-seminar-item-button {
    width: 260px;
    height: 48px;
    font-size: 16px;
    padding-left: 28px;
    padding-right: 19px;
    border-radius: 6px;
    margin-top: 50px;
  }
}
.p-front-seminar-item-button::after {
  content: "";
  width: 6px;
  height: 100%;
  background: url("../images/icons/arrow_button_blue.png") center center no-repeat;
  background-size: contain;
}
@media (min-width: 992px) {
  .p-front-seminar-item-button::after {
    width: 9px;
  }
}
.p-front-seminar-item-button:hover {
  background: var(--color-main);
  border-color: var(--color-main);
  color: white;
}
.p-front-seminar-item-button:hover::after {
  background: url("../images/icons/arrow_button.png") center center no-repeat;
  background-size: contain;
}

.p-front-column {
  background: #f8f8f8;
  padding-top: 35px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .p-front-column {
    padding-top: 100px;
    padding-bottom: 95px;
  }
}
@media (min-width: 992px) {
  .p-front-column .p-front-section-title {
    margin-bottom: 60px;
  }
}
.p-front-column-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 25px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .p-front-column-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-bottom: 52px;
  }
}
.p-front-column-item-thumb {
  width: 100%;
  height: auto;
  aspect-ratio: 29/17;
  border-radius: 5px;
  margin-bottom: 10px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .p-front-column-item-thumb {
    border-radius: 10px;
    margin-bottom: 20px;
  }
}
.p-front-column-item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.p-front-column-item-title {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 0.5em;
}
@media (min-width: 992px) {
  .p-front-column-item-title {
    font-size: 20px;
  }
}
.p-front-column-item-desc {
  font-size: 13px;
  line-height: 2;
  margin-bottom: 1em;
}
@media (min-width: 992px) {
  .p-front-column-item-desc {
    font-size: 16px;
    font-weight: 500;
  }
}
.p-front-column-item-date {
  font-size: 16px;
  color: #666666;
}
.p-front-column-item:hover .p-front-column-item-thumb img {
  filter: contrast(0.7);
}

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

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

.single-case .site-body-container {
  max-width: 1150px;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 992px) {
  .single-case .site-body-container {
    padding-right: 0;
    padding-left: 0;
  }
}
.single-case .page-header-title {
  font-size: 44px;
}

.p-case-entry-title {
  color: var(--color-main);
  border-bottom: #064371;
}
.p-case-overview {
  padding-top: 20px;
  margin-bottom: 80px;
}
@media (min-width: 992px) {
  .p-case-overview {
    margin-bottom: 100px;
  }
}
.p-case-overview-content {
  line-height: 2;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  position: relative;
}
@media (min-width: 992px) {
  .p-case-overview-content {
    padding-left: calc(100% - 666px);
  }
}
.p-case-overview-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.04em;
  margin-bottom: 35px !important;
}
.p-case-overview-content h2.p-case-overview-title {
  border: none;
  padding-top: 0;
  padding-bottom: 31px;
  margin-bottom: 52px;
  text-align: left;
  position: inherit;
  top: 0;
  left: 0;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.02em;
  color: #000000;
}
@media (min-width: 992px) {
  .p-case-overview-content h2.p-case-overview-title {
    position: absolute;
    margin-bottom: 0.5em;
  }
}
.p-case-overview-content h2.p-case-overview-title::after {
  display: block;
  height: 6px;
  width: 100px;
  background: var(--color-sub);
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: none;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s ease;
}
@media (min-width: 992px) {
  .p-case-overview-content h2.p-case-overview-title {
    font-size: 38px;
  }
}
.p-case-overview-content h2.p-case-overview-title.is-visible::after {
  transform: scaleX(1);
}
.p-case-overview-content img {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .p-case-overview-content img {
    float: right;
    width: 45%;
    margin-left: 40px;
    margin-top: 10px;
  }
}
.p-case-overview-content p:last-child {
  margin-bottom: 0;
}
.p-case-overview-content .p-case-overview-image {
  padding-bottom: 0;
  position: relative;
}
.p-case-overview-content .p-case-overview-image::after {
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: #b2b4c6;
  display: block;
  content: "";
  right: 0;
}
.p-case-overview-content .p-case-overview-image img {
  border-radius: 5px;
  overflow: hidden;
  height: 177px;
  object-fit: cover;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .p-case-overview-content .p-case-overview-image img {
    height: 490px;
  }
}
@media (min-width: 992px) {
  .p-case-overview-reverse img {
    float: left;
    margin-left: 0;
    margin-right: 40px;
    margin-top: 10px;
  }
}
.p-case-overview-image {
  width: 100%;
  overflow: hidden;
  padding-bottom: 60px;
}
.p-case-overview-image img {
  width: 100%;
  height: 323px;
  object-fit: cover;
  border-radius: 5px;
  object-position: top;
  padding: 0;
  margin: 0;
}
.p-case-efforts, .p-case-results {
  margin-bottom: 80px;
  padding-left: 0;
  position: relative;
}
@media (min-width: 992px) {
  .p-case-efforts, .p-case-results {
    margin-bottom: 100px;
    padding-left: calc(100% - 666px);
  }
}
.p-case-efforts-reverse .p-case-efforts-image, .p-case-results-reverse .p-case-efforts-image {
  padding-bottom: 60px;
  border-bottom: 1px solid #b2b4c6;
}
@media (min-width: 992px) {
  .p-case-efforts-reverse .p-case-efforts-description img, .p-case-results-reverse .p-case-efforts-description img {
    float: left;
    margin-left: 0;
    margin-right: 40px;
    margin-top: 10px;
  }
}
.p-case-efforts-reverse .p-case-results-description img, .p-case-results-reverse .p-case-results-description img {
  width: 100%;
  height: 323px;
  object-fit: cover;
  border-radius: 5px;
  object-position: center;
  padding: 0;
  margin: 0;
}
.p-case-efforts-description, .p-case-results-description {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .p-case-efforts-description img, .p-case-results-description img {
    width: 100%;
  }
}
.p-case-efforts-description p:last-child, .p-case-results-description p:last-child {
  margin-bottom: 0;
}
.p-case-efforts-description .p-case-efforts-image, .p-case-results-description .p-case-efforts-image {
  padding-bottom: 60px;
  border-bottom: 1px solid #b2b4c6;
}
.p-case-efforts p, .p-case-results p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.04em;
  margin-bottom: 35px !important;
}
.p-case-efforts-image, .p-case-results-image {
  width: 100%;
  overflow: hidden;
  padding-bottom: 60px;
  border-bottom: 1px solid #b2b4c6;
}
.p-case-efforts-image img, .p-case-results-image img {
  width: 100%;
  height: 177px;
  object-fit: cover;
  border-radius: 5px;
  object-position: top;
  padding: 0;
  margin: 0;
  object-position: center;
}
@media (min-width: 992px) {
  .p-case-efforts-image img, .p-case-results-image img {
    height: 323px;
  }
}
.p-case-efforts h2.p-case-efforts-title,
.p-case-efforts h2.p-case-results-title, .p-case-results h2.p-case-efforts-title,
.p-case-results h2.p-case-results-title {
  border: none;
  padding-top: 0;
  padding-bottom: 31px;
  margin-bottom: 1em;
  text-align: left;
  position: relative;
  top: 0;
  left: 0;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.02em;
  color: #000000;
}
@media (min-width: 992px) {
  .p-case-efforts h2.p-case-efforts-title,
  .p-case-efforts h2.p-case-results-title, .p-case-results h2.p-case-efforts-title,
  .p-case-results h2.p-case-results-title {
    position: absolute;
  }
}
.p-case-efforts h2.p-case-efforts-title::after,
.p-case-efforts h2.p-case-results-title::after, .p-case-results h2.p-case-efforts-title::after,
.p-case-results h2.p-case-results-title::after {
  display: block;
  height: 6px;
  width: 100px;
  background: var(--color-sub);
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: none;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s ease;
}
@media (min-width: 992px) {
  .p-case-efforts h2.p-case-efforts-title,
  .p-case-efforts h2.p-case-results-title, .p-case-results h2.p-case-efforts-title,
  .p-case-results h2.p-case-results-title {
    font-size: 38px;
  }
}
.p-case-efforts h2.p-case-efforts-title.is-visible::after,
.p-case-efforts h2.p-case-results-title.is-visible::after, .p-case-results h2.p-case-efforts-title.is-visible::after,
.p-case-results h2.p-case-results-title.is-visible::after {
  transform: scaleX(1);
}

.post-list.case-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  padding-top: 0;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .post-list.case-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding-top: 30px;
  }
}
.post-list.case-list .case-list-item-categories {
  margin-bottom: 6px;
}
@media (min-width: 992px) {
  .post-list.case-list .case-list-item-categories {
    margin-bottom: 10px;
    padding-top: 3px;
  }
}
.post-list.case-list .case-list-item-categories a {
  color: white;
  font-size: 13px;
  padding: 0 5px;
  background: #1ec2de;
  border-radius: 5px;
  height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  display: inline-block;
  align-items: center;
  width: auto;
  line-height: 24px;
}
@media (min-width: 992px) {
  .post-list.case-list .case-list-item-categories a {
    font-size: 13px;
  }
}
.post-list.case-list .case-list-item-thumb {
  display: block;
  aspect-ratio: 16/12;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}
.post-list.case-list .case-list-item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-list.case-list .case-list-item-title {
  padding-top: 10px;
  padding-left: 0;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 16px;
  color: #3f3f3f;
  margin-bottom: 0 !important;
  padding-bottom: 12px !important;
}
@media (min-width: 992px) {
  .post-list.case-list .case-list-item-title {
    font-size: 21px;
    padding-bottom: 31px !important;
  }
}
.post-list.case-list .case-list-item-title::before {
  display: none;
}
.post-list.case-list .case-list-item-title::after {
  display: none;
}

.p-case-results {
  margin-bottom: 0 !important;
}

.single-case .site-body {
  padding: 32px 0 20px;
}
@media (min-width: 992px) {
  .single-case .site-body {
    padding: 70px 0 20px;
  }
}

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

.post-type-archive-investments .site-body,
.term-investments-cat-voice .site-body {
  padding-top: 73px;
}
.post-type-archive-investments .main-section-no-posts,
.term-investments-cat-voice .main-section-no-posts {
  margin: auto;
  max-width: 980px;
}

.post-type-archive-investments .site-body {
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  .post-type-archive-investments .site-body {
    padding-bottom: 20px;
  }
}

.p-investments {
  max-width: 980px;
  margin: auto;
}
.p-investments-image {
  margin-top: -26px;
  margin-bottom: 14px;
  margin-inline: auto;
  max-width: 648px;
}
@media (min-width: 992px) {
  .p-investments-image {
    margin-top: 0;
  }
}
.p-investments-image img {
  border-radius: 5px;
}
@media (min-width: 992px) {
  .p-investments-image img {
    border-radius: 10px;
  }
}

.p-investments-header-link {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 46px;
}
@media (min-width: 992px) {
  .p-investments-header-link {
    gap: 20px;
    max-width: 100%;
    margin-inline: auto;
    margin-bottom: 53px;
  }
}
.p-investments-header-link a {
  display: flex;
  place-content: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: var(--color-main);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.1em;
  height: 42px;
  border-radius: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #f6f6f6;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  white-space: nowrap;
  width: 100%;
}
@media (min-width: 992px) {
  .p-investments-header-link a {
    width: 100%;
    font-size: 18px;
    height: 53px;
    border-radius: 10px;
    letter-spacing: 0.1em;
  }
}
.p-investments-header-link a .link-text--left {
  position: relative;
  width: 100px;
}
@media (min-width: 992px) {
  .p-investments-header-link a .link-text--left {
    width: 105px;
  }
}
.p-investments-header-link a .link-text--left::after {
  content: "";
  width: 15px;
  height: 8px;
  display: block;
  background: url("../images/icons/investments-button-arrow.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 2px;
  bottom: 0;
  margin: auto;
  right: 0;
}
@media (min-width: 992px) {
  .p-investments-header-link a .link-text--left::after {
    right: 0;
    top: 0;
  }
}
.p-investments-header-link a .link-text--right {
  position: relative;
  width: 148px;
  color: #000;
}
@media (min-width: 992px) {
  .p-investments-header-link a .link-text--right {
    width: 162px;
  }
}
.p-investments-header-link a .link-text--right::after {
  content: "";
  width: 15px;
  height: 8px;
  display: block;
  background: url("../images/icons/investments-button-arrow-black.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 2px;
  bottom: 0;
  margin: auto;
  right: 0;
}
@media (min-width: 992px) {
  .p-investments-header-link a .link-text--right::after {
    right: 0;
    top: 0;
  }
}
.p-investments-header-link a:hover {
  background: transparent linear-gradient(80deg, rgba(209, 192, 214, 0.19), rgba(155, 184, 244, 0.19));
}
.p-investments-header-link a.active {
  background: transparent;
  background: #9bdce6;
}
.p-investments-archive {
  flex-direction: column;
  margin: auto;
}
@media (min-width: 992px) {
  .p-investments-archive {
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 0;
  }
}
.p-investments-archive-side {
  padding-left: 0;
  padding-bottom: 80px;
  padding-right: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .p-investments-archive-side {
    padding-left: 28px;
    padding-bottom: 0px;
    width: 460px;
    max-width: 40%;
    padding-right: 10px;
  }
}
.p-investments-archive-side .button-search {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  color: var(--color-main);
  font-weight: 400;
  font-size: 16px !important;
  letter-spacing: 0.02em;
  height: 36px;
  border-radius: 5px;
  background: #9bdce6;
  position: relative;
  white-space: nowrap;
  margin-left: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .p-investments-archive-side .button-search {
    padding-right: 60px;
    padding-left: 60px;
    font-size: 18px;
    width: 323px;
  }
}
.p-investments-archive-side .button-search::after {
  display: none;
}
.p-investments-archive-side .button-search .button-text--left {
  position: relative;
  width: 81px;
  display: flex;
  align-items: center;
}
.p-investments-archive-side .button-search .button-text--left::after {
  content: "";
  width: 6px;
  height: 9px;
  display: block;
  background: url("../images/icons/investments-button-sarch-arrow.svg") center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
@media (min-width: 992px) {
  .p-investments-archive-side .button-search .button-text--left::after {
    right: 0;
  }
}
.p-investments-archive-side .button-search .button-text--right {
  position: relative;
  width: 98px;
  display: flex;
  align-items: center;
}
.p-investments-archive-side .button-search .button-text--right::after {
  content: "";
  width: 6px;
  height: 8px;
  display: block;
  background: url("../images/icons/investments-button-sarch-arrow-w.svg") center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
@media (min-width: 992px) {
  .p-investments-archive-side .button-search .button-text--right::after {
    right: 0;
  }
}
.p-investments-archive-side .button-search--all {
  background: var(--color-main);
  color: #fff;
}
.p-investments-archive-side .button-search--all .button-text {
  position: relative;
}
.p-investments-archive-side .button-search--all .button-text::after {
  content: "";
  width: 5px;
  height: 8px;
  display: block;
  background: url("../images/icons/investments-button-sarch-arrow-white.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -14px;
}
@media (min-width: 992px) {
  .p-investments-archive-side .button-search--all .button-text::after {
    right: -14px;
  }
}
.p-investments-archive-side #button-search-investments {
  margin-bottom: 15px !important;
}
@media (min-width: 992px) {
  .p-investments-archive-side #button-search-investments {
    margin-bottom: 14px !important;
  }
}
.p-investments-archive-main {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  max-width: 365px;
  width: 365px;
  row-gap: 0;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .p-investments-archive-main {
    justify-content: space-between;
    max-width: 666px;
    width: 666px;
    max-width: 57.9%;
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: initial;
    row-gap: 0;
  }
}
.p-investments-archive-main.--is-tax {
  grid-template-columns: 1fr;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .p-investments-archive-main.--is-tax {
    grid-template-columns: 1fr;
    display: flex;
    flex-wrap: wrap;
  }
}
.p-investments-archive-item {
  width: 97.265%;
  max-width: 170px;
}
@media (min-width: 992px) {
  .p-investments-archive-item {
    width: 206px;
    max-width: 31.3%;
  }
}
.p-investments-archive-item-image {
  border-radius: 5px;
  overflow: hidden;
  aspect-ratio: 1;
  margin-bottom: 10px;
  display: grid;
  place-content: center;
  overflow: hidden;
  margin-bottom: 18px;
}
@media (min-width: 992px) {
  .p-investments-archive-item-image {
    margin-bottom: 14px;
  }
}
.p-investments-archive-item-image img {
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.p-investments-archive-item-image:hover img {
  transform: scale(1.1);
}
.p-investments-archive-item h3::after {
  display: none;
}
.p-investments-archive-item-title {
  font-size: 16px !important;
  border: none;
  position: relative;
  margin-bottom: 0 !important;
  padding-bottom: 20px !important;
}
@media (min-width: 992px) {
  .p-investments-archive-item-title {
    font-size: 18px !important;
    padding-bottom: 0 !important;
  }
}
.p-investments-archive-item-title::before, .p-investments-archive-item-title::after {
  display: none !important;
}
.p-investments-archive-item-number {
  display: none;
  position: absolute;
  top: 7px;
  left: 0;
  background: rgb(49, 178, 196);
  background: linear-gradient(125deg, rgb(49, 178, 196) 0%, rgb(49, 128, 196) 64%);
  border-radius: 2px;
  font-size: 13px;
  color: white;
  line-height: 1.5;
  padding: 0 0.3em;
  width: 2.5em;
}
@media (min-width: 992px) {
  .p-investments-archive-item-number {
    font-size: 16px;
    top: 10px;
  }
}
.p-investments-archive-item__is-tax {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  flex-direction: column;
  width: 47%;
}
@media (min-width: 992px) {
  .p-investments-archive-item__is-tax {
    gap: 24px;
  }
}
.p-investments-archive-item__is-tax .p-investments-archive-item-title {
  color: var(--color-main);
}
.p-investments-archive-item__is-tax .p-investments-archive-item-title a {
  color: var(--color-main);
}
.p-investments-archive-item__is-tax .p-investments-archive-item-image {
  width: 100%;
}
@media (min-width: 992px) {
  .p-investments-archive-item__is-tax .p-investments-archive-item-image {
    width: 200px;
  }
}
.p-investments-archive-item__is-tax .p-investments-archive-item-content {
  width: 62%;
}
@media (min-width: 992px) {
  .p-investments-archive-item__is-tax .p-investments-archive-item-content {
    flex: 1;
  }
}
.p-investments-archive-item__is-tax .p-investments-archive-item-content p {
  line-height: 1.6;
}
@media (min-width: 992px) {
  .p-investments-archive-item__is-tax .p-investments-archive-item-content .excerpt {
    font-size: 18px;
  }
}
.p-investments-archive-item__is-tax .p-investments-archive-item-content .industry {
  color: #989898;
  margin-bottom: 0;
}
.p-investments-archive-item__is-tax .p-investments-archive-item-title {
  margin-bottom: 0;
}

.investment-categories {
  list-style: none;
  padding-left: 0;
  gap: 16px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
  grid-template-columns: 1fr;
  margin-bottom: 22px;
  max-width: 323px;
}
@media (min-width: 992px) {
  .investment-categories {
    margin-bottom: 23px;
  }
}
.investment-categories li {
  margin: 0;
}
.investment-categories li a {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 1px;
  color: #2d2d2d;
}
.investment-categories .parent-category {
  padding-bottom: 20px;
  letter-spacing: 0.2em;
}
@media (min-width: 992px) {
  .investment-categories .parent-category {
    padding-bottom: 19px;
  }
}
.investment-categories .parent-category:last-child {
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .investment-categories .parent-category:last-child {
    padding-bottom: 0;
  }
}
.investment-categories input[type=checkbox] {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
}
.investment-categories input[type=checkbox]:checked + label .checkmark {
  background-color: var(--color-main);
  border: 1px solid var(--color-main);
}
.investment-categories label {
  display: flex;
  cursor: pointer;
  line-height: 1.1;
  letter-spacing: 1px;
  color: #2d2d2d;
  font-weight: 400;
}
.investment-categories .checkmark {
  margin-right: 5.5px;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #2d2d2d;
  border-radius: 5px;
}
@media (min-width: 992px) {
  .investment-categories .checkmark {
    margin-right: 7px;
    margin-top: 1px;
  }
}
.investment-categories .checkmark::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-radius: 1px;
  content: "";
  display: block;
  height: 11px;
  left: 5px;
  margin-top: -6px;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}
.investment-categories .parent-category {
  margin: 0;
}
.investment-categories .child-categories {
  font-weight: 500;
  padding: 0;
  margin-top: 18px;
  margin-bottom: 0;
  display: flex;
  gap: 20px;
  row-gap: 0;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .investment-categories .child-categories {
    margin-top: 20px;
  }
}
.investment-categories .child-categories li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 19px;
}
@media (min-width: 992px) {
  .investment-categories .child-categories li {
    margin-bottom: 17px;
  }
}

.p-investments-overview {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .p-investments-overview {
    flex-direction: row;
    gap: 60px;
  }
}
@media (min-width: 992px) {
  .p-investments-overview-image {
    width: 40%;
  }
}
.p-investments-overview-image img {
  width: 100%;
}
@media (min-width: 992px) {
  .p-investments-overview-content {
    width: 60%;
    padding-top: 14px;
  }
}
.p-investments-overview-title {
  font-size: 24px;
  color: var(--color-main);
}
@media (min-width: 992px) {
  .p-investments-overview-title {
    font-size: 40px;
  }
}
.p-investments-overview-list {
  list-style: none;
  padding-left: 0;
}
.p-investments-overview-list li {
  position: relative;
  padding-left: 5.5em;
}
.p-investments-overview-list li span {
  position: absolute;
  left: 0;
  font-weight: 600;
}

body.investments .site-body {
  padding: 70px 0 60px;
}
@media (min-width: 992px) {
  body.investments .site-body {
    padding: 46px 0 60px;
  }
}

body.investments .site-body .container {
  max-width: 1154px;
}

h2.p-investments-interview-title {
  margin-bottom: 40px;
}

h1.p-investments-overview-title {
  margin-bottom: 30px;
  line-height: 1.4 !important;
}

.post-list.seminar-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (min-width: 992px) {
  .post-list.seminar-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}
@media (min-width: 992px) {
  .post-list.seminar-list .seminar-list-item-categories {
    margin-bottom: 8px;
  }
}
.post-list.seminar-list .seminar-list-item-categories a {
  color: white;
  font-size: 12px;
  padding: 0 6px;
  border-radius: 2px;
}
@media (min-width: 992px) {
  .post-list.seminar-list .seminar-list-item-categories a {
    font-size: 14px;
  }
}
.post-list.seminar-list .seminar-list-item-title {
  font-size: 18px;
  padding-left: 0;
  border-bottom: 1px solid #064371;
}
@media (min-width: 992px) {
  .post-list.seminar-list .seminar-list-item-title {
    font-size: 22px;
  }
}
.post-list.seminar-list .seminar-list-item-title::before {
  display: none;
}
.post-list.seminar-list .seminar-list-item-title::after {
  background: rgb(49, 178, 196);
  background: linear-gradient(125deg, rgb(49, 178, 196) 0%, rgb(49, 128, 196) 64%);
  width: 60px;
  height: 2px;
  border-bottom: none;
}
@media (min-width: 992px) {
  .post-list.seminar-list .seminar-list-item-title::after {
    width: 100px;
    height: 4px;
  }
}

.single-seminar .page-header-title {
  text-align: center;
}
.single-seminar .site-body-container {
  max-width: 950px;
}

.p-seminar-image {
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .p-seminar-image {
    margin-bottom: 72px;
  }
}
.p-seminar-overview, .p-seminar-speaker, .p-seminar-program {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .p-seminar-overview, .p-seminar-speaker, .p-seminar-program {
    margin-bottom: 48px;
  }
}
@media (min-width: 992px) {
  .p-seminar-speaker-container {
    display: flex;
    gap: 48px;
  }
}
.p-seminar-speaker-container:not(:last-child) {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .p-seminar-speaker-image {
    width: 240px;
  }
}
@media (min-width: 992px) {
  .p-seminar-speaker-description {
    flex: 1;
  }
}

.p-about-catch .p-front-section-title__sub--sky.is-visible::after {
  left: 0;
  right: auto;
  text-align: left;
  transform-origin: left;
}
@media (min-width: 992px) {
  .p-about-catch .p-front-section-title__sub--sky.is-visible::after {
    left: 0;
    right: 0;
    text-align: center;
    transform-origin: center;
  }
}
.p-about-catch-title {
  position: sticky;
  top: 120px;
}
@media (min-width: 992px) {
  .p-about-catch-title {
    margin-bottom: 70px;
  }
}
.p-about-catch-title__sub {
  font-size: 0.6545em;
  display: block;
  margin-bottom: 20px;
}
.p-about-catch-title__main {
  text-align: left;
  font-size: 28px;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .p-about-catch-title__main {
    font-size: 38px;
    text-align: center;
    line-height: 1.5;
  }
}
.p-about-catch-title__main .text-01 {
  display: block;
  font-weight: 520;
}
@media (min-width: 992px) {
  .p-about-catch-title__main .text-01 {
    display: block;
  }
}
.p-about-catch-title__main .text-02 {
  font-weight: 600;
  letter-spacing: 0.02em;
}
.p-about-catch-title__main .text-03 {
  font-weight: 520;
  letter-spacing: 0;
  margin: 0 -6px;
  text-box-trim: trim-both;
  display: inline-block;
  width: 33px;
}
.p-about-catch-title__main .text-04 {
  font-weight: 600;
  letter-spacing: 0.02em;
}
.p-about-catch-title .block-pc {
  display: none;
}
@media (min-width: 992px) {
  .p-about-catch-title .block-pc {
    display: block;
  }
}
.p-about-catch .p-front-section-title {
  place-items: start;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 70px;
}
@media (min-width: 992px) {
  .p-about-catch .p-front-section-title {
    place-items: center;
    padding-bottom: 50px;
  }
}
.p-about-catch .p-front-section-title__sub--sky {
  margin-bottom: 25px;
  color: #000;
  font-weight: 520;
  font-family: "Figtree", "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}
@media (min-width: 992px) {
  .p-about-catch .p-front-section-title__sub--sky {
    margin-bottom: 43px;
    padding-bottom: 26px;
    letter-spacing: 0.05em;
  }
}
.p-about-catch .p-front-section-title__sub--sky::after {
  bottom: 3px;
}
.p-about-initiative h3.rightarea-title-simple {
  letter-spacing: 0.01em !important;
  margin-bottom: 0;
  padding-bottom: 24px !important;
  font-size: min(6.6vw, 28px) !important;
}
@media (min-width: 992px) {
  .p-about-initiative h3.rightarea-title-simple {
    padding-bottom: 0 !important;
    margin-bottom: 40px;
    letter-spacing: 0.03em !important;
    font-size: 38px;
  }
}
.p-about-initiative-sec02 {
  padding-left: 18px;
  padding-right: 18px;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .p-about-initiative-sec02 {
    padding-left: 0;
    padding-right: 0;
    max-width: 1126px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .p-about-initiative-sec02 .p-about-initiative-block {
    flex-direction: column;
    gap: 30px;
  }
}
@media (min-width: 992px) {
  .p-about-initiative-sec02 h3.rightarea-title-simple {
    margin-bottom: 23px;
  }
}
@media (min-width: 1100px) {
  .p-about-initiative-sec02 .ly_plan-rightarea {
    width: 60%;
    padding: 109px 0 0 0;
  }
}
@media (min-width: 1100px) {
  .p-about-initiative-sec02 .ly_plan-leftarea {
    max-width: 460px;
    width: 40%;
  }
}
.p-about-initiative-sec02 .ly_plan-leftarea_inner {
  flex-direction: column;
  margin-bottom: 46px;
}
@media (min-width: 992px) {
  .p-about-initiative-sec02 .ly_plan-leftarea_inner {
    margin-bottom: 0;
  }
}
.p-about-initiative-sec02 .title-l-border-sub {
  letter-spacing: 0.08em;
}
@media (min-width: 992px) {
  .p-about-initiative-sec02 .title-l-border-sub {
    margin: 114px auto 38px;
    padding-top: 0;
    padding-bottom: 29px !important;
  }
}
.p-about-initiative-sec02 .title-l-border-sub::after {
  width: 100px;
}
@media (min-width: 992px) {
  .p-about-initiative-sec02 .title-l-border-sub::after {
    top: 59px;
    width: 100px;
  }
}
.p-about-initiative-block {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 28px !important;
  padding-bottom: 30px;
  position: relative;
}
@media (min-width: 992px) {
  .p-about-initiative-block {
    flex-direction: column;
    gap: 35px;
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
}
.p-about-initiative-block-image {
  height: 177px;
  border-radius: 5px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-about-initiative-block-image {
    width: 100%;
    height: 323px;
  }
}
.p-about-initiative-block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.p-about-initiative-block-image .about-case-image-02 {
  object-position: center;
}
.p-about-initiative-block-content p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
}
.p-about-initiative-block-content p:last-child {
  margin-bottom: 0;
}
.p-about-initiative-block-content p a {
  color: var(--color-blue);
  border-bottom: 2px solid var(--color-blue);
  text-decoration: none;
}
.p-about-initiative-block--bg-gray {
  padding: 50px !important;
  background: #e6e7ed;
  border-radius: 5px;
  margin-bottom: 0;
  gap: 0;
}
.p-about-initiative-block--line {
  position: relative;
  padding-bottom: 47px;
  margin-bottom: 54px;
}
@media (min-width: 992px) {
  .p-about-initiative-block--line {
    padding-bottom: 60px;
  }
}
.p-about-initiative-block--line::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #b2b4c6;
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-about-initiative-block .sien-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
}
.p-about-initiative-block .sien-item .item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px;
  height: 52px;
  background: #ffffff;
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.04em;
  color: #2d2d2d;
}
.p-about-initiative-block .flow-item {
  display: flex;
  flex-flow: column;
  justify-content: center;
  row-gap: 15px;
  width: 100%;
}
.p-about-initiative-block .flow-item .item-white {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  height: 52px;
  background: #ffffff;
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
  color: #2d2d2d;
}
.p-about-initiative-block .flow-item .item-support {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  height: 32px;
  width: 179px;
  background: #1ec2de;
  border-radius: 50px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.04em;
  color: #ffffff;
  margin: 0 auto;
}
.p-about-initiative-block .flow-item .item-arrow {
  width: 42.36px;
  min-height: 12.23px;
  margin: 0 auto;
}
.p-about-initiative-block .flow-item .item-arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-about-mission {
  color: white;
  padding-top: 58px;
  padding-bottom: 90px;
  position: relative;
  padding-left: 18px;
  padding-right: 18px;
  background: url("../images/common/bg_about_mission-bg-sp.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .p-about-mission {
    background: url("../images/common/bg_about_mission-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 76px 40px 99px;
  }
}
.p-about-mission-title {
  font-weight: 500;
  font-size: 38px;
  letter-spacing: 0.02em;
  color: white !important;
  margin-bottom: 38px !important;
  text-align: left !important;
}
@media (min-width: 992px) {
  .p-about-mission-title {
    margin-bottom: 49px;
    text-align: center;
  }
}
.p-about-mission-title__main {
  display: flex;
  justify-content: flex-start;
  font-size: 28px;
  font-weight: 450;
  letter-spacing: 0.02em;
}
@media (min-width: 992px) {
  .p-about-mission-title__main {
    justify-content: center;
    font-size: 38px;
  }
}
.p-about-mission-title__sub {
  display: block;
  font-family: "Figtree", sans-serif;
  font-weight: 450;
  font-size: 28px;
  letter-spacing: 0.02em;
  text-align: left !important;
  margin-bottom: 60px;
  text-align: center;
  position: relative;
  margin-bottom: 56px;
  padding-bottom: 27px;
  position: relative;
  display: flex;
  justify-content: flex-start;
}
@media (min-width: 992px) {
  .p-about-mission-title__sub {
    font-size: 38px;
    padding-bottom: 25px;
    margin-bottom: 53px;
    text-align: center;
    justify-content: center;
  }
}
.p-about-mission-title__sub::after {
  content: "";
  display: block;
  background: var(--color-sub);
  height: 6px;
  width: 100px;
  max-width: 100px;
  position: absolute;
  left: 0;
  right: auto;
  margin: auto;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s ease;
}
@media (min-width: 992px) {
  .p-about-mission-title__sub::after {
    height: 6px;
    width: 100px !important;
    left: 0;
    right: 0;
    margin: auto;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.6s ease;
  }
}
.p-about-mission-title__sub.is-visible::after {
  transform: scaleX(1);
}
.p-about-mission-read {
  position: relative;
  z-index: 5;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.999rem;
  letter-spacing: 0.04em;
  text-align: left;
}
@media (min-width: 992px) {
  .p-about-mission-read {
    font-size: 18px;
    text-align: center;
  }
}
.p-about-problem {
  background: #e6e7ed;
  padding-bottom: 146px;
  margin-bottom: 30px;
  position: relative;
  padding: 0 18px;
}
@media (min-width: 768px) {
  .p-about-problem {
    padding: 80px 18px 0 18px;
  }
}
@media (min-width: 992px) {
  .p-about-problem {
    padding: 0 18px;
    padding-bottom: 140.5px;
    padding-top: 86px;
    margin-bottom: 35px;
  }
}
.p-about-problem .ly_plan-rightarea {
  padding: 0 0;
}
@media (min-width: 992px) {
  .p-about-problem .ly_plan-rightarea {
    padding: 4.1vw 0 0 0;
  }
}
.p-about-problem .title-l-border-sub {
  padding-top: 11.8vw !important;
  margin-bottom: 26px;
  letter-spacing: 0.11em;
  color: #000;
}
@media (min-width: 768px) {
  .p-about-problem .title-l-border-sub {
    padding-top: 1.8vw !important;
  }
}
@media (min-width: 992px) {
  .p-about-problem .title-l-border-sub {
    padding-top: 1.8vw !important;
    padding: 20px 0 0;
    margin: 10% auto;
    letter-spacing: 0.11em;
  }
}
.p-about-problem .title-l-border-sub::after {
  top: 99px;
  width: 100px;
}
@media (min-width: 992px) {
  .p-about-problem .title-l-border-sub::after {
    top: 91px;
  }
}
.p-about-problem .container {
  padding-left: 18px;
  padding-right: 18px;
}
.p-about-problem-title {
  text-align: left !important;
  left: 0;
  top: 0;
  font-size: 28px !important;
  line-height: 1;
  padding: 0 !important;
  padding-bottom: 25px !important;
  position: relative;
}
@media (min-width: 992px) {
  .p-about-problem-title {
    text-align: center;
    position: absolute !important;
    font-size: 38px !important;
    padding-bottom: 30px !important;
    margin-bottom: 60px;
  }
}
.p-about-problem-title::after {
  content: "";
  display: block;
  background: var(--color-sub);
  height: 4px;
  width: 80px;
  max-width: 80px;
  position: absolute;
  left: 0;
  margin: auto;
  bottom: 0;
  right: auto;
  margin: auto;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s ease;
}
@media (min-width: 992px) {
  .p-about-problem-title::after {
    height: 6px;
    width: 100px;
    max-width: 100px;
  }
}
.p-about-problem-title.is-visible::after {
  transform: scaleX(1);
}
.p-about-problem-read {
  margin-bottom: 6px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #2d2d2d;
  position: relative;
  padding-bottom: 22px;
}
@media (min-width: 992px) {
  .p-about-problem-read {
    padding-bottom: 0;
  }
}
.p-about-problem-data {
  display: grid;
  gap: 17px;
  padding-bottom: 72px;
  margin-top: 0;
  position: relative;
}
@media (min-width: 992px) {
  .p-about-problem-data {
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    margin-top: 30px;
    padding-bottom: 57px;
  }
}
.p-about-problem-data-content p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #2d2d2d;
}
.p-about-problem-data-image {
  margin-bottom: 6px;
  border-radius: 5px;
  margin-bottom: 8px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .p-about-problem-data-image {
    margin-bottom: 10px;
  }
}
.p-about-problem-data-image-pc {
  display: none;
}
@media (min-width: 992px) {
  .p-about-problem-data-image-pc {
    display: block;
  }
}
.p-about-problem-data-image-sp {
  display: block;
}
@media (min-width: 992px) {
  .p-about-problem-data-image-sp {
    display: none;
  }
}
.p-about-problem-data-image img {
  border-radius: 5px;
  overflow: hidden;
}
.p-about-problem-data-source {
  /* 出典 */
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #2d2d2d;
}
.p-about-problem-data + h3 {
  margin-top: 35px;
}
@media (min-width: 992px) {
  .p-about-problem-data + h3 {
    margin-top: 48px;
  }
}
.p-about-problem-data--line {
  position: relative;
}
.p-about-problem-data--line::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #b2b4c6;
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-about-problem .indent-3 {
  padding-left: 2.5em;
  text-indent: -2.5em;
}
.p-about-problem .indent-5 {
  padding-left: 4.5em;
  text-indent: -4.5em;
}
.p-about-problem h3.rightarea-title-simple {
  margin-bottom: 27px;
  padding-bottom: 0 !important;
  letter-spacing: 0.04em;
}
.p-about-problem .p-about-problem-data + h3 {
  margin-top: 48px;
}
.p-about-button {
  padding: 14px 39px 14px 20px;
  border-radius: 5px;
  padding-top: 12px;
  padding-right: 36px;
  padding-bottom: 12px;
  padding-left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-sub);
  font-size: 16px;
  color: white !important;
  position: relative;
  font-weight: 400 !important;
  letter-spacing: 0.11em !important;
  margin-left: 0;
  white-space: nowrap;
  width: 221px;
  max-width: 221px;
  height: 40px;
}
@media (min-width: 992px) {
  .p-about-button {
    max-width: 216px !important;
    height: 36px;
    width: auto;
    margin-left: 0;
  }
}
.p-about-button::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 16px;
  background: url("../images/front/c-button-arrow-white.png") center center no-repeat;
  background-size: contain;
  font-size: 20px;
}
.p-about-button:hover {
  background: var(--color-main);
  transition: all 0.3s;
}

table#tablepress-2 {
  margin: 0 auto !important;
}

body.about .site-body {
  padding: 36px 0 0 !important;
}
@media (min-width: 992px) {
  body.about .site-body {
    padding: 78px 0 15px !important;
  }
}

.p-tsunagu-initiative {
  position: relative;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 90px;
}
@media (min-width: 1151px) {
  .p-tsunagu-initiative {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.p-tsunagu-initiative .ly_plan {
  width: 100%;
  max-width: 1126px;
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .p-tsunagu-initiative .ly_plan-leftarea {
    max-width: 460px;
    width: 40%;
  }
}
.p-tsunagu-initiative .ly_plan-rightarea {
  padding: 0 0 !important;
  margin-top: 85px;
}
@media (min-width: 992px) {
  .p-tsunagu-initiative .ly_plan-rightarea {
    margin-top: 108px;
    max-width: 666px;
    width: 60%;
  }
}
.p-tsunagu-initiative .ly_plan-rightarea h3.rightarea-title-simple {
  letter-spacing: 0.03em;
  margin-bottom: 0;
  color: #000;
  padding-bottom: 23px !important;
  font-size: min(6.6vw, 28px) !important;
}
@media (min-width: 992px) {
  .p-tsunagu-initiative .ly_plan-rightarea h3.rightarea-title-simple {
    margin-bottom: 0;
    letter-spacing: 0.05em;
    padding-bottom: 24px !important;
  }
}
.p-tsunagu-initiative .title-l-border-sub-2r {
  line-height: 1.5 !important;
  color: #000;
}
@media (min-width: 992px) {
  .p-tsunagu-initiative .title-l-border-sub-2r {
    margin-top: 100px;
    padding: 0 !important;
  }
}
.p-tsunagu-initiative .title-l-border-sub-2r span {
  letter-spacing: 0.04em !important;
  font-weight: 500;
  display: inline-block;
  color: #000;
}
.p-tsunagu-initiative .title-l-border-sub-2r::after {
  top: 114px;
  width: 100px !important;
}
@media (min-width: 992px) {
  .p-tsunagu-initiative .title-l-border-sub-2r::after {
    top: 129px;
  }
}
.p-tsunagu-initiative h3.p-about-initiative-title-sub {
  border-top: none !important;
  font-size: 28px;
  padding-top: 0;
}
.p-tsunagu-initiative h3.p-about-initiative-title-sub::after {
  display: none;
}
.p-tsunagu-initiative__left {
  position: inherit !important;
}
@media (min-width: 992px) {
  .p-tsunagu-initiative__left {
    position: absolute !important;
    left: 0;
    top: 0;
  }
}
.p-tsunagu-initiative-title {
  font-size: 28px !important;
  line-height: 1;
  padding: 0 !important;
  padding-bottom: 25px !important;
  position: relative;
  text-align: left !important;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .p-tsunagu-initiative-title {
    font-size: 38px !important;
    padding-bottom: 30px !important;
    margin-bottom: 45px;
  }
}
.p-tsunagu-initiative-title::after {
  content: "";
  display: block;
  background: var(--color-sub);
  height: 4px;
  width: 80px;
  max-width: 80px;
  position: absolute;
  left: 0;
  margin: auto;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s ease;
}
@media (min-width: 992px) {
  .p-tsunagu-initiative-title::after {
    height: 6px;
    width: 100px;
  }
}
.p-tsunagu-initiative-title.is-visible::after {
  transform: scaleX(1);
}
.p-tsunagu-initiative .container {
  position: relative;
  padding-left: 484px;
  margin-bottom: 40px;
}
.p-tsunagu-initiative .container::after {
  display: none;
}
.p-tsunagu-initiative-block {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 48px;
  padding-bottom: 63px;
  position: relative;
}
@media (min-width: 992px) {
  .p-tsunagu-initiative-block {
    flex-direction: column;
    gap: 32px;
    margin-bottom: 47px;
    padding-bottom: 60px;
  }
}
.p-tsunagu-initiative-block-image {
  border-radius: 5px;
  height: auto;
}
@media (min-width: 992px) {
  .p-tsunagu-initiative-block-image {
    width: 100%;
    flex-shrink: 0;
    height: 324px;
    border-radius: 5px;
    overflow: hidden;
  }
  .p-tsunagu-initiative-block-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.p-tsunagu-initiative-block-content p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
}
.p-tsunagu-initiative-block-content p:last-child {
  margin-bottom: 0;
}
.p-tsunagu-initiative-block-content p a {
  color: var(--color-blue);
  border-bottom: 2px solid var(--color-blue);
  text-decoration: none;
}
.p-tsunagu-initiative-block--line {
  position: relative;
}
.p-tsunagu-initiative-block--line::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #b2b4c6;
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-tsunagu-initiative-block--line:last-child::after {
  display: none;
}
.p-tsunagu-initiative-block:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .p-tsunagu-initiative-block:last-child {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
}
.p-tsunagu-title {
  color: #fff !important;
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: start;
  padding-bottom: 31px !important;
  position: relative;
  font-weight: 500;
  font-size: 28px !important;
  text-align: center;
  letter-spacing: 0.08em;
}
@media (min-width: 992px) {
  .p-tsunagu-title {
    font-size: 38px !important;
    padding-bottom: 28px;
    margin-bottom: 45px;
    text-align: center;
    justify-content: center;
  }
}
.p-tsunagu-title__sub {
  font-weight: 540;
}
.p-tsunagu-title::after {
  content: "";
  display: block;
  background: var(--color-sub);
  height: 6px;
  width: 100px;
  position: absolute;
  left: 0;
  right: auto;
  margin: auto;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s ease;
  bottom: 2px;
}
@media (min-width: 992px) {
  .p-tsunagu-title::after {
    height: 6px;
    width: 130px;
    left: 0;
    right: 0;
    margin: auto;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.6s ease;
    bottom: 4px;
  }
}
.p-tsunagu-title.is-visible::after {
  transform: scaleX(1);
}
.p-tsunagu-about-box {
  margin-top: 0;
  padding: 65px 18px 73px;
  background-image: url("../images/tsunagu/about-bg-sp.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 85px;
}
@media (min-width: 992px) {
  .p-tsunagu-about-box {
    margin-top: 19px;
    padding: 84px 40px 97px;
    margin-bottom: 0;
    background-image: url("../images/tsunagu/about-bg@2x.jpg");
  }
}
.p-tsunagu-about-read {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.78em;
  color: #fff;
  position: relative;
  z-index: 5;
  margin-top: 40px;
}
@media (min-width: 992px) {
  .p-tsunagu-about-read {
    font-size: 18px;
    line-height: 1.8em;
    letter-spacing: 0.04em;
    text-align: center;
    margin-top: 0;
  }
}
.p-tsunagu-document-block {
  height: auto;
  background: #e6e7ed;
  padding: 0 18px;
}
@media (min-width: 1152px) {
  .p-tsunagu-document-block {
    padding: 0 0;
  }
}
.p-tsunagu-document-block .title-l-border-sub-2r {
  padding: 0;
  margin-top: 76px;
  line-height: 1.5 !important;
  letter-spacing: 0.15em !important;
}
@media (min-width: 992px) {
  .p-tsunagu-document-block .title-l-border-sub-2r {
    margin-top: 90px;
  }
}
.p-tsunagu-document-block .title-l-border-sub-2r::after {
  top: 116px;
}
@media (min-width: 992px) {
  .p-tsunagu-document-block .title-l-border-sub-2r::after {
    top: 124px;
  }
}
.p-tsunagu-document-block .container {
  padding-left: 0;
}
@media (min-width: 992px) {
  .p-tsunagu-document-block .container {
    padding-left: 12px;
  }
}
.p-tsunagu-document-block .ly_plan {
  max-width: 1077px;
  margin-left: 0;
}
@media (min-width: 992px) {
  .p-tsunagu-document-block .ly_plan-leftarea {
    max-width: 509px;
    width: 47%;
  }
}
.p-tsunagu-document-block .ly_plan-leftarea_inner {
  display: flex;
  height: auto;
  flex-direction: column;
  row-gap: 90px;
}
@media (min-width: 992px) {
  .p-tsunagu-document-block .ly_plan-leftarea_inner {
    display: block;
    height: auto;
    row-gap: 60px;
  }
}
@media (min-width: 992px) {
  .p-tsunagu-document-block .ly_plan-leftarea_inner .title-l-border-sub-2r {
    margin: 17% auto 60px;
  }
}
.p-tsunagu-document-block .ly_plan-leftarea_inner .title-l-border-sub-2r span {
  letter-spacing: 0.13em;
  text-align: left;
  font-weight: 550;
}
.p-tsunagu-document-block .ly_plan-rightarea {
  padding: 32px 0 90px;
}
@media (min-width: 992px) {
  .p-tsunagu-document-block .ly_plan-rightarea {
    padding: 90px 0 90px;
    max-width: 568px;
    width: 53%;
  }
}
.p-tsunagu-document-block .p-tsunagu-document-read {
  letter-spacing: 0.07em;
  font-size: 16px;
}
@media (min-width: 992px) {
  .p-tsunagu-service-bnr {
    margin-bottom: 60px !important;
    margin-top: 120px !important;
  }
}
.p-tsunagu .youtube-ratio {
  position: relative;
  padding-top: 56.25%; /* 16:9のアスペクト比 */
  height: 0;
  border-radius: 5px;
  overflow: hidden;
  width: 100% !important;
  height: 202px !important;
}
@media (min-width: 992px) {
  .p-tsunagu .youtube-ratio {
    width: 100% !important;
    height: 319px !important;
  }
}

.youtube-ratio {
  height: 202px;
  border-radius: 5px;
  overflow: hidden;
  aspect-ratio: 360/202.18;
}
@media (min-width: 992px) {
  .youtube-ratio {
    height: 319px;
  }
}

body.tsunagu .site-body {
  padding: 60px 0 60px;
}

.flow-item a {
  color: #1ec2de !important;
  text-decoration-color: #1ec2de;
  text-decoration-style: solid;
}

.flow-container {
  padding: 0 0 !important;
}
@media (min-width: 992px) {
  .flow-container {
    padding: 0;
    max-width: 1000px;
    margin: 0 auto;
  }
}

h2.p-choosing-title {
  font-size: 28px !important;
  line-height: 1.3 !important;
  padding: 0 !important;
  padding-bottom: 25px !important;
  position: relative;
  text-align: center !important;
  position: relative;
}
@media (min-width: 992px) {
  h2.p-choosing-title {
    font-size: 38px !important;
    padding: 0;
    padding-bottom: 20px !important;
    margin-bottom: 42px;
    line-height: 1.5 !important;
  }
}
h2.p-choosing-title::after {
  content: "";
  display: block;
  background: var(--color-sub);
  height: 6px;
  width: 100px;
  max-width: 100px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s ease;
}
@media (min-width: 992px) {
  h2.p-choosing-title::after {
    height: 6px;
    width: 100px;
  }
}
h2.p-choosing-title.is-visible::after {
  transform: scaleX(1);
}

.choosing-title {
  font-size: 28px;
  line-height: 1.5 !important;
  position: relative;
  padding-bottom: 31px;
  letter-spacing: 0.02em;
}
@media (min-width: 992px) {
  .choosing-title {
    font-size: 38px;
  }
}
.choosing-title::after {
  display: block;
  height: 6px;
  width: 100px;
  background: var(--color-sub);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.6s ease;
}
.choosing-title.is-visible::after {
  transform: scaleX(1);
}

span.p-choosing-title__sub {
  font-size: 28px;
  font-weight: 520;
  letter-spacing: 0.04em;
  line-height: 2.4rem;
}
@media (min-width: 992px) {
  span.p-choosing-title__sub {
    line-height: inherit;
    font-size: 38px;
  }
}

@media (min-width: 992px) {
  .p-choosing-header-box {
    margin-top: 35px;
  }
}

h4.gray-box-title {
  font-weight: 500 !important;
  font-size: 28px !important;
  letter-spacing: 0.02em !important;
  color: #000000 !important;
  padding: 0 !important;
  margin-bottom: 28px !important;
  line-height: 1.5 !important;
}
@media (min-width: 992px) {
  h4.gray-box-title {
    margin-bottom: 30px !important;
  }
}

.p-choosing-initiative-block.p-choosing-initiative-block--bg-gray.flow-box h4.gray-box-title {
  letter-spacing: 0.08em !important;
  margin-bottom: 0 !important;
}
@media (min-width: 992px) {
  .p-choosing-initiative-block.p-choosing-initiative-block--bg-gray.flow-box h4.gray-box-title {
    margin-bottom: 0 !important;
  }
}

.p-choosing {
  position: relative;
  padding-left: 0;
  display: flex;
  flex-direction: column;
}
.p-choosing-initiative .ly_plan-leftarea {
  padding: 0 0 !important;
  padding: 0 0 !important;
}
.p-choosing-initiative .ly_plan-rightarea {
  min-width: 100%;
  padding: 0 0;
  margin: 25px 0 0 0 !important;
}
@media (min-width: 992px) {
  .p-choosing-initiative .ly_plan-rightarea {
    min-width: 666px;
    margin: 0px 0 0 0 !important;
  }
}
.p-choosing-initiative .title-l-border-sub-2r {
  margin: 0 0 0 0 !important;
  line-height: 1.5 !important;
}
@media (min-width: 992px) {
  .p-choosing-initiative .title-l-border-sub-2r {
    margin-top: 0;
    padding: 0 !important;
    margin: 38px 0 0 0 !important;
    bottom: 0;
    letter-spacing: 0.04em;
  }
}
.p-choosing-initiative .title-l-border-sub-2r span {
  font-weight: 500;
  font-size: 28px;
  display: block;
}
@media (min-width: 992px) {
  .p-choosing-initiative .title-l-border-sub-2r span {
    font-size: 38px;
  }
}
.p-choosing h3.p-about-initiative-title-sub {
  border-top: none !important;
  font-size: 28px;
  padding-top: 0;
}
.p-choosing h3.p-about-initiative-title-sub::after {
  display: none;
}
.p-choosing h2.p-choosing-title {
  font-size: 28px !important;
  line-height: 1;
  padding: 0 !important;
  padding-bottom: 25px !important;
  position: relative;
  text-align: center !important;
  position: relative;
}
@media (min-width: 992px) {
  .p-choosing h2.p-choosing-title {
    font-size: 38px !important;
    padding: 0;
    padding-bottom: 31px !important;
    margin-bottom: 50px;
  }
}
.p-choosing h2.p-choosing-title::after {
  content: "";
  display: block;
  background: var(--color-sub);
  height: 4px;
  width: 80px;
  max-width: 80px;
  position: absolute;
  left: 0;
  margin: auto;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s ease;
}
@media (min-width: 992px) {
  .p-choosing h2.p-choosing-title::after {
    height: 6px;
    width: 100px;
  }
}
.p-choosing h2.p-choosing-title.is-visible::after {
  transform: scaleX(1);
}
.p-choosing-header-box {
  margin-top: 0;
}
@media (min-width: 992px) {
  .p-choosing-header-box {
    margin-top: 30px;
  }
}
.p-choosing-header-box-title {
  font-size: 28px !important;
  line-height: 1;
  padding: 0 !important;
  padding-bottom: 25px !important;
  position: relative;
  text-align: center !important;
}
@media (min-width: 992px) {
  .p-choosing-header-box-title {
    font-size: 38px !important;
    padding-bottom: 30px !important;
    margin-bottom: 60px;
  }
}
.p-choosing-header-box-title::after {
  content: "";
  display: block;
  background: var(--color-sub);
  height: 4px;
  width: 80px;
  max-width: 80px;
  position: absolute;
  left: 0;
  margin: auto;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s ease;
}
@media (min-width: 992px) {
  .p-choosing-header-box-title::after {
    height: 6px;
    width: 100px;
  }
}
.p-choosing-header-box-title.is-visible::after {
  transform: scaleX(1);
}
.p-choosing-header-box-number {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 42px;
  width: 60px;
  height: 60px;
}
@media (min-width: 992px) {
  .p-choosing-header-box-number {
    width: 100px;
    height: 100px;
    margin-bottom: 34px;
  }
}
.p-choosing-header-box-read {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5rem;
  text-align: center;
  letter-spacing: 0.04em;
  color: #2d2d2d;
  margin-bottom: 37px;
  padding-top: 42px;
}
@media (min-width: 992px) {
  .p-choosing-header-box-read {
    padding-top: 0;
    margin: 0;
  }
}
.p-choosing-initiative-title-s {
  font-weight: 500;
  font-size: 28px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000000;
  margin-bottom: 28px !important;
}
.p-choosing-initiative-title-s::after {
  display: none !important;
}
.p-choosing-initiative .title-l-border-sub-3r {
  margin: 13% auto;
  line-height: 1.5 !important;
  letter-spacing: 0.04em;
  color: #000;
}
@media (min-width: 992px) {
  .p-choosing-initiative .title-l-border-sub-3r {
    margin: 78px auto;
  }
}
@media (min-width: 992px) {
  .p-choosing-initiative .title-l-border-sub-3r::after {
    top: 183px;
  }
}
.p-choosing-initiative__left {
  position: inherit !important;
}
@media (min-width: 992px) {
  .p-choosing-initiative__left {
    position: absolute !important;
    left: 0;
    top: 0;
  }
}
.p-choosing-initiative-title {
  font-size: 28px !important;
  line-height: 1;
  padding: 0 !important;
  padding-bottom: 25px !important;
  position: relative;
  text-align: left !important;
}
@media (min-width: 992px) {
  .p-choosing-initiative-title {
    font-size: 38px !important;
    padding-bottom: 30px !important;
    margin-bottom: 60px;
  }
}
.p-choosing-initiative-title::after {
  content: "";
  display: block;
  background: var(--color-sub);
  height: 4px;
  width: 80px;
  max-width: 80px;
  position: absolute;
  left: 0;
  margin: auto;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s ease;
}
@media (min-width: 992px) {
  .p-choosing-initiative-title::after {
    height: 6px;
    width: 100px;
  }
}
.p-choosing-initiative-title.is-visible::after {
  transform: scaleX(1);
}
.p-choosing-initiative .container {
  position: relative;
  padding-left: 484px;
  margin-bottom: 40px;
}
.p-choosing-initiative .container::after {
  display: none;
}
.p-choosing-initiative-block {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  position: relative;
}
@media (min-width: 992px) {
  .p-choosing-initiative-block {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 60px;
    padding-bottom: 0;
  }
}
.p-choosing-initiative-block-image {
  border-radius: 5px;
  height: 177px;
  overflow: hidden;
  margin-bottom: 14px;
}
@media (min-width: 992px) {
  .p-choosing-initiative-block-image {
    width: 100%;
    height: 323px;
    margin-bottom: 10px;
  }
  .p-choosing-initiative-block-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.p-choosing-initiative-block-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding-top: 60px;
}
@media (min-width: 992px) {
  .p-choosing-initiative-block-content p {
    padding-top: 0;
  }
}
.p-choosing-initiative-block-content p a {
  color: var(--color-blue);
  border-bottom: 2px solid var(--color-blue);
  text-decoration: none;
}
.p-choosing-initiative-block-content p.desc-01 {
  padding-top: 0;
}
@media (min-width: 992px) {
  .p-choosing-initiative-block-content p.desc-01 {
    padding-top: 87px;
  }
}
.p-choosing-initiative-block-content p.desc-02 {
  padding-top: 0;
  position: relative;
  margin-bottom: 120px;
}
@media (min-width: 992px) {
  .p-choosing-initiative-block-content p.desc-02 {
    padding-top: 59px;
  }
}
.p-choosing-initiative-block-content p.desc-02::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #b2b4c6;
  position: absolute;
  left: 0;
  bottom: -60px;
}
.p-choosing-initiative-block-content p.desc-03 {
  position: relative;
  padding-top: 10px;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .p-choosing-initiative-block-content p.desc-03 {
    padding-top: 40px;
    margin-bottom: 0;
  }
}
.p-choosing-initiative-block-content p.desc-03::before {
  content: "";
  display: none;
  width: 100%;
  height: 1px;
  background: #b2b4c6;
  position: absolute;
  left: 0;
  top: 0;
  bottom: auto;
}
@media (min-width: 992px) {
  .p-choosing-initiative-block-content p.desc-03::before {
    top: -60px;
    display: block;
  }
}
.p-choosing-initiative-block-content p.desc-04 {
  padding-top: 46px;
  position: relative;
}
@media (min-width: 992px) {
  .p-choosing-initiative-block-content p.desc-04 {
    padding-top: 110px;
  }
}
.p-choosing-initiative-block-content p.desc-04::before {
  content: "";
  display: none;
  width: 100%;
  height: 1px;
  background: #b2b4c6;
  position: absolute;
  left: 0;
  top: 60px;
}
@media (min-width: 992px) {
  .p-choosing-initiative-block-content p.desc-04::before {
    display: block;
    top: 20px;
  }
}
.p-choosing-initiative-block--bg-gray {
  padding: 40px 25px !important;
  background: #e6e7ed;
  border-radius: 5px;
  margin-bottom: 0;
  gap: 0;
}
@media (min-width: 992px) {
  .p-choosing-initiative-block--bg-gray {
    padding: 36px 50px 48px !important;
  }
}
.p-choosing-initiative-block-name {
  padding-top: 20px;
  padding-bottom: 12px;
  font-weight: 500;
  font-size: 21px;
  letter-spacing: 0.04em;
}
@media (min-width: 992px) {
  .p-choosing-initiative-block-name {
    padding-top: 19px;
    padding-bottom: 8px;
  }
}
.p-choosing-initiative-block--line {
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 75px;
}
@media (min-width: 992px) {
  .p-choosing-initiative-block--line {
    padding-bottom: 62px;
    margin-bottom: 58px;
  }
}
.p-choosing-initiative-block--line::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #b2b4c6;
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-choosing-initiative-block .choosing-case-text {
  padding-bottom: 13px;
}
.p-choosing-initiative-block .choosing-case-name {
  font-weight: 500;
  font-size: 21px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-bottom: 17px;
}
.p-choosing-initiative-block .choosing-case-image {
  border-radius: 5px;
  height: 180px;
  overflow: hidden;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .p-choosing-initiative-block .choosing-case-image {
    width: 100%;
    height: 323px;
  }
  .p-choosing-initiative-block .choosing-case-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.p-choosing-initiative-block .choosing-case-cap {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media (min-width: 992px) {
  .p-choosing-initiative-block .choosing-case-cap {
    line-height: 1.5;
  }
}
.p-choosing-initiative-block .sien-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
}
.p-choosing-initiative-block .sien-item .item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px;
  height: 52px;
  background: #ffffff;
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.04em;
  color: #2d2d2d;
}
.p-choosing-initiative-block .flow-item {
  display: flex;
  flex-flow: column;
  justify-content: center;
  row-gap: 13px;
  width: 100%;
}
@media (min-width: 992px) {
  .p-choosing-initiative-block .flow-item {
    row-gap: 12px;
  }
}
.p-choosing-initiative-block .flow-item .item-white {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  height: 50px;
  background: #ffffff;
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
  color: #2d2d2d;
}
.p-choosing-initiative-block .flow-item .item-support {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 5px;
  height: 32px;
  width: 179px;
  background: #1ec2de;
  border-radius: 50px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.04em;
  color: #ffffff;
  margin: 0 auto;
}
.p-choosing-initiative-block .flow-item .item-arrow {
  width: 42.36px;
  min-height: 12.23px;
  margin: 0 auto;
}
.p-choosing-initiative-block .flow-item .item-arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-choosing-initiative-title {
  color: #000 !important;
  font-weight: 500;
  font-size: 28px;
  line-height: 150%;
  letter-spacing: 2%;
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  padding-bottom: 31px !important;
  position: relative;
}
@media (min-width: 992px) {
  .p-choosing-initiative-title {
    font-size: 38px;
    padding-bottom: 30px;
    margin-bottom: 60px;
    text-align: center !important;
    justify-content: center;
  }
}
.p-choosing-initiative-title::after {
  content: "";
  display: block;
  background: var(--color-sub);
  height: 4px;
  width: 80px;
  position: absolute;
  left: 0;
  right: auto;
  margin: auto;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s ease;
}
@media (min-width: 992px) {
  .p-choosing-initiative-title::after {
    height: 6px;
    width: 100px;
    left: 0;
    right: 0;
    margin: auto;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.6s ease;
  }
}
.p-choosing-initiative-title.is-visible::after {
  transform: scaleX(1);
}
.p-choosing-initiative-about-read {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.5;
  color: #fff;
  position: relative;
  z-index: 5;
}
@media (min-width: 992px) {
  .p-choosing-initiative-about-read {
    font-size: 18px;
    line-height: 180%;
    letter-spacing: 0.04em;
    text-align: center;
  }
}

@media (min-width: 992px) {
  .p-choosing-initiative .title-l-border-sub-2r::after {
    top: 126px;
  }
}

.ly_plan.st_box01 {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .ly_plan.st_box01 {
    margin-bottom: inherit;
  }
}
.ly_plan.st_box01 .p-choosing-initiative .title-l-border-sub-3r {
  margin: 13% auto;
  line-height: 1.5 !important;
  letter-spacing: 0.04em;
}
.ly_plan.st_box01 .p.ly_plan-rightarea {
  margin: 57px 0 0 0 !important;
}
.ly_plan.st_box01 .title-l-border-sub-3r::after {
  width: 100px;
  top: 142px;
}
@media (min-width: 992px) {
  .ly_plan.st_box01 .title-l-border-sub-3r::after {
    top: 184px;
  }
}
.ly_plan.st_box01 .p-choosing-initiative-block--line {
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
.ly_plan.st_box01 .p-choosing-initiative-block--bg-gray {
  padding: 28px 25px 38px;
}
@media (min-width: 992px) {
  .ly_plan.st_box01 .p-choosing-initiative-block--bg-gray {
    padding: 37px 50px 40px 50px;
  }
}
.ly_plan.st_box01 .p-choosing-initiative-block-name {
  padding-bottom: 10px !important;
}

@media (min-width: 992px) {
  .ly_plan-rightarea.sec01 {
    margin: 58px 0 0 0 !important;
  }
}

.p-choosing-initiative-block--bg-gray {
  padding: 28px 24px 38px !important;
}
@media (min-width: 992px) {
  .p-choosing-initiative-block--bg-gray {
    padding: 38px 50px 44px !important;
  }
}

h4.gray-box-title {
  margin-bottom: 26px !important;
}

.ly_plan.st_box02 .title-l-border-sub-2r {
  margin: 0 0 50px 0 !important;
}
@media (min-width: 992px) {
  .ly_plan.st_box02 .title-l-border-sub-2r {
    margin: 48px 0 0 0 !important;
  }
}
.ly_plan.st_box02 .title-l-border-sub-2r::after {
  height: 6px;
  width: 100px;
  top: 58px;
}
@media (min-width: 992px) {
  .ly_plan.st_box02 .title-l-border-sub-2r::after {
    top: 128px;
  }
}
@media (min-width: 992px) {
  .ly_plan.st_box02 .ly_plan:first-child .ly_plan-rightarea {
    margin: 50px 0 0 0 !important;
  }
}
.ly_plan.st_box02 .p-choosing-initiative-block--bg-gray {
  padding: 28px 26px 38px !important;
}
@media (min-width: 992px) {
  .ly_plan.st_box02 .p-choosing-initiative-block--bg-gray {
    padding: 37px 50px 49px !important;
  }
}
.ly_plan.st_box02 h4.gray-box-title {
  margin-bottom: 31px !important;
}
.ly_plan.st_box02 .p-choosing-initiative-block--line {
  padding-bottom: 59px;
  margin-bottom: 59px;
}
@media (min-width: 992px) {
  .ly_plan.st_box02 .p-choosing-initiative-block--line {
    padding-bottom: 53px;
  }
}
.ly_plan.st_box02 .p-choosing-initiative-block--line::after {
  display: block;
  bottom: -60px;
}
@media (min-width: 992px) {
  .ly_plan.st_box02 .p-choosing-initiative-block--line::after {
    display: none;
  }
}
.ly_plan.st_box02 .p-choosing-initiative-block--line {
  padding-bottom: 0;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .p-choosing-header-box.header02 {
    margin-top: 38px;
  }
}
.p-choosing-header-box.header02 .p-choosing-header-box-read {
  margin-bottom: 83px;
}
@media (min-width: 992px) {
  .p-choosing-header-box.header02 .p-choosing-header-box-read {
    margin-bottom: 30px;
  }
}

.ly_plan-leftarea_inner {
  height: auto !important;
}

.ly_plan.st_box03 .ly_plan-leftarea {
  margin-top: 150px;
}
@media (min-width: 992px) {
  .ly_plan.st_box03 .ly_plan-leftarea {
    margin-top: 100px;
  }
}
.ly_plan.st_box03 .title-l-border-sub-2r {
  margin: 0 0 0 0 !important;
  padding-top: 150px;
}
@media (min-width: 992px) {
  .ly_plan.st_box03 .title-l-border-sub-2r {
    margin: 60px 0 0 0 !important;
  }
}
.ly_plan.st_box03 .title-l-border-sub-2r::after {
  width: 100px;
  top: auto;
  bottom: -20px;
}
@media (min-width: 992px) {
  .ly_plan.st_box03 .title-l-border-sub-2r::after {
    top: 126px;
    bottom: auto;
  }
}
.ly_plan.st_box03 .ly_plan-rightarea {
  margin: 60px 0 0 0 !important;
}
@media (min-width: 992px) {
  .ly_plan.st_box03 .ly_plan-rightarea {
    margin: 120px 0 0 0 !important;
  }
}
.ly_plan.st_box03 .p-choosing-initiative-block--bg-gray {
  padding: 30px 20px 34px !important;
}
@media (min-width: 992px) {
  .ly_plan.st_box03 .p-choosing-initiative-block--bg-gray {
    padding: 38px 50px 48px !important;
  }
}
.ly_plan.st_box03 .p-choosing-initiative-block {
  gap: 30px;
}
@media (min-width: 992px) {
  .ly_plan.st_box03 .p-choosing-initiative-block {
    gap: 34px;
  }
}
.ly_plan.st_box03 .p-choosing-initiative-block--line::after {
  display: block;
  bottom: -60px;
}
@media (min-width: 992px) {
  .ly_plan.st_box03 .p-choosing-initiative-block--line::after {
    display: none;
  }
}
.ly_plan.st_box03 .p-choosing-initiative-block--line {
  padding-bottom: 60px;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .ly_plan.st_box03 .p-choosing-initiative-block--line {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}
.ly_plan.st_box03 .p-choosing-initiative-block--line {
  padding-bottom: 0;
  margin-bottom: 0;
}
.ly_plan.st_box03 .p-choosing-initiative-block--bg-gray.flow-box {
  position: relative;
  margin-top: 120px;
}
.ly_plan.st_box03 .p-choosing-initiative-block--bg-gray.flow-box::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #b2b4c6;
  position: absolute;
  left: 0;
  top: auto;
  bottom: -60px;
}
@media (min-width: 992px) {
  .ly_plan.st_box03 .p-choosing-initiative-block--bg-gray.flow-box::after {
    top: -60px;
  }
}

.ly_plan.st_box04 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .ly_plan.st_box04 {
    margin-bottom: 20px;
    padding-top: 40px;
  }
}
.ly_plan.st_box04 .title-l-border-sub-2r {
  margin: 150px 0 0 0 !important;
}
@media (min-width: 992px) {
  .ly_plan.st_box04 .title-l-border-sub-2r {
    margin: 100px 0 0 0 !important;
  }
}
.ly_plan.st_box04 .title-l-border-sub-2r::after {
  width: 100px;
  bottom: 0;
}
@media (min-width: 992px) {
  .ly_plan.st_box04 .title-l-border-sub-2r::after {
    bottom: auto;
  }
}
.ly_plan.st_box04 .p-choosing-initiative-block .choosing-case-text {
  padding-bottom: 20px;
}
.ly_plan.st_box04 .p-choosing-initiative-block .choosing-case-name {
  margin-bottom: 10px;
}
.ly_plan.st_box04 .p-choosing-initiative-block--bg-gray {
  padding: 28px 22px 40px 25px !important;
}
@media (min-width: 992px) {
  .ly_plan.st_box04 .p-choosing-initiative-block--bg-gray {
    padding: 38px 50px 44px !important;
  }
}
.ly_plan.st_box04 .p-choosing-initiative-block--line {
  margin-bottom: 70px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .ly_plan.st_box04 .p-choosing-initiative-block--line {
    margin-bottom: 70px;
    padding-bottom: 50px;
  }
}
.ly_plan.st_box04 .p-choosing-initiative-block--line::after {
  display: block;
  bottom: -10px;
}
@media (min-width: 992px) {
  .ly_plan.st_box04 .p-choosing-initiative-block--line::after {
    display: block;
  }
}
.ly_plan.st_box04 .p-choosing-initiative .title-l-border-sub-2r::after {
  top: 182px;
}
@media (min-width: 992px) {
  .ly_plan.st_box04 .p-choosing-initiative .title-l-border-sub-2r::after {
    top: 125px !important;
  }
}

.choosing .site-body {
  padding: 60px 0 60px;
}
@media (min-width: 992px) {
  .choosing .site-body {
    padding: 70px 0 60px;
  }
}

.p-contact__table {
  margin-top: 0 !important;
}

a.more-info {
  color: #1ec2de;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #1ec2de !important;
  text-decoration-style: solid;
  text-decoration-color: #1ec2de !important;
}

/* sticky 共通 */
html,
body {
  height: auto !important;
  overflow: visible !important;
  transform: none !important;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

/* 2カラムレイアウト */
.ly_plan {
  width: 100%;
  max-width: 1150px;
  display: flex;
  margin: 0 auto;
}

.ly_plan-leftarea {
  -webkit-flex: 0 1 50%;
  flex: 0 1 50%;
  width: 100%;
}
@media (min-width: 1100px) {
  .ly_plan-leftarea {
    max-width: 484px;
    width: 42%;
  }
}

/* .stickyは.ly_plan-leftareaではなくここに付く */
.ly_plan-leftarea_inner {
  width: 100%;
  height: 100vh;
  display: flex;
}

.ly_plan-rightarea {
  padding: 0 0;
  width: 100%;
}
@media (min-width: 1100px) {
  .ly_plan-rightarea {
    padding: 8vw 0 0 0;
    max-width: 666px;
    width: 58%;
  }
}

/* 左側カラムの中身のタイトル */
.title-l-border-sub {
  width: 100%;
  margin: 10% auto;
  text-align: left !important;
  font-size: 28px !important;
  padding-bottom: 31px !important;
  position: relative;
}
@media (min-width: 992px) {
  .title-l-border-sub {
    font-size: 38px !important;
    margin: 20% auto;
  }
}
.title-l-border-sub::after {
  content: "";
  display: block;
  background: var(--color-sub);
  height: 6px;
  width: 80px;
  position: absolute;
  left: 0;
  right: auto;
  margin: auto;
  top: 70px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s ease;
}
@media (min-width: 992px) {
  .title-l-border-sub::after {
    height: 6px;
    width: 100px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.6s ease;
    top: 100px;
  }
}
.title-l-border-sub.is-visible::after {
  transform: scaleX(1);
}

.title-l-border-sub-2r {
  width: 100%;
  margin: 0 auto;
  text-align: left !important;
  font-size: 28px !important;
  padding-bottom: 0 !important;
  position: relative;
  padding: 0 0 0 !important;
}
@media (min-width: 992px) {
  .title-l-border-sub-2r {
    font-size: 38px !important;
    margin: 20% auto;
  }
}
.title-l-border-sub-2r::after {
  content: "";
  display: block;
  background: var(--color-sub);
  height: 6px;
  width: 80px;
  position: absolute;
  left: 0;
  right: auto;
  margin: auto;
  top: 100px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s ease;
}
@media (min-width: 992px) {
  .title-l-border-sub-2r::after {
    height: 6px;
    width: 100px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.6s ease;
    top: 140px;
  }
}
.title-l-border-sub-2r.is-visible::after {
  transform: scaleX(1);
}

.title-l-border-sub-3r {
  width: 100%;
  margin: 10% auto;
  text-align: left !important;
  font-size: 28px !important;
  padding-bottom: 0 !important;
  position: relative;
  padding-top: 0 !important;
}
@media (min-width: 992px) {
  .title-l-border-sub-3r {
    font-size: 38px !important;
    margin: 20% auto;
  }
}
.title-l-border-sub-3r::after {
  content: "";
  display: block;
  background: var(--color-sub);
  height: 6px;
  width: 80px;
  position: absolute;
  left: 0;
  right: auto;
  margin: auto;
  top: 150px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s ease;
}
@media (min-width: 992px) {
  .title-l-border-sub-3r::after {
    height: 6px;
    width: 100px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.6s ease;
    top: 180px;
  }
}
.title-l-border-sub-3r.is-visible::after {
  transform: scaleX(1);
}

.title img {
  max-width: 100%;
}

/* 右側カラムの中身のボックス */
.box {
  padding-top: 75%;
  background-color: #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
}

.box:not(:last-child) {
  margin-bottom: 20%;
}

/* スマホでカラム落ち */
@media screen and (max-width: 1100px) {
  .ly_plan {
    flex-direction: column;
  }
  .ly_plan-leftarea_inner {
    height: auto;
    margin-bottom: 0;
  }
}
.p-text {
  font-weight: 400;
  font-size: 16px !important;
  line-height: 150%;
  letter-spacing: 0.04em;
  text-align: left !important;
}
@media (min-width: 992px) {
  .p-text {
    text-align: center !important;
  }
}

.p-text-left {
  font-weight: 400;
  font-size: 16px !important;
  line-height: 150%;
  letter-spacing: 0.04em;
  text-align: left !important;
}
@media (min-width: 992px) {
  .p-text-left {
    text-align: left !important;
  }
}

.p-lead-text {
  font-weight: 500;
  font-size: 28px !important;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: left !important;
}
@media (min-width: 992px) {
  .p-lead-text {
    text-align: center !important;
    font-size: 38px !important;
  }
}

.c-container {
  padding-left: 18px !important;
  padding-right: 18px !important;
}
@media (min-width: 992px) {
  .c-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.sp-left {
  text-align: left !important;
}
@media (min-width: 992px) {
  .sp-left {
    text-align: center !important;
  }
}

.text-gray {
  color: #2d2d2d;
}

.font-en {
  font-family: "Figtree", sans-serif;
}

.p-border-bottom {
  border-bottom: 1px solid #b2b4c6;
}

.mb-0 {
  margin-bottom: 0;
}

.basic-list {
  list-style: disc;
}
.basic-list li {
  text-align: left;
  padding-left: 0px;
  margin-left: 30px;
}

.post-list-member-list {
  width: 1150px;
  max-width: calc(100% - 36px);
  margin: 0 auto;
}

.member-list {
  display: grid;
  gap: 60px;
  padding-top: 0;
}
@media (min-width: 992px) {
  .member-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 20px;
    padding-top: 40px;
  }
}

.member-list-item {
  color: var(--color-main);
}
.member-list-item-thumb {
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  width: 53.333vw;
  overflow: hidden;
}
@media (min-width: 992px) {
  .member-list-item-thumb {
    width: 100%;
    margin-bottom: 20px;
  }
}
.member-list-item-thumb img {
  display: block;
  width: 100%;
}
.member-list-item-header {
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}
@media (min-width: 992px) {
  .member-list-item-header {
    text-align: left;
    margin-bottom: 20px;
  }
}
.member-list-item-position {
  margin-bottom: 18px;
  font-size: 16px;
  color: #000;
}
.member-list-item-name {
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .member-list-item-name {
    font-size: 21px;
    font-weight: 500;
  }
}
.member-list-item-name__en {
  color: #2d2d2d;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.member-list-item-content p {
  color: #2d2d2d;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
@media (min-width: 992px) {
  .member-list-item-content p {
    font-size: 16px;
  }
}
.member-list-item-hometown {
  color: #2d2d2d;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin-top: 22px;
}
@media (min-width: 992px) {
  .member-list-item-hometown {
    font-size: 16px;
    margin-top: 18px;
  }
}

.member-partner {
  margin-top: 108px;
  padding: 58px 0px 84px;
  color: var(--color-main);
  background: #e6e7ed;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .member-partner {
    margin-top: 110px;
    padding: 68px 0 70px;
  }
}
.member-partner::before {
  content: "";
  display: block;
  width: 200vw;
  height: 100%;
  background: #e6e7ed;
  position: absolute;
  top: 0;
  left: -50vw;
}
.member-partner .container {
  max-width: 1090px;
  width: 100%;
  margin: 0 auto;
  padding-left: 18px;
  padding-right: 18px;
}
.member-partner h2 {
  padding-bottom: 31px !important;
  position: relative;
  text-align: left !important;
  letter-spacing: 0.02em;
  color: #000 !important;
  font-size: 38px !important;
  position: relative;
  font-family: "Figtree", sans-serif;
}
@media (min-width: 992px) {
  .member-partner h2 {
    margin-bottom: 32px;
  }
}
.member-partner h2::after {
  content: "";
  display: block;
  background: var(--color-sub);
  height: 6px;
  width: 100px;
  position: absolute;
  left: 0;
  margin: auto;
  bottom: 0;
}
@media (min-width: 992px) {
  .member-partner h2::after {
    height: 6px;
    width: 100px;
    left: 0;
    margin: auto;
  }
}
.member-partner-part {
  padding-top: 52px !important;
  text-align: left;
  color: #000;
  font-weight: 500;
  font-size: 16px !important;
  margin: 0;
  margin-bottom: 20px !important;
  padding-bottom: 0 !important;
  text-align: left;
  display: block;
  position: relative;
}
@media (min-width: 992px) {
  .member-partner-part {
    padding-top: 20px !important;
  }
}
.member-partner-part::after {
  display: none !important;
}
.member-partner-header {
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
  position: relative;
  z-index: 5;
}
@media (min-width: 992px) {
  .member-partner-header {
    text-align: left;
    margin-bottom: 12px;
  }
}
.member-partner-name {
  font-size: 20px;
  color: #000;
  text-align: left !important;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .member-partner-name {
    font-weight: 500;
    font-size: 21px !important;
  }
}
.member-partner-content {
  color: #2d2d2d;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  position: relative;
  z-index: 5;
}
.member-partner-content .keireki-text {
  padding-top: 20px;
}
.member-partner__en {
  color: #2d2d2d;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: left !important;
}

.service-bnr {
  margin: 90px 20px 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 992px) {
  .service-bnr {
    flex-direction: row;
    width: 1360px;
    max-width: 97.3%;
    margin: 0 auto;
    margin-top: 90px;
  }
}
.service-bnr a {
  width: 100%;
}
@media (min-width: 992px) {
  .service-bnr a {
    width: 33.333%;
  }
}

.header-bottom-image-selection {
  height: 200px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .header-bottom-image-selection {
    height: 300px;
  }
}
.header-bottom-image-selection .page-header-title-sub-item-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.selection-item {
  min-height: 360px;
}
@media (min-width: 992px) {
  .selection-item {
    min-height: 388px;
  }
}

/*
//会社概要
*/
.mission-title {
  font-size: 28px !important;
  line-height: 1.5 !important;
  position: relative;
  padding-bottom: 16px;
  letter-spacing: 0.02em;
  color: #000 !important;
  font-weight: 500;
  justify-content: start;
  display: flex;
  padding-right: 18px;
}
@media (min-width: 992px) {
  .mission-title {
    font-size: 38px !important;
    justify-content: center !important;
    padding-right: 0;
  }
}
.mission-title::after {
  display: block;
  height: 6px;
  width: 100px;
  background: var(--color-sub);
  content: "";
  position: absolute;
  left: 18px !important;
  right: auto;
  margin: auto;
  bottom: 0;
}
@media (min-width: 992px) {
  .mission-title::after {
    left: 0;
    right: 0;
    margin: auto;
  }
}

.vision-title {
  font-size: 28px !important;
  line-height: 1.5 !important;
  position: relative;
  padding-bottom: 16px;
  letter-spacing: 0.02em;
  color: #000 !important;
  font-weight: 500;
  justify-content: start;
  display: flex;
  padding-right: 18px;
}
@media (min-width: 992px) {
  .vision-title {
    font-size: 38px !important;
    justify-content: center !important;
    padding-right: 0;
  }
}
.vision-title::after {
  display: block;
  height: 6px;
  width: 100px;
  background: var(--color-sub);
  content: "";
  position: absolute;
  left: 0 !important;
  right: auto;
  margin: auto;
  bottom: 0;
}
@media (min-width: 992px) {
  .vision-title::after {
    left: 0;
    right: 0;
    margin: auto;
  }
}

.company-title-h2 {
  font-size: 28px !important;
  line-height: 1.5 !important;
  position: relative;
  padding-bottom: 16px;
  letter-spacing: 0.02em;
  color: #000 !important;
  font-weight: 500;
  justify-content: start;
  display: flex;
  padding-left: 0 !important;
}
@media (min-width: 992px) {
  .company-title-h2 {
    font-size: 38px !important;
    justify-content: center !important;
  }
}
.company-title-h2::after {
  display: block;
  height: 6px;
  width: 100px;
  background: var(--color-sub);
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  margin: auto;
  bottom: 0;
}
@media (min-width: 992px) {
  .company-title-h2::after {
    left: 0;
    right: 0;
    margin: auto;
  }
}

.mission-value-title {
  font-size: 28px;
  line-height: 1 !important;
  position: relative;
  padding-bottom: 0;
  letter-spacing: 0.02em;
  color: #000 !important;
  font-weight: 500;
  margin-bottom: 40px !important;
}

.vision-title-h2 {
  line-height: 1.4em !important;
  font-family: "Figtree", "Noto Sans JP", sans-serif !important;
}

.vision-title-h2-sp {
  line-height: 1.5em !important;
  font-family: "Figtree", "Noto Sans JP", sans-serif !important;
  letter-spacing: 0.02em;
  font-size: 28px;
}

.business-model-title {
  font-size: 28px;
  line-height: 1 !important;
  position: relative;
  padding-bottom: 0;
  letter-spacing: 0.02em;
  color: #000 !important;
  font-weight: 500;
  margin-bottom: 26px !important;
}

.company-table {
  max-width: 788px;
  width: 100%;
  margin: 0 auto;
}
.company-table tbody th,
.company-table tbody td {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #fff !important;
  color: #3f3f3f;
  vertical-align: middle;
  font-size: 16px;
}
@media (min-width: 992px) {
  .company-table tbody th,
  .company-table tbody td {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.company-table tbody tr {
  border-bottom: #dcdcdc solid 1px;
  display: flex;
  flex-wrap: wrap;
}
.company-table tbody th,
.company-table tbody td.column-1 {
  color: var(--color-main) !important;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 16px;
  width: 100%;
  display: block;
}
@media (min-width: 992px) {
  .company-table tbody th,
  .company-table tbody td.column-1 {
    width: 150px;
  }
}
.company-table tbody td {
  display: block;
  width: 100%;
}
@media (min-width: 992px) {
  .company-table tbody td {
    width: calc(100% - 150px);
  }
}

@media (max-width: 402px) {
  .tablepress > tbody > * ~ * > *,
  .tablepress > tfoot > :where(:first-child) > * {
    border-top: 0 !important;
  }
}
.more-info a {
  color: #1ec2de !important;
  text-decoration-color: #1ec2de;
  text-decoration-style: solid;
  text-decoration-line: underline;
}

.map-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-main);
  font-size: 16px;
  color: #fff !important;
  position: relative;
  font-weight: 400;
  letter-spacing: 0.02em;
  width: 164px;
  height: 36px;
  border-radius: 5px;
  padding-top: 12px;
  padding-right: 40px;
  padding-bottom: 12px;
  padding-left: 18px;
  margin-top: 20px;
}
.map-link::after {
  content: "";
  display: block;
  width: 13px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  background: url("../images/common/map-link-icon.png") center center no-repeat;
}

.wp-block-group.vision-bg-w100.has-background.is-layout-constrained.wp-block-group-is-layout-constrained {
  margin: 0 !important;
  padding: 90px 18px 70px !important;
  min-width: 100%;
}

table#tablepress-2 {
  width: calc(100% - 36px);
  margin: 0 auto;
}

.value-container {
  max-width: 100%;
  width: calc(100% - 6px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .value-container {
    width: 1150px;
    max-width: 1150px !important;
  }
}

.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-28f84493.wp-block-columns-is-layout-flex {
  height: auto;
}

.f-title {
  font-weight: 500 !important;
  font-size: 28px !important;
  line-height: 150%;
  letter-spacing: 0.02em;
}
@media (min-width: 992px) {
  .f-title {
    font-size: 38px !important;
  }
}

.footer-cta-form {
  padding: 0 18px;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .footer-cta-form {
    max-width: 1150px;
    padding: 0;
    margin: 0 auto;
  }
}

.entry a {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #1ec2de;
}
.entry-info {
  margin-top: 0;
  margin-bottom: 27px;
}
@media (min-width: 992px) {
  .entry-info {
    margin-top: 40px;
  }
}
.entry-date {
  margin-right: 27px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.04em;
  color: #1ec2de;
}
.entry-category {
  color: #fff !important;
  border-radius: 5px;
  padding-top: 2px;
  padding-right: 28px;
  padding-bottom: 2px;
  padding-left: 28px;
  background: #1ec2de;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-size: 16px;
  height: 28px;
  display: inline-table;
}
.entry-category a {
  color: #fff !important;
  font-weight: 400;
  font-size: 16px;
}
.entry-title {
  font-weight: 500;
  font-size: 28px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000000;
  margin-bottom: 60px;
  line-height: 1.2em !important;
}
@media (min-width: 992px) {
  .entry-title {
    font-size: 38px;
  }
}
.entry-body {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #2d2d2d;
}

.sub-section-title {
  color: #000 !important;
  font-weight: 500;
  font-size: 28px;
  line-height: 150%;
  letter-spacing: 0.02em;
  position: relative;
  text-align: left;
  padding-bottom: 31px;
  margin-bottom: 5px;
}
.sub-section-title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block !important;
  background: var(--color-sub);
  width: 100px;
  height: 6px;
  border-bottom: 0;
}

body.news .site-body {
  padding: 100px 0 60px;
}
body.news .site-body .postListText_singleTermLabel {
  min-height: 28px;
  line-height: 28px;
}

.postListText:first-child {
  border-top: 1px solid #c3c3c3;
}

.widget_link_list > ul li a {
  color: var(--color-sub);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  padding-left: 0 !important;
}

.soudan-logo {
  flex-wrap: wrap !important;
  flex-direction: row;
  justify-content: center;
  gap: 2%;
}
.soudan-logo {
  flex-wrap: wrap;
}

.soudan-logo .wp-block-columns.is-not-stacked-on-mobile > .wp-block-column {
  flex-basis: 0;
  flex-grow: 1;
  width: 50%;
}

body.about .site-body,
body.tsunagu .site-body,
body.company .site-body,
body.post-type-archive-member .site-body {
  padding-left: 0;
  padding-right: 0;
}

body.about .site-body-container.container,
body.tsunagu .site-body-container.container,
body.company .site-body-container.container,
body.post-type-archive-member .site-body-container.container {
  max-width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}

body.tsunagu .page-header__read {
  display: none;
}

.site-front-body {
  overflow: hidden;
}

.bn-block {
  row-gap: 25px;
  display: grid;
}

body.privacy-policy .site-body {
  padding: 60x 0 60px;
}

body.privacy-policy .site-body-container.container {
  max-width: 100% !important;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1000px) {
  body.privacy-policy .site-body-container.container {
    width: 1000px;
    padding-left: 0;
    padding-right: 0;
  }
}
body.privacy-policy .site-body-container.container p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
body.privacy-policy .site-body-container.container h2.wp-block-heading {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.4 !important;
  letter-spacing: 0.05em;
  text-indent: -1em;
  padding-left: 1em;
}

body.guideline .site-body {
  padding: 60x 0 60px;
}

body.guideline .site-body-container.container {
  max-width: 100% !important;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1000px) {
  body.guideline .site-body-container.container {
    width: 1000px;
    padding-left: 0;
    padding-right: 0;
  }
}
body.guideline .site-body-container.container p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
body.guideline .site-body-container.container h2.wp-block-heading {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.4 !important;
  letter-spacing: 0.05em;
  text-indent: -1em;
  padding-left: 1em;
}

body.valuation .site-body {
  padding: 48px 0 60px;
}
@media (min-width: 992px) {
  body.valuation .site-body {
    padding: 83px 0 60px;
  }
}

.fw-600 {
  font-weight: 650 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.page-form {
  gap: 0;
}

.wpcf7-form {
  max-width: 920px;
  margin: auto;
  font-size: 16px;
}
.wpcf7-form .require {
  font-size: 0.8em;
  color: #e40012;
  padding: 0 6px;
  display: inline-block;
  border-radius: 2px;
}
.wpcf7-form .privacy-area {
  position: relative;
  width: 100%;
  margin: auto;
}
.wpcf7-form .privacy-area .wpcf7-list-item {
  margin: 0;
  letter-spacing: 0.04em;
}
.wpcf7-form .privacy-area input[type=checkbox] {
  appearance: none;
  outline: none;
  position: relative;
  text-align: center;
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin: 0 auto;
}
.wpcf7-form .privacy-area input[type=checkbox]::before {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #fff;
  border: solid 1px #2d2d2d;
  border-radius: 5px;
}
.wpcf7-form .privacy-area span.wpcf7-list-item-label {
  letter-spacing: 0.1em;
}
.wpcf7-form .privacy-area p {
  color: var(--color-main);
  font-size: 16px;
  line-height: 1;
  margin-bottom: 20px;
}
.wpcf7-form .privacy-area p:has(.require) {
  margin-bottom: 10px;
}
.wpcf7-form .privacy-area p a {
  color: var(--color-main) !important;
  text-decoration-color: var(--color-main);
  text-decoration-style: solid;
  letter-spacing: 0.08em;
}
.wpcf7-form .privacy-area .require {
  position: absolute;
  top: -5px;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.6;
}
@media (min-width: 992px) {
  .wpcf7-form .privacy-area .require {
    font-size: 12px;
    top: -6px;
  }
}
.wpcf7-form .button-area {
  display: flex;
  justify-content: start;
  position: relative;
  margin-top: 24px;
}
.wpcf7-form .button-area .wpcf7-spinner {
  position: absolute;
}
.wpcf7-form .button-area .wpcf7-submit {
  color: #fff;
  background: var(--color-main);
  position: relative;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0.5em 34px 0.5em 20px;
  border: 0;
}
.wpcf7-form .button-area .wpcf7-submit:hover {
  background: var(--color-sub);
  transition: all 0.3s;
  border: 0;
}
.wpcf7-form .button-area .wpcf7-submit::after {
  position: absolute;
  content: "";
  display: block !important;
  width: 4px;
  height: 8px;
  background: url(../images/common/form-submit-arrow@2x.png) center center no-repeat;
  background-size: cover;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 19px;
}
.wpcf7-form .button-area .button-submit {
  position: relative;
}
.wpcf7-form .button-area .button-submit::after {
  position: absolute;
  content: "";
  display: block;
  width: 4px;
  height: 8px;
  background: url(../images/common/form-submit-arrow@2x.png) center center no-repeat;
  background-size: cover;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 19px;
}
.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);
}
.wpcf7-form input[type=date],
.wpcf7-form input[type=email],
.wpcf7-form input[type=number],
.wpcf7-form input[type=password],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=text],
.wpcf7-form input[type=url] {
  padding: 12px 16px;
  width: 100%;
  height: 50px;
  background: #f6f6f6;
  border-radius: 10px;
  border: 0;
}
.wpcf7-form textarea {
  padding: 12px 16px;
  width: 100%;
  height: 150px;
  background: #f6f6f6;
  border-radius: 10px;
  border: 0;
  margin-bottom: 5px;
}

.p-contact__table {
  border: none;
  margin-top: 10px;
}
.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;
  }
}
.p-contact__table tr {
  display: flex;
  flex-direction: column;
}
.p-contact__table th {
  position: relative;
  padding: 0 0;
  color: var(--color-main);
}
@media (min-width: 992px) {
  .p-contact__table th {
    padding: 0.5rem 0 0;
  }
}
.p-contact__table th label {
  white-space: nowrap;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.05em;
}
.p-contact__table th .require {
  color: #e40012;
}
@media (min-width: 992px) {
  .p-contact__table th .require {
    padding: 0 6px 1px;
    top: 34px;
  }
}
.p-contact__table td {
  padding-left: 0;
}

.page-contact-title {
  text-align: left !important;
  line-height: 1.45em !important;
}
@media (min-width: 992px) {
  .page-contact-title {
    text-align: center !important;
  }
}
.page-contact-title .text {
  font-size: 28px;
  font-weight: 600;
  color: #000;
}
.page-contact-title .number {
  font-size: 38px;
  font-weight: 600;
  color: #000;
}

.contact-2 .site-body {
  padding-top: 34px;
}
@media (min-width: 992px) {
  .contact-2 .site-body {
    padding-top: 60px;
  }
}

.site-body h2 {
  font-size: 24px;
  text-align: center;
  font-weight: 550;
  color: #000;
  position: relative;
  border: none;
  padding: 20px 0 0;
}
@media (min-width: 992px) {
  .site-body h2 {
    font-size: 40px;
  }
}
.site-body h3 {
  font-size: 28px;
  font-weight: 550;
  border-bottom: none;
  display: flex;
  align-items: center;
  gap: 13px;
  position: relative;
  padding-bottom: 31px !important;
  padding-top: 0;
  letter-spacing: 0.04em;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .site-body h3 {
    padding-top: 0;
    font-size: 38px;
  }
}
.site-body h3::after {
  display: block;
  height: 6px;
  width: 100px;
  max-width: 100px;
  background: var(--color-sub);
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: none;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s ease;
}
.site-body h3.is-visible::after {
  transform: scaleX(1);
}
.site-body h4 {
  font-size: 28px;
  color: var(--color-main);
  background: none;
  border-radius: 0;
  font-weight: 550 !important;
  letter-spacing: 0.02em !important;
}
@media (min-width: 992px) {
  .site-body h4 {
    font-size: 28px;
  }
}
.site-body h4.sub-section-title::after {
  display: none;
}
.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;
}
.site-body .sub-section h5 {
  background: none;
  border-bottom: none;
  padding-left: 0;
}
.site-body .sub-section h5::before {
  display: none;
}
.site-body .sub-section h5 a:hover {
  color: var(--color-blue);
}
@media (min-width: 992px) {
  .main-section > .vk_posts > .vk_post-col-lg-12 .vk_post_title {
    font-size: 16px;
    height: 42px;
  }
}

.is-style-vk-heading-plain {
  letter-spacing: 0.04em;
}

.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;
  }
}
.site-body ol li strong {
  display: contents;
}
@media (min-width: 992px) {
  .site-body .postListText_date, .site-body .postListText_title {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .site-body .postListText_title {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .site-body .postListText_singleTermLabel_inner {
    font-size: 14px;
    padding: 4px 1rem;
    line-height: 1;
  }
}

.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: flex;
  align-items: center;
  width: 220px;
  height: 36px;
  padding: 0 18px;
  background: white;
  border: 1px solid #064371;
  border-radius: 3px;
  color: #084a83;
  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: 6px;
  height: 100%;
  background: url("../images/icons/arrow_link_button.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 13px;
  top: 0;
  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-color: #064371 !important;
  filter: none;
  color: white;
}
.wp-block-button .wp-block-button__link:hover::after {
  filter: invert(1) brightness(2);
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: #064371 !important;
  filter: none;
}
.wp-block-button.medium .wp-block-button__link {
  width: 252px;
}
@media (min-width: 992px) {
  .wp-block-button.medium .wp-block-button__link {
    width: 420px;
    height: 60px;
    border-radius: 6px;
    font-size: 20px;
    padding: 0 30px;
  }
}
@media (min-width: 992px) {
  .wp-block-button.medium .wp-block-button__link::after {
    width: 10px;
  }
}
.wp-block-button.large .wp-block-button__link {
  width: 288px;
  height: 54px;
  font-size: 15px;
}
@media (min-width: 992px) {
  .wp-block-button.large .wp-block-button__link {
    width: 480px;
    height: 90px;
    font-size: 25px;
    border-radius: 10px;
    padding: 0 39px;
  }
}
.wp-block-button.large .wp-block-button__link::after {
  width: 7px;
}
@media (min-width: 992px) {
  .wp-block-button.large .wp-block-button__link::after {
    width: 12px;
  }
}

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

.c-button {
  width: 141px;
  height: 40px;
  border-radius: 5px;
  padding-top: 12px;
  padding-right: 38px;
  padding-bottom: 12px;
  padding-left: 20px;
  display: flex;
  align-items: center;
  justify-content: start;
  background: var(--color-main);
  font-size: 16px;
  font-weight: 400;
  color: white;
  margin: auto;
  position: relative;
}
@media (min-width: 992px) {
  .c-button {
    width: 152px;
    height: 41px;
  }
}
.c-button::after {
  content: "";
  display: block;
  width: 10px;
  height: 17px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  background: url("../images/front/c-button-arrow-white.png") center center no-repeat;
  background-size: cover;
}
@media (min-width: 992px) {
  .c-button::after {
    font-size: 20px;
    right: 26px;
  }
}
.c-button:hover {
  background: var(--color-sub);
  transition: all 0.3s;
  color: #fff;
}
.c-button__lg {
  width: 100%;
  max-width: 480px;
  height: 55px;
  font-size: 14px;
}
@media (min-width: 992px) {
  .c-button__lg {
    max-width: 300px;
    font-size: 18px;
  }
}
.c-button__lg::after {
  content: "";
  width: 8px;
  height: 100%;
  background: url("../images/icons/arrow_button.png") center center no-repeat;
  background-size: contain;
  right: 32px;
  top: 0;
}
@media (min-width: 992px) {
  .c-button__lg::after {
    width: 9px;
    right: 19px;
  }
}

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

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

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

.site-body .c-category-widget__title {
  border: none;
  font-size: 18px;
  padding: 0.3em 0;
  color: #fff;
  background-color: var(--vk-color-primary);
}
.site-body .c-category-widget__list {
  list-style: none;
  font-weight: 500;
  padding: 0.8em 1em;
  background: #f7f7f7;
}
.site-body .c-category-widget__list-item {
  margin: 0;
}
.site-body .c-category-widget__list-item a {
  text-decoration: none;
}
.site-body .c-category-widget__list .c-category-widget__list {
  padding-left: 1em;
  margin-bottom: 0;
}
.site-body .service-bn {
  display: grid;
  place-content: center;
  width: 100%;
  height: 256px;
  gap: 20px;
  border-radius: 5px;
  padding: 28px;
  position: relative;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 992px) {
  .site-body .service-bn {
    height: 314px;
  }
}
.site-body .service-bn-business {
  background: url("../images/tsunagu/link-business.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.site-body .service-bn-selection {
  background: url("../images/tsunagu/link-selection.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.site-body .service-bn-flow {
  background: url("../images/tsunagu/link-flow.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.site-body .service-bn .wp-block-heading {
  padding: 0 !important;
  margin: 0;
  border: none;
  color: white;
  position: absolute;
  bottom: 21px;
  left: 25px;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.04em;
  position: absolute;
}
@media (min-width: 992px) {
  .site-body .service-bn .wp-block-heading {
    bottom: 26px;
    left: 28px;
  }
}
.site-body .service-bn .wp-block-heading::after {
  display: none;
}
.site-body .service-bn .wp-block-heading a {
  color: white;
}
.site-body .service-bn::before {
  content: "";
  display: block;
  background: url("../images/tsunagu/service-bn-arrow.png") center center no-repeat;
  background-size: cover;
  width: 20px;
  height: 31px;
  position: absolute;
  bottom: 21px;
  right: 29px;
  z-index: 10;
}
@media (min-width: 992px) {
  .site-body .service-bn::before {
    bottom: 22px;
    right: 35px;
    height: 35px;
  }
}

.buisiness-bn-title.is-visible {
  position: relative;
  z-index: 100;
}

.buisiness-bn-title.is-visible::after {
  content: "";
  display: block;
  background: url(../images/tsunagu/service-bn-arrow.png) center center no-repeat;
  background-size: cover;
  width: 20px;
  height: 35px;
  position: absolute;
  bottom: 28px;
  right: 28px;
}

.wp-block-column.service-bn.service-bn-business::after,
.wp-block-column.service-bn.service-bn-selection::after,
.wp-block-column.service-bn.service-bn-flow::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(7, 12, 71, 0.45), rgba(7, 12, 71, 0.45)), linear-gradient(180deg, rgba(0, 0, 0, 0) 56.06%, #000000 100%);
}

.wp-block-column.service-bn.service-bn-business:hover::after,
.wp-block-column.service-bn.service-bn-selection:hover::after,
.wp-block-column.service-bn.service-bn-flow:hover::after {
  opacity: 0.3;
  transition: all 0.3s ease-in-out;
}

.c-youtube-frame {
  width: 100%;
  aspect-ratio: 16/9;
  margin-inline: auto;
  border-radius: 5px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .c-youtube-frame {
    border-radius: 5px;
  }
}
.c-youtube-frame iframe {
  width: 100%;
  height: 100%;
  margin: 0;
}/*# sourceMappingURL=style.css.map */