@charset "UTF-8";
/** PAGE - CONSUL -----*/
#biz_consul #biz_map,
#consulting-business #biz_map { background-image: url(../img/consul/bg_consul_map.svg);}
.page-ttl-consul { background-image: url(../img/consul/ttl.jpg);}
.page-ttl-consulting-business { background-image: url(../img/en/ttl_consulting.jpg);}
.consul-researcher__txt p { margin: 0;}
.consul-researcher__txt p + p { margin: 16px 0 0;}

.head-secondary--consul { font-size: 2.6rem!important;}
.head-secondary--consul .head-secondary__ttl{ font-size: 1.4rem!important;}

.consul-reason {
  display: grid;
  gap:32px;
}
.consul-reason__item {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  margin: 0;
}
.consul-reason__item dt{
  width : 32.41%;
	height: 7.5em;
	font-size: 1.13333em;
	color : #002a5c;
	border-left : 2px solid;
	padding-left: 16px;
}
.consul-reason__item dt span {
  display: block;
  font-family: var(--ja);
  font-size: .9em;
  font-weight: normal;
  margin-top: 0;
}

.consul-reason__item dd,
.consul-reason__txt,
.consul-researcher__txt{ width:63.89%;}
.consul-reason__img{ width : 32.41%; height: auto;}
.consul-researcher__img{
	width : 32.41%;
	max-width:272px;
	height: 100%;
	margin:0;
}

.consul-reason dl:first-of-type dt { background: url(../img/consul/reason_01.gif) right top/contain no-repeat;}
.consul-reason dl:nth-of-type(2) dt{ background: url(../img/consul/reason_02.gif) right top/contain no-repeat;}
.consul-reason dl:last-of-type dt { background: url(../img/consul/reason_03.gif) right top/contain no-repeat;}

#method{margin-top: 56px;}
#for-africa,#researcher { margin-top: 88px;}

.consul-sup__list,
.our-support{
  background: #fff;
  border-bottom: #eeeae5 1px solid;
  border-right: #eeeae5 1px solid;
  padding: 32px;
}

.consul-sup__item:nth-child(-n+3){
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.consul-sup__item:nth-child(2) { flex-direction: row-reverse; margin-top: 24px;}
.consul-sup__item:nth-child(2) .consul-sup__body > div {
  display: grid;
  gap:24px;
  padding-right: 0;
  padding-left: 32px;
}
.consul-sup__body { flex: 1; frex-grow: 1;}

.consul-sup__list > *{ margin: 0; margin-block:var(--leading-trim:);}
.consul-sup__body > div { display: grid; gap:24px; padding-right: 32px;}
.consul-sup__head {
    font-family: var(--en); 
    font-weight: 700;
    line-height: 1;
    color: var(--main-color);
}
.consul-sup__item:nth-child(-n+3) .consul-sup__head{
  font-size : clamp(1.6rem,2.4653312vw, 1.8rem);
}
.consul-sup__item:nth-child(n+4) .consul-sup__head {font-size :1.4rem;}
.consul-sup__head span {
  font-family: var(--ja);
  font-size : clamp(1.3rem,2.0030816vw/*649*/, 1.5rem);
}
 
  .consul-sup__ttl,
  .consul-sup__item h4{ 
    font-size : clamp(1.6rem,2.4653312vw, 1.8rem);
    line-height: 1.5;
    color: var(--sub-color);
}

.consul-sup__img {flex: 1;display: inline-flex;}
.consul-sup__img img {
  width:100%;height:100%;
  object-fit:cover;
  object-position:center;
  }
.consul-sup__item:nth-child(n+4) { display: grid; gap:16px;}
.consul-sup-wrap+.consul-sup-wrap,
.consul-sup__item +.consul-sup__item {
  border-top: 1px solid #e1e1e1;
  padding-top: 24px;
  margin-top: 24px;
}
.consul-sup__item .icon-arrow {
  font-family: var(--en);
  font-size : clamp(1.2rem ,1.8489984vw, 1.4rem);
  font-weight: 600;
  line-height: 1;
  color: var(--main-color);
  margin-left: -14px;
}

.consul-sup__item p{margin-bottom: 0; }

.consul-method__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  padding: 24px;
  border-bottom:#eeeae5 1px solid;
  border-right:#eeeae5 1px solid;
  background:#fff;
  }
