@charset "UTF-8";
.top_sec .h2_bus_detail{
  font-size: 31px;
  text-align: left;
  color: #93C54C;
  font-weight: bold;
  position: relative;
}
.top_sec .h2_bus_detail span{
  font-weight: bold;
  display: inline-block;
}
.top_sec .h2_bus_detail::before{
  font-family: 'Cinzel', serif;
  font-size: 43px;
  font-weight: normal;
  line-height: 1;
  color: #ebebeb;
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  right: -70px;
}
.top_sec .h2_bus_detail.index01::before{
  content: "CONSULTING";
}
.top_sec .h2_bus_detail.index02::before{
  content: "M&A";
}
.top_sec .h2_bus_detail.index03::before{
  content: "SUPPORT";
}
.top_sec .h2_bus_detail::after{
  content: "";
  display: block;
  border-bottom: 2px solid #95C74C;
  width: 80px;
  margin-top: 20px;
}

.detail_content{
  width: 1200px;
}
.detail_content.detail_0302{
  width: 1000px;
}
.detail_content.short_section{
  margin-bottom: 200px;
}
.detail_content h2{
  font-size: 31px;
  text-align: center;
  font-weight: bold;
  background-image: url(../img/business/detail_h2_bg.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  padding: 28px 0;
}
.detail_content h2 span{
  font-weight: bold;
  display: inline-block;
}
.detail_content h2+p{
  color: #666;
  margin-bottom: 60px;
}
.detail_content.detail_0302 h2+p{
  text-align: center;
}

.detail_content .line{
  width: 100%;
  padding-left: 130px;
  margin-bottom: 88px;
}
.detail_content .line dt{
  font-size: 28px;
  font-weight: bold;
  color: #93C54C;
  border-left: 9px solid #93C54C;
  padding: 5px 30px;
  margin-bottom: 25px;
}
.detail_content .line dt strong{
  margin-right: 56px;
  font-weight: bold;
}
.detail_content .line dd{
  color: #666;
  margin-bottom: 88px;
}

h3.belt{
  width: 100%;
  color: #fff;
  background: linear-gradient(to right, #95c74c, #61a945);
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 30px;
}
h3.belt .cd{
  font-weight: 100;
  font-size: 20px;
  margin-left: 40px;
}
h3.belt+p,
.detail01_02_p2{
  color: #666;
  width: 1000px;
}

.detail_ul_circle{
  margin: 30px 0;
}
.detail_ul_circle02{
  margin: 0 0 30px;
}

.detail03_01_schedule{
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #fff;
  width: 1200px;
  margin: 30px ;
}
.detail03_01_schedule th,
.detail03_01_schedule td{
  border: 1px solid #fff;
  vertical-align: middle;
  text-indent: 0;
}
.detail03_01_schedule th span,
.detail03_01_schedule td span{
  display: inline-block;
}
.detail03_01_schedule th{
  background-color: #61A945;
  color: #fff;
  text-align: center;
  padding: 16px;
}
.detail03_01_schedule td{
  color: #000;
  background-color: #eee;
}
.detail03_01_schedule td p{
  font-size: 15px;
}

.detail_table th,
.detail_table td{
  font-size: 22px;
}
.detail_table th{
  text-align: center;
}
.detail_table td{
  padding: 20px 35px;
}
.detail_table span{
  font-size: 12px;
  display: block;
}
.detail_table ul{
  font-size: 15px;
  list-style-type: disc;
}

.decorated_ex_ul{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  margin-bottom: 200px;
}
.decorated_ex_ul > li{
  width: 950px;
  margin-bottom: 100px;
}
.decorated_ex_ul dt{
  position: relative;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 18px;
}
.decorated_ex_ul dt::before{
  position: absolute;
  top: -22px;
  left: -84px;
  content: "事例";
  width: 70px;
  height: 70px;
  border-radius: 35px;
  background-color: #95c74c;
  color: #FFF;
  font-size: 22px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-right: 15px;
}
.decorated_ex_ul li li{
  text-indent: -20px;
  margin-left: 20px;
}
.decorated_ex_ul li li::before{
  font-family: FontAwesome;
  content: "\f068";
  color: #666;
  font-size: 10px;
  margin-right: 10px;
}
.decorated_ex_ul ol{
  margin-bottom: 27px;
}

.detail_feature_ul{
  width: 100%;
  background-color: #ebebeb;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style-type: disc;
  margin-bottom: 60px;
}
.detail_feature_ul li{
  color: #666;
  width: 1000px;
}

.detail01_concept_img{
  margin: 100px 0;
}

.detail01_02_p2{
  padding-top: 40px;
  margin-bottom: 200px;
}
.detail01_02_result{
  margin-bottom: 60px;
}

.detail02_ol{
  width: 90%;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 180px;
}
.detail02_ol > li{
  flex-grow: 0;
  margin-right: 36px;
  width: 430px;
}
.detail02_ol.ol_01 > li:nth-of-type(1){
  width: 300px;
}
.detail02_ol.ol_01 > li:nth-of-type(2){
  width: 360px;
}
.detail02_ol.ol_01 > li:nth-of-type(3){
  width: 260px;
}
.detail02_ol.ol_01 > li:nth-of-type(4){
  width: 260px;
  margin-right: 0;
}
.detail02_ol.ol_02 > li:nth-of-type(3){
  margin-right: 0;
}
.detail02_ol .main_title{
  background-color: #61a945;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  position: relative;
  margin-bottom: 15px;
}
.detail02_ol.ol_01 .main_title::after{
  content: "";
  position: absolute;
  top: 0;
  right: -22px;
  margin-left: -190px;
  border-left: 22px solid #61a945;
  border-top: 28px solid transparent;
  border-bottom: 28px solid transparent;
}
.detail02_ol .wrap_dd{
  color: #000;
  border: 4px solid #95c74c;
  padding: 14px;
}
.detail02_ol.ol_01 .wrap_dd{
  height: 470px;
}
.detail02_ol.ol_02 .wrap_dd{
  height: 546px;
}
.detail02_ol .wrap_dd p{
  margin-bottom: 30px;
}
.detail02_ol .main_dl dt{
  font-size: 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}
.detail02_ol .main_dl dd{
  font-size: 15px;
  margin-bottom: 35px;
}
.detail02_ol .main_dl dd p{
  margin-bottom: 15px;
}
.detail02_ol .main_dl ul{
  margin: 15px 0;
}
.detail02_ol .main_dl li{
  width: auto;
  text-indent: -15px;
  margin-left: 15px;
}

.detail_content.detail02_03{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 135px;
}
.pmi_point{
  color: #FFBF00;
  font-size: 18px;
  text-indent: -102px;
  margin-left: 102px;
}
.pmi_point strong{
  color: #8BC04B;
  margin-left: 18px;
}
.pmi_point::before{
  content: "→";
  font-size: 24px;
  line-height: 0;
}

.detail03_01_schedule th,
.detail03_01_schedule td{
  font-size: 15px;
  text-align: center;
  height: 70px;
}
.detail03_01_schedule .menu_title{
  width: 160px;
}
.detail03_01_schedule+p{
  width: 1200px;
  margin-bottom: 60px;
}

/*追記20210618 ここから*/
.detail_content .line .lineTxt {
  color: #666;
  margin-bottom: 60px;
}
.detail_content .line p {
  margin-bottom: 30px;
}
.detail_content .line p a{
  color: #00a0e9;
}
.detail_content .line p a:hover {
  color: #93C54C;
  transition: .5s
}
.detail_content .line .dt_lh {
  line-height: 1.2
}
.detail_content .line h4 {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 18px;
}
.detail_content .h4_business {
  padding: 10px 0;
}
.activityImgArea {
  margin-bottom: 30px;
}
.activityImgArea p {
  font-size: 13px;
}
.detail_ul_circle02 p {
  margin-bottom: 10px!important;
}

.acceptanceTable {
  margin-bottom: 30px;
}
.acceptanceTable caption {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.acceptanceTable th,
.acceptanceTable td {
  font-size: 15px;
  text-align: center;
  height: 70px;
  border: 1px solid #fff;
  vertical-align: middle;
  text-indent: 0;
}
.acceptanceTable th {
  background-color: #61A945;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  padding: 16px;
}
.acceptanceTable th:first-child {
  width: 40%;
}
.acceptanceTable th:nth-child(2) ,
.acceptanceTable th:nth-child(3) ,
.acceptanceTable th:nth-child(4) {
  width: 20%;
}
.acceptanceTable th .unit {
  font-size: 14px;
}
.acceptanceTable td {
  color: #000;
  background-color: #eee;
}
.acceptanceTable td:first-child {
  text-align: left;
  padding: 16px
}

/*追記20210618 ここまで*/

@media screen and (max-width: 1550px){
  .detail02_ol {
    width: 98%;
  }
}

@media screen and (max-width: 1200px){
  .detail_content,
  .detail_content.detail_0302{
    width: 100%;
  }
  .detail_content h2+p {
    padding: 0 15px;
  }
  .detail02_ol.ol_01 > li{
    width: 25% !important;
  }
  .detail02_ol.ol_01 > li:nth-of-type(4) .main_title::after{
    content: none;
  }
  .detail02_ol.ol_01 .wrap_dd {
    height: 550px;
  }
  .detail_content .line{
    padding: 0 16px;
  }

  .detail03_01_schedule{
    width: 98%;
    margin: 30px auto;
  }
  .detail03_01_schedule .menu_title{
    width: 80px;
  }

}

@media screen and (max-width: 1150px){
  .detail_feature_ul{
    padding-left: 30px;
  }
  .detail_feature_ul li{
    width: 100%;
  }
  .decorated_ex_ul dt{
    margin-bottom: 40px;
    margin-left: 84px;
  }
  .detail01_concept_img{
    width: 98%;
    margin: 100px auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  h3.belt+p,
  .detail01_02_p2{
    padding: 0 16px;
    width: 100%;
  }
}

@media screen and (max-width: 980px){
  .decorated_ex_ul{
    margin-bottom: 100px;
  }
  .decorated_ex_ul > li {
    width: 100%;
    padding: 16px;
  }
  .detail02_ol{
    flex-direction: column;
    align-items: center;
  }
  .detail02_ol.detail02_ol > li{
    width: 80% !important;
    position: relative;
    margin: 0 0 100px 0;
  }
  .detail02_ol.detail02_ol > li::after{
    content: "";
    position: absolute;
    bottom: -60px;
    left: 50%;
    margin-left: -100px;
    border-top: 22px solid #61a945;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
  }
  .detail02_ol.ol_01.detail02_ol.ol_01 > li:nth-of-type(4)::after,
  .detail02_ol.ol_02.detail02_ol.ol_02 > li:nth-of-type(3)::after{
    content: none;
  }
  .detail02_ol.ol_01 .wrap_dd,
  .detail02_ol.ol_02 .wrap_dd {
    height: auto;
  }
  .detail02_ol.ol_01 .main_title::after{
    content: none;
  }
}

@media screen and (max-width: 800px){
  .top_sec .h2_bus_detail::before {
    top: -30px;
    right: 0;
    font-size: 30px;
  }
}

@media screen and (max-width: 630px){
  .breadArea .inner span{
    display: inline-block;
  }
}

@media screen and (max-width: 600px){
  .top_sec .h2_bus_detail {
    font-size: 6vw;
    line-height: 1.2;
  }
  .detail_content h2 {
    font-size: 6vw;
  }
  .detail_content .line dt {
    font-size: 5vw;
    line-height: 1.2;
  }
  .detail_content .line h4,
  .detail_content .line p,
  .detail_ul_circle02 li {
    margin: 0 4vh;
  }
  .activityImgArea,
  .detail_content .line p{
    margin: 0 4vh 30px;
  }
  .activityImgArea p {
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 528px) {
.acceptanceTable th,
.acceptanceTable td {
  font-size: 13px;
  padding: 2px;
  }
}
