@charset "utf-8";
/*////////////////////////////////////
Top
////////////////////////////////////*/

@media screen and (min-width: 768px){
#top_header {
	position: relative;
	width: 100%;
	padding: 160px 0;
	background:rgba(88,187,91,1.00);
	overflow: hidden;
	z-index: 1;
}
#top_img1,
#top_img2,
#top_img3 {
	position: relative;
	width: 100%;
	line-height: 1;
}
.header_link a {
	transition: all 0.4s;
}
.header_link a::before {
	content: "";
	position: absolute;
	background: #FFF;
	width: 100%;
	aspect-ratio:1920/700;
	opacity: 0;
	transition: all 0.4s;
}
.header_link a:hover::before {
	opacity: 0.2;
}

}

@media screen and (min-width: 0px) and (max-width: 767px){
#top_header {
	position: relative;
	width: 100%;
	padding: 80px 0;
	background:rgba(88,187,91,1.00);
	overflow: hidden;
	z-index: 1;
}
#top_img1,
#top_img2,
#top_img3 {
	position: relative;
	width: 100%;
	line-height: 1;
}
.header_link a {
	transition: all 0.4s;
}
.header_link a::before {
	content: "";
	position: absolute;
	background: #FFF;
	width: 100%;
	aspect-ratio:1920/700;
	opacity: 0;
	transition: all 0.4s;
}
.header_link a:hover::before {
	opacity: 0.2;
}
}
/*////////////////////////////////////
NEWS
////////////////////////////////////*/
@media screen and (min-width: 768px){
#top_news {
	position: relative;
	width: 100%;
	background: #FEFEFE;
}
#top_news_area {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	background: #FFF;
	margin-top: -80px;
	padding: 50px;
	border-radius: 30px;
	z-index: 4;
	box-shadow: 1px 1px 20px 5px rgba(0,0,0,0.1);
}
#top_news_place {
	position: relative;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#top_news_word_area {
	position: relative;
	width: 30%;
	margin-right: 2%;
	padding-top: 20px;
}
#top_news_title {
	position: relative;
	width: 35%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}
#top_news_title::before {
	content: "";
	position: absolute;
	width: 30px;
	top: 50%;
	left: -40px;
	aspect-ratio:56/21;
	background: url("../img/title_mark.png");
	background-size: cover;
}
#top_news_title::after {
	content: "";
	position: absolute;
	width: 30px;
	top: 50%;
	right: -40px;
	aspect-ratio:56/21;
	background: url("../img/title_mark.png");
	background-size: cover;
}
#top_news_subtitle {
	position: relative;
	font-size: 1.6rem;
	text-align: center;
	color: #999;
	margin-bottom: 50px;
}
#top_news_link {
	position: relative;
	text-align: center;
}
#top_news_link a {
	position: relative;
	display: inline-block;
	padding: 10px 50px;
	background: #FFF;
	border: 2px solid #333;
	border-radius: 30px;
	font-size: 1.6rem;
	font-weight: 400;
	text-decoration: none;
	transition: all 0.4s;
	color: #333;
}
#top_news_link a::after {
	content: "\02192";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.4s;
}
#top_news_link a:hover {
	color: #FFF;
	background: #333;
}
#top_news_item_place {
	position: relative;
	width: 68%;
	height: 250px;
	overflow: scroll;
}
.top_news_item {
	position: relative;
	width: 100%;
	padding: 20px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	align-items: flex-start;
	border-bottom: 1px dotted #333;
}
.top_news_day {
	position: relative;
	width: 80px !important;;
	padding: 5px;
	font-size: 1.4rem;
	color: #999;
	margin-right: 10px;
}
.top_news_cate {
	position: relative;
	width: 100px !important;
	text-align: center;
	padding: 8px 0;
	border-radius: 5px;
	font-size: 1.4rem;
	line-height: 1;
	margin-right: 10px;
	color: #FFF;
}
.cate1 {
	background: rgba(160,36,38,1.00);
}
.cate2 {
	background:rgba(27,114,181,1.00);
}
.cate3 {
	background:rgba(91,153,31,1.00);
}
.cate4 {
	background:rgba(199,172,19,1.00);
}
.top_news_word {
	position: relative;
	width: calc(100% - 200px);
	font-size: 1.6rem;
	line-height: 1.6;
	font-weight: 300;
}
.top_news_word a {
	color:rgba(24,127,177,1.00);
	font-weight: 400;
	transition: all 0.3s;
	
}
.top_news_word a:hover {
	color: #FF0000;
}
}
@media screen and (min-width: 0px) and (max-width: 767px){
#top_news {
	position: relative;
	width: 100%;
	background: #FEFEFE;
}
#top_news_area {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	background: #FFF;
	margin-top: -80px;
	padding: 20px;
	border-radius: 30px;
	z-index: 4;
	box-shadow: 1px 1px 20px 5px rgba(0,0,0,0.1);
}
#top_news_place {
	position: relative;
}
#top_news_word_area {
	position: relative;
	width: 100%;
	padding-top: 20px;
}
#top_news_title {
	position: relative;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}
