.breadcrumb .home{
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    color: #333333;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 20px;
}
.breadcrumb{
    padding-top: 15px;
}
.breadcrumb ul li{
    position: relative;
}
.breadcrumb ul li:not(:last-child)::after{
    position: static;
    content: ">";
    padding: 10px;
}
#page-header{
    position: relative;
}
#page-header::before{
    width: 180px;
    height: 120px;
    background-size: 100% 100%;
    display: block;
    content: '';
    position: absolute;
    left: calc(50vw - 720px);
    top:190px;
    background-image: url(../images/index/element-02.svg);

}
.list-anchor{
    display: flex;
    justify-content: center;
    gap:10px;

}
.list-anchor li{
    display: flex;
    position: relative;
    font-size: 1.6rem;
    width: 240px;
    border: 2px solid #0099ff;
    border-radius: 20px;
    align-items: center;
}
.list-anchor li a{
    display: flex;
    align-items: center;
    padding: 16px 20px 14px;
    width: 100%;
}
.list-anchor li::before{
    width: 24px;
    height: 24px;
    background-size: 100% 100%;
    display: block;
    content: "";
    position: absolute;
    right:20px;
    background-image: url(../images/company/button-01-arrow.svg);
}



.page-header-work{
    position: relative;
}
body.page-works .page-header:before{
    width: 918px;
    height: 275px;
    background-size: 100% 100%;
    background-image: url(../images/works/header-01.png);
}
.works-01{
    position: relative;
    padding-bottom: 28px;
}

.works-01::before{
    width: 275px;
    height: 190px;
    background-size: 100% 100%;
    display: block;
    content: '';
    position: absolute;
    right: calc(50vw - 758px);
    top:60px;
    background-image: url(../images/company/element-01.svg);
}
.works-01::after{
    width: 208px;
    height: 136px;
    background-size: 100% 100%;
    display: block;
    content: '';
    position: absolute;
    left: calc(50vw + 241px);
    top:40px;
    background-image: url(../images/index/icon-entry.svg);
}
.img-work{
    width: 496px;
    height: 310px;
    position: relative;
}

.img-work .img:before{
    width: 100%;
    height: 100%;
    border: 1px solid #0099ff;
    border-radius: 10px;
    position: absolute;
    top:15px;
    left: 15px;
    z-index: -1;
    content: '';
}
.staff-item{
    display: flex;
    gap: 75px;
    padding-bottom: 80px;
}
.staff-item-title{
    border-left:4px solid #0099ff;
}
.staff-item-right{
    max-width: 482px;
}
.line-1{
    color: #0099ff;
    font-size: 2.3rem;
    padding: 0 20px;
}
.line-2{
    color: #39b04a;
    font-size: 2.8rem;
    padding: 0 20px;
    line-height: 1.36;
    margin-top: 3px;
}
.staff-item-text{
    padding-top: 30px;
}
.works-02{
    position: relative;
    padding: 108px 0 45px;
    background-color: #f2f8f9;
}
.works-02::before{
    width: 275px;
    height: 190px;
    background-size: 100% 100%;
    display: block;
    content: '';
    position: absolute;
    right: calc(50vw - 693px);
    top:-30px;
    background-image: url(../images/company/element-bottom-01.svg);
}
.works-03{
    position: relative;
    padding-top: 140px;
    padding-bottom: 30px;
}
.works-03::before{
    width: 307px;
    height: 156px;
    background-size: 100% 100%;
    display: block;
    content: '';
    position: absolute;
    left: calc(50vw + 50px);
    top:125px;
    background-image: url(../images/works/conversation.svg);
}
.works-03::after{
    width: 275px;
    height: 190px;
    background-size: 100% 100%;
    display: block;
    content: '';
    position: absolute;
    right: calc(50vw - 758px);
    top:83px;
    background-image: url(../images/company/element-01.svg);
}
.staff-item-img{
    gap:0;
}
.border-dashed{
    border-right: 2px dashed #cccccc;
}
.dis-cen{
    display: flex;
    justify-content: center;
    align-items: center;
}
body.page-works .page-header:before{
    width: 916px;
    height: 317px;
}
.staff-list{
    position: relative;
    z-index: 1;
}


