@charset "utf-8";

/*基本設定
---------------------------------------------------------------------------*/
@font-face {
	font-family: 'RondeB';
	src: url('../font/Ronde-B_square.otf') format('opentype');
}
.font {
	font-family:"RondeB";
}
body {
	color: #000;
	margin: 0px;
	padding: 0px;
	font: 16px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
}
@media screen and (max-width:1199px) { /* SP */
	body { font-size: 14px; }
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #000;
}
a:hover {
	color: #ffbc00;
	text-decoration: none;
}

a > img { background:none!important; }

a:hover > img {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background:none!important;
}

/*その他
---------------------------------------------------------------------------*/
/***非表示***/
.none { display: none; }
@media screen and (min-width:1200px) { /* PC */
	.pc_none { display: none; }
}
@media screen and (min-width:768px) { /* PC,タブレット */
	.pc_none02 { display: none; }
}
@media screen and (max-width:1199px) { /* SP */
	.sp_none { display: none; }
}

/***幅***/
.inner03 { padding: 0 20px; }
@media screen and (min-width:1200px) { /* PC */
	.inner, .inner02 {
		width: 1200px;
		margin: 0 auto;
	}
}
@media screen and (max-width:1199px) { /* SP */
	.inner02 { padding: 0 20px; }
}

/**************************************/
/* ページ共通設定(topページ/template) */
/**************************************/
/*コンテナー
---------------------------------------------------------------------------*/
#wrapper {
	margin: 0px auto;
	background-color: #FFF;
	position: relative;
	z-index: 1;
}
@media screen and (max-width:1199px) { /* SP */
	#wrapper { width: auto; }
}

/* ヘッダー
---------------------------------------------------------------------------*/
#header {
	width: 100%;
	z-index: 3;
	position: fixed;
	top: 0;
	left: 0;
	clear: both;
	background-color: #fff;
}
#header .col_01 { float:left; }
#header .col_02 {
	float:right;
}
#header .col_03 { float: right; }
@media screen and (min-width:1200px) { /* PC */
	#header .col_01 {
		width: 120px;
		margin: 0 0 0 30px;
	}
	#header .col_02 {
		width: 80px;
		margin: 15px 0 0 30px;
	}
	#header .col_03 {
		margin: 15px 0 0 0;
	}
}
@media screen and (max-width:1199px) { /* SP */
	#header { height: 50px; }
	#header .col_01 {
		margin: 0 0 0 10px;
		width: 70px;
	}
	#header .col_02 {
		margin: 0 10px 0 0;
		width: 50px;
	}
	#header .col_03 { display: none: }
}
.header_scroll { background-color: rgba(255,255,255,.8)!important; }



/*トップロゴ */
#top_logo img { width: 100%; }
#top_logo {
	width: 250px;
	margin: 0 0 0 0px;
}
@media screen and (max-width:1199px) { /* SP */
	#top_logo {
		width: 150px;
		margin: 0 0 0 5px;
	}
}

/* SPメニュー */
.menu_btn {
  cursor: pointer;
  position: relative;
  width: 50px;
  height: 50px;
}
.menu_btn span:after {
	content: '';/*何も入れない*/
  display: inline-block;
  width: 50px;/*画像の幅*/
  height: 50px;/*画像の高さ*/
  background-image: url(../img/ic_menu.png);
  background-size: contain;
  vertical-align: middle;
	position: absolute;
  /*content: url(../img/ic_menu.png);*/

}
/* 開閉用ボタンがクリックされた時のスタイル */
.open { background-color: #fff; }
.open .menu_btn span:after {
	background-image: url(../img/ic_close.png);
}

.menu {
  position: fixed;
  display: table;
  top: 50px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.8);
  -webkit-transition: all .5s;
  transition: all .5s;
  visibility: hidden;
  opacity: 0;
	z-index: 999;
}
@media screen and (min-width:1200px) { /* PC */
	.menu { top: 78px; }
}
.menu ul {
  display: table-cell;
  vertical-align: middle;
}
.menu li {
  width: 300px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  text-align: center;
}
.menu li a {
  display: block;
  font-size: 16px;
  color: #000;
	font-weight: bold;
	text-decoration: none;
}
.menu li a:hover {
	color: rgba(00,00,00,.5);
  transition: all .3s;
  -webkit-transition: all .3s;
}
/* 開閉用ボタンがクリックされた時のスタイル */
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
.open .menu {
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
}
.open .menu ul {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling:touch;
}

