.top_image {
	background-image: url(../image/top_image.png);
	background-repeat: repeat;
	background-position: center top;
	height: 300px;
	width: 100%;
	margin-top: 80px;
}
.sp_brank{
	display: none;
}
@media screen and (max-width: 760px) {
.top_image {
	background-image: url(../image/top_images.png);
	background-repeat: norepeat;
	background-position: center top;
	background-size: 100%;
	height: 125px;
	width: 100%;
	margin-top: 0px;
}
.sp_brank{
	display: block;
}

}
/* ====================================================================================================================
 * ABOUT IOC
 * ====================================================================================================================*/


#contents_wrapper .about_iocs {
	display: none;

}
#contents_wrapper .about_ioc {
	text-align: center;
	height: auto;
	width: 100%;
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 130px;
}
#contents_wrapper .about_ioc .category_list {
	display: flex;
	height: auto;
	width: 1080px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: auto;
	margin-left: auto;
}
#contents_wrapper .about_ioc .category_list li {
	width: 352;
	height: 232px;
	margin-right: 10px;
}
#contents_wrapper .about_ioc .category_list li img{
	width: 352;
	height: 232px;
	transition: 0.4s;
}

#contents_wrapper .about_ioc .category_list li:hover img{
	opacity: 0.6;
}
#contents_wrapper .about_ioc .category_list li:last-child {
	width: 352;
	height: 232px;
	margin-right: 0px;
}
@media screen and (max-width: 760px) {
#contents_wrapper .about_ioc {
	display: none;

}
#contents_wrapper .about_iocs {
	display: block;
	text-align: center;
	height: auto;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	margin-bottom: 40px;

}
#contents_wrapper .about_iocs .category_list {
	height: auto;
	width: 100%;
}
#contents_wrapper .about_iocs .category_list li {
	width: 100%;
	height: auto;
	margin-bottom: 2px;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#contents_wrapper .about_iocs .category_list li img{
	height: auto;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contents_wrapper .about_iocs .category_list li:last-child {
	margin-bottom: 0px;
}
}
/* ====================================================================================================================
 * GREETINGS
 * ====================================================================================================================*/
#contents_wrapper .greeting_top {
	height: auto;
	width: 710px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#contents_wrapper .greeting {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 28px;
	text-align: justify;
	height: auto;
	width: 710px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	vertical-align: top;
	margin-bottom: 100px;
	letter-spacing: 0.001em;
}
#contents_wrapper .greeting_title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 30px;
	font-weight: 500;
	color: #000;
	height: auto;
	/*	width: 166px;*/
	display: inline-block;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	text-align: center;
	letter-spacing: 3px;
	width: auto;
}

#contents_wrapper .greeting_top .info{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 28px;
	line-height: 50px;
	font-weight: 500;
	color: #000;
	height: auto;
	display: inline-block;
	margin-top: 25px;
	margin-bottom: 12px;
	text-align: left;
	margin-right: auto;
	margin-left: 0px;
}

#contents_wrapper .greeting_top .pc {
	height: 220px;
	width: 220px;
	margin-top: 70px;
	margin-right: auto;
	margin-left: auto;
}
#contents_wrapper .greeting_top .sp {
	display: none;

}
@media screen and (max-width: 760px) {
#contents_wrapper .greeting_top {
	height: auto;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#contents_wrapper .greeting_title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #000;
	height: auto;
	/*	width: 166px;*/
	display: inline-block;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	text-align: center;
	letter-spacing: 1px;
	width: auto;
	margin-top: 40px;
}
#contents_wrapper .greeting_top .pc {
	display: none;

}
#contents_wrapper .greeting_top .sp {
	display: block;
	width: 158px;
	height: auto;
	margin-bottom: 8px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	margin-top: 40px;
}
#contents_wrapper .greeting {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 33px;
	text-align: justify;
	height: auto;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	vertical-align: top;
	margin-bottom: 50px;
}
#contents_wrapper .greeting_top .info{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	color: #000;
	height: auto;
	width: 100%;
	margin-top: 25px;
	display: block;
}

}
/* ====================================================================================================================
 * COMPANY
 * ====================================================================================================================*/

#contents_wrapper .company {
	text-align: center;
	height: auto;
	width: 1100px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
}
#contents_wrapper .companys {
	display: none;
}
#contents_wrapper .company .title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 24px;
	font-weight: 500;
	color: #000;
	height: auto;
	/*	width: 166px;*/
	display: inline-block;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 3px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	text-align: center;
	letter-spacing: 1px;
	width: auto;
}
#contents_wrapper .company .company_inner {
	height: auto;
	width: 500px;
	margin-top: 55px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 90px;
}
#contents_wrapper .company .employee {
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
#contents_wrapper .company .pc {
	height: 47px;
	width: 288px;
	margin-right: auto;
	margin-left: auto;
}

#contents_wrapper .company .company_inner .item {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	text-align: left;
	height: auto;
	width: auto;
}
#contents_wrapper .company .company_inner .result {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	text-align: left;
	height: auto;
	width: auto;
	padding-left: 33px;
}
@media screen and (max-width: 760px) {
	
#contents_wrapper .company {
	display: none;
}
#contents_wrapper .companys .sp_contents {
	height: auto;
	width: 100%;
}
#contents_wrapper .companys .title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #000;
	height: auto;
	/*	width: 166px;*/
	display: inline-block;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	text-align: center;
	letter-spacing: 1px;
	width: auto;
}
#contents_wrapper .companys {
	text-align: center;
	height: auto;
	width: 90%;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#contents_wrapper .companys table{
	height: auto;
	width: 100%;
	margin-top: 42px;
}
#contents_wrapper .companys .company_inner {
	height: auto;
	width: 100%;
	margin-top: 65px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0px;
}
#contents_wrapper .companys .employee {
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	height: auto;
	width: 100%;
}
	
	
#contents_wrapper .companys .sp{
	height: auto;
	width: 51%;
	margin-right: auto;
	margin-left: auto;
}
#contents_wrapper .companys .frame {
	display: table;
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 44px;
}
#contents_wrapper .companys .frame .fitem {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	color: #000;
	display: table-cell;
	height: auto;
	width: 17%;
	text-align: left;
}
#contents_wrapper .companys .frame .fresult {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	display: table-cell;
	height: auto;
	width: calc(83%-17px);
	text-align: left;
	padding-left: 15px;
}



#contents_wrapper .companys .company_inner .item {
	font-size: 26px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	line-height: 52px;
	text-align: left;
	height: auto;
	width: auto;
}
#contents_wrapper .companys .company_inner .result {
	font-size: 26px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	line-height: 52px;
	text-align: left;
	height: auto;
	width: auto;
	padding-left: 33px;
}
#contents_wrapper .companys .item {
	font-size: 26px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	white-space: nowrap;
	line-height: 52px;
	text-align: left;
	height: auto;
	width: auto;
	vertical-align: top;
}
#contents_wrapper .companys .result {
	font-size: 26px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	line-height: 52px;
	text-align: left;
	height: auto;
	width: auto;
	padding-left: 33px;
	vertical-align: top;
}

}
