@charset "UTF-8";

/*レイアウト*/

*{
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
}

body{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: #414141;
	background: url("images/all/bg.jpg");
	background-size:cover;
    margin-bottom: 0;
}

.box-shadow{
	border: 10px solid #fff;
	box-shadow: 10px 10px 10px rgba(83,78,61,0.3);
	border-radius: 10px;
}

element.style {
    width: 0;
    height: 0;
}


/*======================================================
　　ヘッダー
======================================================*/

/*①スマホ用*/

div#wrapper{
        width: 90%;
        margin: 0 auto;
    }

header{
	width: 100%;
	height: auto;
    margin: 0 auto;
/*	background-color: aquamarine;*/
}

h1 img{
	width: 100%;
    margin: 0 auto;
}

nav{
    width: 100%;
    margin: 0 auto;
}

nav ul li a{
    display: block;
	color: #414141;
	font-size: 25px;
    text-align: center;
    margin-bottom: 20px;
}

nav ul li a:hover{
	color: #fc6500;
/*	font-weight: bold;*/
	text-decoration: underline 3px solid #fc6500;
}

/*②タブレット用*/

@media (min-width: 768px){
    div#wrapper{
        width: 600px;
        margin: 0 auto;
    }

    header{
        width: 600px;
        height: 170px;
        margin: 0 auto;
/*    	background-color: aquamarine;*/
    }

    div#header_inner{
        position: relative;
/*        background-color: aquamarine;*/
    }

    h1 img{
        width: 90%;
        height: auto;
    }

    nav{
        width: auto;
        position: absolute;
        top: 130px;
        right: 0;
/*        background-color: blue;*/
    }

    nav ul{
        display: flex;
    }

    nav ul li{
        margin-left: 30px;
        margin-right: 0px;
        
    }

    nav ul li a{
        font-size: 25px;
        
    }
}

/*③PC用*/

@media (min-width: 1024px){
    
    div#wrapper{
        width: 760px;
        margin: 0 auto;
    }


    header{
        width: 100%;
        height: 170px;
/*    	background-color: aquamarine;*/
    }

    div#header_inner{
        position: relative;
    }

    h1 img{
        width: 600px;
    }

    nav{
        width: auto;
        position: absolute;
        top: 130px;
        right: 0;
/*        background-color: blue;*/
    }

    nav ul{
        display: flex;
        
    }

    nav ul li{
        margin-left: 40px;
    }

    nav ul li a{
        font-size: 25px;
    }
}

/*======================================================
　　MV
======================================================*/

/*①スマホ用*/

div#mainimage{
	width: 280px;
	height: 163px;
    margin: 0 auto;
	margin-bottom: 40px;
	position: relative;
}

div#mainimage img{
	width: 280px;
	height: 163px;
}

div#mainimage p.mv_word{
	font-size: 25px;
	font-weight: bold;
	color: #414141;
	text-shadow: 3px 3px 3px #fff,-3px 3px 3px #fff,3px -3px 3px #fff,-3px -3px 3px #fff;
}

div#mainimage p#word1{
	position: absolute;
	top: 30px;
	left: 30px;
}

div#mainimage p#word2{
	position: absolute;
	bottom:30px;
	right: 30px;
}


/*②タブレット用*/

@media (min-width: 768px){
    
    div#mainimage{
        width: 580px;
        height: 326px;
        margin: 0 auto;
        margin-bottom: 30px;
        position: relative;
    }

    div#mainimage img{
        width: 580px;
        height: 326px;
    }

    div#mainimage p.mv_word{
        font-size: 50px;
        font-weight: bold;
        color: #414141;
        text-shadow: 5px 5px 5px #fff,-5px 5px 5px #fff,5px -5px 5px #fff,-5px -5px 5px #fff;
    }

    div#mainimage p#word1{
        position: absolute;
        top: 80px;
        left: 50px;
    }

    div#mainimage p#word2{
        position: absolute;
        bottom: 80px;
        right: 50px;
    }
    
}


/*③PC用*/

@media (min-width: 1024px){
    
    div#wrapper{
        width: 760px;
        margin: 0 auto;
    }
    

    div#mainimage{
        width: 740px;
        height: 450px;
        margin-bottom: 50px;
        position: relative;
    }

    div#mainimage img{
        width: 740px;
        height: 450px;
    }

    div#mainimage p.mv_word{
        font-size: 60px;
        font-weight: bold;
        color: #414141;
        text-shadow: 5px 5px 5px #fff,-5px 5px 5px #fff,5px -5px 5px #fff,-5px -5px 5px #fff;
    }

    div#mainimage p#word1{
        position: absolute;
        top: 100px;
        left: 50px;
    }

    div#mainimage p#word2{
        position: absolute;
        bottom: 100px;
        right: 50px;
    }
    
}

/*======================================================
　　コンテンツ（レイアウト）
======================================================*/

/*②タブレット用*/
@media (min-width: 768px){
    div#container{
        display: flex;
        width: 600px;
/*        background-color: aqua;*/
    }
}

/*③PC用*/
@media (min-width: 1024px){
    div#container{
        display: flex;
        width: 760px;
/*        background-color: aqua;*/
    }
}



/*======================================================
　　レフト
======================================================*/
/*①スマホ用*/