/* PCグローバルナビゲーション */

#pc_menu {
	padding: 12px 0 0;
	float: right;
}
#pc_menu ul {
	display:inline-block;
	text-align: right;
}
#pc_menu ul li {
	display:inline-block;
	padding: 0 10px;
}
#pc_menu ul li a {
	display: inline-block;
	font-size: 15px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
#pc_menu ul li a:hover {
		opacity: 0.5;
    transition: all .3s;
    -webkit-transition: all .3s;
}
#pc_menu ul li.select a { color: #ffbc00; }
#pc_menu ul li.sns img {
	padding: 0 5px 3px 0;
	vertical-align:middle;
}
#pc_menu ul li a.secret_btn {
	padding: 0 5px;
	border: 1px solid #000;
}
@media screen and (max-width:1199px) { /* SP */
	#pc_menu #contents_menu { display: none; }
}
@media screen and (max-width:767px) { /* SP */
	#pc_menu ul li {
		display:inline-block;
		padding: 0 5px;
	}
}

/* 中身（ヘッダー、フッター以外）
---------------------------------------------------------------------------*/
#container {
	position: relative;
	width:100%;
	margin: 0px;
	padding: 0px;
}

/*コンテンツ
---------------------------------------------------------------------------*/
@media screen and (min-width:1200px) { /* PC */
	.contents { padding: 100px 0; }
	.contents02 { padding: 20px 0; }
}
@media screen and (max-width:1199px) { /* SP */
	.contents { padding: 60px 0; }
}


/*パンくずリスト
---------------------------------------------------------------------------*/
#breadcrumb {
	font-size: 12px;
	padding: 5px 0;
}
#breadcrumb li {
	display: inline-block;
	margin-right: 1em;
	vertical-align: middle;
}
#breadcrumb li:first-child a { text-decoration: none; }
.icon_home:before {
	content: "\f015";
	font-size: 150%;
	font-family: "FontAwesome";
	color: #ffbc00;
}
.icon_home:hover:before { opacity: 0.5; }
@media screen and (max-width:1199px) { /* SP */
	#breadcrumb {
		font-size: 10px;
		padding: 0 10px;
	}
}

/* ページタイトル
---------------------------------------------------------------------------*/
.page_title {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 150px 0 100px;
	line-height: 1.2;
	background-image: url("../img/page_title_20250919.png");
}
.page_title .overlay {
	background: rgba(0, 0, 0, 0.5);
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	position: absolute;
	z-index: 1;
}
.page_title .inner02 {
	position: relative;
	z-index: 2;
	margin: 0 auto;
}
.page_title .title {
	font-weight: bold;
	font-size: 40px;
	text-align: center;
	color: #fff;
	line-height: 1;
}
.page_title .design {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%
}
@media screen and (max-width:767px) { /* SP */
	.page_title { padding: 100px 0 50px; }
	.page_title .title { font-size: 25px; }
	.page_title .title .jp { font-size: 16px; }
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
/* ページトップ */
#page_top {
	width: 40px;
	height: 40px;
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1;
	background-color: #000;
	opacity: 0.5;
}
#page_top:hover { opacity: 1; }
#page_top span {
	position: relative;
	display: block;
}
#page_top span:before {
	content: "\f062";
	color: #fff;
	font-family: "FontAwesome";
	position: absolute;
	top: 8px;
	left: 13px;
}

/* フッター
---------------------------------------------------------------------------*/
#footer {
	background-color: #eaeaea;
	color: #000;
	padding: 40px 0;
	font-size: 14px;
	line-height: 1.8;
}
#footer #footer_logo { margin-bottom: 30px; }
#footer a {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	opacity:0.7;
	transition: all .3s;
	-webkit-transition: all .3s;
}
#footer ul {
	margin: 0 0 30px;
	text-align: center;
}
#footer ul li {
	display: inline-block;
	padding: 0 10px;
}
@media screen and (max-width:767px) { /* SP */
	#footer { font-size: 12px; }
	#footer ul li { padding: 0 5px; }
}

/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
	padding: 20px 0 0;
	text-align: center;
}
#copyright small { font-size: 12px; }