#top_news_title::before {
	content: "";
	position: absolute;
	width: 30px;
	top: 50%;
	left: -40px;
	aspect-ratio:56/21;
	background: url("../img/title_mark.png");
	background-size: cover;
}
#top_news_title::after {
	content: "";
	position: absolute;
	width: 30px;
	top: 50%;
	right: -40px;
	aspect-ratio:56/21;
	background: url("../img/title_mark.png");
	background-size: cover;
}
#top_news_subtitle {
	position: relative;
	font-size: 1.6rem;
	text-align: center;
	color: #999;
	margin-bottom: 30px;
}
#top_news_link {
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}
#top_news_link a {
	position: relative;
	display: inline-block;
	padding: 10px 50px;
	background: #FFF;
	border: 2px solid #333;
	border-radius: 30px;
	font-size: 1.6rem;
	font-weight: 400;
	text-decoration: none;
	transition: all 0.4s;
	color: #333;
}
#top_news_link a::after {
	content: "\02192";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.4s;
}
#top_news_link a:hover {
	color: #FFF;
	background: #333;
}
#top_news_item_place {
	position: relative;
	width: 100%;
	height: 200px;
	overflow: scroll;
}
.top_news_item {
	position: relative;
	width: 100%;
	padding: 20px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: flex-start;
	border-bottom: 1px dotted #333;
}
.top_news_day {
	position: relative;
	display: inline-block;
	padding: 5px;
	font-size: 1.4rem;
	color: #999;
	margin-right: 10px;
}
.top_news_cate {
	position: relative;
	width: 100px;
	text-align: center;
	padding: 8px 0;
	border-radius: 5px;
	font-size: 1.4rem;
	line-height: 1;
	margin-right: 10px;
	color: #FFF;
}
.cate1 {
	background: rgba(160,36,38,1.00);
}
.cate2 {
	background:rgba(27,114,181,1.00);
}
.cate3 {
	background:rgba(91,153,31,1.00);
}
.cate4 {
	background:rgba(199,172,19,1.00);
}
.top_news_word {
	position: relative;
	width: 100%;
	font-size: 1.6rem;
	line-height: 1.6;
	font-weight: 300;
}
.top_news_word a {
	color:rgba(24,127,177,1.00);
	font-weight: 400;
	transition: all 0.3s;
	
}
.top_news_word a:hover {
	color: #FF0000;
}
}