div#left{
	width: 270px;
	height: 220px;
	background-color: #f2fffb;
	padding: 5px;
	position: relative;
    margin: 0 auto 50px auto;
/*    background-color: blue;*/
}

div#left h2{
	font-size: 20px;
	font-weight: bold;
}

div#left ul{
	width: 270px;
	margin-top: 20px;
}

div#left ul li{
	width: 270px;
	font-size: 10px;
	border-bottom: 2px dotted #414141;
	margin-top: 25px;
}

div#left ul li span{
	font-size: 10px;
	margin-right: 8px;
}

div#left a#button{
	width: 80px;
	height: 30px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	background-color: #414141;
	border-radius: 5px;
	position: absolute;
	right: 5px;
	bottom: 10px;
}

div#left a#button:hover{
	opacity: 0.8;
	cursor: pointer;
}


/*②タブレット用*/

@media (min-width: 768px){
    
    div#left{
	width: 320px;
	height: 270px;
	background-color: #f2fffb;
	padding: 10px;
	position: relative;
    margin-left: 0;
/*    background-color: blue;*/
    }

    div#left h2{
        font-size: 25px;
        font-weight: bold;
    }

    div#left ul{
        width: 320px;
        margin-top: 20px;
    }

    div#left ul li{
        width: 320px;
        font-size: 10px;
        border-bottom: 2px dotted #414141;
        margin-top: 25px;
    }

    div#left ul li span{
        font-size: 12px;
        margin-right: 8px;
    }

    div#left a#button{
        width: 80px;
        height: 30px;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        line-height: 30px;
        background-color: #414141;
        border-radius: 5px;
        position: absolute;
        right: 10px;
        bottom: 25px;
    }

    div#left a#button:hover{
        opacity: 0.8;
        cursor: pointer;
    }
}

/*③PC用*/

@media (min-width: 1024px){

    div#left{
        width: 420px;
        height: 300px;
        background-color: #f2fffb;
        margin-right: 50px;
        padding: 10px;
        position: relative;
    /*    background-color: red;*/
    }

    div#left h2{
        font-size: 40px;
        font-weight: bold;
    }

    div#left ul{
        width: 420px;
        margin-top: 20px;
    }

    div#left ul li{
        width: 420px;
        font-size: 14px;
        border-bottom: 2px dotted #414141;
        margin-top: 35px;
    }

    div#left ul li span{
        font-size: 11px;
        margin-right: 13px;
    }

    div#left a#button{
        width: 80px;
        height: 30px;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        line-height: 30px;
        background-color: #414141;
        border-radius: 5px;
        position: absolute;
        right: 10px;
        bottom: 10px;
    }

    div#left a#button:hover{
        opacity: 0.8;
        cursor: pointer;
    }
    
}

/*======================================================
　　ライト
======================================================*/
/*①スマホ用*/


div#right{
	width: 300px;
	height: 400px;
    margin: 0 auto 50px auto;
/*    background-color: red;*/
}

div#right ul li{
	width: 280px;
	height: 100px;
    margin: 0 auto;
	margin-bottom: 20px;
}

div#right ul li a{
	display: block;
	height: 110px;
	font-size: 40px;
	color: #414141;
	font-weight: bold;
	line-height: 2;
	text-align: center;
	text-shadow: 2.5px 2.5px 2.5px #fff,-2.5px 2.5px 2.5px #fff,2.5px -2.5px 2.5px #fff,-2.5px -2.5px 2.5px #fff;
}

div#right ul li a span{
	display: block; 
	font-size: 14px;
	color: #414141;
	font-weight: bold;
	line-height: 1;
	margin-top: -10px;
	text-align: center;
	text-shadow: 1px 1px 1px #fff,-1px 1px 1px #fff,1px -1px 1px #fff,-1px -1px 1px #fff;
}

div#right ul li.box-shadow a#about{
	background: url("images/top/about.png")no-repeat;
	background-size: 340px;
}

div#right ul li.box-shadow a#service{
	background: url("images/top/service.png")no-repeat;
	background-size:340px;
}

div#right ul li.box-shadow a#works{
	background: url("images/top/works.png")no-repeat;
	background-size:340px;
}


/*②タブレット用*/

@media (min-width: 768px){

    div#right{
        width: 220px;
        height: 310px;
        margin-right: 0;
/*        background-color: red;*/

    }

    div#right ul li{
        width: 200px;
        height: 70px;
        margin-bottom: 20px;
    }

    div#right ul li a{
        display: block;
        height: 70px;
        font-size: 30px;
        color: #414141;
        font-weight: bold;
        line-height: 2;
        text-align: center;
        text-shadow: 2.5px 2.5px 2.5px #fff,-2.5px 2.5px 2.5px #fff,2.5px -2.5px 2.5px #fff,-2.5px -2.5px 2.5px #fff;
    }

    div#right ul li a span{
        display: block; 
        font-size: 11px;
        color: #414141;
        font-weight: bold;
        line-height: 1;
        margin-top: -8px;
        text-align: center;
        text-shadow: 1px 1px 1px #fff,-1px 1px 1px #fff,1px -1px 1px #fff,-1px -1px 1px #fff;
    }

    div#right ul li.box-shadow a#about{
        background: url("images/top/about.png")no-repeat;
        background-size: 240px;
    }

    div#right ul li.box-shadow a#service{
        background: url("images/top/service.png")no-repeat;
        background-size:240px;
    }

    div#right ul li.box-shadow a#works{
        background: url("images/top/works.png")no-repeat;
        background-size:240px;
    }

}