/**************************************/
/* 共通パーツ設定 */
/**************************************/
/*---------------------------------------------------------------------------*/
/* タイトル */
/*---------------------------------------------------------------------------*/
.title01 {
	font-size: 75px;
	font-weight: bold;
}
@media screen and (max-width:767px) { /* SP */
	.title01 { font-size: 50px; }
}
@media screen and (max-width:550px) { /* SP */
	.title01 { font-size: 30px; }
}

.title02, .title02_white {
	font-size: 30px;
	padding: 0 0 30px;
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: auto;
}
.title02 {
	background-image: url("../img/activity/activity_title_bg_gray.png");
}
.title02_white {
	background-image: url("../img/activity/activity_title_bg_white.png");
}
@media screen and (max-width:767px) { /* SP */
	.title02 { font-size: 24px; }
}
.title03 {
	font-size: 18px;
	font-weight: bold;
	background-color: #ffbc00;
	padding: 5px 10px;
	display: inline-block;
	border-radius: 30px;
	margin-bottom: 10px;
}
@media screen and (max-width:767px) { /* SP */
	.title03 { font-size: 16px; }
}
.title04 {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 20px;
	position: relative;
	margin-bottom: 10px;
}
.title04:before {
	background-color: #ffbc00;
	content: "";
	height: 25px;
	left: 0;
	position: absolute;
	top: 2px;
	width: 10px;
}
@media screen and (max-width:767px) { /* SP */
	.title04 {
		font-size: 17px;
		padding-left: 15px;
	}
	.title04:before {
		height: 18px;
		width: 7px;
		top: 3px;
	}
}

/*---------------------------------------------------------------------------*/
/* ボタン */
/*---------------------------------------------------------------------------*/
/* 黄色ボタン */
.btn01 {
	display: block;
	width: 300px;
	padding: 10px 0;
	text-align: center;
	background-color: #faca00;
	color: #000;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 24px;
	text-decoration: none;
	position: relative;
	font-size: 18px;
	border: 2px solid #faca00;
}
.btn01::before {
	display: block;
	content: "";
	position: absolute;t
	top: 50%;
	right: 30px;
	width: 0;
	height: 0;
	margin-top: 6px;
	border: 7px solid transparent;
  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 7px;
	border-left: 7px solid #000;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.btn01:hover {
	background-color: #fff;
	color: #000;
}
@media screen and (max-width:1199px) { /* SP */
	.btn01 {
		font-size: 15px;
		width: 80%;
		margin: 0 auto;
		max-width: 300px;
	}
	.btn01::before { margin-top: 5px; }
}

