@charset "utf-8";
/* CSS Document */



/*--------------------------------------
　VOLUNTEER
---------------------------------------*/
.volunteer .rowBox {
	position: relative;
	margin: 30rem 0 15rem;
}
.volunteer .rowBox .thumb {
	width: 633px;
	position: absolute;
	bottom: 6rem;
    left: 0;
	z-index: 1;
}
.volunteer .rowBox .thumb img {
	border-radius: 10px;
}
.volunteer .rowBox .txtBox {
	border-radius: 10px;
	background: #E9F7D5;
	width: 485px;
	padding: 8rem 8rem 8rem 8rem;
	float: right;
	position: relative;
}
.volunteer .rowBox .txtBox:before {
	content: "";
	background: #F4FAF7;
	width: 209px;
	height: 193px;
	border-radius: 10px;
	position: absolute;
    top: -15rem;
    right: 3rem;
}

.volunteer .voluBox {
	background: #F4FAF7;
	border-radius: 0 0 10px 10px;
	padding: 6rem;
	margin: 0 0 2rem;
}
.volunteer .voluBox:last-child {
	margin: 0;
}
.volunteer .voluBox a {
	opacity: 1;
}
.volunteer .voluBox .box {
	display: flex;
	justify-content: center;
}
.volunteer .voluBox .logo {
	margin: 0 4rem 0 0;
}
.volunteer .voluBox .logo img {
	height: 215px;
}
.volunteer .voluBox .dtlBox {
	width: 715px;
}
.volunteer .voluBox .label {
	background: #D80F5C;
	color: #fff;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
	border-radius: 10px;
	padding: 8px 10px 10px;
	margin: 0 0 2rem;
}
.volunteer .voluBox.sayama .label {
	background: #094B9E;
}
.volunteer .voluBox.tama .label {
	background: #128A32;
}
.volunteer .voluBox .phList {
	display: flex;
	justify-content: space-between;
}
.volunteer .voluBox .phList li {
	width: 230px;
}
.volunteer .voluBox .phList li img {
	border-radius: 5px;
}
.volunteer .btn-more {
	text-align: right;
	padding: 0 10rem 0 0;
	margin: 4rem 0 0;
}
.volunteer .btn-more:before {
    content: "";
    background: url("../images/common/arr_ccl_bla_right_big.png") no-repeat right center;
    background-size: 100%;
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    top: calc(50% - 30px);
    transition: all .3s;
}
.volunteer .voluBox a:hover .btn-more:before {
    right: -1%;
}




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

/*--------------------------------------
　VOLUNTEER
---------------------------------------*/
.volunteer .rowBox {
	position: relative;
	margin: 0 0 8rem;
}
.volunteer .rowBox .thumb {
	width: 100%;
	position: relative;
    z-index: 1;
    bottom: auto;
}
.volunteer .rowBox .thumb img {
	width: 280px;
    height: 215px;
    object-fit: cover;
}
	    
.volunteer .rowBox .txtBox {
	padding: 3rem;
	float: right;
	position: relative;
	width: calc(100% - 4%);
	margin: -1rem 0 0;
}
.volunteer .rowBox .txtBox:before {
	content: none;
}

	
	
	
.volunteer .voluBox {
	padding: 4rem 2rem 3rem;
	margin: 0 0 2rem;
}
.volunteer .voluBox .box {
	display: block;
}
.volunteer .voluBox .logo {
	margin: 0 0 2rem;
	text-align: center;
}
.volunteer .voluBox .logo img {
	width: 180px;
	height: auto;
}
.volunteer .voluBox .dtlBox {
	width: 100%;
}
.volunteer .voluBox .label {
	font-size: 1.6rem;
	padding: 5px 10px 7px;
	margin: 0 0 1.5rem;
}
.volunteer .voluBox .phList {
	display: flex;
	justify-content: space-between;
}
.volunteer .voluBox .phList li {
	width: 33.3%;
}
.volunteer .voluBox .phList li img {
	border-radius: 0;
}
.volunteer .btn-more {
	text-align: right;
	padding: 0 6rem 0 0;
	margin: 3rem 0 0;
}
.volunteer .btn-more:before {
    width: 40px;
    height: 40px;
    right: 0;
    top: calc(50% - 20px);
	margin: 0;
}
.volunteer .voluBox a:hover .btn-more:before {
    right: 0;
}
	
}





