@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Sawarabi Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #2b2b2b;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.1em;
	box-sizing: border-box;
	text-align: justify;
	line-height: 1.7;
}
img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
address {
	font-style: normal;
	font-size: 12px;
	clear: both;
	text-align: center;
}
/*---------- サイト共通デザイン ----------*/

a:link {
	color: #3a64aa;
}
a:visited {
	color: #3a64aa;
}
a:hover {
	color: #3a64aa;
}
a:active {
	color: #3a64aa;
}
p + p {
	margin-top: 1em;
}
.lIndent{
	margin-left: 2.7em;
}
.align_right {
	text-align: right;
}
.line_bottom {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 60px;
}
ul.type_disc li::before {
	content: '●';
	padding-right: 0.3em;
}
.tl_img {
	margin-top: 60px;
	margin-bottom: 20px;
}
h2 img {
	margin-bottom: 40px;
}
.mb60 {
	margin-bottom: 60px;
}
.mL30 {
	margin: 30px 0;
}

img.img_border {
 box-sizing: borer-box;
 border: solid 1px #707070;
}

/*---------- top ----------*/


/* #works ul.works_list {
 display: flex;
	flex-wrap: wrap;
	flex-flow: column;
	justify-content:space-between; */


footer {
	margin-top: 100px;
	padding: 20px 0 100px;
}
footer.common_footer {
	border-top: 1px solid #999;
}
/*----------list ----------*/
.top_logo.list_page, .logo_hand.list_page {
	float: none;
	text-align: center;
}
.top_logo.list_page {
	margin-bottom: 15px;
}
/*---------- company ----------*/
.greeting_box p {
	font-size: 14px;
}
dl.profile {
	width: 100%;
	max-width: 650px;
	font-size: 12px;
	margin: 60px auto 0;
}
dl.profile dt {
	float: left;
	clear: both;
}
dl.profile dd {
	margin-left: 7em;
	text-indent: -1.2em;
}
dl.profile dd::before {
	content: '/';
	padding-right: 0.5em;
}

/* スライドショー */
.slider {
  position:relative;
	z-index: 1;
}

.slider-item {
    width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: center;/*背景画像の位置を中央に*/
    background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
    margin-bottom: 60px;
}

.slider-item img {
	width: 100%;
	height: auto;
}

/*---------- contact ----------*/
.btn_contact {
	width: 100%;
	display: block;
	padding: 20px 0 20px;
	color: #fff;
	background-color: #000000;
	border-radius: 10px;
	text-align: center;
}
/*---------- works ----------*/
.works_header {
	position: relative;
	margin-bottom: 60px;
}
.works_midashi {
	margin-bottom: 15px;
}
.works_midashi p {
	font-weight: normal;
}
.works_midashi p + p {
	margin-top: inherit;
}
.works_ad, .works_credit {
	font-size: 10px;
}
.works_credit {
	font-weight: normal;
	margin-bottom: 15px;
}
.movie + p.works_credit {
	margin-top: 20px;
}
.movie {
	position: relative;
	height: 0;
	padding: 30px 0 56.25%;
	overflow: hidden;
	margin-bottom: 20px;
}
.movie + p.works_credit {
	margin-top: 40px;
}
.movie + .movie {
	margin-top: 30px;
}
.movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.works_header .top_logo img {
	width: 200px;
	height: auto;
	padding-right: 30px;
}
.pic img {
	display: block;
	margin-bottom: 30px;
}
.credit_pass {
	margin-top: 20px;
	font-size: 10px;
	font-weight: normal;
}
.credit_pass a {
	display: block;
	margin-top: 10px;
}
.btn_back {
	margin-top: 80px;
}
/* サムネイル 
312✖️162
*/

/*-------------------------------
	PC
-------------------------------*/
@media screen and (min-width: 701px) {
/*---------- 共通 ----------*/

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
header {
	overflow: hidden;
}
#wrapper {
	width: 960px;
	max-width: 100%;
	margin: 40px auto 0;
}
.top_logo {
	float: left;
	margin-bottom: 50px;
}
.menu {
	float: right;
}
.menu nav ul li {
	float: left;
	margin: 40px 0 40px 20px;
}
.menu nav ul li:last-child {
	margin-right: 0;
}
.menu nav ul {
	overflow: hidden;
}
.logo_hand {
	float: left;
	margin-bottom: 50px;
}
/*---------- top ----------*/

/* #works ul.works_list {
	margin-bottom: 60px;
	margin-right: -1%;
}
#works ul.works_list li {
	margin-right: 1%;
	font-size: 12px;
	font-weight: normal;
}
#works ul.works_list li.works_content {
	flex-basis: 32.3%;
	margin-bottom: 30px;
} */
/*---------- list ----------*/
.top_logo.list_page {
	margin-bottom: 55px;
}
/*---------- company ----------*/
.greeting_box {
	width: 650px;
	margin: 0 auto 60px;
}
/*---------- contact ----------*/
.btn_contact {
	margin-top: 80px;
}
/*---------- works ----------*/

}
/*-------------------------------
	sp
-------------------------------*/

@media screen and (max-width: 700px) {
/*---------- 共通 ----------*/

.max-width img {
	width: 100%;
	height: auto;
}
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
header {
	overflow: hidden;
}
#wrapper {
	width: 96%;
	margin: 0 auto;
}
.top_logo {
	text-align: center;
	margin-top: 40px;
}
.menu nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	margin: 0 auto 40px;
}
.menu nav ul li {
	padding: 0 0 0 18px;
	margin-bottom: 5px;
	/*text-align:center;*/
	/*flex-basis: 20%;
*/}
.menu nav ul li:first-child {
	padding: 0;
}
.menu nav ul li img {
	height: 20px;
	width: auto;
}

.logo_hand {
	text-align: center;
	margin-bottom: 20px;
}
footer .menu {
	margin-bottom: 70px;
}
/*---------- top ----------*/

/* #works ul.works_list li.works_content {
	flex-basis: 49%;
	margin-bottom: 7px;
} */
/*---------- contanct ----------*/
.btn_contact {
	margin-top: 60px;
}
/*---------- works ----------*/
.pic img {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
.movie + .movie {
	margin-top: 20px;
}
}
