@charset "UTF-8";
/*
Theme Name: Lightning Child
Template: lightning
*/
body {
  color: #4c5252;
  font-family: "Noto Sans JP", sans-serif;
}

/* コンポーネント */
.c-btn a {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 16px 16px 16px 32px;
  border: 1px solid #e0e0e0;
  border-radius: 35px;
  background: #fff;
  color: #4c5252;
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .c-btn a {
    padding: 12px 12px 12px 24px;
    font-size: 14px;
  }
}
.c-btn a::after {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #0fc2c3 url("assets/img/icon_arrow_white.svg") no-repeat 50% 50%;
  content: "";
  transition: 0.3s;
}
@media (max-width: 767px) {
  .c-btn a::after {
    width: 24px;
    height: 24px;
    background-size: 10px auto;
  }
}
.c-btn a:hover {
  border-color: #fff;
  background-color: #0fc2c3;
  color: #fff;
}
.c-btn a:hover::after {
  background-color: #fff;
  background-image: url("assets/img/icon_arrow_blue.svg");
}

/* ヘッダー */
@media (min-width: 991px) {
  .site-header .site-header-container {
    padding: 0 48px;
    max-width: inherit;
  }
  .site-header .site-header-logo {
    margin: 0;
    padding: 40px 0;
  }
  .site-header .global-nav-list {
    padding: 14px 0;
  }
  .site-header .global-nav-list li .global-nav-name {
    font-size: 16px;
  }
  .site-header .global-nav-list > li > a {
    padding: 14px 1em;
  }
  .site-header .global-nav-list > li#menu-item-101,
  .site-header .global-nav-list > li#menu-item-1288 {
    padding-left: 2em;
  }
  .site-header .global-nav-list > li#menu-item-101::before,
  .site-header .global-nav-list > li#menu-item-1288::before {
    border: none;
  }
  .site-header .global-nav-list > li#menu-item-101 > a,
  .site-header .global-nav-list > li#menu-item-1288 > a {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 8px 16px 8px 24px;
    width: 186px;
    height: 64px;
    border-radius: 35px;
    background: #0fc2c3;
    color: #fff;
    transition: 0.3s;
  }
  .site-header .global-nav-list > li#menu-item-1288 > a {
    background: #4c5252;
  }
  .site-header .global-nav-list > li#menu-item-101 > a:hover,
  .site-header .global-nav-list > li#menu-item-1288 > a:hover {
    background: #009293;
  }
  .site-header .global-nav-list > li#menu-item-101 > a::after,
  .site-header .global-nav-list > li#menu-item-1288 > a::after {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff url("assets/img/icon_arrow_blue.svg") no-repeat 50% 50%;
    content: "";
    transition: 0.3s;
  }
  .site-header .global-nav-list > li#menu-item-1288 > a::after {
    background-image: url("assets/img/icon_arrow_black.svg");
  }
  .site-header .global-nav-list > li#menu-item-101:hover > a::after,
  .site-header .global-nav-list > li#menu-item-1288:hover > a::after {
    background-image: url("assets/img/icon_arrow_green.svg");
  }
  .site-header .global-nav-list > li#menu-item-1288 strong {
    flex: 1;
    min-width: 0;
    width: 72px;
    white-space: normal;
    word-break: break-all;
  }
  .site-header .global-nav-list > li:last-child {
    display: none;
  }
}
@media (max-width: 990px) {
  .site-header .site-header-logo {
    margin: 0;
    padding: 24px 0;
  }
  .vk-mobile-nav {
    padding: 0 20px;
  }
  .vk-mobile-nav nav > ul {
    margin-top: 40px;
    border-top: none;
  }
  .vk-mobile-nav nav ul li a {
    padding: 15px 0;
    color: #4c5252;
    font-weight: bold;
    font-size: 13px;
  }
  .vk-mobile-nav-widget {
    margin: 0;
  }
  .vk-mobile-nav-logo {
    padding: 24px 0 21px;
  }
  .vk-mobile-nav-menu-outer {
    margin-bottom: 24px;
  }
  .vk-mobile-nav-copyright {
    color: #737c7c;
    font-weight: 500;
    font-size: 10px;
  }
  .vk-mobile-nav-menu-btn,
  .vk-mobile-nav-menu-btn.menu-open {
    top: 19px !important;
    left: 14px;
    border: none;
  }
}
/* フッター */
.site-footer {
  border: none;
  background-color: #0fc2c3;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
}
.site-footer a {
  color: #fff;
}