/* 赤ボタン */
.btn02 {
	display: block;
	width: 300px;
	padding: 10px 0;
	margin: 20px auto;
	text-align: center;
	background-color: #cc3328;
	color: #000;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 24px;
	text-decoration: none;
	position: relative;
	font-size: 18px;
	border: 2px solid #cc3328;
	color: #fff;
}
.btn02::before {
	display: block;
	content: "";
	position: absolute;t
	top: 50%;
	right: 30px;
	width: 0;
	height: 0;
	margin-top: 6px;
	border: 7px solid transparent;
  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 7px;
	border-left: 7px solid #fff;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.btn02:hover {
	background-color: #fff;
	color: #000;
}
.btn02:hover::before { border-left: 7px solid #000; }
@media screen and (max-width:1199px) { /* SP */
	.btn02 {
		font-size: 15px;
		width: 80%;
		margin: 20px auto;
		max-width: 300px;
	}
	.btn02::before { margin-top: 5px; }
}



/*---------------------------------------------------------------------------*/
/* リスト */
/*---------------------------------------------------------------------------*/
/* ドットリスト */
.dot_list > li {
	margin-left:1.5em;
	text-indent:-1.5em;
	line-height: 1.8;
}
.dot_list > li:before { content: "・\0020"; }

/* 数字リスト */
.number_list { counter-reset: kome_count 0; }
.number_list > li {
	margin-left:2em;
	text-indent:-2em;
}
.number_list > li:before {
	counter-increment: kome_count;
	content: counter(kome_count) ".\0020";
}

/* 表風リスト */
@media screen and (min-width:768px) {
	.tb_list {
		width: 100%;
		background-color: #ffbc00;
		overflow:hidden; /*floatしたので高さ確保*/
	}
	.tb_list > dt {
		float: left;
		padding:10px 20px;
		width: 200px;
		color: #000000;
		border-top:1px solid #FFFFFF;
	}
	.tb_list > dd:nth-child(4n+2) {
		margin-left: 220px;
		padding:10px 20px;
		background-color: #f2f2f2;
		border-top:1px solid #FFFFFF;
	}
	.tb_list > dd:nth-child(4n) {
		margin-left: 220px;
		padding:10px 20px;
		background-color: #FFFFFF;
		border-top:1px solid #FFFFFF;
	}
	.tb_list > dt:nth-child(-n+2), .tb_list > dd:nth-child(-n+2) { border-top: none; }
}
@media screen and (max-width:767px) {
	.tb_list {
		width: 100%;
		overflow:hidden; /*floatしたので高さ確保*/
	}
	.tb_list > dt {
		display: block;
		padding:10px;
		background-color: #ffbc00;
		color: #000000;
	}
	.tb_list > dd {
		display: block;
		padding:10px;
		background-color: #fff;
	}
}

/*---------------------------------------------------------------------------*/
/* フレーム */
/*---------------------------------------------------------------------------*/
.frame01 {
	background-color: #cc3328;
	color: #fff;
	padding: 10px;
}
.frame02 {
	border: 2px solid #ffbc00;
	padding: 10px;
}

/*---------------------------------------------------------------------------*/
/* テーブル */
/*---------------------------------------------------------------------------*/
.dot_tb { width: 100%; }
.dot_tb tr {
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
}
.dot_tb td {
	padding: 10px 0;
	vertical-align: top;
}
.dot_tb tr td:first-child {
	font-weight: bold;
	width: 35%;
}
@media screen and (max-width:999px) {
	.dot_tb td { padding: 10px; }
}

/*---------------------------------------------------------------------------*/
/* 画像 */
/*---------------------------------------------------------------------------*/
.img01 {
	display: block;
	margin: 0 auto;
}
.img02 {
	display: inline-block;
	width: 100%;
	padding: 0;
	margin: 0;
}
.img03 {
	display: block;
	margin: 0 auto;
	width: 100%;
}
@media screen and (max-width:1199px) { /* SP */
	.img01 { width: 100%; }
}

/*---------------------------------------------------------------------------*/
/* リンク */
/*---------------------------------------------------------------------------*/
.gaibu_link {
	position: relative;
	padding: 0 25px 0 0;
	display: inline-block;
}
.gaibu_link:before {
	content: " ";
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../img/ic_link.png) 0 0 no-repeat;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
}

/*---------------------------------------------------------------------------*/
/* その他 */
/*---------------------------------------------------------------------------*/
.alert { color: #ff0000; }
.marker_red_hoso { background: linear-gradient(transparent 60%, #E60012 60%); }
/* ※ */
.kome {
	margin-left:1.5em;
	text-indent:-1.5em;
}
.kome:before { content: "※\0020"; }


/**************************************/
/* 個別ページ設定 */
/**************************************/
/*---------------------------------------------------------------------------*/
/* TOPページ(/) */
/*---------------------------------------------------------------------------*/
.home .main_img {
	width: 100%;
	height: 800px;
	background-position:center center;
	background-size: cover;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url("../img/top/top_img.png");
}
/* キャッチコピー */
.home .main_img .title img {
	width: 600px;
	height: 250px;
	display: block;
	margin: auto;
}
@media screen and (max-width:1199px) { /* タブレット・SP */
	.home .main_img {
		height: 500px;
	}
	.home .main_img .title img {
		max-width: 400px;
		height: auto;
		width:70%;
	}
}
@media screen and (max-width:768px) { /* SP */
	.home .main_img {
		height: 400px;
	}
}

/* News */
#top_news .news_area {
	display: block;
	background-color: #fff;
	border: 1px solid #cbcbcb;
	width: 90%;
	max-width: 350px;
	margin: 0 auto 50px;
	height: 350px;
	text-decoration: none;
}
#top_news .news_area img { width: 100%; }
#top_news .news_area div { padding: 10px; }
#top_news .news_area .title {
	font-size: 16px;
	font-weight: bold;
}
@media screen and (max-width:1199px) { /* タブレット・SP */
	#top_news .news_area .title { font-size: 14px; }
}
@media screen and (max-width:767px) { /* SP */
	#top_news .news_area { height: auto; }
}

/* 挨拶 */
#top_greeting {
	background-image: url("../img/top/top_greeting_bg01_pc.png"), url("../img/top/top_greeting_bg02.png");
	background-position: left top 5%, right bottom;
	background-size: 100% auto, 500px;
	background-repeat: no-repeat, no-repeat, no-repeat;
}
#top_greeting p { line-height: 2; }
#top_greeting p { margin-top: 40px; }

