@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');



:root{
    --primary: #0d6efd;
    --dark: #21252f;
    --body: #000000;
    --box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
}



body{
    background-color: #a8b1df;
    font-family: "Sora", sans-serif;
    line-height: 1.7;
    color: var(--body);
}



h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
.display-4 {
    color: var(--dark);
    font-weight: 700;
}

a{
    color: var(--dark);
    text-decoration: none;
}

section {
    padding-top: 120px;
    padding-bottom: 120px;
}

.navbar .nav-link {
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    padding-top: 16px;
}



.btn{
    padding: 14px 18px;
    border-width: 2px;
    border-radius: 0;

}


.hero {   
    background-image:url("./img/cover.jpg");
    width: 100%;  
    background-position: center;
    background-size: cover;
    /*background-attachment: fixed;*/
    position: relative;
    z-index: 2;
    height: 50vw;
} 

.hero::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(37, 39, 71, 0.7);
    z-index: -1;

}

.feature{
    background-color: #a8b1df;
}
    

.card-effect {
    box-shadow: var(--box-shadow);
    background-color: #fff;
    padding: 25px;
    transition: all 0.35s ease;

}

.card-effect:hover {
    box-shadow: none;
    transform: translateY(5px);
}

/*
.iconbox {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 32px;
    background-color: var(--primary);
    border-radius: 100px;
    flex: none;

}
*/

.logobox {
    background-image:url("./img/241220_C.png");
    align-content: center;
    width: 100px;
    height: 100px;
    background-size: cover;
    align-items: center;
    justify-content: center;
    
}

.service {
    position: relative;
    overflow: hidden;
    font-size: 12px;
    min-height: 200px;
}
    
.service::after {
    content: "";
    position: absolute;
    top: -100%;
    left: 0;
    background-color: var(--primary);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.35s ease;
    z-index: -1;
}

.service:hover h5,
.service:hover p{
    color: white;

}

.service:hover .iconbox {
    background-color: #fff;
    color: var(--primary);
}

.service:hover::after {
    opacity: 1;
    top: 0;
}

.col-img {
    background-image: url(./img/cover2.jpg);
    background-position: center;
    background-size: cover;
    min-height: 300px;

}

.col2-img {
    background-image: url(./img/cover3.jpg);
    background-position: top right;
    background-size: cover;
    min-height: 300px;

}

.col3-img {
    background-image: url(./img/cover4.jpg);
    background-position: top right;
    background-size: cover;
    min-height: 300px;

}

/* project section */
.project {
    position: relative;
    overflow: hidden;
}

.project .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(37, 39, 71, 0.7);
    padding: 30px;
    display: flex;
    align-items: flex-end;
    opacity: 0;
    transition: all 0.4s ease;


}

img {
    width: 100%;
}

.project img{
    transition: all 0.4s ease;
}

.project:hover .overlay {
    opacity: 1;
}

.project:hover img {
    transform: scale(1.1);
}

/* team section */
.team-member img {
    width: 125px;
    height: 100px;
    border-radius: 100px;
}
.social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icons a {
    width: 34px;
    height: 34px;
    background-color: var(--primary);
    border: 2px solid var(--primary);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    margin-left: 5px;
    transition: all 0.4s ease;
}

.social-icons a:hover {
    color: var(--primary);
    background-color: transparent;
}

/*-Contact  section*/
form input.form-control {
    height: 56px;
}

form .form-control {
    border: transparent;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.04);
}

    /*padding: 90px;
    padding-bottom: 90px;*/
.footer-top {
    background-color: var(--dark);
    padding: 10px;
    padding-bottom: 10px;
}

.footer-top a {
    color: var(--body) ;
}

.footer-top a:hover {
    color: #fff;
}

/*footer map*/
/*.footer-map {
    margin: 0;
    padding: 40px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}*/
/*.footer-ma > iframe {
    width: 60%;
}*/
/*.footer-mapinfo{
    width: 40%;
    padding: 15px;
}*/
/*.footer-maplogo{}

.footer-mapaddress {
    font-style: normal;

}
.footer-mapaddress > a {
    color: #444;

}
.footer-copy {
    display: block;
    text-align: center;
    padding: 10px;
}
*/

.footer-line {
    border-color: #444;
    width: 100%;
}


/*original code*/


.footer-map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;    /*16:9の比率にしたい場合、9/16=56.25%*/
}

.footer-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*効いていない*/
.comtable {
    margin: 0 auto;
}

/*効いていない*/
table {
    margin-left: auto;
    margin-right: auto;
    table-layout: fixed;
}

tr {
    font-size: 13px;
}

td.posi {
    width: 100px;
    text-align: end;
}








.navbar-brand {
    display: flex;
    align-items: center;
}
.navbar-brand img {
    width: 40px;
    height: auto;
}