@charset "UTF-8";
/*----------------------------------------

	- mv
		+ content
			- sec
			- sec01_sp
			- lead
			+sec02
				- tab
			- sec03

-----------------------------------------*/

/*----------------------------------------
	mv
-----------------------------------------*/
#mv {
	background: #62b1d9 url("../../img/c_mv_bg01.jpg") no-repeat right top;
	background-size: 1320px auto;
}

@media screen and (max-width: 767px) {
	#mv {
		background-size: auto 100%;
	}
}

/*----------------------------------------
	sec
-----------------------------------------*/
#sec01_sp {
	display: none;
}

@media screen and (max-width: 767px) {
	#sec01_sp {
		display: block;
	}
}

/*----------------------------------------
	content
-----------------------------------------*/
#content {
	padding: 60px 0 93px;
}

@media screen and (max-width: 767px) {
	#content {
		padding: 40px 0 68px;
	}
}

/*----------------------------------------
	sec01_sp
-----------------------------------------*/
@media screen and (max-width: 767px) {
	#sec01 {
		display: none;
	}

	#sec01_sp > div {
		display: flex;
		align-items: center;
		height: 39.89vw;
		width: 100%;
		background: url(../img/diversity_bg01_sp.png) no-repeat right bottom;
		background-size: 52%;
	}

	#sec01_sp > div > h2 {
		padding-left: 20px;
		height: auto;
		width: 180px;
	}
}

/*----------------------------------------
	lead
-----------------------------------------*/
#lead {
	max-width: 1120px;
	width: calc(100% - 100px);
	margin: 54px auto 0;
	text-align: center;
}

@media screen and (max-width: 767px) {
	#lead {
		width: calc(100% - 40px);
		margin: -7px auto 0;
		text-align: left;
	}
}

/*----------------------------------------
	tab
-----------------------------------------*/
#sec02 > div {
	margin-top: 54px;
}

#sec02 > div > ul.tabGroup {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

#sec02 > div > ul > li.tab {
	white-space: nowrap;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	height: 50px;
	width: 210px;
	padding-bottom: 21px;
	color: #000;
	text-align: center;
	cursor:pointer;
}

#sec02 > div > ul > li + li {
	margin-left: 20px;
}

#sec02 > div > ul > li.tab::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 100%;
	background-color: #ddd;
}

#sec02 > div > ul > li.tab:hover::before {
	background-color: #00a0e9;
}

#sec02 > div > ul > li.tab:not(.is-active) :hover::after {
	width: 100%;
}

#sec02 > div > ul > li.tab.is-active::before {
	background-color: #00a0e9;
}

#sec02 > div > .panelGroup {
	height:auto;
	margin-top: 60px;
}

#sec02 > div > .panelGroup .panel{
	display:none;
}

#sec02 > div > .panelGroup > .panel.is-show{
	display:block;
}

@media screen and (max-width: 767px) {
	#sec02 > div {
		margin-top: 35px;
	}

	#sec02 > div > ul.tabGroup {
			flex-wrap: wrap;
			justify-content: flex-start;
	}

	#sec02 > div > ul.tabGroup > li.tab {
		height: auto;
		width: calc(50% - 0.5px);
		padding: 11px 0;
		border-right: 1px solid rgba(255,255,255,1);
		border-bottom: none;
		background-color: #eee;
		color: #666;
	}

	#sec02 > div > ul.tabGroup > li + li {
		margin: 0;
	}

	#sec02 > div > ul.tabGroup > li:nth-child(2n) {
		border-right: none;
	}

	#sec02 > div > ul.tabGroup > li:nth-child(n + 3) {
		margin-top: 1px;
	}

	#sec02 > div > ul > li.tab::before,
	#sec02 > div > ul > li.tab:not(.is-active) ::after,
	#sec02 > div > ul > li.tab:not(.is-active) :hover::after {
		content: none;
	}

	#sec02 > div > ul > li.tab:hover,
	#sec02 > div > ul > li.tab.is-active {
		color: #fff;
		background-color: #62b1d9;
	}

	#sec02 > div > .panelGroup {
		margin-top: 40px;
	}
}

/*----------------------------------------
	sec02
-----------------------------------------*/
.dul {
	text-decoration: underline;
	margin-top: 15px;
}

#sec02 > div > div > div > .title {
	margin: 0 0 34px;
	padding: 5px 0 5px 15px;
	border-left: 5px solid #00a0e9;
	color: #000;
}

#sec02 > div > div > div > h3 {
	margin: 48px 0 9px;
	color: #000;
}

