@charset "UTF-8";
/* Style for (is_post_type_archive('expert') || is_singular('expert') || is_page('result')) */


/* 専門家カード */
/* カード間余白 */
.section-expert .item-expert+.item-expert {
  margin-bottom: 50px;
}
@media (max-width: 768.98px) {
  .section-expert .item-expert+.item-expert {
    margin-bottom: 40px;
  }
}
.section-expert .item-expert .title {
  background: #fff;
  padding: 13px 40px 14px;
  border-bottom: 2px solid #e2e2e2;
  margin-bottom: 0;
}

.section-expert .item-expert .title span {
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  color: #066B8A;
  line-height: 1.1;
  margin-left: 35px;
  border-bottom: 0;
}

.section-expert .item-expert .title span:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -31px;
  width: 23px;
  height: 31px;
  background: url("../img/section/experts-list/book-card-title.svg") no-repeat center center/100%;
}

.section-expert .item-expert .expert-container .content-expert {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.section-expert .item-expert .expert-container .content-expert .feature {
  width: 200px;
  margin-right: 23px;
  font-size: 0;
}

.section-expert .item-expert .expert-container .content-expert .info-container .address {
  font-size: 16px;
  color: #CE0C00;
  padding-left: 24px;
  background: url("../img/common/mark.svg") no-repeat left center;
  background-size: 17px 20px;
  margin-bottom: 4px;
  line-height: 1.6;
}

@media (max-width: 768.98px) {
  .section-expert .item-expert .title {
    font-size: 3.2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 11.7333333333vw;
    padding: 2.1333333333vw 2.6666666667vw 1.3333333333vw;
  }

  .section-expert .item-expert .title span {
    font-size: 4.266667vw;
    border-bottom: 0;
    margin-left: 7.2vw;
    display: block;
    line-height: 1.2;
  }

  .section-expert .item-expert .title span:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -6.4vw;
    width: 4.3466667vw;
    height: 6.1333333333vw;
  }

  .section-expert .item-expert .expert-container .content-expert .feature {
    width: 34.1333333333vw;
    margin-right: 1.0666666667vw;
  }

  .section-expert .item-expert .body .content-expert {
    /* override */
    flex-direction: row;
  }

  .section-expert .item-expert .expert-container .content-expert .info-container .address {
    padding-left: 4.5333333333vw;
    font-size: 2.6666666667vw;
    background-size: 3.2vw 3.7333333333vw;
    margin-left: 0.8vw;
  }
}



.section-expert .item-expert .expert-container {
  padding-bottom: 19px;
}

@media screen and (max-width: 768.98px) {
  .section-expert .item-expert .expert-container {
    padding-bottom: 4vw;
  }
}