.consul-method__item h5 {
	font-size: clamp(1.5rem,2.311248vw,1.8rem);
	line-height: 1;
	margin-bottom: 16px;
	font-weight: normal;
}
.consul-method__item h5:before {
  display: block;
  content: url(../img/nav/icon_flag.svg);
  width: 16px;
  height: 16px;
  text-align: center;
  margin: 0 auto 16px;
}
.consul-method ul:before {
	width: 4em;
	display: inline-block;
	content: '';
	padding-top: 18px;
	border-top: 2px solid #002a5c;
	}
  .consul-method__item:first-of-type ul li +li { margin-top: 2px;}
  .consul-method li + li { margin-top: 16px;}
	.consul-method ul { background: url(../img/consul/bg_sup_list.gif) center bottom repeat-y;}
	.consul-method li {
    font-weight: 600;
    line-height: 1.5;
	color: #FFF;
    background: #002a5c;
    border-radius: 2px;
    padding: 4px;
    margin-bottom: 0;
}

.consul-researcher__item{
  display: flex;
  justify-content: space-between;
  
}
.consul-researcher__item +.consul-researcher__item{margin-top: 32px;}
.consul-researcher__txt p { padding:0 24px 0 32px; margin-right: 32px;}
.consul-researcher__txt p:first-of-type {
  font-size: 1.2em;
  line-height: 1;
  border-bottom: 1px solid;
  padding-bottom:14px;
  margin-bottom: 14px; 
}
.consul-researcher__txt p:first-of-type span {
  font-size: .83333em;
  color: #8b8b8b;
}

.consul-researcher__txt {
  position: relative;
  width:68.52%;
  line-height: 2;  
  padding-top: 32px;
  margin-top: auto;
  margin-bottom: 16px;
}
.consul-researcher__txt .t_rt{
  border-width: 0 64px 52px 0 ;
  opacity: 1;
}

.card__item a{
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  bottom: 0;
  right: 0;
  left:0;
}
/* 実績 */
.table-wrap { overflow-x: scroll;}
.table-wrap .wp-block-table {overflow-x: unset;}
.table-wrap table img {
	width:240px;
	max-height: 240px;
	object-fit: contain;
}
.table-wrap .wp-block-table table { width: 864px;text-align: left;border-collapse;0;}
@media screen and (min-width: 1140px) { .table-wrap { display: contents; }}

.consul-results .wp-block-table th,
.consul-results .wp-block-table td {
	padding:24px 16px!important;
	vertical-align:top!important;
}
.consul-results .wp-block-table td + td + td { width:272px;}
.consul-results td img {
	display: block;
	margin:4px auto 0;
}
.consul-results th:first-of-type {
  width:142px;
  text-align: center;
  border-top:0;
  border-bottom: 1px solid var(--main-color)!important;
  color: var(--main-color);
  padding: 8px 16px 2px!important;
}
.consul-results th:last-of-type {
	text-align: center;
	border-top:0;
	border-bottom: 1px solid var(--sub-color)!important;
	color: var(--sub-color);
	padding: 8px 16px 2px!important;
}
.consul-results tr { border-bottom: 1px solid #eee;}

.consul-results__label {
	width:100%;
	display:inline-block;
	font-size:12px;
	text-align:center;
	border: 1px solid var(--main-color);
	border-radius:2px;
	color:var(--main-color);
	}
.consul-results thead {border-bottom: 0!important;}
.consul-cost .bg_w { padding: 24px;}
.consul-cost dt {
	display : flex;
	align-items: center;
	line-height: 1.4;
	height: 42px;
    margin-bottom: 16px;
	}
	.consul-cost dt img {	width: 32px; height: auto; margin-right: 16px;}
  .consul-cost dd {
    font-size: .9333em;
    text-align: justify;
    letter-spacing: 0;
    margin-block:var(--leading-trim);
}
.consul-cost__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap:16px;
  margin-top: 16px;
}