/*////////////////////////////////////
Top concept
////////////////////////////////////*/
@media screen and (min-width: 768px){
#top_concept_area {
	position: relative;
	width: 100%;
	padding: 100px 0 150px 0;
	background: #FEFEFE;
}
#top_concept_place {
	position: relative;
	width: 90%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: nowrap;
}
#top_concept_person1 {
	position: relative;
	width: 18%;
	margin-top: 80px;
	aspect-ratio:343/600;
	background: url("../img/top_concept_img1.png");
	background-size: cover;
}
#top_concept_person2 {
	position: relative;
	width: 20%;
	aspect-ratio:35/75;
	background: url("../img/top_concept_img2.png");
	background-size: cover;
}
#top_concept_word_area {
	position: relative;
	width: 57%;
	margin: 0 1% 0 0;
}
#top_concept_title {
	position: relative;
	margin-bottom: 20px;
}
#top_concept_word {
	position: relative;
	text-align: center;
	font-size: 1.4rem;
	line-height: 2;
	font-weight: 400;
}
#top_concept_word h3 {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 1em;
}
#top_concept_detail {
	position: relative;
	padding: 100px 0 0 0;
	width: 90%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.top_concept_item {
	position: relative;
	width: 30%;
	margin: 0 0.5% 30px 0.5%;
}
#top_concept_main_title {
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	font-size: 2.2rem;
	font-weight: 700;
}
#top_concept_main_title span {
	color: rgba(61,157,24,1.00);
}
}
@media screen and (min-width: 0px) and (max-width: 767px){
#top_concept_area {
	position: relative;
	width: 100%;
	padding: 100px 0 150px 0;
	background: #FEFEFE;
}
#top_concept_place {
	position: relative;
	width: 90%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: nowrap;
}
#top_concept_person1 {
	position: relative;
	width: 22%;
	margin-top: 50px;
	aspect-ratio:431/576;
	background: url("../img/top_concept_img1.png");
	background-size: cover;
}
#top_concept_person2 {
	position: relative;
	width: 25%;
	aspect-ratio:777/1200;
	background: url("../img/top_concept_img2.png");
	background-size: cover;
}
#top_concept_word_area {
	position: relative;
	width: 57%;
	margin: 0 1% 0 0;
}
#top_concept_title {
	position: relative;
	margin-bottom: 20px;
}
#top_concept_word {
	position: relative;
	text-align: center;
	font-size: 1.4rem;
	line-height: 2;
	font-weight: 400;
}
#top_concept_word h3 {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 1em;
}
#top_concept_detail {
	position: relative;
	padding: 100px 0 0 0;
	width: 90%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.top_concept_item {
	position: relative;
	width: 49%;
	margin: 0 0.5% 10px 0.5%;
}
#top_concept_main_title {
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	font-size: 1.8rem;
	font-weight: 700;
}
#top_concept_main_title span {
	color: rgba(61,157,24,1.00);
}
}

/*////////////////////////////////////
Top recommend
////////////////////////////////////*/
@media screen and (min-width: 768px){
#top_recommend {
	position: relative;
	width: 100%;
	padding: 100px 0;
	background:rgba(242,190,7,1.00);
}
#top_recommend_area {
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background: #FEFEFE;
	border-radius: 80px;
	padding-bottom: 50px;
}
#top_recommend_title {
	position: absolute;
	width: 500px;
	top: -50px;
	left: 50%;
	transform: translateX(-50%) rotate(-5deg);
	margin-bottom: 50px;
}
#top_recommend_title::before {
	content: "";
	position: absolute;
	width: 30px;
	top: 50%;
	left: -40px;
	aspect-ratio:56/21;
	background: url("../img/title_mark.png");
	background-size: cover;
}
#top_recommend_title::after {
	content: "";
	position: absolute;
	width: 30px;
	top: 50%;
	right: -40px;
	aspect-ratio:56/21;
	background: url("../img/title_mark.png");
	background-size: cover;
}
#top_recommend_subtitle {
	position: relative;
	text-align: center;
	padding-top: 60px;
	font-size: 2.2rem;
	font-weight: 400;
}
}
@media screen and (min-width: 0px) and (max-width: 767px){
#top_recommend {
	position: relative;
	width: 100%;
	padding: 100px 0;
	background:rgba(242,190,7,1.00);
}
#top_recommend_area {
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background: #FEFEFE;
	border-radius: 30px;
	padding-bottom: 50px;
}
#top_recommend_title {
	position: absolute;
	width: 200px;
	top: -20px;
	left: 50%;
	transform: translateX(-50%) rotate(-5deg);
	margin-bottom: 20px;
}
#top_recommend_title::before {
	content: "";
	position: absolute;
	width: 30px;
	top: 50%;
	left: -40px;
	aspect-ratio:56/21;
	background: url("../img/title_mark.png");
	background-size: cover;
}
#top_recommend_title::after {
	content: "";
	position: absolute;
	width: 30px;
	top: 50%;
	right: -40px;
	aspect-ratio:56/21;
	background: url("../img/title_mark.png");
	background-size: cover;
}
#top_recommend_subtitle {
	position: relative;
	text-align: center;
	padding-top: 30px;
	font-size: 1.6rem;
	font-weight: 400;
	margin-bottom: 50px;
}
}
@media screen and (min-width: 0px) and (max-width: 767px){
#top_recommend_place {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.top_recommend_item {
	position: relative;
	width: 80%;
	margin: 0 auto 30px;
	transition: all 0.3s;
}
}
@media screen and (min-width: 768px) and (max-width: 1399px){
#top_recommend_place {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.top_recommend_item {
	position: relative;
	width: 45%;
	margin: 2.5% 0 2.5% 50px;
	transition: all 0.3s;
}
}
@media screen and (min-width: 1400px){
#top_recommend_place {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.top_recommend_item {
	position: relative;
	width: 28%;
	margin: 2.5% 0 2.5% 50px;
	transition: all 0.3s;
}
}

