.z-index-01{
	z-index: 1;
}
.image_box-01{
	position: relative;
}

.image_box-01::before,
.image_box-01::after {
	content: '';
	position: absolute;
	transform: rotate(-45deg);
	width: 80px;
	height: 32px;
	background-color: #fff;
	z-index: 1;
}

.image_box-01::before {
	top: -8px;
	left: -32px;
	border-bottom: 8px solid rgb(202,244,181);
}

.image_box-01::after {
	bottom: -8px;
	right: -32px;
	border-top: 8px solid rgb(202,244,181);
}
.design_box-01{
}

.design_box-01::before {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -1em;
    left: -1em;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    font-weight: 700;
    content: attr(data-number);
}

.title_h2{
	font-weight:700;
	padding:.4em .6em;
	font-size:1.4em
}
#main-content #cat_topics-1 h2,
#main-content #cat_topics-2 h2,
#main-content #cat_topics-3 h2,
#main-content #cat_topics-4 h2{
	border:none;
}
.title_h3{
	position: relative;
	font-size:1.2em;
	font-weight:700;
	padding:.4em .6em;
	margin:.8em auto 1.4em;
}
.title_h3::before {
  content: '';
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 2em;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #55aa91;
  border-radius: 2px;
}
.title_h4{
	font-size:1.1em;
	font-weight:700;
	padding:0 .4em;
}
.title_h2.engTitle{
    padding-top: .6em;
    position: relative;
}
.title_h2.engTitle::before {
	content: attr(data-en);
    position: absolute;
	display:block;
    top: -.4em;
	left: 0;
    transform:rotate(-6deg) translateX(0);
    font-size: .9em;
    z-index: -1;
	opacity:.4
}
.title_h2.fh-center.engTitle::before {
	left: 50%;
	transform: rotate(-4deg) translateX(-50%);
}
.title_h2.fh-end.engTitle::before {
	left: 100%;
	transform: rotate(4deg) translateX(-100%);
}
.title_h2>span{
  position: relative;
  display: inline-block;
  padding: 0 2.4em;
}
.title_h2>span::before, .title_h2>span::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 1.6em;
  height: 2px;
  border-top: solid 1px #55aa91;
  border-bottom: solid 1px #55aa91;
}

.title_h2>span::before {
  left:0;
}
.title_h2>span::after {
  right: 0;
}

#wrapper p{margin:.8em .4em}
#breadcrumbList{font-size:0}
#breadcrumbList li{
	min-width:80px
}
#breadcrumbList a{
	border-right:1px solid #fff;
	font-size:0.9rem;
	padding:.6em .4em;
	margin:0
}
#breadcrumbList li:last-child a{
	border:none;
	cursor:default
}
#breadcrumbList li:last-child a:hover{background:none}
.wpcf7Btn,
.mLink a{
	padding:.6em 1em;
	line-height:1;
	border-radius:.25rem
}
.mLink a::after{
	content:"\f0da";
	padding-left:.3em
}
.topic-title{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.topic-exc{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin:.4em .4em 0
}
#home-topics-4 .topic-exc.img_aspect-16_9,
#home-topics-4 .topic-exc.img_aspect-2_1{
	-webkit-line-clamp: 1;
}
#home-topics-4 .topic-exc.img_aspect-4_3,
#home-topics-4 .topic-exc.img_aspect-1_1{
	-webkit-line-clamp: 2;
}
#home-topics-4 .topic-exc.img_aspect-1_1{
	-webkit-line-clamp: 3;
}
.content_slider .slick-prev,
.content_slider .slick-next{
	color:#fff;
	background:rgba(0,0,0,.8)!important;
	text-shadow:1px 1px 0 #111,-1px 1px 0 #111,1px -1px 0 #111,-1px -1px 0 #111;
}
.content_slider .slick-prev{
	border-radius:0 2px 2px 0;
}
.content_slider .slick-next{
	border-radius:2px 0 0 2px;
}
.gallery_alt_text.pos-abs{
	position:absolute;
	z-index:1;
	bottom:0;
	left:0;
	color:#fff;
	background:rgba(0,0,0,.8)!important;
}
.rounded-circle .gallery_alt_text.pos-abs{
	bottom:calc(50% - 1.1em);
}
@media all and (min-width:576px),print{
	#breadcrumb{
		margin:0.1em 0;
		border-bottom:1px solid #ccc
	}
	#breadcrumbList li{min-width:0;flex:0 0 auto;position:relative}
	#breadcrumbList li:last-child{flex:0 1 auto}
	#breadcrumbList a{
		border:none;
		padding:.2em 0;
		position:relative;
	}
	#breadcrumbList span{
		position:relative;
		padding:0 .3em
	}
	#breadcrumbList li,
	#breadcrumbList a,
	#breadcrumbList span {
	}
	#breadcrumbList li a::after{content:">"}
	#breadcrumbList li:last-child a::after{content:"";padding:0}
	#breadcrumbList li span::before,
	#breadcrumbList li span::after{
		padding:0;
		position:absolute;
		bottom:.1em;
		content:"";
		display:inline-block;
		width:0;
		height:1px;
		background:#888;
		-webkit-transition:.6s;
		transition:.6s;
		opacity:0
	}
	#breadcrumbList li:last-child span::before,
	#breadcrumbList li:last-child span::after{
		display:none;
	}
	#breadcrumbList li span::before{left:50%}
	#breadcrumbList li span::after{right:50%}
	#breadcrumbList li span:hover::before,
	#breadcrumbList li span:hover::after{width:50%;opacity:1}
	#home-topics-4 .topic-exc.img_aspect-16_9,
	#home-topics-4 .topic-exc.img_aspect-2_1{
		-webkit-line-clamp: 1;
	}
	.wpcf7Btn,
	.mLink a{
		padding:.4em .8em;
		line-height:1
	}
	#home-topics-4 .topic-exc.img_aspect-4_3{
		-webkit-line-clamp: 3;
	}
	#home-topics-4 .topic-exc.img_aspect-1_1{
		-webkit-line-clamp: 4;
	}
}
@media all and (min-width:768px),print{
	#home-topics-4 .topic-exc.img_aspect-1_1{
		-webkit-line-clamp: 5;
	}
}
@media all and (min-width:992px),print{
	.pointer-none{color:inherit;text-decoration:none}
	.topic-exc{
		-webkit-line-clamp: 2;
	}
	#home-topics-4 .topic-exc.img_aspect-1_1{
		-webkit-line-clamp: 6;
	}
	.gallery_alt_text.pos-abs{
		z-index:1;
		bottom:-3em;
		left:0;
		opacity:0;
	}
	.gallery_img_area:hover .gallery_alt_text.pos-abs{
		bottom:0;
		opacity:1;
	}
	.rounded-circle .gallery_alt_text.pos-abs{
		bottom:50%;
		transform: translate(0, 50%);
		opacity:0;
	}
	.rounded-circle.gallery_img_area:hover .gallery_alt_text.pos-abs{
		bottom:50%;
		transform: translate(0, 50%);
		opacity:1;
	}
	.over_large img{
		-webkit-transform:translate(0, 0) scale(1);
		transform:translate(0, 0) scale(1);
		-webkit-transition:all .4s;
		transition:all .4s;
	}
	.over_large:hover img{
		-webkit-transform:translate(0, 0) scale(1.1);
		transform:translate(0, 0) scale(1.1);
	}
}