/* ---------------------------
PAGE CREATIVE
----------------------------*/
.page-cv h2 {
	position: absolute;
	bottom: 5.7vw;
	left: 9%;
	line-height: 1;
	letter-spacing: .1em;
	font-family: 'Oswald', sans-serif;
	font-size: 3vw;
}
.page-cv h2 span {
	display: block;
	margin-top: 1vw;
	letter-spacing: 0;
	font-family: "Yu Gothic Medium", sans-serif;
	font-size: 1vw;
	font-weight: normal;
}
.page-cv-text {
	margin: 9% 9%;
}
.page-cv-text h2 {
	font-size: 1.8vw;
}
.page-cv-text p {
	margin-top: 4%;
	font-size: .8vw;
}

/*contents*/
.page-cv-contents {
	overflow: hidden;
	padding-bottom: 5%;
}
.page-cv-01 {
	display: flex;
	position: relative;
	padding: 9% 0 9% 9%;
	background: linear-gradient(90deg, #f5f5f5 0 91%, #ffffff00 9% 100%);
}
.page-cv-01 h2 {
	margin-bottom: 6%;
	font-size: 1.8vw;
}
.page-cv-01 p {
	line-height: 2;
	font-size: .8vw;
}
.page-cv-01 div {
	width: 40%;
}
.page-cv-01-img {
	position: absolute;
	bottom: -18%;
	right: 0;
	width: 50%;
	height: 100%;
	object-fit: cover;
}
.page-cv-01-bg {
	position: absolute;
	top: 5%;
	left: 5%;
	width: 18.5%;
	opacity: .7;
}

.page-cv-02 {
	display: flex;
	flex-direction: row-reverse;
	position: relative;
	margin: 12% auto 0;
	padding: 9% 9% 9% 0;
	background: linear-gradient(90deg, #ffffff00 0 10%, #f5f5f5 9% 100%);
}
.page-cv-02 h2 {
	margin-bottom: 6%;
	font-size: 1.8vw;
}
.page-cv-02 p {
	line-height: 2;
	font-size: .8vw;
}
.page-cv-02 div {
	width: 40%;
}
.page-cv-02-img {
	position: absolute;
	bottom: -18%;
	left: 0;
	width: 50%;
	height: 100%;
	object-fit: cover;
}

/*solution*/
.solution {
	margin: 13% auto 0;
	padding: 0 9%;
}
.solution h2 {
	margin-bottom: 4%;
	font-family: 'Oswald', sans-serif;
	font-size: 2vw;
	letter-spacing: .1em;
}
.solution-block-01 {
	display: flex;
	justify-content: space-between;
}
.solution-block {
	margin-right: 3%;
	padding: 4% 2.8% 4%;
	width: 45%;
	border: 5px solid #d8d8d8;
}
.solution-block img {
	margin: 0 auto;
	width: auto;
	height: 5.5vw;
}
.solution-block h3 {
	margin: 7% auto 4%;
	text-align: center;
	font-size: 1.3vw;
}
.solution-block p {
	line-height: 2;
	font-size: .8vw;
}
.solution-text-top {
	margin: 0 auto 5%;
	padding: 0 0 5%;
	border-bottom: 2px solid #d8d8d8;
}
.solution-block-01 .solution-block:last-of-type {
	margin-right: 0;
}
.solution-block-web {
	display: flex;
	justify-content: center;
}
 .solution-block-web p {
	margin: 0;
	padding: 0;
}
 .solution-block-web p:first-of-type {
	margin-right: 8%;
	border: none;
}
.solution-block-web.ec {
	flex-wrap: wrap;
	justify-content: flex-start;
}
.solution-text-btm {
	margin: 0 auto;
	width: fit-content;
}

.solution-img-text {
	position: absolute;
	top: 17%;
	left: 35%;
	line-height: 2.2;
	font-size: .85vw;
	color: #b1913a;
}

/*works*/
.works {
	margin: 10% auto 12%;
	padding: 0 9%;
}
.works h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 2vw;
	letter-spacing: .1em;
	margin-bottom: 4%;
}
.works ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.works ul li {
	margin: 0 2% 3% 0;
	padding: 3% 3% 2%;
	width: 49%;
	background: #f5f5f5;
}
.works ul li:nth-child(2),
.works ul li:nth-child(4),
.works ul li:nth-child(7),
.works ul li:nth-child(10) {
	margin: 0 0 3% 0;
}
.works ul li img {
	margin-bottom: 1vw;
	width: 100%;
}
.works ul li p {
	line-height: 2;
	font-size: .8vw;
}
.works ul .works-sp {
	width: 23.5%;
}
.works ul li a {
	text-decoration: underline;
}
.works ul li a:hover {
	opacity: .6;
}

/*調整*/
.works ul li:last-of-type {
	margin-right: 0;
}

@media screen and (max-width: 559px) {
	.page-cv h2 {
		bottom: 20vw;
		left: 7%;
		letter-spacing: .0em;
		font-size: 7.5vw;
	}
	.page-cv h2 span {
		margin-top: .5em;
		letter-spacing: .05em;
		font-size: 3.5vw;
	}
	.page-cv-text {
		margin: 15% 7%;
	}
	.page-cv-text h2 {
		line-height: 1.8;
		text-indent: 0;
		font-size: 4vw;
	}
	.page-cv-text p {
		margin-top: 5%;
		line-height: 2;
		font-size: 3.1vw;
	}

	/*contents*/
	.page-cv-01 {
		flex-wrap: wrap;
		flex-direction: column-reverse;
		padding: 15% 0 15% 7%;
		background: #f5f5f5;
		overflow: hidden;
	}
	.page-cv-01 div {
		margin-top: 10%;
		width: 93%;
	}
	.page-cv-01 h2 {
		margin-bottom: 8%;
		line-height: 1.8;
		letter-spacing: .1em;
		font-size: 4vw;
	}
	.page-cv-01 p {
		text-align: justify;
		letter-spacing: .02em;
		font-size: 3.1vw;
	}
	.page-cv-01-img {
		position: inherit;
		bottom: 0;
		width: 100%;
	}

	.page-cv-02 {
		flex-wrap: wrap;
		flex-direction: column-reverse;
		margin: 12% auto 0;
		padding: 15% 7% 15% 0;
		background: #f5f5f5;
		overflow: hidden;
	}
	.page-cv-02 div {
		margin-top: 10%;
		margin-left: 7%;
		width: 93%;
	}
	.page-cv-02 h2 {
		margin-bottom: 8%;
		line-height: 1.8;
		letter-spacing: .1em;
		font-size: 4vw;
	}
	.page-cv-02 p {
		text-align: justify;
		letter-spacing: .02em;
		font-size: 3.1vw;
	}
	.page-cv-02-img {
		position: inherit;
		bottom: 0;
		width: 100%;
	}

	/*solution*/
	.solution {
		margin: 20% auto 0;
		padding: 0 7%;
	}
	.solution h2 {
		margin-bottom: 10%;
		font-size: 5vw;
		letter-spacing: .05em;
	}
	.solution-block-01 {
		display: block;
	}
	.solution-block {
		margin-right: 0;
		margin-bottom: 13%;
		padding: 13% 8% 12%;
		width: 100%;
		border: 3px solid #d8d8d8;
	}
	.solution-block img {
		width: auto;
		height: 20.5vw;
	}
	.solution-block h3 {
		margin: 7% auto;
		font-size: 4vw;
	}
	.solution-block p {
		text-align: justify;
		line-height: 1.8;
		font-size: 3.1vw;
	}
	.solution-text-top {
		border-bottom: 1px solid #d8d8d8;
	}

	/*works*/
	.works {
		margin: 20% auto 0;
		padding: 0 0;
	}
	.works h2 {
		margin-bottom: 10%;
		margin-left: 7%;
		font-size: 5vw;
		letter-spacing: .05em;
	}
	.works ul li {
		margin: 0 0 5% 0;
		padding: 7% 7% 8%;
		width: 100%;
		background: #f5f5f5;
	}
	.works ul li:nth-child(2n) {
		margin: 0 0 5% 0;
	}
	.works ul li:nth-child(5) {
		margin: 0 auto 5%;
	}
	.works ul li:nth-child(9) {
		margin: 0 0 5% 0;
	}
	.works ul li img {
		margin-bottom: 4vw;
	}
	.works ul li p {
		font-size: 3.1vw;
	}
	.works ul .works-sp {
		margin: 0 auto 5%;
		width: 50%;
	}

	/*調整*/
	/* .works ul li:nth-child(4) {
		margin: 0 4% 5% 0;
	} */
	.works ul li:nth-child(5) {
		margin: 0 0 5% 0;
	}
	.works ul .works-sp {
		width: 48%;
	}
}
/*----------------------------
250106 footer
----------------------------*/
.insta-logo {
    bottom: 2.2%; 
}
.new-sns-icon {
    bottom: 1.58%;
}

@media screen and (max-width: 559px) {
	.new-sns-icon {
		bottom: auto;
	}
}