#sec02 > div > div > div.tab01 > h3:nth-of-type(3),
#sec02 > div > div > div.tab02 > h3:nth-of-type(2) {
	margin-top: 55px;
}

#sec02 > div > div > div > div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 32px;
}


#sec02 > div > div > div > div > figure {
	width: calc(25% - 80px);
		margin: 0 60px 0 0px;
	}
	
#sec02 > div > div > div > div:nth-of-type(2) > dl {
	width: 100%;
	margin-top: -5px;
}

#sec02 > div > div > div > div > dl {
	width: 75%;
	margin-top: -5px;
}


#sec02 > div > div > div > div > dl > dt:nth-of-type(2) {
	margin-top: 30px;
}

#sec02 > div > div > div > div > dl > dt:nth-of-type(3) {
	margin-top: 30px;
}

#sec02 > div > div > div > figure {
	width: 58.5%;
	margin-top: 40px;
}

#sec02 > div > div > div > ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 32px 0 30px;
}

#sec02 > div > div > div > ul > li {
	width: calc(33.33% + 20px);
	margin-right: 60px;
}

#sec02 > div > div > div > ul > li > figure {
	margin: 0 0 16px;
}

#sec02 > div > div > div > div:nth-of-type(2) > dl > dd:nth-of-type(1) {
	margin-bottom: 30px;
}

/* tab02 */
#sec02 > div > div > div.tab02 > div {
	margin-top: 28px;
}

#sec02 > div > div > div.tab02 > div > dl {
	width: 100%;
	margin-top: 0;
}

#sec02 > div > div > div.tab02 > div:nth-of-type(1) > dl > dd {
	margin-top: 15px;
	padding: 35px 40px;
	background: #e5f2ff;
}

#sec02 > div > div > div.tab02 > div:nth-of-type(1) > dl > dd >dl >dt {
	margin-bottom: 10px;
}

#sec02 > div > div > div.tab02 > div:nth-of-type(2) {
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 33px;
}

#sec02 > div > div > div.tab02 > div:nth-of-type(2) > div {
	width: calc(50% - 50px);
}

#sec02 > div > div > div.tab02 > div:nth-of-type(2) > div > dl {
	margin-bottom: 28px;
}

#sec02 > div > div > div.tab02 > div:nth-of-type(2) > div > dl:last-of-type {
	margin-bottom: 0;
}

#sec02 > div > div > div.tab02 > div:nth-of-type(2) > div > dl:nth-of-type(1) {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#sec02 > div > div > div.tab02 > div:nth-of-type(2) > div:nth-of-type(2) > dl:nth-of-type(2) {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#sec02 > div > div > div.tab02 > div:nth-of-type(2) > div:nth-of-type(1) > dl:nth-of-type(1) > dd > span{
	margin-bottom: 15px;
	display: block;
}

#sec02 > div > div > div.tab02 > div:nth-of-type(2) > div:nth-of-type(2) > dl:nth-of-type(1) > dt,
#sec02 > div > div > div.tab02 > div:nth-of-type(2) > div:nth-of-type(2) > dl:nth-of-type(1) > dd:nth-of-type(1) {
	width: 270px;
}

#sec02 > div > div > div.tab02 > div:nth-of-type(2) > div:nth-of-type(2) > dl:nth-of-type(2) > dt,
#sec02 > div > div > div.tab02 > div:nth-of-type(2) > div:nth-of-type(2) > dl:nth-of-type(2) > dd:nth-of-type(1) {
	width: 270px;
}

#sec02 > div > div > div.tab02 > div:nth-of-type(2) > div:nth-of-type(2) > dl:nth-of-type(1) > dd:nth-of-type(2) {
	width: 12.8vw;
	margin-top: -50px;
}

#sec02 > div > div > div.tab02 > div:nth-of-type(2) > div:nth-of-type(2) > dl:nth-of-type(2) > dd:nth-of-type(2) {
	width: 12.8vw;
	margin-top: -50px;
}

#sec02 > div > div > div.tab02 > div:nth-of-type(2) > ul > li > dl > dt:nth-of-type(2) {
	margin-top: 28px;
}

#sec02 > div > div > div.tab02 > div:nth-of-type(2) > ul > li > dl > dd:nth-of-type(2) {
	margin-top: 10px;
}

#sec02 > div > div > div.tab02 > div:nth-of-type(n+3) {
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#sec02 > div > div > div.tab02 > div:nth-of-type(n+3) > dl {
	width: calc(50% - 40px);
}

