@charset "utf-8";

/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
.helo {
	background-image: url("../images/works/h_bg.webp");
	height: 500px;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.helo .inner {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-top: 200px;
}
.helo .inner h1 {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-shadow: 0px 0px 15px rgba(0,0,0,0.30),0px 0px 15px rgba(0,0,0,0.30),0px 0px 15px rgba(0,0,0,0.30);
}
.helo .inner h1 span {
	color: #D83935;
	font-size: 80px;
	font-family: 'Inter', 'Noto Serif JP', serif;
	display: block;
	margin-bottom: 40px;
	text-shadow: 0px 0px 15px rgba(255,255,255,0.30),0px 0px 15px rgba(255,255,255,0.30);
}
.helo h2 {
	margin-top: 240px;
	font-size: 30px;
	font-weight: bold;
	color: #EB322D;
	margin-bottom: 20px;
}




.flow {
	margin-top: 250px;
}
.flow h2+p {
	margin-bottom: 70px;
}
.flow .box {
	background-color: #FCECEB;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.flow .box .flex {
	width: 1035px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
}
.flow .box .flex.migi {
	flex-direction: row-reverse;
}
.flow .box .flex h3 {
	font-size: 34px;
	font-weight: bold;
	color: #D83935;
	margin-bottom: 25px;
}
.flow .box .flex h3 span {
	width: 110px;
	height: 40px;
	line-height: 40px;
	background-color: #D83935;
	color: #fff;
	font-size: 20px;
	display: inline-block;
	text-align: center;
	margin-right: 15px;
	position: relative;
	top: -5px;
}
.flow .box .flex .boxtext {
	background-color: #FFFFFF;
	width: 440px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 45px;
	color: #D83935;
	font-weight: bold;
	font-size: 16px;
	background-image: url("../images/works/icon.png");
	background-repeat: no-repeat;
	background-position: center left 15px;
	margin-top: 50px;
}
.flow .box+figure {
	margin-top: 30px;
	margin-bottom: 30px;
	transform: rotate(90deg);
}





.voice {
	margin-top: 100px;
}
.voice h2+p {
	margin-bottom: 70px;
}
.voice .box {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	text-align: left;
	margin-bottom: 50px;
}
.voice .box .flex {
	display: flex;
	justify-content: space-between;
	width: 1035px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
.voice .box:nth-of-type(2) .flex {
	flex-direction: row-reverse;
}
.voice .box:nth-of-type(2) .flex figure {
	margin-right: 35px;
}
.voice .box .flex div h3 {
	font-weight: bold;
	color: #D83935;
	font-size: 34px;
	margin-bottom: 25px;
	padding-top: 20px;
}
.voice .box .flex div h3+p {
	font-size: 20px;
	line-height: 1.6em;
}
.voice .box .flex div h3+p+p {
	font-size: 16px;
	line-height: 1.8em;
	margin-top: 15px;
}
}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
.helo {
	background-image: url("../images/works/h_bg.webp");
	height: 60vw;
	background-position: center right -22vw;
	background-size: cover;
}
.helo .inner {
	width: 90%;
	padding-top: 35vw;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.helo .inner h1 {
	color: #fff;
	font-size: 6vw;
	font-weight: bold;
	text-shadow: 0px 0px 15px rgba(0,0,0,0.30),0px 0px 15px rgba(0,0,0,0.30),0px 0px 15px rgba(0,0,0,0.30);
}
.helo .inner h1 span {
	color: #D83935;
	font-size: 12vw;
	font-family: 'Inter', 'Noto Serif JP', serif;
	display: block;
	margin-bottom: 5vw;
	text-shadow: 0px 0px 15px rgba(255,255,255,0.30);
}





.helo h2 {
	margin-top: 15vw;
	font-size: 5vw;
	font-weight: bold;
	color: #EB322D;
	margin-bottom: 3vw;
}




.flow {
	margin-top: 55vw;
}
.flow h2+p {
	margin-bottom: 10vw;
}
.flow .box {
	background-color: #FCECEB;
	padding-top: 8vw;
	padding-bottom: 8vw;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.flow .box .flex {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.flow .box .flex h3 {
	font-size: 6vw;
	font-weight: bold;
	color: #D83935;
	margin-bottom: 2vw;
}
.flow .box .flex h3 span {
	height: 8vw;
	line-height: 8vw;
	padding-left: 2vw;
	padding-right: 2vw;
	background-color: #D83935;
	color: #fff;
	font-size: 4vw;
	display: inline-block;
	text-align: center;
	margin-right: 2vw;
	position: relative;
	top: -0.7vw;
}
.flow .box .flex .boxtext {
	background-color: #FFFFFF;
	padding: 3vw;
	padding-left: 8vw;
	line-height: 1.6em;
	color: #D83935;
	font-weight: bold;
	font-size: 3.5vw;
	background-image: url("../images/works/icon.png");
	background-repeat: no-repeat;
	background-position: top 4.5vw left 3vw;
	background-size: 3vw;
	margin-top: 5vw;
	margin-bottom: 5vw;
}
.flow .box+figure {
	margin-top: 5vw;
	margin-bottom: 5vw;
	width: 5vw;
	margin-left: auto;
	margin-right: auto;
	transform: rotate(90deg);
}





.voice {
	margin-top: 15vw;
	margin-bottom: 15vw;
}
.voice h2+p {
	margin-bottom: 70px;
}
.voice .box {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	text-align: left;
	margin-bottom: 8vw;
}
.voice .box .flex {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5vw;
	padding-bottom: 5vw;
}
.voice .box .flex div h3 {
	font-weight: bold;
	color: #D83935;
	font-size: 6vw;
	margin-bottom: 5vw;
}
.voice .box .flex div h3+p {
	font-size: 4.5vw;
	line-height: 1.6em;
}
.voice .box .flex div h3+p+p {
	line-height: 1.8em;
	margin-top: 5vw;
	margin-bottom: 5vw;
}
}



/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp400
===============================================*/
#sp400------------------------------------------- {
}
}



/*===============================================
●画面の横幅が320pxまで
===============================================*/
@media screen and (max-width:320px){
/*===============================================
●sp320
===============================================*/
#sp320------------------------------------------- {
}
}



/*===============================================
●画面の横幅が481pxから768pxまで
===============================================*/
@media screen and (min-width:481px) and (max-width:768px) {
/*===============================================
●tablet
===============================================*/
#tab------------------------------------------- {
}
}