@charset "utf-8";
/*
Template: jstork19
Theme Name: stork19_custom
Theme URI:http://open-cage.com/stork19/
Version: 1.3.0
Author: opencage
Author URI: https://open-cage.com/
*/

/* ヘッダーメニュー一部ボタン */
.stk_header .menu-item:nth-child(7) a:not(ul.sub-menu li:nth-child(7) a) {
  color: #3c3c3c;
  display: block;
  padding: 0.7em 1em;
  text-align: center;
  position: relative;
  background: #ffcd00;
}

.stk_header .menu-item:nth-child(8) a:not(ul.sub-menu li:nth-child(8) a) {
  color: #fff;
  display: block;
  padding: 0.7em 1em;
  text-align: center;
  position: relative;
  background: #e6005a;
}

.stk_header .menu-item:last-child a:not(ul.sub-menu li:last-child a) {
  margin-left: 10px;
}

@media only screen and (max-width: 767px) {
  .stk_header .menu-item:nth-child(7) a:not(ul.sub-menu li:nth-child(8) a),
  .stk_header .menu-item:nth-child(7) a:not(ul.sub-menu li:nth-child(8) a) {
    color: inherit;
    padding: 0.3em 0.9em;
    background: inherit;
  }

  .stk_header .menu-item:last-child a:not(ul.sub-menu li:last-child a) {
    margin-left: 0;
  }
}

.single-case .custom-logo-link,
.single-wp .custom-logo-link,
.single-specialist_column .custom-logo-link {
  pointer-events: none;
}

.single-case .stk_g_nav,
.single-case #breadcrumb,
.single-case #footer-top,
.single-case .footer-links,
.single-wp .stk_g_nav,
.single-wp #breadcrumb,
.single-wp #footer-top,
.single-wp .footer-links,
.single-specialist_column .stk_g_nav,
.single-specialist_column #breadcrumb,
.single-specialist_column #footer-top,
.single-specialist_column .footer-links {
  display: none;
}

.sp-only {
  display: none;
}

/* サイドナビ */
.accordionBtn {
  background-color: #3c3c3c;
}

.widget_nav_menu .menu-item a::after {
  color: #3c3c3c;
}

/* トップページアイキャッチ */
#custom_header .en {
  font-size: 32px !important;
}

.home-title-border {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 30px;
}

.home-title-border::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 4px;
  background: linear-gradient(
    90deg,
    rgba(230, 0, 90, 1) 0%,
    rgba(255, 205, 0, 1) 60%
  );
}

@media screen and (max-width: 768px) {
  .home-title-border {
    font-size: 18px;
    margin-bottom: 20px;
  }

  #custom_header .en {
    font-size: 18px !important;
  }
}

/* ホワペ、事例、スペシャリストコラム、投稿 */
.SubMv .TxtContainer {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  align-items: center;
  background: #3c3c3c;
  margin-bottom: 30px;
}

.SubMv .left-container {
  width: 40%;
  display: flex;
  flex-direction: row;
  padding: 20px;
  gap: 10px;
}

.SubMv .left-container .image {
  width: 100%;
}

.SubMv .left-container .image img {
  width: 100%;
  height: auto;
  display: block;
}

.SubMv .desc {
  width: 60%;
  padding: 20px;
  box-sizing: border-box;
}

.SubMv .desc .title {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: bold;
  color: #fff;
}

.SubMv .desc .excerpt {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .SubMv .TxtContainer {
    flex-direction: row;
  }

  .SubMv .left-container,
  .SubMv .desc {
    width: 100%;
  }

  .SubMv .desc {
    padding-top: 0;
  }

  .SubMv .desc .title {
    font-size: 18px;
    margin-top: 20px;
  }

  .SubMv .desc .excerpt {
    font-size: 14px;
  }

  .sp-only {
    display: block;
  }
}

#main_contents {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
}

.wpdetail.wp_form_r {
  width: calc(50% - 15px);
  margin-right: 15px;
  box-sizing: border-box;
}

.wp_form_l {
  width: calc(50% - 15px);
  box-sizing: border-box;
}

.wp_form_r .obi,
.wp_form_r .mokuji {
  background-color: #3c3c3c;
  color: #ffffff;
  padding: 10px 15px;
  font-weight: bold;
  margin-bottom: 20px;
}

.Txtlead font {
  color: #3c3c3c;
}

