.m0auto1em{
  margin: 0 auto 1em !important;
}
.c-title__underline--lb{
  border-bottom: 2px solid #6eabe8 !important;
}
.num{
  font-size: 1.4em;
  font-family: 'OswaldLocal';
  src: url('/wp-content/themes/swell_child_sekojyuken/font/Oswald-VariableFont_wght.ttf') format('truetype');
  font-weight: 700;
}
.c-title__fullwidth{
  position: relative;
  width: 100vw !important;
  left: 50%;
  padding: .3em 0 !important;
  transform: translateX(-50%);
}
@media print, screen and (max-width: 600px){
  .c-title__fullwidth{
    padding: .8em 0 !important;
  }
}
.post_content .c-cta__wrapper{
  padding: 2em !important;
  position: relative;
  overflow: visible !important;
}
@media print, screen and (max-width: 1200px){
  .post_content .c-cta__wrapper{
    background-image: linear-gradient(to right, rgba(110, 171, 232, 0.2), rgba(20, 78, 191, 0.2));
  }
}
@media print, screen and (max-width: 600px){
  .post_content .c-cta__wrapper{
    padding: 1em !important;
  }
}
.post_content .c-cta__wrapper::before{
  width: 100vw;
  height: 80%;
  background-image: linear-gradient(to right, rgba(110, 171, 232, 0.2), rgba(20, 78, 191, 0.2));
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}
@media print, screen and (max-width: 1200px){
  .post_content .c-cta__wrapper::before{
    display: none;
  }
}
.c-cta_img{
  bottom: -2em;
    position: relative;
}
@media print, screen and (max-width: 600px){
  .c-cta_img{
    width: 70% !important;
    margin: 0 auto !important;
    bottom: -1em;
  }
}
.post_content .swell-block-button.w14rem .swell-block-button__link {
  width: 14rem !important;
  min-width: 14rem !important;
}
@media print, screen and (max-width: 600px){
  .post_content .swell-block-button.w14rem .swell-block-button__link{
    width: fit-content !important;
    min-width: 12rem !important;
  }
}

.u-accent-marker {
  position: relative;
  display: inline-block;
  padding: 0 4px;
  z-index: 1;
}

.u-accent-marker::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 35%;
  background-color: rgba(0, 74, 173, 0.2);
  z-index: -1;
}

.grad_line_top{
  position: relative;
}
.grad_line_top::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 20px;
  background-image: linear-gradient(to right, #144ebf, #6eabe8);
}
/* ============================================
青い強調ラインの見出し
============================================ */
.c-index_linefukidashi_theme_small.is-style-section_ttl {
  display: block !important;
  width: fit-content !important;
  margin-left: auto !important;
  margin-right: auto !important;
  position: relative !important;
  border: none !important;
  background: none !important;
  text-align: center !important;
  overflow: visible !important;
}
.c-index_linefukidashi_theme_small.is-style-section_ttl .num{
  font-size: 1.4em;
  font-family: 'OswaldLocal';
  src: url('/wp-content/themes/swell_child_sekojyuken/font/Oswald-VariableFont_wght.ttf') format('truetype');
  font-weight: 700;
}
.c-index_linefukidashi_theme_small.is-style-section_ttl::before,
.c-index_linefukidashi_theme_small.is-style-section_ttl::after {
  content: "" !important;
  display: block;
  position: absolute;
  bottom: 0;
  width: 50px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  background-color: transparent !important;
}

.c-index_linefukidashi_theme_small::before {
  background-image: url("images/linefukidashi_theme_left.png");
  left: -50px !important;
}
.c-index_linefukidashi_theme_small::after {
  background-image: url("images/linefukidashi_theme_right.png");
  right: -50px !important;
}
@media print, screen and (max-width: 960px) {
  .c-index_linefukidashi_theme_small.is-style-section_ttl::before,
  .c-index_linefukidashi_theme_small.is-style-section_ttl::after {
    width: 35px !important;
    height: 55px !important;
  }
  .c-index_linefukidashi_theme_small.is-style-section_ttl::before {
    left: -35px !important;
  }
  .c-index_linefukidashi_theme_small.is-style-section_ttl::after {
    right: -35px !important;
  }
}

