@charset "utf-8";

/***********************************************************************************************************************
* リサイズ	767px以下から
***********************************************************************************************************************/
@media screen and (max-width: 767px){
html{
	background: url("../img/bg.jpg") repeat;
	background-size: 218px;
}
.hover:hover{
	-ms-filter: "alpha( opacity=100 )";
	    filter: alpha( opacity=100 );
	opacity: 1;
}
img{width: 100%;}
.pc{display: none !important;}
.sp{display: block !important;}

.wrap{
	padding: 0 10px;
}
#container{
	width: 100%;
	overflow: hidden;
}


.arrow::before{
	right: 15px;
	top: 50%;
	width: 10px;
}
.arrow::after{
	right: 15px;
	top: 50%;
	width: 6px;
	height: 6px;
	margin-top: -3px;
}

/*ヘッダー*/
header{
	width: 100%;
	height: 50px;
}
	header .logo{
		display: block;
		width: 50px;
	}
		header .logo a{
			display: block;
			background: url("../img/header/logo.jpg") no-repeat;
			background-size: 50px;
			width: 50px;
			height: 50px;
		}
		header .logo h2{
			display: none;
		}

header .menu{
	background: url("../img/bg.jpg") repeat;
	background-size: 218px;
	top: -700px;
	left: 0px;
	width: 100%;
	padding: 0 0 50px;
}
	header .menu .mincho{
		font-size: 2.0rem;
		line-height: 49px;
		margin-bottom: 20px;
		text-align: left;
		padding-left: 10px;
		border-bottom: 1px solid #23376e;
	}
	header .menu nav{
		width: auto;
		margin: 0 20px;
		padding: 0;
	}
		header .menu nav ul{
			padding: 0 0 20px;
		}
			header .menu nav ul li{
				display: block;
				padding-bottom: 10px;
			}
			header .menu nav ul li:last-child{padding-bottom: 0px;}
				header .menu nav ul li a{
					font-size: 1.8rem;
					font-weight: bold;
					line-height: 1.4em;
					padding: 0.5em 0;
				}
	header .menu .sns{
		margin: 0 20px;
		text-align: center;
	}
		header .menu .sns li{
			display: block;
			padding: 30px 0px 0px;
			border-top: 1px solid #23376e;
		}
		header .menu .sns li:first-child{
			display: inline-block;
			border-top: none;
			border-right: none;
			padding: 20px 0 20px 44px;
		}
			header .menu .sns li p{
				display: block;
				font-size: 1.8rem;
				font-weight: bold;
				margin: 0 0 20px;
			}
header .contact{
	right: 50px;
	width: 138px;
	height: 50px;
	font-size: 1.4rem;
	line-height: 50px;
}
	header .contact span{
		background: url("../img/header/icon-contact.png") left center no-repeat;
		background-size: 16px;
		padding-left: 25px;
	}

body>header #menu-button{
	width: 50px;
	height: 50px;
}
	body>header #menu-button>div{
		width: 20px;
		height: 3px;
		left: 16px;
	}
		body>header #menu-button.active>div:nth-child(1),
		body>header #menu-button.active>div:nth-child(3){
			left: 17px;
		}


