@charset "utf-8";
/* Hagumu */
/* 2023-07-12  */

html{
    /* ルートの文字サイズを10pxに設定 */
    font-size:62.5%; /* 10px */
}
body{
    color: #24292e;
    font-size: 1.6rem;
    /* 16px */
    /* font selection */
    font-family: 'Zen Kaku Gothic New', sans-serif;
    -webkit-text-size-adjust: 100%;
	/* font-feature-settings: "palt"; */
   	font-feature-settings: "pkna";
	}
a{text-decoration: none;}
li{list-style: none;}
*{box-sizing: border-box;} 
*{margin: 0;}

/* header */
#header {
    width: 100%;
    height: auto;
    display:flex;
    flex-wrap: wrap;
    justify-content:space-between;
    align-items:center;
    border-bottom: 1.5px solid #979797;
    position: sticky; top: 0; 
    background-color: white;
 }
 .company {
    font-style: normal;
    font-weight: 500;
    font-size: 2.6rem;
    color: #24292e;
    } 
strong{
    color: #24292e;
    }     
 .company img,icon {
    height: 36px;
    padding-top: 10px;
    }   

.category ul{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-around; 
    margin-right: 10px;
    }
.category ul li a{
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem; 
    color: #24292e;
    transition: all 0.3s;
    margin-right: 10px;
    padding: 0 5px;
     }
.category ul li a:hover {
    color: #d7003a;
    opacity:0.5;
}

/* main */
/* main */

/* footer */
#footer{
    margin-top: 80px;
    box-sizing:border-box;
    width: 100%;
    height: 8rem;
    display:flex;
    flex-wrap: wrap;
    justify-content:space-around;
    align-items:center;
    border-top: 1.5px solid #979797;
}

.sns-icon img,icon {
    width: 30px;
    height: 30px;
}

p.copyright {
    font-size: 1.4rem;
    color:   #24292e;
    text-align: center; 
}

/* SP */
/* SP */
/* SP */
/* SP */
/* SP */
@media screen and (max-width:600px) {
 .site-title {
    margin-top: 1%;
    margin-bottom: 10px;
 }   

/* SP header */
#header {
    justify-content:space-around;
    margin:0;
    padding: 0;
}
.company {
    font-weight: 400;
    font-size: 2.0rem;
    } 
 .company img,icon {
    height: 32px;
    padding-top: 10px;
    }  
.category ul li a{
    font-size: 1.2rem; 
    margin-right: 0;
    padding: 0 5px;
 }

/* SP footer */
#footer {
    justify-content:space-around;
}
p.copyright {
    font-size: 1.2rem;
}

}
