@charset "utf-8";

/* ---------------------------------------------------
   File: group.css
   Version: 1.0.0
   Update: 2021-10-25
   Author: https://flowlab.co.jp

   (c)2007-2021 Flowlab inc. All Rights Reserved.
--------------------------------------------------- */



/* ===========================================================================================================================================

   WIDE DESKTOP LAYOUT

=========================================================================================================================================== */

/* ====================================================
		common
==================================================== */

/* -------------------------------
		Main
------------------------------- */
#main {
}

/* -------------------------------
		Main Visual
------------------------------- */
#main #mainVisual .photo {
  background: url("../group/images/bg_header.jpg") no-repeat center center;
	background-size: cover;
}

/* -------------------------------
		Page Path
------------------------------- */
#pagePath {
	margin-bottom: -1px;
}

/* -------------------------------
		Inner
------------------------------- */
#main .comBox .inner {
  padding-bottom: 100px;
}

/* -------------------------------
		Caution statement
------------------------------- */
#main .notesTxt {
	font-size: 1.2rem;
	display: block;
  padding-top: 10px;
}




/* ====================================================
		Group
==================================================== */

#main #group {
	background-color: #fff;
}

/* -------------------------------
		Title
------------------------------- */
#main #group .h2Ttl {
	margin-bottom: 120px;
	display: flex;
	align-items: center;
	position: relative;
	justify-content: space-between;
}
#main #group .h2Ttl::before {
	margin-top: 8px;
	width: 110vw;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background-color: #bb0007;
	content: "";
}
#main #group .h2Ttl .txt {
	margin-top: 15px;
	padding: 44px 0 40px;
	width: 330px;
	color: #fff;
	text-align: center;
	line-height: 2.375;
	background-color: #ba0006;
	position: relative;
	z-index: 10;
	box-sizing: border-box;
	letter-spacing: 0.12em;
}
#main #group .h2Ttl .en {
	margin-left: -25px;
	padding: 0 25px;
	font-size: 15rem;
	font-weight: normal;
	line-height: 0.965;
	background-color: #fff;
	position: relative;
	z-index: 10;
}




/* ====================================================
		greeting
==================================================== */

#main #greeting {
  background-color: #f6f6f6;
}

/* -------------------------------
		Layout
------------------------------- */
#main #greeting .comBox {
	max-width: 850px;
}

/* -------------------------------
		Title
------------------------------- */
#main #greeting .headLine05 {
  margin-bottom: 100px;
}

/* -------------------------------
		Name
------------------------------- */
#main #greeting .nameTxt {
	margin-top: 31px;
	text-align: right;
}
#main #greeting .nameTxt span {
	margin: -8px 0 0 9px;
	font-size: 2.6rem;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-family: "Zen Old Mincho",sans-serif;
}

@media all and (max-width: 374px) {
	#main #greeting .title .inner {
		padding: 15px 18px 15px 0;
		font-size: 1.6rem;
	}
}






/* ====================================================
		Tsuji Sangyo - Banner
==================================================== */

#main #tsuji-sangyo {
	padding: 160px 0;
	color: #fff;
	background: url("../group/images/bg_tsuji-sangyo.jpg") no-repeat center center;
	background-size: cover;
}

/* -------------------------------
		Title
------------------------------- */
#main #tsuji-sangyo .headLine05 .small {
	padding: 8px 27px 10px;
	font-size: 2.64rem;
	font-style: italic;
	letter-spacing: 0.05em;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	background-color: #bb0007;
}
#main #tsuji-sangyo .headLine05 .txt {
	margin-top: 13px;
	font-size: 7rem;
	letter-spacing: 0.02em;
	font-family: "Outfit",sans-serif;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
}
#main #tsuji-sangyo .headLine05 .special::before {
	background-color: #fff;
}
#main #tsuji-sangyo .headLine05 {
	margin-bottom: 54px;
}

/* -------------------------------
		Button
------------------------------- */
#main #tsuji-sangyo .comBtn03 a {
	color: #fff;
	border-color: #fff;
	background-image: url("../../img_common/icon08.png");
}




/* ====================================================
		Sei Kensetsu
==================================================== */

#main #sei-kensetsu {
	background-color: #fff;
  border-bottom: 1px solid #eee;
}

/* -------------------------------
		Title
------------------------------- */
#main #sei-kensetsu .headLine05 .txt {
	font-style: italic;
}
#main #sei-kensetsu .headLine05 .special {
	margin-top: 20px;
}
#main #sei-kensetsu .headLine05 {
	margin-bottom: 50px;
}

