@charset "UTF-8";
/* CSS Document */
/*PC*/
@media print, screen and (min-width: 769px) {
#work_style {
position: relative;
margin: 0 auto 120px;
overflow: hidden;
}
#work_style .section_wrap {
margin: 0 auto;
position: relative;
}

#work_style .box {
width: 80%;
position: relative;
margin: 0 auto 100px;
}

#work_style .box:last-child {
margin-bottom: 0;
}

#work_style .box .d_ttl {
position: relative;
font-size: 2.6rem;
font-weight: 800;
line-height: 1.6;
margin: 0 0 30px;
padding: 0 0 0 10px;
}

#work_style .box .d_txt {
font-size: 1.2rem;
margin: 0 0 40px;
}

#work_style .box .icon{
position: absolute;
top: 0px;
right: -10%;
width: 40%;
z-index: -1;
opacity: .05;
}

#work_style .list{
margin: 0;
}

#work_style .list li{
margin-bottom: 140px;
}

#work_style .list li:last-child{
margin-bottom: 0;
}

#work_style .box02 {
width: 90%;
margin-bottom: 100px;
}

#work_style .box02 .flex_wrap {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
flex-direction: row;
}

#work_style .list li:nth-child(even) .box02 {
margin:0 0 100px auto;
}

#work_style .list li:nth-child(even) .flex_wrap {
flex-direction:row-reverse;
}

#work_style .box02 .flex_wrap .imgbox {
width: 50%;
border-radius: 0 10px 10px 0;
}

#work_style .box02 .flex_wrap .imgbox img{
border-radius: 0 .6rem .6rem 0
}

#work_style .list li:nth-child(even) .box02 .flex_wrap .imgbox img {
border-radius:.6rem 0 0 .6rem;
}

#work_style .box02 .flex_wrap .txtbox {
width: 45%;
margin-top: 30px;
}

#work_style .box02 .flex_wrap .txtbox h3 {
font-size: 2rem;
font-weight: 800;
line-height: 1.4;
margin-bottom: 30px;
padding-left: 20px;
position: relative;
}

#work_style .box02 .flex_wrap .txtbox h3::before {
display: block;
position: absolute;
top: 17px;
left: 0;
width: 20px;
height:20px;
content: "";
background:linear-gradient(90deg, rgba(255, 194, 190,1), rgba(231, 56, 43, 1) 50%, rgba(121, 21, 12, 1));
clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

#work_style .box02 .flex_wrap .txtbox p {
font-size: 1rem;
}


}
/*sp*/
@media only screen and (max-width: 768px) {
#work_style {
position: relative;
margin: 0 auto 120px;
overflow: hidden;
}
#work_style .section_wrap {
margin: 0 auto;
position: relative;
}

#work_style .box {
width: 80%;
position: relative;
margin: 0 auto 100px;
}

#work_style .box:last-child {
margin-bottom: 0;
}

#work_style .box .d_ttl {
position: relative;
font-size: 2.6rem;
font-weight: 800;
line-height: 1.6;
margin: 0 0 30px;
padding: 0 0 0 10px;
}

#work_style .box .d_txt {
font-size: 1.2rem;
margin: 0 0 40px;
}

#work_style .box .icon{
position: absolute;
top: 0px;
right: -10%;
width: 40%;
z-index: -1;
opacity: .05;
}

#work_style .list{
margin: 0;
}

#work_style .list li{
margin-bottom: 140px;
}

#work_style .list li:last-child{
margin-bottom: 0;
}

#work_style .box02 {
width: 90%;
margin-bottom: 100px;
}

#work_style .box02 .flex_wrap {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
flex-direction: row;
}

#work_style .list li:nth-child(even) .box02 {
margin:0 0 100px auto;
}

#work_style .list li:nth-child(even) .flex_wrap {
flex-direction:row-reverse;
}

#work_style .box02 .flex_wrap .imgbox {
width: 50%;
border-radius: 0 10px 10px 0;
}

#work_style .box02 .flex_wrap .imgbox img{
border-radius: 0 .6rem .6rem 0
}

#work_style .list li:nth-child(even) .box02 .flex_wrap .imgbox img {
border-radius:.6rem 0 0 .6rem;
}

#work_style .box02 .flex_wrap .txtbox {
width: 45%;
margin-top: 30px;
}

#work_style .box02 .flex_wrap .txtbox h3 {
font-size: 2rem;
font-weight: 800;
line-height: 1.4;
margin-bottom: 30px;
padding-left: 20px;
position: relative;
}

#work_style .box02 .flex_wrap .txtbox h3::before {
display: block;
position: absolute;
top: 17px;
left: 0;
width: 20px;
height:20px;
content: "";
background:linear-gradient(90deg, rgba(255, 194, 190,1), rgba(231, 56, 43, 1) 50%, rgba(121, 21, 12, 1));
clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

#work_style .box02 .flex_wrap .txtbox p {
font-size: 1rem;
}

}