@charset "utf-8";
/***************************************************************************************************
	page_work_business.css
***************************************************************************************************/
#page_work_business {
	position: relative;
}
/*
*/
#page_work_business .blk_1 {
	position: relative;
	width: 100%;
	height: auto;
	/* padding: 39% 0 0 0; */
}
#page_work_business .blk_1_1 {
	position: absolute;
	z-index: 2;
	width: 40%;
	min-width: 400px;
	max-width: 470px;
	height: auto;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	background-color: rgba(255, 255, 255, .9);
	text-align: center;
	padding: 40px 0 45px 0;
}
#page_work_business .blk_1_1 h2 {
	font-size: 30px;
	line-height: 1;
	font-weight: 700;
}
#page_work_business .blk_1_1 p {
	font-size: 14px;
	line-height: 1.5;
	padding: 30px 0 0 0;
}
#page_work_business .blk_1_2 {
	position: relative;
	z-index: 1;
	left:0;
	top:0;
	width: 100%;
	height: auto;
	min-height: 400px;
	pointer-events: none;
	padding: 32% 0 0 0;
}
#page_work_business .blk_1_2_1 {
	position: absolute;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	left:0;
	top:0;
	background-image: url('../images/work_business_img_1.jpg');
	background-position: 50% 0;
	background-size: cover;
}
#page_work_business .blk_1_2_2 {
	position: absolute;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	left:50%;
	top:0;
	background-image: url('../images/work_business_img_2.jpg');
	background-position: 50% 0;
	background-size: cover;
}
/*
*/
#page_work_business .blk_2 {
	position: relative;
	width: 100%;
	height: auto;
	margin:70px 0 0 0;
}
#page_work_business .ipt_rad_blk_2 {
	/* display: none; */
	position: fixed;
	left:0;
	top:0;
}
/*
*/
#page_work_business .blk_2_1 {
	position: absolute;
	width: 100%;
	left:0;
	top:0;
	z-index: 1;
}
input#ipt_blk_2_1:checked ~ .blk_2 .blk_2_1 {
	position: relative;
	z-index: 2;
}
input#ipt_blk_2_1:checked ~ .blk_2 .blk_2_1 .rep_1 h3 {
	pointer-events: none;
}
#page_work_business .blk_2_1 .rep_1_content {
	pointer-events: none;
	opacity: 0;
	overflow: hidden;
	transition: opacity .4s ease-out 0s;
	animation:anim_rep_1_content_hide .4s ease .4s 1 normal both;
}
input#ipt_blk_2_1:checked ~ .blk_2 .blk_2_1 .rep_1_content {
	opacity: 1;
	pointer-events: auto;
	overflow: visible;
	transition: opacity .4s ease-out 0s;
	animation:anim_rep_1_content_show 0s ease 0s 1 normal both;
}
/*
*/
#page_work_business .blk_2_2 {
	position: absolute;
	width: 100%;
	left:0;
	top:0;
	z-index: 1;
}
input#ipt_blk_2_2:checked ~ .blk_2 .blk_2_2 {
	position: relative;
	z-index: 2;
}
input#ipt_blk_2_2:checked ~ .blk_2 .blk_2_2 .rep_1 h3 {
	pointer-events: none;
}
#page_work_business .blk_2_2 .rep_1_content {
	pointer-events: none;
	opacity: 0;
	overflow: hidden;
	transition: opacity .4s ease-out 0s;
	animation:anim_rep_1_content_hide .4s ease .4s 1 normal both;
}
input#ipt_blk_2_2:checked ~ .blk_2 .blk_2_2 .rep_1_content {
	opacity: 1;
	pointer-events: auto;
	overflow: visible;
	transition: opacity .4s ease-out 0s;
	animation:anim_rep_1_content_show 0s ease 0s 1 normal both;
}
@keyframes anim_rep_1_content_show {
  100% {
		height: auto;
	}
}
@keyframes anim_rep_1_content_hide {
  0% {
		height: 100vh;
	}
  99% {
		height: 100vh;
	}
  100% {
		height: 0;
	}
}

