@charset "utf-8";

/* -----------------------------------------------------------
    MV
-------------------------------------------------------------- */
#role .mv-area {
	background-color: #F5FCEA;
	height: 560px;
	background: url("../img/role-bg-txt.png") no-repeat left -1% bottom 0 #F5FCEA;
}

#role .ttl-img-wrap {
	position: relative;
	display: flex;
	z-index: 10;
	max-width: 1600px;
	height: 100%;
	margin: 0 auto;
}

#role .mv-area .ttl-wrap {
	position: absolute;
	top: 110px;
	left: 100px;
	z-index: 1;
}

#role .mv-area .titlebox {
    margin: 0 0 50px;
}

#role .mv-area .ttl-wrap .titlebox .title-en {
	font-size: 6.7rem;
}

#role .mv-area .ttl-wrap .titlebox .title-jp {
	font-size: 2.2rem;
}

/*MVイメージ*/
#role .img-area {
	display: flex;
	position: absolute;
	z-index: 0;
	top: 35px;
	right: 3%;
}

#role .img-area .img-wrap {
	margin-left: 10px;
}

/*パンくず・h1*/
#role .breadcrumbs {
    top: 0px;
}

#role .h1-wrap h1 {
    top: 10px;
}

@media screen and (max-width: 1400px) {
	#role .img-area {
		width: 50%;
		right: 2%;
	}
	
	#role .img-area .img-wrap {
		width: 100%;
	}
	}

@media screen and (max-width: 768px) {
	#role .mv-area {
		height: 330px;
		background: url("../img/role-bg-txt.png") no-repeat left 0% bottom 0 #F5FCEA;
		background-size: 100%;
	}

	#role .ttl-img-wrap {
		position: relative;
		display: flex;
		z-index: 10;
		max-width: 100%;
		height: 100%;
		margin: 0 auto;
	}

	#role .mv-area .ttl-wrap {
		position: absolute;
		top: 50px;
		left: 20px;
	}

	#role .mv-area .titlebox {
		margin: 0 0 30px;
	}

	#role .mv-area .ttl-wrap .titlebox .title-en {
		font-size: 4rem;
	}

	#role .mv-area .ttl-wrap .titlebox .title-jp {
		font-size: 2rem;
	}

	/*MVイメージ*/
	#role .img-area {
		position: absolute;
		z-index: 0;
		right: -23%;
		bottom: 0px;
		top: 5%;
		width: 63%;
	}
	
	#role .img-area .img-wrap {
		margin-left: 5px;
	}
	
	#role .img-area img {
		width: 100%;
	}
	
	/*パンくず・h1*/
	#role .h1-wrap h1 {
		top: 5px;
	}
	}


/* -----------------------------------------------------------
    概要とメリット
-------------------------------------------------------------- */
#role .role-overview-area {
	margin: 200px auto 100px;
}

#role .role-overview-area .img-box {
	display: flex;
	justify-content: center;
    align-items: center;
	padding: 35px;
	border: solid 1px #79BD43;
	margin: 30px auto 80px;
}

#role .role-overview-area .img-box .plus-area,
#role .role-overview-area .img-box .arrow-area {
	display: flex;
	align-items: center;
}

#role .role-overview-area .img-box div {
	text-align: center;
}

#role .role-overview-area .img-box .mark {
	padding: 0 50px;
}

#role .role-overview-area .img-box img {
	padding-bottom: 15px;
}

#role .role-overview-area .img-box .txt {
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.5;
}

@media screen and (max-width: 768px) {
	#role .role-overview-area {
		margin: 40px auto 40px;
	}

	#role .role-overview-area .img-box {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 20px 15px;
		border: solid 1px #79BD43;
		margin: 30px auto 40px;
		flex-direction: column;
	}
	
	#role .role-overview-area .img-box .arrow-area {
		margin-top: 30px;
	}

	#role .role-overview-area .img-box div {
		text-align: center;
	}

	#role .role-overview-area .img-box .mark {
		padding: 0px;
	}
	
	#role .role-overview-area .img-box .arrow-area .mark img {
		margin-right: 20px;
		width: 50%;
	}

	#role .role-overview-area .img-box img {
		padding-bottom: 15px;
		width: 60%;
	}

	#role .role-overview-area .img-box .txt {
		font-size: 1.5rem;
		line-height: 1.4;
	}
	}


