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

#page {
	position: relative;
}
#page h2 {
	text-align: center;
	padding-bottom: 5%;
	border-bottom: 2px solid #000;
}
#page h3 {
	text-align: left;
	font-size: 30px;
	letter-spacing: 2px;
	font-weight: 600;
	font-family: "Hanken Grotesk", sans-serif;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 2px solid #000;
}
#page .about {
	max-width: 1000px;
	width: 100%;
	margin: 10% auto;
}
#page .about .copy {
    font-size:30px;
	font-weight: 600;
	font-family: "Hanken Grotesk", sans-serif;
	letter-spacing: 1px;
	line-height: 2;
	text-align: center;
}
#page .about .read {
	margin: 75px auto;
}
#page .about .read p {
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	line-height: 2.6
}
#page .about .data {
	width: 80%;
	margin: 0 auto 75px;
}
#page .about .data p {
	font-size: 16px;
	line-height: 2;
}
#page .about ul {
	border: 1px solid #000;
}
#page .about ul li {
	font-size: 14px;
	border-bottom: 1px solid #000;
}
#page .about ul li:nth-last-of-type(1) {
	border: none;
}
#page .about ul li span {
	display: inline-block;
	width:20%;
	text-align: center;
}
#page .about ul li p {
	display: inline-block;
	border-left: 1px solid #000;
	padding: 15px;
	width: 70%;
}
@media only screen and (max-width: 768px)  {
	#page h2 {
		font-size: 34px;
		text-align: center;
	}
	#page h3 {
		font-size: 28px;
	}
	#page .about {
		margin: 40% auto 15%;
		padding: 0 5%;
		box-sizing: border-box;
	}
	#page .about .copy {
		font-size:26px;
	}
	#page .about .read {
		margin: 20% auto;
	}
	#page .about .read p {
		text-align: left;
		font-size:18px;
	}
	#page .about .data {
		width: 100%;
		margin: 0 auto 75px;
	}
	#page .about ul li span {
		display: block;
		width:100%;
		text-align: left;
		box-sizing: border-box;
		padding: 15px 15px 5px;
	}
	#page .about ul li p {
		display: inline-block;
		border-left: none;
		box-sizing: border-box;
		padding: 5px 15px 15px;
		width: 100%;
	}
}



#page .box {
	position: relative;
	box-sizing: border-box;
	max-width: 1000px;
	width: 100%;
	margin: 10% auto;
}
#page .box .service {
	max-width: 900px;
	margin: 0 auto;
	
}
#page .box .service li {
	position: relative;
	margin: 5% auto;
}
#page .box .service li .thumbnail {
	width: 45%;
	overflow: hidden;
	border-radius: 30px;
	line-height: 0;
}
#page .box .service li .data {
	position: absolute;
	top: 50%;
	left: 55%;
	width: 45%;
	transform: translate(0,-50%);
}
#page .box .service li:nth-of-type(even) .thumbnail {
	margin-left: 55%;
}
#page .box .service li:nth-of-type(even) .data {
	left: 0;
}
#page .box .service li .data h3 {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 10px;
}
#page .box .service li .data p {
	font-size: 14px;
}
#page .box .service li .data .btn {
	margin: 50px 0;
}
@media only screen and (max-width: 768px)  {
	#page .box {
		padding: 20% 0 15%;
	}
	#page .box h2 {
		text-align: center;
	}
	#page .box .service {
		box-sizing: border-box;
		padding: 0 5%;
	}
	#page .box .service li {
		position: relative;
		margin: 20% auto 25%;
	}
	#page .box .service li .thumbnail {
		width: 100%;
	}
	#page .box .service li .data {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		transform: translate(0);
		padding: 5% 0 0;
	}
	#page .box .service li:nth-of-type(even) .thumbnail {
		margin-left: 0%;
	}
	#page .box .service li:nth-of-type(even) .data {
		left: auto;
		/*margin-left: 25%;*/
	}
	#page .box .service li .data .btn {
		margin: 25px 0;
	}	
}
#page .box .topics {
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	column-gap: 3%;
}
#page .box .topics li  {
	margin-bottom: 50px
}
#page .box .topics li .category {
	font-weight: 600;
	font-size: 12px;
}
#page .box .topics li .time {
	font-weight: 600;
	font-size: 14px;
	margin: 5px 0 10px
}
#page .box .topics li p {
}
@media only screen and (max-width: 768px)  {
	#page .box .topics {
		grid-template-columns: 1fr 1fr;
		column-gap: 3%;
		width: 90%;
		margin: 0 auto;
	}
	#page .box .topics li {
		margin-bottom: 20%;
	}
}
#page .post {
	max-width: 700px;
	width: 90%;
	margin: 0 auto;
}
#page .post h3 {
	border: none;
	margin-bottom: 0;
}
#page .box h4 {
	display: block;
	border-bottom: 1px solid #000;
	padding-bottom:2%;
	margin-bottom: 2%;
}
#page .post .category {
	font-weight: 600;
	font-size: 12px;
}
#page .post .time {
	font-weight: 600;
	font-size: 14px;
	margin: 5px 0 10px
}
#page .post p {
	margin: 5% auto;
	line-height: 2;
	
}
@media only screen and (max-width: 768px)  {
	#page .box h4 {
		width: 90%;
		margin: 0 auto 5%;
	}
	
}

#page .page {
	
}

#page .page .img {
	max-height: 600px;
	height: 600px;
	overflow: hidden;
	position: relative;
	margin-bottom: 5%;
}
#page .page .img img {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
}
#page .page .txt {
	line-height: 2;
}
#page .page .job {
	margin: 5% auto;
}
#page .page .job ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 5%;
	padding: 2% 0;
}
#page .page .job ul li {
	margin-bottom: 10%;
}
#page .page .job ul li .comment {
	font-size: 12px;
	margin: 10px auto;
}
@media only screen and (max-width: 768px)  {
	#page .page {
		width: 90%;
		margin: 0 auto;

	}
	#page .page .txt {
		margin: 15% auto;
	}
	#page .page .img {
		max-height: auto;
		height: auto;
		margin-bottom: 15%;
		overflow: hidden;
		border-radius: 30px;
		line-height: 0;
	}
	#page .page .img img {
		position: relative;
		top: auto;
		left: auto;
		transform: translate(0);
	}
	#page .page h4 {
		width: 100%;
		margin: 10% auto 5%;
	}
}