.Indexlead_Ttl {
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
}

#satori__custom_form label {
  font-weight: bold;
  font-size: 14px;
}

#satori__custom_form select {
  font-weight: bold;
  font-size: 14px;
  width: 50%;
  padding-left: 10px;
}

#satori__privacy_policy_agreement_wrapper,
#satori__privacy_policy_agreement_wrapper p {
  font-size: 15px;
  text-align: left;
}

#satori__custom_form a {
  color: #e6005a !important;
  font-weight: bold !important;
  text-decoration: underline;
}

#satori__custom_form a:hover {
  text-decoration: none;
}

.satori__require {
  background: #bf0000 !important;
  color: #fff !important;
  font-size: 12px;
}

.satori__submit_group input {
  width: 100%;
  padding: 10px 0 !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: bold !important;
  background: #e6005a !important;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  #main_contents {
    flex-direction: column;
  }

  .wpdetail.wp_form_r,
  .wp_form_l {
    width: 100%;
  }
}

/* ホワペ、事例、スペシャリストコラム 一覧 */
.lower-hero {
  width: 100%;
  background: url("img/common/bg-lower-hero.webp") no-repeat center center /
    cover;
  text-align: center;
  color: #3c3c3c;
  padding: 60px 20px;
}

.lower-hero__ttl {
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #3c3c3c;
}

.sub-ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  color: #3c3c3c;
}

.card {
  width: calc((100% - 60px) / 3);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  border: 1px solid #ddd;
  position: relative;
  z-index: 0;
  transition: all 0.3s ease;
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.card:hover {
  transform: translate(-7px, -7px) scale(1.02);
  box-shadow: 14px 14px 20px rgba(0, 0, 0, 0.2);
}

.card::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    120deg,
    rgba(230, 0, 90, 0) 0%,
    rgba(230, 0, 90, 0.4) 40%,
    rgba(255, 205, 0, 0.4) 60%,
    rgba(255, 205, 0, 0) 100%
  );
  transform: rotate(25deg) translateX(-100%);
  pointer-events: none;
  z-index: 1;

  opacity: 0;
  transition: transform 0.6s ease, opacity 0.4s ease;
}

.card:hover::before {
  opacity: 1;
  animation: slideLight 0.6s forwards;
}

@keyframes slideLight {
  from {
    transform: rotate(25deg) translateX(-100%);
  }
  to {
    transform: rotate(25deg) translateX(100%);
  }
}
.card__img {
  width: 100%;
  height: 200px;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 10px;
}

.card__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