@media print, screen and (max-width: 600px) {
  .c-index_linefukidashi_theme_small.is-style-section_ttl {
    padding: 0.5em 0 !important;
  }
  .c-index_linefukidashi_theme_small.is-style-section_ttl::before,
  .c-index_linefukidashi_theme_small.is-style-section_ttl::after {
    width: 22px !important;
    height: 35px !important;
    bottom: 5px !important;
  }
  .c-index_linefukidashi_theme_small.is-style-section_ttl::before {
    left: -22px !important;
  }
  .c-index_linefukidashi_theme_small.is-style-section_ttl::after {
    right: -22px !important;
  }
}

/* ============================================
特長3兄弟
============================================ */

.l-feature-boxes {
  counter-reset: feature-num;
  margin-top: 3em !important;
  gap: 20px !important;
}
.c-feature-box {
  position: relative;
  background: #ffffff;
  border: 1px solid #e0e7ff;
  padding: 30px 20px !important;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
  overflow: hidden;
  border-radius: 10px 0 0 0;
}
.c-feature-box::before {
  counter-increment: feature-num;
  content: "POINT 0" counter(feature-num);
  position: absolute;
  top: 0;
  left: 0;
  background: #004AAD;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 0 0 10px 0;
  letter-spacing: 0.05em;
  z-index: 2;
}

.c-feature-box::after {
  content: counter(feature-num);
  position: absolute;
  bottom: -10px;
  right: 5px;
  font-size: 80px;
  font-weight: 900;
  color: rgba(0, 74, 173, 0.2);
  line-height: 1;
  z-index: 1;
  font-family: 'Arial Black', sans-serif;
}

.c-feature-box__ttl {
  position: relative;
  z-index: 3;
  display: block;
  margin: 0 !important;
}
@media screen and (max-width: 600px) {
  .l-feature-boxes .swell-block-columns__inner {
    gap: 15px !important;
    align-items: center;
    justify-content: center;
  }
  .c-feature-box {
    padding: 20px 15px !important;
    margin: 0 auto;
  }
  .c-feature-box__ttl {
    font-size: 1.3rem !important;
  }
}

/* ============================================
製品紹介カード
============================================ */
.c-product-card {
  display: flex !important;
  flex-direction: column;
  padding: 0 !important;
  border: 1px solid #e5e7eb;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.c-product-card__header {
  background-color: #004AAD !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  text-align: center;
  padding: 10px 5px !important;
  margin: 0 !important;
}
.c-product-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px 15px 5px !important;
  margin: 0 !important;
}
.c-product-card__tags > * {
  font-size: 0.75rem !important;
  color: #666 !important;
  background: #f0f2f5;
  padding: 2px 10px !important;
  border-radius: 4px;
  margin: 0 !important;
}

.c-product-card .wp-block-image {
  margin: 10px 15px 0 !important;
}
.c-product-card .wp-block-image img {
  border-radius: 4px;
}
.c-product-card__ref {
  text-align: right;
  font-size: 0.8rem !important;
  padding: 5px 15px !important;
  margin: 0 !important;
}
.c-product-card__desc {
  line-height: 1.6 !important;
  padding: 10px 15px !important;
  margin: 0 !important;
  flex-grow: 1;
}
.c-product-card__price {
  text-align: right !important;
  padding: 10px 15px !important;
  margin: 0 !important;
  font-weight: 700;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
}
.c-product-card__price .price,
.c-product-card__price .unit {
  color: #d90002 !important;
  font-size: 2.7rem !important;
  line-height: 1 !important;
  margin: 0 4px !important;
}
.c-product-card__price .unit {
  font-size: 1.2rem !important;
}
.c-product-card__note {
  font-size: 0.8rem !important;
  color: #888 !important;
  text-align: right !important;
  padding: 0 15px 15px !important;
  margin: 0 !important;
  line-height: 1.4 !important;
}

