@charset "UTF-8";

.content {
	margin-bottom: 150px;
}
@media screen and (max-width: 1240px) {
	.content {
		margin-bottom: 13vw;
	}
}
@media screen and (max-width: 780px) {
	
}

/** -- page_title -- **/
.page_title {
	margin-bottom: 120px;
	padding-top: 150px;
	position: relative;
}
.page_title::after {
	background-color: #fff;
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 200px;
	width: 100%;
}
.page_title h2 {
	color: #fff;
	font-size: 60px;
	line-height: 1.2;
	margin-bottom: 50px;
}
.page_title h2 span {
	color: #95AEB2;
	display: block;
	font-size: 18px;
}
.page_title figure {
	margin-left: 100px;
	position: relative;
	width: 1450px;
	z-index: 1;
}
@media screen and (max-width: 1240px) {
	.page_title {
		margin-bottom: 10vw;
		padding-top: 13vw;
	}
	.page_title::after {
		height: 16vw;
	}
	.page_title h2 {
		font-size: 5vw;
		margin-bottom: 4.6vw;
	}
	.page_title h2 span {
		font-size: 1.7vw;
	}
	.page_title figure {
		margin-left: 9vw;
		width: 120vw;
	}
}
@media screen and (max-width: 780px) {
	.page_title {
		margin-bottom: 12vw;
		padding-top: 20vw;
	}
	.page_title::after {
		bottom: -1vw;
		height: 17vw;
	}
	.page_title h2 {
		font-size: 5.2vw;
		margin-bottom: 5vw;
	}
	.page_title h2 span {
		font-size: 3.4vw;
		margin-top: 1vw;
	}
	.page_title figure {
		margin-left: 8vw;
		width: 120vw;
	}
}

/** -- main -- **/
main {
	width: 780px;
}
@media screen and (max-width: 1240px) {
	main {
		width: 62vw;
	}
}
@media screen and (max-width: 780px) {
	main {
		width: 100%;
	}
}