.section-expert .item-expert .expert-container .expert-link-detail {
  display: block;
  position: relative;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  background: url("../img/section/experts-list/arrow.svg") no-repeat right 13px top 56.5%;
  background-size: 13px 27px;
  margin-bottom: 7px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.section-expert .item-expert .expert-container .expert-link-detail:focus {
  background: url("../img/section/experts-list/arrow.svg") no-repeat right 13px top 56.5% !important;
  background-size: 13px 27px !important;
}

@media screen and (max-width: 768.98px) {
  .section-expert .item-expert .expert-container .expert-link-detail {
    padding-top: 2.6666666667vw;
    padding-left: 2.1333333333vw;
    padding-right: 4vw;
    background: url("../img/section/experts-list/arrow.svg") no-repeat right 1.8666666667vw top 49.5%;
    background-size: 1.3333333333vw 4vw;
    margin-bottom: 2.4vw;
  }

  .section-expert .item-expert .expert-container .expert-link-detail:focus {
    background: url("../img/section/experts-list/arrow.svg") no-repeat right 1.8666666667vw top 49.5% !important;
    background-size: 1.3333333333vw 4vw !important;
  }
}

.section-expert .item-expert .expert-container .content-expert .feature {
  width: 200px;
  margin-right: 23px;
  font-size: 0;
}

@media screen and (max-width: 768.98px) {
  .section-expert .item-expert .expert-container .content-expert .feature {
    width: 34.1333333333vw;
    margin-right: 1.0666666667vw;
  }
}

.section-expert .item-expert .expert-container .content-expert .feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-expert .item-expert .expert-container .content-expert .info-container {
  margin-top: 1px;
  width: calc(100% - 225px);
}

@media screen and (max-width: 768.98px) {
  .section-expert .item-expert .expert-container .content-expert .info-container {
    width: calc(100% - 35.7333333333vw);
    margin-top: 0.5333333333vw;
  }
}

.section-expert .item-expert .expert-container .content-expert .info-container .address {
  font-size: 16px;
  color: #CE0C00;
  padding-left: 24px;
  background: url("../img/common/mark.svg") no-repeat left center;
  background-size: 17px 20px;
  margin-bottom: 5px;
}

@media screen and (max-width: 768.98px) {
  .section-expert .item-expert .expert-container .content-expert .info-container .address {
    padding-left: 4.5333333333vw;
    font-size: 2.6666666667vw;
    background-size: 3.2vw 3.7333333333vw;
    margin-left: 0.8vw;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

.section-expert .item-expert .expert-container .content-expert .info-container .info {
  font-size: 16px;
  color: #5a5351;
  line-height: 1.4;
  margin-bottom: 0;
}

@media screen and (max-width: 768.98px) {
  .section-expert .item-expert .expert-container .content-expert .info-container .info {
    font-size: 2.6666666667vw;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
}

/* チェックマークリスト */
.criteria {
  margin-bottom: 20px;
}

@media screen and (max-width: 768.98px) {
  .criteria {
    margin-bottom: 5.3333333vw;
  }
}

/* カテゴリー */
.contact-container .cate {
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (max-width: 768.98px) {
  .contact-container .cate {
    margin-bottom: 5.3333333vw;
  }
}

.contact-container .cate span {
  color: #777;
  border: 1px solid #777;
  border-radius: 4px;
  padding: 2px 14px 2px 13px;
  font-size: 10px;
  display: inline-block;
  margin-right: 1px;
  background: #FFF;
}

@media screen and (max-width: 768.98px) {
  .contact-container .cate span {
    border-radius: 1.0666666667vw;
    font-size: 2.6666666667vw;
    padding: 0.5333333333vw 2.7vw;
    margin-bottom: 3px;
  }
}

.section-expert .item-expert .expert-container .contact-container {
  background-color: #fffceb;
  padding: 8px;
  max-width: 920px;
  margin-inline: auto;
  border-radius: 4px;
}

@media screen and (max-width: 768.98px) {
  .section-expert .item-expert .expert-container .contact-container-wrap {
    padding-left: 2.1333333333vw;
    padding-right: 4vw;

  }

  .section-expert .item-expert .expert-container .contact-container {
    padding: 2.1333333333vw;
  }
}

.section-expert .item-expert .expert-container .show-more-container .show-more-btn {
  text-align: center;
  display: block;
  font-size: 16px;
}

@media screen and (max-width: 768.98px) {
  .section-expert .item-expert .expert-container .show-more-container .show-more-btn {
    font-size: 3.2vw;
  }

  .section-expert .item-expert .expert-container .show-more-container .show-more-btn:hover {
    opacity: 1;
  }
}

.section-expert .item-expert .expert-container .show-more-container .show-more-btn.show-case span .show {
  display: block;
}

.section-expert .item-expert .expert-container .show-more-container .show-more-btn.show-case span .hide {
  display: none;
}

.section-expert .item-expert .expert-container .show-more-container .show-more-btn.show-case span:after {
  background-image: url("../img/section/experts-list/arrow-up.svg");
}

@media screen and (max-width: 768.98px) {
  .section-expert .item-expert .expert-container .show-more-container .show-more-btn.show-case span:after {
    top: 0.8vw;
  }
}

.section-expert .item-expert .expert-container .case-container {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
}
/* 開閉アニメーション用 */
.case-container {
  overflow: hidden;
  transition: height 0.2s ease-out;
  height: 0; /* 初期状態で高さを0に設定 */
}

@media screen and (max-width: 768.98px) {
  .section-expert .item-expert .expert-container .case-container {
    padding-top: 1.8666666667vw;
    padding-left: 2.1333333333vw;
    padding-right: 2.1333333333vw;
  }
}

.section-expert .item-expert .expert-container .case-container .case-label {
  font-size: 14px;
  color: #5DA6BD;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 768.98px) {
  .section-expert .item-expert .expert-container .case-container .list-case-study {
    margin-top: 0;
    margin-bottom: 2.4vw;
  }
}

.section-expert .item-expert .expert-container .case-container .list-case-study li {
  list-style: none;
  margin-bottom: 10px;
}

@media screen and (max-width: 768.98px) {
  .section-expert .item-expert .expert-container .case-container .list-case-study li {
    margin-bottom: 1.0666666667vw;
  }
}

.section-expert .item-expert .expert-container .case-container .list-case-study li a {
  display: block;
}

@media screen and (max-width: 768.98px) {
  .section-expert .item-expert .expert-container .case-container .list-case-study li a:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 768.98px) {
  .section-expert .item-expert .expert-container .case-container .list-case-study li a {
    padding: 0;
    border-radius: 1.0666666667vw;
  }
}

.section-expert .item-expert .expert-container .case-container .list-case-study li .card-header {
  margin-bottom: 0;
}

@media screen and (max-width: 768.98px) {
  .section-expert .item-expert .expert-container .case-container .list-case-study li .card-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.section-expert .item-expert .expert-container .case-container .list-case-study li .card-header .card-thumbnail {
  background: linear-gradient(90deg, #BCBCBC 0.32%, #EAEAEA 99.51%);
  padding: 8px;
  display: grid;
  place-items: center;
}

@media screen and (max-width: 768.98px) {
  .section-expert .item-expert .expert-container .case-container .list-case-study li .card-header .card-thumbnail {
    padding: 0.8vw 1.0666666667vw 0.8vw 0.8vw;
    width: 30.9333333333vw;
  }
}

.section-expert .item-expert .expert-container .case-container .list-case-study li .card-header .card-thumbnail img {
  border-radius: 4px;
}

@media screen and (max-width: 768.98px) {
  .section-expert .item-expert .expert-container .case-container .list-case-study li .card-header .card-thumbnail img {
    border-radius: 0.5333333333vw;
  }
}

@media screen and (max-width: 768.98px) {
  .section-expert .item-expert .expert-container .case-container .list-case-study li .card-header .card-content {
    width: calc(100% - 31.4666666667vw);
    margin-bottom: 0;
    padding-left: 1.8666666667vw;
    padding-right: 1.3333333333vw;
  }
}

@media screen and (max-width: 768.98px) {
  .section-expert .item-expert .expert-container .case-container .list-case-study li .card-header .card-content .card-name {
    display: none;
  }
}

@media screen and (max-width: 768.98px) {
  .section-expert .item-expert .expert-container .case-container .list-case-study li .card-header .card-content .card-description {
    font-size: 3.2vw;
    font-weight: bold;
    color: #5a5351;
    margin-bottom: 1.0666666667vw;
    line-height: 1.2;
  }
}

.section-expert .item-expert .expert-container .case-container .list-case-study li .card-header .card-content .card-office-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768.98px) {
  .section-expert .item-expert .expert-container .case-container .list-case-study li .card-header .card-content .card-office-container {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 3.2vw;
  }
}

@media screen and (max-width: 768.98px) {
  .section-expert .item-expert .expert-container .case-container .list-case-study li .card-header .card-content .card-office-container .office-date {
    display: none;
  }
}

.section-expert .item-expert .expert-container .case-container .list-case-study li .card-header .card-content .card-office-container .office-date .office {
  display: inline-block;
  font-size: 12px;
  background-color: #E0F3FF;
  padding: 4px 14px;
  color: #222;
  border-radius: 4px;
  letter-spacing: 0.08rem;
}

.section-expert .item-expert .expert-container .case-container .list-case-study li .card-header .card-content .card-office-container .office-date .date {
  display: inline-block;
  font-size: 14px;
  color: #222;
  margin-left: 8px;
  letter-spacing: 0.08rem;
}

.section-expert .item-expert .expert-container .case-container .list-case-study li .card-header .card-content .card-office-container .link {
  font-size: 10px;
  font-weight: 500;
  color: #CE0C00;
  line-height: 1.2;
  letter-spacing: 0.03rem;
  background: url("../img/common/angle-right-2.svg") no-repeat right center;
  padding-right: 6px;
  margin-bottom: 0;
}

@media screen and (max-width: 768.98px) {
  .section-expert .item-expert .expert-container .case-container .list-case-study li .card-header .card-content .card-office-container .link {
    font-size: 2.6666666667vw;
    padding-right: 2.6666666667vw;
    letter-spacing: 0;
    background-size: 1.3333333333vw 1.8666666667vw;
  }
}

.section-expert .item-expert .expert-container .case-container .case-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  
}

@media screen and (max-width: 768.98px) {
  .section-expert .item-expert .expert-container .case-container .case-info {
    display: block;
  }
}

.section-expert .item-expert .expert-container .case-container .case-info table {
  width: 54%;
  margin-bottom: 0;
}

@media screen and (max-width: 768.98px) {
  .section-expert .item-expert .expert-container .case-container .case-info table {
    width: 100%;
  }
}

.section-expert .item-expert .expert-container .case-container .case-info table tr td {
  border: 1px solid #B5DBF2;
  color: #222;
  padding: 8px 20px;
  font-size: 12px;
}

@media screen and (max-width: 768.98px) {
  .section-expert .item-expert .expert-container .case-container .case-info table tr td {
    padding-left: 5.3333333333vw;
    font-size: 3.2vw;
  }
}

.section-expert .item-expert .expert-container .case-container .case-info table tr td:first-child {
  width: 127px;
  background-color: #EFF9FF;
}

@media screen and (max-width: 768.98px) {
  .section-expert .item-expert .expert-container .case-container .case-info table tr td:first-child {
    width: 33.8666666667vw;
  }
}

.section-expert .item-expert .expert-container .case-container .case-info .text {
  width: 54%;
  color: #5a5351;
  font-size: 14px;
}

@media screen and (max-width: 768.98px) {
  .section-expert .item-expert .expert-container .case-container .case-info .text {
    width: 100%;
    font-size: 2.6666666667vw;
    margin-top: 2.4vw;
    line-height: 1.3;
  }
}

/* check lists */
.criteria li {
  list-style: none;
  padding-left: 20px;
  color: #222;
  font-size: 14px;
  background: url("../img/common/check-red.svg") no-repeat left top 3px;
  background-size: 14px 10px;
  margin-bottom: 8px;
}

@media screen and (max-width: 768.98px) {
  .criteria li {
    font-size: 3.7333333333vw;
    background: url("../img/common/check-red.svg") no-repeat left top 0.8vw;
    background-size: 3.7333333333vw 2.6666666667vw;
    padding-left: 5.3333333333vw;
    margin-bottom: 2.1333333333vw;
  }
  .criteria li:last-child{
    margin-bottom: 1.0666667vw;
  }
}

.cta-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 877px;
  margin-left: auto;
  margin-right: auto;
}

.cta-container .advise {
  font-size: min(3.7333333333vw, 14px);
  color: #CE0C00;
  font-weight: bold;
  width: 100%;
  margin-bottom: 8px;
  line-height: 1.2;
}

/* .cta-container object{
  max-width: 436.5px;
  width: 100%;
} */
.btn-tel-expert a{
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.btn-contact-expert a{
  color: #fff;
}
.btn-tel-expert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 436.5px;
  min-height: 65px;
  text-align: center;
  background: #67C700;
  color: #fff;
  border-radius: 4px;
  border: none;
  text-decoration: none;
  -webkit-box-shadow: 0 4px 0 0 #59AD00;
  box-shadow: 0 4px 0 0 #59AD00;
  margin-right: 3px;
  padding-top: 2px;
  pointer-events: none;
  overflow: hidden;
}
.btn-tel-expert a[href*="tel:"]{
  pointer-events: none;
}
@media (max-width:768.98px){
  .btn-tel-expert a[href*="tel:"]{
    pointer-events: all;
  }
}

.btn-contact-expert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 436.5px;
  min-height: 65px;
  background: #F49B16;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 4px;
  border: none;
  text-decoration: none;
  -webkit-box-shadow: 0 4px 0 #DE8908;
  box-shadow: 0 4px 0 #DE8908;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}



@media (max-width:768.98px) {
  .btn-tel-expert {
    flex-basis: 50%;
    min-height: 11.7333333333vw;
    border-radius: 1.0666666667vw;
    -webkit-box-shadow: 0 1.0666666667vw 0 #59AD00;
    box-shadow: 0 1.0666666667vw 0 #59AD00;
    /* margin-right: 1.0666666667vw; */
    margin-bottom: 5.3333333333vw;
    pointer-events: all;
    cursor: pointer;
  }
  
  .btn-contact-expert {
    flex-basis: calc(50% - 1.0666666667vw);
    min-height: 11.7333333333vw;
    border-radius: 1.0666666667vw;
    -webkit-box-shadow: 0 1.0666666667vw 0 #DE8908;
    box-shadow: 0 1.0666666667vw 0 #DE8908;
  }
  .cta-container.--time-close .btn-contact-expert {
    flex-basis: auto;
  }
  
}

.cta-container .time-works {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 8px;
  color: #fff;
  text-align: center;
  background-color: #CE0C00;
  font-weight: 500;
  width: 100%;
  margin-inline: auto;
  border-radius: 4px;
  line-height: 1.2;
  padding-block: 4px;
  letter-spacing: 0.02rem;
}
:where(.item-expert) .cta-container .time-works {
  width: 100%;
  max-width: 877px;
}
@media (max-width:768.98px) {
  .cta-container .time-works {
    font-size: 2.6666666667vw;
    padding-left: 0.5333333333vw;
    padding-right: 0.5333333333vw;
    letter-spacing: -0.001rem;
    margin-top: 2.1333333333vw;
    border-radius: 1.0666666667vw;
    width: 100%;
  }
}

.btn-tel-expert .tel {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  background: url("../img/common/tel.svg") no-repeat left center/24px;
  padding-left: 24px;
  letter-spacing: 0.03rem;
}

.btn-contact-expert .mail {
  display: inline-block;
  background: url("../img/common/mail.svg") no-repeat left center/24px;
  padding-left: 24px;
  font-size: 24px;
}
.cta-container.--time-close .btn-contact-expert {
  max-width: 99%;
}
.btn-tel-expert .tel.--number {
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 0;
}
@media (max-width:768.98px) {
  .btn-tel-expert .tel {
    line-height: 2;
    font-size: 3.2vw;
    background-size: 5.6vw;
    padding-left: 6.4vw;
    font-weight: 500;
  }

  .btn-contact-expert .mail {
    font-size: 3.2vw;
    font-weight: 500;
    background-size: 4.8vw;
    padding-left: 4.8vw;
  }
}

.section-expert .item-expert :where(.tel, .mail) {
  line-height: 2;
}

/* PCのみ */
@media (min-width: 769px) {
  :where(.section-expert,.section-cta) .btn-tel-expert .tel.--text {
    display: none;
  }
  :where(.section-expert,.section-cta) .btn-tel-expert {
    background: #fff;
    border-radius: 0;
  }
  .btn-tel-expert {
    box-shadow: 0 4px 0 0 #59AD00;
  }
  .btn-tel-expert .tel {
    color: #67C700;
    display: flex;
    align-items: center;
  }
  .btn-tel-expert .tel::before {
    content: '';
    width: 24px;
    height: 24px;
    background: #67C700;
    -webkit-mask-image: url("../img/common/tel.svg");
    mask-image: url("../img/common/tel.svg");
    mask-repeat: no-repeat;
    mask-position: left center;
    mask-size: 24px;
  }
}
@media (max-width: 768.98px) {
  :where(.section-expert,.section-cta) .btn-tel-expert .tel.--number {
    display: none;
  }
}

/* 詳しくみるボタン */
.section-expert .item-expert .expert-container .show-more-container .show-more-btn {
  text-align: center;
  display: block;
  margin-top: 8px;
}
@media screen and (max-width: 768.98px) {
  .section-expert .item-expert .expert-container .show-more-container .show-more-btn {
    font-size: 3.2vw;
  }
  .section-expert .item-expert .expert-container .show-more-container .show-more-btn:hover {
    opacity: 1;
  }
}
.section-expert .item-expert .expert-container .show-more-container .show-more-btn span {
  position: relative;
  display: inline-block;
  color: #222;
  padding-right: 20px;
  font-weight: bold;
  font-size: 12px;
}
@media screen and (max-width: 768.98px) {
  .section-expert .item-expert .expert-container .show-more-container .show-more-btn span {
    padding-right: 4.8vw;
  }
}
.section-expert .item-expert .expert-container .show-more-container .show-more-btn span .show {
  display: none;
}
.section-expert .item-expert .expert-container .show-more-container .show-more-btn span .hide {
  display: block;
}
.section-expert .item-expert .expert-container .show-more-container .show-more-btn span:after {
  content: "";
  position: absolute;
  background: url("../img/section/experts-list/arrow-down.svg") no-repeat;
  background-size: 100%;
  width: 14px;
  height: 14px;
  right: 0;
  top: 0.2px;
  transition: all 0.2s;
}
/* アコーディオンが開いている時の矢印スタイル */
.section-expert .item-expert .expert-container .show-more-container.active .show-more-btn span:after {
  background: url("../img/section/experts-list/arrow-up.svg") no-repeat;
  
}
@media screen and (max-width: 768.98px) {
  .section-expert .item-expert .expert-container .show-more-container .show-more-btn span:after {
    top: 1.8666666667vw;
    top: 0;
    width: 3.73333vw;
    height: 3.73333vw;
  }
}
.section-expert .item-expert .expert-container .show-more-container .show-more-btn.show-case span .show {
  display: block;
}
.section-expert .item-expert .expert-container .show-more-container .show-more-btn.show-case span .hide {
  display: none;
}
.section-expert .item-expert .expert-container .show-more-container .show-more-btn.show-case span:after {
  top: 8px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 768.98px) {
  .section-expert .item-expert .expert-container .show-more-container .show-more-btn.show-case span:after {
    top: 1.6vw;
  }
}


.card-case-study {
  display: block;
  width: 100%;
  color: #5a5351;
  border-radius: 8px;
  border: 1px solid #eaeaea;
  background-color: #fff;
  text-decoration: none;
  overflow: hidden;
}
@media screen and (max-width: 768.98px) {
  .card-case-study {
    padding: 3.4666666667vw 3.7333333333vw 2.9333333333vw;
    border-radius: 2.1333333333vw;
    border: 0.5333333333vw solid #e2e2e2;
  }
}
.card-case-study .card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7px;
}
.card-case-study .card-header .card-thumbnail {
  width: 248px;
  font-size: 0;
}
@media screen and (max-width: 768.98px) {
  .card-case-study .card-header .card-thumbnail {
    width: 100%;
    padding: 0 4px;
  }
}
.card-case-study .card-header .card-content {
  width: calc(100% - 248px);
  padding: 10px 16px;
}
@media screen and (max-width: 768.98px) {
  .card-case-study .card-header .card-content {
    width: 100%;
    padding: 0;
    margin-bottom: 1.8666666667vw;
  }
}
.card-case-study .card-header .card-content .card-name {
  color: #5a5351;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  border-bottom: 1px solid #BB271A;
  margin-bottom: 10px;
}
@media screen and (max-width: 768.98px) {
  .card-case-study .card-header .card-content .card-name {
    font-size: 4.2666666667vw;
    padding-bottom: 0.5333333333vw;
  }
}
.card-case-study .card-header .card-content .card-description {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: rgba(34, 34, 34, 0.6);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media screen and (max-width: 768.98px) {
  .card-case-study .card-header .card-content .card-description {
    font-size: 3.7333333333vw;
    margin-bottom: 2.9333333333vw;
  }
}
.card-case-study .card-header .card-content .card-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 768.98px) {
  .card-case-study .card-header .card-content .card-tags {
    gap: 1.3333333333vw;
  }
}
.card-case-study .card-header .card-content .card-tags .item-tag {
  font-size: 10px;
  color: #222;
  line-height: 1.2;
  border-radius: 4px;
  border: 1px solid #e2e7f1;
  background-color: #fff;
  padding: 3px 7px;
  margin-bottom: 0;
}
@media screen and (max-width: 768.98px) {
  .card-case-study .card-header .card-content .card-tags .item-tag {
    font-size: 2.6666666667vw;
    border-radius: 1.0666666667vw;
    border-width: 0.2666666667vw;
    padding: 0.8vw 1.8666666667vw;
  }
}
.card-case-study .card-footer {
  padding: 0 16px;
}
@media screen and (max-width: 768.98px) {
  .card-case-study .card-footer {
    padding: 0;
  }
}
.card-case-study .card-footer .card-office {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 16px 0;
}
@media screen and (max-width: 768.98px) {
  .card-case-study .card-footer .card-office {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.1333333333vw;
    border: 0;
    padding: 0;
  }
}
.card-case-study .card-footer .card-office .info-office {
  width: calc(100% - 172px);
}
@media screen and (max-width: 768.98px) {
  .card-case-study .card-footer .card-office .info-office {
    width: 100%;
  }
}
.card-case-study .card-footer .card-office .info-office .name-office {
  color: #5a5351;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 7px;
}
@media screen and (max-width: 768.98px) {
  .card-case-study .card-footer .card-office .info-office .name-office {
    font-size: 4.2666666667vw;
  }
}
.card-case-study .card-footer .card-office .info-office .tags-office {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 768.98px) {
  .card-case-study .card-footer .card-office .info-office .tags-office {
    gap: 1.0666666667vw;
  }
}
.card-case-study .card-footer .card-office .info-office .tags-office .item-tag {
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #6e85b6;
  color: #fff;
  text-align: center;
  font-size: 10px;
  line-height: 1.2;
  margin-bottom: 0;
}
@media screen and (max-width: 768.98px) {
  .card-case-study .card-footer .card-office .info-office .tags-office .item-tag {
    padding: 1.0666666667vw 2.1333333333vw;
    border-radius: 1.0666666667vw;
    font-size: 2.6666666667vw;
  }
}
.card-case-study .card-footer .card-office .thumbnail-office {
  width: 164px;
  font-size: 0;
}
@media screen and (max-width: 768.98px) {
  .card-case-study .card-footer .card-office .thumbnail-office {
    width: 100%;
  }
}
.card-case-study .card-footer .card-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 7px 0 15px;
}
@media screen and (max-width: 768.98px) {
  .card-case-study .card-footer .card-link {
    padding: 1.8666666667vw 0 0;
  }
}
.card-case-study .card-footer .card-link .date {
  color: #222;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.088rem;
  margin-bottom: 0;
}
@media screen and (max-width: 768.98px) {
  .card-case-study .card-footer .card-link .date {
    font-size: 3.7333333333vw;
  }
}
.card-case-study .card-footer .card-link .link {
  color: #3661be;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.03rem;
  background: url("../img/common/angle-right-2.svg") no-repeat right center;
  padding-right: 6px;
  margin-bottom: 0;
}
@media screen and (max-width: 768.98px) {
  .card-case-study .card-footer .card-link .link {
    font-size: 2.6666666667vw;
    padding-right: 1.6vw;
    background-size: 1.3333333333vw 1.8666666667vw;
  }
}

.card-case-study-item {
  text-decoration: none;
  display: block;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.card-case-study-item:hover {
  opacity: 0.7;
}
.card-case-study-item .case-number {
  position: absolute;
  top: 4px;
  left: 4px;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  background: #3661be;
  padding: 0 9px 1px;
  border-radius: 4px;
  margin-bottom: 0;
}
@media screen and (max-width: 768.98px) {
  .card-case-study-item .case-number {
    top: 1.0666666667vw;
    left: 1.0666666667vw;
    font-size: 2.6666666667vw;
    padding: 0 1.6vw 0.2666666667vw;
    border-radius: 1.0666666667vw;
  }
}
.card-case-study-item .case-feature {
  text-align: center;
  font-size: 0;
}
.card-case-study-item .case-feature img {
  width: 100%;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768.98px) {
  .card-case-study-item .case-feature img {
    border-radius: 1.0666666667vw 1.0666666667vw 0 0;
    -webkit-box-shadow: 0 0.5333333333vw 1.0666666667vw rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.5333333333vw 1.0666666667vw rgba(0, 0, 0, 0.1);
  }
}
.card-case-study-item .case-body {
  padding: 9px 10px 8px;
  border-top: 0;
  background: #fff;
  border-radius: 0 0 8px 8px;
}
@media screen and (max-width: 768.98px) {
  .card-case-study-item .case-body {
    padding: 2.1333333333vw 2.6666666667vw 2.4vw;
    border-radius: 0 0 2.1333333333vw 2.1333333333vw;
  }
}
.card-case-study-item .case-title {
  font-size: 14px;
  font-weight: bold;
  color: #3661be;
  line-height: 1.43;
  margin-bottom: 3px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 768.98px) {
  .card-case-study-item .case-title {
    margin-bottom: 0.5333333333vw;
  }
}
.card-case-study-item .office {
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768.98px) {
  .card-case-study-item .office {
    margin-bottom: 2.1333333333vw;
  }
}
.card-case-study-item .office span {
  display: inline-block;
  font-size: 10px;
  color: #222;
  padding: 2px 8px 4px;
  border-radius: 4px;
  background-color: #eeeeed;
  text-align: center;
}
.card-case-study-item .case-link {
  font-size: 10px;
  font-weight: 500;
  color: #3661be;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 768.98px) {
  .card-case-study-item .case-link {
    font-size: 2.6666666667vw;
  }
}
.card-case-study-item .case-link:after {
  content: "";
  display: inline-block;
  vertical-align: 0;
  width: 5px;
  height: 8px;
  margin-left: 4px;
  background: url("../img/section/case-study/angle-red.svg") no-repeat right center/100%;
}
@media screen and (max-width: 768.98px) {
  .card-case-study-item .case-link:after {
    vertical-align: -0.2666666667vw;
    width: 1.3333333333vw;
    height: 2.1333333333vw;
    margin-left: 1.4666666667vw;
  }
}

.card-expert-recommend {
  display: block;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, right top, from(#ddba00), color-stop(50%, #ffedac), color-stop(60%, #a2804c), color-stop(80%, #ffedac), to(#a2804c));
  background-image: linear-gradient(to right, #ddba00 0%, #ffedac 50%, #a2804c 60%, #ffedac 80%, #a2804c 100%);
  padding: 3px;
  text-decoration: none;
}
.card-expert-recommend .card-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 768.98px) {
  .card-expert-recommend .card-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 4.2666666667vw 3.7333333333vw 4.5333333333vw;
  }
}
.card-expert-recommend .card-thumbnail {
  width: 260px;
  font-size: 0;
}
@media screen and (max-width: 768.98px) {
  .card-expert-recommend .card-thumbnail {
    width: 100%;
  }
}
.card-expert-recommend .card-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-expert-recommend .card-content {
  width: calc(100% - 260px);
  padding: 20px 24px;
}
@media screen and (max-width: 768.98px) {
  .card-expert-recommend .card-content {
    width: 100%;
    padding: 6.6666666667vw 0 0;
  }
}
.card-expert-recommend .card-content .card-title {
  color: #27468b;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  margin-bottom: 16px;
}
@media screen and (max-width: 768.98px) {
  .card-expert-recommend .card-content .card-title {
    font-size: 5.3333333333vw;
    margin-bottom: 4.2666666667vw;
  }
}
.card-expert-recommend .card-content .card-description {
  color: #444;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.02rem;
  margin-bottom: 0;
}
@media screen and (max-width: 768.98px) {
  .card-expert-recommend .card-content .card-description {
    font-size: 4.2666666667vw;
  }
}



/* single-expert */

.expert-detail-content {
  --wp--style--global--content-size: 900px;
}

@media (max-width: 768.98px) {
  .single-expert .section-expert-detail .container {
    padding-right: 3.7333333333vw;
    padding-left: 3.7333333333vw;
  }
}
  .single-expert .section-cta {
    background: #fffceb;
    padding: 60px 20px 80px;
    margin-bottom: 0;
    /* max-width: 920px; */
    
  }
@media (max-width:768.98px) {
  .single-expert .section-cta {
    padding-top: 6.4vw;
    padding-bottom: 8.5333333333vw;
    padding-left: 2.1333333333vw;
    padding-right: 2.1333333333vw;
  }
}
.single-expert .cta-container {
  max-width: 860px;
}
.single-expert .section-cta.--first {
  padding: 40px 20px 8px;
}
.single-expert .section-cta.--first:not(.full-wide) {
  padding-top: min(3.2vw, 20px);
}

@media (max-width: 768.98px) {
  .single-expert .section-cta.--first {
    padding: 3.2vw 2.1333333vw .533333vw;
  }
  .single-expert .section-cta.--first:has(.criteria) {
    padding-top: 8.53333vw;
  }
  .section-cta.--first.full-wide .criteria{
    padding-inline: 3.73333333vw;
  }
}
.single-expert .section-cta.--first .cate {
  margin-top: 20px;
  margin-bottom: 0px;
}
@media (max-width:768.98px) {
  .single-expert .section-cta.--first .cate {
    margin-top: 5.333333vw;
    margin-bottom: .5333333vw;
    text-align: center;
  }
}
.single-expert .section-cta.--first + .section-cta {
  padding-top: min(4.2666667vw, 20px);
  padding-bottom: min(8.53333vw, 40px);
  margin-top: 0;
}
.single-expert .section-cta.--first + .section-cta.full-wide {
  padding-top: min(1.6vw, 20px);
  padding-bottom: min(8.53333vw, 80px);
}
.contact-container-wrap {
  max-width: 900px;
  margin-inline: auto;
}
.single-expert .section-cta .advise {
  font-size: min(3.7333333333vw, 20px);
}
@media (max-width:768.98px) {
  .single-expert :is(.cta-container.--time-close .btn-contact-expert, .cta-container .time-works) {
    width: 100%;
  }
  .btn-container.--time-close .btn-contact-expert.btn-small {
    width: 100%;
    flex-basis: 100%;
  }
}
.single-expert .section-cta .btn-tel-expert {
  max-width: 428px;
  margin: 0;
  border-bottom: 0;
  display: flex;
}
.single-expert .section-cta .btn-contact-expert {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 428px;
  min-height: 65px;
  background: #F49B16;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 4px;
  border: none;
  text-decoration: none;
  box-shadow: 0 4px 0 #DE8908;
  overflow: hidden;
  margin-inline: 0;
  transition: all 0.3s;
}
@media (max-width:768.98px) {
  .single-expert .section-cta .btn-tel-expert {
    width: calc(50% - 0.5333333vw);
    flex-basis: unset;
  }
  .single-expert .section-cta .btn-contact-expert {
    width: calc(50% - 0.5333333vw);
    flex-basis: unset;
    min-height: 11.7333333333vw;
    margin-inline: 0;
    border-radius: 1.0666666667vw;
    box-shadow: 0 1.0666666667vw 0 #DE8908;
  }
}
.section-cta .cta-container.--time-close :is(.btn-tel-expert, .btn-contact-expert) {
  flex-basis: 100%;
  width: 100%;
  max-width: 100%;
}
.item-expert .cta-container.--time-close :is(.btn-tel-expert, .btn-contact-expert) {
  flex-basis: 100%;
  width: 100%;
  max-width: 877px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  :is(.item-expert, .section-cta) .cta-container :is(.btn-tel-expert, .btn-contact-expert) {
    flex-basis: calc(50% - 3px);
  }
  
}


/* 固定フッター */
.section-fixed-cta {
  width: 260px;
  border-radius: 4px;
  border: 1px solid #F49B16;
  background: rgba(255, 252, 235, 0.8);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  text-align: center;
  padding-top: 18px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  margin-bottom: 0;
  z-index: 99;
}
@media screen and (max-width: 768.98px) {
  .section-fixed-cta {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    border-radius: 0;
    border: 0;
    background: rgba(255, 252, 235, 0.5);
    padding: 2.6666666667vw 2.6666666667vw 3.4666666667vw;
  }
}
.section-fixed-cta .btn-close {
  position: absolute;
  right: -13px;
  top: -9px;
  font-size: 0;
  border-radius: 50%;
}
.section-fixed-cta .btn-close[role=button] {
  padding: initial;
  border: 0;
}
.section-fixed-cta .btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  margin-bottom: 11px;
}
@media screen and (max-width: 768.98px) {
  .section-fixed-cta .btn-container {
    gap: 1.0666666667vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768.98px) {
  .section-fixed-cta .btn-container .btn-tel-expert.btn-small .tel.pc {
    display: none;
  }
}
.section-fixed-cta .btn-container .btn-tel-expert.btn-small .tel.sp {
  display: none;
}
@media screen and (max-width: 768.98px) {
  .section-fixed-cta .btn-container .btn-tel-expert.btn-small .tel.sp {
    display: inline-block;
  }
}
.section-fixed-cta .time-work {
  overflow: hidden;
  color: #ce0c00;
  text-align: center;
  text-overflow: ellipsis;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  padding: 0 20px;
  margin-bottom: 0;
  display: block;
}
.section-fixed-cta .btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
  margin-bottom: 11px;
}
@media (max-width: 768.98px) {
  .section-fixed-cta .btn-container {
    gap: 1.0666666667vw;
    flex-direction: row-reverse;
    justify-content: center;
    margin-bottom: 0;
    width: 100%;
  }
}

.btn-contact-expert.btn-small {
  display: inline-flex;
  max-width: 207px;
  min-height: 41px;
  border: 2px solid #F49B16;
  background: #F49B16;
  line-height: 1.5;
  box-shadow: 0 4px 0 0 #DE8908;
  margin-bottom: 0;
}
@media (max-width: 768.98px) {
  .btn-contact-expert.btn-small {
    width: 100%;
    max-width: 100%;
    min-height: 11.7333333333vw;
    margin: 0;
    height: auto;
  }
}
.btn-tel-expert.btn-small {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 207px;
  min-height: 41px;
  border: 2px solid #67C700;
  background: #67C700;
  line-height: 1.5;
  box-shadow: 0 4px 0 0 #59AD00;
  margin-right: 0;
  font-family: "Noto Sans JP", sans-serif
}
@media (max-width: 768.98px) {
  .btn-tel-expert.btn-small {
    width: 100%;
    max-width: 100%;
    min-height: 11.7333333333vw;
    margin: 0;
  }
}
.btn-contact-expert.btn-small .mail {
  font-size: 12px;
  background: url("../img/common/mail.svg") no-repeat left center/18px;
}
@media screen and (max-width: 768.98px) {
  .btn-contact-expert.btn-small .mail {
    font-size: 3.2vw;
    background-size: 4.8vw;
  }
}
.btn-tel-expert.btn-small .tel {
  font-size: 12px;
  background: url("../img/common/tel.svg") no-repeat left center/20px;
  line-height: 1.6;
  color: #fff;
}
.btn-tel-expert.btn-small .tel::before{
  display: none;
}
@media screen and (max-width: 768.98px) {
  .btn-tel-expert.btn-small .tel {
    font-size: 3.2vw;
    background-size: 5.3333333333vw;
  }
}
.btn-tel-expert .text {
  font-size: 12px;
}

/* 追加ユーティリティ */
.mb-0 {
  margin-bottom: 0 !important;
}
.d-none {
  display: none;
}
.u-d-flex {
  display: flex !important;
}
@media (max-width: 768.98px) {
  .u-only-pc {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .u-only-sp {
    display: none !important;
  }
}

.tag_list{
  display: flex;
  gap: 20px;
  align-items: center;
}
.tag_name{
  font-size: 20px;
  margin-left: 8px;
}
.tag_item {
  display: flex; 
  align-items: center; 
}

/*additional css*/
.tag-filter{
  margin:0 auto;
  max-width: 1054px;
}


.tag-filter .cate span{
    color: #fff;
    border-radius: 20px;
    padding: 10px 40px 10px 40px;
  border: 1px solid #777;
  background: #777;
    font-size: 14px;
    display: inline-block;
    margin-right: 4px;
}
.tag-filter .cate span a{
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}
.tag-filter .cate span.active{
  border: 1px solid #CE0C00;
  background: #CE0C00;


}
@media screen and (max-width: 680px){
  .tag-filter .cate span{
    padding: 4px 16px 4px 16px;
  }
}