.site-body-bottom {
  padding-top: 80px;
  border-top: 1px solid #e0e0e0;
}
.site-body-bottom .logo {
  margin-bottom: 40px;
}
@media (max-width: 990px) {
  .site-body-bottom .logo img {
    width: 125px;
  }
}
.site-body-bottom ul.menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.site-body-bottom ul.menu li a {
  padding: 1em;
  border: none;
  background: none !important;
  color: #4c5252;
  font-weight: bold;
  font-size: 16px;
  transition: 0.3s;
}
@media (max-width: 990px) {
  .site-body-bottom ul.menu li a {
    padding: 1em;
    font-size: 13px;
  }
}
.site-body-bottom ul.menu li a:hover {
  background: none;
  color: #009293;
}
.site-body-bottom ul.menu li:last-child {
  display: none;
}
.site-body-bottom p.privacy-policy {
  margin: 24px auto 80px;
}
.site-body-bottom p.privacy-policy a {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  color: #737c7c;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  transition: 0.3s;
}
@media (max-width: 990px) {
  .site-body-bottom p.privacy-policy a {
    gap: 3px;
    font-size: 12px;
  }
}
.site-body-bottom p.privacy-policy a::after {
  width: 18px;
  height: 18px;
  background: url("assets/img/icon_blank_gray.svg") no-repeat 50% 50%/cover;
  content: "";
}
@media (max-width: 990px) {
  .site-body-bottom p.privacy-policy a::after {
    width: 15px;
    height: 15px;
  }
}
.site-body-bottom p.privacy-policy a:hover {
  background: none;
  color: #999;
}

/* トップ：スライダー */
@media (max-width: 767px) {
  body.home .ltg-slide-text-set {
    padding-bottom: 8vw;
  }
}
body.home .ltg-slide-text-set > div {
  display: flex;
  flex-direction: column;
}
body.home .ltg-slide-text-set > div .ltg-slide-text-title {
  order: 2;
}
body.home .ltg-slide-text-set > div .ltg-slide-text-caption {
  order: 1;
}
body.home .ltg-slide-text-set > div a.btn {
  order: 3;
}
body.home .ltg-slide-text-title {
  white-space: nowrap;
  letter-spacing: 0.03em;
  font-weight: 700;
  font-size: 3.073vw;
  line-height: 1.3;
  font-feature-settings: "palt";
}
@media (max-width: 767px) {
  body.home .ltg-slide-text-title {
    font-size: 8.267vw;
  }
}
body.home .ltg-slide-text-title small {
  display: block;
  margin-top: 1.25vw;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 0.885vw;
  font-family: Lato, sans-serif;
  line-height: 1.25;
}
@media (max-width: 767px) {
  body.home .ltg-slide-text-title small {
    margin-top: 3.2vw;
    font-size: 2.4vw;
  }
}
@media (min-width: 768px) {
  body.home .ltg-slide-text-title span > br {
    display: none;
  }
}
body.home .ltg-slide-text-title .adjust {
  font-size: 3.438vw;
}
@media (max-width: 767px) {
  body.home .ltg-slide-text-title .adjust {
    font-size: 9.333vw;
  }
}
body.home .ltg-slide-text-title ul {
  display: flex;
  gap: 0.313vw;
  margin: 1.667vw 0 0 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  body.home .ltg-slide-text-title ul {
    gap: 1.6vw;
    margin: 4.8vw 0 0 0;
  }
}
body.home .ltg-slide-text-title ul li {
  display: flex;
  gap: 0.156vw;
  padding: 0.417vw 0.625vw;
  border-radius: 0.729vw;
  background-color: #fff;
  color: #4c5252;
  font-size: 0.729vw;
  line-height: 1;
}
@media (max-width: 767px) {
  body.home .ltg-slide-text-title ul li {
    gap: 0.8vw;
    padding: 1.6vw 2.133vw;
    border-radius: 3.733vw;
    font-size: 2.667vw;
  }
}
body.home .ltg-slide-text-title ul li::before {
  color: #0fc2c3;
  content: "#";
}
body.home .ltg-slide-text-caption {
  margin: 0 0 0.833vw;
  letter-spacing: 0.03em;
  font-weight: 700;
  font-size: 1.771vw;
  line-height: 1;
  font-feature-settings: "palt";
}
@media (max-width: 767px) {
  body.home .ltg-slide-text-caption {
    margin: 0 0 2.133vw;
    font-size: 4.8vw;
  }
}
body.home .ltg-slide-text-caption .adjust {
  font-size: 1.458vw;
}
@media (max-width: 767px) {
  body.home .ltg-slide-text-caption .adjust {
    font-size: 4vw;
  }
}
body.home a.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.5vw;
  padding: 0;
  width: 2.917vw;
  height: 2.917vw;
  border: none;
  background-color: #0fc2c3;
}
@media (max-width: 767px) {
  body.home a.btn {
    margin-top: 8.533vw;
    width: 10.667vw;
    height: 10.667vw;
  }
}
body.home a.btn img {
  width: 0.729vw;
}
@media (max-width: 767px) {
  body.home a.btn img {
    width: 3.733vw;
  }
}

