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

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

/*ヘッダー*/

.p_menu_wrap {
	width:100%;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
}


/*PC*/
@media screen and (min-width:1025px) {
	.p_menu_wrap {
		width:100%;
		max-width:1366px;
		padding:0 3%;
		box-sizing: border-box;
	}
	.p_main_logo {
		display: flex;
		align-items: center;
		justify-content:flex-start; 
	}
}
/*MOB*/
@media screen and (max-width:1024px) {
	.p_menu_wrap {
		width:100%;
		box-sizing: border-box;
	}
	.p_main_logo {
		width:calc(100% / 7);
		display: flex;
		align-items: center;
		justify-content:flex-start; 
		background-color: #f092a8;
	}
}

a.p_logoimg {
	display: block;
	transition: all 0.3s;
}
a.p_logotxt {
	font-family: 'Montserrat', sans-serif;
	font-size: 2.5rem;
	color: #f092a8;
	text-decoration: none;
}

/*PC*/
@media screen and (min-width:1025px) {
	a.p_logoimg {
		width:60px;
		height:100px;
		background:url("../img/main_logo.png") center center no-repeat;
		background-size: contain;
		margin-right:16px;
	}
	a.p_logotxt {
		line-height: 100px;
	}
}
/*MOB*/
@media screen and (max-width:1024px) {
	a.p_logoimg {
		width:100%;
		padding-top:100%;
		background:url("../img/menu_mobtop.png") center center no-repeat;
		background-size: contain;
	}
	a.p_logotxt {
		display: none;
		visibility: hidden;
	}
}

.p_main_logo a:hover {
	opacity: 0.6;
	text-decoration: none;
}

/*PC*/
@media screen and (min-width:1025px) {
	.p_menu_wrap ul {
		width:60%;
		display: flex;
		justify-content: space-between;
	}
	.p_menu_wrap ul li {
		display: block;
		width:100px;
		height:100px;
	}

	.p_menu_wrap ul li a {
		display: block;
		width:100px;
		height:100px;
		position: relative;
		transition: all 0.3s;
		overflow: hidden;
	}
}
/*MOB*/
@media screen and (max-width:1024px) {
	.p_menu_wrap ul {
		width:calc(calc(100% / 7) * 6);
		display: flex;
		justify-content: space-between;
	}
	.p_menu_wrap ul li {
		display: block;
		width:20%;
		position: relative;
	}

	.p_menu_wrap ul li a {
		display: block;
		width:100%;
		padding-top:100%;
		position: relative;
		transition: all 0.3s;
		overflow: hidden;
	}
}

.p_menu_wrap ul li.p_menu01 a {background: url("../img/menu01.jpg") center top no-repeat;background-size: cover;}
.p_menu_wrap ul li.p_menu02 a {background: url("../img/menu02.jpg") center top no-repeat;background-size: cover;}
.p_menu_wrap ul li.p_menu03 a {background: url("../img/menu03.jpg") center top no-repeat;background-size: cover;}
.p_menu_wrap ul li.p_menu04 a {background: url("../img/menu04.jpg") center top no-repeat;background-size: cover;}
.p_menu_wrap ul li.p_menu05 a {background: url("../img/menu05.jpg") center top no-repeat;background-size: cover;}
.p_menu_wrap ul li.p_menu06 a {background: url("../img/menu06.jpg") center top no-repeat;background-size: cover;}

.p_menu_wrap ul li a:after {
	content: "";
	display: block;
	width:100%;
	height:10px;
	position: absolute;
	background-color:#f092a8;
	left:0;
	bottom:-10px;
	transition: all 0.3s;
}

.p_menu_wrap ul li a:hover:after {
	bottom:-2px;
}

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

.p_slide01 {
	display: block;
}

/*PC*/
@media screen and (min-width:1025px) {
	#MainVisual {
	width:100%;
	position: relative;
	}

	.slide01 {
		background:url("../img/mainvisual.jpg") center top no-repeat;
		width:100%;
		padding-top:40%;
		display: block;
		background-size: cover;
	}
}
/*MOB*/
@media screen and (max-width:1024px) {
	#MainVisual {
	width:100%;
	position: relative;
	}

	.slide01 {
		background:url("../img/mainvisual.jpg") center top no-repeat;
		width:100%;
		padding-top:40%;
		display: block;
		background-size: cover;
	}
}

/*アバウト*/

.p_aboutwrap {
	width:100%;
	margin:0 auto;
	text-align: left;
	background:url("../img/about_bg.png") right top no-repeat;
	position: relative;
	z-index:10;
}

/*PC*/
@media screen and (min-width:1025px) {
	.p_aboutwrap {
		display: block;
	}
}
/*MOB*/
@media screen and (max-width:1024px) {
	.p_aboutwrap {
		display: none;
	}
}

