@charset "utf-8";

a[href^=tel] {
    text-decoration: none;
    color: inherit;
    cursor: default;
}

a[href^=tel]:hover {
    opacity: 1;
}


/* sp 
****************************************************************/

@media screen and (max-width:768px) {
    body .slick-slide img{
            width: 100vw;   
        height: auto;
    }

    #topVisual {
        margin-bottom:40px;
    }

    #topVisual .wrap01 img {
        width: 100vw;
        height: auto;
    }

    body .slick-next,body .slick-prev{
        display: none!important;
    }


    .wrapper,
    #leftContent,
    #rightContent,
    #leftContent .list01 li p.text,
    #header .inner01{
        width:100%;
    }

    body .pull-left,
    body .pull-right{
        float:none!important;
    }

    #breadcrumbs{
    	margin-bottom:40px;
    	padding:15px 10px;
    	box-sizing: border-box;
    	height:auto;
    	line-height: 1.7;
    }

    /* navi */
    #gNave li{
    	line-height: 1;
    	height:auto;
    }

    #gNave ul li:first-child a div,
    #gNave ul li a div{
        border:none;
    }
    #gNave {
        display: none;
        background: rgba(0, 0, 0, 0.9);
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        z-index: 100;
        overflow: hidden;
    }
    #gNave .container {
        overflow: hidden;
        position: relative;
        width: 100vw;
        height: 100vh;
        padding: 0;
    }
    #gNave ul {
        border: none;
        position: absolute;
        right: -100vw;
        top: 50px;
        width: 100vw;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 110;
        padding-left: 0;
    }
    #gNave ul li,
    #gNave ul li:first-of-type {
        float: none;
        display: block;
        width: 100%;
        border: none;
        padding-left: 0;
        border-bottom: 1px dotted #fff;
    }
    #gNave ul li+li {
        padding-left: 0;
    }
    #gNave ul li a {
        color: #FFF;
        line-height: 1;
        border: none;
        display: block;
        text-align: center;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 20px 0;
    }
    #gNave ul li:first-of-type a {
        border: none;
    }
    #gNave ul li a small {
        display: none;
    }

    #gNave ul li.on a {
        border-top: none;
    }

    a.menu-trigger,
    a.menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }

    a.menu-trigger {
        position: fixed;
        width: 40px;
        height: 40px;
        right: 10px;
        top: 10px;
        z-index: 600;
        background: rgba(255, 255, 255, 0.75);
    }

    a.menu-trigger:hover {
        opacity: 1;
    }

    a.menu-trigger span {
        position: absolute;
        left: 5px;
        width: 30px;
        height: 2px;
        background-color: #333;
        border-radius: 1px;
    }

    a.menu-trigger span:nth-of-type(1) {
        top: 10px;
    }

    a.menu-trigger span:nth-of-type(2) {
        top: 48%;
    }

    a.menu-trigger span:nth-of-type(3) {
        bottom: 10px;
    }

    .menu-trigger.active span:nth-of-type(1) {
        -webkit-transform: translateY( 9px) rotate(-315deg);
        transform: translateY( 9px) rotate(-315deg);
    }

    .menu-trigger.active span:nth-of-type(2) {
        opacity: 0;
    }

    .menu-trigger.active span:nth-of-type(3) {
        -webkit-transform: translateY(-9px) rotate(315deg);
        transform: translateY(-9px) rotate(315deg);
    }

    /* header */

    #header {
	    padding: 10px 0 20px;
	}

    #header .inner01 ul li{
    	float:none;
    	display: inline-block;
    	padding:0;
    }

    #header .inner01 ul li + li{
    	margin-left:10px;
    }

    #header .inner01 ul li::before{
    	content:'●';
    	color:#5997D6;
    	margin-right:10px;
    }

    #header .inner01{
    	text-align: center;
    }

    #header .inner01 a.btn01{
    	margin:10px auto;
    }

    #headerLogo{
    	margin:10px auto 15px;
    }

    /* footer */

    #footer .inner01 ul{
    	height: auto;
    }

    #footer .inner01 ul li{
    	float:none;
        border-bottom: solid 1px #ccc;
        text-align: center;
        padding-right: 0px;
    }

    #footer .inner01 a.btn01{
        margin: 10px auto 0;
    }

    #footer .inner02 .inner02-01 img{
    	margin: 15px auto 0;
    	display: block;
    }

    #footer .inner02 .inner02-01{
    	height: auto;
    	margin-bottom:20px;
    }

    #footer .inner02 .inner02-01,
    #footer .inner02 .inner02-02,
    #footer .inner02 .inner02-02 .addressWrap01,
    #footer .inner02 .inner02-02 .addressWrap01.var01{
    	padding:0;
    }

    #footer .inner02 .inner02-02 .addressWrap01.var01{
    	text-align: center;
    }

    #footer p.text01{
    	text-align: center;
    }

    #footer table{
    	margin:20px auto 0;
    }


	/* HOME 
	****************************************************************/

	#topImg{
		height: 300px;
		margin-bottom: 30px;
	}

	#topImg h1{
		height: 300px;
		background-size: contain;
	}

	#leftContent .inner01{
		margin: 0 auto 50px;
	}

	#leftContent .inner01 p {
	    height: auto;
	    margin-bottom: 20px;
	}

	#content{
		padding:0 15px;
		box-sizing: border-box;
	}

	.home #leftContent .inner01 h2{
		padding:0;
		line-height: 1;
	}

	/* sidebar */

	#rightContent{
		margin-top: 50px;
	}

	#rightContent .inner01 img{
		margin:0 auto;
		display: block;
		padding-top: 20px;
	}

	#rightContent .banner01 img{
	    display: block;
    	margin: 0 auto 10px;
	}


	/* reason 
	****************************************************************/

	#leftContent .inner01 h2 span{
		display: block;
		margin-bottom:10px;
	}

	#leftContent .inner01 h2{
		height: auto;
    	line-height: 1.7;
    	padding:10px;
    	box-sizing: border-box;
	}

	.reason #leftContent .inner01 img,
	.service #leftContent .inner01 img,
	.company #leftContent .inner01 img,
	.contact #leftContent img,
    .company.staff #leftContent img.pull-right{
		margin:0 auto 20px;
	    display: block;
	}

	.subpage #rightContent .inner02 img{
		margin:0 auto 10px;
		display: block;
	}


	/* company 
	****************************************************************/

	.company #leftContent .inner01 .mapWrap{
		padding-left: 0;
	}

	.company #leftContent .inner01 .mapWrap iframe{
		width: 100%;
	}

	.company #leftContent #pageLink li{
		display: block;
		float:none;
	    margin: 0 0 10px 0;
	}

	.company #leftContent table,
	.company #leftContent tbody,
	.company #leftContent tr,
	.company #leftContent th,
	.company #leftContent td,
	.contact #leftContent table,
	.contact #leftContent tbody,
	.contact #leftContent tr,
	.contact #leftContent th,
	.contact #leftContent td{
		width: 100%!important;
		box-sizing: border-box;
		display: block;
	}


	/* information 
	****************************************************************/

	.information #leftContent .inner01 h2{
		padding:0;
	}


	/* contact 
	****************************************************************/

	.contact #leftContent table td label{
		display: block;
	}

	.contact #leftContent table td input[type=text],
	.contact #leftContent table td input[type=tel],
	.contact #leftContent table td input[type=mail],
	#leftContent table td input.var01,
	#leftContent table td textarea{
	    width: 100%;
    	box-sizing: border-box;
	}
	
	.contact #leftContent table td input.var02{
		width: 40%;
	}

	.contact #leftContent .inner01 p{
		margin-bottom:0px;
	}

}

@media screen and (max-width:400px) {
	/* HOME 
	****************************************************************/

	#topImg{
		height: 150px;
		margin-bottom: 30px;
	}

	#topImg h1{
		height: 150px;
		background-size: contain;
	}

    body .slick-slide img{
           width: 100vw;
        height: auto;
    }

}


/* tablet 
****************************************************************/

@media screen and (min-width:769px) and (max-width:1025px){
    body .slick-slide img{
            width: 100vw;
        height: auto;
    }
}