/*
*/
#page_work_business .blk_2 .rep_1 {
	position: relative;
	width: 100%;
}
#page_work_business .blk_2 .rep_1_content {
	position: relative;
	padding: 0 0 60px 0;
}
#page_work_business .blk_2_1 .rep_1_content {
	background-color: #1379B9;
}
#page_work_business .blk_2_2 .rep_1_content {
	background-color: #FFDC2A;
}
#page_work_business .blk_2 .rep_1 h3 {
	position: absolute;
	width: 50%;
	height: 70px;
	top:-70px;
}
#page_work_business .blk_2_1 .rep_1 h3 {
	left:0;
	background-color: #1379B9;
}
#page_work_business .blk_2_2 .rep_1 h3 {
	left:50%;
	background-color: #FFDC2A;
}
#page_work_business .blk_2 .rep_1 h3::before {
	position: absolute;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	left:50%;
	top:55px;
	border-top:2px solid #FFDC2A;
	border-left:2px solid #FFDC2A;
	transform-origin: 0 0;
	transform: rotate(-135deg);
}
#page_work_business .blk_2_1 .rep_1 h3::before  {
	border-color: #FFDC2A;
}
#page_work_business .blk_2_2 .rep_1 h3::before  {
	border-color: #1379B9;
}
#page_work_business .blk_2 .rep_1 h3 label {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
	padding: 17px 0 0 0;
	text-align: center;
}
#page_work_business .blk_2_1 .rep_1 h3 label {
	color: #FFDC2A;
}
#page_work_business .blk_2_2 .rep_1 h3 label {
	color: #1379B9;
}
#page_work_business .blk_2 .rep_1_1 {
	position: relative;
	padding: 50px 0 10px 0;
	text-align: center;
	width: 100%;
	margin: auto;
	font-size: 14px;
	line-height: 2;
}
#page_work_business .blk_2_1 .rep_1_1 {
	color: #ffffff;
}
#page_work_business .blk_2_2 .rep_1_1 {
	color: #1379B9;
}
#page_work_business .blk_2 .rep_1_blk_sty_1 {
	position: relative;
	padding: 40px 100px 50px 100px;
	text-align: center;
	width: 100%;
	max-width: 1200px;
	margin: auto;
}
#page_work_business .blk_2 .rep_1_blk_sty_1_1 {
	position: relative;
	padding: 60px 90px 30px 90px;
	width: 100%;
	max-width: 1200px;
	margin: auto;
	font-size: 14px;
	line-height: 2;
	color:#ffffff;
	background-color: #ffffff;
}
#page_work_business .blk_2 .rep_1_blk_sty_1_1 h4 {
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 1.25;
	padding: 0 0 50px 0;
	text-align: center;
}
#page_work_business .blk_2_1 .rep_1_blk_sty_1_1 h4 {
	color: #1379B9;
}
#page_work_business .blk_2_2 .rep_1_blk_sty_1_1 h4 {
	color: #1379B9;
}
#page_work_business .blk_2 .rep_1_blk_sty_1_1 h5 {
	position: relative;
	display: block;
	padding: 0 0 35px 0;
}
#page_work_business .blk_2 .rep_1_blk_sty_1_1 h5 span {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 1;
	color: #ffffff;
	background-color: #1379B9;
	text-align: center;
	width: 100%;
	height: 32px;
	padding: 8px 0 0 0;
}
#page_work_business .blk_2 .rep_1_blk_sty_1_1 p {
	position: relative;
	font-size: 14px;
	line-height: 2;
	padding: 0 0 50px 0;
	text-align: left;
}
#page_work_business .blk_2 .rep_1_blk_sty_1_1 ul {
	position: relative;
	width: 100%;
	max-width: 700px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: auto;
}
#page_work_business .blk_2_1_1_1 .rep_1_blk_sty_1_1 ul {
	max-width: 600px;
}
#page_work_business .blk_2 .rep_1_blk_sty_1_1 ul li {
	position: relative;
	width: 170px;
	height: 260px;
	text-align: center;
}
#page_work_business .blk_2_1_1_1 .rep_1_blk_sty_1_1 ul li {
	width: 160px;
}
#page_work_business .blk_2 .rep_1_blk_sty_1_1 ul li p:nth-of-type(1) {
	position: relative;
	width: 100%;
	height: 160px;
	padding: 0;
}
#page_work_business .blk_2 .rep_1_blk_sty_1_1 ul li p:nth-of-type(1) img {
	position: absolute;
	display: block;
	left:calc(50% - 75px);
	top:0;
	width: 150px;
	height: auto;
}
#page_work_business .blk_2 .rep_1_blk_sty_1_1 ul li p:nth-of-type(2) {
	position: relative;
	width: 100%;
	padding: 0;
	text-align: center;
}
#page_work_business .blk_2 .rep_1_blk_sty_1_1 ul li p:nth-of-type(2) a {
	position: relative;
	display: inline-block;
	width: auto;
	min-width: 120px;
	height: auto;
	padding: 0 10px;
	border: 1px solid #1379B9;
	background-color: #ffffff;
	margin: auto;
	overflow: hidden;
}
#page_work_business .blk_2 .rep_1_blk_sty_1_1 ul li p:nth-of-type(2) a::before {
	position: absolute;
	display: block;
	content: '';
	width: 101%;
	height: 100%;
	left:0;
	top:0;
	background-color: #1379B9;
	transform-origin: 100% 0;
  transform: scale(0, 1);
	transition: transform .2s ease-out 0s;
}
#page_work_business .blk_2 .rep_1_blk_sty_1_1 ul li p:nth-of-type(2) a:hover::before {
  transform-origin: 0 0;
  transform: scale(1, 1);
}
#page_work_business .blk_2 .rep_1_blk_sty_1_1 ul li p:nth-of-type(2) a span {
	position: relative;
	display: block;
	padding: 7px 0;
	font-size: 14px;
	line-height: 1;
	font-weight: 700;
	white-space: nowrap;
	transition: color .1s ease-out 0s;
}
#page_work_business .blk_2 .rep_1_blk_sty_1_1 ul li p:nth-of-type(2) a:hover span {
	color:#ffffff;
}
#page_work_business .blk_2 .rep_1_blk_sty_1_1 ul li p:nth-of-type(3) {
	position: relative;
	width: 100%;
	padding: 7px 0 0 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
	white-space: nowrap;
}