/** -- sidebar -- **/
.sidebar {
	background-color: #F5F7F7;
	margin-left: auto;
	padding: 30px 20px;
	width: 380px;
}
.sidebar section h2 {
	color: #95AEB2;
	font-size: 18px;
	margin-bottom: 20px;
}
.sidebar section + section {
	margin-top: 40px;
}
/** category **/
.sidebar .category li + li {
	margin-top: 10px;
}
.sidebar .category li a {
	background-color: #fff;
	display: block;
	padding: 10px 20px;
}
.sidebar .category li a:hover {
	background-color: #95AEB2;
	color: #fff;
}
/** blog_list **/
.sidebar .blog_list ul {
	background-color: #fff;
	padding: 0 15px;
}
.sidebar .blog_list li {
	padding: 15px 0;
	padding-left: 110px;
	position: relative;
	min-height: 130px;
}
.sidebar .blog_list li + li {
	border-top: solid 1px #F5F7F7;
}
.sidebar .blog_list li a {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.sidebar .blog_list li figure {
	position: absolute;
	left: 0;
	top: 20px;
	height: 90px;
	width: 90px;
}
.sidebar .blog_list li figure img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.sidebar .blog_list li h3 {
	font-size: 15px;
	line-height: 1.4;
}
.sidebar .blog_list li:hover h3 {
	color: #95AEB2;
}
.sidebar .blog_list li .date {
	color: #6E7680;
	font-size: 14px;
	margin-bottom: 5px;
}
@media screen and (max-width: 1240px) {
	.sidebar {
		padding: 2vw 1.5vw;
		width: 28vw;
	}
	.sidebar section h2 {
		font-size: 1.6vw;
		margin-bottom: 1.5vw;
	}
	.sidebar section + section {
		margin-top: 3.5vw;
	}
	/** category **/
	.sidebar .category li + li {
		margin-top: 1vw;
	}
	.sidebar .category li a {
		padding: 1vw 1.5vw;
	}
	/** blog_list **/
	.sidebar .blog_list ul {
		padding: 0 1.5vw;
	}
	.sidebar .blog_list li {
		padding: 1.5vw 0;
		padding-left: 9vw;
		min-height: 11vw;
	}
	.sidebar .blog_list li figure {
		top: 1.5vw;
		height: 8vw;
		width: 8vw;
	}
	.sidebar .blog_list li h3 {
		font-size: 1.3vw;
	}
	.sidebar .blog_list li .date {
		font-size: 1.2vw;
		margin-bottom: .3vw;
	}
}
@media screen and (max-width: 780px) {
	.sidebar {
		margin-top: 8vw;
		padding: 6vw;
		width: 100%;
	}
	.sidebar section h2 {
		font-size: 4.2vw;
		margin-bottom: 3vw;
	}
	.sidebar section + section {
		margin-top: 8vw;
	}
	/** category **/
	.sidebar .category li + li {
		margin-top: 2vw;
	}
	.sidebar .category li a {
		padding: 2vw 3vw;
	}
	/** blog_list **/
	.sidebar .blog_list ul {
		padding: 0 3vw;
	}
	.sidebar .blog_list li {
		padding: 3vw 0;
		padding-left: 23vw;
		min-height: 26vw;
	}
	.sidebar .blog_list li figure {
		top: 3vw;
		height: 20vw;
		width: 20vw;
	}
	.sidebar .blog_list li h3 {
		font-size: 3.4vw;
	}
	.sidebar .blog_list li .date {
		font-size: 3vw;
		margin-bottom: 1vw;
	}
}

/** -- list -- **/
.list {
	margin: 0 -20px;
}
.list article {
	background-color: #fff;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
	margin: 0 20px 50px;
	position: relative;
	width: 370px;
}
.list article a {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.list article a:hover {
	background-color: rgba(255, 255, 255, .3);
}
.list article figure {
	height: 240px;
}
.list article figure img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.list article .text {
	padding: 20px;
}
.list article ul {
	margin-bottom: 10px;
}
.list article ul li {
	font-size: 14px;
	margin-bottom: 5px;
	margin-right: 5px;
	padding: 0 5px;
}
.list article .cat li {
	background-color: #95AEB2;
	color: #fff;
}
.list article .tag li {
	background-color: #F5F7F7;
}
.list article .date {
	color: #6E7680;
	font-size: 15px;
	margin-bottom: 5px;
}
.list article h3 {
	font-size: 16px;
	margin-bottom: 10px;
}
.list article .exc {
	color: #6E7680;
	font-size: 14px;
}
@media screen and (max-width: 1240px) {
	.list {
		margin: 0 -1.5vw;
	}
	.list article {
		margin: 0 1.5vw 4vw;
		width: calc(50% - 3vw);
	}
	.list article figure {
		height: 20vw;
	}
	.list article .text {
		padding: 1.5vw;
	}
	.list article ul {
		margin-bottom: .5vw;
	}
	.list article ul li {
		font-size: 1.2vw;
		margin-bottom: .5vw;
		margin-right: .5vw;
		padding: 0 .5vw;
	}
	.list article .date {
		font-size: 1.3vw;
		margin-bottom: .5vw;
	}
	.list article h3 {
		font-size: 1.4vw;
		margin-bottom: 1vw;
	}
	.list article .exc {
		font-size: 1.2vw;
	}
}
@media screen and (max-width: 780px) {
	.list {
		margin: 0;
	}
	.list article {
		margin: 0 0 8vw;
		width: 100%;
	}
	.list article figure {
		height: 56vw;
	}
	.list article .text {
		padding: 6vw;
	}
	.list article ul {
		margin-bottom: 1vw;
	}
	.list article ul li {
		font-size: 3vw;
		margin-bottom: 1vw;
		margin-right: 1vw;
		padding: 0 1vw;
	}
	.list article .date {
		font-size: 3.2vw;
		margin-bottom: 1vw;
	}
	.list article h3 {
		font-size: 3.8vw;
		margin-bottom: 2vw;
	}
	.list article .exc {
		font-size: 3.4vw;
	}
}

/** -- blog_wrapper -- **/
.blog_wrapper {
	margin-top: 160px;
}
.blog_wrapper article .date {
	font-size: 14px;
	margin-bottom: 10px;
}
.blog_wrapper article h2 {
	font-size: 24px;
	margin-bottom: 20px;
}
.blog_wrapper article ul:last-of-type {
	margin-bottom: 30px;
}
.blog_wrapper article li {
	margin-bottom: 5px;
	margin-right: 5px;
}
.blog_wrapper article li a {
	display: block;
	font-size: 14px;
	padding: 0 5px;
}
.blog_wrapper article .cat li a {
	background-color: #95AEB2;
	color: #fff;
}
.blog_wrapper article .tag li {
	background-color: #F5F7F7;
}
.blog_wrapper article .thumbnail {
	margin-bottom: 60px;
}
.blog_wrapper .blog_content figure {
	margin-bottom: 40px;
}
.blog_wrapper .blog_content figcaption {
	color: #95AEB2;
	font-size: 14px;
	margin-top: 10px;
	text-align: center;
}
.blog_wrapper .blog_content p {
	margin-bottom: 40px;
}
@media screen and (max-width: 1240px) {
	.blog_wrapper {
		margin-top: 14vw;
	}
	.blog_wrapper article .date {
		font-size: 1.2vw;
		margin-bottom: 1vw;
	}
	.blog_wrapper article h2 {
		font-size: 2vw;
		margin-bottom: 1.5vw;
	}
	.blog_wrapper article ul:last-of-type {
		margin-bottom: 2.5vw;
	}
	.blog_wrapper article li {
		margin-bottom: .5vw;
		margin-right: .5vw;
	}
	.blog_wrapper article li a {
		font-size: 1.2vw;
		padding: 0 .5vw;
	}
	.blog_wrapper article .thumbnail {
		margin-bottom: 5vw;
	}
	.blog_wrapper .blog_content figure {
		margin-bottom: 3.5vw;
	}
	.blog_wrapper .blog_content figcaption {
		font-size: 1.3vw;
		margin-top: 1vw;
	}
	.blog_wrapper .blog_content p {
		margin-bottom: 3.5vw;
	}
}
@media screen and (max-width: 780px) {
	.blog_wrapper {
		margin-top: 24vw;
	}
	.blog_wrapper article .date {
		font-size: 3.4vw;
		margin-bottom: 3vw;
	}
	.blog_wrapper article h2 {
		font-size: 4.8vw;
		margin-bottom: 2vw;
	}
	.blog_wrapper article ul:last-of-type {
		margin-bottom: 6vw;
	}
	.blog_wrapper article li {
		margin-bottom: 1vw;
		margin-right: 1vw;
	}
	.blog_wrapper article li a {
		font-size: 3vw;
		padding: 0 2vw;
	}
	.blog_wrapper article .thumbnail {
		margin-bottom: 10vw;
	}
	.blog_wrapper .blog_content figure {
		margin-bottom: 8vw;
	}
	.blog_wrapper .blog_content figcaption {
		font-size: 3.4vw;
		margin-top: 3vw;
	}
	.blog_wrapper .blog_content p {
		margin-bottom: 8vw;
	}
}

/** -- info_wrapper -- **/
.info_wrapper {
	margin: 0 auto;
	margin-top: 160px;
	width: 840px;
}
@media screen and (max-width: 900px) {
	.info_wrapper {
		margin: 0 4vw;
		margin-top: 14vw;
		width: auto;
	}
}
@media screen and (max-width: 780px) {
	.info_wrapper {
		margin: 0 6vw;
		margin-top: 24vw;
	}
}