
.secMain {
	background: url(../img/main/shikishidai.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

#shikishi01 {
	margin-bottom: 4vw;
	padding: 2vw 0px;
}

#shikishi01 h3 {
	font-weight: normal;
	letter-spacing: 0.4em;
	/*font-size: 4.5vw;*/
	font-size:min(4.5vw,40px);
	text-align: center;
}

.shiki_tate {
	/*font-size: 2vw;*/
	font-size:min(2vw,30px);
	width: 100%;
	display: flex;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	align-items: center;
	line-height: 2em;
}

.yui_txt {
	padding: 0px 1vw;
}

.yui_txt p {
	margin-bottom: 2vw;
}

.flowWap {
	width: 100vw;
	max-width: 1200px;
	margin: 0px auto;
	padding: 1vw 3vw;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.flowWap::before{
  content:"";
  display: block;
  width: 30%;
  order:1;
 	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.flowWap::after{
  content:"";
  display: block;
  width: 30%;
 	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.flow_box {
	width: 30%;
	margin-bottom: 4vw;
	position: relative;
}

/*@media handheld, only screen and (max-width: 1050px) {

	.flowWap::before{
	  width:30%;
	}

	.flowWap::after{
	  content:"";
	  width: 30%;
	}

	.flow_box {
		width: 30%;
		margin-bottom: 4vw;
	}

	.flow_txt {
		font-size: 1.5vw;
	}
}*/

@media handheld, only screen and (max-width: 850px) {

	.flowWap::before{
	  width: 45%;
	}

	.flowWap::after{
	  width: 45%;
	}

	.flow_box {
		width: 45%;
		margin-bottom: 8vw;
	}

	.flow_txt {
		font-size: 1.8vw;
	}
}

@media handheld, only screen and (max-width: 767px) {

	.flowWap::before{
	  width: 48%;
	}

	.flowWap::after{
	  width: 48%;
	}

	.flow_box {
		width: 48%;
		margin-bottom: 8vw;
	}

	.flow_txt {
		font-size: 2.2vw;
	}
}




.flow_num {
	position: absolute;
	top: -20px;
	left: -20px;
	background-color: var(--dark-color);
	color: #fff;
    width: 45px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    line-height: 40px;
    height: 45px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.flow_img img{
	margin-bottom: 0px;
}

.flow_img img{
	vertical-align: bottom;
}

.flow_txt {
	padding: 1vw 0vw;
	text-align: center;
	background-color: #fff;
	color: var(--dark-color);
}
/*　　スマホ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

@media handheld, only screen and (max-width: 767px) {
/*スマホ*/

	.secMain {
		background: url(../img/main/sp_shikishidai.jpg) no-repeat;
		background-size: cover;
		background-position: center;
		position: relative;
	}

	.secTitle{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
		background: rgba(0,0,0,0.5);
	}

.secTitle h2{
/*	color: #fff;*/
	font-size: 5vw;
	padding: 10px 3.0rem;
/*	font-weight: 100;
	padding: 10px 4.0rem;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	opacity: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;*/
}

	.shiki_tate {
		font-size: 3vw;
		width: 100%;
		display: flex;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		align-items: center;
		line-height: 2em;
	}


	.yui_txt p {
		margin-bottom: 10vw;
	}

	.flow_num {
		position: absolute;
		top: -20px;
		left: 0px;
		background-color: var(--dark-color);
		color: #fff;
	    width: 45px;
	    text-align: center;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    text-decoration: none;
	    line-height: 40px;
	    height: 45px;
	    -webkit-border-radius: 50%;
	    -moz-border-radius: 50%;
	    -ms-border-radius: 50%;
	    -o-border-radius: 50%;
	    border-radius: 50%;
	}


}