@charset "utf-8";
/* - work.css - */
.wrkLinkBtn001 {
	background: #000;
	color: #fff !important;
	font-weight: normal;
	display: block;
	min-width: 280px;
	max-width: 95%;
	margin: 2em auto 0;
	text-align: center;
	padding: .4em;
	position: relative;
	width: 380px;
}
.wrkLinkBtn001::before {
	background: center/68% no-repeat url(./../img/icon/arrow_right_001.png);
	content: "";
	display: block;
	height: 1.5rem;
	width: 1.5rem;
	position: absolute;
	bottom: .5em;
	right: .5em;
}
.wrkSection {
	font-feature-settings: "palt";
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
	font-size: 15px;
	font-weight: normal;
	margin: 4rem auto 8rem;
	max-width: 95%;
	width: 1200px;
}
@media screen and (max-width:640px) {
	.wrkSection {
		margin: 3rem auto 6rem;
	}
}
.wrkSection * {
	line-height: 1.8;
}
.wrkSection_headlinePoint {
	background: linear-gradient(90deg, #e971a4, #8583d0);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(255,255,255,0.0);
	color: #d076af;
	display: inline-block;
	font-family: 'Karla', sans-serif;
	font-size: .9rem;
	line-height: 1;
	padding-left: .15em;
}
.wrkSection h2 {
	font-size: 1.5em;
	font-weight: lighter;
	margin: -.3em 0 1.4em;
}
.wrkSection * + p {
	margin-top: 1em;
}
.wrkSection__2col {
	align-items: center;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wrkSection__2col_image {
	display: block;
	width: 38%;
}
.wrkSection__2col_content {
	display: block;
	width: 58%;
}
.wrkSection__centerAlign {
	text-align: center;
}
.wrkSection__catch > h2 > span {
	display: block;
}
.wrkSection_workList {
	display: flex;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: left;
}
.wrkSection_workList a {
	color: inherit;
	border-bottom: 1px solid #000;
}
@media screen and (max-width:640px) {
	.wrkSection_workList a::before {
		content: '';
		display: block;
		height: 0;
		width: 0;
		margin-top: .25em;
	}
}
.wrkSection_workList li {
	margin: 2em auto;
	padding: 1.25em 1em 1em calc(150px + 1em);
	width: 95%;
	position: relative;
}

.wrkSection_workList li::before {
	display: block;
	content: "";
	background: center/contain no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	height: 150px;
	width: 150px;
}
@media screen and (max-width:640px) {
	.wrkSection_workList li {
		padding: 1.25em 1em 1em;
	}
	.wrkSection_workList li::before {
		top: -50px;
		left: auto;
		right: 0;
		height: 120px;
		width: 120px;
		z-index: -1;
		opacity: .75;
	}
}
.wrkSection_workList li:nth-child(1)::before {
	background-image: url(./../img/subpage/work/work_list_01_001.png);
}
.wrkSection_workList li:nth-child(2)::before {
	background-image: url(./../img/subpage/work/work_list_02_001.png);
}
.wrkSection_workList li:nth-child(3)::before {
	background-image: url(./../img/subpage/work/work_list_03_001.png);
}
.wrkSection_workList li:nth-child(4)::before {
	background-image: url(./../img/subpage/work/work_list_04_001.png);
}
.wrkSection_workList li:nth-child(5)::before {
	background-image: url(./../img/subpage/work/work_list_05_001.png);
}
.wrkSection_workList li:nth-child(6)::before {
	background-image: url(./../img/subpage/work/work_list_06_001.png);
}
.wrkSection_workList li:nth-child(7)::before {
	background-image: url(./../img/subpage/work/work_list_07_001.png);
}
.wrkSection_workList li:nth-child(8)::before {
	background-image: url(./../img/subpage/work/work_list_08_001.png);
}
.wrkSection_workList li:nth-child(9)::before {
	background-image: url(./../img/subpage/work/work_list_09_001.png);
}
.wrkSection_workList_text > span:first-child {
	background: linear-gradient(90deg, #e971a4, #8583d0);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(255,255,255,0.0);
	color: #d076af;
	display: inline-block;
	font-family: 'Karla', sans-serif;
	font-size: .9rem;
	line-height: 1;
	padding-left: .15em;
}
.wrkSection_workList_text > h3 {
	font-size: 1.25em;
	font-weight: inherit;
	margin: -.3em 0 0;
}
.wrkSection_workList_text strong {
	font-weight: inherit;
}
.wrkSection_workList_text em {
	font-style: normal;
}
.wrkSection__appeal > p {
	font-size: 1.1em;
	line-height: 2;
}
@media screen and (max-width:640px) {
	.wrkSection__appeal > p {
		font-size: 1em;
	}
}
.wrkSection__appeal > p:nth-child(2) {
	margin: 2em 0;
}
.wrkSection__appeal .__keyword {
	position: relative;
	font-size: 1.25em;
}
.wrkSection__appeal .__keyword::before {
	background: linear-gradient(90deg, #fbd1e2, #d9d8f5);
	content: "";
	display: block;
	height: .75em;
	position: absolute;
	bottom: -.2em;
	left: -2em;
	width: 0;
	z-index: -1;
	transition: all .5s ease;
}
.wrkSection__appeal .__keyword.on::before {
	width: calc(100% + 4em);
}
.wrkNav {
	font-feature-settings: "palt";
	font-size: 15px;
	font-weight: normal;
	margin: 6rem auto;
	max-width: 95%;
	width: 1200px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wrkNav > li {
	margin: 0 0 1.5em;
	width: calc(25% - 1em);
	font-size: .9em;
}
@media screen and (max-width:1024px) {
	.wrkNav > li {
		width: calc(50% - 1em);
	}
}
@media screen and (max-width:640px) {
	.wrkNav > li {
		width: calc(100% - 1em);
	}
}
.wrkNav > li a {
	display: block;
	color: #000;
	border: 1px solid #000;
	padding: .5em .75em .5em 0;
	position: relative;
	text-align: center;
}
.wrkNav > li a::before {
	background: center/68% no-repeat url(./../img/icon/arrow_right_001.png);
	content: "";
	display: block;
	height: 1.5rem;
	width: 1.5rem;
	position: absolute;
	bottom: .5em;
	right: .5em;
}





















#ithojyo {
	width:590px;
	text-align:center;
	position:fixed;
	z-index:999;
	bottom:0;
	right:0;
	display:flex;
	flex-wrap:wrap;
	border-top: 0px solid #333;
	border-left: 0px solid #333;
}
#ithojyo a {
	color:#fff;
	font-weight:600;
	transition:all ease .3s;
	-webkit-transition:all ease .3s;
	-moz-transition:all ease .3s;
 	padding:.5rem;
	display:block;
}
#ithojyo a:hover {
	background: none;
	color:#fff;
}
#ithojyo li:nth-of-type(1) {
	width:100%;
	border-bottom:1px solid #CCC;
	color:#fff;
	font-weight:bold;
	/*padding:1rem;*/
 font-size:1.05rem;
}
#ithojyo li {
	width:33.333%
}
#ithojyo li:nth-of-type(1) a {
	background-color: #c7068d;
}
#ithojyo li:nth-of-type(2) a{
	background:#06c755;
	font-size: 0.9rem;
	padding: .5rem 0;
}
#ithojyo li:nth-of-type(3) a{
	background:#4e99ff;
	font-size: 0.9rem;
	padding: .5rem 0;
}
#ithojyo li:nth-of-type(4) a{
	background:#FFA500;
	font-size: 0.9rem;
	padding: .5rem 0;
}
#ithojyo li:nth-of-type(2),
#ithojyo li:nth-of-type(3) {
	border-right:1px solid #CCC;
}
#ithojyo li:nth-of-type(3) i {
	transform:rotate(0deg)
}
#ithojyo li:nth-of-type(4) i {
	transform:rotate(90deg)
}
.sp-lineBreak {
	display: none;
}
.foot_lineLink {
	margin-top: 20px;
	width: 116px;
}
.foot_lineLink a {
	width: 100%;
}
.foot_lineLink img {
	width: 100%;
}
@media screen and (max-width:1300px) {
	#copy {
		margin-bottom: 125px;
	}
}
@media screen and (max-width:1080px) {
	#ithojyo {
		width:600px
	}
	#ithojyo li:nth-of-type(1) {
		/*padding:.5rem;*/
	  font-size:1rem
	}
	#ithojyo li:nth-of-type(2 + n) {
		font-size: 0.9rem;
	}
}
@media screen and (max-width:980px) {
	#copy {
		margin-bottom: 80px;
	}
}
@media screen and (max-width:640px) {
	#ithojyo {
		width:100%;
		border-left:0 solid #FFF
	}
	#ithojyo li a {
	 padding:.5rem;
		font-size:0.9rem;
		font-weight:bold;
		line-height: 1.5em;
	}
	.sp-lineBreak {
		display: block;
	}
	.foot_lineLink  {
		margin: 20px auto 0;
	}

	/* #ithojyo li:nth-of-type(1) a {
		background: none;
		background-color: #06c755;
	}
	#ithojyo li:nth-of-type(2) a {
		background: none;
		background-color: #4e99ff;
	}
	#ithojyo li:nth-of-type(3) a {
		background: none;
		background-color: #FFA500;
	} */
}