@media (max-width: 1100px) {
  .card-wrap__img img { height: 300px;}

  .card-wrap__body > div,
  .consul-sup__list { padding: 24px;}
}
@media (max-width: 768px) {
  
  
  [class$="__inner"]{ gap: 24px;}
  .consul-sup__body,.consul-sup__img { max-width: 400px;}
  .consul-sup__body > div{ padding-right:  24px;}
  .consul-sup__item:nth-child(2) .consul-sup__body > div{ padding-left: 24px;}
  .consul-sup__list { padding: 24px;}

  .consul-researcher__txt { padding-top: 24px;}
  .consul-researcher__txt p {padding: 0 24px 0 24px;margin-top: 0;}
  .consul-method__item { padding: 24px 16px;}
  .card__item-body p {margin-top: 16px;}
}
@media (max-width: 649px) {
.head-secondary--consul { font-size: 2.4rem!important;}
.consul-reason__item { flex-wrap: wrap; gap:16px;}
  .consul-reason__item dt { height: 80px;}
  .consul-reason__item dt,.consul-reason__img,
  .consul-reason__item dd,.consul-reason__txt,
  .consul-researcher__txt { width:100%!important;}
  
  .consul-sup__list { padding:32px 24px;}
  .consul-sup__item:nth-child(-n+3) {gap:16px;}
    .consul-sup__body > div,
    .consul-sup__item:nth-child(2) .consul-sup__body > div{ padding: 0;}
  .consul-sup__item:nth-child(-n+3),
  .consul-researcher__item { flex-direction: column;}

  .card-wrap__body > div,
  .consul-sup__list.bg_w { padding: 24px;}
  .card-wrap__img img { width: 100%; height: auto;}
  
  .consul-researcher__item{ gap: 24px;}
  .consul-researcher__img { width: calc(50% - 16px);}
  .consul-researcher__txt { margin-top: -24px; margin-bottom: 0;}
  .consul-researcher__txt p:first-of-type {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .consul-researcher__txt p { padding:0 ;}
 
.consul-cost { grid-template-columns: 1fr; gap: 16px;}
  .consul-cost dt { height:24px;}
  .consul-cost dt br { display: none;}
  .consul-cost dt img{ width: 24px;} 
  .consul-cost__list { grid-template-columns: repeat(2, 1fr);}
}
/* en */
.consul-case {grid-template-columns: repeat(2, 1fr);}
.consul-case__item {
  display: flex;
  flex-direction: column;
  gap:24px;
  border-bottom : dashed 1px #ccc;
  padding-bottom: 32px;
}
.consul-case__item-head {
 font-family: var(--en);
 font-weight: 700;
 text-indent: -1em;
 line-height: 1.6;
 padding-left: 1em;
}
.consul-case__item-head span { line-height: 1;}


.card-triangle {
  grid-template-columns: 1fr;
  background:url("../img/nav/card-triangle.svg")top left/80px no-repeat #fff;
  box-shadow: 1px 1px 3px #ddd;
  padding:32px 24px 24px;
}
.icon-arrow-list li + li { margin-top: 8px;}


/* en- our-support */
.our-support__list { display:grid;gap:16px;}
.bg-circle {
  position: relative;
  background:
url(../img/consul/bg_consul_sup.png) top center no-repeat;
    background-size: auto;
  width: 100%;
  height: 0;
  padding-top: 18.3333%;
  background-size: cover;
}
.bg-circle p {
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 1.411764905;
}
body:lang(en) .consul-method__item h5,
body:lang(en) .consul-method li {font-family: var(--en);line-height: 1.2; font-weight:700;}
@media (max-width: 768px) { .consul-case { gap:24px;}}
@media (max-width: 649px) { 
.page-ttl-consul { background-image: url(../img/consul/ttl_s.jpg);}
.page-ttl-consulting-business { background-image: url(../img/en/ttl_consulting_s.jpg);}
.bg-circle {padding-top: 35%;}
.consul-case { grid-template-columns: 1fr;}}
/* #only en */