@charset "UTF-8";
/* CSS Document */

/*------------------------------
  共通
-------------------------------*/


/*------------------------------
  index
-------------------------------*/
.mainWrap #titleSec.indexMv { background-image: url("/business/images/index_title_bg.png"); }
#businessIndex { width: 100%; }
#businessIndex .mainContents .breadcrumbNavi + div { padding: 0; }

#businessContentsArea .txtBtnL { margin: 85px auto 0; display: block; }

#businessIndex .indexSec .indexInfo { padding: 40px 0 67px 75px; }
#businessIndex .indexSec .indexInfo a.arrowLink { display: flex; padding: 0; font-size: 106%; }
#businessIndex .indexSec .indexInfo a:hover { text-decoration: underline; opacity: 1; }
#businessIndex .indexSec .indexInfo .indexInfoImg { color: #008cd8; font-size: 140%; font-weight: bold; display: flex; align-items: flex-end; }
#businessIndex .indexSec .indexInfo .indexInfoImg img { margin-right: 15px; width: 50px; }
#businessIndex .indexSec .indexInfo .indexInfoLink { margin-top: 30px; }

#businessIndex .indexSec:nth-child(2n+1) .indexInfo { padding: 40px 75px 67px 0; }
#businessIndex .indexSec:nth-child(2n+1) .indexInfo a { padding: 0; }


/*------------------------------
  カテゴリページ
-------------------------------*/
.businessCateArea .borderLeftTitle + p { margin-top: 35px; }
.businessCateArea .borderLeftTitle { margin-top: 80px; }
.businessCateArea .borderLeftTitle:nth-of-type(1) { margin-top: 0; }
.businessCateArea p { line-height: 1.85; }
.businessCateArea .bgTitle + p { margin-top: 35px; }

/* メッセージ */
.businessCateArea #messageInner { margin-top: 38px; display: flex; flex-direction: row-reverse; justify-content: space-between; padding: 50px; }
.businessCateArea #messageInner #messageImg { width: 340px; }
.businessCateArea #messageInner #messageImg img { border-radius: 15px; }
.businessCateArea #messageInner #messageTxt { width: 515px; }
.businessCateArea #messageInner #messageTxt #messageName { margin-top: 23px; font-size: 106%; }
.businessCateArea #messageInner #messageTxt #messageName span { display: block; margin-top: 3px; font-size: 157%; }

/* 業績 */
.businessCateArea #workList { margin-top: 43px; display: flex; justify-content: space-between; }
.businessCateArea #workList h4 { color: #018fd7; font-size: 120%; }
.businessCateArea #workList h4 + div { margin-top: 25px; }
.businessCateArea #workList h4 + div span { display: block; font-size: 80%; }

/* 主な完成工事 */
.businessCateArea ul#completedList { margin-top: 38px; }
.businessCateArea ul#completedList li span { margin-top: 18px; font-size: 93%; }