/*③PC用*/

@media (min-width: 1024px){
    
    div#right{
    width: 250px;
    height: 340px;
    margin-right: 0;
/*    background-color: red;*/
    }

    div#right ul li{
        width: 230px;
        height: 80px;
        margin-bottom: 20px;
    }

    div#right ul li a{
        display: block;
        height: 80px;
        font-size: 35px;
        color: #414141;
        font-weight: bold;
        line-height: 2;
        text-align: center;
        text-shadow: 2.5px 2.5px 2.5px #fff,-2.5px 2.5px 2.5px #fff,2.5px -2.5px 2.5px #fff,-2.5px -2.5px 2.5px #fff;
    }

    div#right ul li a span{
        display: block; 
        font-size: 13px;
        color: #414141;
        font-weight: bold;
        line-height: 1;
        margin-top: -10px;
        text-align: center;
        text-shadow: 1px 1px 1px #fff,-1px 1px 1px #fff,1px -1px 1px #fff,-1px -1px 1px #fff;
    }

    div#right ul li.box-shadow a#about{
        background: url("images/top/about.png")no-repeat;
        background-size: 280px;
    }

    div#right ul li.box-shadow a#service{
        background: url("images/top/service.png")no-repeat;
        background-size:280px;
    }

    div#right ul li.box-shadow a#works{
        background: url("images/top/works.png")no-repeat;
        background-size:280px;
    }

}



/*======================================================
　　お問い合わせボタン
======================================================*/

div#contact a{
	margin: 0 auto;
	width: 300px;
	height: 80px;
/*	padding: 20px 0;*/
	display: block;
	font-size:25px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 80px;
	background-color: #414141;
	border-radius: 10px;
}

div#contact a:hover{
	opacity: 0.8;
}



/*======================================================
　　フッター
======================================================*/
footer{
	width: 100%;
	height: 400px;
	margin-top: 150px;
	margin-bottom: 0px;
	background-color: #414141;
}

div#footer_inner{
	width: 90%;
	margin: 0 auto;
    padding-top: 10px;
    position: relative;
}

div#footer_inner ul li{
    margin-top: 20px;
    
}

 div#footer_inner ul li a{
    display: block;
    text-align: center;
	color: #fff;
	font-size: 25px;
}

div#footer_inner ul li a:hover{
	opacity: 0.7;
}

div#footer_inner p{
    margin-top: 40px;
	font-size: 15px;
	color: #fff;
    text-align: center;
}

div#pagetop_button a{
	width: 40px;
	height: 40px;
	display: block;
	color: #fff;
	font-size: 15px;
	line-height: 25px;
	text-align: center;
	background-color: #414141;
	border-radius: 30px;
	position: absolute;
	top: -100px;
	right: 0;
}

div#pagetop_button a span{
	display: block;
	color: #fff;
	font-size: 8px;
	line-height: 8px;
	text-align: center;
    margin-top: -5px;
}

div#pagetop_button a:hover{
	opacity: 0.8;
}



@media (min-width: 768px){
    
    footer{
	width: 100%;
	height: auto;
	margin-top: 150px;
	margin-bottom: 0px;
	background-color: #414141;
    }

    div#footer_inner{
        width: 600px;
        height: 100px;
        position: relative;
    }

    div#footer_inner ul{
        display: flex;
        position: absolute;
        top: 20px;
        left: 0;
    }

    div#footer_inner ul li{
        margin-right: 30px;
    }

     div#footer_inner ul li a{
        display: block;
        color: #fff;
        font-size: 25px;
    }

    div#footer_inner ul li a:hover{
        opacity: 0.7;
    }

    div#footer_inner p{
        font-size: 15px;
        color: #fff;
        position: absolute;
        bottom: 15px;
        right: 0;
    }

    div#pagetop_button a{
        width: 50px;
        height: 50px;
        display: block;
        color: #fff;
        font-size: 18px;
        line-height: 32px;
        text-align: center;
        background-color: #414141;
        border-radius: 30px;
        position: absolute;
        top: -100px;
        right: -50px;
    }

    div#pagetop_button a span{
        display: block;
        color: #fff;
        font-size: 9px;
        line-height: 8px;
        text-align: center;
    }

    div#pagetop_button a:hover{
        opacity: 0.8;
    }

}


@media (min-width: 1024px){
    
        footer{
        width: 100%;
        height: auto;
        margin-top: 150px;
        margin-bottom: 0px;
        background-color: #414141;
        }

        div#footer_inner{
            width: 760px;
            height: 100px;
            position: relative;
        }

        div#footer_inner ul{
            display: flex;
            position: absolute;
            top: 20px;
            left: 0;
        }

        div#footer_inner ul li{
            margin-right: 30px;
        }

         div#footer_inner ul li a{
            display: block;
            color: #fff;
            font-size: 25px;
        }

        div#footer_inner ul li a:hover{
            opacity: 0.7;
        }

        div#footer_inner p{
            font-size: 12px;
            color: #fff;
            position: absolute;
            bottom: 15px;
            right: 0;
        }

        div#pagetop_button a{
            width: 60px;
            height: 60px;
            display: block;
            color: #fff;
            font-size: 25px;
            line-height: 40px;
            text-align: center;
            background-color: #414141;
            border-radius: 30px;
            position: absolute;
            top: -100px;
            right: -80px;
        }

        div#pagetop_button a span{
            display: block;
            color: #fff;
            font-size: 10px;
            line-height: 9px;
            text-align: center;
        }

        div#pagetop_button a:hover{
            opacity: 0.8;
        }

    }



