@charset "utf-8";

.ttl_type01 {
	font-family: 'Quicksand', sans-serif;
	position: relative;
	margin-bottom: 75px;
	font-size: 46px;
	font-weight: normal;
	text-align:center;
	color: #eb0082;
	letter-spacing: 2px;
}
.ttl_type01 span {
	font-family: 'Kosugi Maru', sans-serif;
	display: block;
	font-size: 18px;
	margin-top: 10px;
	position: relative;
	margin: 10px auto 0;
	color: #000;
}
.ttl_type01:before {
	content: '';
	position: absolute;
	bottom: -25px;
	display: inline-block;
	width: 60px;
	height: 1px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #eb0082;
	border-radius: 2px;
}
.ttl_type02 {
	font-family: 'Quicksand', sans-serif;
	position: relative;
	margin-bottom: 75px;
	font-size: 46px;
	font-weight: normal;
	text-align:center;
	color: #eb0082;
	letter-spacing: 2px;
}
.ttl_type02 span {
	font-family: 'Kosugi Maru', sans-serif;
	display: block;
	font-size: 18px;
	margin-top: 10px;
	position: relative;
	margin: 10px auto 0;
	color: #000;
}
.ttl_type02:before {
	content: '';
	position: absolute;
	bottom: -25px;
	display: inline-block;
	width: 60px;
	height: 1px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #eb0082;
	border-radius: 2px;
}
.ttl_type03 {
	font-family: 'Kosugi Maru', sans-serif;
	position: relative;
	margin-bottom: 75px;
	font-size: 46px;
	font-weight: normal;
	text-align:center;
	color: #eb0082;
	letter-spacing: 1px;
	line-height: 1.4;
}
.ttl_type03 span {
	display: block;
	font-size: 22px;
	margin-top: 10px;
	position: relative;
	margin: 10px auto 20px;
	color: #000;
}

.sec_top {
  width: 100%;
	padding-top: 90px;
	background-size: cover;
  position: relative;
}
.sec_type01 {
	background: #FFF;
}
.sec_type02 {
	background: #fbf8f0;
}
.sec_type03 {
	background: url("../img/bg_note.png") repeat;
}
.sec_type04 {
	background: url("../img/bg_example.png") repeat;
}
.sec_type05 {
	background: url("../img/bg_conditions.gif") repeat;
}

