@charset "UTF-8";

/* equipment */
.equipment {
    width: 100%;
    height: 750px;
    position: relative;
}
.equipment-cover {
    width: 100%;
    height: 750px;
    object-fit: cover;
    display: block;
    position: absolute;
}
.equipment-body {
    position: absolute;
    background: rgba(57, 62, 70, 0.5);
    height: 100%;
    display: flex;
    width: 100%;
}
.equipment-body.ptop {
    padding-top: 100px;
}
.equipment-contents {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
}
.equipment-text {
    margin-bottom: 30px;
}
.equipment-text.first  {
    margin-top: 10px;
}
.file-dl {
    display: flex;
    justify-content: center;
    padding: 0 10px;
    height: auto;
    margin-top: 70px;
}
.file-dl-btn {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    padding: 5px 10px;
    line-height: 50px;
    color: #393E46;
    background-color: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
    transition: color 0.5s ease;
    cursor: pointer;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
/* .file-dl-btn:hover {
    transform: scale(1.1);
    transform: translateY(-5px);
} */
.file-dl-icon {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 90;
    padding-right: 5px;

        img {
            width: 33px;
            height: auto;
        }

}
.file-dl-text {
    position: relative;
    font-size: 14px;
    z-index: 90;
    padding-left: 5px;
}
.file-dl-text.jpn {
    color: #393E46 !important;
}
.equipment.sub,
.equipment-cover.sub {
    height: 620px;
}
.file-dl.sub {
    margin-top: 20px;
}
br {
    display: block;
}


/* ------- TABLET ------- */
/* ------- 768px以上1023px以下 ------- */
@media (min-width: 768px) and (max-width: 1024px) {
.equipment.sub .container {
    padding: 0 50px;
}
.equipment.sub {
    height: 620px;
}
.file-dl-btn {
    width: 50%;
}

}

/* ------- PC ------- */
/* ------- 1024px以上 ------- */
@media (min-width: 1024px) {
/* works equipment */
.equipment.sub,
.equipment-cover.sub {
    height: 900px;
}
.equipment-body-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 50px;
    padding-bottom: 50px;
    height: 760px;
}
.equipment-contents.sub {
    width: 50%;
}
.file-dl {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}
.file-dl.sub {
    padding: 0 0 20px;
    width: 50%;
}
.file-dl-btn {
    max-width: 550px;
    width: 100%;
    height: 80px;
    /* margin-left: auto; */
    border-radius: 20px;
}

/*  equipment */
.equipment,
.equipment-cover {
    height: 100vh;
}
.equipment-body.main .container {
    padding: 100px;
}
.equipment-contents {
    width: 48%;
}
.file-dl {
    padding: 0 0 110px;
    width: 45%;
}
.file-dl-icon img {
    width: 50px;
}
.file-dl-text,
.file-dl-text a {
    font-size: 18px;
    font-weight: bold;
}

}