/* トップ：コンテンツ */
body.home .site-body::after {
  position: absolute;
  top: 238px;
  right: 0;
  left: 0;
  margin: 0 auto;
  color: #a6d6d6;
  content: "Takaba Strategic PR";
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.04em;
  font-weight: 700;
  font-size: 193px;
  font-family: Lato;
  line-height: 1;
  writing-mode: horizontal-tb;
  opacity: 0.1;
}
@media (max-width: 990px) {
  body.home .site-body::after {
    top: 200px;
    font-size: 118.42px;
  }
}
body.home .site-body-container {
  position: relative;
  z-index: 1;
}
body.home .service-title-en {
  display: flex;
  gap: 15px;
  align-items: center;
  margin: 0;
  padding: 104px 0 80px;
  border: none;
  font-weight: 700;
  font-size: 18px;
  font-family: Lato;
}
@media (max-width: 990px) {
  body.home .service-title-en {
    gap: 6px;
    padding: 80px 0 64px;
    font-size: 11px;
  }
}
body.home .service-title-en::before {
  width: 27px;
  height: 7px;
  background-color: #0fc2c3;
  content: "";
}
@media (max-width: 990px) {
  body.home .service-title-en::before {
    width: 8px;
    height: 4px;
  }
}
body.home .service-title-en::after {
  display: none;
}
body.home .service-title {
  position: absolute;
  margin: 0;
  padding: 0;
  background: none;
  font-size: 49.65px;
  line-height: 2;
  writing-mode: vertical-rl;
}
@media (max-width: 990px) {
  body.home .service-title {
    position: relative;
    font-size: 25.97px;
    line-height: 1.8;
    writing-mode: horizontal-tb;
  }
}
body.home .service-text {
  margin: 0;
  padding: 88px 0 0 312px;
  font-size: 20px;
  line-height: 2.7;
}
@media (max-width: 990px) {
  body.home .service-text {
    margin-top: 56px;
    padding: 0;
    font-size: 16px;
    line-height: 2;
  }
}
body.home .service-btn {
  display: flex;
  justify-content: flex-end;
  margin: 80px auto 200px;
}
@media (max-width: 990px) {
  body.home .service-btn {
    justify-content: center;
    margin: 48px auto 80px;
  }
}
body.home .service-column {
  margin: 0;
  padding-bottom: 136px;
}
@media (max-width: 990px) {
  body.home .service-column {
    padding-bottom: 52px;
  }
}