/*フッター*/
footer{
	margin-top: 0px;
	padding-top: 30px;
	text-align: center;
	border-top: none;
}
footer a{
	color: #23376e;
}
footer .wrap{
	overflow: hidden;
}
.foot-info{
	padding: 0;
	margin-bottom: 25px;
}
	.foot-info .title{
		line-height: 1.3em;
		margin-bottom: 10px;
	}
		.foot-info .title span{
			display: inline-block;
			padding: 0 0.5em;
		}
		.foot-info .title::before{
			margin-top: -0px;
			height: 1px;
		}
	.foot-info .tel{
		margin-bottom: 25px;
	}
		.foot-info .tel p{
			margin: 0 7px;
			display: inline-block;
			font-size: 1.2rem;
			line-height: 1.4em;
			vertical-align: middle;
			text-align: left;
		}
		.foot-info .tel p.num{
			font-size: 4.0rem;
			font-weight: bold;
			padding-left: 44px;
			background: url("../img/footer/icon-tel.png") left center no-repeat;
			background-size: 32px;
			letter-spacing: -2px;
		}
	.foot-info .contact{
		position: relative;
		margin-bottom: 20px;
		padding: 0 10px;
	}
		.foot-info .contact p{
			position: relative;
			line-height: 1em;
			margin-bottom: 10px;
		}
		.foot-info .contact a{
			width: 100%;
			margin-left: 0;
			font-size: 1.5rem;
			line-height: 45px;
		}
	.foot-info .sns{
		position: relative;
		padding: 0 10px;
	}
		.foot-info .sns p{
			position: relative;
			line-height: 1em;
			margin-bottom: 10px;
			text-align: center;
		}
		.foot-info .sns ul{
			width: 100%;
			margin-left: 0;
		}
			.foot-info .sns ul li{
				position: relative;
				float: none;
				width: 100%;
				margin-bottom: 5px;
			}
			.foot-info .sns ul li:nth-child(1)::after{
				display: none;
			}
				.foot-info .sns ul li a{
					font-size: 1.5rem;
					line-height: 45px;
				}
footer nav{
	padding: 0 10px;
}
	footer nav>ul{
		float: none;
		width: 100%;
	}
		footer nav>ul>li{
			position: relative;
			padding-left: 1.4em;
			margin-bottom: 5px;
		}
		footer nav>ul>li:last-child{margin-bottom: 0px;}
			footer nav>ul>li::before,
			footer nav>ul>li::after{
				top: 18px;
			}
			footer nav>ul>li a{
				display: block;
				padding: 0.5em 0;
			}
			footer nav>ul>li>ul{
				display: none;
			}

footer .copyright{
	margin-top: 25px;
	padding: 20px 0 20px;
	font-size: 1.0rem;
	font-size: 2.0vw;
}

/*ページ遷移ボタン*/
#pagetop{
	width: 50px;
	height: 50px;
}
	#pagetop>span{
		width: 50px;
		height: 50px;;
	}
		#pagetop>span::before{
			width: 2px;
			height: 18px;
			margin : -9px 0 0 -1px;
		}
		#pagetop>span::after{
			width: 8px;
			height: 8px;
			margin : -9px 0 0 -5px;
		}


/***********************************************************************************************************************
* TOPページ
***********************************************************************************************************************/
.main-visual{
	position: relative;
}
	.main-visual .mottainai{
		bottom: 35px;
		display: block;
		width: auto;
		padding: 0.8em 3.5em;
		font-size: 1.4rem;
		white-space: nowrap;
	}
		.main-visual .mottainai em{
			display: block;
			margin: 0 auto 8px;
			font-size: 1.6rem;
		}
	/*スライダー*/
	.main-visual .slick-dots{
		bottom: 12px;
	}
	.main-visual .slick-dots li,
	.main-visual .slick-dots li button{
		width: 8px;
		height: 8px;
		padding: 0;
	}
	.main-visual .slick-dots li{
		margin: 0 5px;
	}

/* news */
.news{
	padding: 1.2em 0 1.5em;
}
	.news .english{
		position: relative;
		left: 0px;
		top: 0px;
		text-align: center;
		margin-bottom: 5px;
		font-size: 2.0rem;
		line-height: 1.2em;
	}
	.news ul{
		padding-left: 0em;
		font-size: 1.5rem;
		line-height: 1.5em;
	}

/* movie */
.movie-box a{
	min-height: 200px;
	padding: 123px 0 40px;
	text-align: center;
	color: #fff;
}
	.movie-box a::after{
		top: 40px;
		background: url("../img/movie-link.png") no-repeat;
		background-size: 68px;
		width: 68px;
		height: 68px;
	}
	.movie-box .english{
		font-size: 2.4rem;
		letter-spacing: 1px;
		margin-bottom: 15px;
	}
	.movie-box p{
		font-size: 1.4rem;
	}

