@charset "utf-8";

/* ---------------------------------------------------
   File: craftsmanship_process.css
   Version: 2.0.0
   Update: 2025-04-08
   Author: https://flowlab.co.jp

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



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

   WIDE DESKTOP LAYOUT

=========================================================================================================================================== */
/* ====================================================
		Layout
==================================================== */
#flowBox section {
	margin-bottom: 30px;
	position: relative;	
}
#flowBox section::before {
	position: absolute;
	width: calc(50% + 550px);
	height: 100%;
	right: 0;
	box-sizing: border-box;
	background-color: #FFF;
	content: "";
}
#flowBox section .content {
	padding: 70px 0 90px 100px;
}
#flowBox section .content::after {
	position: absolute;
	width: 1px;
	left: 160px;
	top: 0;
	bottom: -90px;
	background-color: rgba(0, 0, 0, 0.2);
	content: "";
}
#flowBox {
	margin-bottom: 180px;
}
#flowBox section:first-of-type .content::after {
	top: 80px;
}
#flowBox section:last-of-type .content::after {
	height: 100px;
	overflow: hidden;
}




/* ====================================================
		Flow
==================================================== */
/* -------------------------------
		Page Title
------------------------------- */
.headLine01 {
	margin-bottom: 97px;
}

/* -------------------------------
		Flow Number
------------------------------- */
#flowBox section .title {
	position: relative;
	width: 120px;
	height: 120px;
	padding-top: 32px;
	font-size: 1.4rem;
	line-height: 1.2;
	text-align: center;
	border-radius: 50%;
	letter-spacing: 0.04em;
	background-color: #FFF;
	z-index: 2;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
}
#flowBox section .title .num {
	margin-top: -3px;
	display: block;
	font-size: 4rem;
  font-weight: 500;
}

/* -------------------------------
		Detail
------------------------------- */
#flowBox section .txtBox {
	margin-top: 11px;
	width: calc(100% - 160px);
}
#flowBox section .txtBox .subBox {
	max-width: 360px;
}

/* Title */
#flowBox section .txtBox h2 {
	margin-bottom: 11px;
	color: #00912C;
	font-size: 3.4rem;
	letter-spacing: 0.04em;
}

/* Text */
#flowBox section .txtBox p {
	letter-spacing: 0.02em;
	line-height: 2.1;
}

/* Button */
#flowBox section .txtBox .comLink {
	margin-top: 21px;
}
#flowBox section .txtBox .comLink a {
	margin: 0;
}

/* Photo */
#flowBox section .txtBox .phoBox {
	margin: 8px -100px 0 0;
	width: 540px;
}
@media all and (max-width: 1320px) {
	#flowBox section .txtBox .phoBox {
		margin-right: -80px;
	}
}












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

   TABLET - LARGE

============================================================================================================================================= */
@media screen and (min-width: 897px) and (max-width: 1280px) {
  
  /* ====================================================
      Layout
  ==================================================== */
  #flowBox section .content {
    padding: 70px 0 90px 0;
  }
  #flowBox section .content::after {
    left: 60px;
  }
  
  
  /* ====================================================
      Flow
  ==================================================== */
  /* -------------------------------
      Detail
  ------------------------------- */
  #flowBox section .txtBox .subBox {
    max-width: 100%;
  }
  #flowBox section .txtBox .phoBox {
    width: 100%;
    padding-top: 20px;
  }
  
  
  
  
}








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

   MOBILE

============================================================================================================================================= */
@media screen and (max-width: 896px) {
  
  /* ====================================================
      Layout
  ==================================================== */
	#flowBox section {
		margin: 0 15px 15px;
	}
	#flowBox section::before {
		width: 100%;
	}
	#flowBox section .content {
		padding: 30px 15px 40px;
		display: block;
	}
	#flowBox section .content::after {
		display: none;
	}
	#flowBox {
		margin-bottom: 40px;
	}
  
  /* -------------------------------
    comLinkList
  ------------------------------- */
  .comLinkList {
    margin-top: 60px;
  }
  
  
  
  /* ====================================================
      Flow
  ==================================================== */
  /* -------------------------------
      Flow Number
  ------------------------------- */
	#flowBox section .title {
		margin: 0 auto;		
		padding-top: 22px;
		width: 80px;
		height: 80px;
		font-size: 1rem;
	}
	#flowBox section .title .num {
		font-size: 3rem;
	}
  
  /* -------------------------------
      Detail
  ------------------------------- */
	#flowBox section .txtBox {
		margin-top: 20px;
		width: auto;
		display: block;
	}
	#flowBox section .txtBox .subBox {
		max-width: inherit;
	}
  
  /* Title */
	#flowBox section .txtBox h2 {
		font-size: 2.5rem;
    text-align: center;
	}
  
  /* Button */
	#flowBox section .txtBox .comLink a {
		margin: 0 auto;
	}
  
  /* Photo */
	#flowBox section .txtBox .phoBox {
		margin: 20px 0 0;
		width: auto;
	}
  
  
  
  
  
}


