@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.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.ind_soudan_soudan 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;
  margin-bottom: 10px;
}
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) {
}
@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);
  }
  div.conBox.ind_soudan_soudan .tel.is-desk3 ul {
    display: block;
  }
  div.conBox.ind_soudan_soudan .tel.is-desk3 li {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: auto;
  }
  div.conBox.ind_soudan_soudan .tel.is-desk3 li p,
  div.conBox.ind_soudan_soudan .tel.is-desk3 li .no,
  div.conBox.ind_soudan_soudan .tel.is-desk3 li .area {
    flex: 1;
  }
  div.conBox.ind_soudan_soudan .tel.is-desk3 .area {
    text-align: left;
  }
  div.conBox.ind_soudan_soudan .tel.is-desk3 .btn .btn_case {
    width: calc(33.333% - 30px);
  }
}


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

#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;
}

/*---------------------------------------------------------
　経営支援事例　扉　＞　202511
---------------------------------------------------------*/
/* 検索 */
#main div.conBox h4.case_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.case_h4::after {
  top: 25% !important;
  width: 1em !important;
  height: 1em !important;
  border-left: none !important;
  background-color: #d1597c !important;
  border-radius: 3px;
}
.ind_case_search {
  background: #F2F2F2;
  padding: 30px;
  margin-bottom: 60px;
  border-radius: 8px;
}
.ind_case_search ul {
  display: flex;
  flex-wrap: wrap;
  gap:15px;
}
.ind_case_search .tagged li {
  font-size: 1.6rem;
  background: #FFF;
  display: block;
}
.ind_case_search .tagged li label {
  padding: 15px;
  display: block;
  cursor: pointer;
  white-space: nowrap;
}
.ind_case_search .tagged li label input[type="checkbox"]{
  display: none;
}
.ind_case_search .tagged li:has(input:checked) label {
  color: #FFF;
}


.ind_case_search_except {
  margin: 30px 0;
  color: #666;
}
.ind_case_search_except input[type=checkbox] {
  position: relative;
  width:3rem;
  height:3rem;
  background: #FFF;
  border: 1px solid #666;
  margin-right: 10px;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.ind_case_search_except input[type="checkbox"]:checked:before {
  position: absolute;
  top: -.1rem;
  left: .7rem;
  transform: rotate(50deg);
  width: 1rem;
  height: 2rem;
  border-right: 5px solid #666;
  border-bottom: 5px solid #666;
  content: '';
}

.ind_case_search_btn {
  justify-content: center;
}
.ind_case_search_btn li {
  border-radius: 8px;
  padding: 10px;
  width: 25%;
  text-align: center;
  cursor: pointer;
}
.ind_case_search_btn .submit {
  color: #FFF;
  background: #D1597C;
}
.ind_case_search_btn .submit::before {
  content: "";
  background-image: url("/kyoto/source2022/img/second/management/ind_case_ico_search.svg");
  background-size: cover;
  width: 2rem;
  height: 2rem;
  display: inline-block;
  margin-right: 10px;
  vertical-align:text-bottom;
}
.ind_case_search_btn .clear {
  color: #FFF;
  background: #BBBBBB;
  font-size: 1.5rem !important;
}


/* 事例一覧 */
.ind_case_list li {
  position: relative;
}

.ind_case_list li:not(.ind_case_list .tagged li)::after {
  background: linear-gradient(90deg, #9d4b97 0%, #7b6ea9 25%, #56bbb2 50%, #7dc892 75%, #a9d16f 100%);
  content: '';
  display: block;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-radius: 0 0 8px 8px;
}

.ind_case_list li {
  border-radius: 8px 8px 0 0;
}

.ind_case_list li.no-content:not(.ind_case_list .tagged li) {
  background: none !important;
  list-style: none;
  text-align: center;
  width: 100%;
}
.ind_case_list li.no-content:not(.ind_case_list .tagged li)::after {
  display: none !important;
}

.ind_case_list li img {
  margin-bottom: 0;
  border-radius: 8px 8px 0 0;
}
.ind_case_list li a h2 {
  color: #000 !important;
  font-size: 2.0rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.ind_case_list li .text {
  padding: 20px 30px 30px;
}

#main div.conBox .ind_case_list .tileMenu li .tagged ul {
  display: flex;
  flex-wrap: wrap;
  gap:10px;
  margin: 20px 0 10px;
}

#main div.conBox .ind_case_list .tileMenu li .tagged li {
  width: auto;
}

#main div.conBox .ind_case_list .tileMenu li .tagged li a {
  display: inline;
}

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

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

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