.service-top{
	padding: 30px 10px 40px;
}
	.service-top .title{
		margin-bottom: 48px;
		font-size: 1.2rem;
	}
		.service-top .title em{
			margin: 15px auto 0;
			font-size: 2.6rem;
		}
	.service-top a.all{
		width: 100%;
		font-size: 1.5rem;
		line-height: 45px;
	}

.service-list{
	width: 100%;
	padding-left: 0px;
}
.service-list.bottom{
	padding: 0 10px 20px;
}
	.service-list li{
		display: block;
		width: 100%;
		padding: 0 0 30px;
	}
	.service-list.bottom li{
		padding: 0 0 30px;
	}
		.service-list li .num{
			position: absolute;
			right: 0.15em;
			top: -0.45em;
			font-size: 9.0rem;
		}
		.service-list li .img{
			position: relative;
		}
			.service-list li .ttl{
				left: -10px;
				bottom: -50px;
				width: 7.5em;
				height: 65px;
				font-size: 1.8rem;
				line-height: 1.4em;
				letter-spacing: 0px;
			}
		.service-list li p{
			margin-top: 10px;
		}
		.service-list li p.sub{
			display: table-cell;
			width: 100%;
			height: 50px;
			padding: 0 0 0 140px;
			margin: 0px;
			vertical-align: middle;
		}

