@charset "UTF-8";
/* CSS Document */

/* main */
.work{
	padding: 3rem 0;
}

.work .workQandaWrapper{
	position: relative;
	height: 300px;
	margin-bottom: 4rem;
}
.work .imgLeft{
	position: absolute;
	top:0;
	left:45px;
	width:500px;
	z-index: 0;
}

.work .qandaTxtRight{
	position: absolute;
	bottom:10%;
	left:100px;
	width: 43%;
	text-align: left;
	z-index: 1;
}

.work .imgRight{
	position: absolute;
	top:0;
	right:45px;
	width:500px;
	z-index: 0;
}

.work .qandaTxtLeft{
	position: absolute;
	bottom:8%;
	right:100px;
	width: 43%;
	text-align: left;
	z-index: 1;
}

.work .qandaTxtLeft .qTxt,
.work .qandaTxtRight .qTxt{
	font-size: 2.2rem;
	font-weight: bold;
	color: #5fc157;
	line-height: 3.5rem;
	padding: 0.5rem 1rem;
	background: linear-gradient(transparent 0%, #fff 0%);
	border-radius:4px;
	margin-bottom: 1rem;
}

.work .qandaTxtLeft .aTxt,
.work .qandaTxtRight .aTxt{
	font-size: 1.8rem;
	font-weight: bold;
	color: #ff6878;
	line-height: 2.5rem;
	padding: 0.5rem 1rem;
	background: linear-gradient(transparent 0%, #fff 0%);
	border-radius:4px;
}

.work .otherVoice {
    position: relative;
    margin: 2rem 0 5rem 0;
    padding: 2rem 1rem;
    border: solid 3px #5fc157;
    border-radius: 8px;
	text-align: left;
}

.work .otherVoice .otherVoiceTtl {
    position: absolute;
    display: inline-block;
    top: -1rem;
    left: 1rem;
    padding: 0 0.25rem;
    line-height: 1;
    font-size: 2rem;
    background: #f0faec;
    color: #5fc157;
    font-weight: bold;
}

.workBtnflexWrapper{
	display:flex;
	justify-content: space-between;
	align-items:center;
}

.workBtn {
  	display: inline-block;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
  	padding: 2rem 3rem;
  	border-radius: 75px;
  	text-decoration: none;
  	color: #FFF;
  	background:-webkit-linear-gradient(left, #ff886a 0%, #ff886a 50%, #e57a5f 50%, #e57a5f 100%);
  	background:linear-gradient(to right, #ff886a 0%, #ff886a 50%, #e57a5f 50%, #e57a5f 100%);
	margin-bottom: 3rem;
}

.workBtn .workBtnTxt{
	font-size: 2rem;
	font-weight: normal;
}


@media only screen and (max-width: 768px) {
.work .workQandaWrapper{
	position: static;
	height: 100%;
}

.work .imgLeft,
.work .imgRight{
	position: static;
	top:0;
	left:0;
	width:100%;
	margin-bottom: 2rem;
}

.work .qandaTxtLeft,
.work .qandaTxtRight{
	position: static;
	top:0;
	right:0;
	width: 100%;
}

.work .qandaTxtLeft .qTxt,
.work .qandaTxtRight .qTxt{
	font-size: 1.8rem;
	line-height: 3rem;
}

.work .qandaTxtLeft .aTxt,
.work .qandaTxtRight .aTxt{
	font-size: 1.6rem;
}

.work .otherVoice {
    margin: 2rem 0 4rem 0;
}

.work .otherVoice .otherVoiceTtl {
    font-size: 1.8rem;
}

.workBtnflexWrapper{
	flex-wrap: wrap;
}

.workBtn {
	width: 85%;
  	font-size: 1.8rem;
}

.workBtn .workBtnTxt{
	font-size: 1.6rem;
}
}