#page_work_business .blk_2 .rep_1_blk_sty_2 {
	padding: 0 0 30px 0;
}
/***************************************************************************************************
  responsive
***************************************************************************************************/

@media screen and (max-width: 1000px) {

#page_work_business {
	position: relative;
}
/*
*/
#page_work_business .blk_1 {
	position: relative;
	width: 100%;
	height: 60vh;

}
#page_work_business .blk_1_1 {
	width: 90%;
	max-width: 330px;
	min-width: 0;
	height: auto;
	padding: 30px 15px 30px 15px;
}
#page_work_business .blk_1_1 h2 {
	font-size: 20px;
}
#page_work_business .blk_1_1 p {
	font-size: 12px;
	font-weight: 700;
	padding: 20px 0 0 0;
}
#page_work_business .blk_1_2 {
	min-height: 0;
	height: 100%;
}
#page_work_business .blk_1_2_1 {
	width: 100%;
	left:0;
}
#page_work_business .blk_1_2_2 {
	width: 100%;
	left:0;
	opacity: 0;
	transition: opacity .4s ease-out 0s;
}
input#ipt_blk_2_2:checked ~ .blk_1 .blk_1_2_2 {
	opacity: 1;
}
/*
*/
#page_work_business .blk_2 {
	margin:50px 0 0 0;
}
#page_work_business .blk_2 input {
}
/*
*/
#page_work_business .blk_2_1 {

}
input#ipt_blk_2_1:checked ~ .blk_2_1 {
}
input#ipt_blk_2_1:checked ~ .blk_2_1 .rep_1 h3 {
}
input#ipt_blk_2_1:checked ~ .blk_2_1 .rep_1_content {
}
/*
*/
#page_work_business .blk_2_2 {
}
input#ipt_blk_2_2:checked ~ .blk_2_2 {
}
input#ipt_blk_2_2:checked ~ .blk_2_2 .rep_1 h3 {
}
input#ipt_blk_2_2:checked ~ .blk_2_2 .rep_1_content {
}
/*
*/
#page_work_business .blk_2 .rep_1 {
}
#page_work_business .blk_2 .rep_1_content {
	padding: 0 0 60px 0;
}
#page_work_business .blk_2_1 .rep_1_content {
}
#page_work_business .blk_2_2 .rep_1_content {
}
#page_work_business .blk_2 .rep_1 h3 {
	height: 50px;
	top:-50px;
}
#page_work_business .blk_2_1 .rep_1 h3 {
}
#page_work_business .blk_2_2 .rep_1 h3 {
}
#page_work_business .blk_2 .rep_1 h3::before {
	width: 6px;
	height: 6px;
	top:40px;
}
#page_work_business .blk_2_1 .rep_1 h3::before {
}
#page_work_business .blk_2_2 .rep_1 h3::before {
}
#page_work_business .blk_2 .rep_1 h3 label {
	font-size: 16px;
	padding: 12px 0 0 0;
}
#page_work_business .blk_2_1 .rep_1 h3 label {
}
#page_work_business .blk_2_2 .rep_1 h3 label {
}
#page_work_business .blk_2 .rep_1_1 {
	padding: 40px 5% 10px 5%;
	font-weight: 700;
	max-width: 600px;
}
#page_work_business .blk_2 .rep_1_1 br {
	display: none;
}
#page_work_business .blk_2_1 .rep_1_1 {
}
#page_work_business .blk_2_2 .rep_1_1 {
}
#page_work_business .blk_2 .rep_1_blk_sty_1 {
	padding: 20px 5% 20px 5%;
	max-width: 800px;
}
#page_work_business .blk_2 .rep_1_blk_sty_1_1 {
	padding: 35px 0 30px 0;
	background-color: #ffffff;
}
#page_work_business .blk_2 .rep_1_blk_sty_1_1 h4 {
	font-size: 20px;
	padding: 0 7% 30px 7%;
}
#page_work_business .blk_2_1 .rep_1_blk_sty_1_1 h4 {
}
#page_work_business .blk_2_2 .rep_1_blk_sty_1_1 h4 {
}
#page_work_business .blk_2 .rep_1_blk_sty_1_1 h5 {
	padding: 0 7% 35px 7%;
}
#page_work_business .blk_2 .rep_1_blk_sty_1_1 h5 span {
}
#page_work_business .blk_2 .rep_1_blk_sty_1_1 p {
	padding: 0 7% 30px 7%;
}
#page_work_business .blk_2 .rep_1_blk_sty_1_1 ul {
	width: 90%;
	max-width: 360px;
}
#page_work_business .blk_2_1_1_1 .rep_1_blk_sty_1_1 ul {
	max-width: 360px;
}
#page_work_business .blk_2 .rep_1_blk_sty_1_1 ul li {
	width: 50%;
	height: 240px;
}
#page_work_business .blk_2_1_1_1 .rep_1_blk_sty_1_1 ul li {
	width: 50%;
}
#page_work_business .blk_2 .rep_1_blk_sty_1_1 ul li p:nth-of-type(1) {
	position: relative;
	width: 100%;
	height: 160px;
	padding: 0;
}
#page_work_business .blk_2 .rep_1_blk_sty_1_1 ul li p:nth-of-type(1) img {
}
#page_work_business .blk_2 .rep_1_blk_sty_1_1 ul li p:nth-of-type(2) {
}
#page_work_business .blk_2 .rep_1_blk_sty_1_1 ul li p:nth-of-type(2) a {
	padding: 0 0;
}
#page_work_business .blk_2 .rep_1_blk_sty_1_1 ul li p:nth-of-type(2) a::before {
}
#page_work_business .blk_2 .rep_1_blk_sty_1_1 ul li p:nth-of-type(2) a:hover::before {
	transform-origin: 100% 0;
  transform: scale(0, 1);
}
#page_work_business .blk_2 .rep_1_blk_sty_1_1 ul li p:nth-of-type(2) a:active::before {
  transform-origin: 0 0;
  transform: scale(1, 1);
}
#page_work_business .blk_2 .rep_1_blk_sty_1_1 ul li p:nth-of-type(2) a span {
}
#page_work_business .blk_2 .rep_1_blk_sty_1_1 ul li p:nth-of-type(2) a:hover span {
	color:#231816;
}
#page_work_business .blk_2 .rep_1_blk_sty_1_1 ul li p:nth-of-type(2) a:active span {
	color:#ffffff;
}
#page_work_business .blk_2 .rep_1_blk_sty_1_1 ul li p:nth-of-type(3) {
	font-size: 12px;
}

#page_work_business .blk_2 .rep_1_blk_sty_2 {
	padding: 0 0 30px 0;
}
}