.p_catch {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	maincolor: #313131;
	font-size: 12rem;
	line-height: 1.3;
}

.p_catch2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	maincolor: #313131;
	font-size: 2.5rem;
	line-height: 1.8;
}

/*実績*/

.p_works_list {
	width:100%;
	margin:0 auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.p_works_single {
	position: relative;
	background-color:#fff;
	padding-bottom:12px;
	border-bottom:1px dashed rgba(194,194,194,1.00);
}

/*PC*/
@media screen and (min-width:1025px) {
	.p_works_list {
		gap:40px;
	}
	.p_works_single {
		width:calc(calc(100% - 80px) / 3);
	}
}
/*MOB*/
@media screen and (max-width:1024px) {
	.p_works_list {
		gap:16px;
	}
	.p_works_single {
		width:calc(calc(100% - 16px) / 2);
	}
}

.p_works_img {
	background-color:#f7f7f6;
	box-sizing:border-box;
	padding:12px;
	aspect-ratio: 4/3;
	position: relative;
	margin-bottom:8px;
	
}

.p_works_img a img {
	width:100%;
	aspect-ratio: 4/3;
	object-fit: contain;
	transition: all 0.3s;
}

.p_works_img a:hover img {
	opacity: 0.6;
}

@media screen and (min-width:1025px) {
	.p_works_date {
		font-family: 'Montserrat', sans-serif;
		font-weight: 700;
		font-size: 1.7rem;
		background-color:#959595;
		color:#fff;
		position: absolute;
		left:10px;
		top:10px;
		padding:8px;
		box-sizing: border-box;
	}

	.p_works_genre {
		font-family: 'Montserrat', sans-serif;
		font-weight: 700;
		font-size: 1.5rem;
		position: absolute;
		right:10px;
		bottom:10px;
		background-color:#fff;
		border:1px solid #4e4e4e;
		color:#4e4e4e;
		padding:8px;
		box-sizing: border-box;
	}
}
/*MOB*/
@media screen and (max-width:1024px) {
	.p_works_img a img {
		margin-bottom:8px;
	}
	.p_works_date {
		font-family: 'Montserrat', sans-serif;
		font-weight: 700;
		font-size: 1.3rem;
		background-color:#959595;
		color:#fff;
		padding:2px;
		box-sizing: border-box;
	}

	.p_works_genre {
		font-family: 'Montserrat', sans-serif;
		font-weight: 700;
		font-size: 1.3rem;
		background-color:#fff;
		color:#4e4e4e;
		padding:2px;
		box-sizing: border-box;
	}
}


.p_works_topics {
	font-family: 'Noto Sans JP', sans-serif;
	transform: rotate(0.03deg);
	font-weight: 700;
	font-size: 1.7rem;
	width:100%;
	text-align: left;
	line-height: 1.5;
	margin-bottom:8px;
}

.p_works_talent {
	text-align: left;
	line-height: 1.5;
	margin-bottom:8px;
	font-size: 1.5rem;
}

.p_works_talent ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap:8px;
}

.p_works_talent ul a {
	padding:4px 8px;
	color:#fff;
	transition: all 0.3s;
}

