@charset "UTF-8";

/*
	Theme Name: kobayashi-dw
	Theme URI: http://kobayashi-dw.com
	Author: kobayashi-dw
	Author URI: http://kobayashi-dw.com
*/

/****************************************

          General Setting

*****************************************/
.process_slide {
	width: calc(100% - 0px);
	height: 350px;
	padding: 0px;
	margin: 0px;
	position: relative;
	z-index: 0;
	overflow: hidden;
	background: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: url("http://www.tsuyamakoukou-goukaku-zemi.com/wp-content/uploads/2026/02/process_background01.jpg") no-repeat bottom center;
	background-size: cover;
}

.process_slide::after {
	padding: 0px;
	margin: 0px;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.3);
	background-image: radial-gradient(#000 0%, transparent 15%), radial-gradient(#000 0%, transparent 15%);
	background-size: 4px 4px;
	background-position: 0 0, 2px 2px;
}

.process_slide p span {
	width: calc(100% - 0px);
	position: relative;
	top: 280px;
	left: 80px;
	color: #fff;
	font-size: 50px;
	text-align: left;
	letter-spacing: 0.1em;
	font-variant-ligatures: none;
	font-weight: 900;
	z-index: 1;
	transition: 1s;
	opacity: 0;
	transform: translateY(20px);
	transform: translate(-50%, -50%);
	display: block;
}

.process_slide p span:first-child {
  animation: catch_anime 1.4s forwards 1s;　
}
.process_slide p span:nth-child(2) {
  animation: catch_anime 1.4s forwards 2s;
}
.process_slide p span:nth-child(3) {
  animation: catch_anime 1.4s forwards 3s;
}
.process_slide p span:nth-child(4) {
  animation: catch_anime 1.4s forwards 4s;
}


ul.process_3column {
	float: left;
	width: calc(100% - 0px);
	margin: 0px;
	margin-bottom: 50px;
	padding: 0px;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

ul.process_3column li {
	float: left;
	width: calc(100% / 3 - 44px);
	margin-top: 0px;
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 10px;
	padding: 0px 10px;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: top;
}

.process_sbox01 {
	width: calc(100% - 0px);
	max-width: 870px;
	margin: 50px auto 0; /* ← 上に余白を追加 */
	margin-bottom: 50px;
	padding: 0px;
	color: #333;
	font-size: 24px;
	line-height: 1.8;
	text-align: left;
	background: #fff;
	border-radius: 20px;
}

.process_title40 {
	width: 100%;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
	font-size: 40px;
	line-height: 1.6;
	text-align: center;
	font-family: "Shippori Mincho", serif;
}




@media screen and (max-width: 959px) {
	/* 959px以下に適用されるCSS（タブレット用） */

	
}





@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
	
.process_slide {
	width: calc(100% - 0px);
	height: 200px;
	padding: 0px;
	margin-top: 0px 0px;
	margin-bottom: 10px;
	position: relative;
	z-index: 0;
	overflow: hidden;
	background: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: url("http://www.tsuyamakoukou-goukaku-zemi.com/wp-content/uploads/2026/02/process_background01.jpg") no-repeat bottom center;
	background-size: cover;
}
	
.process_slide p span {
	width: calc(100% - 0px);
	position: relative;
	top: 130px;
	left: 20px;
	color: #fff;
	font-size: 24px;
	text-align: left;
	letter-spacing: 0.1em;
	font-variant-ligatures: none;
	font-family: "Shippori Mincho", serif;
	font-weight: 900;
	z-index: 1;
	transition: 1s;
	opacity: 0;
	transform: translateY(20px);
	transform: translate(-50%, -50%);
	display: block;
}

ul.process_3column li {
	float: left;
	width: calc(100% - 20px);
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 0px 10px;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: top;
}
	
.process_sbox01 {
	width: calc(100% - 30px);
	max-width: 700px;
	margin: 50px auto 0; /* ← 上に余白を追加 */
	margin-bottom: 30px;
	padding: 20px 15px;
	color: #333;
	font-size: 18px;
	line-height: 1.8;
	text-align: left;
	background: #fff;
	border-radius: 20px;
}
	
.process_title40 {
	width: 100%;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
	font-size: 26px;
	line-height: 1.6;
	text-align: center;
	font-family: "Shippori Mincho", serif;
}
	
}