.two-pain-box section{
	float: none;
	width: 100%;
}
	.two-pain-box section a.arrow::before{
		right: 20px;
		top: auto;
		bottom: 25px;
		width: 20px;
		height: 3px;
	}
	.two-pain-box section a.arrow::after{
		right: 20px;
		top: auto;
		bottom: 20px;
		width: 10px;
		height: 10px;
		margin-top: -5px;
		border-top: 3px solid #fff100;
		border-right: 3px solid #fff100;
	}
	.two-pain-box section a:hover img{
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
	.two-pain-box section i{
		right: 15px;
		top: 20px;
		font-size: 1.8rem;
	}
	.two-pain-box section .msg{
		position: absolute;
		left: 15px;
		bottom: 20px;
		color: #fff;
	}
		.two-pain-box section .msg h2{
			font-size: 2.0rem;
			margin-bottom: 15px;
		}
		.two-pain-box section .msg p{
			font-size: 1.4rem;
			line-height: 1.4em;
			padding-right: 50px;
		}

/*******************************************************
* 下層ページ共通
*******************************************************/
.lower-visual .bg{
	height: auto;
}
.lower-visual .title{
	font-size: 2.0rem;
	top: 58%;
}
	.lower-visual .title small{
		font-size: 1.0rem;
		margin-bottom: 10px;
	}
	.lower-visual .title i{
		margin-top: 25px;
		font-size: 1.2rem;
	}
	.lower-visual .title::after{
		min-width: 140px;
		bottom: 22px;
	}

.lower-msg{
	padding: 30px 0;
	font-size: 1.8rem;
	font-size: 4.2vw;
	line-height: 2em;
}
.lower-msg.border{
	margin-bottom: 30px;
}


/*******************************************************
* モッタイナイ文化
*******************************************************/
.mottainai-msg{
	padding: 60px 0px 45px;
}
	.mottainai-msg .mincho{
		font-size: 2.0rem;
		font-size: 5.8vw;
		margin-bottom: 40px;
	}
	.mottainai-msg p{
		font-size: 1.6rem;
		font-size: 4.5vw;
		line-height: 2.0em;
		margin-bottom: 1.5em;
	}
		.mottainai-msg p small{
			font-size: 1.4rem;
			font-size: 3.8vw;
			line-height: 1.8em;
		}
.mottainai-list{
	padding-bottom: 60px;
	width: -webkit-calc(100% + 20px);
	width: calc(100% + 20px);
	margin-left: -10px;
}
	.mottainai-list li{
		display: block;
		margin: 0;
	}
	.mottainai-list li:nth-child(2n){
		margin: 0px;
		padding-left: -webkit-calc(100% - 190px);
		padding-left: calc(100% - 190px);
	}
	.mottainai-list li:nth-child(n+2){
		margin-top: -50px;
	}
		.mottainai-list li::before{
			width: 190px;
			height: 190px;
		}
		.mottainai-list li:nth-child(2n)::before{
			left: -webkit-calc(100% - 190px);
			left: calc(100% - 190px);
		}
		.mottainai-list .box{
			width: 190px;
			height: 190px;
		}
			.mottainai-list .box .english{
				display: block;
				font-size: 2.0rem;
				line-height: 1em;
				margin-bottom: 10px;
			}

/*******************************************************
* お手伝いできること
*******************************************************/

/*詳細*/
.service-detail .msg{
	padding: 40px 0;
	margin-bottom: 30px;
}
	.service-detail .msg .mincho{
		font-size: 2.4rem;
		font-size: 6.2vw;
	}
	.service-detail .msg p{
		font-size: 1.4rem;
		font-size: 3.7vw;
		line-height: 2em;
	}

.service-detail .box{
	padding: 0 10px 45px;
	overflow: hidden;
}
.service-detail .box:last-child{
	padding-bottom: 20px;
}
	.service-detail .box .text{
		float: none;
		width: 100%;
		padding-right: 0px;
		margin-bottom: 1.5em;
	}
		.service-detail .box .text .title{
			font-size: 1.8rem;
			font-size: 4.8vw;
			line-height: 1.3em;
			margin-bottom: 0.5em;
		}
			.service-detail .box .text .title span{
				margin-bottom: 4px;
			}
		.service-detail .box .text p{
			font-size: 1.4rem;
			line-height: 1.8em;
		}
	.service-detail .box figure{
		float: none;
		width: 100%;
		padding-left: 0px;
	}

/*******************************************************
* お客さまの声・協業事例
*******************************************************/
.casestudy-list{
	padding: 0 10px 10px;
}
	.casestudy-list li{
		display: block;
		width: 100%;
		padding: 0 0 35px;
	}
	.casestudy-list li:nth-child(2n){ padding: 0 0 35px; }
		.casestudy-list li .box{
			margin-bottom: 1.5em;
		}
			.casestudy-list li .box .title{
				bottom: 2em;
				font-size: 1.8rem;
				font-size: 4.8vw;
				line-height: 1.6em;
			}
			.casestudy-list li .box figure{
				padding-left: 43%;
			}
			.casestudy-list li .box p{
				font-size: 1.2rem;
				font-size: 3.2vw;
				padding-left: 20px;
				background: url("../img/balloon.png") left center no-repeat;
				background-size: 15px;
				margin-top: -15px;
			}
		.casestudy-list li>p{
			font-size: 1.6rem;
			line-height: 1.8em;
		}

/*******************************************************
* ご依頼から完了
*******************************************************/
.flow-list{
	position: relative;
	padding: 0 10px;
	margin-bottom: 0px;
}
.flow-list::before,
.flow-list::after{
	display: none;
}
	.flow-list li{
		padding: 0 0 50px;
		margin: 0;
	}
	.flow-list li:nth-child(2n){
		padding: 0 0 50px;
		margin: 0;
	}
		.flow-list li figure{
			float: none;
			width: 100%;
			padding-top: 0px;
			margin-bottom: 20px;
		}
		.flow-list li .box{
			width: 100%;
			float: none;
		}
			.flow-list li .box h2{
				position: relative;
				width: 100%;
				padding-left: 55px;
			}
				.flow-list li .box h2 i{
					width: 45px;
					height: 45px;
					line-height: 45px;
				}
				.flow-list li .box h2 span{
					background: #fff100;
					display: inline-block;
					padding: 0.25em 0.3em;
					font-size: 2.0rem;
					margin-top: 0.3em;
				}
				.flow-list li .box h2 small{
					display: inline-block;
					font-size: 1.4rem;
					margin-bottom: 5px;
				}
			.flow-list li .box p{
				padding-top: 15px;
				padding-right: 0em;
			}

/*******************************************************
* 会社について
*******************************************************/
.about-list{
	padding: 0px 10px;
}
	.about-list li{
		display: block;
		width: 100%;
		padding: 0 0 40px;
	}
	.about-list li:nth-child(3n+2){
		padding: 0 0 35px;
	}
	.about-list li:nth-child(3n){
		padding: 0 0 35px;
	}
		.about-list .img{
			margin-bottom: 15px;
		}
			.about-list .title{
				padding: 0.45em;
				font-size: 1.8rem;
				font-size: 4.8vw;
			}
/*******************************************************
* 理念
*******************************************************/
.philosophy .msg{
	padding: 40px 0;
	margin-bottom: 30px;
}
	.philosophy .msg .mincho{
		font-size: 2.4rem;
		font-size: 5.8vw;
	}
	.philosophy .msg p{
		font-size: 1.4rem;
		font-size: 4.2vw;
		line-height: 2em;
	}

.philosophy .box{
	padding: 0 10px 20px;
	overflow: hidden;
}
	.philosophy .box figure{
		float: none;
		width: 100%;
		padding-left: 0px;
		margin-bottom: 40px;
	}
		.philosophy .box figure img{max-width: 190px;}
	.philosophy .box .text{
		float: none;
		width: 100%;
		padding-right: 0px;
		margin-bottom: 1.5em;
	}
		.philosophy .box .text .title{
			font-size: 1.8rem;
			font-size: 4.8vw;
			line-height: 1.3em;
			margin-bottom: 0.5em;
		}
			.philosophy .box .text .title span{
				padding: 0.3em;
				margin-bottom: 4px;
			}
		.philosophy .box .text p{
			font-size: 1.4rem;
			line-height: 1.8em;
		}

/*******************************************************
* スタッフ紹介
*******************************************************/
.staff .msg{
	padding: 40px 0;
	margin-bottom: 40px;
	font-size: 1.6rem;
	font-size: 4.2vw;
	line-height: 2em;
}

.president-box{
	overflow: hidden;
	padding: 0 10px 45px;
}
	.president-box .img{
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}
	.president-box .info{
		float: none;
		width: 100%;
		padding-right: 0px;
	}
		.president-box .info .name{
			font-size: 3.2rem;
			font-size: 6.4vw;
			line-height: 1.4em;
		}
			.president-box .info .name small{
				font-size: 1.8rem;
				font-size: 4.0vw;
				line-height: 1.3em;
			}
		.president-box .info dl{
			font-size: 1.4rem;
			line-height: 1.5em;
			margin-bottom: 1.8em;
		}
.staff-list{
	padding: 0 10px 0px;
}
	.staff-list li{
		display: block;
		width: 100%;
		padding: 0 0 40px;
	}
	.staff-list li:nth-child(2n){
		padding: 0 0 40px;
	}
		.staff-list li .box{
			margin-bottom: 10px;
			overflow: hidden;
		}
			.staff-list li .box figure{
				float: none;
				width: 100%;
			}
			.staff-list li .box .name{
				float: none;
				width: 100%;
				font-size: 3.2rem;
				font-size: 6.4vw;
				line-height: 1.4em;
			}
				.staff-list li .box .name small{
					font-size: 1.8rem;
					font-size: 4.0vw;
					line-height: 1.3em;
				}
		.staff-list li dl{
			font-size: 1.4rem;
			line-height: 1.5em;
			margin-bottom: 1.8em;
		}

/*******************************************************
* 会社概要
*******************************************************/
.company{
	padding: 40px 10px 20px;
}
	.company table th{
		display: block;
		padding: 15px 10px 8px;
	}
	.company table td{
		display: block;
		padding: 0 10px 15px;
	}
	/*.company table td #map{
		height: 230px;
	}*/
	.company table td #map iframe {
    height: 230px;
}
/*******************************************************
* お問い合わせ
*******************************************************/
.contact-msg{
	font-size: 1.4rem;
	font-size: 3.733vw;
	line-height: 2em;
	margin: 40px 0;
}
.contact-box{
	display: block;
}
.contact-box .box{
	display: block;
	width: 100%;
	padding: 30px 10px;
	border: none;
	border-bottom: 1px solid #23376e;
}
.contact-box .box:first-child{
	border-left: none;
	border-top: 1px solid #23376e;
}
	.contact-box .title{
		font-size: 1.8rem;
		font-size: 4.8vw;
		margin-bottom: 12px;
	}
	.contact-box .tel p{
		font-size: 1.1rem;
		font-size: 3.3vw;
	}
	.contact-box .tel p.num{
		font-size: 3.7rem;
		font-size: 9.866vw;
		padding-left: 48px;
		background: url("../img/footer/icon-tel.png") left center no-repeat;
		background-size: 34px;
		letter-spacing: 0;
	}

	.contact-box ul li{
		float: none;
		width: 100%;
		padding-right: 0px;
	}
	.contact-box ul li:nth-child(2){
		padding-left: 0px;
		margin-top: 5px;
	}
		.contact-box ul li a{
			font-size: 1.5rem;
			line-height: 45px;
		}

