@charset "UTF-8";


/* ヘッダーナビ ここから*/

/* 全体のリセット */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ヘッダーの基本スタイル */
.header {
    position: fixed;
    width: 100%;
    height: 90px;
    background: white;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    z-index: 1000;
}

.container {
    width: 90%;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* ロゴ */


/* メニュー */
.nav-menu {
    list-style: none;
    display: flex;
}

.nav-menu li {
    margin-left: 60px;
	margin-top: 20px;
}

.nav-menu a {
    text-decoration: none;
    color: black;
    font-size: 15px;
}

/* ハンバーガーメニュー */
.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.hamburger span {
    background: #222;
    height: 2px;
    width: 30px;
    margin: 5px;
    transition: 0.3s;
}

/* モバイルナビゲーション */
.mobile-nav {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100vh;
    background: #222;
    transition: 0.3s;
    padding-top: 120px;
}

.mobile-nav ul {
    list-style: none;
    padding: 0;
    text-align: left;
	
}

.mobile-nav li {
    margin: 20px;
	margin-top: 30px;
}

.mobile-nav a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}

/* ハンバーガーアイコンがクリックされた時のスタイル */
.hamburger.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

/* メニューが開いたとき */
.mobile-nav.open {
    left: 0;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .nav-menu {
        display: none;
    }

    .hamburger {
        display: flex;
    }
}





/* ヘッダーロゴ ここから*/
.rogo_pc{
display: block;	
}


.rogo_sp{
display: none;	
}


/* トップ画像 ここから*/

.top-img-pc{
display: block;	
}

.top-img-sp{
display: none;	
}


/* 紹介文 ここから*/

.about_comento{
text-align: center;
margin-top: 150px;	
}

.aboutus-title img{
transform: scale(0.9, 0.9);
}



.comento_j{
font-size: 1.3rem;
font-family: Arial, Helvetica, "sans-serif";	
line-height: 3rem;	
font-feature-settings: "palt";
letter-spacing: 2px;	
margin-top: 100px;	
}


.comento_us{
margin-top: 50px;
line-height: 2rem;	
}


/*サービス類*/

.service-title img{
transform: scale(0.9, 0.9);	
}


.service-title{
margin-top: 140px;	
text-align: center;	
}

.select-list{
margin-top: 120px;	
text-align: center;	
}


ul{
display: flex;
justify-content: center;	
}	






li{
list-style: none;
}

li img{
padding: 0px 30px ;		
}


li h4{
border-bottom: 1px solid #000000;
display: inline-block;	
width: 370px;
padding-bottom: 10px;
text-align: center;
}


li p{
max-width: 390px;
height: 140px;	
padding-left: 20px;	
text-align: justify;	
margin-top: 10px;
margin-left: 10px;	
line-height: 1.7rem;
letter-spacing: 0.5px;
}



/*ライン*/
.line{
border-bottom: 1px solid #000000;	
margin: 0px auto;
padding-top: 80px;	
max-width: 1200px;
}


/*事業内容*/
.work-content{
text-align: center;
margin-top: 30px;
font-family: Arial, Helvetica, "sans-serif";	
line-height: 1.5rem;
/*font-feature-settings: "palt";*/
letter-spacing: 0px;	
}

.work-content h6{
font-size: 1.1rem;
}


.work-content p{
font-size: 1rem;	
}





/*フッター　ここから*/
.footer-bg{
background: #000000;
height: 50px;
margin-top: 50px;

}

.footer-info p{
text-align: center;
padding-top: 15px;
color: #FFFFFF;
font-size: 0.7rem;	
}

	

/*フッターロゴ  ここから*/	
.footer-rogo{
transform: scale(0.8, 0.8);
}	
	

.footer-info p{
font-size: 0.5rem;	
}	















@media only screen and (max-width:430px){

/* ヘッダーロゴ ここから*/
.rogo_pc{
display: none;	
}


.rogo_sp{
display: block;		
}
	
	
/* トップ画像 ここから*/

.top-img-pc{
display: none;	
}

.top-img-sp{
display: block;	
margin-top: 90px;	
}	

	
/* 紹介文 ここから*/

/*br{
display: none;	
}	*/


.aboutus-title img{
transform: scale(0.6, 0.6);
}	
	
.about_comento{
margin-top: 70px;	
}


.comento_j{
font-size: 0.8rem;
line-height: 1.8rem;	
letter-spacing: 1.2px;
margin-top: 20px;	
}


.comento_us{
font-size: 0.7rem;
line-height: 1.5rem;
margin-top: 30px;	
}	


/*サービス類*/
.service-title{
margin-top: 100px;	
}

.select-list{
margin-top: 40px;	
}		

.service-title img{
transform: scale(0.6, 0.6);
}
	
	
ul{
display: block;	
text-align: center;	
}	

	
li{
margin-top: 30px;	
}
	
		
	
	
li h4{
border-bottom: 1px solid #000000;
display: inline-block;	
width: 350px;
font-size: 20px;	
padding-bottom: 10px;	
}

	
	
li p{
max-width: 355px;
height: 110px;	
font-size: 14px;	
text-align: justify;
line-height: 1.5rem;
margin: 0 auto;
padding-left: 0px;	
}	
	
	

li img{	
max-width: 410px;
margin-top: 20px;
margin-bottom: 60px;	
}	
	
	
	
	
	
	
	
	
/*事業内容*/
.work-content{
text-align: center;
margin-top: 30px;
font-family: Arial, Helvetica, "sans-serif";	
line-height: 1.2rem;
font-feature-settings: "palt";
letter-spacing: 0px;	
}	
	
.work-content h6{
font-size: 0.8rem;
}


.work-content p{
font-size: 0.7rem;
margin-bottom: 50px;	
}	

}
	
	

@media only screen and (max-width:390px){
	
li img{	
max-width: 380px;
margin-top: 40px;
margin-bottom: 50px;	
}		
	
	
li h4{
border-bottom: 1px solid #000000;
display: inline-block;	
width: 330px;
font-size: 20px;	
padding-bottom: 10px;	
}

	
	
li p{
max-width: 330px;
height: 80px;	
font-size: 14px;	
text-align: justify;
line-height: 1.4rem;
margin: 0 auto;
padding-left: 0px;	
}		
	
	
	
}