/*======================================================
　　About
======================================================*/
div#about_title{
    margin-top: 50px;
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-end;
    position: relative;
}

div#about_title p#en{
    color: #414141;
    font-size: 24px;
    font-weight: bold;
    line-height: 0.8;
    text-shadow: 2.5px 2.5px 2.5px #fff,-2.5px 2.5px 2.5px #fff,2.5px -2.5px 2.5px #fff,-2.5px -2.5px 2.5px #fff;
}

div#about_title p#ja{
    color: #414141;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    left: 110px;
    text-align: right;
    text-shadow: 1px 1px 1px #fff,-1px 1px 1px #fff,1px -1px 1px #fff,-1px -1px 1px #fff;
}

div#about_nakami{
    width: 100%;
    height: auto;
    margin-top: 30px;
/*    display: flex;*/
    position: relative;
/*  background-color: red;*/
}


div#about_nakami_left img{
    width: 80px;
    height: 80px;
}

div#sns{
    margin-top: 10px;
    display: flex;
}

div#sns img{
    width: 40px;
    height: 40px;
    margin-right: 20px;
    /*↓アイコンの色を真っ黒にする*/
    filter: brightness(0);
}

div#about_nakami_right p{
    color: #414141;
    font-size: 10px;
    position: absolute;
    top: 0;
    left: 110px;
    line-height: 2;
}



@media (min-width: 768px){
    
    div#about_title{
    margin-top: 0;
    width: 600px;
    height: 100px;
    display: flex;
    position: relative;
    align-items: flex-end;
/*  background-color: red;*/
}

div#about_title p#en{
    color: #414141;
    font-size: 40px;
    font-weight: bold;
    line-height: 0.8;
    text-shadow: 2.5px 2.5px 2.5px #fff,-2.5px 2.5px 2.5px #fff,2.5px -2.5px 2.5px #fff,-2.5px -2.5px 2.5px #fff;
}

div#about_title p#ja{
    color: #414141;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    text-align: right;
    left: 220px;
    text-shadow: 1px 1px 1px #fff,-1px 1px 1px #fff,1px -1px 1px #fff,-1px -1px 1px #fff;
}

div#about_nakami{
    width: 600px;
    margin-top: 50px;
    display: flex;
    position: relative;
/*  background-color: red;*/
}


div#about_nakami_left img{
    width: 150px;
    height: 150px;
    
}

div#sns{
    margin-top: 10px;
    display: flex;
}

div#sns img{
    width: 40px;
    height: 40px;
    margin-right: 20px;
    /*↓アイコンの色を真っ黒にする*/
    filter: brightness(0);
}

div#about_nakami_right p{
    color: #414141;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 220px;
    line-height: 2;
}

}
    
    
    
@media (min-width: 1024px){

div#about_title{
    margin-top: 0;
    width: 760px;
    height: 100px;
    display: flex;
    position: relative;
    align-items: flex-end;
/*  background-color: red;*/
}

div#about_title p#en{
    color: #414141;
    font-size: 50px;
    font-weight: bold;
    line-height: 0.8;
    text-shadow: 2.5px 2.5px 2.5px #fff,-2.5px 2.5px 2.5px #fff,2.5px -2.5px 2.5px #fff,-2.5px -2.5px 2.5px #fff;
}

div#about_title p#ja{
    color: #414141;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    text-align: right;
    left: 300px;
    text-shadow: 1px 1px 1px #fff,-1px 1px 1px #fff,1px -1px 1px #fff,-1px -1px 1px #fff;
}

div#about_nakami{
    width: 760px;
    margin-top: 50px;
    display: flex;
    position: relative;
/*  background-color: red;*/
}


div#about_nakami_left img{
    width: 200px;
    height: 200px;
    
}

div#sns{
    margin-top: 10px;
    display: flex;
}

div#sns img{
    width: 40px;
    height: 40px;
    margin-right: 20px;
    /*↓アイコンの色を真っ黒にする*/
    filter: brightness(0);
}

div#about_nakami_right p{
    color: #414141;
    font-size: 17px;
    position: absolute;
    top: 0;
    left: 300px;
    line-height: 2;
}

}

/*======================================================
　　スキルレベル
======================================================*/

div#skill_level p{
    margin-top: 100px;
    color: #414141;
    font-size: 25px;
    font-weight: bold;
    text-shadow: 2.5px 2.5px 2.5px #fff,-2.5px 2.5px 2.5px #fff,2.5px -2.5px 2.5px #fff,-2.5px -2.5px 2.5px #fff;
}

div#skill_level_table{
    margin-top: 30px;
/*    display: flex;*/
}