/*form*/
.contact-form{
	padding: 50px 0 40px;
	font-size: 1.6rem;
	line-height: 1.4em;
}
/*text*/
.contact-form input[type="text"],
.contact-form input[type="text"].postal,
.contact-form input[type="text"].address{
	width: 100%;
	max-width: 100%;
	height: 35px;
}
/*checkbox*/
.contact-form .checkbox{
	max-width: 100%;
}
.contact-form .checkbox label{
	display: block;
}
/*selectbox*/
.selectbox{
	max-width: 100%;
	height: 35px;
}
	.selectbox select{
		height: 35px;
		padding: 0 0.8em;
	}
/*textarea*/
.contact-form textarea{
	max-width: 100%;
	min-height: 250px;
}

/*レイアウト*/
.contact-form .title{
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 1em;
}
.contact-form>p{
	margin-bottom: 2em;
}
.contact-form .error{
	font-size: 1.2rem;
	font-weight: bold;
	color: #d12f42;
	margin-top: 5px;
}

.contact-form table{
	margin-bottom: 35px;
}
	.contact-form table th{
		display: block;
		width: 100%;
		font-size: 1.6rem;
		line-height: 1.2em;
		padding: 15px 10px 0;
	}
	.contact-form table th br{display: none;}
		.contact-form table th span{
			display: inline-block;
			padding-left: 0.5em;
		}
	.contact-form table td{
		display: block;
		width: 100%;
		padding: 10px 10px 20px;
	}
		.contact-form table td li{
			padding-left: 0em;
		}
			.contact-form table td li span{
				display: block;
				position: relative;
				top: 0px;
				font-size: 1.4rem;
				font-weight: bold;
				-webkit-transform: translateY(0%);
				transform: translateY(0%);
				margin-bottom: 0.2em;
			}
