@charset "utf-8";
/* CSS Document */
#business.lower_page .heading {
    margin-bottom: 128px;
}

#business.lower_page .contents .item_list .item .item_heading {
    font-size: 32px;
    position: relative;
}

#business.lower_page .contents .item_list .item:nth-of-type(1) .item_heading::after {
    content: "";
	position: absolute;
	display: inline-block;
	background-image: url("../images/character/woman_02.png");
	background-size: contain;
	vertical-align: middle;
	width: 240px;
	height: 240px;
    right: 0;
    bottom: 0;
	background-repeat: no-repeat;
    transform: scale(-1, 1);
}
#business.lower_page .contents .item_list .item:nth-of-type(3) .item_heading::after {
    content: "";
	position: absolute;
	display: inline-block;
	background-image: url("../images/character/animal_01.png");
	background-size: contain;
	vertical-align: middle;
	width: 200px;
	height: 200px;
    right: -8%;
    bottom: 0;
	background-repeat: no-repeat;
}

#business.lower_page .heading .bg_line {
    position: relative;
}

#business.lower_page .heading .bg_line::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 32px;
    background-image: linear-gradient(90deg, rgba(242, 153, 4, 1), rgba(242, 153, 4, 0));
    bottom: -6%;
    left: 0;
}

#business.lower_page .heading picture img {
    padding: 0 16px;
}

@media screen and (max-width: 767px) {
    #business.lower_page .contents .item_list .item .item_heading {
        font-size: 20px
    }
    
    #business.lower_page .contents .item_list .item:nth-of-type(1) .item_heading::after {
        width: 160px;
        height: 160px;
        right: 0;
        bottom: 56%;
    }
    #business.lower_page .contents .item_list .item:nth-of-type(3) .item_heading::after {
        width: 120px;
        height: 120px;
        right: -16%;
        bottom: 0;
    }

}

/*-------------------------------------------
会社概要のテーブル
-------------------------------------------*/
#overview .heading h4 {
    position: relative
}

#overview .heading h4::after {
    content: "";
	position: absolute;
	display: inline-block;
	background-image: url("../images/character/animal_08.png");
	background-size: contain;
	vertical-align: middle;
	width: 180px;
	height: 180px;
    right: -6%;
    bottom: -8%;
	background-repeat: no-repeat;
}
#overview .heading h4::before {
    position: absolute;
    content: "";
    display: block;
    width: 80%;
    height: 8px;
    background-image: linear-gradient(-90deg, rgba(242, 153, 4, 1), rgba(242, 153, 4, 0));
    bottom: -10%;
    right: 0;
}

#overview table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 45px;
    font-size: 19px;
    margin-bottom: 96px;
}

#overview table th {
	width: 25%;
	text-align: left;
	background-color: #F7F7F7;
}

#overview table td {
	width: 75%;
}

#overview table th,
#overview table td {
	border: solid 1px #d5d5d5;
	border-left: none;
	border-right: none;
	padding: 15px;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-weight: normal;
    font-size: 16px;
    line-height: 1.8;
}

#overview table td img.name {
	padding-bottom: 6px;
}

@media screen and (max-width: 1024px) {
    #overview .heading h4::after {
        width: 100px;
        height: 100px;
        right: -4%;
        bottom: -240%;
    }
    #overview .heading h4::before {
        width: 100%;
        height: 8px;
        bottom: -8%;
    }
    
    #overview table {
        margin-bottom: 40px;
    }

}

@media screen and (max-width: 767px) {
    #overview .heading h4::after {
        width: 100px;
        height: 100px;
        right: -4%;
        bottom: -392%;
    }

	#overview table tr {
		display: flex;
		flex-direction: column;
		margin-bottom: 15px;
	}
	#overview table th {
		width: 100%;
		background-color: #008D95;
		color: #fff;
		height: 40px;
		display: flex;
		align-items: center;
		border-top-left-radius: 15px;
	}

	#overview table td {
		width: 100%;
		background-color: #F7F7F7;
		border-bottom-right-radius: 15px;
        font-size: 14px;
	}
    #overview table td ul {
        margin-left: 16px;
    }
    
    #overview table td ul li {
        list-style: disc;
        line-height: 1.4;
        margin-bottom: 4px;
    }
	
	#overview table th,
	#overview table td {
		border: none;
	}
}

#overview .map {
	margin-top: 25px;
}

@media screen and (max-width: 1024px) {
    #overview .map {
        margin-top: 0;
    }
}


/*-------------------------------------------
数字で見る
-------------------------------------------*/
#numbers .heading {
    position: relative
}

#numbers .heading::after {
    content: "";
	position: absolute;
	display: inline-block;
	background-image: url("../images/character/woman_09.png");
	background-size: contain;
	vertical-align: middle;
	width: 280px;
	height: 280px;
    right: -8%;
    bottom: -64%;
	background-repeat: no-repeat;
}

#numbers .contents {
    position: relative;
}

#numbers .contents::after {
    position: absolute;
    content: "";
    display: block;
    width: 90%;
    height: 16px;
    background-image: linear-gradient(90deg, rgba(242, 153, 4, 1), rgba(242, 153, 4, 0));
    top: -6%;
    left: 0;
    z-index: -1
}

#numbers .numbers_contents {
	margin-top: 45px;
}

#numbers .numbers_items_3col,
#numbers .numbers_items_2col {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

#numbers .numbers_items_3col .numbers_item {
	width: 31%;
	margin-bottom: 40px;
}

#numbers .numbers_items_3col::after {
	content:"";
	display: block;
	width: 31%;
}

#numbers .numbers_items_2col .numbers_item {
	width: 48%;
	margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
    #numbers .heading::after {
        width: 220px;
        height: 220px;
        right: -8%;
        bottom: -40%;
    }
    #numbers .contents::after {
        height: 8px;
        width: 100%;
        top: -12%;
    }
}

@media screen and (max-width: 767px) {
    #numbers .heading::after {
        width: 120px;
        height: 120px;
        right: -10%;
        bottom: -96%;
    }
    #numbers .contents::after {
        width: 100%;
        top: -2%;
    }

    #numbers .numbers_items_3col,
	#numbers .numbers_items_2col {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
	}

	#numbers .numbers_items_3col .numbers_item {
		width: 48%;
		margin-bottom: 15px;
	}

	#numbers .numbers_items_3col::after {
		content:"";
		display: block;
		width: 31%;
	}

	#numbers .numbers_items_2col .numbers_item {
		width: 100%;
		margin-bottom: 15px;
	}
}