/* トップ以外：コンテンツ */
body.page:not(.home) .page-header {
  background: none;
  text-align: left;
}
body.page:not(.home) .page-header .page-header-inner {
  margin: 0 auto;
  padding-top: 132px;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  body.page:not(.home) .page-header .page-header-inner {
    padding-top: 80px;
  }
}
body.page:not(.home) .page-header .page-header-title-en {
  margin: 0 0 32px 0;
  color: #4c5252;
  letter-spacing: 0.03em;
  font-weight: 700;
  font-size: 106px;
  font-family: Lato;
  line-height: 1;
}
@media (max-width: 767px) {
  body.page:not(.home) .page-header .page-header-title-en {
    margin: 0 0 16px 0;
    font-size: 51px;
  }
}
body.page:not(.home) .page-header .page-header-title {
  display: flex;
  gap: 16px;
  align-items: center;
  color: #4c5252;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}
@media (max-width: 767px) {
  body.page:not(.home) .page-header .page-header-title {
    gap: 4px;
    font-size: 15px;
  }
}
body.page:not(.home) .page-header .page-header-title::before {
  width: 24px;
  height: 5px;
  background-color: #0fc2c3;
  content: "";
}
@media (max-width: 767px) {
  body.page:not(.home) .page-header .page-header-title::before {
    width: 12px;
    height: 2px;
  }
}
body.page:not(.home) .breadcrumb {
  padding-bottom: 64px;
  border: none;
}
@media (max-width: 767px) {
  body.page:not(.home) .breadcrumb {
    padding-top: 80px;
    padding-bottom: 0;
  }
}
body.page:not(.home) .breadcrumb .breadcrumb-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 0;
}
@media (max-width: 767px) {
  body.page:not(.home) .breadcrumb .breadcrumb-list {
    justify-content: flex-start;
  }
}
body.page:not(.home) .breadcrumb .breadcrumb-list i {
  display: none;
}
body.page:not(.home) .breadcrumb .breadcrumb-list a {
  color: #0fc2c3;
  text-decoration: underline;
}
body.page:not(.home) .breadcrumb .breadcrumb-list a:hover {
  text-decoration: none;
}
body.page:not(.home) .breadcrumb .breadcrumb-list li:not(:last-child)::after {
  display: inline-block;
  margin: 0 16px;
  width: 6px;
  height: 10px;
  background: url(assets/img/icon_arrow_breadcrumb.svg) no-repeat 50% 50%;
  content: "";
}
@media (max-width: 767px) {
  body.page:not(.home) .breadcrumb .breadcrumb-list li:not(:last-child)::after {
    margin: 0 10px;
  }
}
body.page:not(.home) .main-section {
  float: none;
  width: auto;
}
body.page:not(.home) .sub-section {
  display: none;
}
body.page:not(.home) .site-body {
  margin: 160px auto;
  padding: 0;
}
@media (max-width: 767px) {
  body.page:not(.home) .site-body {
    margin-top: 98px;
  }
}
body.page:not(.home) .site-body h3 {
  display: flex;
  gap: 26px;
  align-items: center;
  margin: 4em auto 2em;
  padding: 0 0 32px;
  border-bottom: 1px solid #e0e0e0;
  color: #4c5252;
  font-size: 24px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  body.page:not(.home) .site-body h3 {
    gap: 10px;
    padding: 0 0 16px;
    font-size: 20px;
  }
}
body.page:not(.home) .site-body h3::before {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background-color: #0fc2c3;
  content: "";
}
body.page:not(.home) .site-body h3::after {
  display: none;
}
body.page:not(.home) .site-body h4 {
  position: relative;
  margin: 4em auto 2em;
  padding: 0 0 16px;
  background: none;
  color: #4c5252;
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  body.page:not(.home) .site-body h4 {
    font-size: 16px;
  }
}
body.page:not(.home) .site-body h4::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 56px;
  height: 1px;
  background-color: #0fc2c3;
  content: "";
}
body.page:not(.home) .site-body h5 {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 2em auto;
  border: none;
  background: none;
  color: #4c5252;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  body.page:not(.home) .site-body h5 {
    gap: 6px;
    font-size: 14px;
    line-height: 1.75;
  }
}
body.page:not(.home) .site-body h5::before {
  flex-shrink: 0;
  margin: 12px 0;
  width: 12px;
  height: 3px;
  background-color: #0fc2c3;
  content: "";
}
@media (max-width: 767px) {
  body.page:not(.home) .site-body h5::before {
    width: 8px;
    height: 2px;
  }
}
body.page:not(.home) .site-body h6 {
  margin: 0.2em 0;
  padding: 7px 14px;
  background: #e6ebeb;
  color: #06a8a9;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  body.page:not(.home) .site-body h6 {
    padding: 10px 14px;
    font-size: 14px;
  }
}
body.page:not(.home) .site-body p {
  margin: 0 0 2em;
  font-size: 18px;
  line-height: 2;
}
@media (max-width: 767px) {
  body.page:not(.home) .site-body p {
    font-size: 16px;
  }
}
body.page:not(.home) .site-body details {
  margin: 0 0 2em;
  padding: 0 64px;
  background: #f1f8f8;
}
@media (max-width: 767px) {
  body.page:not(.home) .site-body details {
    padding: 0 24px;
  }
}
body.page:not(.home) .site-body details h6 + p {
  margin-top: 0.5em;
  font-size: 15px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  body.page:not(.home) .site-body details h6 + p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body.page:not(.home) .site-body details p {
    font-size: 14px;
    line-height: 1.75;
  }
}
body.page:not(.home) .site-body details > summary + * {
  margin-top: 64px;
}
@media (max-width: 767px) {
  body.page:not(.home) .site-body details > summary + * {
    margin-top: 24px;
  }
}
body.page:not(.home) .site-body details > *:last-child {
  padding-bottom: 64px;
}
@media (max-width: 767px) {
  body.page:not(.home) .site-body details > *:last-child {
    padding-bottom: 24px;
  }
}
body.page:not(.home) .site-body details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -64px;
  padding: 30px 40px;
  border-bottom: 1px solid #fff;
  border-radius: 6px;
  font-weight: 700;
  font-size: 20px;
}
@media (max-width: 767px) {
  body.page:not(.home) .site-body details summary {
    margin: 0 -24px;
    padding: 32px 24px;
    font-size: 16px;
  }
}
body.page:not(.home) .site-body details summary::after {
  display: inline-block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: url(assets/img/icon_plus.svg) no-repeat 50% 50%/cover;
  content: "";
}
@media (max-width: 767px) {
  body.page:not(.home) .site-body details summary::after {
    width: 16px;
    height: 16px;
  }
}
body.page:not(.home) .site-body details[open] summary::after {
  background-image: url(assets/img/icon_minus.svg);
}
body.page:not(.home) .site-body details .is-pc {
  overflow: hidden;
  height: auto;
}
@media (max-width: 767px) {
  body.page:not(.home) .site-body details .is-pc {
    height: 0;
  }
}
body.page:not(.home) .site-body details .is-sp {
  overflow: hidden;
  height: 0;
  opacity: 0;
}
@media (max-width: 767px) {
  body.page:not(.home) .site-body details .is-sp {
    height: auto;
    opacity: 1;
  }
}
@media (max-width: 767px) {
  body.page:not(.home) .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* 実績：リスト */
.work-list {
  margin: 0;
  padding: 0;
}
.work-list p {
  font-size: 18px !important;
  line-height: 1.5 !important;
}
@media (max-width: 767px) {
  .work-list p {
    font-size: 16px !important;
  }
}
.work-list .work-list__item {
  display: flex;
  align-items: flex-start;
  margin: 0;
  padding: 23px 0;
  height: auto;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 767px) {
  .work-list .work-list__item {
    flex-wrap: wrap;
    gap: 6px 0;
    padding: 16px 0;
  }
}
.work-list .work-list__date {
  margin: 0 !important;
  width: 100px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .work-list .work-list__date {
    width: 77px;
    font-size: 14px !important;
  }
}
.work-list .work-list__category {
  margin: 0 18px !important;
  padding: 6px calc(27px - 0.1em) 6px calc(27px + 0.1em);
  border-radius: 3px;
  background-color: #ccc;
  color: #fff;
  text-align: center;
  letter-spacing: 0.4em;
  font-size: 15px !important;
  line-height: 1 !important;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .work-list .work-list__category {
    margin: 0 8px !important;
    padding: 4px calc(14px - 0.1em) 4px calc(14px + 0.1em);
    font-size: 13px !important;
  }
}
.work-list .work-list__category.value1 {
  background-color: #0fc2c3;
}
.work-list .work-list__category.value2 {
  background-color: #0a9fcd;
}
.work-list .work-list__category.value3 {
  background-color: #3e7dda;
}
.work-list .work-list__category.value4 {
  background-color: #806edb;
}
.work-list .work-list__category.value5 {
  background-color: #9c58ab;
}
.work-list .work-list__category.value6 {
  background-color: #c9608a;
}
.work-list .work-list__title {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .work-list .work-list__title {
    width: 100%;
  }
}
.work-list .work-list__title a {
  color: #0fc2c3;
  text-decoration: underline;
}
.work-list .work-list__title a::after {
  position: relative;
  top: 5px;
  display: inline-block;
  margin-left: 8px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #0fc2c3 url("assets/img/icon_blank_white.svg") no-repeat 50% 50%;
  content: "";
}
.work-list .work-list__title a:hover {
  text-decoration: none;
}

/* 著書のご紹介 */
.publish-table {
  max-width: 480px;
  font-size: 14px;
}
.publish-table th,
.publish-table td {
  padding: 8px 16px;
  text-align: left;
}
.publish-table th {
  background-color: #f1f8f8;
}

.publish-image figure {
  margin: 0 0 0 80px !important;
}
@media (max-width: 767px) {
  .publish-image figure {
    float: none !important;
    margin: 0 0 !important;
  }
}

/* お問い合わせ */
.wpcf7-list-item {
  margin-left: 0;
}

.wpcf7-radio .wpcf7-list-item:not(:last-child) {
  margin-right: 2em;
}

.contact-notes {
  display: block;
  margin: 0.5em 0 1em;
  font-size: 14px;
  line-height: 1.618;
}

/* よろず */
.yorozu-mv h2 {
  border-top: 0;
}
@media (max-width: 767px) {
  .yorozu-mv h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .yorozu-mv h2 strong {
    font-size: 18px;
  }
}