/*////////////////////////////////////
Top service
////////////////////////////////////*/
@media screen and (min-width: 1400px){
#top_service {
	position: relative;
	width: 100%;
	background: #FEFEFE;
	padding: 150px 0;
}
#top_service_title_area {
	position: relative;
	margin-bottom: 50px;
}
#top_service_title {
	position: relative;
	width: 300px;
	margin: 0 auto 20px;
	transform: rotate(-5deg);
}
#top_service_title::before {
	content: "";
	position: absolute;
	width: 30px;
	top: 50%;
	left: -40px;
	aspect-ratio:56/21;
	background: url("../img/title_mark.png");
	background-size: cover;
}
#top_service_title::after {
	content: "";
	position: absolute;
	width: 30px;
	top: 50%;
	right: -40px;
	aspect-ratio:56/21;
	background: url("../img/title_mark.png");
	background-size: cover;
}
#top_service_subtitle {
	position: relative;
	text-align: center;
	font-size: 2.2rem;
	font-weight: 400;
}

#top_service_place {
	position: relative;
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#service_kitchen {
	background: url("../img/service_kitchen.jpg");
	background-size: cover;
}
#service_bath {
	background: url("../img/service_bath.jpg");
	background-size: cover;
}
#service_toilet {
	background: url("../img/service_toilet.jpg");
	background-size: cover;
}
#service_lestroom {
	background: url("../img/service_lestroom.jpg");
	background-size: cover;
}
#service_inner {
	background: url("../img/service_inner.jpg");
	background-size: cover;
}
#service_outer {
	background: url("../img/service_outer.jpg");
	background-size: cover;
}
#service_shop {
	background: url("../img/service_shop.jpg");
	background-size: cover;
}
#service_kaisyu {
	background: url("../img/service_kaisyu.jpg");
	background-size: cover;
}
#service_other {
	background: url("../img/service_other.jpg");
	background-size: cover;
}

