@charset "UTF-8";

html {scroll-behavior: smooth;}

/*---------------------------------------------------------
　経営支援事例　扉　＞　202510
---------------------------------------------------------*/

/* ボタン */
.btn_case {
  background: #D1597C;
  padding: 10px 20px !important;
  letter-spacing: 1px;
  border-radius: 8px;
  text-align: center;
  position: relative;
  transition-property: all;
  transition: 0.3s linear;
  color: #FFF !important;
  text-decoration: none;
  display: inline-block;
}

.btn_case::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.btn_case::before {
  right: 15px;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}


/* VI */
.conBox.ind_soudan_VI {
  margin-bottom: 80px !important;
}

.conBox.ind_soudan_VI img,
.conBox.ind_soudan_VI p {
  margin-bottom: 30px;
}

.conBox.ind_soudan_VI p.btn {
  text-align: center;
}

.conBox.ind_soudan_VI p.btn .btn_case {
  font-size: 2.0rem;
  padding: 12px 70px 12px 20px !important;
}

.conBox.ind_soudan_VI p.btn .btn_case::before {
  right: 20px;
  transform: rotate(135deg);
}


/* 支援員による経営相談＞経営⽀援事例 */
.ind_soudan_shien .conBox .infoBox {
  border-radius: 8px;
  align-items: center;
}

.ind_soudan_shien .conBox .infoBox div,
.ind_soudan_shien .conBox .infoBox p {
  flex: 1;
}

.ind_soudan_shien .conBox .infoBox .thumb img {
  width: 100%;
  height: auto;
  margin-bottom: 0;
  vertical-align: bottom;
}
#main div.conBox.ind_soudan_shien .infoBox h4.shien_h4:not(#main div.conBox .tileMenu h4):not(#main div.conBox .tileMenu_3rd h4) {
  padding: 0 40px !important;
  font-size: 3.2rem !important;
  font-weight: 400;
}
#main div.conBox.ind_soudan_shien .infoBox h4.shien_h4:not(#main div.conBox .tileMenu h4):not(#main div.conBox .tileMenu_3rd h4)::after {
  display: none;
}
div.conBox.ind_soudan_shien .btn {
  margin-top: 20px;
}
div.conBox.ind_soudan_shien .btn .btn_case {
  padding-right: 6rem !important;
}

@media screen and (max-width: 960px) {
  #main div.conBox.ind_soudan_shien .infoBox h4.shien_h4:not(#main div.conBox .tileMenu h4):not(#main div.conBox .tileMenu_3rd h4) {
    text-align: center;
    margin: 10px auto;
  }
  .ind_soudan_shien .conBox .infoBox .txt p.btn {
    padding: 0;
    text-align: right;
  }
}
@media screen and (min-width: 961px) {
  .ind_soudan_shien .conBox .infoBox {
    padding: 0;
    display: flex;
  }
  .ind_soudan_shien .conBox .infoBox .thumb img {
    border-radius: 8px 0 0 8px;
  }
  .ind_soudan_shien .conBox .infoBox .txt p {
    padding: 0 40px;
  }
}


/* お問合せ・相談予約 */
div.conBox.ind_soudan_soudan h5 {
  color: #000 !important;
  font-size: 2.2rem !important;
  font-weight: 400;
}

/*#main div.conBox h4.saisei_h4:not(#main div.conBox .tileMenu h4):not(#main div.conBox .tileMenu_3rd h4)*/
#main div.conBox.ind_soudan_soudan h4.soudan_h4:not(#main div.conBox .tileMenu h4):not(#main div.conBox .tileMenu_3rd h4) {
  padding-left: 1.3em !important;
  font-size: 2.2rem !important;
}
/*#main div.conBox h4.saisei_h4:not(#main div.conBox .tileMenu h4):not(#main div.conBox .tileMenu_3rd h4)::after*/
#main div.conBox.ind_soudan_soudan .conBox h4.soudan_h4:not(#main div.conBox .tileMenu h4):not(#main div.conBox .tileMenu_3rd h4)::after {
  top: 25% !important;
  width: 1em !important;
  height: 1em !important;
  border-left: none !important;
  background-color: #d1597c !important;
  border-radius: 3px;
}

div.conBox.ind_soudan_soudan .infoBox {
  border-radius: 8px;
}
div.conBox.ind_soudan_soudan .infoBox:first-of-type {
  margin-bottom: 25px;
}

div.conBox.ind_soudan_soudan .btn {
  margin-top: 20px;
  text-align: right;
}
div.conBox.ind_soudan_soudan .btn .btn_case {
  display: inline-block;
  text-align: left;
}


/* お問合せ・相談予約＞電話 */
div.conBox.ind_soudan_soudan .mail h5::before,
div.conBox.ind_soudan_soudan .tel h5::before {
  content: "";
  display: inline-block;
  width: 6rem;
  height: 6rem;
  background-size: cover;
  vertical-align: middle;
  margin-right: 1.5rem;
}
div.conBox.ind_soudan_soudan .mail h5::before {background:url(/kyoto/source2022/img/ico_manage_case_mail.svg) 0 0 no-repeat;}
div.conBox.ind_soudan_soudan .tel h5::before {background:url(/kyoto/source2022/img/ico_manage_case_tel.svg) 0 0 no-repeat;}

