@charset "utf-8";

body{
    font-family: 'Noto Sans JP', sans-serif;
   
}


.h2-1{
    font-family: 'Noto Serif JP', serif;
    color: #bababa;
    font-size: 4rem;
}

.contents{
    width: 98%;
    margin: 0 auto;
    
}

.navbar-light{
    /* margin-left: 40px; */
    width: 92%;
    margin: auto;
}
.navbar-brand h1{
    font-size: 30px;
    
}

.header .brand-list{
    font-size: 14px;
}

.btn-info{
    padding: 10px 40px;
    background:linear-gradient(240deg,#05bdf5, #3986fa ) ;
}

.btn {
    border: none;
}

.mail-icon{
    padding-right: 10px;
}

.sp-contents{
    display: none;
}






/* ヘッダー画像ーーー */

.header-img{
    text-align: center;
    position: relative;
}
.header-img img{
    width: 90%;
    height: 550px;
    object-fit: cover;
    border-radius: 15px;
    filter: saturate(80%);
}




/* ヘッダー画像文章内ーーーーーーーーーーー */


.title-group{
    position: absolute;
    bottom: 80px ;
    left: 3%;
    text-align: left;
}

.title-group p{
  color: #DEDEDE;
  font-size: 28px;
}



.title-span{
    background: #393939 ;
    display: inline-block;
    margin: 0 0 10px 0;
    padding: 10px;
    
}

/* 下へスクロールーーーーーーーー */
a {
    padding-top: 80px;
    color: #000;

  }
  .sc{
      position: absolute;
      right: 9%;
      bottom: 20px;
      
  }

  a span {
    position: absolute;
    bottom: 80px;
    right: 10%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    opacity: 0;
    box-sizing: border-box;
    
  }
  a span:nth-of-type(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
  a span:nth-of-type(2) {
    bottom: 65px;
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
  }
  a span:nth-of-type(3) {
    bottom: 50px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
  }
  @-webkit-keyframes sdb {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes sdb {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }

/* ここからコンテンツ */

.company-group{
    text-align: center;
    margin-top: 40px ;
    
}

.company-group .h2{
    font-size: 4rem;
    font-family: 'Noto Serif JP', serif;
}

.company {
    font-size: 1.5rem;
}

.sp-nav{
    display: none;
}

/* テーブルタグ */

.m-table{
    margin: 50px  auto;
    background: #FFF;
    

}



.m-table .m-tr , .m-th{
    border: none; /* リセット */
    padding: 20px;
}

.m-th{
    color: #FFF;
    font-weight: lighter;
    border-bottom: 1px solid #fff;
    
    padding: 20px;
}

.m-table{
    border-left:none ;
}
.m-td {
    border-bottom: 1px solid #B3B3B3;
}


.m-tr:nth-last-of-type(1) .m-th,
.m-tr:nth-last-of-type(1) .m-td {
    border-bottom: none;
}

.m-table{
    width: 80%;

}

.m-th{
    background:linear-gradient( 100deg,#69a5f3, #95d7f1 ) ;
    text-align: center;
}

.m-td{
    padding-left: 20px;
    vertical-align: middle;
}




/* バッググラウンドイメージ */
.bg-img-top{
    margin: 0 calc(50% - 50vw);
    
}

.bg-img-top img{
    min-width: 100%;
    height: 400px;
    object-fit: cover;
    
    
    
    
   
    
    
}

.section-main{
    position: relative;
    width: 80%;
    margin:  auto;
    text-align: center;
    
   
    
    
    
    
}

/* サービスからコンタクトまでの枠 */

.main-e{
    background: #718dae;
    position: absolute;
    top: 90%;
    

    
}

.section2{
    min-width: 80%;
    margin: auto;
    
    
}

.back img{ 
    max-width: 100%;
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.section2 .company-group{
    color: #FFF;
    z-index: 100;
    margin-bottom: 50px;
}


.service-p{
    padding: 30px 0;
    color: #FFF;
    
    
} 

/* カードフォームコンテンツ */



.card img{
    object-fit: cover;
    
}

.card-body{
    text-align: center;
    padding: 2rem 1.25rem;
}

.card-body .card-title{
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 4.6rem;
   
}
.card-text{
    font-size: 1rem;
    line-height: 1.5;
}

.card-group{
    width: 90%;
    margin: 0px auto;
    position: relative;
   
}

.card-title{
    position: absolute;
    top: 0;
    right: 50%;
    transform: translate(50%,-50%);
    color: #FFF;
    opacity: .7;
    
    
    
}






/* ここからコンタクトフォームーーーーーーーーーーー */


.s-contact{
    text-align: center;
    margin: 20PX auto;
    padding: 20px;
    color: #FFF;
    
}

.contact-group{
    margin: 50px auto;
}






.mfp_rows{
    padding: 10px 0;
}

/* テーブル要素 */

.mailform{
    margin: auto;
}



.mfp1{
    text-align: right;
    vertical-align: middle;
    padding-right: 30px;
    
}




.mfp input{
    width: 300px;
    height: 50px;
    border-radius: 10px ;
    border: 1px solid #808080;
    text-align: left;
    margin-right: auto;
    padding: 10px;
   
}


.mfp textarea{
    width: 300px;
    height: 150px;
    border-radius: 10px;
    border: 1px solid #808080;
    margin-right: auto;
    padding: 10px;
    
    
}

.mfp input,.mfp textarea,.mfp_element_textarea {
    border: none;
    box-shadow: none;
}



.mfp_element_submit {
    width: 200px;
    margin: 0 0 0 90px;
    padding: 15px 10px!important;
    border-radius: 10px!important;
    border: none!important;
    background: #393939!important;
    text-shadow: none!important;
    text-align: center!important;
    color: #fff;
}


/* ここからフッターーーーーーーーーーーー
ーー */

.footer{
    margin: 0 calc(50% - 50vw);
    background: #333333;
    height: 50px;
    bottom: 0;
    
}
.copy{
    text-align: center;
    padding-top: 20px;
   
}
.copy a{
    color: #FFF;
    
    
}





/* ここからメディアクエリーーーーーーーーーーーーーーーー
ーーーーーーーーーーーー */
@media screen and (max-width:760px) { 
    /* 画面サイズが760pxまではここを読みこむ */

.body{
    width: 90%;
    margin: auto;
}

.form-inline{
    display: none;
}

.navbar-brand h1{
    font-size: 5.8vw;
   
    
}

.navbar-brand,.brand-list-top,.brand-list-bottom {
    margin-left: -20px;
    padding: 0 0 0 5px;
    font-size: 3.2vw;
}

.h2-1 {
    font-size: 3rem;
}


.header-img img{
    width: 100%;
    height: 300px;
}
.header-img{
    position: relative;
}

/* ヘッダー文章ーーーーーーー */

.company {
    font-size: 1.3rem;
}

.company-group .h2 {
    font-size: 3rem;
}

.title-group{
    position: absolute;
    bottom: 30px ;
    left: 2%;
    text-align: left;
    bottom: 10px;
    margin: 0;
    bottom: 10px;
}
.title-group p{
    display: block;
    color: #DEDEDE;
    font-size: 14px;
    padding: 0 10px;
    line-height: 1.5;
    margin: 0;
}



.title-span{
    display: inline-block;
    margin: 0 0 7px 0;
        padding: 7px;
}

.m-table,.section-main{
    width: 100%;
}



/* スクロールアイコン */

a {
    padding-top: 80px;
    color: #000;

  }
  .sc{
      position: absolute;
      right: 3%;
      bottom: 20px;
      
  }

  a span {
    position: absolute;
    right: 5%;
  }
 






/* テーブルメニューーーーーーーーーーーー */
.m-th{
    white-space: nowrap;
}
.m-table{
    font-size: 14px;
}


/* サービスコンテンツーーーーーーーーーーーーーーー */
.section2{
    
    width: 100%;
    margin: auto;
}

.service-p{
    font-size: 16px;
    width: 80%;
    margin: auto;
}

.card-group{
    width: 100%;
   
   
}

.card{
    margin: 40px;
}

.card-text{
    font-size: 18px;
}

.navbar-light{
    margin-left: auto;
    width: 100%;
}

.header{
    position: relative;
}



/* ハンバーガーメニューーーーーーーーーーーーーーーーー
ーーーーーーーーーーーーーーー */
.sp-contents{
    position: fixed;
    top: 0;
    right: 5%;
    width: 45px;
    height: 45px;
    cursor: pointer;
    z-index: 100;
    display: block;
    
}
.sp-contents{
    background:linear-gradient(240deg,#05bdf5, #3986fa ) ;
}

.sp-contents .sp-mail-icon{
    position: absolute;
    top: 6px ;
    right: 7px;
    color: white;
    z-index: 100;
    
}


/* 背景画像ーーーーーーーーー */
.bg-img-top{
    margin: 0 calc(50% - 50vw);
    
}

.bg-img-top img{
    min-width: 100%;
    height: 130px;
    object-fit: cover;
    
}

.mfp1{
    font-size: 14px;
    padding: 10px 0;
    
}


.mfp{
    display: block;
    text-align: left;
}

.mfp input{
    width: 250px;
    height: 50px;
    border-radius: 10px ;
    border: 1px solid #808080;
    text-align: left;
    margin-right: auto;
    padding: 10px;
   
}


.mfp textarea{
    width: 250px;
    height: 100px;
    border-radius: 10px;
    border: 1px solid #808080;
    margin-right: auto;
    padding: 10px;
   
    
    
}

.mfp_element_submit {
    width: 250px;
    margin: 0;
}





}