.contact-form .agree{
	font-size: 1.4rem;
	margin-bottom: 25px;
}
	.contact-form .agree input{ margin-right: 5px;}
.contact-form button[type="submit"]{
	width: -webkit-calc(100% - 20px);
	width: calc(100% - 20px);
	height: 60px;
}

.form-box div{
	padding-right: 5px;
}
.form-box div:nth-child(2){
	padding-left: 5px;
}
	.form-box div button[type="submit"] {
		width: 100%;
		font-size: 1.6rem;
	}
	.form-box div button[type="button"] {
		width: 100%;
		font-size: 1.6rem;
	}

.complete-box{
	padding: 40px 10px 40px;
}
	.complete-box h2{
		font-size: 2.2rem;
		font-size: 6.2vw;
	}
	.complete-box p{
		font-size: 1.6rem;
		font-size: 4.2vw;
		line-height: 2em;
		padding-bottom: 2em;
		margin-bottom: 2em;
	}
	.complete-box a{
		width: -webkit-calc(100% - 20px);
		width: calc(100% - 20px);
		max-width: -webkit-calc(100% - 20px);
		max-width: calc(100% - 20px);
	}

/*******************************************************
* プライバシーポリシー
*******************************************************/
.privacy{
	padding: 35px 10px 40px;
	font-size: 1.6rem;
	line-height: 1.6em;
}
	.privacy .msg{
		margin-bottom: 2em;
	}


/* end 767px */
}