div.conBox.ind_soudan_soudan .tel ul {
  gap: 20px;
}

div.conBox.ind_soudan_soudan .tel li {
  background: #FFF;
  padding: 20px;
  border-radius: 8px;
  box-sizing: border-box;
  text-align: center;
}
div.conBox.ind_soudan_soudan .tel li p {
  font-size: 1.6rem;
  color: #D1597C;
  line-height: 1;
  font-weight: 500;
}
div.conBox.ind_soudan_soudan .tel li .no {
  font-size: 3.2rem;
  display: block;
  font-weight: 500;
}
div.conBox.ind_soudan_soudan .tel li .area {
  font-size: 1.2rem;
  display: block;
}

@media screen and (max-width: 960px) {
  div.conBox.ind_soudan_soudan .tel li {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 961px) {
  div.conBox.ind_soudan_soudan .tel ul {
    display: flex;
    flex-wrap: wrap;
  }
  div.conBox.ind_soudan_soudan .tel li {
    width: calc(50% - 10px);
  }
  div.conBox.ind_soudan_soudan .btn .btn_case {
    width: calc(50% - 50px);
  }
}


/* 専門家等による経営相談 */

#main div.conBox.ind_soudan_senmon .tileMenu li {
  background: none !important;
}
#main div.conBox.ind_soudan_senmon .tileMenu li .text {
  padding: 15px 0;
}
#main div.conBox.ind_soudan_senmon .tileMenu li .text h4 {
  color: #D1597C !important;
  font-size: 2.0rem !important;
  line-height: 1.2;
}
#main div.conBox.ind_soudan_senmon .tileMenu li .text h4 span {
  border-top: 1px solid #DDD;
  display: block;
  color: #000;
  font-size: 1.4rem !important;
  padding-top: 7px;
  margin-top: 10px;
  float: none !important;
}
#main div.conBox.ind_soudan_senmon .tileMenu li .text p {
  font-size: 1.6rem !important;
}
.ind_soudan_senmon img {
  border-radius: 8px;
}


/*---------------------------------------------------------
　経営支援事例　詳細　＞　202510
---------------------------------------------------------*/

/* VI */
.conBox.case_detail_VI .tagged {
  display: flex;
  column-gap:5px;
  margin-left: auto;
}
.case_detail_VI p.Title {
  font-size: 2.8rem !important;
  font-weight: 700;
  letter-spacing: 1.5px;
}
.case_detail_VI h4::after {
  display: none;
}

/* リード文＋メインビジュアル */
.case_detail_intro .thumb img{
  width: 100%;
  height: auto;
}

/* 本文 */
.case_detail_main .thumb img{
  width: 100%;
  height: auto;
}

/* ⽀援担当者の声 */
.case_detail_managerVoice ul li.thumb img {
  width: 100%;
  height: auto;
}

.case_detail_managerVoice .thumb img{
  width: 100%;
  height: auto;
}

@media screen and (max-width: 960px) {
}

@media screen and (min-width: 961px) {
  .case_detail_VI p.Title {
    line-height: 1;
    margin-bottom: 20px;
  }
  /* ⽀援担当者の声 */
  .case_detail_managerVoice ul {
    display: flex;
    column-gap: 30px;
  }

  .case_detail_managerVoice ul li {
    flex: 1;
  }

}

/* タグボタンの色 */
.conBox .tagged li a {
  font-size: 1.0rem;
  padding: 3px 7px;
  border-radius: 3px;
  white-space: nowrap;
  background: #FFF;
}

.conBox .tagged li.tagColor_pink a {
  color: #d1597c !important;
  border: 1px solid #d1597c;
}
.conBox .tagged li.tagColor_green a {
  color: #5dacb0 !important;
  border: 1px solid #5dacb0;
}
.conBox .tagged li.tagColor_orange a {
  color: #e0aa43 !important;
  border: 1px solid #e0aa43;
}
.conBox .tagged li.tagColor_blue a {
  color: #4872ce !important;
  border: 1px solid #4872ce;
}
.conBox .tagged li.tagColor_gray a {
  color: #555 !important;
  border: 1px solid #555;
}

.conBox .tagged li.tagColor_pink a:hover {
  color: #FFF !important;
  background: #d1597c !important;
}
.conBox .tagged li.tagColor_green a:hover {
  color: #FFF !important;
  background: #5dacb0 !important;
}
.conBox .tagged li.tagColor_orange a:hover {
  color: #FFF !important;
  background: #e0aa43 !important;
}
.conBox .tagged li.tagColor_blue a:hover {
  color: #FFF !important;
  background: #4872ce !important;
}
.conBox .tagged li.tagColor_gray a:hover {
  color: #FFF !important;
  background: #555 !important;
}