div#skill_level dl{
    display: flex;
    margin-bottom: 20px;
}

div#skill_level dl dt{
    width: 150px;
    font-size: 15px;
    color: #414141;
}

div#skill_level dl dd{
    width: 150px;
    font-size: 15px;
    text-align: start;
    color: #414141;
}



@media (min-width: 768px){
    div#skill_level p{
    margin-top: 100px;
    color: #414141;
    font-size: 40px;
    font-weight: bold;
    text-shadow: 2.5px 2.5px 2.5px #fff,-2.5px 2.5px 2.5px #fff,2.5px -2.5px 2.5px #fff,-2.5px -2.5px 2.5px #fff;
    }

    div#skill_level_table{
        width: 100%;
        margin-top: 50px;
        display: flex;
        justify-content: space-between;
    }

    div#skill_level dl{
        display: flex;
        margin-bottom: 20px;
    }

    div#skill_level dl dt{
        width: 170px;
        font-size: 20px;
        color: #414141;
    }

    div#skill_level dl dd{
        width: 170px;
        font-size: 20px;
        text-align: start;
        color: #414141;
    }
    
}


@media (min-width: 1024px){
    div#skill_level p{
    margin-top: 150px;
    color: #414141;
    font-size: 50px;
    font-weight: bold;
    text-shadow: 2.5px 2.5px 2.5px #fff,-2.5px 2.5px 2.5px #fff,2.5px -2.5px 2.5px #fff,-2.5px -2.5px 2.5px #fff;
}

div#skill_level_table{
    width: 100%;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

div#skill_level dl{
    display: flex;
    margin-bottom: 20px;
}

div#skill_level dl dt{
    width: 200px;
    font-size: 22px;
    color: #414141;
}

div#skill_level dl dd{
    width: 200px;
    font-size: 22px;
    text-align: start;
    color: #414141;
}
    
    div#skill_level_table_right dl{
        margin-right: 0;
    }
    
}


/*======================================================
　　Service
======================================================*/

div#service_title{
    margin: 50px auto 0 auto;
    width: 100%;
    height: auto;
    display: flex;
    position: relative;
    align-items: flex-end;
/*    background-color: red;*/
}

div#service_title p#en{
    color: #414141;
    font-size: 24px;
    font-weight: bold;
    line-height: 0.8;
    text-shadow: 2.5px 2.5px 2.5px #fff,-2.5px 2.5px 2.5px #fff,2.5px -2.5px 2.5px #fff,-2.5px -2.5px 2.5px #fff;
}

div#service_title p#ja{
    color: #414141;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    text-align: right;
    left: 100px;
    text-shadow: 1px 1px 1px #fff,-1px 1px 1px #fff,1px -1px 1px #fff,-1px -1px 1px #fff;
}

div#three_services{
    margin-bottom: 200px;
    height: auto;
}

div.service_detail{
    margin-top: 30px;
    margin-bottom: 120px;
}

div.service_detail h2{
    color: #414141;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #fff,-1px 1px 1px #fff,1px -1px 1px #fff,-1px -1px 1px #fff;
}

div.nakami{
    margin-top: 20px;
    display: flex;
    position: relative;
}


div.nakami img{
    width: 8%;
    height: 8%;
}

div.nakami p{
    color: #414141;
    font-size: 10px;
    line-height: 2;
    position: absolute;
    left: 70px;
}



@media (min-width: 768px){
    
    div#service_title{
        margin: 50px auto;
        width: 600px;
        height: auto;
        display: flex;
        position: relative;
        align-items: flex-end;
    /*    background-color: red;*/
    }

    div#service_title p#en{
        color: #414141;
        font-size: 40px;
        font-weight: bold;
        line-height: 0.8;
        text-shadow: 2.5px 2.5px 2.5px #fff,-2.5px 2.5px 2.5px #fff,2.5px -2.5px 2.5px #fff,-2.5px -2.5px 2.5px #fff;
    }

    div#service_title p#ja{
        color: #414141;
        font-size: 20px;
        font-weight: bold;
        line-height: 1;
        position: absolute;
        text-align: right;
        left: 200px;
        text-shadow: 1px 1px 1px #fff,-1px 1px 1px #fff,1px -1px 1px #fff,-1px -1px 1px #fff;
    }

    div.service_detail{
        margin-top: 50px;
        margin-bottom: 120px;
    }

    div.service_detail h2{
        margin-bottom: 30px;
        color: #414141;
        font-size: 30px;
        font-weight: bold;
        text-shadow: 1px 1px 1px #fff,-1px 1px 1px #fff,1px -1px 1px #fff,-1px -1px 1px #fff;
    }

    div.nakami{
        margin-top: 15px;
        display: flex;
        position: relative;
    }


    div.nakami img{
        width: 15%;
        height: 15%;
    }

    div.nakami p{
        color: #414141;
        font-size: 14px;
        line-height: 2;
        position: absolute;
        left: 150px;
    }
}