#sec02 > div > div > div.tab02 > div:nth-of-type(5) > dl > dd > span {
	display: block;
	margin-bottom: 15px;
}

#sec02 > div > div > div.tab02 > div:nth-of-type(5) > dl > dd >figure {
	margin-top: auto;
}

#sec02 > div > div > div.tab02 > div:nth-of-type(5) > dl:nth-of-type(3) {
	margin-top: 32px;
}

#sec02 > div > div > div.tab02 > div:nth-of-type(5) > dl:nth-of-type(4) {
	margin-top: 32px;
}
#sec02 > div > div > div.tab02 > div:nth-of-type(5) > dl:nth-of-type(5) {
	margin-top: 32px;
}
#sec02 > div > div > div.tab02 > div:nth-of-type(5) > dl:nth-of-type(6) {
	margin-top: 32px;
}
#sec02 > div > div > div.tab02 > div:nth-of-type(5) > dl:nth-of-type(7) {
	margin-top: 32px;
}
#sec02 > div > div > div.tab02 > div:nth-of-type(5) > dl:nth-of-type(8) {
	margin-top: 32px;
}
#sec02 > div > div > div.tab02 > div:nth-of-type(7) > dl:nth-of-type(3) {
	margin-top: 32px;
}

/* tab03 */
#sec02 > div > div > div.tab03 > div:nth-of-type(1) > dl:nth-of-type(8) > dd > span{
	margin-bottom: 15px;
	display: block;
}

#sec02 > div > div > div.tab03 > div:nth-of-type(1) {
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 32px;
}

#sec02 > div > div > div.tab03 > div:nth-of-type(1) > dl {
	width: calc(50% - 40px);
}

#sec02 > div > div > div.tab03 > div:nth-of-type(1) > dl:nth-of-type(n+3),
#sec02 > div > div > div.tab03 > div:nth-of-type(n+3) > dl:nth-of-type(n+3) {
	margin-top: 28px;
}

#sec02 > div > div > div.tab03 > div:nth-of-type(1) > ul > li > dl > dt:nth-of-type(n+2) {
	margin-top: 28px;
}

#sec02 > div > div > div.tab03 > div:nth-of-type(2) {
	margin-top: 35px;
}

#sec02 > div > div > div.tab03 > div:nth-of-type(2) > dl {
	width: 100%;
}

#sec02 > div > div > div.tab03 > div:nth-of-type(2) > dl > dd {
	margin-top: 15px;
	padding: 35px 40px 4px;
	background: #e5f2ff;
}


#sec02 > div > div > div.tab03 > div:nth-of-type(2) > dl > dd > dl > dt:first-of-type {
	margin-bottom: 7px;
}

#sec02 > div > div > div.tab03 > div:nth-of-type(2) > dl > dd > dl > dd:nth-of-type(n+3) {
	margin-bottom: 28px;
}

	#sec02 > div > div > div.tab03 > div:nth-of-type(3) {
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 33px;
}

#sec02 > div > div > div.tab03 > div:nth-of-type(3) > div {
	width: calc(50% - 50px);
}


#sec02 > div > div > div.tab03 > div:nth-of-type(3) > div > dl {
	margin-bottom: 28px;
}

#sec02 > div > div > div.tab03 > div:nth-of-type(3) > div:nth-of-type(2) > dl:nth-of-type(1) {
	margin-bottom: 10px;
}

#sec02 > div > div > div.tab03 > div:nth-of-type(3) > div > dl:last-of-type {
	margin-bottom: 0;
}

#sec02 > div > div > div.tab03 > div:nth-of-type(3) > div > dl:last-of-type > figure {
	width: 30%;
}

/* #sec02 > div > div > div.tab03 > div:nth-of-type(3) > div:nth-of-type(2) > dl:nth-of-type(2){
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #eeeeee;
	padding: 20px;
}


#sec02 > div > div > div.tab03 > div:nth-of-type(3) > div:nth-of-type(2) > dl:nth-of-type(2) > dd:nth-of-type(1){
	width: 52%;
} */
/* 
#sec02 > div > div > div.tab03 > div:nth-of-type(3) > div:nth-of-type(2) > dl:nth-of-type(2) > dd:nth-of-type(2) {
	width: 44%;
}

#sec02 > div > div > div.tab03 > div:nth-of-type(3) > div:nth-of-type(2) > dl:nth-of-type(2) > dt {
	border-bottom: solid 1px;
	border-color: #666666;
	margin-bottom: 15px;
	width: 100%;
} */