/* 本文 */
.case_detail_intro p,
.case_detail_main p {
  line-height: 2.0 !important;
}
.case_detail_main .thumb {
  margin: 50px 0 20px;
}
.case_detail_main .thumb img{
  width: 100%;
  height: auto;
}

#main div.conBox.case_detail_main h4:not(#main div.conBox .tileMenu h4):not(#main div.conBox .tileMenu_3rd h4) {
  font-size: 2.4rem !important;
  letter-spacing: 1.2px;
  margin-top: 60px;
}

/* 経営支援員より */
#main div.conBox.case_detail_managerVoice h4:not(#main div.conBox .tileMenu h4):not(#main div.conBox .tileMenu_3rd h4) {
  margin-bottom: 10px !important;
}

div.conBox.case_detail_managerVoice h5 {
  color: #000 !important;
  font-size: 1.5rem !important;
  margin-bottom: 20px !important;
}

.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 {
    font-size: 3rem !important;
    margin-bottom: 20px;
  }
  .case_detail_intro .thumb img{
    margin: 0 auto 50px;
  }
  /* 経営支援員より */
  .case_detail_managerVoice ul {
    display: flex;
    column-gap: 30px;
  }
  .case_detail_managerVoice ul li {
    flex: 1;
  }
  div.conBox.case_detail_managerVoice h5 {
    margin-bottom: 40px !important;
  }
}

/* 企業紹介 */
.case_detail_company {
  margin-top: 80px !important;
}
.case_detail_company table th,
.case_detail_company table td {
  background: #FFF !important;
}




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

.conBox .ind_case_search .tagged li.tagColor_pink,
.conBox .tagged li.tagColor_pink a {
  color: #D1597C !important;
  border: 1px solid #D1597C;
}
.conBox .ind_case_search .tagged li.tagColor_green,
.conBox .tagged li.tagColor_green a {
  color: #7DB035 !important;
  border: 1px solid #7DB035;
}
.conBox .ind_case_search .tagged li.tagColor_orange,
.conBox .tagged li.tagColor_orange a {
  color: #D29318 !important;
  border: 1px solid #e0aa43;
}
.conBox .ind_case_search .tagged li.tagColor_blue,
.conBox .tagged li.tagColor_blue a {
  color: #4671CD !important;
  border: 1px solid #4671CD;
}
.conBox .ind_case_search .tagged li.tagColor_lightblue,
.conBox .tagged li.tagColor_lightblue a {
  color: #4BB0BC !important;
  border: 1px solid #4BB0BC;
}
.conBox .ind_case_search .tagged li.tagColor_gray,
.conBox .tagged li.tagColor_gray a {
  color: #666666 !important;
  border: 1px solid #666666;
}

#main div.conBox .ind_case_list .tileMenu li .tagged li.tagColor_pink a,
.conBox .tagged li.tagColor_pink a:hover,
.tagged li.tagColor_pink:has(input:checked) {
  color: #FFF !important;
  background: #D1597C !important;
}
#main div.conBox .ind_case_list .tileMenu li .tagged li.tagColor_green a,
.conBox .tagged li.tagColor_green a:hover,
.tagged li.tagColor_green:has(input:checked) {
  color: #FFF !important;
  background: #7DB035 !important;
}
#main div.conBox .ind_case_list .tileMenu li .tagged li.tagColor_orange a,
.conBox .tagged li.tagColor_orange a:hover,
.tagged li.tagColor_orange:has(input:checked) {
  color: #FFF !important;
  background: #D29318 !important;
}
#main div.conBox .ind_case_list .tileMenu li .tagged li.tagColor_blue a,
.conBox .tagged li.tagColor_blue a:hover,
.tagged li.tagColor_blue:has(input:checked) {
  color: #FFF !important;
  background: #4671CD !important;
}
#main div.conBox .ind_case_list .tileMenu li .tagged li.tagColor_lightblue a,
.conBox .tagged li.tagColor_lightblue a:hover,
.tagged li.tagColor_lightblue:has(input:checked) {
  color: #FFF !important;
  background: #4BB0BC !important;
}
#main div.conBox .ind_case_list .tileMenu li .tagged li.tagColor_gray a,
.conBox .tagged li.tagColor_gray a:hover,
.tagged li.tagColor_gray:has(input:checked) {
  color: #FFF !important;
  background: #666666!important;
}

.tagged li.tagColor_gray:has(input:checked) {
  background: #666666!important;
}

.pagenation_box li.pagination-item.nowActive a {
  cursor: pointer;
}



