@charset "UTF-8";



/*  ----------------------------------------------------------

service

----------------------------------------------------------  */
.service-content {
	width: 80rem;
	margin: 0 auto 10rem auto;
}
.service-content li {
	display: flex;
	align-items: center;
}
.service-content li:not(:last-child) {
	margin-bottom: 3rem;
}
.service-content li figure {
	width: 35%;
}
.service-content li > div {
	width: 65%;
}
.service-content li:nth-child(even) {
	flex-direction: row-reverse;
}
.service-content li:nth-child(odd) > div {
	padding-left: 4rem;
}
.service-content li:nth-child(even) > div {
	padding-right: 4rem;
}
.service-content + div {
	margin: 0 auto 8rem auto;
}
/* 活動内容 */
.service-active {
	background: var(--bg-blue);
	padding: 8rem 0 0 0;
}
.service-active h3 {
	color: #fff;
	margin-bottom: 0;
}
.service-active ul {
	display: flex;
	flex-wrap: wrap;
	color: #fff;
}
.service-active ul li {
	padding: 5rem 0 4rem 0;
}
.service-active ul li figure {
	width: 8rem;
	margin: 2.5rem auto;
}
.service-active ul li p {
	padding: 0 6rem;
}
.service-active ul li:nth-child(1),
.service-active ul li:nth-child(2),
.service-active ul li:nth-child(3) {
	width: calc(100% / 3);
}
.service-active ul li:nth-child(4),
.service-active ul li:nth-child(5) {
	width: 50%;
}
.service-active ul li:nth-child(1) {
	background: #1b9b78;
}
.service-active ul li:nth-child(2) {
	background: #023a7b;
}
.service-active ul li:nth-child(3) {
	background: #0ca09a;
}
.service-active ul li:nth-child(4) {
	background: #223fbf;
}
.service-active ul li:nth-child(5) {
	background: #0b81b4;
}
@media screen and (max-width: 767px) {
	.service-content {
		width: 100%;
		margin: 0 auto 6rem auto;
	}
	.service-content li {
		display: block;
	}
	.service-content li:not(:last-child) {
		margin-bottom: 6rem;
	}
	.service-content li figure {
		width: 80%;
		margin: 0 auto 2.5rem auto;
	}
	.service-content li > div {
		width: 100%;
	}
	.service-content li:nth-child(odd) > div {
		padding-left: 0;
	}
	.service-content li:nth-child(even) > div {
		padding-right: 0;
	}
	.service-content + div {
		margin: 0 auto 6rem auto;
	}
	/* 活動内容 */
	.service-active ul {
		display: block;
	}
	.service-active ul li {
		padding: 5rem 0 4rem 0;
	}
	.service-active ul li p {
		padding: 0 3rem;
	}
	.service-active ul li:nth-child(1),
	.service-active ul li:nth-child(2),
	.service-active ul li:nth-child(3) {
		width: 100%;
	}
	.service-active ul li:nth-child(4),
	.service-active ul li:nth-child(5) {
		width: 100%;
	}
}



/*  ----------------------------------------------------------

company

----------------------------------------------------------  */
.company-philosophy {
	width: 80rem;
	margin: 0 auto;
}
.company-philosophy h3 {
	line-height: 1;
	font-size: 2.4rem;
	font-weight: bold;
	color: var(--blue);
	text-align: center;
	margin-bottom: 4rem;
}
.company-philosophy h3 + div {
	border: solid 0.2rem #8e9eb9;
	text-align: center;
	font-size: 2.8rem;
	font-weight: bold;
	color: var(--blue);
	padding: 1.5rem 0 1.7rem 0; 
	font-weight: 900;
	margin-bottom: 4rem;
}
.company-philosophy .wrap {
	display: flex;
	padding: 0 5rem;
	justify-content: space-between;
}
.company-philosophy .wrap > * {
	width: 48%;
}
.company-philosophy .wrap > p {
	font-size: 1.6rem;
	color: var(--blue);
	padding-top: 3rem;
}
/* 会社概要 */
.company-outline {
	background: url(../img/top-kv-1.jpg) no-repeat center top;
	background-size: 100% auto;
	padding-top: 10rem;
	padding-bottom: 8rem;
}
.company-outline .wrap {
	width: 80rem;
	margin: 0 auto;
	background: #fff;
	padding: 8rem 5rem 0 5rem;
}
.company-outline dl {
	display: flex;
	flex-wrap: wrap;
}
.company-outline dl dt {
	width: 20%;
	padding: 2rem;
}
.company-outline dl dd {
	width: 80%;
	padding: 2rem;
	border-left: 0.3rem solid #fff;
	position: relative;
}
.company-outline dl dt:nth-of-type(odd) {
	background: #eef1f4;
}
.company-outline dl dd:nth-of-type(odd) {
	background: #eef1f4;
}
.company-outline dl dd figure {
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	width: 4rem;
}
@media screen and (max-width: 767px) {
	.company-philosophy {
		width: 100%;
	}
	.company-philosophy h3 + div {
		font-size: 2.2rem;
	}
	.company-philosophy .wrap {
		display: block;
		padding: 0 3rem;
	}
	.company-philosophy .wrap > * {
		width: 100%;
	}
	.company-philosophy .wrap > p {
		font-size: 1.6rem;
		color: var(--blue);
		padding-top: 3rem;
	}
	/* 会社概要 */
	.company-outline {
		background-size: 150% auto;
		padding: 6rem 3rem 3rem 3rem;
	}
	.company-outline h3 {
		margin-bottom: 3rem;
	}
	.company-outline .wrap {
		width: 100%;
		margin: 0 auto;
		background: #fff;
		padding: 4rem 3rem 0 2rem;
	}
	.company-outline dl {
		display: block;
	}
	.company-outline dl dt {
		width: 100%;
		padding: 1.5rem;
		background: #eef1f4;		
	}
	.company-outline dl dd {
		width: 100%;
		padding: 1.5rem;
		border-left: none;
	}
	.company-outline dl dt:nth-of-type(odd) {
		background: #eef1f4;
	}
	.company-outline dl dd:nth-of-type(odd) {
		background: none;
	}
	.company-outline dl dd figure {
		position: relative;
		right: auto;
		bottom: auto;
		margin-top: 1rem;
	}
}