#sec02 > div > div > div.tab03 > div:nth-of-type(4) {
	margin-top: 32px;
}

#sec02 > div > div > div.tab03 > div:nth-of-type(4)  > dl  {
	width: calc(50% - 40px);
}

#sec02 > div > div > div.tab03 > div:nth-of-type(4){
	ms-flex-pack:justify;
	justify-content:space-between;
	margin-top:40px;
}

@media screen and (min-width:1600px) {
	#sec02 > div > div > div.tab02 > div:nth-of-type(2) > div:nth-of-type(2) > dl:nth-of-type(1) > dd:nth-of-type(2) {
		width: 200px;
	}
}

@media screen and (min-width:1600px) {
	#sec02 > div > div > div.tab02 > div:nth-of-type(2) > div:nth-of-type(2) > dl:nth-of-type(2) > dd:nth-of-type(2) {
		width: 200px;
	}
}

@media screen and (min-width:768px) and ( max-width:1315px) {
	#sec02 > div > div > div.tab02 > div:nth-of-type(2) > div:nth-of-type(2) > dl:nth-of-type(1) > dt, #sec02 > div > div > div.tab02 > div:nth-of-type(2) > div:nth-of-type(2) > dl:nth-of-type(1) > dd:nth-of-type(1) {
		width: 100%;
	}

	#sec02 > div > div > div.tab02 > div:nth-of-type(2) > div:nth-of-type(2) > dl:nth-of-type(1) > dd:nth-of-type(2) {
		margin-top: 10px;
	}
	#sec02 > div > div > div.tab02 > div:nth-of-type(2) > div:nth-of-type(2) > dl:nth-of-type(2) > dd:nth-of-type(2) {
		margin-top: 10px;
	}
}

@media screen and (min-width:768px) and ( max-width:1240px) {
	#sec02 > div > div > div.tab02 > div:nth-of-type(5) > dl {
		width: calc(50% - 30px);
	}
}