/* -------------------------------
		Lead Text
------------------------------- */
#main #sei-kensetsu .centerTxt {
	margin-bottom: 120px;
	text-align: center;
}

/* -------------------------------
		Photo
------------------------------- */
#main #sei-kensetsu .photo {
  margin-left: auto;
	width: calc(50% + 550px);
	height: 700px;
	background: url("../group/images/ph_sei-kensetsu.jpg") no-repeat center center;
	background-size: cover;
  margin-bottom: 100px;
}

/* -------------------------------
		Service List
------------------------------- */
#main #sei-kensetsu .worksUl {
	display: flex;
	justify-content: space-between;
}
#main #sei-kensetsu .worksUl > li {
	width: calc(50% - 30px);
	background-color: #f6f6f6;
	box-sizing: border-box;
	padding: 60px 60px 20px;
}

/* Title */
#main #sei-kensetsu .worksUl .headLine04 {
	margin-bottom: 60px;
	font-size: 3.6rem;
	font-style: normal;
	text-align: center;
}
#main #sei-kensetsu .worksUl .subTtl {
	margin-bottom: 19px;
	padding: 7px 5px 9px;
	line-height: 1.5;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	background-color: #262827;
}
#main #sei-kensetsu .comTxtUl + .subTtl {
	margin-top: 13px;
}
#main #sei-kensetsu .headLine06 {
	margin-bottom: 40px;
}

/* Detail List */
#main #sei-kensetsu .comTxtUl {
  margin-bottom: 30px;
}
#main #sei-kensetsu .comTxtUl li {
	margin-bottom: 8px;
	display: block;
}

/* -------------------------------
		Table
------------------------------- */
#main #sei-kensetsu .comTable02 td {
	background-color: #f6f6f6;
}
#main #sei-kensetsu .comTable02 .black {
	width: 27.5%;
}






/* ====================================================
		Sei Sogo Kaihatsu
==================================================== */

/* -------------------------------
		Title
------------------------------- */
#main #sei-sogo-kaihatsu .headLine05 .txt {
	font-style: italic;
}
#main #sei-sogo-kaihatsu .headLine05 .special {
	margin-top: 20px;
}
#main #sei-sogo-kaihatsu .headLine05 {
	margin-bottom: 50px;
}

/* -------------------------------
		Lead Text
------------------------------- */
#main #sei-sogo-kaihatsu .centerTxt {
	margin-bottom: 120px;
	text-align: center;
}

/* -------------------------------
		Photo
------------------------------- */
#main #sei-sogo-kaihatsu .photo {
  margin-right: auto;
	width: calc(50% + 550px);
	height: 700px;
	background: url("../group/images/ph_sei-sogo-kaihatsu.jpg") no-repeat center center;
	background-size: cover;
  margin-bottom: 100px;
}

/* -------------------------------
		Table
------------------------------- */
#main #sei-sogo-kaihatsu .comTable02 td {
	background-color: #f6f6f6;
}
#main #sei-sogo-kaihatsu .comTable02 .black {
	width: 27.5%;
}






/* ====================================================
		History
==================================================== */

#main #history {
	border-bottom: 21px solid #fff;
  background-color: #f6f6f6;
}

/* -------------------------------
		Title
------------------------------- */
#main #history .headLine05 {
}

/* -------------------------------
		Timeline
------------------------------- */
#main #history .historyUl {
	position: relative;
}
#main #history .historyUl::before {
	margin-left: -1px;
	width: 1px;
	height: calc(100% + 21px);
	position: absolute;
	top: 20px;
	left: 50%;
	background-color: #ccc;
	content: "";
}
#main #history .historyUl li {
	margin-bottom: 60px;
	display: flex;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	position: relative;
}
#main #history .historyUl li::before {
	margin-left: -10px;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 19px;
	left: 50%;
	background-color: #af000a;
	content: "";
}
#main #history .historyUl li > span {
	width: calc(50% - 38px);
}

/* Year */
#main #history .historyUl .time {
	margin-right: 76px;
	text-align: right;
	line-height: 1;
	color: #a1a1a1;
	letter-spacing: 0.05em;
}
#main #history .historyUl li:nth-child(2n) .time {
	margin: 0 0 0 76px;
	text-align: left;
	order: 3;
}
#main #history .historyUl .time span {
	margin-bottom: 14px;
	color: #af000a;
	font-size: 3.15em;
	font-weight: 800;
	font-family: "Zen Old Mincho",sans-serif;
	display: block;
	letter-spacing: 0;
}

/* Frame */
#main #history .historyUl .txt {
	margin-top: 8px;
	width: calc(50% - 41px);
	padding: 25px 46px 22px;
	background-color: #fff;
	line-height: 2.06;
	box-sizing: border-box;
	position: relative;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