.top_service_item {
	position: relative;
	width: 33%;
	margin: 0.15%;
	aspect-ratio:43/30;
	transition: all 0.3s;
}
.top_service_item a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	z-index: 1;
	transition: all 0.3s;
}
.top_service_item a:hover {
	background: rgba(0,0,0,0);
}
.top_service_item_title {
	position: absolute;
	width: 100%;
	letter-spacing: 0.06;
	font-size: 2.6rem;
	top: 36%;
	left: 50%;
	text-align: center;
	transform: translateX(-50%);
	font-weight: 700;
	color: #FFF;
	z-index: 2;
}
.top_service_item_title::after {
	content: "";
	position: absolute;
	width: 40px;
	height: 3px;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	background: #FFF;
	z-index: 2;
}
.top_service_item_word {
	position: absolute;
	width: 60%;
	top: 60%;
	left: 20%;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2;
	color: #FFF;
	z-index: 2;
}
.taiou_cate {
	position: absolute;
	width: 90%;
	left: 5%;
	text-align: right;
	bottom: 8px;
}
.taiou_cate span {
	display: inline-block;
	padding: 3px 0;
	width: 80px;
	font-size: 1.2rem;
	font-weight: 700;
	margin: 0 3px;
	text-align: center;
}
}
@media screen and (min-width: 768px) and (max-width: 1399px){
#top_service {
	position: relative;
	width: 100%;
	background: #FEFEFE;
	padding: 150px 0;
}
#top_service_title_area {
	position: relative;
	margin-bottom: 50px;
}
#top_service_title {
	position: relative;
	width: 300px;
	margin: 0 auto 20px;
	transform: rotate(-5deg);
}
#top_service_title::before {
	content: "";
	position: absolute;
	width: 30px;
	top: 50%;
	left: -40px;
	aspect-ratio:56/21;
	background: url("../img/title_mark.png");
	background-size: cover;
}
#top_service_title::after {
	content: "";
	position: absolute;
	width: 30px;
	top: 50%;
	right: -40px;
	aspect-ratio:56/21;
	background: url("../img/title_mark.png");
	background-size: cover;
}
#top_service_subtitle {
	position: relative;
	text-align: center;
	font-size: 2.2rem;
	font-weight: 400;
}
#top_service_place {
	position: relative;
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#service_kitchen {
	background: url("../img/service_kitchen.jpg");
	background-size: cover;
}
#service_bath {
	background: url("../img/service_bath.jpg");
	background-size: cover;
}
#service_toilet {
	background: url("../img/service_toilet.jpg");
	background-size: cover;
}
#service_lestroom {
	background: url("../img/service_lestroom.jpg");
	background-size: cover;
}
#service_inner {
	background: url("../img/service_inner.jpg");
	background-size: cover;
}
#service_outer {
	background: url("../img/service_outer.jpg");
	background-size: cover;
}
#service_shop {
	background: url("../img/service_shop.jpg");
	background-size: cover;
}
#service_kaisyu {
	background: url("../img/service_kaisyu.jpg");
	background-size: cover;
}
#service_other {
	background: url("../img/service_other.jpg");
	background-size: cover;
}

.top_service_item {
	position: relative;
	width: 49%;
	margin: 0.5%;
	aspect-ratio:43/30;
	transition: all 0.3s;
}
.top_service_item a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	z-index: 1;
	transition: all 0.3s;
}
.top_service_item a:hover {
	background: rgba(0,0,0,0);
}
.top_service_item_title {
	position: absolute;
	width: 100%;
	font-family: 'Noto Serif JP', serif;
	font-size: 2rem;
	top: 36%;
	left: 50%;
	text-align: center;
	transform: translateX(-50%);
	font-weight: 700;
	color: #FFF;
	z-index: 2;
}
.top_service_item_title::after {
	content: "";
	position: absolute;
	width: 40px;
	height: 3px;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	background: #FFF;
	z-index: 2;
}
.top_service_item_word {
	position: absolute;
	width: 60%;
	top: 60%;
	left: 20%;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2;
	color: #FFF;
	z-index: 2;
}
.taiou_cate {
	position: absolute;
	width: 90%;
	left: 5%;
	text-align: right;
	bottom: 8px;
}
.taiou_cate span {
	display: inline-block;
	padding: 3px 0;
	width: 80px;
	font-size: 1.2rem;
	font-weight: 700;
	margin: 0 3px;
	text-align: center;
}
}

