@charset "UTF-8";
.b-heading {
	background: url("../images/project_heading_img01.png") no-repeat top center/ cover;
}
.b-heading .stamp, .c-heading .stamp {
	bottom: -80px;
}
.under-red__line {
	display: inline-block;
	border-bottom: 1px solid var(--red);
	padding-bottom: 10px;
}

/*テキストのカラー指定*/
span[class$="txt-green"]{
	color: var(--dept-g);
}
span[class$="txt-blue"]{
	color: var(--dept-b);
}
span[class$="txt-orange"]{
	color: var(--dept-o);
}
span[class$="txt-purple"]{
	color: var(--dept-p);
}

/*種別の装飾*/
div[class^="type__name-"] {
	position: relative;
}
div[class^="type__name-"]::before {
	border-radius: 10px 0 10px 0;
	border-right: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
	color: #FFF;
	display: inline-block;
	font-size: 1.4rem;
	left: 0;
	padding: 5px 20px;
	position: absolute;
	top: 0;
}
.type__name-green::before {
	background-color: var(--dept-g);
	content: "編集";
}
.type__name-blue::before {
	background-color: var(--dept-b);
	content: "電子書籍";
}
.type__name-orange::before {
	background-color: var(--dept-o);
	content: "営業";
}
.type__name-purple::before {
	background-color: var(--dept-p);
	content: "ライツ";
}
/*
.readArea
-----------------------------------------------------------------------------------------------*/
.ctsArea.readArea {
	padding: 100px 30px;
}
.under-red__line:first-of-type {
	letter-spacing: 0.5rem;
	margin-bottom: 25px;
}
.under-red__line:last-of-type {
	letter-spacing: 0.38rem;
	margin-bottom: 50px;
}
.readArea__txt {
	font-size: 1.8rem;
	font-weight: var(--bold);
	line-height: 200%;
	letter-spacing: 0.2rem;
	padding-bottom: 50px;
	text-align: center;
}
.read__imgArea {
	background: #FFF;
	border: solid 1px #EB49B6;
	border-radius: var(--bdrs);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 870px;
	margin: 0 auto;
	padding: 50px 60px;
}
.read__img {
	width: 258px;
	height: auto;
}
.read__txtArea {
	max-width: 440px;
}
.read__box__title {
	border-bottom: solid 1px #000;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.txt-pink {
	color: #EB49B6;
	font-size: 2.1rem;
	padding-right: 10px;
}
.read__box__txt {
	color: #747474;
	line-height: 240%;
}

/*.peopleArea
-----------------------------------------------------------------------------------------------*/
.ctsArea.peopleArea {
	padding: 100px 30px 80px;
}
.people__listBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:30px 60px;
}
.people__list {
	position: relative;
}
.people__list:not(:last-of-type)::after {
	content: "";
	border-right: solid 1px #CBCBCB;
	height: 100%;
	position: absolute;
	right: -30px;
	top: 50%;
	transform: translateY(-50%);
}
.people__img {
	border-radius: var(--bdrs);
	height: auto;
	margin-bottom: 20px;
	width: 210px;
}
.people__txt {
	padding-bottom: 7px;
}