a.enako {background-color:#f2a7c8;}
a.umi-shinonome {background-color:#96c0ea;}
a.yokyu-n {background-color:#e76b76;}
a.kokoro-shinozaki {background-color:#98cd95;}
a.saki-miyamoto {background-color:#f5e257;}
a.saki-yoshida {background-color:#9d8fc4;}
a.manatsu {background-color:#eebd71;}
a.minami-shinohara {background-color:#8fcbef;}
a.eiri {background-color:#3ca3a5;}
a.myako {background-color:#f88364;}
a.nao-takami {background-color:#ff8824;}
a.kitaro {background-color:#27dcbc;}

.p_works_talent ul a:hover {
	text-decoration: none;
	opacity: 0.6;
}

.p_works_link a {
	display: block;
	margin:0 auto;
	background:#f092a8;
	font-size: 2rem;
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	line-height: 40px;
	width:240px;
	border-radius: 5px;
	text-decoration: none;
	transition: all 0.3s;
}

.p_works_link a:hover {
	background:#39d5de;
	text-decoration: none;
}

/*タレント*/

.p_talent_thum {
	width:100%;
	margin:0 auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.p_talent_thum figure {
	position: relative;
	background-color:#fff;
}

/*PC*/
@media screen and (min-width:1025px) {
	.p_talent_thum {
		gap:40px;
	}
	.p_talent_thum figure {
		width:calc(calc(100% - 80px) / 3);
	}
}
/*MOB*/
@media screen and (max-width:1024px) {
	.p_talent_thum {
		gap:16px;
	}
	.p_talent_thum figure {
		width:calc(calc(100% - 16px) / 2);
	}
}

.p_talent_thum figure a img {
	width:100%;
	height:auto;
	transition: all 0.3s;
}

.p_talent_thum figure a:hover img {
	opacity: 0.6;
}

.p_talent_thum figure figcaption {
	padding:16px 0 24px;
}

.p_talent_thum figure figcaption span {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 1.7rem;
	color: #f092a8;
}

.p_talent_thum figure figcaption p {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.9rem;
	color: #313131;
}

/*ニュースログ*/

.p_logwrap {
	width:100%;
	display: flex;
	justify-content:space-between;
	position: relative;
	margin:0 auto;
	box-sizing: border-box;
	padding:60px 0;
	flex-wrap: wrap;
}

.p_log_news {
	width:48%;
	border:1px solid #ced9de;
	border-radius: 12px;
	overflow: hidden;
	position: relative;
	height:500px;
	box-sizing: border-box;
	padding:96px 30px 48px;
	background-color:#fff;
}

.p_log_tweet {
	width:48%;
	border:1px solid #ced9de;
	border-radius: 12px;
	overflow: hidden;
	height:500px;
	box-sizing: border-box;
	background-color:#fff;
}

/*PC*/
@media screen and (min-width:1025px) {
	.p_log_news {
		width:48%;
	}
	.p_log_tweet {
		width:48%;
	}
}
/*MOB*/
@media screen and (max-width:1024px) {
	.p_log_news {
		width:100%;
		margin-bottom:32px;
	}
	.p_log_tweet {
		width:100%;
	}
}

.p_log_news:before {
	content: "NEWS";
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 9rem;
	opacity: 0.25;
	position: absolute;
	left:10px;
	top:0;
	color:#f092a8;
}

.p_log_back {
	width:100%;
	height:30px;
	text-align: right;
	position: absolute;
	left:0;
	bottom:0;
	box-sizing: border-box;
	padding:0 30px 0;
}

.p_log_back a {
	width:100%;
	color:rgba(100,100,100,1.00);
	text-decoration: none;
	font-size: 1.5rem;
}

.p_logbox {
	width:100%;
	text-align: left;
	position: relative;
	z-index: 10;
	height:354px;
	overflow-y:scroll;
}

.p_logbox dl {
	box-sizing: border-box;
	padding:16px 8px;
}

.p_logbox dl:nth-child(2n) {
	background:#f7f7f6;
}

.p_logbox dl dt {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 1.7rem;
}

.p_logbox dl span {
	color:#fff;
	background-color: #f092a8;
	display: inline-block;
	padding:0 12px;
	border-radius: 5px;
	margin-right:12px;
}

.p_logbox dl p {
	color: #f092a8;
	display: inline-block;
}

.p_logbox dl dd {
	font-size: 1.7rem;
	color: #313131;
}

.p_logbox dl dd a {
	color: #313131;
	text-decoration: none;
}

.p_logbox dl dd a:hover {
	text-decoration: underline;
}

/*インデックス-コンタクト*/

/*PC*/
@media screen and (min-width:1025px) {
	.p_index_contact_wrap {
		position: relative;
		margin:0 auto;
		z-index:10;
	}
}
/*MOB*/
@media screen and (max-width:1024px) {
	.p_index_contact_wrap {
		position: absolute;
		margin:0 auto;
		z-index:10;
		left:0;
		width:100%;
		top:50%;
	}
}

.p_index_contact_wrap strong {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 4rem;
	color:#fff;
}

.p_index_contact_wrap p {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.7rem;
	color:#fff;
}

.p_index_contact_wrap a {
	display: block;
	margin:0 auto;
	background:#f092a8;
	font-size: 2rem;
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	line-height: 40px;
	width:240px;
	border-radius: 5px;
	text-decoration: none;
	transition: all 0.3s;
}

.p_index_contact_wrap a:hover {
	background:#39d5de;
	text-decoration: none;
}

/*フッター*/

.p_foot_logo {
	width:50px;
	height:63px;
	margin:0 auto;
}

.p_foot_logo a {
	background: url("../img/footer_logo.png") center top no-repeat;
	background-size: contain;
	display: block;
	width:50px;
	height:63px;
	transition: all 0.3s;
}

.p_foot_logo a:hover {
	opacity: 0.6;
}

.p_foot_name {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 4rem;
}

.p_foot_link {
	font-size: 1.7rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}



/*PC*/
@media screen and (min-width:1025px) {
	.p_foot_link a {
		margin:0 24px;
	}
}
/*MOB*/
@media screen and (max-width:1024px) {
	.p_foot_link a {
		display: block;
		margin-bottom:8px;
	}
	.p_foot_link em {
		display: none;
	}
}

.p_foot_twitter {
	width:30px;
	height:25px;
	margin:0 auto;
}

.p_foot_twitter a {
	background:url("../img/twitter_white.png") center top no-repeat;
	background-size: contain;
	width:30px;
	height:25px;
	display: block;
	transition: all 0.3s;
}

.p_foot_twitter a:hover {
	opacity: 0.6;
}

.p_copyright {
	font-size: 1.5rem;
}

/*サブコンテンツ*/

/*PC*/
@media screen and (min-width:1025px) {
	.p_head_bg01 {
		background:url("../img/head_bg01.jpg") center center no-repeat;
		background-size: cover;
		color:#fff;
	}

	.p_head_bg02 {
		background:url("../img/head_bg02.jpg") center center no-repeat;
		background-size: cover;
		color:#fff;
	}

	.p_head_bg03 {
		background:url("../img/head_bg03.jpg") center center no-repeat;
		background-size: cover;
		color:#fff;
	}
}



/*ニュース*/

.p_newswrap {
	width:100%;
	margin:0 auto;
	position: relative;
	box-sizing: border-box;
	padding-top:60px;
}

.p_newswrap dl {
	width:100%;
	display: flex;
	justify-content:space-between;
	font-size: 1.8rem;
	border-bottom:1px dashed rgba(183,183,183,1.00);
	flex-wrap: wrap;
}

.p_newswrap dl dt {
	box-sizing: border-box;
	
	
	text-align: left;
	color:#373333;
}

.p_newswrap dl dt a {
	color:#39d5de;
	text-decoration: none;
}

.p_newswrap dl dt a:hover {
	text-decoration: underline;
}

.p_newswrap dl dd {
	box-sizing: border-box;
	
	
	text-align: left;
	color:#f092a8;
}

/*PC*/
@media screen and (min-width:1025px) {
	.p_newswrap dl dt {
		width:85%;
		padding:12px 0;
	}
	.p_newswrap dl dd {
		width:15%;
		padding:12px;
	}
}
/*MOB*/
@media screen and (max-width:1024px) {
	.p_newswrap dl dt {
		width:100%;
		padding:12px 0;
	}
	.p_newswrap dl dd {
		width:100%;
		padding:12px 0 0;
	}
}

.p_paginate {
	width:100%;
	text-align: center;
	display: flex;
	justify-content: center;
}

/*個別エントリー*/

.p_u_entry {
	width:100%;
	margin:0 auto;
	background-color:#fff;
	box-sizing: border-box;
	position: relative;
	border-bottom:1px solid #f092a8;
	padding:0 0 120px;
}

span.p_u_e_title {
	width:100%;
	font-size:3rem;
	color:#373333;
	text-align:left;
	padding-bottom:10px;
	display: block;
	margin:0 auto;
	position: relative;
	box-sizing: border-box;
	border-bottom:3px solid #f092a8;
	font-family: 'Noto Sans JP', sans-serif;
	transform: rotate(0.03deg);
	font-weight: 700;
}

span.p_u_e_title a {
	color:#f092a8;
	text-decoration: none;
}

.p_u_e_date {
	width:100%;
	font-size:1.6rem;
	display: block;
	margin:0 auto;
	text-align: right;
	color:#f092a8;
}

.p_u_e_post h1 {
	font-size:3rem;
	color:#fff;
	background-color:#f092a8;
	box-sizing: border-box;
	padding:8px 8px 8px 12px;
	margin-bottom:32px;
	text-align: left;
}

.p_u_e_post h2 {
	font-size:2.8rem;
	color:#373333;
	background-color:#FFEBDF;
	box-sizing: border-box;
	padding:4px 4px 4px 12px;
	margin-bottom:32px;
	border-left:5px solid #f092a8;
	text-align: left;
}

.p_u_e_post h3 {
	font-size:2.4rem;
	color:#373333;
	background-color:#FFEBDF;
	box-sizing: border-box;
	padding:4px 4px 4px 12px;
	margin-bottom:32px;
	border:1px solid #f092a8;
	text-align: left;
}

.p_u_e_post h4 {
	font-size:2rem;
	color:#f092a8;
	box-sizing: border-box;
	padding:4px 4px 4px 12px;
	margin-bottom:32px;
	border-bottom:1px solid #f092a8;
	text-align: left;
}

.p_u_e_post h5 {
	font-size:1.8rem;
	color:#373333;
	box-sizing: border-box;
	padding:4px 4px 4px 12px;
	margin-bottom:32px;
	border-bottom:1px dotted #373333;
	text-align: left;
}

.p_u_e_post h6 {
	font-size:1.5rem;
	color:#373333;
	box-sizing: border-box;
	padding:4px 4px 4px 12px;
	margin-bottom:32px;
	background-color:#efefef;
	text-align: left;
}

.p_u_e_post p {
	line-height: 1.6;
	margin-bottom:32px;
	text-align: left;
	font-size: 1.7rem;
}

.p_u_e_post p strong {
	font-weight: bold;
}

.p_u_e_post p em {
	font-style: italic;
}

.p_u_e_post a {
	color:deepskyblue;
	text-decoration: none;
}

.p_u_e_post a:hover {
	color:deepskyblue;
	text-decoration: underline;
}

.p_u_e_post blockquote.wp-block-quote {
	position: relative;
    padding: 30px 15px 8px 15px;
    box-sizing: border-box;
    font-style: italic;
    background: #efefef;
    color: #373333;
	margin-bottom:32px;
}

.p_u_e_post blockquote.wp-block-quote:before{
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 3px;
    content: "“";
    font-family: sans-serif;
    color: #cfcfcf;
    font-size: 90px;
    line-height: 1;
}
.p_u_e_post blockquote.wp-block-quote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}

.p_u_e_post blockquote.wp-block-quote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 1.5rem;
}

.p_u_e_post ul {
	margin-bottom:32px;
	text-align: left;
}

.p_u_e_post ul li {
	list-style: disc;
	list-style-position: inside;
	border-bottom:1px dotted #373333;
	padding:4px 0;
	box-sizing: border-box;
}

.wp-block-pullquote blockquote {
    position: relative;
    padding: 10px 20px;
    box-sizing: border-box;
    font-style: italic;
    color: #4e4e4e;
    background: #fff3e1;
	margin-bottom:32px;
}

.wp-block-pullquote blockquote:before{
    display: inline-block;
    position: absolute;
    top: 0;
    left: -10px;
    content: "“";
    font-family: sans-serif;
    color: #ffe2b8;
    font-size: 130px;
    line-height: 1;
}

.wp-block-pullquote blockquote:after{
    display: inline-block;
    position: absolute;
    bottom: -40px;
    right: 20px;
    text-align: center;
    content: "”";
    font-family: sans-serif;
    color: #ffe2b8;
    font-size: 90px;
    line-height: 1;
}

.wp-block-pullquote blockquote p {
    position: relative;
    padding: 0;
    margin: 10px 0;
    z-index: 3;
    line-height: 1.7;
}

.wp-block-pullquote blockquote cite {
    position: relative;
    z-index: 3;
    display: block;
    text-align: right;
    color: #888888;
    font-size: 1.5rem;
}

pre.wp-block-preformatted {
	position: relative;
    padding: 10px 20px;
    box-sizing: border-box;
    color: #373333;
    background: #efefef;
	overflow: auto;
	font-size: 1.5rem;
	white-space: pre-wrap ;
	line-height: 1.8;
	margin-bottom:32px;
}

.wp-block-buttons {
	width:100%;
	margin-bottom:32px;
}

.wp-block-buttons a{
	transition: all 0.3s;
}

.wp-block-buttons a:hover {
	text-decoration: none;
	opacity: 0.6;
}

.p_u_e_post img {
	margin-bottom:32px;
}

.p_neighbour_link {
	width:100%;
	max-width: 700px;
	margin:24px auto 0;
	display: flex;
	justify-content: center;
	gap:2%;
}

.p_nb_prev, .p_nb_list, .p_nb_next {
	width:32%;
	position: relative;
}

.p_nb_prev a, .p_nb_list a, .p_nb_next a {
	display: block;
	width:100%;
	text-align: center;
	background:#f092a8;
	color:#fff;
	font-size: 1.7rem;
	font-weight: bold;
	box-sizing: border-box;
	padding:0 8px;
	height:48px;
	line-height: 48px;
	transition: all 0.3s;
	position: relative;
}

.p_nb_prev a:after {
	content:"";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 12px 8px 0;
	border-color: transparent #ffffff transparent transparent;
	position: absolute;
	left:6px;
	top:16px;
}

.p_nb_next a:after {
	content:"";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 12px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	right:6px;
	top:16px;
}

.p_nb_prev a:hover, .p_nb_list a:hover, .p_nb_next a:hover {
	background:#39d5de;
	text-decoration: none;
}

/*タレント個別*/

.p_talentbox {
	width:100%;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	gap:36px 0;
}

/*PC*/
@media screen and (min-width:1025px) {
	.p_talent_img {
		width:50%;
		position: relative;
	}
	.p_talent_profile {
		width:50%;
		box-sizing: border-box;
		padding-left:48px;
		text-align: left;
	}
}
/*MOB*/
@media screen and (max-width:1024px) {
	.p_talent_img {
		width:100%;
		position: relative;
	}
	.p_talent_profile {
		width:100%;
		box-sizing: border-box;
		text-align: left;
	}
}

.p_talent_img img {
	width:100%;
	height:auto;
}

p.p_t_spell {
	font-family: 'Montserrat', sans-serif;
	transform: rotate(0.03deg);
	font-weight: 700;
	color:#f092a8;
	font-size: 3.5rem;
}

p.p_t_name {
	font-family: 'Noto Sans JP', sans-serif;
	transform: rotate(0.03deg);
	font-weight: 700;
	color: #313131;
	font-size: 5rem;
}

.p_t_outline {
	width:100%;
	display: flex;
	flex-wrap: wrap;
	gap:12px;
}

.p_t_outline dl {
	width:100%;
	border-bottom:1px dashed rgba(183,183,183,1.00);
	display: flex;
	padding-bottom:12px;
	position: relative;
}

.p_t_outline dl dt {
	width:25%;
	color:#f092a8;
	font-size: 1.6rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.p_t_outline dl dd {
	font-size: 1.7rem;
	width:75%;
	color: #313131;
}

.p_works_title {
	background-color:#f092a8;
	width:100%;
	box-sizing: border-box;
	padding:8px;
	font-size: 2rem;
	color:#fff;
	font-family: 'Noto Sans JP', sans-serif;
	transform: rotate(0.03deg);
	font-weight: 700;
}

.p_talent_works {
	width:100%;
	background:#ffffff;
	font-size: 1.6rem;
	box-sizing: border-box;
}

.p_talent_works table {
	color: #313131;
	line-height: 1.7;
}

.p_talent_works table tr {
	border-bottom:1px dashed rgba(183,183,183,1.00);
}

.p_talent_works table tr td {
	box-sizing: border-box;
	padding:12px;
	border:0;
}

.p_talent_works table tr td:first-child {
	text-align: center;
}

.p_talent_works table tr td:last-child {
	text-align: left;
}

.p_talent_works p {
	text-align: left;
	width:100%;
	margin-top:36px;
}

/*PC*/
@media screen and (min-width:1025px) {
	.p_talent_works table tr:nth-child(2n) {
		background-color:#f7f7f6;
	}
}
/*MOB*/
@media screen and (max-width:1024px) {
	.p_talent_works table tr td {
		display: block;
		width:100%;
	}
	.p_talent_works table tr td:first-child {
		background-color:#DEDEDE;
		text-align: center;
	}
}

.p_t_link a {
	display: inline-block;
	width:48px;
	height:48px;
	margin-right:12px;
	border-radius: 24px;
	overflow: hidden;
	transition: all 0.3s;
	text-indent: -9999px;
}

.p_t_link a:hover {
	opacity: 0.6;
}

a.p_t_twitter {background:url("../img/icon_twitter.png") center center no-repeat;background-size: cover;}
a.p_t_youtube {background:url("../img/icon_youtube.png") center center no-repeat;background-size: cover;}
a.p_t_insta {background:url("../img/icon_instagram.png") center center no-repeat;background-size: cover;}
a.p_t_weibo {background:url("../img/icon_weibo.png") center center no-repeat;background-size: cover;}
a.p_t_facebook {background:url("../img/icon_facebook.png") center center no-repeat;background-size: cover;}
a.p_t_website {background:url("../img/icon_home.png") center center no-repeat;background-size: cover;}


/*実績個別*/


.p_detail_list {
	width:100%;
	margin:0 auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap:40px;
}

.p_detail_single {
	width:100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	background-color:#fff;
	padding-bottom:12px;
	border-bottom:1px dashed rgba(194,194,194,1.00);
}

.p_detail_img {
	background-color:#f7f7f6;
	box-sizing:border-box;
	padding:12px;
	aspect-ratio: 4/3;
	position: relative;
}

.p_detail_img img {
	width:100%;
	aspect-ratio: 4/3;
	object-fit: contain;
	transition: all 0.3s;
}

/*PC*/
@media screen and (min-width:729px) {
	.p_detail_img {
		width:30%;
	}
	.p_detail_box {
		width:70%;
	}
}
/*MOB*/
@media screen and (max-width:728px) {
	.p_detail_img {
		width:100%;
	}
	.p_detail_box {
		width:100%;
	}
}

.p_detail_box {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.p_detail_exp {
	text-align:left;
	box-sizing: border-box;
	padding:12px;
}

.p_detail_date {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 1.7rem;
	background-color:#959595;
	color:#fff;
	position: absolute;
	left:10px;
	top:10px;
	padding:8px;
	box-sizing: border-box;
}

.p_detail_genre {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 1.5rem;
	position: absolute;
	right:10px;
	bottom:10px;
	background-color:#fff;
	border:1px solid #4e4e4e;
	color:#4e4e4e;
	padding:8px;
	box-sizing: border-box;
}

.p_detail_topics {
	font-family: 'Noto Sans JP', sans-serif;
	transform: rotate(0.03deg);
	font-weight: 700;
	font-size: 2.2rem;
	width:100%;
	text-align: left;
	line-height: 1.5;
	margin-bottom:8px;
}

.p_detail_text {
	font-size: 1.7rem;
	width:100%;
	text-align: left;
	line-height: 1.5;
	margin-bottom:8px;
}

.p_detail_url {
	font-size: 1.7rem;
	width:100%;
	text-align: left;
	line-height: 1.5;
	margin-bottom:8px;
	word-break: break-all;
}

.p_detail_url a {
	color:#f092a8;
}

/*カンパニー*/



/*PC*/
@media screen and (min-width:729px) {
	.p_company_logo {
		background:url("../img/logo.png") center top no-repeat;
		width:701px;
		height:416px;
		margin:0 auto;
	}
}
/*MOB*/
@media screen and (max-width:728px) {
	.p_company_logo {
		background:url("../img/logo.png") center top no-repeat;
		width:100%;
		padding-top:59.3%;
		background-size: contain;
		margin:0 auto;
	}
}

.p_company_wrap {
	width:100%;
	margin:0 auto;
	position: relative;
}

.p_company_wrap p {
	font-family: 'Noto Sans JP', sans-serif;
	background-color: #f092a8;
	color:#fff;
	font-size: 2.8rem;
	font-weight: bold;
	transform: rotate(0.03deg);
	line-height: 60px;
}

.p_company_wrap dl {
	width:100%;
	display: flex;
	justify-content: space-between;
}

.p_company_wrap dt {
	font-size: 1.8rem;
	width:25%;
	box-sizing: border-box;
	padding:16px 0;
	text-align: center;
	background:#FEEDF1;
}

.p_company_wrap dd {
	font-size: 1.8rem;
	width:75%;
	box-sizing: border-box;
	padding:16px 0;
	text-align: left;
	padding-left:16px;
	background:#f7f7f6;
}

/*お問い合わせ*/

.p_contact_form {
	width:100%;
}

.p_form_premise,
.p_form_acceptance {
	text-align: left;
	width:100%;
}

.p_contact_form dl {
	width:100%;
	display: flex;
	justify-content: space-between;
	margin-bottom:8px;
}

.p_contact_form dl dt {
	width:29%;
	color:#fff;
	background-color:#f092a8;
	font-size:1.6rem;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding:16px;
}

.p_contact_form dl dt span {
	margin-left:8px;
	font-size: 90%;
	color:yellow;
	font-weight: bold;
}

.p_contact_form dl dd {
	width:70%;
	background-color:#F9F9F7;
	position: relative;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	flex-direction: column;
	padding:16px;
	font-size:1.6rem;
}

@media screen and (min-width:1025px) {
	.p_contact_form dl {
		display: flex;
		justify-content: space-between;
	}
	.p_contact_form dl dt {
		width:29%;
	}
	.p_contact_form dl dd {
		width:70%;
	}
}
@media screen and (max-width:1024px) {
	.p_contact_form dl {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		flex-wrap: wrap;
	}
	.p_contact_form dl dt {
		width:100%;
	}
	.p_contact_form dl dd {
		width:100%;
	}
}

.p_contact_form dl dd div {
	width:100%;
	margin:0 auto;
	position: relative;
	text-align: left;
}

.p_contact_form dl dd input[type="text"],input[type="email"],input[type="tel"],input[type="url"] {
	width:100%;
	display: block;
	margin:0 auto;
    box-sizing: border-box;
    outline: none;
    border: 1px solid lightgray;
    border-radius: 3px;
    padding: 10px 10px 10px 10px;
    transition: all 0.1s ease-out;
	font-size:1.6rem;
	color:dimgray;
	position: relative;
}

span.check {color:dimgray; margin:8px 0;display: block;}

.p_contact_form select {
	width:100%;
	display: block;
    box-sizing: border-box;
    outline: none;
    border: 1px solid lightgray;
    border-radius: 3px;
    padding: 10px 10px 10px 10px;
    transition: all 0.1s ease-out;
	font-size:1.6rem;
	color:dimgray;
	position: relative;
}

.p_contact_form dl dd textarea {
	width:100%;
	display: block;
	margin:0 auto;
	box-sizing: border-box;
    outline: none;
    border: 1px solid lightgray;
    border-radius: 3px;
    padding: 10px 10px 10px 10px;
    transition: all 0.1s ease-out;
	font-size:1.6rem;
	color:dimgray;
	position: relative;
}

.wpcf7-form-control-wrap {
	display: block;
}

.wpcf7-form-control.wpcf7-checkbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap:10px;
}

.wpcf7-list-item-label {/*項目の色や文字サイズ*/
	cursor: pointer;
}

.p_form_label .wpcf7-list-item {
	display: block;
	
	line-height: 40px;
	height:40px;
	background-color:#FFF;
	box-sizing: border-box;
	padding:0 8px;
	border-radius: 5px;
	position: relative;
	margin:0!important;
}

/*PC*/
@media screen and (min-width:1025px) {
	.p_form_label .wpcf7-list-item {
		width:calc(calc(100% - 20px) / 3);
	}
}
/*MOB*/
@media screen and (max-width:1024px) {
	.p_form_label .wpcf7-list-item {
		width:calc(calc(100% - 20px) / 2);
	}
}

input[type="checkbox"] {
  position: absolute;
  opacity: 0;/*既存のチェックボックスを見えなくする*/
}

.wpcf7-list-item-label:before {/*チェックボックスの枠*/
  content: '';
  border: 1px solid #f092a8;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: -3px;
  margin-right: 12px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
}

input[type="checkbox"]:checked + .wpcf7-list-item-label:after {/*チェックアイコン*/
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	left: 8px;
	width: 20px;
	height: 20px;
	background: url("../img/check-solid.svg") no-repeat center;
  background-size: contain;
}

.p_contact_check {
	width:100%;
	background-color:#F9F9F7;
	position: relative;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	flex-direction: column;
	padding:16px;
	font-size:1.6rem;
}

.p_contact_check .wpcf7-list-item {
	display: block!important;
	width:100%;
	line-height: 40px;
	height:40px;
	background-color:#FFF;
	box-sizing: border-box;
	padding:0 8px;
	border-radius: 5px;
	position: relative;
	margin: 0!important;
}

.p_form_bt {
	width:100%;
	margin:0 auto;
}

.p_form_bt input[type="submit"],input[type="reset"] {
	display: block;
	width:200px;
	height:60px;
	color:#fff;
	background-color:#503989;
	outline: none;
	border:0;
	font-size: 1.6rem;
	font-weight: bold;
	cursor: pointer;
	margin:0 auto;
}

.p_form_bt input[type="submit"] {
	background-color:#f092a8;
	transition: all 0.3s;
	border:5px solid #f092a8;
}

.p_form_bt input[type="submit"]:hover {
	background-color:#fff;
	color:#f092a8;
	border:5px solid #f092a8;
}

.wpcf7 form .wpcf7-response-output {
	margin:0!important;
}

div.wpcf7-mail-sent-ok {
	width:100%;
border: 2px solid #f092a8;
}
div.wpcf7-mail-sent-ng {
	width:100%;
border: 2px solid #ff0000;
}
div.wpcf7-spam-blocked {
	width:100%;
border: 2px solid #ffa500;
}
div.wpcf7-validation-errors {
	width:100%;
border: 2px solid #f7e700;
}


.wpcf7 form.sent .wpcf7-response-output {/* 送信ボタン下完了時 */
    border-color: #8cebe5;
	font-size: 1.8rem;
	box-sizing: border-box;
	padding:12px;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {/* 送信ボタン下未入力警告 */
    border-color: #f88;
	font-size: 1.8rem;
	box-sizing: border-box;
	padding:12px;
}
.wpcf7-not-valid-tip {/* 必須未入力項目下の文章 */
    color: #f88;
    font-size: 12px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
width: 100%!important
}

/*プライバシー*/

.p_privacy_body {
	width:100%;
	margin:0 auto;
	font-size:1.6rem;
	text-align: left;
	padding:40px 0;
	box-sizing: border-box;
	color:#A7A7A7;

}

.p_privacy_body strong {
	font-size: 130%;
	font-weight: bold;
	color:#686868;
}

/*ページナビ*/

/*wp-pagenavi 17*/
.wp-pagenavi {
	clear: both;
	text-align:center;
	font-size: 1.5rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #f092a8;
	background-color: #FFFFFF;
	padding: 8px 15px;
	margin: 0 2px;
	white-space: nowrap;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration: none;
	border: thin solid #f092a8;
}
.wp-pagenavi a:hover{
	color: #fff;
	background-color: #f092a8;
	text-decoration: none;
    }
.wp-pagenavi span.current{
	color: #fff;
	background-color: #f092a8;
    }