@media screen and (min-width: 0px) and (max-width: 767px){
#top_service {
	position: relative;
	width: 100%;
	background: #FEFEFE;
	padding: 150px 0;
}
#top_service_title_area {
	position: relative;
	margin-bottom: 50px;
}
#top_service_title {
	position: relative;
	width: 160px;
	margin: 0 auto 20px;
	transform: rotate(-5deg);
}
#top_service_title::before {
	content: "";
	position: absolute;
	width: 30px;
	top: 50%;
	left: -40px;
	aspect-ratio:56/21;
	background: url("../img/title_mark.png");
	background-size: cover;
}
#top_service_title::after {
	content: "";
	position: absolute;
	width: 30px;
	top: 50%;
	right: -40px;
	aspect-ratio:56/21;
	background: url("../img/title_mark.png");
	background-size: cover;
}
#top_service_subtitle {
	position: relative;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 400;
}
#top_service_place {
	position: relative;
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#service_kitchen {
	background: url("../img/service_kitchen.jpg");
	background-size: cover;
}
#service_bath {
	background: url("../img/service_bath.jpg");
	background-size: cover;
}
#service_toilet {
	background: url("../img/service_toilet.jpg");
	background-size: cover;
}
#service_lestroom {
	background: url("../img/service_lestroom.jpg");
	background-size: cover;
}
#service_inner {
	background: url("../img/service_inner.jpg");
	background-size: cover;
}
#service_outer {
	background: url("../img/service_outer.jpg");
	background-size: cover;
}
#service_shop {
	background: url("../img/service_shop.jpg");
	background-size: cover;
}
#service_kaisyu {
	background: url("../img/service_kaisyu.jpg");
	background-size: cover;
}
#service_other {
	background: url("../img/service_other.jpg");
	background-size: cover;
}

.top_service_item {
	position: relative;
	width: 100%;
	margin: 0 auto 30px;
	aspect-ratio:43/30;
	transition: all 0.3s;
}
.top_service_item a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	z-index: 1;
	transition: all 0.3s;
}
.top_service_item a:hover {
	background: rgba(0,0,0,0);
}
.top_service_item_title {
	position: absolute;
	width: 100%;
	font-family: 'Noto Serif JP', serif;
	font-size: 2rem;
	top: 20%;
	left: 50%;
	text-align: center;
	transform: translateX(-50%);
	font-weight: 700;
	color: #FFF;
	z-index: 2;
}
.top_service_item_title::after {
	content: "";
	position: absolute;
	width: 40px;
	height: 3px;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	background: #FFF;
	z-index: 2;
}
.top_service_item_word {
	position: absolute;
	width: 60%;
	top: 40%;
	left: 20%;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2;
	color: #FFF;
	z-index: 2;
}
.taiou_cate {
	position: absolute;
	width: 90%;
	left: 5%;
	text-align: right;
	bottom: 8px;
}
.taiou_cate span {
	display: inline-block;
	padding: 3px 0;
	width: 80px;
	font-size: 1.2rem;
	font-weight: 700;
	margin: 0 3px;
	text-align: center;
}
}
.mark1 {
	background: rgba(85,134,39,1.00);
	color: #FFF;
}
.mark2 {
	background:rgba(182,179,26,1.00);
	color: #FFF;
}
.mark3 {
	background:rgba(29,122,155,1.00);
	color: #FFF;
}
/*////////////////////////////////////
Top works
////////////////////////////////////*/

@media screen and (min-width: 768px){
#top_works {
	position: relative;
	width: 100%;
	padding: 150px 0;
	background: #FEFEFE;
}
#top_works_title_area {
	position: relative;
	margin-bottom: 50px;
}
#top_works_title {
	position: relative;
	width: 210px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