#main #history .historyUl .txt::before {
	position: absolute;
	width: 0;
	height: 0;
	border-bottom: 13px solid transparent;
	border-top: 13px solid transparent;
	border-right: 17px solid #fff;
	left: -12px;
	top: 8px;
	content: '';
}
#main #history .historyUl li:nth-child(2n) .txt::before {
	border-left: 17px solid #fff;
	border-right: none;
	right: -12px;
	left: auto;
}








/* ===========================================================================================================================================

   TABLET - LARGE

============================================================================================================================================= */
@media all and (min-width: 897px) and (max-width: 1299px) {
  
  
  /* ====================================================
      Group
  ==================================================== */

  /* -------------------------------
      Title
  ------------------------------- */
  #main #group .h2Ttl .en {
    font-size: 10rem;
  }
  
  /* -------------------------------
      Company List
  ------------------------------- */
  #main #group .comList02 {
    justify-content: space-between;
  }
  #main #group .comList02 > li {
    margin: 20px 0 0 0;
    width: 30%;
  }
  #main #group .comList02 a .title {
    font-size: 2rem;
  }
  
  
  
  /* ====================================================
      Greeting
  ==================================================== */
  
  /* -------------------------------
      Layout
  ------------------------------- */
  #main #greeting .comBox {
    max-width: 1100px;
    margin: 0 10%;
  }
  
  
  
  /* ====================================================
      Sei Kensetsu
  ==================================================== */

  /* -------------------------------
      Photo
  ------------------------------- */
  #main #sei-kensetsu .photo {
    width: calc(50% + 450px);
  }
  
  
  
  /* ====================================================
      Sei Sogo Kaihatsu
  ==================================================== */

  /* -------------------------------
      Photo
  ------------------------------- */
  #main #sei-sogo-kaihatsu .photo {
    width: calc(50% + 450px);
  }


  
  
}