/* -----------------------------------------------------------
    問題提起
-------------------------------------------------------------- */
#role .role-problem-area {
	background-color: #F7F7F7;
	padding: 80px 0 80px;
	position: relative;
}

#role .role-problem-area::after{
	content: "";
	width: 0;
	height: 0;
	border: 150px solid transparent;
	border-top: 65px solid #F7F7F7;
	position: absolute;
	bottom: -200px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

#role .role-problem-area .r-problem-list {
	margin: 60px auto 40px;
	display: flex;
	justify-content: space-between;
}

#role .role-problem-area .r-problem-list li {
	background-color: #fff;
	width: 290px;
	padding: 25px 10px;
	text-align: center;
	position: relative;
}

#role .role-problem-area .r-problem-list li::before {
	content: "";
    background-image: url("../img/check-icon.png");
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -15px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

#role .role-problem-area .r-problem-list li .txt-wrap .txt {
	font-weight: 700;
}

#role .role-problem-area .r-problem-list li .txt-wrap .txt span {
	font-size: 1.8rem;
	color: #79BD43;
}

#role .role-problem-area .txt.push {
	text-align: center;
	line-height: 1.5;
	font-size: 2rem;
	font-weight: 700;
}

#role .role-problem-area .txt.push span {
	font-size: 2.5rem;
}

@media screen and (max-width: 768px){
	#role .role-problem-area {
		padding: 40px 0 40px;
		position: relative;
	}

	#role .role-problem-area::after{
		content: "";
		border: 75px solid transparent;
    	border-top: 40px solid #F7F7F7;
    	position: absolute;
    	bottom: -112px;
	}

	#role .role-problem-area .r-problem-list {
		margin: 40px auto 30px;
		flex-direction: column;
		align-items: center;
	}

	#role .role-problem-area .r-problem-list li {
		margin-bottom: 30px;
		width: 295px
	}
	
	#role .role-problem-area .r-problem-list li:last-child {
		margin-bottom: 0px;
	}

	#role .role-problem-area .r-problem-list li::before {
		width: 25px;
		height: 25px;
	}

	#role .role-problem-area .txt.push {
		text-align: center;
		line-height: 1.5;
		font-size: 1.6rem;
	}

	#role .role-problem-area .txt.push span {
		font-size: 2rem;
	}
	}


/* -----------------------------------------------------------
    解決策
-------------------------------------------------------------- */
#role .role-resolution-area {
	background: url("../img/top-aboutus-bg2.png") no-repeat top 4% right 3%,
		url("../img/role-resolution-bg.png") no-repeat top 42% center;
	padding-top: 130px;
	margin-bottom: 100px;
}

#role .role-resolution-area .resolution-list {
	margin: 50px auto 80px;
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
    gap: 50px 70px;
}

#role .role-resolution-area .resolution-list li {
	background-color: #fff;
	border: solid 1px #13703F;
	border-radius: 20px;
	text-align: center;
	width: 450px;
}

#role .role-resolution-area .resolution-list li .bg-green {
	background-color: #13703F;
	border-radius: 20px 20px 0 0;
	padding: 30px;
	position: relative;
}

#role .role-resolution-area .resolution-list li .bg-green::after{
	content: "";
	width: 0;
	height: 0;
	border: 22px solid transparent;
    border-top: 15px solid #13703F;
    position: absolute;
    bottom: -37px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

#role .role-resolution-area .resolution-list li .bg-green .txt.problem {
	font-size: 1.8rem;
	color: #fff;
	font-weight: 700;
}

#role .role-resolution-area .resolution-list li .resolution {
	font-size: 2.3rem;
	font-weight: 700;
	padding: 35px 20px 30px;
	letter-spacing: 0.15rem;
}

/*--複数の特徴エリア--*/
#role .role-resolution-area .resolution-feature {
	background: linear-gradient(180deg, #fff 0%, #fff 40%, #72A98C 40%, #72A98C 100%);
}