/*.talkArea
-----------------------------------------------------------------------------------------------*/
.talkArea .ctsArea {
	padding: 70px 30px 20px;
}
.talkArea .bg-green,
.talkArea .bg-blue,
.talkArea .bg-orange,
.talkArea .bg-purple {
	position: relative;
}
.talkArea .bg-green::after,
.talkArea .bg-blue::after,
.talkArea .bg-orange::after,
.talkArea .bg-purple::after {
	border-radius: 10px 0 0 10px;
	content: "";
	height: 60%;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 95%;
	z-index: -2;
}
.talkArea .bg-green::after {
	background-color:rgba(var(--dept-g-rgb),.05);
}
.talkArea .bg__left-green::after{
	background-color:rgba(var(--dept-g-rgb),.05);
	border-radius: 0 10px 10px 0;
	right: auto;
	left: 0;
}
.talkArea .bg-blue::after {
	background-color:rgba(var(--dept-b-rgb),.05);
}
.talkArea .bg__left-blue::after{
	background-color:rgba(var(--dept-b-rgb),.05);
	border-radius: 0 10px 10px 0;
	right: auto;
	left: 0;
}
.talkArea .bg-orange::after{
	background-color:rgba(var(--dept-o-rgb),.05);
}
.talkArea .bg-purple::after{
	background-color:rgba(var(--dept-p-rgb),.05);
	border-radius: 0 10px 10px 0;
	right: auto;
	left: 0;
}
.corner-yellow {
	margin: 0 65px 60px auto;
	writing-mode: vertical-rl;
	width: 205px;
}
.leftArea .corner-yellow  {
	margin: 0 auto 60px 65px;
}
.corner__inner::before,
.corner__inner::after,
.corner__box::before,
.corner__box::after {
	background: url(../images/deco_corner02.png) no-repeat top center/ cover;
}
.talkArea .corner__inner {
	background: rgba(233, 233, 218, .3);
	font-size: 3rem;
	font-family: 'Noto Sans JP';
	height: auto;
	letter-spacing: 0.4rem;
	line-height: 170%;
	padding: 35px 20px;
	min-width: auto;
	min-height: 500px;
}
span[class^="talk__txt-"] {
	display: inline-block;
	line-height: 160%;
	padding-left: 0px;
}
.talk__name {
	display: flex;
	font-size: 1.7rem;
	justify-content: flex-end;
	letter-spacing: 0.15rem;
	overflow: hidden;
	position: relative;
	margin: auto 0 0 0;
	max-height: 320px;
}
.talk__name::after {
	background: #000;
	content: "";
	left: 50%;
	height: 100%;
	position: absolute;
	top: -59%;
	transform: translateX(-50%);
	width: 1px;
}
.border-green::after  {
	background-color: var(--dept-g);
}
.border-blue::after  {
	background-color:var(--dept-b);
	top: -69%;
}
.border-orange::after  {
	background-color: var(--dept-o);
	top: -59%;
}
.border-purple::after  {
	background-color:var(--dept-p);
	top: -65%;
}
.talk__txtArea {
	position: relative;
}
.talk__imgArea {
	left: 0;
	top: -500px;
	position: absolute;
	z-index: -1;
}
.leftArea .talk__imgArea {
	left: auto;
	right: 0;
}
.talk__img__inner {
	width: 804px;
	height: auto;
}
.talk__img {
	border-radius: var(--bdrs-bl);
}
.talkArea div[class^="type__name-"]::before {
	font-size: 2rem;
	padding: 5px 30px;
}
.leftArea .talk__img {
	border-radius: var(--bdrs-br);
}
.talk__txt {
	background: url(../images/bg_paper01.png);
	border-radius: var(--bdrs);
	line-height: 250%;
	letter-spacing: 0.12rem;
	max-width: 920px;
	margin: 0 0 0 auto;
	padding: 60px;
	text-align: justify;
}
.leftArea .talk__txt {
	margin: 0 auto 0 0;
}

/*.project__imgArea
-----------------------------------------------------------------------------------------------*/

.project__imgArea {
	border-radius: var(--bdrs);
	display: block;
	width: 1010px;
	height: auto;
	margin: 0 auto 140px;
}

