@charset "utf-8";
/*共通設定*/
h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
}
/*終わり*/  

/*<section class="fv">*/
.fv {
    height: 100vh;
    background-image: url(../img/top/main_visual.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; 
    position: relative; 
}

.fv-in {
    width: 100%;
    height: 100%;
    position: relative;
}

.fv-in h1 {
    position: absolute;
    bottom: 40px;
    left: 0;
    color: #fff;
    text-shadow: 0 0 30px #303030;
    font-size: 64px;
    line-height: 1.4;
}

.gradation {
    position: absolute;
    top: 0;
    left: 0;
}
/*終わり*/  

/*<section class="about">*/
.about-in {
    width: 100%;
    height: 100%;
    position: relative;
}

.about-in-sp {
    display: none;
}

.about-txt {
    position: absolute;
    top: 20%;
    left: 16%;
    background-color: #111111;
    display: inline-block;
    color: #fff;
    padding: 40px 24px;
}

.about-txt h2 {
    position: absolute;
    top: -30px;
    left: 24px;
    font-size: 32px;
    color: #949494;
}

.about-txt .txt-01 {
    margin-bottom: 16px;
    font-size: 18px;
}

.about-txt .txt-02 {
    margin-bottom: 16px;
    font-size: 12px;
}

.about-btn {
    background-color: #fff;
    padding: 12px;
    display: inline-block;
    color: #111111;
    font-size: 12px;
    max-width: 200px;
    width: 100%;
    text-align: center;
    border-radius: 100vh;
    box-shadow: 0 0 30px rgba(20, 255, 0, 0.15);
}

.about-back {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-large-txt {
    position: absolute;
    bottom: 4%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 60px;
    display: block;
    white-space: nowrap;
    font-weight: 700;
}
/*終わり*/  

/*<section class="topics">*/
.topics {
    padding: 80px 5vw;
}

.topics-swiper {
  width: 100%;
  padding-bottom: 56px;
  margin-bottom: 60px;
  margin-top: 24px;
}

.topics-swiper .swiper-box {
  padding: 0 16px;
}

.topics-swiper .swiper-box a {
  color: #111;
}

.topics-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.topics-cate {
  color: #75DAB4;
  margin-top: 8px;
}

.topics-title {
  padding: 16px 0;
}

.topics-date {
  font-size: 12px;
}

.topics-swiper .swiper-wrapper {
  margin-bottom: 60px;
}

.topics-btn {
    background-color: #111111;
    padding: 12px;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    max-width: 200px;
    width: 100%;
    text-align: center;
    border-radius: 100vh;
    box-shadow: 0 0 30px rgba(20, 255, 0, 0.15);
}
/*終わり*/  

/*<section class="partner">*/
.partner {
    background-color: #111111;
    padding: 40px 5vw;
}

.partner h2 {
    color: #fff;
}

.partner-flex {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.partner-img {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 60%;
}

.partner-img img {
    width: 49%;
}
/*終わり*/  

/*<section class="business">*/
.business {
    background-color: #F4F4F4;
    padding: 80px 5vw;
}

.busi-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.busi-l,
.busi-r {
    width: 45%;
    position: relative;
}

.busi-txt {
    position: sticky;
    top: 40px;
}

.busi-txt .txt-01 {
    border-left: solid 3px #111;
    padding-left: 16px;
    font-size: 56px;
    line-height: 1.2;
    font-weight: 900;
    margin: 24px 0;
}

.busi-txt .txt-02,
.busi-txt .txt-03 {
    font-size: 14px;
    margin-bottom: 16px;
}

.busi-con {
    position: relative;
    padding: 40px 0;
    border-bottom: solid 1px #949494;
}

.busi-num {
    position: absolute;
    top: 57%;
    left: 8px;
    font-size: 56px;
    color: #949494;
    font-family: 'Oswald', sans-serif;
    text-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.busi-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 24px;
    margin-top: 40px;
}

.busi-btn {
    background-color: #111111;
    padding: 12px;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    max-width: 200px;
    width: 100%;
    text-align: center;
    border-radius: 100vh;
    box-shadow: 0 0 30px rgba(20, 255, 0, 0.15);
}

.busi-con05 .busi-num {
    top: 48%;
}

.busi-con05 .busi-title {
    margin-bottom: 12px;
}

.busi-con05 .busi-btn {
    margin-top: 24px;
}

.kensyu-txt-flex {
    display: flex;
}
/*終わり*/ 

/*<section class="works">*/
.works {
    padding: 80px 5vw;
    background-color: #323230;
    color: #fff;
}

.works-swiper {
    width: 100%;
    padding-bottom: 56px;
    margin-bottom: 60px;
    margin-top: 24px;
}

.works-swiper .swiper-box {
    padding: 0 16px;
}

.works-swiper .swiper-box a {
    color: #fff;
}

.works-swiper .swiper-wrapper {
    margin-bottom: 40px;
}

.works-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.works-cate {
    background-color: rgba(17, 17, 17, 1);
    color: rgba(255, 153, 0, 1);
    display: inline-block;
    padding: 4px 8px;
    border-radius: 100vh;
    margin-top: 8px;
    font-size: 12px;
}

.works-title {
    padding: 16px 0;
}

.works-date {
    font-size: 12px;
}

.works-btn {
    background-color: #111111;
    padding: 12px;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    max-width: 200px;
    width: 100%;
    text-align: center;
    border-radius: 100vh;
    box-shadow: 0 0 30px rgba(20, 255, 0, 0.15);
}
/*終わり*/ 

/*<section class="contact">*/
.contact {
    background-image: url(../img/top/contact_bk.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; 
    padding: 120px 5vw;  
    text-align: center;
    color: #fff;
}

.contact-txt {
    margin: 32px 0;
}

.contact-btn {
    background-color: #fff;
    padding: 12px;
    display: inline-block;
    color: #111;
    font-weight: 600;
    font-size: 12px;
    max-width: 200px;
    width: 100%;
    text-align: center;
    border-radius: 100vh;
    box-shadow: 0 0 30px rgba(20, 255, 0, 0.15);
}
/*終わり*/ 

/*タブレット*/
@media (max-width: 1024px) {  
/*共通設定*/
    .sp-br {
        display: none;
    }
/*終わり*/  

/*<section class="fv">*/
    .fv {
        height: 60vh;
    }
/*終わり*/ 

/*<section class="about">*/
    .about-in {
        display: none;
    }

    .about-in-sp {
        display: block;
        background-image: url(../img/common/aboutus_bk.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;  
    }

    .about-img-area01 {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        padding-top: 80px;
    }

    .aboutus-left {
        width: 50%;
    }

    .aboutus-phone {
        position: absolute;
        top: 80px;
        right: 5vw;
        width: 16%;
    }

    .about-txt-sp {
        background-color: #111;
        color: #fff;
        position: relative;
        padding: 80px 5vw;
        text-align: center;
    }

    .about-txt-sp h2 {
        position: absolute;
        top: -40px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        font-size: 48px;
        color: #949494;
    }
    
    .about-txt-sp .txt-01 {
        margin-bottom: 16px;
        font-size: 18px;
    }
    
    .about-txt-sp .txt-02 {
        margin-bottom: 16px;
        font-size: 12px;
    }  

    .about-img-area02 {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: left;
    }

    .aboutus-right {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }  

    .aboutus-m {
        position: absolute;
        bottom: 0;
        right: -25%;
        width: 50%;
    }

    .aboutus-camera {
        position: absolute;
        width: 18%;
        left: 5vw;
        top: -32%;
    }

    .aboutus-pc {
        position: absolute;
        width: 32%;
        right: 5vw;
        top: 0;
    }

    .logo-black {
        position: absolute;
        width: 32%;
        left: 5vw;
        top: 48%;
    }

    .about-large-txt {
        position: relative;
        padding-top: 320px;
        padding-left: 5vw;
        padding-bottom: 24px;
        font-size: 40px;
        text-align: center;
    }
/*終わり*/ 

/*<section class="topics">*/
    .topics-img {
        height: 160px;
    }    

    .topics-btn {
        padding: 20px;
        font-size: 14px;
        max-width: 320px;
        margin: 0 auto;
        display: block;
    }
/*終わり*/ 

/*<section class="business">*/
    .busi-txt .txt-01 {
        font-size: 40px;
    }

    .busi-num {
        top: 40%;
    }   
    
    .busi-con05 .busi-num {
        top: 32%;
    }    
/*終わり*/ 

/*<section class="works">*/
    .works-img {
        height: 140px;
    }

    .works-btn {
        padding: 20px;
        font-size: 14px;
        max-width: 320px;
        margin: 0 auto;
        display: block;
    }
/*終わり*/ 

/*<section class="contact">*/
    .contact {
        padding: 80px 5vw;  
    }
/*終わり*/ 
}
  
  
/*スマホ*/
@media (max-width: 599px) {
/*共通設定*/
    h2 {
        font-size: 32px;
    }

    .sp-br {
        display: block;
    }
/*終わり*/  

/*<section class="fv">*/
    .fv {
        height: 100vh;
        background-image: url(../img/top/main_visual_sp.jpg);
    }

    .fv-in h1 {
        font-size: 40px;
    }    
/*終わり*/ 

/*<section class="about">*/
    .about-txt-sp {
        text-align: left;
    }

    .about-txt-sp h2 {
        top: -35px;
        font-size: 40px;
    }

    .about-txt-sp .txt-01 {
        margin-bottom: 16px;
        font-size: 20px;
    }
    
    .about-txt-sp .txt-02 {
        margin-bottom: 40px;
        font-size: 14px;
    }  

    .about-btn {
        padding: 20px;
        font-size: 14px;
        max-width: initial;
        width: 80%;
        margin: 0 auto;
        display: block;
    }

    .aboutus-right {
        height: 240px;
    }  

    .aboutus-camera {
        top: -16%;
        width: 20%;
    }

    .aboutus-pc {
        width: 40%;
    }

    .logo-black {
        width: 40%;
        top: 24%;
    }

    .about-large-txt {
        padding-top: 160px;
        font-size: 48px;
        text-align: left;
        line-height: 1.3;
    }
/*終わり*/ 

/*<section class="topics">*/
    .topics-img {
        height: 180px;
    }    

    .topics-btn {
        padding: 20px;
        font-size: 14px;
        max-width: initial;
        width: 80%;
        margin: 0 auto;
        display: block;
    }

    .topics-swiper .swiper-box {
        padding: 0;
    }
/*終わり*/ 

/*<section class="partner">*/
    .partner-flex {
        width: 100%;
        display: block;
        text-align: center;
    }

    .partner-img {
        display: block;
        width: 100%;
        margin-top: 40px;
    }

    .partner-img img {
        width: 100%;
    }
/*終わり*/ 

/*<section class="business">*/
    .busi-flex {
        display: block;
    }

    .busi-l,
    .busi-r {
        width: 100%;
        position: relative;
    }

    .busi-num {
        top: 42%;
    }   
    
    .busi-btn {
        padding: 14px;
        font-size: 14px;
        max-width: initial;
        width: 80%;
        margin: 0 auto;
        display: block;
    }
/*終わり*/ 

/*<section class="works">*/
    .works-swiper .swiper-box {
        padding: 0;
    }

    .works-img {
        height: 180px;
    }    

    .works-btn {
        padding: 20px;
        font-size: 14px;
        max-width: initial;
        width: 80%;
        margin: 0 auto;
        display: block;
    }
/*終わり*/ 


/*<section class="contact">*/
    .contact {
        padding: 48px 5vw;  
    }

    .contact-btn {
        padding: 14px;
        font-size: 14px;
        max-width: initial;
        width: 80%;
        margin: 0 auto;
        display: block;
    }
/*終わり*/ 
}