@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;500;700;900&family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap");
html,body{
    margin:0;
    padding:0;
}
.fv{
    background-image: url('./engineerFV.jpg');
    background-size: cover;
    background-position: top center;
    width:100vw;
    height:70vw;
    padding-top: 18vw;
    box-sizing: border-box;
}
.fv2{
    background-image: url('./engineerLP.png');
    background-size: cover;
    background-position: top center;
    width:100vw;
    height:140vw;
    padding-top: 18vw;
    box-sizing: border-box;
}
.fv3{
    background-image: url('./engineerLP2.png');
    background-size: cover;
    background-position: top center;
    width:70vw;
    height:70vw;
    padding-top: 18vw;
    box-sizing: border-box;
}
.fv4{
    background-image: url('./LP2.png');
    background-size: auto;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  height: 100%;
  padding-top: 18vw;
  box-sizing: border-box;
}
.fv__txt{
    background-color: rgba(53,145,193,0.9);
    padding:32px;
    box-sizing: border-box;
    width:80%;
    margin:0 auto;
    max-width: 960px;
}
.fv__txt h1{
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.08em;
    font-weight: 900;
    color:white;
    padding-bottom: 16px;
    margin-bottom: 20px;
    border-bottom: solid 4px rgba(255,255,255,0.4);
}
.fv__txt p{
    color:white;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0em;
    font-weight: 900;
    margin-bottom: 20px;
}
.fv__btns{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    align-items: center;
    column-gap: 12px;
}
.fv__btns a{
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 16px;
    line-height: 16px;
    font-weight: 900;
    border-radius: 64px;
    width:100%;
    background-color: #f59b1a;
    color:#fff;
    height:64px;
}

/* 他cssから編集 */
.section-cp2 {
    color: #1CAAF5;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 4px;
    padding-bottom: 30px;
  }


@media screen and (max-width: 3000px) {
    .fv{
        margin-bottom: 0vw;
    }
    .fv2{
        margin-bottom: 0vw;
        width:80vw;
        height:120vw;
    }
}

/* タブレット向け */
@media screen and (max-width: 1024px) {
    .fv{
        margin-bottom: 0vw;
    }
    .fv2{
        margin-bottom: 0vw;
        width:90vw;
        height:140vw;
    }
}

/* スマホ向け */
@media screen and (max-width: 600px) {
    .fv{
        margin-bottom: 100vw;
    }
    .fv2{
        margin-bottom: 10vw;
        width:100vw;
        height:150vw;
    }
    .fv3{
        width:100vw;
        height:100vw;
    }
}

/* 小さいスマホ向け */
@media screen and (max-width: 450px) {
    .fv{
        margin-bottom: 100vw;
    }
    .fv2{
        margin-bottom: 10vw;
        width:100vw;
        height:150vw;
    }
    .fv3{
        width:100vw;
        height:100vw;
    }
}


@media screen and (min-width: 960px) {
    .fv__txt{
        padding:48px 80px;
    }
    .fv__txt h1{
        font-size: 52px;
        line-height: 72px;
        letter-spacing: 0.08em;
    }
    .fv__txt p{
        color:white;
        font-size: 18px;
        line-height: 35px;
    }
}
@media screen and (min-width: 1200px) {
    .fv__txt h1{
        font-size: 60px;
        line-height: 80px;
    }
}