@charset "utf-8";
/* container  works-website03*/
.works-website03{
    background-image: url(../images/yellow.png),url(../images/blue_orange-new2.png);
    background-repeat: no-repeat;
    background-position: top 181px left -80px,bottom 220px right -160px;
    background-size: auto,800px;
}

/* website03 */
.seciton--works-website03{
    padding: 0 5.3% 0;
}

.section__topic{
    padding-top: 140px;
}

.website03_contents{
    margin-top: 74px;
}

.tag_list{
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.tag{
   padding: 8px 20px;
   background-color: #F99702;
   color: #FFF;
   font-family: 'Roboto';
   font-size: 1.6rem;
}

.skill{
    margin-top: 7px;
    font-family: "Noto Sans JP";
    font-size: 1.8rem;
}

.siteIntroduction{
    margin: 40px 0 10px;
    font-family: "Noto Sans JP";
    font-size: 1.6rem;
}

.introduction a{
    border-bottom: 1px solid;
    font-family: "Noto Sans JP";
    font-size: 1.6rem;
}

.data_list{
    margin-top: 40px;
}

.data_list dt{
    margin-bottom: 10px;
    font-family: "Noto Sans JP";
    font-size: 1.8rem;
    font-weight: 200;
}

.data_list dd{
    margin-bottom: 50px;
    font-family: "Noto Sans JP";
    font-size: 1.6rem;
    font-style: normal;
    position: relative;
}

.data_list dd:nth-last-of-type(3){
    margin-bottom: 0;
}

.data_list dd::after{
    content:'';
    display: inline-block;
    width: 90%;
    height: 1px;
    position: absolute;
    top:130%;
    left:17.5px;
    background-color: #FFF;
}

.data_list dd:nth-of-type(3)::after{
    display: none;
}

.data_list dd:last-of-type{
    margin-bottom: 0;
}

.brPc{
    display: none;
}

.theme_list{
    margin-top: 60px;
}

.theme_list dt{
    margin-bottom: 20px;
    font-family: "Noto Sans JP";
    font-size: 1.8rem;
    font-weight: 200;
    position: relative;
}

.theme_list dt::after{
    content: '';
    display: inline-block;
    width: 1px;
    height: 18px;
    background-color: #F99702;
    position: absolute;
    top:6px;
    left:56px;
}

.theme_list dd{
    margin-bottom: 40px;
    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 1.6rem;
    font-weight: 200;
}

.theme_list dd:nth-of-type(2),
.theme_list dd:nth-of-type(3){
    margin-bottom: 20px;
}

.theme01 dd{
    margin-bottom: 40px;
}

.theme01 ul li:first-of-type{
    margin-bottom: 20px;
}

.theme02 li{
    margin-bottom: 20px;
}

.theme03 dd{
    margin-bottom: 0;
}


/* ページ　ボタン */
.pageBtn{
    display: flex;
    justify-content: center;
    margin: 80px 0 100px;
}

/* .page_btn-next{
    display: grid;
    width: 140px;
    height: 50px;
    padding: 10px 20px;
    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 1.6rem;
    background-color: #F99702;
    align-items: center;
    border-radius: 50px;
    position: relative;
} */

.page_btn-before{
    display: flex;
    flex-direction: row-reverse;
    width: 140px;
    height: 50px;
    padding: 10px 20px;
    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 1.6rem;
    background-color: #F99702;
    align-items: center;
    border-radius: 50px;
    position: relative;
}

.page_btn-before::before{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 0;
    border-right: 17px solid #FFF;
    display: inline-block;
    position: absolute;
    top:30%;
    left:15%;
}

.page_btn-next::after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 17px solid #FFF;
    border-right: 0;
    display: inline-block;
    position: absolute;
    top:30%;
    right:15%;
}
/* pc */
@media screen and (min-width:769px) {
    .website03_contents{
        display: flex;
        gap: 30px;
        justify-content: space-evenly;
    }

    .website03_contents img{
        width: 575px;
        height: auto;
    }

    .data_list{
        margin-top: 0;
    }

    .data_list dd{
        margin-bottom: 40px;
    }

    .data_list dd:last-of-type{
        margin-bottom: 0;
    }

    .brPc{
        display: block;
    }

    .tag_list-skill{
        display: flex;
        justify-content: space-between;
    }

    .siteIntroduction{
        margin-top: 60px;
    }

    .siteUrl{
        margin-top: 30px;
    }

    .theme_list{
        display: grid;
        justify-content: space-around;
        margin-top: 100px;
    }
    
    .theme_list dt::after{
        left: 45px;
    }

    .theme01,.theme02,.theme03{
        display: flex;
        gap: 20px;
    }

    .theme01,.theme02 li{
        margin-bottom: 0;
    }

    .theme01 ul li:first-of-type{
        margin-bottom: 0;
    }
}/* pc  */