#top_works_title::before {
	content: "";
	position: absolute;
	width: 30px;
	top: 50%;
	left: -40px;
	aspect-ratio:56/21;
	background: url("../img/title_mark.png");
	background-size: cover;
}
#top_works_title::after {
	content: "";
	position: absolute;
	width: 30px;
	top: 50%;
	right: -40px;
	aspect-ratio:56/21;
	background: url("../img/title_mark.png");
	background-size: cover;
}
#top_works_subtitle {
	position: relative;
	text-align: center;
	font-size: 2rem;
}
#top_works_place {
	position: relative;
	width: 100%;
	margin-bottom: 50px;
}
.top_works {
	position: relative;
	padding: 0 20px;
}
.top_works a {
	text-decoration: none;
}
a .top_works_item {
	position: relative;
	width: 100%;
}
a .top_works_img {
	position: relative;
	width: 100%;
	margin-bottom: 5px;
	border-radius: 20px;
	overflow: hidden;
}
a .top_works_img img {
	transition: all 0.3s;
}
a:hover .top_works_img img {
	transform: scale(1.1);
}
a .top_works_day {	
	position: relative;
	display: inline-block;
	padding: 5px 10px;
	background: #555;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: 400;
	border-radius: 3px;
	margin-bottom: 5px;
	transition: all 0.3s;
}
a:hover .top_works_day {
	background: #999;
}
a .top_works_title {
	position: relative;
	font-size: 1.6rem;
	font-weight: 400;
	text-decoration: none;
	color: #333;
	transition: all 0.3s;
}
a:hover .top_works_title {
	color: #FF0000;
}
#top_topic_man {
	position: absolute;
	width: 16%;
	aspect-ratio:811/1108;
	background: url("../img/top_topic_man.png");
	background-size: cover;
	top: -80px;
	left: 10px;
}
#top_topic_child {
	position: absolute;
	width: 24%;
	top: 0;
	right: 10px;
	aspect-ratio:844/521;
	background: url("../img/top_topic_child.png");
	background-size: cover;
}
}
@media screen and (min-width: 0px) and (max-width: 767px){
#top_works {
	position: relative;
	width: 100%;
	padding: 80px 0;
	background: #FEFEFE;
	overflow: hidden;
}
#top_works_title_area {
	position: relative;
	margin-bottom: 50px;
}
#top_works_title {
	position: relative;
	width: 120px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
#top_works_title::before {
	content: "";
	position: absolute;
	width: 30px;
	top: 50%;
	left: -40px;
	aspect-ratio:56/21;
	background: url("../img/title_mark.png");
	background-size: cover;
}
#top_works_title::after {
	content: "";
	position: absolute;
	width: 30px;
	top: 50%;
	right: -40px;
	aspect-ratio:56/21;
	background: url("../img/title_mark.png");
	background-size: cover;
}
#top_works_subtitle {
	position: relative;
	text-align: center;
	font-size: 1.6rem;
}
#top_works_place {
	position: relative;
	width: 100%;
	margin-bottom: 50px;
}
.top_works {
	position: relative;
	padding: 0 20px;
}
.top_works a {
	text-decoration: none;
}
a .top_works_item {
	position: relative;
	width: 100%;
}
a .top_works_img {
	position: relative;
	width: 100%;
	margin-bottom: 5px;
	border-radius: 20px;
	overflow: hidden;
}
a .top_works_img img {
	transition: all 0.3s;
}
a:hover .top_works_img img {
	transform: scale(1.1);
}
a .top_works_day {	
	position: relative;
	display: inline-block;
	padding: 5px 10px;
	background: #555;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: 400;
	border-radius: 3px;
	margin-bottom: 5px;
	transition: all 0.3s;
}
a:hover .top_works_day {
	background: #999;
}
a .top_works_title {
	position: relative;
	font-size: 1.6rem;
	font-weight: 400;
	text-decoration: none;
	color: #333;
	transition: all 0.3s;
}
a:hover .top_works_title {
	color: #FF0000;
}
#top_topic_man {
	position: absolute;
	width: 16%;
	aspect-ratio:811/1108;
	background: url("../img/top_topic_man.png");
	background-size: cover;
	top: -80px;
	left: 10px;
}
#top_topic_child {
	position: absolute;
	width: 24%;
	top: 0;
	right: 10px;
	aspect-ratio:844/521;
	background: url("../img/top_topic_child.png");
	background-size: cover;
}
}

