@charset "UTF-8";
.top-subtitle p {
    font-size: 1.8rem;
    line-height: 1.8;
}
@media screen and (max-width:1040px){
    .top-subtitle p {
      margin-left: auto;
    }
}
@media screen and (max-width: 767px){
.top-subtitle p {
    font-size: 1.4rem;
}
}
@media screen and (max-width: 500px){
.top-title h2 {
    width: 55vw;
}
}

.sc-works-detail {
    max-width: 1024px;
    margin: 0 auto;
    text-align: left;
}
.works-box {
    margin: 160px auto 0;
}
.works-flex {
    display: flex;
    justify-content: space-between;
}
.works-img {
    width: 400px;
    height: 485px;
}
.works-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.works-box h3 {
    background-color: #FEF8F8;
    padding: 30px 30px 30px 65px;
    transform: translateY(-152px);
    font-size: 2.1rem;
    line-height: 1.6;
    font-family: "Palatino", "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
    position: absolute;
    min-width: 230px;
}
.works-box h3::before{
    content: "";
    height: 4px;
    width: 20px;
    border: 1px solid #A29D9D;
    position: absolute;
    transform: translate(-35px, 11px);
}
.works-detail {
    align-self: flex-end;
    background-color: #F8F8F8;
    padding: 30px 15px;
    max-width: 540px;
    word-break: break-all;
}
.works-detail h5 {
    margin-top: 30px;
    color: #726A6A;
    font-size: 1.4rem;
}
.works-detail a {
    color: #FCC228;
    border-bottom: 1px solid #FCC228;
}
.results {
    margin-top: 60px;
}
.results h4 {
    font-size: 2.1rem;
    font-family: "Palatino", "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
    margin-left: 30px;
}
.results h4::before{
    content: "";
    height: 4px;
    width: 20px;
    border: 1px solid #A29D9D;
    position: absolute;
    transform: translate(-30px, 8px);
}
.results-content {
    background-color: #F8F8F8;
    padding: 30px 15px;
    max-width: 1024px;
    margin-top: 20px;
    line-height: 1.4;
    word-break: break-all;
}
.rc-margin {
    margin-bottom: 30px;
}
.results-content h4 {
    margin-bottom: 10px;
}
.results-content h5 {
    margin-bottom: 15px;
    /* margin-left: 10px; */
    border-left: 10px solid #F5998C;
    padding-left: 7px;
    color: #726A6A;
    line-height: 1.2;
}
.results-content h6 {
color: #726A6A;
font-size: 1.4rem;
margin-bottom: 6px;
}
.results-content span {
    font-size: 1.4rem;
    font-weight: bold;
    color: #726A6A;
}
.results-content p {
    margin-bottom: 15px;
}
.results-content a {
    color: #FCC228;
    border-bottom: 1px solid #FCC228;
}

@media screen and (max-width:1040px){
.sc-works-detail {
    margin: 0 15px;
}
.works-detail {
    width: 45vw;
}
}
@media screen and (max-width:800px){
.works-box {
    margin: 90px auto 0;
}
.works-flex {
    display: block;
}
.works-detail {
    width: auto;
    margin: 40px 0px;
    max-width: unset;
}
}
@media screen and (max-width:450px){
.works-detail {
    font-size: 1.4rem;
}
.results p {
    font-size: 1.4rem;
}
.works-img {
    width: 100%;
    height: 120vw;
}
}