@media (min-width: 1024px){
    

    div#service_title{
        margin: 50px auto;
        width: 760px;
        height: auto;
        display: flex;
        position: relative;
        align-items: flex-end;
    /*    background-color: red;*/
    }

    div#service_title p#en{
        color: #414141;
        font-size: 50px;
        font-weight: bold;
        line-height: 0.8;
        text-shadow: 2.5px 2.5px 2.5px #fff,-2.5px 2.5px 2.5px #fff,2.5px -2.5px 2.5px #fff,-2.5px -2.5px 2.5px #fff;
    }

    div#service_title p#ja{
        color: #414141;
        font-size: 30px;
        font-weight: bold;
        line-height: 1;
        position: absolute;
        text-align: right;
        left: 250px;
        text-shadow: 1px 1px 1px #fff,-1px 1px 1px #fff,1px -1px 1px #fff,-1px -1px 1px #fff;
    }

    div.service_detail{
        margin-bottom: 120px;
    }

    div.service_detail h2{
        color: #414141;
        font-size: 30px;
        font-weight: bold;
        text-shadow: 1px 1px 1px #fff,-1px 1px 1px #fff,1px -1px 1px #fff,-1px -1px 1px #fff;
    }

    div.nakami{
        margin-top: 20px;
        display: flex;
        position: relative;
    }


    div.nakami img{
        width: 15%;
        height: 15%;
    }

    div.nakami p{
        color: #414141;
        font-size: 18px;
        line-height: 2;
        position: absolute;
        left: 200px;
    }
    
}

/*======================================================
　　Works
======================================================*/

div#works_title{
    width: 100%;
    height: auto;
    margin: 50px auto;
    display: flex;
    position: relative;
    align-items: flex-end;
}

div#works_title p#en{
    color: #414141;
    font-size: 25px;
    font-weight: bold;
    line-height: 0.8;
    text-shadow: 2.5px 2.5px 2.5px #fff,-2.5px 2.5px 2.5px #fff,2.5px -2.5px 2.5px #fff,-2.5px -2.5px 2.5px #fff;
}

div#works_title p#ja{
    color: #414141;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    text-shadow: 1px 1px 1px #fff,-1px 1px 1px #fff,1px -1px 1px #fff,-1px -1px 1px #fff;
    position: absolute;
    left: 100px;
}

div.works_detail{
    width: 100%;
    margin: 50px auto 100px auto;
}

div.works_detail h2{
    color: #414141;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #fff,-1px 1px 1px #fff,1px -1px 1px #fff,-1px -1px 1px #fff;
}

div.works_detail p{
    margin-top: 10px;
    margin-bottom: 30px;
    color: #414141;
    font-size: 12px;
    line-height: 2;
}



div.works_nakami{
    width: 100%;
    margin: 20px auto;
}

div.works_nakami a{
    display: block;
    width: 100%;
    height: auto;
    margin: 30px auto;
}

div.works_nakami a img{
    display: block;
    width: 100%;
    height: auto;
}

div.works_nakami img{
    display: block;
    width: 100%;
    height: auto;
    margin: 50px auto;
}

/*
div.click_to_hp a{
    box-shadow: 10px 10px 10px rgba(83,78,61,0.3);
}
*/

div.click_to_hp a:hover{
    display: block;
    transform: translateY(-10px);
    transition: transform 0.3s ease-out; 
    }



@media (min-width: 768px){
    div#works_title{
    width: 600px;
    height: auto;
    margin: 50px auto 40px auto;
    display: flex;
    position: relative;
    align-items: flex-end;
/*    background-color: red;*/
    }

    div#works_title p#en{
        color: #414141;
        font-size: 40px;
        font-weight: bold;
        line-height: 0.8;
        text-shadow: 2.5px 2.5px 2.5px #fff,-2.5px 2.5px 2.5px #fff,2.5px -2.5px 2.5px #fff,-2.5px -2.5px 2.5px #fff;
    }

    div#works_title p#ja{
        color: #414141;
        font-size: 20px;
        font-weight: bold;
        line-height: 1;
        text-shadow: 1px 1px 1px #fff,-1px 1px 1px #fff,1px -1px 1px #fff,-1px -1px 1px #fff;
        position: absolute;
        text-align: right;
        left: 150px;
    }

    div.works_detail{
        width: 600px;
        margin: 30px auto 80px auto;
    }

    div.works_detail h2{
        color: #414141;
        font-size: 30px;
        font-weight: bold;
        text-shadow: 1px 1px 1px #fff,-1px 1px 1px #fff,1px -1px 1px #fff,-1px -1px 1px #fff;
    }

    div.works_detail p{
        margin-top: 10px;
        margin-bottom: 20px;
        color: #414141;
        font-size: 18px;
        line-height: 2;
    }

    div.works_nakami{
        width: 600px;
        margin-top: 40px;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    div.works_nakami a{
        display: block;
        width: 180px;
        height: auto;
        margin: 0;
    }

    div.works_nakami a img{
        display: block;
        width: 180px;
        height: auto;
        margin: 0;
    }

    div.works_nakami img{
        display: block;
        width: 180px;
        height: auto;
        margin: 0;
    }
    
    div.click_to_hp a:hover{
    display: block;
    transform: translateY(-10px);
    }


}


