@charset "utf-8";
/* 冒頭でimport */
@import url('https://fonts.googleapis.com/css?family=Raleway:700&display=swap');
@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:400,700&display=swap&subset=japanese');
/* フォントを指定したいところで */

/* index,hp1,hp2内　設定 */
#logo-1 {
    width: 70px;
    height: auto;
}
#logo-1{
    width: 70px;
    height: 70px;
    border-radius: 50%;  
    object-fit: cover;   
}
#logo-1{
    margin-left: 30px;
}
#index-h1{
    margin-left: 24px;
}
#index-h2{
    margin-left: 50px;
}
#disc{
    list-style-type:disc;
}
.margin-left-0{
    margin-left: 0px;
    padding: 0px;
}
#margin-left-1{
    margin-left: 27px;
}






/* first.html*/
html{
    font-family: "Noto Sans JP", sans-serif;
}

.pop{
    font-family: 'Poppins', sans-serif;
}

/*aaaaaa*/
.container{
    width: 90%;
    max-width: 1120px;
    margin: 0 auto;
    position: relative;
}

.flex-1{
    display: flex;
    align-items: center;
}
.flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*header*/
 header{
    padding: 27px 0;

}
.logo{
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -0.04em;
}
.logo span{
    color: #ff4530;
}
.header_menu li{
    margin-left: 40px;
}
.header_menu li a{
    transition: .3s;
}
.header_menu li a:hover {
    color: #ff4530;
    transition: .3s;
}
.header_menu li{
    font-size: 25px;
}

ul{
    padding-left: 0;
}
#no-list{
    list-style: none;
}
#a-color-black{
    color: #000000;
}
.link-no-underline {
    text-decoration: none;
}
#p-size-a{
    font-size: 30px;
}

/*main*/
#hero{
    background-image: url(../images/werdrdr.png);
    background-position: center;
    background-size: cover;
    height: 540px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    margin-bottom: 90px;   
    overflow: hidden;
}
#hero-2{
    background-image: url(../images/werdrdr.png);
    background-position: center;
    background-size: cover;
    height: 540px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    margin-bottom: 90px;   
    overflow: hidden;
}
#heo::before {
 content:'';
 width: 100%;
 height: 100%;
 background-color: #000000;
 position: absolute;
 top: 0;
 left: 0;
 opacity: 0.2;
 z-index: 1;
}
.hero_inner{
    z-index: 2;
    color: #ffffff;
    width: 100%;
    text-align: center;
}
.hero_inner p{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 16px;
}
.hero_inner h1{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}




/* git */
#concept{
    margin-bottom: 120px;
}
.title{
    font-size: 35px;
    font-weight: 500;
    color: #ff4530;
    margin-bottom: 60px;
}
#concept h3{
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 60px;
}
.column-2{
    width: 48%;
}

.text{
    line-height: 2;
}
.concept-img{
    background-image: url(../images/git\ ロゴ.png);
    background-position: center;
    background-size: cover;
    height: 200px;
    border-radius: 20px;
}
.concept-img-1{
    background-image: url(../images/HTML5_Badge.svg-2.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px;
    height: 300px;
    border-radius: 20px;
    
}
.heading{
    font-family:'Dancing Script', cursive;
    font-size: 200px;
    font-weight: 700;
    color: #ff4530;
    opacity: 0.1;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-30%);
    z-index: -1;
}

/* sa-bisu  */
#service{
    margin-bottom: 120px;
}
.service_inner{
margin-bottom: 40px;
position: relative;
}
.column-40 {
    width: 40%;
}
.column-55{
    width: 55%;
}
#service img{
    border-radius: 20px;
}
#service h3{ 
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 24px;
}