/* 主な取り組み */
.businessCateArea .radiusTable { margin-top: 25px; border-radius: 20px; border: solid 1px #b9cbd2; overflow: hidden;}
.businessCateArea .radiusTable .radiusTr { display: flex; }
.businessCateArea .radiusTable .radiusTr + .radiusTr { border-top: solid 1px #b9cbd2; }
.businessCateArea .radiusTable .radiusTr .radiusTh { text-align: center; font-size: 120%; padding: 0; width: 200px; display: flex; align-items: center; justify-content: center; }
.businessCateArea .radiusTable .radiusTr:first-child .radiusTh { background-color: #b9dbf3; }
.businessCateArea .radiusTable .radiusTr:nth-child(2) .radiusTh { background-color: #c6e6de; }
.businessCateArea .radiusTable .radiusTr:last-child .radiusTh { background-color: #fddfa4; }
.businessCateArea .radiusTable .radiusTr .radiusTd { font-size: 87%; padding: 24px 25px 27px; flex: 1; }
.businessCateArea .radiusTable .radiusTr .radiusTd > div ul { display: flex; justify-content: space-between; flex-wrap: wrap; }
.businessCateArea .radiusTable .radiusTr .radiusTd > div ul li { width: 50%; padding-left: 20px; position: relative; }
.businessCateArea .radiusTable .radiusTr .radiusTd > div ul li:nth-child(2n) { margin-left: 2%; flex: 1; width: auto; }
.businessCateArea .radiusTable .radiusTr .radiusTd > div ul li:nth-child(n+3) { margin-top: 15px; }
.businessCateArea .radiusTable .radiusTr .radiusTd > div ul li::before { content: ""; width: 10px; height: 10px; background-color: #008cd8; border-radius: 50%; position: absolute; top: 0.45em; left: 0; }

/* 主な取り組み2 */
.businessCateArea .colTable { margin-top: 25px; border: solid 1px #b9cbd2; overflow: hidden; display: flex; }
.businessCateArea .colTable .colTr { border-left: solid 1px #b9cbd2; width: 33.3%; }
.businessCateArea .colTable .colTr:first-child { border: none; width: 33.4%; }
.businessCateArea .colTable .colTr .colTh { font-size: 110%; padding: 3px 8px; width: 100%; background: #008cd8; color: #fff; }
.businessCateArea .colTable .colTr .colTd { font-size: 87%; padding: 0 15px 15px; flex: 1; }
.businessCateArea .colTable .colTr .colTd > div ul li { width: 100%; padding-left: 20px; margin-top: 10px; position: relative; }
.businessCateArea .colTable .colTr .colTd > div ul li::before { content: ""; width: 10px; height: 10px; background-color: #008cd8; border-radius: 50%; position: absolute; top: 0.45em; left: 0; }


/* TOPICS */
.businessCateArea #topicsDl { margin-top: 75px; border-radius: 20px; overflow: hidden; }
.businessCateArea #topicsDl dt { background: url("/business/images/topics_bg.png") no-repeat left top / cover; color: #fff; font-size: 113%; padding: 7px 20px; font-weight: normal; }
.businessCateArea #topicsDl dd { padding: 30px 50px 55px; background-color: #eef5f8; }
.businessCateArea #topicsDl dd #topicsTitle { display: flex; justify-content: space-between; align-items: center; }
.businessCateArea #topicsDl dd #topicsTitle div { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.businessCateArea #topicsDl dd #topicsTitle div h3 { font-size: 213%; color: #008ed8; }
.businessCateArea #topicsDl dd #topicsTitle div h3 + div { font-size: 153%; font-weight: bold; margin-top: 5px; }
.businessCateArea #topicsDl dd #topicsTitle ul { display: flex; margin-top: 0; }
.businessCateArea #topicsDl dd #topicsTitle ul li { margin-left: 10px; }
.businessCateArea #topicsDl dd #topicsTitle ul li:first-child { margin-left: 0; }
.businessCateArea #topicsDl dd #topicsTitle ul li img { width: auto; border-radius: 0; }
.businessCateArea #topicsDl dd #topicsTitle + p { margin-top: 25px; line-height: 1.8; }

.businessCateArea #topicsDl dd #borderTxt { margin-top: 35px; border: solid 1px #008fdb; background-color: #fff; padding: 25px; font-size: 86%; line-height: 2; border-radius: 12px; }
.businessCateArea #topicsDl dd #borderTxt p + p { margin-top: 5px; }

.businessCateArea #topicsDl dd p.atComment { font-size: 87%; margin-top: 15px; }
.businessCateArea #topicsDl dd h4 { font-size: 120%; color: #008ed8; margin-top: 50px; position: relative; padding-left: 20px; }
.businessCateArea #topicsDl dd h4::before { content: ""; width: 10px; height: 10px; background-color: #008cd8; position: absolute; top: 0.45em; left: 0; border-radius: 50%; }
.businessCateArea #topicsDl dd ul { margin-top: 15px; display: flex; justify-content: space-between; flex-wrap: wrap; }
.businessCateArea #topicsDl dd ul + ul { margin-top: 35px; }
.businessCateArea #topicsDl dd ul li img { border-radius: 15px; }
.businessCateArea #topicsDl dd ul li h4 { margin-top: 0; }
.businessCateArea #topicsDl dd ul li h4 + img { margin-top: 15px; }

.businessCateArea #topicsDl .flexList li { width: 49%; }

.businessCateArea #topicsDl .flexOuter { display: flex; justify-content: space-between; }
.businessCateArea #topicsDl .flexOuter .txtBox { width: 60%; }
.businessCateArea #topicsDl .flexOuter .imgBox { width: 35%; }

.businessCateArea #topicsDl .w460 { width: 460px; }

/*キャプション*/
.businessCateArea .imgCap img + span { display: block; margin-top: 15px; font-size: 87%; }



/*------------------------------
  engineering
-------------------------------*/
.mainWrap #titleSec.engineeringMv { background-image: url("/business/images/engineering_title_bg.webp"); }
.mainWrap #titleSec.overseasMv { background-image: url("/business/images/overseas_title_bg.webp"); }

/*------------------------------
  architecture
-------------------------------*/
.mainWrap #titleSec.architectureMv { background-image: url("/business/images/architecture_title_bg.webp"); }

/*------------------------------
  investment
-------------------------------*/
.mainWrap #titleSec.investmentMv { background-image: url("/business/images/investment_title_bg.webp"); }
.businessCateArea #topicsDl dd #investmentTopics { display: flex; justify-content: space-between; margin-top: 35px; }
.businessCateArea #topicsDl dd #investmentTopics p { flex: 1; }
.businessCateArea #topicsDl dd #investmentTopics div { width: 380px; margin-left: 40px; }
.businessCateArea #topicsDl dd #investmentTopics div img { border-radius: 15px; }
.businessCateArea #topicsDl dd #investmentTopics div span { display: block; text-align: right; margin-top: 15px; font-size: 93%; }