@media screen and (max-width:768px) { /* SP */
	#top_greeting .title01 { margin-bottom: 30px; }
	#top_greeting {
		background-image: url("../img/top/top_greeting_bg01_sp.png"), url("../img/top/top_greeting_bg02.png");
		background-position: left top, right bottom;
		background-size: 100% auto, 300px;
	}
}
@media screen and (max-width:450px) { /* SP */
	#top_greeting {
		background-position: left top 3%, right bottom 10%;
		background-size: 100% auto, 100% auto;
	}
}

/* 所属クリエイター */
#top_creator {
	background-color: #878478;
	color: #fff;
	text-align: center;
}
#top_creator .inner02 {
	position: relative;
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	background-size:contain ;
	background-position:bottom center;
	background-image: url("../img/top/creator_bg_pc.png");
	color: #fff;
}
@media screen and (max-width:768px) { /* SP */
	#top_creator .inner02 {
		background-image: url("../img/top/creator_bg_sp.png");
	}
}


/* お仕事について */
#top_service {
	position: relative;
	background-repeat: no-repeat;
	text-align: center;
	/* background-attachment: fixed; */
	background-size: cover ;
	background-position: center center;
	background-image: url("../img/top/top_service_bg.png");
	color: #fff;
}

#top_service .design {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	min-height: 50px;
	max-height: 200px;
}
@media screen and (max-width:767px) { /* SP */
	#top_service .design {
		bottom: -50px;
	}
}

/* ボタンエリア */
#top_btn_area .travy {
	padding: 100px 0;
	text-align: center;
	background: #262f72;
	background:linear-gradient(to bottom, #262f72 0%, #446b81 35%, #548bab 75%);
	color: #fff;
}
#top_btn_area .travy .img { width: 300px; }
@media screen and (max-width:767px) { /* SP */
	#top_btn_area .travy { padding: 25px; }
	#top_btn_area .travy .img {
		 max-width: 200px;
		 width: 80%;
	 }
}

#top_btn_area > div > a {
	display: block;
	width: 100%;
	background-size: cover;
	position: relative;
	background-position: center center;
	height: 350px;
	text-align: center;
	text-decoration: none;
}
#top_btn_area > div > a:hover { background-image: none; }
#top_btn_area > div .company_btn {
	background-image: url("../img/top/top_company_bg.png");
}
#top_btn_area > div > .company_btn:hover { background-color: #cc3328; }
#top_btn_area > div .contact_btn {
	background-image: url("../img/top/top_contact_bg_20250919.png");
}
#top_btn_area > div > .contact_btn:hover { background-color: #faca00; }
#top_btn_area .title {
	font-size: 50px;
	text-align: center;
	padding: 120px 0;
	color: #fff;
	font-weight: bold;
	z-index: 1;
}
@media screen and (max-width:767px) { /* SP */
	#top_btn_area > div > a { height: 150px; }
	#top_btn_area .title {
		padding: 50px 0;
		font-size: 30px;
	}
}