@media (min-width: 1024px){

    div#works_title{
        width: 760px;
        height: auto;
        margin: 50px auto;
        display: flex;
        position: relative;
        align-items: flex-end;
        
    }

    div#works_title p#en{
        color: #414141;
        font-size: 50px;
        font-weight: bold;
        line-height: 0.8;
        text-shadow: 2.5px 2.5px 2.5px #fff,-2.5px 2.5px 2.5px #fff,2.5px -2.5px 2.5px #fff,-2.5px -2.5px 2.5px #fff;
    }

    div#works_title p#ja{
        color: #414141;
        font-size: 30px;
        font-weight: bold;
        line-height: 1;
        text-shadow: 1px 1px 1px #fff,-1px 1px 1px #fff,1px -1px 1px #fff,-1px -1px 1px #fff;
        position: absolute;
        text-align: right;
        left: 200px;
    }

    div.works_detail{
        width: 760px;
        margin: 50px auto 100px auto;
    }

    div.works_detail h2{
        color: #414141;
        font-size: 30px;
        font-weight: bold;
        text-shadow: 1px 1px 1px #fff,-1px 1px 1px #fff,1px -1px 1px #fff,-1px -1px 1px #fff;
    }

    div.works_detail p{
        margin-top: 10px;
        margin-bottom: 30px;
        color: #414141;
        font-size: 18px;
        line-height: 2;
    }

    div.works_nakami{
        width: 760px;
        margin-bottom: 50px;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    div.works_nakami a{
        display: block;
        width: 240px;
    }

    div.works_nakami a img{
        display: block;
        width: 240px;
        height: auto;
    }

    div.works_nakami img{
        display: block;
        width: 240px;
        height: auto;
    }

    div.click_to_hp a:hover{
        display: block;
        transform: translateY(-10px);
        }

}



/*======================================================
　　News
======================================================*/

div#news_title{
    width: 100%;
    height: auto;
    margin: 80px auto 50px auto;
    display: flex;
    position: relative;
    align-items: flex-end;
/*    background-color: red;*/
}

div#news_title p#en{
    color: #414141;
    font-size: 24px;
    font-weight: bold;
    line-height: 0.8;
    text-shadow: 2.5px 2.5px 2.5px #fff,-2.5px 2.5px 2.5px #fff,2.5px -2.5px 2.5px #fff,-2.5px -2.5px 2.5px #fff;
}

div#news_title p#ja{
    color: #414141;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    text-shadow: 1px 1px 1px #fff,-1px 1px 1px #fff,1px -1px 1px #fff,-1px -1px 1px #fff;
    position: absolute;
    text-align: right;
    left: 100px;
}

div#news_column ul{
	width: 100%;
	margin-top: 20px;
}

div#news_column ul li{
	width: 100%;
	border-bottom: 2px dotted #414141;
	margin-top: 50px;
}

div#news_column ul li span{
	font-size: 9px;
	margin-right: 5px;
}

div#news_column ul li a{
    font-size: 9px;
    color: #414141;
}



@media (min-width: 768px){
    
    div#news_title{
    width: 100%;
    height: auto;
    margin: 80px auto 50px auto;
    display: flex;
    position: relative;
    align-items: flex-end;
/*    background-color: red;*/
    }

    div#news_title p#en{
        color: #414141;
        font-size: 40px;
        font-weight: bold;
        line-height: 0.8;
        text-shadow: 2.5px 2.5px 2.5px #fff,-2.5px 2.5px 2.5px #fff,2.5px -2.5px 2.5px #fff,-2.5px -2.5px 2.5px #fff;
    }

    div#news_title p#ja{
        color: #414141;
        font-size: 20px;
        font-weight: bold;
        line-height: 1;
        text-shadow: 1px 1px 1px #fff,-1px 1px 1px #fff,1px -1px 1px #fff,-1px -1px 1px #fff;
        position: absolute;
        text-align: right;
        left: 150px;
    }

    div#news_column ul{
        width: 100%;
        margin-top: 20px;
    }

    div#news_column ul li{
        width: 100%;
        border-bottom: 2px dotted #414141;
        margin-top: 50px;
    }

    div#news_column ul li span{
        font-size: 20px;
        margin-right: 20px;
    }

    div#news_column ul li a{
        font-size: 15px;
        color: #414141;
    }
    
}


@media (min-width: 1024px){
    
    div#news_title{
    width: 100%;
    height: auto;
    margin: 80px auto 50px auto;
    display: flex;
    position: relative;
    align-items: flex-end;
/*    background-color: red;*/
    }

    div#news_title p#en{
        color: #414141;
        font-size: 50px;
        font-weight: bold;
        line-height: 0.8;
        text-shadow: 2.5px 2.5px 2.5px #fff,-2.5px 2.5px 2.5px #fff,2.5px -2.5px 2.5px #fff,-2.5px -2.5px 2.5px #fff;
    }

    div#news_title p#ja{
        color: #414141;
        font-size: 30px;
        font-weight: bold;
        line-height: 1;
        text-shadow: 1px 1px 1px #fff,-1px 1px 1px #fff,1px -1px 1px #fff,-1px -1px 1px #fff;
        position: absolute;
        text-align: right;
        left: 180px;
    }

    div#news_column ul{
        width: 100%;
        margin-top: 20px;
    }

    div#news_column ul li{
        width: 100%;
        border-bottom: 2px dotted #414141;
        margin-top: 50px;
    }

    div#news_column ul li span{
        font-size: 24px;
        margin-right: 40px;
    }

    div#news_column ul li a{
        font-size: 18px;
        color: #414141;
    }
    
}