/*.bannerArea
-----------------------------------------------------------------------------------------------*/
.bannerArea.ctsArea {
	padding: 0 50px 70px 35px;
}
.bannerArea {
	position: relative;
}
a.banner__box {
	border-radius: 60px 10px 10px;
	display: flex;
	overflow: hidden;
	max-height: 360px;
	transition: box-shadow .4s;
}
a.banner__box:hover {
	box-shadow: 0 0 15px rgb(0 0 0 / 25%);
}
a.banner__box:hover .ico-circle__red {
	background: #FFF;
	right: 15px;
	
}
a.banner__box:hover [class^="ico-circle"]::before,
a.banner__box:hover [class^="ico-circle"]::after {
	border-top: 2px solid var(--red);
	border-right: 2px solid var(--red);
}
.banner__txtArea {
	border-radius: 60px 0 0 10px;
	background: #000;
	color: #FFF;
	position: relative;
	transition: .4s;
	width: 506px;
}
a.banner__box:hover .banner__txtArea {
	background: var(--red);
}
.banner__under-red {
	display: block;
	border-bottom: 1px solid var(--red);
	font-size: 2.2rem;
	padding: 70px 0 10px 80px;
	transition: border .3s;
}
a.banner__box:hover .banner__under-red {
	border-bottom: 1px solid #FFF;
}
.banner__txt {
	display: block;
	font-size: 3.3rem;
	line-height: 170%;
	padding: 50px 0 0 80px;
}
.banner__img {
	border-radius: 0 10px 10px 0;
	overflow: hidden;
	width: 694px;
}
a.banner__box img,
.ico-circle__red {
	transition: .4s;
}
a.banner__box:hover img {
	transform: scale(1.05);
}
.bannerArea .stamp.work {
	top: -50px;
	right: 10px;
}
.bannerArea .stamp {
	padding: 0 15px 0 0;
}
@media screen and (max-width: 1120px){
	.bannerArea.ctsArea {
		padding: 0 60px 70px 30px;
	}
	.bannerArea .stamp.work {
		right: 30px;
	}
}
@media screen and (max-width:812px){
	.b-heading {
		height: 250px;
	}
	.b-heading .stamp, .c-heading .stamp {
		bottom: -22px;
	}
	.title__light {
		font-size: 2.5rem;
		line-height: 3rem;
	}
	.under-red__line {
		display: inline-block;
		border-bottom: none;
		text-decoration-thickness: 1px;
		text-decoration: underline 1px var(--red);
		text-underline-offset: 7px;
		padding: 0;
		-webkit-text-decoration:underline var(--red);
		
	}
	div[class^="type__name-"]::before {
		font-size: 1.2rem;;
		padding: 2px 10px;
	}
		/*
	.readArea
	-----------------------------------------------------------------------------------------------*/
	.ctsArea.readArea {
		padding: 45px 15px 60px;
	}
	.under-red__line:first-of-type {
		letter-spacing: 0.2rem;
		margin-bottom: 0;
		line-height: 4rem;
	}
	.under-red__line:last-of-type {
		letter-spacing: 0.2rem;
		margin-bottom: 35px;
		line-height: 4rem;
	}
	.readArea__txt {
		font-size: 1.5rem;
		line-height: 170%;
		letter-spacing: 0.1rem;
		padding-bottom: 35px;
		text-align: justify;
	}
	.read__imgArea {
		padding: 20px 15px;
	}
	.read__img {
		display: block;
		height: auto;
		margin: 0 auto 10px;
		width: 180px;
	}
	.read__box__title {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.txt-pink {
		font-size: 1.8rem;
	}
	.read__box__txt {
		line-height: 180%;
		text-align: justify;
	}
	.read__txtArea {
		max-width: none;
	}

	/*.peopleArea
	-----------------------------------------------------------------------------------------------*/
	.ctsArea.peopleArea {
		padding: 60px 15px 60px;
	}
	.people__listBox {
		gap:30px;
		max-width: 500px;
		margin: 0 auto;
	}
	.people__list {
		position: relative;
		width: calc((100% - 30px) / 2);
	}
	.people__list:not(:last-of-type)::after {
		right: -15px;
	}
	.people__list:nth-of-type(even)::after {
		content: none;
	}
	.people__img {
		margin-bottom: 10px;
	}
	.people__txt {
		padding-bottom: 7px;
	}
	/*.talkArea
	-----------------------------------------------------------------------------------------------*/
	.talkArea .ctsArea {
		max-width: 600px;
		padding: 30px 15px 0;
	}
	.talkArea .bg-green::after,
	.talkArea .bg-blue::after,
	.talkArea .bg-orange::after,
	.talkArea .bg-purple::after {
		height: 80%;
		width:100%;
	}
	.corner-yellow {
		margin: 300px 15px -37px auto;
		position: relative;
		width: fit-content;
		writing-mode: initial;
		z-index: 1000;
	}
	.leftArea .corner-yellow  {
		margin: 300px auto -37px 15px;
	}
	.talkArea .corner__inner {
		font-size: 1.7rem;
		letter-spacing: 0.1rem;
		padding: 15px 25px 10px;
		min-height: auto;
		max-height: 305px;
	}
	.talk__name {
		font-size: 1.3rem;
		max-height: 320px;
	}
	.talk__name::after {
		left: 0%;
		height: 1px;
		top: 50%;
		transform: translate(0,-50%);
		width: 41%;
	}
	.talk__img {
		border-radius: var(--bdrs-br);
	}
	.leftArea .talk__img {
		border-radius: var(--bdrs-bl);
	}
	.leftArea .border-green::after {
		width: 26%;
	}
	.border-blue::after  {
	
		width: 26%;
	}
	.leftArea .border-blue::after{
		width: 19%;
	}
	.border-orange::after  {
	}
	.border-purple::after  {
		width: 36%;
	}
	.talk__imgArea {
		top: -339px;
	}
	.talk__img__inner {
		width: 93%;
		max-width: 400px;
	}
	.talkArea div[class^="type__name-"]::before {
		border-radius: 6px 0 6px 0;
		font-size: 1.2rem;
		padding: 2px 15px;
	}
	.talk__txt {
		font-size: 1.4rem;
		line-height: 180%;
		letter-spacing: 0.1rem;
		padding: 60px 20px 20px;
	}
	.leftArea .talk__img__inner {
		margin: 0 0 0 auto;
	}

	/*.project__imgArea
	-----------------------------------------------------------------------------------------------*/
	.project__imgArea {
		margin: 15px auto 80px;
		width: calc(100% - 30px);
	}

	/*.bannerArea
	-----------------------------------------------------------------------------------------------*/
	.bannerArea.ctsArea {
		max-width: 600px;
		padding: 0 15px 0;
	}
	a.banner__box {
		border-radius: 40px 10px 10px;
		flex-direction: column;
		max-height: 379px;
		transform: translateX(0px);
	}
	.banner__txtArea {
		border-radius: 20px 0 0 0;
		width:100%;
	}
	.banner__under-red {
		font-size: 1.4rem;
		padding: 10px 0 5px 25px;
	}
	.banner__txt {
		font-size: 2rem;
		line-height: 150%;
		padding: 5px 25px;
	}
	.banner__img {
		align-items: center;
		border-radius: 0 0 10px 10px;
		display: flex;
		height: 140px;
		overflow: hidden;
		width: 100%;
		z-index: -1;
	}
	.bannerArea .stamp.work {
		padding: 0 9px 0;
		right: 20px;
		top: -61px;
	}
	.bannerArea [class^="ico-circle"] {
		bottom: -120px;
	}
	.bannerArea a.banner__box:hover .ico-circle__red {
		background: var(--red);
		right: 15px;
	}
	.bannerArea a.banner__box:hover [class^="ico-circle"]::before,
	.bannerArea a.banner__box:hover [class^="ico-circle"]::after {
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
	}
}
/*ipad mini記述*/
@media screen and (min-width: 768px) and (max-width: 819px){
	.corner-yellow {
		margin: 370px 15px -35px auto;
	}
	.leftArea .corner-yellow  {
		margin: 370px auto -35px 15px;
	}
	.talkArea .bg-green::after,
	.talkArea .bg-blue::after,
	.talkArea .bg-orange::after,
	.talkArea .bg-purple::after {
		height: 70%;
		width: 95%;
	}
	.talk__img__inner {
		max-width: 550px;
	}
	.talk__imgArea {
		top: -439px;
	}
	.talk__txt {
		line-height: 200%;
		letter-spacing: 0.1rem;
		padding: 60px 30px;
	}
}
/* デバイスが横向きの場合の記述 */
@media (orientation: landscape) and (max-width:812px){
	.banner__img {
		height: 200px;
	}
	.bannerArea [class^="ico-circle"] {
		bottom: -180px;
	}
}
/* iPhone SE用 */
@media screen and (max-width:375px){
	.title__light {
		font-size: 2.2rem;
	}
	.corner-yellow {
		margin: 250px 15px -37px auto;
	}
	.leftArea .corner-yellow {
		margin: 250px auto -37px 15px;
	}
	.talk__imgArea {
		top: -314px;
	}
}
/* iPhone 5/SE用 */
@media screen and (max-width:374px){
	.title__light {
		font-size: 1.9rem;
	}
	.talkArea .corner__inner {
		font-size: 1.6rem;
	}
	.talk__imgArea {
		top: -288px;
	}
}