@media screen and (max-width: 767px) {
	#sec02 > div > div > div > .title {
		margin-bottom: 24px;
		line-height: 1.15;
	}

	#sec02 > div > div > div > h3 {
		margin: 28px 0 5px;
	}

	#sec02 > div > div > div.tab01 > h3:nth-of-type(3), #sec02 > div > div > div.tab02 > h3:nth-of-type(2) {
		margin-top: 28px;
	}

	#sec02 > div > div > div > div {
		display: block;
		margin-top: 23px;
	}

	#sec02 > div > div > div > div > figure {
		width: 60%;
		margin: 0 auto;
	}
	
	#sec02 > div > div > div > div > dl,
	#sec02 > div > div > div > figure {
		width: 100%;
		margin-top: 23px;
	}

	#sec02 > div > div > div > div > dl > dt:nth-of-type(2) {
	margin-top: 18px;
	}
	
	#sec02 > div > div > div > div > dl > dt:nth-of-type(3) {
	margin-top: 18px;
	}
	
	#sec02 > div > div > div > ul {
		display: block;
		margin: 23px 0 20px;
		margin-top: 23px;
	}

	#sec02 > div > div > div > ul > li {
		width: 80%;
		margin: 0 auto;
	}

	#sec02 > div > div > div > ul > li:nth-of-type(2) {
		margin-top: 20px;
	}

	#sec02 > div > div > div > ul > li > figure {
		margin: 0 0 8px;
	}
	
	#sec02 > div > div > div > div:nth-of-type(2) > dl > dd:nth-of-type(1) {
	margin-bottom: 18px;
	}

	/* tab02 */
	#sec02 > div > div > div.tab02 > div {
		margin-top: 18px;
	}

	#sec02 > div > div > div.tab02 > div:nth-of-type(1) > dl > dd {
		margin-top: 10px;
		padding: 25px 15px;
	}

	#sec02 > div > div > div.tab02 > div:nth-of-type(2) {
		margin-top: 18px;
	}

	#sec02 > div > div > div.tab02 > div:nth-of-type(2) > div {
		width: 100%;
		margin-bottom: 26px;
	}

	#sec02 > div > div > div.tab02 > div:nth-of-type(2) > div > dl {
		margin-bottom: 18px;
	}

	#sec02 > div > div > div.tab02 > div:nth-of-type(2) > div:nth-of-type(2) > dl:nth-of-type(1) > dt, #sec02 > div > div > div.tab02 > div:nth-of-type(2) > div:nth-of-type(2) > dl:nth-of-type(1) > dd:nth-of-type(1) {
		width: 58.33%;
	}
	
		#sec02 > div > div > div.tab02 > div:nth-of-type(2) > div:nth-of-type(2) > dl:nth-of-type(2) > dt, #sec02 > div > div > div.tab02 > div:nth-of-type(2) > div:nth-of-type(2) > dl:nth-of-type(2) > dd:nth-of-type(1) {
		width: 58.33%;
	}

	#sec02 > div > div > div.tab02 > div:nth-of-type(2) > div:nth-of-type(2) > dl:nth-of-type(1) > dd:nth-of-type(2) {
		width: 35.71%;
		margin-top: -50px;
	}
	
	#sec02 > div > div > div.tab02 > div:nth-of-type(2) > div:nth-of-type(2) > dl:nth-of-type(2) > dd:nth-of-type(2) {
		width: 35.71%;
		margin-top: -50px;
	}

	#sec02 > div > div > div.tab02 > div:nth-of-type(n+3) > dl {
		width: 100%;
		margin-top: 20px;
	}

	#sec02 > div > div > div.tab02 > div:nth-of-type(n+3) > dl:nth-of-type(n+2) {
		margin-top: 18px;
	}

	#sec02 > div > div > div.tab02 > div:nth-of-type(5) > dl > dd >figure {
		width: 100%;
		margin: 10px 0 25px;
	}

	[lang="en"] #sec02 > div > div > div.tab02 > div:nth-of-type(5) > dl > dd >figure {
		margin: 5px 0 25px;
	}

	[lang="en"] #sec02 > div > div > div.tab02 > div:nth-of-type(5) > dl > dd > span {
		margin-bottom: 0;
	}

	/* tab03 */
	#sec02 > div > div > div.tab03 > div:nth-of-type(1),
	#sec02 > div > div > div.tab03 > div:nth-of-type(2) {
		margin-top: 0;
	}

	#sec02 > div > div > div.tab03 > div:nth-of-type(1) > dl,
	#sec02 > div > div > div.tab03 > div:nth-of-type(n+3) > dl {
		width: 100%;
	}

	#sec02 > div > div > div.tab03 > div:nth-of-type(1) > dl {
		margin-top: 20px;
	}

	#sec02 > div > div > div.tab03 > div:nth-of-type(1) > dl:nth-of-type(n+3) {
		margin-top: 10px;
	}

	#sec02 > div > div > div.tab03 > div:nth-of-type(2) > dl > dd {
		margin-top: 8px;
		padding: 25px 16px 4px;
	}

	#sec02 > div > div > div.tab03 > div:nth-of-type(2) > dl > dd > dl > dd:nth-of-type(n+3) {
		margin-bottom: 20px;
	}
	
	#sec02 > div > div > div.tab03 > div:nth-of-type(3) {
		margin-top: 18px;
	}

	#sec02 > div > div > div.tab03 > div:nth-of-type(3) > div {
		width: 100%;
		margin-bottom: 18px;
	}

	#sec02 > div > div > div.tab03 > div:nth-of-type(3) > div > dl {
		margin-bottom: 18px;
	}
	

	
	/* #sec02 > div > div > div.tab03 > div:nth-of-type(3) > div:nth-of-type(2) > dl:nth-of-type(2){
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: justify;
		justify-content: space-between;
		background: #eeeeee;
		padding: 20px;
	}

	#sec02 > div > div > div.tab03 > div:nth-of-type(3) > div:nth-of-type(2) > dl:nth-of-type(2) > dt {
	border-bottom: solid 1px;
	border-color: #666666;
	margin-bottom: 15px;
	width: 100%;
	}
	
	#sec02 > div > div > div.tab03 > div:nth-of-type(3) > div:nth-of-type(2) > dl:nth-of-type(2) > dd:nth-of-type(1){
	width: 52%;
	}

	#sec02 > div > div > div.tab03 > div:nth-of-type(3) > div:nth-of-type(2) > dl:nth-of-type(2) > dd:nth-of-type(2) {
	width: 44%;
	} */
	

	#sec02 > div > div > div.tab03 > div:nth-of-type(4) {
		margin-top: 18px;
	}
	#sec02 > div > div > div.tab03 > div:nth-of-type(4) > dl {
		margin-top: 28px;
	}
}

/*----------------------------------------
	sec03
-----------------------------------------*/
.sp {display: none;}

@media screen and (max-width: 767px) {
	.pc {display: none;}
	.sp {display: block;}
}