/*---------------------------------------------------------------------------*/
/* 所属クリエイター(/creator/)  */
/*---------------------------------------------------------------------------*/
/* 所属クリエイター */
#creator_list {
	width: 100%;
	background-position:center bottom;
	background-size: contain;
	background-repeat: no-repeat;
	align-items: center;
	justify-content: center;
	background-image: url("../img/creator/creator_list_bg.png") ;
	background-color: #878478;
}
#creator_list .title01 {
	color: #fff;
	text-align: center;
}
#creator_list .creator_area {
	margin: 300px auto 50px;
	max-width: 768px;

}
#creator_list .creator_box {
	width: 80%;
	max-width: 250px;
	background-color: rgba(255,255,255, 0.8);
	padding: 20px;
	margin: 0 auto;
	text-align: center;
}
#creator_list a {
	text-decoration: none;
}
#creator_list a:hover .creator_box {
	text-decoration: none;
	background-color: rgba(255,255,255, 1);
}
#creator_list .creator_box .creator_logo { max-width: 70px; }
#creator_list .creator_box .name { font-size: 50px; }
#creator_list .creator_box .name span {
	display: inline-block;
	padding-left: 20px;
}
#creator_list .creator_box .funs span { font-size: 40px; }
#creator_list .creator_box .funs { font-size: 20px; }
@media screen and (max-width:1199px) { /* タブレット・SP */
	#creator_list {
		background-position:center center;
	}
}
@media screen and (max-width:1199px) { /* SP */
	#creator_list .creator_area { margin: 200px auto 0; }
}
@media screen and (max-width:768px) { /* SP */
	#creator_list .creator_area { margin: 150px auto 0; }
	#creator_list .creator_box { padding: 10px; }
	#creator_list .creator_box .creator_logo { max-width: 30px; }
	#creator_list .creator_box .name { font-size: 20px; }
	#creator_list .creator_box .name span {
		display: inline-block;
		padding-left: 5px;
	}
	#creator_list .creator_box .funs span { font-size: 14px; }
	#creator_list .creator_box .funs { font-size: 16px; }
}
@media screen and (max-width:500px) { /* SP */
	#creator_list .creator_area { margin: 100px auto 0; }
}
/* SNS */
#creator_sns .title01 {
	text-align: right;
	margin-bottom: 100px;
}
#creator_sns .yt_btn, #creator_sns .x_btn {
	background-color: #cc3328;
	display: block;
	margin: 0 auto;
	padding: 20px 0;
	font-size: 25px;
	width: 90%;
	font-weight: normal;
	text-align: center;
	color: #fff;
	text-decoration: none;
}
#creator_sns .yt_btn {
	background-color: #cc3328;
	margin-bottom: 20px;
}
#creator_sns .yt_btn:hover, #creator_sns .x_btn:hover { opacity: 0.8; }
#creator_sns .x_btn { background-color: #000; }
#creator_sns .yt_btn img, #creator_sns .x_btn img {
	display: inline-block;
	width: 50px;
	vertical-align: middle;
	padding: 20px;
}
@media screen and (max-width:768px) { /* SP */
	#creator_sns .title01 { margin-bottom: 50px; }
	#creator_sns .yt_btn, #creator_sns .x_btn {
		font-size: 20px;
	 	padding: 10px 0;
	}
	#creator_sns .yt_btn img, #creator_sns .x_btn img { width: 30px; }
}
/*---------------------------------------------------------------------------*/
/* これまでの活動(/activity/)  */
/*---------------------------------------------------------------------------*/
.activity .page_title {
	background-image: url("../img/activity/page_title_20250919.png");
}

/*---------------------------------------------------------------------------*/
/* 仕事内容(/service/)  */
/*---------------------------------------------------------------------------*/
.service .page_title {
	background-image: url("../img/service/page_title.png");
}


.flow_area .box { position: relative; }
.flow_area .box:after {
	display: block;
	content: "";
	position: absolute;
}
.flow_area .box .title { font-weight: bold; }
.flow_area .box:last-child:after { content:none; }
@media screen and (min-width:1200px) { /* PC */
	.flow_area .box {
		width: 300px;
		float: left;
	}
	.flow_area .box .img { width: 250px; }
	.flow_area .box:after {
		right: -5px;
		top: 20px;
		bottom: 0;
		margin: auto 0;
		box-sizing: border-box;
		width: 20px;
		height: 20px;
		border: 20px solid transparent;
		border-left: 20px solid #000;
	}
}
@media screen and (max-width:1199px) { /* SP */
	.flow_area .box {
		width: 100%;
		margin-bottom: 30px;
	}
	.flow_area .box .img {
		width: 100%;
		max-width: 250px;
		margin: 0 auto;
		display: block;
	}
	.flow_area .box:after {
		position: absolute;
		top: 190px;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 0;
	  height: 0;
	  border-left: 20px solid transparent;
	  border-right: 20px solid transparent;
	  border-top: 20px solid #000;
	}
	.flow_area .box:last-child { margin-bottom: 0; }
}