/*////////////////////////////////////
TOPIC
////////////////////////////////////*/
@media screen and (min-width: 768px){
#top_topic {
	position: relative;
	width: 100%;
	padding: 100px 0;
	background:#FEFEFE;
}
#top_topic_title_area {
	position: relative;
	width: 100%;
	margin-bottom: 50px;
}
#top_topic_title {
	position: relative;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}
#top_topic_title::before {
	content: "";
	position: absolute;
	width: 30px;
	top: 50%;
	left: -40px;
	aspect-ratio:56/21;
	background: url("../img/title_mark.png");
	background-size: cover;
}
#top_topic_title::after {
	content: "";
	position: absolute;
	width: 30px;
	top: 50%;
	right: -40px;
	aspect-ratio:56/21;
	background: url("../img/title_mark.png");
	background-size: cover;
}
#top_topic_subtitle {
	position: relative;
	text-align: center;
	font-size: 2rem;
}
#top_topic_area {
	position: relative;
	width: 90%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.top_topic_item_place a {
	text-decoration: none;
}
a .top_topic_photo {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	overflow: hidden;
	transition: all 0.3s;
}
a .top_topic_photo img {
	transition: all 0.3s;
}
a:hover .top_topic_photo img {
	transform: scale(1.1);
}
a .top_topic_day {
	position: relative;
	display: inline-block;
	background: #555;
	padding: 5px 10px;
	border-radius: 5px;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: 400;
	margin-bottom: 5px;
	transition: all 0.3s;
}
a:hover .top_topic_day {
	background: #999;
}
a .top_topic_title {
	position: relative;
	width: 100%;
	color: #333;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.6;
	transition: all 0.3s;
}
a:hover .top_topic_title {
	color: #FF0000;
}
}
@media screen and (min-width: 1400px){
.top_topic_item_place {
	position: relative;
	width: 31%;
	margin: 1%;
	background: #FFF;
	padding: 10px;
	transition: all 0.3s;
}
}
@media screen and (min-width: 768px) and (max-width: 1399px){
.top_topic_item_place {
	position: relative;
	width: 46%;
	margin: 2%;
	background: #FFF;
	padding: 10px;
	transition: all 0.3s;
}
}
@media screen and (min-width: 0px) and (max-width: 767px){
#top_topic {
	position: relative;
	width: 100%;
	padding: 100px 0;
	background:#FEFEFE;
}
#top_topic_title_area {
	position: relative;
	width: 100%;
	margin-bottom: 50px;
}
#top_topic_title {
	position: relative;
	width: 120px;
	margin-left: auto;
	margin-right: auto;
}
#top_topic_title::before {
	content: "";
	position: absolute;
	width: 30px;
	top: 50%;
	left: -40px;
	aspect-ratio:56/21;
	background: url("../img/title_mark.png");
	background-size: cover;
}
#top_topic_title::after {
	content: "";
	position: absolute;
	width: 30px;
	top: 50%;
	right: -40px;
	aspect-ratio:56/21;
	background: url("../img/title_mark.png");
	background-size: cover;
}
#top_topic_subtitle {
	position: relative;
	text-align: center;
	font-size: 1.6rem;
}
#top_topic_area {
	position: relative;
	width: 90%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.top_topic_item_place {
	margin-bottom: 30px;
}
.top_topic_item_place a {
	text-decoration: none;
}
a .top_topic_photo {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	overflow: hidden;
	transition: all 0.3s;
}
a .top_topic_photo img {
	transition: all 0.3s;
}
a:hover .top_topic_photo img {
	transform: scale(1.1);
}
a .top_topic_day {
	position: relative;
	display: inline-block;
	background: #555;
	padding: 5px 10px;
	border-radius: 5px;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: 400;
	margin-bottom: 5px;
	transition: all 0.3s;
}
a:hover .top_topic_day {
	background: #999;
}
a .top_topic_title {
	position: relative;
	width: 100%;
	color: #333;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.6;
	transition: all 0.3s;
}
a:hover .top_topic_title {
	color: #FF0000;
}
}