#role .role-resolution-area .resolution-feature .r-feature-area {
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
	gap: 30px;
	background-color: #fff;
	padding-bottom: 30px;
}

#role .role-resolution-area .resolution-feature .r-feature-area li {
	text-align: center;
	width: 250px;
	z-index: 0;
}

#role .role-resolution-area .resolution-feature .r-feature-area li .num-wrap {
	font-size: 1.5rem;
    font-weight: 700;
	color: #13703f;
	padding: 15px 20px;
	background-color:#fff;
	border: solid 1px #13703f;
	border-radius: 50px;
	display: flex;
	width: 80px;
	height: 80px;
	flex-direction: column;
	line-height: 1.2;
	margin: 0 auto -30px;
	position: relative;
	z-index: 1;
}

#role .role-resolution-area .resolution-feature .r-feature-area li .num-wrap .num {
	font-size: 2.8rem;
	font-family: 'Lato', sans-serif;
}

#role .role-resolution-area .resolution-feature .r-feature-area li .txt {
	padding: 25px 5px;
	font-weight: 500;
	font-size: 2rem;
}

/*一言*/
#role .role-resolution-area .resolution-feature .txt.push {
	text-align: center;
	padding: 65px 0;
	font-weight: 700;
	font-size: 3rem;
	color: #fff;
}

@media screen and (max-width: 768px) {
	#role .role-resolution-area {
		background:url("../img/role-resolution-bg.png") no-repeat top 33% center / 100% auto;
		padding-top: 60px;
		margin-bottom: 40px;
	}

	#role .role-resolution-area .resolution-list {
		margin: 30px auto 50px;
		flex-wrap: wrap;
		justify-content: center;
		gap: 30px 30px;
	}

	#role .role-resolution-area .resolution-list li {
		border-radius: 20px;
		text-align: center;
		width: 100%;
	}

	#role .role-resolution-area .resolution-list li .bg-green {
		border-radius: 20px 20px 0 0;
		padding: 20px;
	}

	#role .role-resolution-area .resolution-list li .bg-green::after{
		content: "";
		border: 19px solid transparent;
    	border-top: 10px solid #13703F;
    	bottom: -29px;
	}

	#role .role-resolution-area .resolution-list li .bg-green .txt.problem {
		font-size: 1.6rem;
	}

	#role .role-resolution-area .resolution-list li .resolution {
		font-size: 1.9rem;
		padding: 25px 15px 20px;
		letter-spacing: 0.1rem;
	}

	/*--複数の特徴エリア--*/
	#role .role-resolution-area .resolution-feature {
		background: linear-gradient(180deg, #fff 0%, #fff 30%, #72A98C 30%, #72A98C 100%);
	}

	#role .role-resolution-area .resolution-feature .r-feature-area {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px;
		background-color: #fff;
		padding-bottom: 30px;
	}

	#role .role-resolution-area .resolution-feature .r-feature-area li {
		text-align: center;
		width: 250px;
		z-index: 0;
	}

	#role .role-resolution-area .resolution-feature .r-feature-area li .num-wrap {
		font-size: 1.3rem;
		padding: 10px 10px;
		border-radius: 50px;
		display: flex;
		width: 60px;
		height: 60px;
		flex-direction: column;
		line-height: 1.1;
		margin: 0 auto -30px;
	}

	#role .role-resolution-area .resolution-feature .r-feature-area li .num-wrap .num {
		font-size: 2.3rem;
	}

	#role .role-resolution-area .resolution-feature .r-feature-area li .txt {
		padding: 20px 5px;
		font-size: 1.8rem;
	}
	
	#role .role-resolution-area .resolution-feature .r-feature-area li .img-wrap {
		height: 150px;
	}

	/*一言*/
	#role .role-resolution-area .resolution-feature .txt.push {
		padding: 40px 20px;
		font-size: 2rem;
	}
	}



/* -----------------------------------------------------------
    他社との違い
-------------------------------------------------------------- */
#role .role-difference-area {
	margin-bottom: 100px;
	background: url("../img/role-difference-bg.png") no-repeat top 55% center;
}

#role .role-difference-area .r-difference-list {
	display: flex;
	justify-content: space-between;
	margin: 70px auto 0;
}

