.root__head {
    position: relative;
    height: 620px;
}

.r__head__imgs {
    width: calc(95% - 80px);
    position: absolute;
    left: calc(80px + 5%);
    top: 0;
}

.r__head__imgs img {
    width: 100%;
    height: 620px;
    object-fit: cover;
}

.r__head__title {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 20px;
    padding: 140px 0 0 50px;
}

.r__head__works {
    position: absolute;
    right: 25px;
    top: 625px;
}

.sakan__bg {
    background: #F5F0EF;
    padding: 80px 0 200px;
    margin-top: 80px;
}

.sakan__bg > div {
    width: 1125px;
    margin: 0 auto 200px;
}

.sakan__bg .title {
    font-size: 30px;
    margin: 0 0 20px 25px;
}

.s__now__contents {
    width: 860px;
    margin: auto;
}

.s__n__contents__img {
    width: 100%;
    margin-bottom: 5px;
}

.s__n__contents__text {
    margin-top: 10px;
    line-height: 1.8;
}

.s__n__c__text__head {
    font-size: 24px;
    margin-bottom: 5px;
}

.s__ex__ex {
    width: 860px;
    margin: 0 auto 30px;
    line-height: 4;
}

.s__e__ex__ex {
    font-size: 18px;
    line-height: 2;
}

.s__ex__imgs {
    width: 630px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.s__ex__imgs img {
    width: 300px;
}

.s__meister__contents {
    width: 950px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.s__m__contents__text {
    width: 550px;
    line-height: 1.7;
    position: relative;
}
img .s__m__contents__text{
    width: 200px;
    float: right;
    margin-top: -91px;
}
.s__m__c__text__head {
    font-size: 24px;
    margin-bottom: 15px;
}

.s__m__c__text__plate {
    position: absolute;
    top: 346px;
    left: 340px;
    width: 194px;
}

.s__m__contents__img {
    position: relative;
    width: 350px;
}

.s__m__c__img__name {
    font-size: 14px;
    position: absolute;
    top: 500px;
    left: 0;
}

.underblock {
    display: inline-block;
    margin-left: 140px;
}