/*---------------------------------------------------------------------------*/
/* 会社概要(/company/)  */
/*---------------------------------------------------------------------------*/
.company .page_title {
	background-image: url("../img/company/page_title.png");
}

/*---------------------------------------------------------------------------*/
/* お問い合わせ(/contact/)  */
/*---------------------------------------------------------------------------*/
.contact .page_title {
	background-image: url("../img/contact/page_title_20250919.png");
}

/* エントリーフォーム */
.entry_form {
	background-color: #eaeaea;
	padding: 50px;
}
.entry_form dd {
	margin-bottom:30px;
}
.entry_form dd input[type="text"], .entry_form select {
	height: 30px;
	width: 100%;
	background-color: #fff;
}
.entry_form input[type="checkbox"] {
    width: 14px;
    height: 14px;
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}
.entry_form input[type="radio"] {
	height: 14px;
	width: 14px;
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
	position:relative;
	top: 2px;
}
.entry_form label {
	margin-right: 25px;
}
.entry_form textarea {
	width: 100%;
	height: 100px;
}
@media screen and (min-width: 1200px) {
	.entry_form dt {
		float: left;
		width: 230px;
		line-height: 30px;
	}
	.entry_form dt:before { top: 8px; }
	.entry_form dd {
		margin-left: 255px;
	}
	.entry_form dd input[type="text"] { width: 845px; }
	.entry_form dd textarea { width: 845px; }
}
@media screen and (max-width:1199px) { /* SP */
	.entry_form { padding: 30px; }
	.entry_form dt { margin-bottom: 10px; }
	.entry_form dd { margin-bottom: 20px; }

}

/* フォームボタン */
.form_button01, .form_button02 {
	display: block;
	font-size:20px;
	text-align: center;
	padding: 15px 0;
	width: 300px;
	margin: 30px auto 0;
	-webkit-appearance: none;
	border-radius: 0;
	border: none;
	cursor: pointer;
}
.form_button01 {
	border: 2px solid #faca00;
	background-color:#faca00;
	color: #000;
}
.form_button02 {
	border: 2px solid #ccc;
	background-color:#ccc;
}
.form_button01:hover {
	background-color: #fff;
	color: #000000;
}
.form_button02:hover {
	background-color: #fff;
}
@media screen and (max-width:767px) { /* SP */
	.form_button01, .form_button02 {
		width: 200px;
		font-size: 16px;
		padding: 10px 0;
	}
}

/* Recaptcha */
.g-recaptcha {
	text-align: center;
	width: 300px;
	margin: 10px auto 0;
}

/* 警告 */
.alert {
	font-size: 10px;
	color: #DD0000;
	display: inline;
	line-height: 1 !important;
	display: block;
}

/* 確認画面 */
.formTable {
	text-align: left;
	width: 100%;
	background-color: #fff;
}
.formTable th, .formTable td {
	border: #000000 1px solid;
	padding: 10px;
	font-weight: normal;
}
.formTable th {
	border-bottom: #fff 1px solid;
	background-color: #000000;
	color: #fff;
	width: 200px;
}
.formTable tr:last-child th { border-bottom: #000000 1px solid; }
.formTable td { width: 400px; }

@media screen and (min-width:768px) { /* PC・タブレット */
	.form_button_box {
		width: 700px;
		margin: 0 auto;
	}
	.form_button_box .form_button01 { float: left; }
	.form_button_box .form_button02 { float: right; }
}

/*---------------------------------------------------------------------------*/
/* 新着情報(/news/)  */
/*---------------------------------------------------------------------------*/
.news .page_title {
	background-image: url("../img/news/page_title.png");
}
.news .news_area .img {
	display: block;
	width: 100%;
	max-width: 382px;
}
@media screen and (min-width:768px) { /* PC・タブレット */
	.news .news_area .img {
		float: right;
		margin-left: 10px;
	}
}
@media screen and (max-width:767px) { /* SP */
	.news .news_area .img {
		margin: 0 auto 10px;
	}
}

/*---------------------------------------------------------------------------*/
/* 準備中ページ(/pre/) */
/*---------------------------------------------------------------------------*/
.pre .img {
	display: block;
	margin: 30px auto;
}