#role .role-difference-area .r-difference-list li {
	box-shadow: 0px 3px 20px #b7b7b7;
	width: calc(100% / 3 - 20px);
	background-color: #fff;
}

#role .role-difference-area .r-difference-list li .img-wrap {
	width: 100%;
}

#role .role-difference-area .r-difference-list li .img-wrap img {
	width: 100%;
	object-fit: cover;
}

#role .role-difference-area .r-difference-list li .txt-wrap {
	padding: 30px 30px;
}

#role .role-difference-area .r-difference-list li .ttl {
	font-size: 3rem;
	font-weight: 700;
	text-align: center;
	position: relative;
	margin-bottom: 20px;
}

#role .role-difference-area .r-difference-list li .ttl::after {
    content: "";
    display: block;
    width: 60px;
    height: 5px;
    background: #79BD43;
    margin: 15px auto 0;
}

@media screen and (max-width: 768px) {
	#role .role-difference-area {
		padding-bottom: 40px;
		margin-bottom: 40px;
		background: url("../img/role-difference-bg.png") no-repeat bottom 0% center / 100% auto;
	}

	#role .role-difference-area .r-difference-list {
		margin: 40px auto 0;
		flex-direction: column;
    	align-items: center;
	}

	#role .role-difference-area .r-difference-list li {
		width: 100%;
		margin-bottom: 30px;
	}
	
	#role .role-difference-area .r-difference-list li:last-child {
		margin-bottom: 0px;
	}

	#role .role-difference-area .r-difference-list li .img-wrap {
		height: 200px;
	}

	#role .role-difference-area .r-difference-list li .txt-wrap {
		padding: 20px 20px;
	}

	#role .role-difference-area .r-difference-list li .ttl {
		font-size: 2.5rem;
		margin-bottom: 15px;
	}

	#role .role-difference-area .r-difference-list li .ttl::after {
		margin: 15px auto 0;
	}
	}



/* -----------------------------------------------------------
    特定技能に関して
-------------------------------------------------------------- */
.role-s-skill-area {
	padding: 0 0 80px;
	margin-bottom: 100px;
	background: url("../img/role-s-skill-area-bg.png") no-repeat center / cover;
}

#role .catch.left-line {
    padding: 0 15px;
}

/*表*/
.wrap.l01 {
	margin: 50px auto 100px;
}
.wrap.l02 {
	margin: 50px auto 0;
}

table {
	border-collapse: collapse;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	table-layout: fixed;
}

table .cate {
	width: 25%;
	line-height: 1.3;
}

thead th{
	border-right: solid 3px #fff;
}

table tr {
	background-color: #fff;
	padding: 20px;
}

.l01 table tr:nth-child(even){
	background-color: #F7F7F7;
}

.l02 table tr:nth-child(odd){
	background-color: #F7F7F7;
}

table td {
	padding: 30px;
	border-left: solid 3px #fff;
	line-height: 1.5;
	vertical-align: top;
}

table th {
	font-size: 2rem;
	padding: 35px 10px;
	vertical-align: top;
}

.item1{
  background: #59B785;
}
.item2{
  background: #559CC2;
}

.l02 .item1{
  background: #EFA13C;
}
.l02 .item2{
  background: #3DCFCA;
}

.name{
	color: #fff;
	font-weight: 700;
	font-size: 2.2rem;
	text-align: center;
}


@media screen and (max-width: 768px) {
	.role-s-skill-area {
		padding: 0 0 40px;
		margin-bottom:40px;
		background: url("../img/role-s-skill-area-bg.png") no-repeat center / cover;
	}

	/*表*/
	.wrap {
		overflow-x: scroll;
		padding-left: 20px;
	  }
	.wrap.l01 {
		margin: 30px auto 40px;
	}
	.wrap.l02 {
		margin: 30px auto 0;
	}

	table {
		width: 800px;
	}

	table tr {
		padding: 20px;
	}

	table td {
		padding: 20px;
		line-height: 1.5;
	}

	table th {
		font-size: 1.8rem;
		padding: 20px 10px;
		vertical-align: top;
	}

	.name {
		font-size: 1.8rem;
	}
	}


