.ttl-style02 {
	position: relative;
	margin-bottom: 50px;
}
@media screen and (max-width: 580px) {
	.ttl-style02 {
		margin-bottom: 30px;
	}
}
/* --------------------------------------------------- */
#area1 {
	max-width: 1300px;
	width: 90%;
	margin: 0 auto 80px;
	display: flex;
	justify-content: space-between;
}
#area1 #casestudy {
	width: 70%;
}
#area1 #casestudy .box {
	background-color: #fff;
	padding: 30px;
	position: relative;
	border-radius: 0 8px 8px 8px;
	margin-bottom: 40px;
}
#area1 #casestudy .box .category {
	color: #fff;
	text-align: center;
	width: 150px;
	font-size: 13px;
	margin-bottom: 10px;
	height: 25px;
	line-height: 25px;
	position: absolute;
	top: -25px;
	left: 0;
}
#area1 #casestudy .box .category01 {
	background-color: #A7866A;
}
#area1 #casestudy .box .category02 {
	background-color: #5E7CA0;
}
#area1 #casestudy .box .category03 {
	background-color: #6B61BA;
}
#area1 #casestudy .box .category04 {
	background-color: #A05E5E;
}
#area1 #casestudy .box .ttl {
	font-size: 1.2em;
	font-weight: 500;
	margin-bottom: 15px;
	line-height: 160%;
}
#area1 #casestudy .box .ttl a {
	text-decoration: underline;
}
#area1 #casestudy .box .txt {
	font-size: 13px;
	/*display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;*/
}
#area1 #more {
	width: 70%;
	background-color: #fff;
	padding: 70px 4% 4% 4%;
	border-radius: 15px;
	position: relative;
}
#area1 #more .category {
	color: #fff;
	text-align: center;
	width: 150px;
	font-size: 14px;
	margin-bottom: 10px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	top: 20px;
	left: -10px;
}
#area1 #more .category::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 10px rgb(149, 158, 155);/*折り返し部分*/
}
#area1 #more .category01 {
	background-color: #A7866A;
}
#area1 #more .category02 {
	background-color: #5E7CA0;
}
#area1 #more .category03 {
	background-color: #6B61BA;
}
#area1 #more .category04 {
	background-color: #A05E5E;
}
#area1 #more .ttl {
	font-size: 1.2em;
	font-weight: 500;
	margin-bottom: 35px;
	line-height: 160%;
	color: #166729;
}
#area1 #more p {
	margin-bottom: 25px;
}
#area1 #more .action {
	background-color: #FCFAF4;
	padding: 20px;
	margin-bottom: 25px;
}
#area1 #more .action dt {
	color: #166729;
	font-weight: 500;
	margin-bottom: 15px;
}
#area1 #more .action dd {
	font-size: 14px;
}
#area1 #more .youtube-ratio iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}
#area1 #right {
	width: 25%;
}
#area1 #right ul {
}
#area1 #right li {
	margin-bottom: 15px;
}
#area1 #right li a {
	display: block;
	color: #fff;
	padding: 15px 5px 15px 30px;
	border: #ddd 1px solid;
	border-radius: 15px;
	color: #444;
	position: relative;
}
#area1 #right li a::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #ccc;
  border-right: solid 1px #ccc;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  margin: auto;
}
#area1 #right li a:hover::before {
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
}
#area1 #right li a:hover {
	color: #fff;
	border: #fff 1px solid;
}
#area1 #right li a.category01:hover {
	background-color: #A7866A;
}
#area1 #right li a.category02:hover {
	background-color: #5E7CA0;
}
#area1 #right li a.category03:hover {
	background-color: #6B61BA;
}
#area1 #right li a.category04:hover {
	background-color: #A05E5E;
}
@media screen and (max-width : 968px ) {
	#area1 #right {
        width: 27%;
    }
	#area1 #right li {
		font-size: 15px;
	}
}
@media screen and (max-width: 768px) {
	#area1 {
		display: block;
	}
	#area1 #casestudy,
	#area1 #more {
        width: 100%;
		margin-bottom: 60px;
    }
    #area1 #right {
		max-width: 500px;
        width: 100%;
		margin: 0 auto;
    }
}
@media screen and (max-width: 580px) {
	#area1 {
		margin-bottom: 40px;
	}
	#area1 #casestudy,
	#area1 #more {
		margin-bottom: 40px;
    }
	#area1 #more .ttl {
		font-size: 1.1em;
	}
	#area1 #right li {
        margin-bottom: 5px;
    }
}
/* --------------------------------------------------- */
#area10 {
	max-width: 1300px;
	width: 90%;
	margin: 0 auto 80px;

}
#area10 .title{
	text-align: center;
	font-weight: bold;
	font-size: 25px;
}
#area10 .honbun{
	text-align: center;
	font-size: 18px;
}
/* --------------------------------------------------- */

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