@charset "UTF-8";

.mv .hd {
	width: 100%;
	height: 500px;
	padding: 0 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
body.company .mv .hd {
	background: #000 url("../img/home/mv_01.jpg") no-repeat 50% 50%;
	background-size: cover;
}
body.notfound .mv .hd {
	background: #000 url("../img/home/mv_01.jpg") no-repeat 50% 50%;
	background-size: cover;
}
body.news .mv .hd {
	background: #000 url("../img/home/mv_01.jpg") no-repeat 50% 50%;
	background-size: cover;
}
body.privacy .mv .hd {
	background: #000 url("../img/home/mv_01.jpg") no-repeat 50% 50%;
	background-size: cover;
}
body.contact .mv .hd {
	background: #000 url("../img/home/mv_01.jpg") no-repeat 50% 50%;
	background-size: cover;
}

body.works .mv .hd {
	background: #000 url("../img/second/hdr_works.jpg") no-repeat 50% 50%;
	background-size: cover;
}
.mv .hd .copy {
	min-width: 360px;
	padding: 30px;
	color: #000;
	background-color: rgba(255,255,255,0.85);
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}
.mv .hd .jp {
	font-size: 36px;
	letter-spacing: 0.1em;
	text-align: center;
	line-height: 1.5;
}
.container {
	padding-bottom: 100px;
}
.pankuzu {
	max-width: 1200px;
	padding: 30px 50px 70px;
	font-size: 13px;
	margin: 0 auto;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.pankuzu a {
	color: #000;
	text-decoration: none;
}
.pankuzu a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 767px){
	
	.mv .hd {
		height: 300px;
		padding: 0 40px;
	}
	.mv .hd .copy {
		min-width: 180px;
		padding: 20px;
		margin-top: 20px;
	}
	.mv .hd .jp {
		font-size: 24px;
	}
	.container {
		padding-bottom: 40px;
	}
	.pankuzu {
		padding: 20px 20px 40px;
		font-size: 11px;
	}

}

.second_hdg {
	padding: 0 50px;
	margin-bottom: 50px;
	text-align: center;
}
.second_hdg .en {
	font-size: 12px;
	color: #999;
	margin-bottom: 30px;
}
.second_hdg .jp {
	font-size: 30px;
}

@media screen and (max-width: 767px){
	
	.second_hdg {
		padding: 0 20px;
		margin-bottom: 40px;
	}
	.second_hdg .en {
		font-size: 11px;
		margin-bottom: 20px;
	}
	.second_hdg .jp {
		font-size: 20px;
	}

}


.sec_introduction {
	margin-bottom: 100px;
	padding: 0 50px;
}
.sec_introduction .inner {
	max-width: 1100px;
	margin: 0 auto;
}
.sec_introduction p {
	text-align: center;
	line-height: 2;
	font-size: 16px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

@media screen and (max-width: 999px){
	
	.sec_introduction {
		margin-bottom: 70px;
	}
	.sec_introduction p {
		font-size: 14px;
	}
	
}

@media screen and (max-width: 767px){
	
	.sec_introduction {
		margin-bottom: 50px;
		padding: 0 20px;
	}
	.sec_introduction .inner {
		max-width: 440px;
	}
	.sec_introduction p {
		text-align: left;
		font-size: 13px;
	}
	
}



/*bloglist*/

.newscont {
	padding: 0 50px;
	max-width: 1200px;
	margin: 0 auto;
}
.newscont .inner {

}
.news_hdg {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 50px;
}
.news_hdg .date {
	font-size: 14px;
	margin-bottom: 20px;
}
.news_hdg h1 {
	font-size: 24px;
	font-weight: normal;
	line-height: 1.8;
	margin-bottom: 30px;
}



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

	.newscont {
		padding: 0 20px;
		max-width: 480px;
	}
	.newscont .inner {

	}
	.news_hdg {
		margin-bottom: 30px;
	}
	.news_hdg .date {
		font-size: 12px;
		margin-bottom: 10px;
	}
	.news_hdg h1 {
		font-size: 16px;
		margin-bottom: 15px;
	}



}



/*-----ブログ更新用パーツ-----*/

.wpbody {
	font-size: 16px;
}

.wpbody h2 {
	font-size: 18px;
	line-height: 1.8;
	color: #000;
	margin-bottom: 2em;
	background-color: #f9f9f9;
	padding: 15px 20px;
}
.wpbody h3 {
	font-size: 18px;
	line-height: 1.8;
	color: #000;
	border-left: 4px solid #1E90FF;
	padding: 0 0 0 20px;
	margin-bottom: 2em;
}
.wpbody h4 {
	font-size: 16px;
	line-height: 1.8;
	color: #000;
	margin-bottom: 1em;
	text-decoration: underline;
}
.wpbody p {
	line-height: 2;
	margin-bottom: 2em;
}
.wpbody ul {
	margin-bottom: 2em;
	list-style: disc;
	padding-left: 1.5em;
}
.wpbody ol {
	margin-bottom: 2em;
	list-style: decimal;
	padding-left: 1.5em;
}
.wpbody li {
	margin-bottom: 1em;
	line-height: 1.8;
}
.wpbody blockquote {
	background-color: #f9f9f9;
	padding: 30px 45px;
	font-style: italic;
	margin-bottom: 2em;
	position: relative;
}
.wpbody blockquote p:last-of-type {
	margin-bottom: 0;
}
.wpbody blockquote::before {
	position: absolute;
	left: -20px;
	top: 20px;
	content: '';
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url(../img/common/inyo.png) no-repeat left top;
	background-size: cover;
}
.wpbody table {
	margin-bottom: 2em;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.wpbody th, .wpbody td {
	padding: 20px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	line-height: 1.5;
}
.wpbody th {
	background-color: #f9f9f9;
	text-align: center;
}
.wpbody img {
	max-width: 100%;
	margin: 0 0 10px;
	padding: 0 10px;
}
.wpbody .alignright {
	float: right;
	margin: 0 0 20px 20px;
}
.wpbody .alignleft {
	float: left;
	margin: 0 20px 20px 0;
}
.wpbody .aligncenter {
	text-align: center;
}
.wpbody img.aligncenter {
	display: block;
    margin-left: auto !important;
    margin-right: auto !important;
}
.wpbody .alignright, .wpbody .alignleft {
	max-width: 300px !important;
}
.wpbody a {
	text-decoration: underline;
	color: #1E90FF;
}
.wpbody a:hover {
	text-decoration: none;
}
@media screen and (max-width: 767px){
	
	.wpbody {
		font-size: 13px;
	}
	.wpbody h2 {
		font-size: 14px;
		margin-bottom: 2em;
		padding: 10px 15px;
		font-weight: 500;
	}
	.wpbody h3 {
		font-size: 14px;
		border-left: 3px solid #1E90FF;
		padding: 0 0 0 15px;
		margin-bottom: 2em;
		font-weight: 500;
	}
	.wpbody h4 {
		font-size: 13px;
		margin-bottom: 1em;
		font-weight: 500;
	}
	.wpbody p {
		margin-bottom: 2em;
	}
	.wpbody ul {
		margin-bottom: 2em;
		list-style: disc;
		padding-left: 1em;
	}
	.wpbody ol {
		margin-bottom: 2em;
	}
	.wpbody li {
		margin-bottom: 1em;
	}
	.wpbody blockquote {
		padding: 15px 30px;
		margin-bottom: 2em;
	}
	.wpbody blockquote::before {
		left: -15px;
		top: 15px;
		width: 30px;
		height: 30px;
	}
	.wpbody table {
		margin-bottom: 2em;
	}
	.wpbody th, .wpbody td {
		padding: 15px;
	}	
	.wpbody img {
		max-width: 100% !important;
	}
	.wpbody .alignright, .wpbody .alignleft {
		width: auto;
		max-width: 100% !important;
		float: none;
		margin: 0 auto 2em !important;
		display: block;
	}

}

@media screen and (max-width: 479px){
	
	.wpbody .aligncenter { text-align: left; }
	
}

/*privacy*/

.privacy_wrap {
	padding: 0 50px;
	max-width: 1200px;
	margin: 0 auto;
}

.privacy_wrap section {
	margin-bottom: 80px;
}

.privacy_wrap h2 {
	font-size: 22px;
	padding: 20px 30px;
	background-color: #f6f6f6;
	margin-bottom: 30px;
	line-height: 1.5;
}
.privacy_wrap p {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 1.5em;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

@media screen and (max-width: 767px){
	
	.privacy_wrap {
		padding: 0 20px;
		max-width: 480px;
	}

	.privacy_wrap section {
		margin-bottom: 40px;
	}

	.privacy_wrap h2 {
		font-size: 16px;
		padding: 10px;
		margin-bottom: 20px;
	}
	.privacy_wrap p {
		font-size: 13px;
	}
	
}

/*notfound*/

.notfound_wrap {
	padding: 0 50px;
	max-width: 1200px;
	margin: 0 auto;
}
.notfound_wrap p {
	margin: 100px 0;
	text-align: center;
	font-size: 16px;
	line-height: 1.8;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}


@media screen and (max-width: 767px){
	
	.notfound_wrap {
		padding: 0 20px;
		max-width: 480px;
	}
	.notfound_wrap p {
		margin: 50px 0;
		font-size: 13px;
	}

}