.c-product-card .swell-block-button {
  padding: 0 15px 20px !important;
}

.c-product-card__list{
  padding: 0px 15px 10px !important;
}






/* ============================================
サービス紹介カード
============================================ */

.c-service-card {
  display: flex !important;
  flex-direction: column;
  height: 100%;
  padding: 0 !important;
  background: #fff;
  border: 1px solid #ccc;
  transition: all 0.3s ease;
  border-top: #004AAD 3px solid;
}
.c-service-card a {
  position: relative;
  display: block !important;
  padding: 1.5em 1.5em 3em 1.5em;
  text-decoration: none !important;
  color: #1a1a1a !important;
}

.c-service-card .wp-block-image {
  margin: 0 0 10px !important;
  overflow: hidden;
}

.c-service-card .wp-block-image img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform 0.5s ease;
}


.c-service-card > *:not(.wp-block-image) {
  padding-left: 25px !important;
  padding-right: 25px !important;
  padding-top: 15px !important;
}

.c-service-card__ttl {
  font-weight: 700 !important;
  margin-top: 25px !important;
  margin-bottom: 15px !important;
  text-align: center;
  border: none !important;
  padding: 0 !important;
}

.c-service-card p:not(.c-service-card__link) {
  margin-bottom: 25px !important;
}


.c-service-card__link {
  position: absolute;
  right: 0;
  bottom: 0;
  border: 1px solid #1a1a1a;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 42px;
  padding-left: .5em;
  height: 33px;
}
.c-service-card__link::after{
  content: '';
  background-image: url(images/icon_link.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 31px;
  height: 31px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

/* ============================================
工法比較セクション
============================================ */
.c-comp-card {
  position: relative;
  background: #ffffff;
  border-radius: 0 !important;
  padding: 50px !important;
  margin-bottom: 60px !important;
  box-shadow: 10px 10px 0px #e2eefa;
  border: 2px solid #e2eefa;
}

.c-comp-card__ttl.is-style-section_ttl {
  display: flex !important;
  align-items: center !important;
  gap: 15px !important;
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  padding: 0 !important;
  letter-spacing: -0.02em !important;
  border: none !important;
  background: none !important;
  overflow: visible !important;
  white-space: nowrap !important;
}
.c-comp-card__ttl.is-style-section_ttl::before {
  display: none !important;
}
.c-comp-card__ttl.is-style-section_ttl::after {
  content: "" !important;
  flex-grow: 1 !important;
  height: 2px !important;
  background: #004AAD !important;
  margin-top: 0 !important;
  display: block !important;
  position: static !important;
  transform: none !important;
}

@media screen and (max-width: 959px) {
  .c-comp-card__ttl.is-style-section_ttl {
    font-size: 1.4rem !important;
  }
}

.c-comp-card .wp-block-image {
  margin-bottom: 20px !important;
}


.c-comp-card__sub-ttl {
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  margin-bottom: 10px !important;
  padding: 0 !important;
  border: none !important;
  display: flex;
  align-items: center;
}

.c-comp-card__list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border-top: 1px solid #eee;
}

.c-comp-card__list li {
  position: relative;
  padding: 5px 0 5px 35px !important;
  margin: 0 !important;
  font-size: 0.95rem !important;
  font-weight: 600;
  color: #334155 !important;
}

.c-comp-card__list li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 14px;
  height: 7px;
  border-left: 3px solid #004AAD;
  border-bottom: 3px solid #004AAD;
}

@media screen and (max-width: 959px) {
  .c-comp-card {
    padding: 30px !important;
    border-left-width: 4px;
  }
  .c-comp-card__ttl {
    font-size: 1.4rem !important;
  }
}