body.page-office .page-header:before{
    width: 930px;
    height: 338px;
    background-size: 100% 100%;
    background-image: url(../images/office/header-office.png);
}
.office-01{
    position: relative;
    padding-bottom: 28px;
}
.office-01::before{
    width: 275px;
    height: 190px;
    background-size: 100% 100%;
    display: block;
    content: '';
    position: absolute;
    left: calc(50vw + 475px);
    top:-32px;
    background-image: url(../images/office/element-01.svg);
}
.office-01::after{
    width: 224px;
    height: 129px;
    background-size: 100% 100%;
    display: block;
    content: '';
    position: absolute;
    left: calc(50vw + 200px);
    top: -50px;
    background-image: url(../images/office/mac_1.svg);
}
.training-list{
    position: relative;
    z-index: 1;
    margin-bottom: 127px;
}
.training-item{
    width: 100%;
    height: auto;
    background-color: #f3f7f0;
    border-radius: 20px;
    padding: 48px 50px 16px 44px;
    margin-bottom: 36px;
    display: flex;
    gap:50px;
}
.training-item-left{
    width: 264px;
    height: 264px;
}
.training-img{
    width: 264px;
    height: 264px;    
    border-radius: 50%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.training-img .img-train-01{
    width: 180px;
    height: 220px;
}
.training-img .img-train-02{
    width: 193px;
    height: 172px;
}
.training-img .img-train-03{
    width: 233px;
    height: 134px;
}
.training-item-right .line-2{
    font-size: 3.5rem;
    margin: 0;
    padding: 8px 0 8px 34px;
    border-left:2px solid #0099ff ;
    letter-spacing: 0.1em;
}
.staff-item-text p{
    padding-bottom: 40px;
    letter-spacing: 0.05em;
    text-align: justify;
}
.office-02{
    position: relative;
    padding: 108px 0 130px;
    background-color: #f2f8f9;
}
.office-02::before{
    width: 279px;
    height: 214px;
    background-size: 100% 100%;
    display: block;
    content: '';
    position: absolute;
    left: calc(50vw + 154px);
    top:-50px;
    background-image: url(../images/office/group_1.svg);
}
.office-02::after{
    width: 252px;
    height: 223px;
    background-size: 100% 100%;
    display: block;
    content: '';
    position: absolute;
    left: calc(50vw + 526px);
    top:-62px;
    background-image: url(../images/company/element-bottom-01.svg);
}
.career-up{
    background-color: #ffffff;
    width: 100%;
    height: auto;
    border: 1px solid #0099ff;
    padding: 38px 43px 49px 22px;
    border-radius: 20px;
}
.office-03{
    position: relative;
    padding-top: 110px;
}
.office-03::before{
    width: 280px;
    height: 195px;
    background-size: 100% 100%;
    display: block;
    content: '';
    position: absolute;
    left: calc(50vw + 396px);
    top:-56px;
    background-image: url(../images/office/element-01.svg);
}
.welfare-title{
    width: 100%;
    height: 60px;
    background-color: #0099ff;
    border-radius: 20px;
    text-align: center;
    padding: 10px 0 4px;
}
.welfare-title p{
    font-size: 2.5rem;
    color: white;
}
.welfare-img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 222px;
    height: 222px;
    border-radius: 50%;
    border: 2px solid #73c140;
    margin-bottom: 18px;
}
.welfare-list{
    padding: 40px 0 100px 17px;
    column-gap:72px;
    row-gap:60px;
    display: flex;
    flex-wrap: wrap;
}
.welfare-detail_title{
    margin-bottom: 7px;
    font-size: 2.3rem;
    color: #0099ff;
    text-align: center;
    letter-spacing: 0.1em;
}
.welfare-detail_desc{
    font-size: 1.6rem;
    line-height: 1.56;
    max-width: 212px;
    margin: auto;
    letter-spacing: 0.05em;
}
.img-wel-01{
    width: 59px;
    height: 156px;
}
.img-wel-02{
    width: 149px;
    height: 122px;
}
.img-wel-03{
    width: 127px;
    height: 166px;
}
.img-wel-04{
    width: 136px;
    height: 173px;
}
.img-wel-05{
    width: 154px;
    height: 129px;
}
.img-wel-06{
    width: 121px;
    height: 141px;
}
.img-wel-07{
    width: 159px;
    height: 144px;
}
.img-wel-08{
    width: 156px;
    height: 154px;
}
.img-wel-09{
    width: 147px;
    height: 109px;
}
.img-wel-10{
    width: 97px;
    height: 137px;
}
.img-wel-11{
    width: 111px;
    height: 123px;
}
.img-wel-12{
    width: 142px;
    height: 140px;
}
.img-wel-13{
    width: 145px;
    height: 157px;
}
.img-wel-14{
    width: 110px;
    height: 162px;
}
.img-wel-15{
    width: 128px;
    height: 136px;
}
.img-wel-16{
    width: 179px;
    height: 160px;
}
.office-04{
    padding-bottom: 95px;
}
.welfare-box{
    display: flex;
    position: relative;
    max-width: 830px;
    height: auto;
    padding: 54px 39px 42px 83px;
    border: 2px solid #70b842;
    border-radius: 50px;
    gap:55px;
}
.welfare-box_title{
    text-align: center;
    font-size: 2.5rem;
    position: absolute;
    width: 100%;
    max-width: 406px;
    height: 60px;
    background-color: #0099ff;
    border-radius: 20px;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 5px;
    color: white;
}
.welfare-box-left{
    width: 179px;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.welfare-box-img{
    width: 179px;
    height: 160px;
}
.welfare-box-right{
    padding-top: 30px;
}
.office-05{
    background-color: #f2f8f9;
    padding: 85px 0;
}
.office-05-plus{
    display: flex;
    flex-direction: row;
    gap: 60px;
}
.office-05-img{
    background-color: #ffffff;
    border: 1px solid #87c13f;
    border-radius: 10px;
    width: 431px;
    height: 312px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.office-05-img img{
    width: 354px;
    height: 284px;
}
.office-05-right{
    margin-top: 59px;
}
.office-05-title{
    font-size: 2.8rem;
    line-height: 1.36;
    color: #00aca0;
    margin-bottom: 40px;
    letter-spacing: 0.1em;
}
.office-05-detail{
    max-width: 480px;
    letter-spacing: 0.05em;
}
#company-02 .blogtext{
    max-width: 940px;
    margin: auto;
    padding-left: 40px;
}