/*  ----------------------------------------------------------

success

----------------------------------------------------------  */
.success-kv {
	background: url(../img/success-bg-1.jpg) no-repeat;
	padding: 6rem 0;
}
.success-kv h2 {
	color: #fff;
}
.success-kv .wrap {
	display: flex;
	justify-content: center;
	align-items: center;
}
.success-kv .wrap figure {
	width: 24rem;
	margin-right: 10rem;
}
.success-kv .heading-2 {
	color: #fff;
}
.success-kv .heading-2 + div {
	margin: 2.5rem 0 3rem 0;
	color: #fff;
	letter-spacing: 0.2em;
	font-weight: bold;
	border-top: solid 0.15rem #fff;
	border-bottom: solid 0.15rem #fff;
	padding: 1.5rem 0 1.7rem 0;
	font-size: 2rem;
	text-align: center;
}
/* 事例 */
.success-case {
	background: #eef1f4;
	padding: 8rem 0;
}
.success-case > *:not(:last-of-type) {
	margin-bottom: 10rem;
}
.success-case h3 {
	text-align: center;
	line-height: 1;
	color: var(--blue);
	font-size: 2.2rem;
	margin-bottom: 4rem;
	letter-spacing: 0.1em;
}
.success-case ul {
	display: flex;
	flex-wrap: wrap;
	width: 80rem;
	margin: 0 auto;
}
.success-case ul li {
    width: calc((100% - 9rem) / 3);
    margin-right: 3rem;
	background: #fff;
}
.success-case ul li:nth-child(3n) {
    margin-right: 0;
}
.success-case ul li:nth-child(n + 4) {
    margin-top: 3rem;
}
.success-case ul li > div {
	padding: 1.5rem;
}
.success-case ul li h4 {
	font-weight: normal;
	font-size: 1.4rem;
	border-bottom: solid 1px #353535;
	margin-bottom: 1rem;
	padding-bottom: 0.5rem;
}
.success-case dl dt {
	border: solid 1px #353535;
	display: inline-block;
	line-height: 1;
	border-radius: 0.5rem;
	padding: 0.5rem 1.5rem 0.6rem 1.5rem;
	margin-bottom: 1rem;
}
.success-case dl dd:not(:last-of-type) {
	margin-bottom: 2rem;
}
.success-case dl dd {
	display: flex;
	line-height: 1.4;
}
.success-case dl dd > * {
	width: 50%;
	font-size: 1rem;
	line-height: 1.4;
}
.success-case .archive {
	line-height: 1;
	margin-top: -2.5rem;
}
.success-case .archive strong {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
	font-style: italic;
	color: #ed1e79;
	font-size: 2.4rem;
	display: block;
	margin: 0.6rem 0 0.2rem 0;
}
.success-case .archive strong span {
	font-size: 1.2rem;
}
.success-case .archive.up {
	background: url(../img/arrow-up.png) no-repeat left 4.5rem center;
	background-size: 4rem auto;
}
.success-case .archive.down {
	background: url(../img/arrow-down.png) no-repeat left 5rem center;
	background-size: 2.5rem auto;
}
.success-case .archive.fraction {
	display: flex;
	align-items: flex-end;
}
.success-case .archive.fraction > span {
	display: block;
	margin-bottom: 0.9rem;
}
.success-case .archive.fraction strong > span:first-of-type,
.success-case .archive.fraction strong > span:last-of-type {
	display: flex;
	justify-content: center;
	width: 3rem;
	font-size: 2.4rem;
}
.success-case .archive.fraction strong > span:first-of-type {
	border-bottom: 1px solid #ed1e79;
	margin-bottom: 0.2rem;
}	
.success-case .archive.fraction strong > span:last-of-type {
	padding-top: 0.2rem;
}
@media screen and (max-width: 767px) {
	.success-kv .wrap {
		flex-direction: column;
	}
	.success-kv .wrap figure {
		width: 24rem;
		margin: 0 auto 2rem auto;
	}
	/* 事例 */
	.success-case {
		padding: 8rem 3rem;
	}
	.success-case > *:not(:last-of-type) {
		margin-bottom: 8rem;
	}
	.success-case ul {
		display: block;
		width: 100%;
	}
	.success-case ul li {
		width: 100%;
		margin-right: 0;
	}
	.success-case ul li:not(:last-child) {
		margin-bottom: 3rem;
	}
	.success-case ul li:nth-child(n + 4) {
		margin-top: 0;
	}
	.success-case ul li > div {
		padding: 3rem;
	}
	.success-case ul li h4 {
		font-size: 1.8rem;
	}
	.success-case dl dd > * {
		font-size: 1.4rem;
	}
	.success-case .archive strong {
		font-size: 2.8rem;
	}
	.success-case .archive.up {
		background: url(../img/arrow-up.png) no-repeat left 7rem center;
		background-size: 4rem auto;
	}
	.success-case .archive.down {
		background: url(../img/arrow-down.png) no-repeat left 7rem center;
		background-size: 2.5rem auto;
	}
	.success-case .archive.fraction strong > span:first-of-type,
	.success-case .archive.fraction strong > span:last-of-type {
		font-size: 2.8rem;
	}
}