.card__box {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.card__box--ttl {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}

.card__box--company {
  font-size: 13px;
  color: #666;
}

.card__box--tag .for,
.card__box--tag .cat {
  font-weight: bold;
  background-color: #f0f0f0;
  color: #3c3c3c;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  display: inline-block;
}

.flex.gap30 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.panel-area .panel {
  display: none;
}

.panel-area .panel.active {
  display: block;
}

.tab-area {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.tab-area .tab {
  padding: 10px 20px;
  border: 1px solid #3c3c3c;
  background-color: #fff;
  color: #3c3c3c;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 4px;
  font-weight: bold;
  margin-right: 10px;
  display: inline-block;
}

.tab-area .tab:hover,
.tab-area .tab.active {
  background-color: #e6005a;
  color: #fff;
  border-color: #e6005a;
}

.cat {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 10px;
  color: #3c3c3c;
  background-color: #fff;
  border: 1px solid #3c3c3c;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
  line-height: 1.5;
  margin: 4px 4px 0 0;
}

.cat:hover {
  background-color: #e6005a;
  color: #fff;
  border-color: #e6005a;
}

.card .cat {
  pointer-events: none;
  cursor: default;
  color: #3c3c3c;
  background-color: #fff;
  border: 1px solid #3c3c3c;
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 4px;
  transition: none;
}

.card .cat:hover {
  background-color: #fff;
  color: #3c3c3c;
  border-color: #3c3c3c;
}

@media screen and (max-width: 768px) {
  .lower-hero {
    padding: 40px 15px;
  }

  .lower-hero__ttl {
    font-size: 22px;
    line-height: 1.4;
  }

  .sub-ttl {
    font-size: 16px;
    line-height: 1.5;
  }

  .card {
    width: 100%;
    margin: 0 auto;
  }

  .tab-area .tab {
    margin-bottom: 20px;
  }
}

/* スペシャリストコラム投稿 */
.dl-column__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.dl-column__content {
  width: calc(50% - 15px);
  box-sizing: border-box;
}

.dl-column__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
  background: #3c3c3c;
  padding: 15px;
}

.dl-column__comment {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.dl-column__cta {
  background-color: transparent;
  color: #3c3c3c;
  padding: 0;
  display: inline;
  font-weight: bold;
  border-radius: 0;
  font-size: 18px;
  text-decoration: underline;
}

.dl-column__form {
  width: calc(50% - 15px);
  box-sizing: border-box;
}

.btn-back-wrapper {
  margin-top: 2em;
}

.btn-back {
  display: inline-block;
  padding: 10px;
  background-color: #ccc;
  border: 2px solid #ccc;
  color: #3c3c3c;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.btn-back:hover {
  color: #3c3c3c;
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .dl-column__inner {
    flex-direction: column;
    gap: 20px;
  }

  .dl-column__content,
  .dl-column__form {
    width: 100%;
  }

  .dl-column__title {
    font-size: 20px;
  }

  .dl-column__comment {
    font-size: 14px;
  }

  .dl-column__cta {
    font-size: 14px;
    padding: 10px 16px;
  }
}

/* ホワイトペーパー一覧 */
.popular {
  background: #e6005a;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 10px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.popular::before {
  content: "\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.dl-btn {
  background-color: #ffcd00;
  color: #3c3c3c;
  font-size: 14px;
  font-weight: bold;
  padding: 15px 0;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.dl-btn:hover {
  background-color: #e6b800;
  color: #fff;
}

.dl-btn span {
  font-size: 16px;
  line-height: 1.5;
}

.tax-specialist_column_category .production_column {
  max-width: 100%;
  margin: 0 auto;
  color: #3c3c3c;
}

.tax-specialist_column_category .pcc-hero {
  background: #3c3c3c;
  padding: 40px 20px;
  text-align: center;
}
.tax-specialist_column_category .pcc-hero__ttl {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
}

.tax-specialist_column_category .production_column__ttl {
  background: #e6005a;
  color: #fff;
  margin-bottom: 20px;
  padding: 10px 0;
  text-align: center;
}

.tax-specialist_column_category .pcc-guest {
  padding: 40px 20px;
  background: #fff;
}

.tax-specialist_column_category .pcc-guest__box {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.tax-specialist_column_category .pcc-guest__box--img {
  width: 30%;
}

.tax-specialist_column_category .pcc-guest__box--img img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.tax-specialist_column_category .pcc-guest__box--txt {
  flex: 1;
}

.tax-specialist_column_category .pcc-guest__box--txt dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.tax-specialist_column_category .pcc-guest__box--txt dd {
  font-size: 14px;
  line-height: 1.7;
}

.tax-specialist_column_category .pcc-guest__lead {
  margin-top: 30px;
}

.tax-specialist_column_category .pcc-guest__lead dt {
  font-weight: bold;
  margin-bottom: 5px;
}

.tax-specialist_column_category .pcc-guest__lead dd {
  line-height: 1.6;
  font-size: 14px;
}

.tax-specialist_column_category .pcc-conts {
  padding: 40px 20px;
  background: #f9f9f9;
}

.tax-specialist_column_category .pcc-conts__box {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.tax-specialist_column_category .pcc-conts__list {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.tax-specialist_column_category .pcc-conts__list--ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.tax-specialist_column_category .pcc-conts__list--txt {
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.6;
}

.tax-specialist_column_category .pcc-conts__list--btn {
  display: inline-block;
  background: #ffcd00;
  color: #3c3c3c;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.3s;
}

.tax-specialist_column_category .pcc-conts__list--btn:hover {
  background: #e6b800;
}

@media screen and (max-width: 768px) {
  .tax-specialist_column_category .pcc-guest__box {
    flex-direction: column;
  }

  .tax-specialist_column_category .pcc-guest__box--img {
    width: 100%;
    margin-bottom: 20px;
  }

  .tax-specialist_column_category .pcc-hero__ttl {
    font-size: 20px;
  }
}

/* 投稿内リンクカード */
.linkcard {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  text-decoration: none;
  transition: box-shadow 0.3s ease;
  max-width: 800px;
  margin: 1rem auto;
}

.linkcard:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.linkcard a.no-icon {
  display: flex;
  flex-direction: row;
  text-decoration: none;
  color: inherit;
  width: 100%;
}

.linkcard .thumb {
  flex: 0 0 150px;
  max-width: 150px;
  height: auto;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  display: flex;
}

.linkcard .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.linkcard .txt {
  padding: 1rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.linkcard .ctitle {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #333;
}

.linkcard .cexcerpt {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .linkcard {
    flex-direction: column;
  }

  .linkcard .thumb {
    max-width: 100%;
  }

  .linkcard .txt {
    padding: 0.75rem;
  }

  .linkcard .ctitle {
    font-size: 1rem;
  }

  .linkcard .cexcerpt {
    display: none;
  }
}

/* 投稿下部のCTAボックス */
.doc-cta {
  background: #fff;
  border-top: 3px solid #223b80;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 20px;
  margin: 50px 0;
  padding: 30px;
}

.doc-cta__ttl {
  color: #223b80 !important;
  text-align: center;
  line-height: 1.5 !important;
  font-size: 18px !important;
  font-weight: bold;
  margin: 0 !important;
  padding: 0 0 20px !important;
  border: none !important;
  background: none !important;
  text-decoration: none !important;
}

.doc-cta__balloon {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
}

.doc-cta__box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.doc-cta__box a {
  width: 300px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  position: relative;
  background: #f39800;
  padding: 15px;
  text-decoration: none !important;
}

.doc-cta__box a.cB {
  background: #223b80;
}

.doc-cta__box a:hover {
  opacity: 0.8;
}

.wp-cta {
  text-decoration: none !important;
  color: #333 !important;
}

.wp-cta__sub {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
  color: #333;
}

.wp-cta__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  padding: 25px 20px;
  background: url(img/common/bg-lower-hero.webp) 50% center / cover no-repeat;
}

.wp-cta__box--img {
  width: 40%;
  text-align: center;
}

.wp-cta__box--summary {
  width: 55%;
}

.wp-cta__box--summary .tit {
  font-size: 17px !important;
  font-weight: bold;
  margin: 0 0 10px !important;
  line-height: 1.5;
  color: #333;
  border: none !important;
  background: none !important;
  text-decoration: none !important;
  padding: 10px !important;
  white-space: normal;
}

.wp-cta__box--summary .lead {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  margin: 0 0 20px !important;
  line-height: 1.5;
  padding: 10px 15px !important;
  background: #2f5596;
  border: none !important;
  text-decoration: none !important;
  white-space: normal;
}

.wp-cta__box--summary .lead::after {
  border-bottom: none !important;
}

.wp-cta__box--summary div {
  font-size: 14px;
  font-weight: bold;
  color: #2f5596;
  text-align: center;
  position: relative;
  display: inline-block;
  background: #fff;
  border: 1px solid #2f5596;
  padding: 10px 40px;
  border-radius: 30px;
}

@media screen and (max-width: 768px) {
  .doc-cta__box {
    flex-direction: column;
  }

  .wp-cta__box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .wp-cta__box--img {
    width: 100%;
    text-align: center;
  }

  .wp-cta__box--summary {
    width: 100%;
  }
}

/* 投稿監修者ボックス */
.supervisor {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 16px;
  margin: 50px 0;
  padding: 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #f9f9f9;
}

.supervisor__img img {
  width: 100px;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

.supervisor__box {
  flex: 1;
  min-width: 200px;
}

.supervisor__box--person {
  font-weight: bold;
  font-size: 1rem;
  color: #333;
  margin-bottom: 15px;
}

.supervisor__box--txt {
  font-size: 0.9rem;
  color: #333;
  line-height: 1.5;
  margin: 4px 0 15px;
}

.supervisor__box--ttl {
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 1.3;
}

.supervisor__box--name {
  font-size: 1.1rem;
  font-weight: bold;
  color: #333;
}

@media screen and (max-width: 768px) {
  .supervisor {
    flex-direction: column;
    align-items: center;
    text-align: left;
  }

  .supervisor__img img {
    width: 120px;
  }

  .supervisor__box {
    width: 100%;
  }
}

.side-cta {
  display: block;
  margin-bottom: 30px;
}

/* スクロール領域サイドバナー */
.widget_media_image {
  margin: 0;
}

/* salesforce */
/* .wp_form_l iframe {
  min-height: 1500px;
}

.single-specialist_column .wp_form_l iframe {
  min-height: 2500px;
} */