/*---------------------------------------------------------
　予約専用ページ　＞　202601
---------------------------------------------------------*/
#main div.conBox.yoyaku_flow h4.yoyaku_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.yoyaku_flow h4.yoyaku_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;
}

/* flow */
.flowChart {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flowChart li {
  list-style-type: none;
}
.flowChart p:not(.flowChart p.kome_txt) {
  font-size: 1.5rem !important;
  line-height: 1.7;
}

.flowChart dd {
  margin-left: 0;
}

.flowChart ul {
  padding: 0;
  position: relative;
}

.flowChart ul:not(.flowChart ul ul)::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -129px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
  border-radius: 20px;
}

.flowChart ul > li {
  position: relative;
}

.flowChart ul:not(.flowChart ul ul) > li:not(:last-of-type) {
  margin-bottom: 60px;
}

.flowChart ul > li .count {
  font-size: 0.8em;
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  border-radius: 100vh;
  color: #fff;
  background: #d1597c !important;
  display: inline-block;
  margin-right: 0.3em;
}

.flowChart ul > li dl:not(dl.dl_ptn2) {
  position: relative;
}

.flowChart ul > li dl::before,
.flowChart ul > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}

.flowChart ul > li dl:not(dl.dl_ptn2)::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #d1597c !important;
  border-radius: 50%;
  left: -4px;
}

.flowChart ul > li dl:not(dl.dl_ptn2)::after {
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}

.flowChart ul > li dl dt:not(dl.dl_ptn2 dt) {
  font-size: 2rem;
  font-weight: 600;
  color: #000 !important;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
}


/* flow01 お申し込み */
.flowChart .flow01 li p {
  margin-bottom: 0;
}
.flowChart .flow01 li .btn_case {
  display: block;
  border: #D1597C 2px solid;
  font-weight: 600;
  font-size: 1.6rem;
  background: #FFF !important;
  color:#D1597C !important;
  border: 2px solid #D1597C;
  letter-spacing: 0;
  padding: 10px 20px 10px 10px !important;
  line-height: 1.5;
}
.flowChart .flow01 li .btn_case::before {
  border-top: 2px solid #D1597C;
  border-right: 2px solid #D1597C;
}
.flowChart .flow01 li .btn_case span {
  font-size: 1.2rem;
  font-weight: normal;
  display: block;
  margin-top: 10px;
  color:#000;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .flowChart {
    margin-left: 10px;
  }
  .flowChart .flow01 li {
    margin-bottom: 10px;
  }
  .flowChart ul > li dl:not(dl.dl_ptn2) {
    padding-left: 30px;
  }
  .flowChart ul > li dl:not(dl.dl_ptn2)::after {
    width: 20px;
  }
}
@media screen and (min-width: 961px) {
  .flowChart {
    margin-left: 40px;
  }
  .flowChart .flow01 ul {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:15px;
    margin: 0 !important;
  }
  .flowChart .flow01 li {
    box-sizing: border-box;
    display: flex;
  }
  .flowChart .flow01 li p {
    display: flex;
    width: 100%;
  }
  .flowChart .flow01 li p a {
    display: block;
    width: 100%;
  }
  .flowChart ul > li dl:not(dl.dl_ptn2) {
    padding-left: 60px;
  }
  .flowChart ul > li dl:not(dl.dl_ptn2)::after {
    width: 50px;
  }
}


/* flow02 予約完了 */
.flowChart .flow02 .list_fileicon {
  font-size: 1.2rem;
}


/* flow03 相談日当日 */
.flowChart .flow03 ul {
  margin:30px 0 0 .5rem;
}
.flowChart .flow03 li:not(:last-of-type) {
  margin-bottom: 50px;
}
.flowChart .flow03 dd h5 {
  font-size: 2rem !important;
  font-weight: 600 !important;
  color: #000 !important;
  margin-bottom: 5px !important;
  letter-spacing: .5px;
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.flowChart .flow03 dd h5 span {
  font-size: 1.4rem !important;
  display: inline-block;
}
.flowChart .flow03 p.btn {
/*  text-align: right;*/
}

.flowChart .flow03 dd h5::before {
    width: 0.6em;
    height: 0.3em;
    border-bottom: 3px solid #d1597c !important;
    border-left: 3px solid #d1597c !important;
    transform: rotate(-45deg) translate(2px, -2px);
    content: '';
}
.flowChart .flow03 dd:first-of-type {
/*
  display: flex;
  justify-content: space-between;
  align-items: center;
*/
}

.flowChart .flow03 .dl_ptn2 dt {
  padding: 15px 0 0 15px;
}
.flowChart .flow03 .dl_ptn2 dd {
  padding: 0 0 15px 4rem;
}

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