@media screen and (max-width: 767px) {
  .c-comp-card {
    box-shadow: 8px 8px 0px #f0f4f8;
  }
  .c-comp-card .swl-richColumn {
    display: flex;
    flex-direction: column;
  }
  .c-comp-card__sub-ttl {
    margin-top: 40px !important;
  }
}

/* ============================================
流れセクション
============================================ */
.c-step__title-wrapper{
  text-align: center;
}
.c-step__title {
  display: inline-block;
  padding: 0 10px 10px 10px !important;
  border-bottom: #004AAD 2px solid !important;
}

.swell-block-step__title {
  margin-bottom: 20px !important;
  padding: 0 0 10px 0 !important;
  border: none !important;
  position: relative;
  display: inline-block;
}

.swell-block-step__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #6eabe8, #144ebf);
}


/* ============================================
問題セクション(6つ並んだセクション)
============================================ */
.c-problem-card {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.c-problem-card .wp-block-image img {
  border-radius: 50% !important;
  aspect-ratio: 1 / 1 !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  padding: 3px;
}
.c-problem-title {
  font-weight: 700 !important;
  line-height: 1.5 !important;
  margin: 0 0 6px 0 !important;
  color: #fff !important;
  padding: 2px 0 2px 15px !important;
  border-left: 3px solid #ffffff !important;
  background: none !important;
  border-bottom: none !important;
  text-align: left !important;
}

/* ============================================
お問い合わせページ
============================================ */
.p-contact__heading {
  background-color: #004AAD !important;
  color: #fff !important;
  padding: 15px 0px !important;
  margin: 0 !important;
}
.p-contact__info{
  max-width: 80%;
  margin: 0 auto;
}
@media print, screen and (max-width: 599px) {
  .p-contact__info{
    max-width: 100%;
  }
}
.p-contact__info a{
  text-decoration: none;
}
.p-contact__info .tel_no{
  font-size: 40px;
}

/* ============================================
サンクスページ・電話誘導セクション
============================================ */
.p-thanks__heading {
  position: relative;
  display: block;
  font-weight: 800 !important;
  text-align: center;
  padding: 0 0 20px 0 !important;
  margin: 0 auto 30px !important;
  border: none !important;
  background: none !important;
  overflow: visible !important;
}

.p-thanks__heading::after {
  content: "" !important;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: #004AAD !important;
}
.p-thanks__wrapper {
  border: 2px solid #004AAD !important;
  background: #fff;
  margin: 3em auto;
  max-width: 670px;
  overflow: hidden;
}
.p-thanks__title {
  background-color: #004AAD !important;
  color: #ffffff !important;
  text-align: center;
  padding: 12px 20px !important;
  margin: 0 !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em;
}
.p-thanks__lead{
  padding-left: 20px;
  margin-top: 10px;
}
@media screen and (max-width: 600px){
  .p-thanks__lead{
    text-align: center;
    bottom: -.8em;
    margin-top: 0;
    position: relative;
  }
}
.p-thanks__body .swell-block-columns__inner{
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  padding: 0px 20px;
  width: 100%;
  justify-content: space-between;
  margin: 0 auto;
}
.swell-block-columns .swell-block-column.p-thanks__phone-wrap{
  width: fit-content !important;
  margin-left: 0 !important;
}
@media screen and (max-width: 600px){
  .swell-block-columns .swell-block-column.p-thanks__phone-wrap{
    margin: 0 auto !important;
  }
}

.p-thanks__wrapper .tel_no {
  font-size: 48px !important;
  font-family: 'OswaldLocal';
  src: url('/wp-content/themes/swell_child_sekojyuken/font/Oswald-VariableFont_wght.ttf') format('truetype');
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .p-thanks__wrapper .tel_no{
    font-size: 44px !important;
  }
}
.p-thanks__wrapper a{
  text-decoration: none !important;
  color: #004AAD !important;
}
.swell-block-columns .swell-block-column.p-thanks__hours {
  align-self: flex-end;
  padding: 8px 20px !important;
  font-weight: 700 !important;
  margin: 0 0 18px !important;
  background-color: #004AAD;
  color: #fff;
  width: fit-content !important;
}
@media screen and (max-width: 600px){
  .swell-block-columns .swell-block-column.p-thanks__hours{
    margin: 0 auto 15px !important;
  }
}

/* ============================================
メリットセクション
============================================ */

.l-merit-section {
  counter-reset: merit-count;
}

.c-merit-item {
  position: relative;
  background: #ffffff;
  border: 1px solid #e2eefa;
  padding: 85px 30px 40px !important;
  box-shadow: 0 10px 30px rgba(0, 74, 173, 0.04);
  counter-increment: merit-count;
  overflow: visible;
  display: block;
}

.c-merit-item::after {
  content: counter(merit-count, decimal-leading-zero);
  position: absolute;
  bottom: 0px;
  right: 0px;
  font-size: 140px;
  font-weight: 900;
  color: rgba(0, 74, 173, 0.05);
  line-height: 1;
  z-index: 0;
  pointer-events: none;
}

.c-merit-item__ttl {
  position: absolute !important;
  top: 20px;
  left: 25px;
  font-weight: 800 !important;
  padding: 10px 22px !important;
  margin: 0 !important;
  border: 2px solid #004AAD !important;
  z-index: 2;
  border-radius: 30px !important;
  display: inline-block;
  overflow: visible !important;
}

.c-merit-item__ttl::after {
  content: "" !important;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid !important;
  border-width: 10px 10px 0 10px !important;
  border-color: #004AAD transparent transparent transparent !important;
}

/* ============================================
価格表カスタマイズ
============================================ */
.c-price-table {
  border-collapse: collapse;
  --swl-cell1-width: 68% !important;
}
.c-price-table table {
  border: 1px solid #e2e8f0 !important;
  border-radius: 0 !important;
  overflow: hidden;
}
.c-price-table thead th {
  font-weight: 700 !important;
  border: none !important;
  font-size: 1.5em;
  text-align: center !important;
}
@media print, screen and (max-width: 600px){
  .c-price-table thead th{
    font-size: 1em !important;
  }
}

.c-price-table tbody tr:nth-child(even) {
  background-color: #f8fafc;
}

.c-price-table tbody td:last-child {
  font-weight: 800 !important;
  font-size: 1.8rem !important;
  text-align: right !important;
}
.c-price-table .unit {
  font-size: 1rem !important;
  font-weight: 700 !important;
}
/* ============================================
左右に伸びる線の見出し
============================================ */

.c-title__sidelines {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 20px !important;
  width: 100% !important;
  text-align: center !important;
  border: none !important;
  background: none !important;
  font-weight: 800 !important;
}
.c-title__sidelines::before,
.c-title__sidelines::after {
  content: "" !important;
  flex-grow: 1 !important;
  height: 2px !important;
  background-color: #1a1a1a !important;
  display: block !important;
  position: static !important;
}
.c-title__sidelines--inner{
  display: block !important;
}
@media screen and (max-width: 600px) {
  .c-title__sidelines {
    gap: 12px !important;
  }
  .c-title__sidelines {
    padding-left: 5%;
    padding-right: 5%;
  }
}


.c-grad-subtitle{
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: #004AAD !important;
  margin-bottom: 5px !important;
}
.c-grad-subtitle::before,
.c-grad-subtitle::after {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #004AAD;
}

@media screen and (max-width: 600px) {
  .c-grad-subtitle {
    gap: 10px;
  }
  .c-grad-subtitle::before,
  .c-grad-subtitle::after {
    width: 15px;
  }
}
/* ============================================
被災地支援記録の画像
============================================ */
.c-support-card {
  position: relative;
  background: #fff;
  padding: 10px !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.c-support-card:nth-child(2),
.c-support-card:nth-child(4),
.c-support-card:nth-child(7),
.c-support-card:nth-child(9)  {
  transform: translateY(30px);
}

.c-support-card:nth-child(1),
.c-support-card:nth-child(3),
.c-support-card:nth-child(5),
.c-support-card:nth-child(6),
.c-support-card:nth-child(8),
.c-support-card:nth-child(10){
  transform: translateY(0px);
}
@media screen and (max-width: 600px){
  .c-support-card:nth-child(2),
  .c-support-card:nth-child(4),
  .c-support-card:nth-child(7),
  .c-support-card:nth-child(9){
    transform: translateY(0px);
  }
}

/* ============================================
素材紹介
============================================ */
.l-material-list {
  counter-reset: mat-num;
}
.c-material-item {
  position: relative;
  padding: 15px 10px 10px 10px !important;
  border: 1px solid #004AAD;
}
.c-material-header {
  gap: 10px !important;
  position: relative;
  padding-left: 15px !important;
  border-bottom: 1px solid rgba(0, 74, 173, 0.2);
}
.c-material-header::before {
  counter-increment: mat-num;
  content: counter(mat-num, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: -35px;
  font-family: 'OswaldLocal';
  font-weight: 700;
  font-size: 50px;
  color: #004AAD;
  opacity: 0.1;
  z-index: 0;
}

.c-cta__wrapper .c-index_linefukidashi_theme_small.is-style-section_ttl::before,
.c-cta__wrapper .c-index_linefukidashi_theme_small.is-style-section_ttl::after{
  width: 30px !important;
  height: 45px !important;
}
.c-cta__wrapper .c-index_linefukidashi_theme_small.is-style-section_ttl::before{
  left: -30px !important;
}
.c-cta__wrapper .c-index_linefukidashi_theme_small.is-style-section_ttl::after{
  right: -30px !important;
}

.c-bubble-container{
  gap: 15px !important;
}
@media screen and (max-width: 600px){
  .c-bubble-container{
    justify-content: center !important;
  }
}
.c-quote-bubble {
  position: relative;
  background-color: #e0e7ff;
  color: #004AAD !important;
  padding: .5em 1.5em !important;
  border-radius: 50px;
  margin: 0 !important;
  display: inline-block;
}
.c-quote-bubble::after {
  content: "";
  position: absolute;
  bottom: -.5em;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #e0e7ff transparent transparent transparent;
}
@media screen and (max-width: 600px) {
  .c-quote-bubble::after {
    bottom: -.6em;
  }
}


/* ============================================
原因カード
============================================ */
.c-cause-card {
  display: flex !important;
  flex-direction: column;
  padding: 0 !important;
  border: 1px solid #004AAD;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.c-cause-card__header {
  font-weight: 700 !important;
  text-align: center;
  padding: 10px 5px !important;
  margin: 0 !important;
}

.c-cause-card .wp-block-image {
  margin: 10px 15px 0 !important;
}
.c-cause-card .wp-block-image img {
  border-radius: 4px;
}
.c-cause-card__desc {
  line-height: 1.6 !important;
  padding: 10px 15px !important;
  margin: 0 !important;
  flex-grow: 1;
}

/* ============================================
ポイント見出し
============================================ */
.c-point-title {
  display: flex !important;
  align-items: baseline !important;
  gap: 15px !important;
  font-weight: 700 !important;
  padding: 0 0 15px 0 !important;
  border: none !important;
  background: none !important;
  position: relative !important;
}
@media screen and (max-width: 600px){
  .c-point-title{
    flex-wrap: wrap;
    gap: 5px !important;
  }
}
.c-point-title::before {
  content: "" !important;
  position: absolute;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 1px !important;
  background: #888 !important;
}

.c-point-title::after {
  content: "" !important;
  position: absolute;
  bottom: 0 !important;
  left: 0 !important;
  width: 60px !important;
  height: 4px !important;
  background: #004AAD !important;
}

.c-point-title .point {
  font-family: 'Ozwaldlocal', sans-serif;
  font-size: 1.2em !important;
  font-weight: 900 !important;
  color: #004AAD !important;
}

/* ============================================
当社について：代表の写真の位置調整
============================================ */
@media screen and (max-width: 600px) {
  .c-president-columns > .swell-block-columns__inner {
    display: flex !important;
    flex-direction: column !important;
    margin: 0 auto;
  }

  .c-president-txt-col {
    display: contents !important;
  }

  .c-president-title {
    order: 1 !important;
    text-align: center !important;
  }

  .c-president-img-col {
    order: 2 !important;
    margin-left: 0 !important;
  }

  .c-president-msg {
    order: 3 !important;
    margin-top: 1em !important;
  }
}


/* ============================================
診断結果レポートカード
============================================ */
.c-report-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  padding-bottom: 1.5em !important;
}
.c-report-header {
  background-color: #004AAD !important;
  color: #ffffff !important;
  text-align: center;
  padding: 12px 10px !important;
}
.c-report-card > *:not(.c-report-header) {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.c-report-title span {
  display: inline !important;
  font-weight: 800 !important;
  padding: 0 !important;
  border: none !important;
  background: linear-gradient(transparent 70%, rgba(0, 74, 173, 0.2) 70%) !important;
  -webkit-box-decoration-break: clone !important;
  box-decoration-break: clone !important;
}

.c-report-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.c-report-tags > * {
  font-weight: 700 !important;
  color: #d90002 !important;
  background: #fff5f5 !important;
  border: 1px solid #feb2b2;
  padding: 4px 12px !important;
  border-radius: 4px;
  margin: 0 !important;
}

.c-report-link {
  margin-top: auto !important;
  padding-bottom: 25px !important;
}

.c-report-link a {
  font-weight: 700;
  color: #004AAD !important;
  text-decoration: none !important;
  transition: opacity 0.3s;
}

.c-report-link a:hover {
  opacity: 0.7;
}

/* --- レスポンシブ --- */
@media screen and (max-width: 600px) {
  .c-report-card > *:not(.c-report-header) {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.c-recommend-ttl{
  border: 1px solid #fff !important;
  padding: .5em !important;
  background-color: #fff !important;
  border-top: #004AAD 3px solid !important;
}
.c-recommend-img {
  width: 180px !important;
  height: 180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}



/* ============================================
共通パーツ：CTA
============================================ */
.c-contact-cta {
  position: relative;
}
@media print, screen and (min-width: 1280px) {
  .c-contact-cta::before {
    position: absolute;
    content: "" !important;
    bottom: -10px !important;
    left: -40px !important;
    width: 215px !important;
    height: 391px !important;
    background: url(images/cta_contact_img_01.png) no-repeat center center / cover;
  }
}
@media print, screen and (min-width: 1280px) {
  .c-contact-cta::after {
    position: absolute;
    content: "" !important;
    bottom: -44px !important;
    right: -117px !important;
    width: 394px !important;
    height: 458px !important;
    background: url(images/cta_contact_img_02.png) no-repeat center center / cover;
    z-index: -1 !important;
  }
}

/* ============================================
スタッフ紹介
============================================ */
.p-staff-wrapper .swell-block-columns__inner{
  justify-content: center;
}
.p-staff-img {
    border-radius: 50% !important;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    padding: 6px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    transition: border-color 0.3s ease;
    width: 70% !important;
    margin: 0 auto !important;
}
@media print, screen and (max-width: 600px) {
  .p-staff-img{
    width: 100% !important;
  }
}

.p-staff-name {
    font-weight: 700 !important;
    border: none !important;
    margin-top: 1em !important;
}

.p-staff-position {
    font-weight: 500;
    color: #666 !important;
}
.p-staff-text {
  padding-top: 15px;
  position: relative;
}
.p-staff-text::before{
  width: 70%;
  height: 2px;
  content: "" !important;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  background-color: #144ebf;
}