/* ===========================================================================================================================================

   MOBILE

============================================================================================================================================= */
@media all and (max-width: 896px) {
  
  
  /* ====================================================
      Common
  ==================================================== */
  /* -------------------------------
      Inner
  ------------------------------- */
  #main .comBox .inner {
    padding-bottom: 60px;
  }
  
  
  
  
  /* ====================================================
      Group
  ==================================================== */
  /* -------------------------------
      Title
  ------------------------------- */
	#main #group .h2Ttl {
		margin-bottom: 80px;
		display: block;
    text-align: center;
	}
	#main #group .h2Ttl .en {
		margin-left: 0;
		padding: 0 0 0 10px;
		font-size: 6rem;
		line-height: 1.2;
		display: inline-block;
	}
	#main #group .h2Ttl .txt {
		margin-top: 30px;
		padding: 27px 8px;
		color: #fff;
		text-align: center;
		line-height: 1.6;
		background-color: #bb0007;
		position: relative;
		z-index: 10;
		box-sizing: border-box;
		letter-spacing: 0.12em;
		display: block;
		width: 100%;
	}
  
  /* -------------------------------
      Image
  ------------------------------- */
  #main #group .comList02 .image {
    margin-bottom: 30px;
  }
  
  /* -------------------------------
      Company Name
  ------------------------------- */
  #main #group .comList02 a .title {
    margin-bottom: 15px;
  }
  
  /* -------------------------------
      Button
  ------------------------------- */
  #main #group .comList02 a::after {
    bottom: 0;
  }
  
  
  
  /* ====================================================
      greeting
  ==================================================== */
  
  /* -------------------------------
      Title
  ------------------------------- */
  #main #greeting .headLine05 {
    margin-bottom: 60px;
  }

  /* -------------------------------
      Name
  ------------------------------- */
	#main #greeting .nameTxt span {
		font-size: 2rem;
	}
	#main #greeting .nameTxt {
		margin-top: 30px;
	}
  
  
  
  
  /* ====================================================
      Tsuji Sangyo - Banner
  ==================================================== */
	#main #tsuji-sangyo {
		padding: 100px 0;
	}
  
  /* -------------------------------
      Title
  ------------------------------- */
	#main #tsuji-sangyo .headLine05 .small {
		padding: 7px 27px 9px;
		font-size: 1.6rem;
	}
	#main #tsuji-sangyo .headLine05 .txt {
		margin-top: 13px;
		font-size: 4.5rem;
		letter-spacing: 0;
	}
	.headLine05 .special {
		padding-top: 31px;
		font-size: 1.8rem;
	}
  
  
  /* ====================================================
      Sei Kensetsu
  ==================================================== */
	#main #sei-kensetsu {
	}
  
  /* -------------------------------
      Title
  ------------------------------- */
	#main #sei-kensetsu .headLine06 {
		margin-bottom: 30px;
	}
  #main #sei-kensetsu .headLine05 .special {
    margin-top: 10px;
    font-size: 1.4rem;
  }
  #main #sei-kensetsu .headLine05 .special::before {
    height: 20px;
  }
  
  /* -------------------------------
      Lead Text
  ------------------------------- */
  #main #sei-kensetsu .centerTxt {
    text-align: left;
    margin: 0 20px 60px;
  }
  
  /* -------------------------------
      Photo
  ------------------------------- */
  #main #sei-kensetsu .photo {
    padding-bottom: 54%;
    height: auto;
    width: auto;
    margin-bottom: 60px;
  }
  
  /* -------------------------------
      Service List
  ------------------------------- */
	#main #sei-kensetsu .worksUl {
		display: block;
	}
	#main #sei-kensetsu .worksUl > li {
		margin-bottom: 30px;
		width: auto;
		padding: 20px 20px 1px;
	}
	#main #sei-kensetsu .worksUl > li:last-child {
		margin-bottom: 0;
	}
  
  /* Title */
	#main #sei-kensetsu .worksUl .headLine04 {
		margin-bottom: 20px;
		font-size: 2rem;
    text-align: left;
	}
	#main #sei-kensetsu .worksUl .subTtl {
		margin-bottom: 7px;
    text-align: left;
    padding-left: 20px;
	}
	#main #sei-kensetsu .comTxtUl + .subTtl {
		margin-top: 20px;
	}
  
  /* -------------------------------
      Table
  ------------------------------- */
	#main #sei-kensetsu .comTable02 td,
	#main #sei-kensetsu .comTable02 th {
		padding-bottom: 10px;
		float: none;
	}
	#main #sei-kensetsu .comTable02 th {
		width: 33%;
	}
	#main #sei-kensetsu .comTable02 .black {
		width: 50%;
	}
  
  
  /* ====================================================
      Sei Sogo Kaihatsu
  ==================================================== */
  
  /* -------------------------------
      Title
  ------------------------------- */
	#main #sei-sogo-kaihatsu .headLine06 {
		margin-bottom: 30px;
	}
  #main #sei-sogo-kaihatsu .headLine05 .special {
    margin-top: 10px;
    font-size: 1.4rem;
  }
  #main #sei-sogo-kaihatsu .headLine05 .special::before {
    height: 20px;
  }
  
  /* -------------------------------
      Lead Text
  ------------------------------- */
  #main #sei-sogo-kaihatsu .centerTxt {
    text-align: left;
    margin: 0 20px 60px;
  }
  
  /* -------------------------------
      Photo
  ------------------------------- */
  #main #sei-sogo-kaihatsu .photo {
    padding-bottom: 54%;
    height: auto;
    width: auto;
    margin-bottom: 60px;
  }
  
  /* -------------------------------
      Table
  ------------------------------- */
	#main #sei-sogo-kaihatsu .comTable02 td,
	#main #sei-sogo-kaihatsu .comTable02 th {
		padding-bottom: 10px;
		float: none;
	}
	#main #sei-sogo-kaihatsu .comTable02 th {
		width: 20%;
	}
	#main #sei-sogo-kaihatsu .comTable02 .black {
		width: 20%;
	}
  
  /* -------------------------------
      Button
  ------------------------------- */
  #main #sei-sogo-kaihatsu .comBtn03 {
      margin-top: 20px;
  }
  
  
  
  
  /* ====================================================
      History
  ==================================================== */
	#main #history {
	}
  
  /* -------------------------------
      Timeline
  ------------------------------- */
  #main #history .historyUl::before {
    left: 8px;
  }
  #main #history .historyUl li {
    margin-bottom: 30px;
    display: block;
    padding-left: 30px;
  }
  #main #history .historyUl li::before {
    width: 14px;
    height: 14px;
    top: 0.6em;
    left: 10px;
  }

  /* Year */
  #main #history .historyUl .time {
    margin-right: 0;
    text-align: left;
  }
  #main #history .historyUl li:nth-child(2n) .time {
    margin: 0;
  }
  #main #history .historyUl .time span {
    font-size: 2em;
    display: inline-block;
    margin-right: 10px;
  }

  /* Frame */
  #main #history .historyUl .txt {
    width: 100%;
    padding: 20px;
    display: block;
  }
  #main #history .historyUl .txt::before {
    display: none;
  }
  
  
}