/***** お問い合わせ *****/
.sec_contact {
	width:100%;
	position:fixed;
	bottom: 0;
	left: 0;
	z-index:200;
	padding: 8px 4px 10px 4px;
	background: #FFF;
	border-top: 1px solid #01c3f4;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
.btmContact {
		-js-display: flex;
	display: flex;
	justify-content: space-between;
	width:1140px;
	margin: 0 auto;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
.sec_contact p {
	margin-bottom: 5px;
	font-size: 15px;
	font-weight:bold;
	text-align:center;
}
.btmContact li{
	width:100%;
	width: calc(100% / 3);
	box-sizing: border-box;
}
.b_line {
	margin:0 4px;
	padding:12px 10px;
	text-align:center;
	background: #5ae628;
	border-radius: 4px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #4dc423;
}
.b_mail {
	margin:0 4px;
	padding:12px 10px;
	text-align:center;
	background: #ff71aa;
	border-radius: 4px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #da4e86;
}
.b_tel {
	margin:0 4px;
	padding:12px 10px;
	text-align:center;
	background: #00c9e1;
	border-radius: 4px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #00aabe;
}
.b_line a , .b_mail a , .b_tel a {
	display:block;
	color: #fff !important;
	font-size: 14px;
	font-weight:bold;
}
/***** /お問い合わせ *****/


.read{
	font-size: 16px;
	text-align: center;
	line-height: 2;
}
.black{
	color: #000 !important;
}

/*****  撮影会グループのST.PEACEについて *****/
.aboutList li:nth-child(1){
	background: url(../img/ph_about01.png) no-repeat right;
	background-size: 290px;
}
.aboutList li:nth-child(2){
	background: url(../img/ph_about02.png) no-repeat left;
	background-size: 290px;
}
.aboutList li:nth-child(3){
	background: url(../img/ph_about03.png) no-repeat right;
	background-size: 290px;
}
.aboutList li:nth-child(4){
	background: url(../img/ph_about04.png) no-repeat left;
	background-size: 290px;
}
.aboutList li:nth-child(5){
	background: url(../img/ph_about05.png) no-repeat right;
	background-size: 290px;
}
.aboutList li:nth-child(6){
	background: url(../img/ph_about06.png) no-repeat left;
	background-size: 290px;
}
.aboutBox_l{
	min-height:200px;
	margin-top: 100px;
	padding-right: 330px;
}
.aboutBox_r{
	min-height:200px;
	margin-top: 100px;
	padding-left: 330px;
}
.aboutBox_l dt , .aboutBox_r dt {
	margin-bottom: 15px;
	font-size:28px;
	color: #eb0082;
}
.aboutBox_l dd , .aboutBox_r dd {
	font-size: 15px;
	line-height: 2;
}
.aboutBox_l strong , .aboutBox_r strong {
	color: #FF7B00;
}
/*****  /撮影会グループのST.PEACEについて *****/

/***** 給与例 *****/
.exampleTxt {
	margin-top: 100px;
}
.exampleTxt h3{
	font-family: 'Kosugi Maru', sans-serif;
	width:480px;
	margin: 35px auto 12px;
	padding: 10px 0 8px;
	font-size: 28px;
	font-weight: normal;
	text-align: center;
	color: #eb0082;
	background:#FF0;
	border-radius: 15px;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
}
.exampleTxt p {
	font-size: 16px;
	line-height: 2;
	text-align: center;
}
.modelDetail{
	width: 100%;
	margin-top: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
	justify-content: space-between;
}
.modelDetail li{
	width:340px;
	padding: 15px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
	background-image: linear-gradient(to top, #dfe9f3 0%, white 100%);
	box-sizing: border-box;
}
.modelEx {
	table-layout:fixed;
	display:table;
	line-height:1.5;
}
.modelEx figure{
	width:115px;
	display:table-cell;
}
.modelDetail h4 {
	padding: 5px 0;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	color: #FF7B00;
	border: 1px solid #FF7B00;
}
.modelEx dl {
	width:195px;
	margin-left:-130px;
	display:table-cell;
	vertical-align:middle;
}
.modelEx dt , .modelEx dd {
	font-size: 16px;
	color: #000;
}
.money {
	font-family: 'Days One', sans-serif;
	margin-top: 8px;
	border-top: 1px solid #999;
	font-size: 20px;
	color: #FF7B00 !important;
}
.money span {
	font-family: 'Days One', sans-serif;
	font-size: 32px !important;
}
/***** /給与例 *****/

/***** 面接から撮影会当日までの流れ *****/
.flowDetail{
	width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
	justify-content: space-between;
}
.flowDetail li{
	width:340px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
	box-sizing: border-box;
	border:2px solid #ffeb43;
	border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	position: relative;
}
.flowDetail li span {
	display:block;
	min-height: 390px;
	padding: 25px;
	color:#FFF;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #ff5d9a), color-stop(0.00, #ff2d55));
	background-image: linear-gradient(to top, #ff2d55 0%, #ff5d9a 100%);
	background: -moz-linear-gradient(top, #ff2d55 0%, #ff5d9a 100%);
	background: -o-linear-gradient(top, #ff2d55 0%, #ff5d9a 100%);
	background: -ms-linear-gradient(top, #ff2d55 0%, #ff5d9a 100%);
	background: linear-gradient(to bottom, #ff2d55 0%, #ff5d9a 100%);
	border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
}
.number{
	font-family: 'Days One', sans-serif;
	position: absolute;
	top:0px;
	left: 20px;
	font-size: 55px;
	color: #FF0;
}
.flowDetail figure {
	width: 120px;
	margin: 0 auto;
}
.flowDetail dt {
	margin: 20px 0 15px;
	font-size: 20px;
	line-height: 1.5;
	text-align: center;
}
.flowDetail dd {
	font-size: 15px;
}
.flowDetail p{
	font-size: 17px;
}
.lineBox {
	width:570px;
	margin: 35px auto 0;
	padding: 15px;
	table-layout:fixed;
	display:table;
	background: #FF0;
	box-sizing: border-box;
	border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
}
.lineBox figure{
	width:105px;
	display:table-cell;
}
.lineBox dl {
	width:390px;
	margin-left:-130px;
	display:table-cell;
	vertical-align:middle;
}
.lineBox dt {
	margin-bottom: 5px;
	font-size: 18px;
	color: #eb0082;
}
.lineBox dd {
	font-size: 13px;
}
/***** /面接から撮影会当日までの流れ *****/

/***** モデル応募条件 *****/
.conditionDetail ul {
	width: 100%;
	margin-bottom: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
	justify-content: space-between;
}
.conditionDetail ul li {
	width:340px;
	box-sizing: border-box;
}
.conditionDetail div {
	width:100%;
	text-align: center;
}
.conditionDetail h3{
	position:relative;
	display:inline-block;
	font-size: 24px;
	color: #FF7B00;
	padding:16px 40px 8px;
	margin-bottom: 15px;
	border-bottom:1px solid #FF7B00;
}
.conditionDetail h3:before, .conditionDetail h3:after{
	content:"";
	display:block;
	width:8px;
	height:8px;
	border-radius:50%;
	background:#FF7B00;
	position:absolute;
	bottom:-5px;
}
.conditionDetail h3:before{left:-4px;}
.conditionDetail h3:after{right:-4px;}

.conditionDetail p {
	margin-bottom: 40px;
	text-align: center;
}
.conditionDetail p span {
	font-size: 34px;
}
.conditionDetail dt {
	margin-top: 5px;
	font-size: 24px;
	text-align: center;
}
.conditionDetail dd {
	font-size: 32px;
	text-align: center;
}
/***** /モデル応募条件 *****/

/***** スタジオ *****/
.studioWrap h3{
	margin-bottom: 25px;
	font-size: 28px;
	font-weight: normal;
	text-align: center;
	color: #FF7B00;
}
.studioDetail , .studioDetail2 {
	width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
	justify-content: space-between;
}
.studioDetail li{
	width:340px;
	padding: 15px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
	background: rgba(255, 255, 255, 0.8);
	box-sizing: border-box;
}
.studioDetail2 li{
	width:250px;
	padding: 15px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
	background: rgba(255, 255, 255, 0.8);
	box-sizing: border-box;
}

.studioDetail p , .studioDetail2 p{
	margin-top: 15px;
}
/***** /スタジオ *****/

/***** 体験談 *****/
.swiper-slide img{
	width: 200px;
	float: left;
}
.voiceTxt{
	width: 570px;
	margin-left: 30px;
	float: left;
}
.voiceTxt dt{
	margin-bottom: 15px;
	font-size:22px;
	color: #eb0082;
}
.voiceTxt dd{
	font-size:16px;
	line-height: 1.9;
	color: #000;
}
/***** /体験談 *****/

/***** よくある質問 *****/
.qaList li:nth-child(1){
	background: url(../img/icon_question01.png) no-repeat left;
	background-size: 140px;
}
.qaList li:nth-child(2){
	background: url(../img/icon_question02.png) no-repeat left;
	background-size: 140px;
}
.qaList li:nth-child(3){
	background: url(../img/icon_question03.png) no-repeat left;
	background-size: 140px;
}
.qaList li:nth-child(4){
	background: url(../img/icon_question04.png) no-repeat left;
	background-size: 140px;
}
.qaList li:nth-child(5){
	background: url(../img/icon_question05.png) no-repeat left;
	background-size: 140px;
}
.qaList li:nth-child(6){
	background: url(../img/icon_question06.png) no-repeat left;
	background-size: 140px;
}
.qaList li:nth-child(7){
	background: url(../img/icon_question07.png) no-repeat left;
	background-size: 140px;
}
.qaList li:nth-child(8){
	background: url(../img/icon_question08.png) no-repeat left;
	background-size: 140px;
}
.qaBox{
	min-height:140px;
	margin-top: 100px;
	padding-left: 180px;
}
.qaBox dt{
	margin-bottom: 15px;
	font-size:24px;
	color: #eb0082;
}
.qaBox dd{
	font-size:18px;
	color: #000;
	line-height: 1.8;
}
/***** /よくある質問 *****/

/***** 面接について *****/
.interviewWrap{
	width:920px;
	margin:0 auto;
}
.interviewTxt{
	width: 390px;
	float: left;
}
.interviewTxt dt{
	margin-bottom: 15px;
	font-size:18px;
	color: #FF7B00;
	border-bottom:1px solid #FF7B00;
}
.interviewTxt dd{
	margin-bottom: 20px;
	font-size:15px;
}
.interviewTxt dd a{
	padding: 12px 0;
	font-size:18px;
	text-align: center;
	background: #FF7B00;
	border-radius:8px;
		-moz-border-radius:8px;
		-webkit-border-radius:8px;
	color:#FFF;
}
.map{
	width: 500px;
	margin-left: 30px;
	float: left;
}
.map iframe{
	width: 100%;
}
/***** /面接について *****/

/***** お問い合わせ *****/
#form{
	width:920px;
	margin:0 auto;
}
.input_text,.input_select {
	margin-bottom:30px;
}
.input_text span,.input_select span {
	font-size:12px;
	color: #8E7909;
}
.input_text label {
	width:230px;
	font-size:18px;
	margin-top:5px;
	color:#000;
	float:left;
	display:block;
}
.input_text input {
	font-size:15px;
	width:680px;
	height:35px;
	margin-left:10px;
	padding:5px;
	float:left;
	border:1px solid #ddd;
	border-radius:5px;
	display:block;
	box-sizing:border-box;
	-webkit-transition: box-shadow 0.2s, background 0.2s;
	transition: box-shadow 0.2s, background 0.2s;
}
.dateWrap{
	width: 680px;
	-js-display: flex;
	display: flex;
	align-content: space-between;
	box-sizing: border-box;
}
#form .date{
	width: 100%;
	padding:10px 5px;
	line-height:1.3;
	border:1px solid #ddd;
	border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
	color:#444;
	box-sizing:border-box;
	-webkit-transition: box-shadow 0.2s, background 0.2s;
	transition: box-shadow 0.2s, background 0.2s;
}
.input_text textarea {
	font-size:15px;
	width:680px;
	height:200px;
	margin-left:10px;
	padding:5px;
	float:left;
	box-sizing:border-box;
	border:1px solid #ddd;
	border-radius:5px;
	display:block;
}
.labelfocus {
  color:#000 !important;
	font-weight: bold;
}
.clearer{
	clear:both;
	float:none;
	display:block;
	height:0;
}

.submit_btn {
	width:380px;
	margin:30px auto 0;
	padding:15px 0 13px;
	display:block;
}
.sendBtn {width: 380px;color:#eb0082;background:transparent;border-width:2px;border-style: solid;border-color: #eb0082;position:relative;display:inline-block;padding: 15px 0 13px;transition:all 0.3s ease-in-out;text-align:center;font-size: 22px;}
.sendBtn:before, .sendBtn:after {content:'';display:block;position:absolute;border-color:#eb0082;box-sizing:border-box;border-style:solid;width:1em;height:1em;transition:all 0.3s ease-in-out}
.sendBtn:before {top:-6px;left:-6px;border-width:2px 0 0 2px;z-index:5;}
.sendBtn:after {bottom:-6px;right:-6px;border-width:0 2px 2px 0;}
.sendBtn:hover:before, .sendBtn:hover:after {width:calc(100% + 12px);
  height:calc(100% + 12px);border-color:#eb0082}
.sendBtn:hover {color:#FFF;background-color:#eb0082;border-color:#eb0082}
/***** /お問い合わせ *****/