/*======================================================
　　News記事共通
======================================================*/

div.news_column_title{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 80px auto 50px auto;
}

div.news_column_title h2{
    color: #414141;
    font-size: 15px;
}

div.news_column_title span{
    color: #414141;
    font-size: 10px;
}

div.news_column p{
    margin-top: 30px;
    color: #414141;
    font-size: 10px;
    line-height: 1.5;
    margin-bottom: 30px;
}


@media (min-width: 768px){
    
    div.news_column_title{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 80px auto 50px auto;
    }

    div.news_column_title h2{
        color: #414141;
        font-size: 25px;
    }

    div.news_column_title span{
        color: #414141;
        font-size: 15px;
    }

    div.news_column p{
        margin-top: 30px;
        color: #414141;
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 40px;
    }
}


@media (min-width: 1024px){
    
    div.news_column_title{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 80px auto 50px auto;
    }

    div.news_column_title h2{
        color: #414141;
        font-size: 30px;
    }

    div.news_column_title span{
        color: #414141;
        font-size: 18px;
    }

    div.news_column p{
        margin-top: 30px;
        color: #414141;
        font-size: 20px;
        line-height: 1.5;
        margin-bottom: 50px;
    }
}

/*======================================================
　　News260415
======================================================*/

div#news_260415 img{
    width: 100%;
    height: auto;
}


@media (min-width: 768px){
    
    div#news_260415 img{
        width: 50%;
        height: auto;
    }
}
    
    

@media (min-width: 1024px){

    div#news_260415 img{
        width: 60%;
        height: auto;
    }
}


/*======================================================
　　News260420
======================================================*/

div#news260420_images{
    width: 100%;
    height: auto;
    position: relative;
}

div#news_260420 img{
    display: block;
    margin-bottom: 50px;
}

div#news_260420 img#banner1{
    width: 100%;
    height: auto;
}

div#news_260420 img#banner2{
    width: 60%;
    height: auto;
}

div#news_260420 img#banner3{
    width: 40%;
    height: auto;
}

div#news_260420 img#banner4{
    width: 15%;
    height: auto;
    position: absolute;
    margin-bottom: 0;
    right: 0;
    bottom: 0;
}




@media (min-width: 768px){
    
    div#news260420_images{
    width: 100%;
    height: auto;
    position: relative;
    }
    
    div#news_260420 img{
        display: block;
        margin-bottom: 60px;
    }

    div#news_260420 img#banner1{
        width: 100%;
        height: auto;
    }

    div#news_260420 img#banner2{
        width: 60%;
        height: auto;
    }

    div#news_260420 img#banner3{
        width: 40%;
        height: auto;
    }

    div#news_260420 img#banner4{
        width: 15%;
        height: auto;
        position: absolute;
        margin-bottom: 0;
        right: 0;
        bottom: 0;
    }

    
}
    

@media (min-width: 1024px){
    
    div#news260420_images{
    width: 100%;
    height: auto;
    position: relative;
    }
    
    div#news_260420 img{
        display: block;
        margin-bottom: 80px;
    }

    div#news_260420 img#banner1{
        width: 100%;
        height: auto;
    }

    div#news_260420 img#banner2{
        width: 60%;
        height: auto;
    }

    div#news_260420 img#banner3{
        width: 40%;
        height: auto;
    }

    div#news_260420 img#banner4{
        width: 15%;
        height: auto;
        position: absolute;
        margin-bottom: 0;
        right: 0;
        bottom: 0;
    }
}


/*======================================================
　　News260510
======================================================*/

div.namecard img{
    display: block;
    width: 100%;
    margin-top: 30px;
}


@media (min-width: 768px){
    
    
    div.namecard{
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 40px;
    }
    
    div.namecard img{
    width: 47%;
    margin-top: 0;
    margin-bottom: 0px;
    } 
}
    

@media (min-width: 1024px){
       
    div.namecard{
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 40px;
    }
    
    div.namecard img{
    width: 47%;
    margin-top: 0;
    margin-bottom: 0px;
    }
    
}


/*======================================================
　　News260522
======================================================*/

div#news_logo img{
    display: block;
    width: 100%;
    margin-bottom: 100px;
}


@media (min-width: 768px){
    
    div#news_logo{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    div#news_logo img#logoa{
        width: 25%;
        margin-bottom: 0;
    }
    
    div#news_logo img#logob{
        width: 32%;
        margin-bottom: 0;
    }
    
    div#news_logo img#logoc{
        width: 30%;
        margin-bottom: 0;
    }
}


@media (min-width: 1024px){
    
    div#news_logo{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    div#news_logo img#logoa{
        width: 25%;
        margin-bottom: 0;
    }
    
    div#news_logo img#logob{
        width: 32%;
        margin-bottom: 0;
    }
    
    div#news_logo img#logoc{
        width: 30%;
        margin-bottom: 0;
    }
    
}


/* =========================
不要iframe対策
========================= */

body > iframe{
    height:0 !important;
    min-height:0 !important;
}

body > iframe{
    display:none !important;
}

div[style*="z-index: 9999"]{
    line-height:0 !important;
}

div[style*="z-index: 9999"]{
    line-height:0;
    font-size:0;
}