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

/*共通*/

.l-wrapper {
	width:100%;
	padding:0 3%;
	max-width:calc( 1200px + 6% );
	margin:0 auto 0;
	position: relative;
	box-sizing: border-box;
}

/*メディアクエリ*/

/*二段階*/

@media screen and (min-width:961px) { /*PC*/
}
@media screen and (max-width:960px) { /*MB*/
}

/*三段階*/

@media screen and (min-width:1201px) { /*PC-LARGE*/
}
@media screen and (max-width:1200px) { /*PC-MIDDLE*/
}
@media screen and (max-width:960px) { /*MB*/
}

/*レイアウト全体*/

body {
	text-align:center;
	min-height: 100vh;
	font-size: 1.0rem;
	color:#595757;
	background-size:cover;
	 font-family: YakuHanRP, "Kosugi Maru", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-feature-settings: "palt";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	word-wrap: break-word;
	font-optical-sizing: auto;
	background-color:#f8f4f5;
}

#l-Wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	width:100%;
}

/*グランドフォント*/

a {
	text-decoration: none;
	transition: all 0.3s;
}

a:hover {
	text-decoration: underline;
}

/*ヘッダー*/

header {
	display:none;
	visibility:hidden;
	opacity:0;
}

/*メインビジュアル*/

#l-Mainvisual {
	width:100%;
	padding:20px 20px 32px;
	box-sizing:border-box;
}

/* ボタン１ */

#l-Contact-btA {
	position:relative;
	box-sizing:border-box;
	padding:32px 0;
	margin-bottom:32px;
}

#l-Contact-btA:before {
	display:block;
	width:100%;
	height:4px;
	background:url("../img/line.png") center center repeat;
	content:"";
	position:absolute;
	top:0;
}

#l-Contact-btA:after {
	display:block;
	width:100%;
	height:4px;
	background:url("../img/line.png") center center repeat;
	content:"";
	position:absolute;
	bottom:0;
}

/* ABOUT */

#l-About {
	background-color:#fbe7f0;
	box-sizing:border-box;
	padding:60px 0 60px;
	border-radius:50px;
	position:relative;
	z-index:10;
}

/* Talent */

#l-Talent {
	box-sizing:border-box;
	padding:60px 0 60px;
	position:relative;
	z-index:5;
}

/* 対応案件 */

#l-Works {
	background-color:#fff;
	box-sizing:border-box;
	padding:60px 0 60px;
	position:relative;
	z-index:5;
}

/* FAQ */

#l-Faq {
	position:relative;
	box-sizing:border-box;
	padding:60px 0;
}

/* ボタン２ */

#l-Contact-btB {
	position:relative;
	box-sizing:border-box;
	padding:60px 0;
}

#l-Contact-btB:before {
	display:block;
	width:100%;
	height:4px;
	background:url("../img/line.png") center center repeat;
	content:"";
	position:absolute;
	top:0;
}

/*フッター*/

footer {
	background-color:#fff;
	box-sizing:border-box;
	padding:60px 0;
}

/* サブ */

#l-Sub-head {
	background-color:#ea68a2;
	height:40px;
}

/* コンタクト */

#l-Contact {
	box-sizing:border-box;
	padding:60px 0 60px;
	position:relative;
	z-index:5;
}