/* WORKPLACE COMMON */
/*------------------------------------------------*/
.wPlaceTitleArea {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 768px) {
  .wPlaceTitleArea h2 {
    width: 35%;
  }
}

#education {
  width: 100%;
}
#education .wPlaceTitleArea {
  padding: 84px 0;
  background-image: url(../images/workplace/bg/workplaceTitleBg01.jpg);
}
@media only screen and (max-width: 768px) {
  #education .wPlaceTitleArea {
    padding: 10% 0 20%;
    background-position: 25% center;
  }
}
#education .wPlaceTitleArea h3 {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  #education .wPlaceTitleArea h3 {
    margin-top: 3%;
  }
}
#education .whiteBg {
  margin-top: 40px;
  width: 100%;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  #education .whiteBg {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  #education .eduSectionWrap {
    position: relative;
    top: -35px;
  }
}
#education .eduSectionWrap .btn {
  width: 100%;
  padding: 0 6% 6% 6%;
  background-color: #f8f8f8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
#education .eduSectionWrap .btn p {
  width: 100%;
  padding: 6.5% 7%;
  color: #2f457c;
  font-weight: bold;
  border: 1px solid #2f457c;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
#education .eduSectionWrap .btn .more, #education .eduSectionWrap .btn .close {
  position: relative;
}
#education .eduSectionWrap .btn .more:after, #education .eduSectionWrap .btn .close:after {
  width: 15px;
  height: 9px;
  content: "";
  margin-top: -4.5px;
  display: block;
  position: absolute;
  background-image: url(../images/workplace/icon/sp_workplaceDown.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -ms-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  right: 14px;
  top: 50%;
}
#education .eduSectionWrap .btn .close:after {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#education .eduSectionWrap section:first-of-type {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  #education .eduSectionWrap section:first-of-type {
    margin-bottom: 8%;
  }
}
#education .eduSectionWrap section .sec {
  padding: 30px;
  margin-top: 40px;
  background-color: #f8f8f8;
}
@media only screen and (max-width: 768px) {
  #education .eduSectionWrap section .sec {
    margin-top: 8%;
    padding: 6%;
  }
}
#education .eduSectionWrap section .sec:first-of-type {
  margin-top: 0;
}
#education .eduSectionWrap section .secTitleArea .secH3Wrap {
  position: relative;
}
#education .eduSectionWrap section .secTitleArea .secH3Wrap h3 {
  position: absolute;
  top: 0;
  left: -44px;
  padding: 25px 0;
  width: 365px;
  background-color: #2f457c;
  color: #fff;
  font-size: 22px;
  text-align: center;
  box-sizing: border-box;
  letter-spacing: 2px;
}
@media only screen and (max-width: 768px) {
  #education .eduSectionWrap section .secTitleArea .secH3Wrap h3 {
    left: -12%;
    padding: 7% 0;
    width: 110%;
    font-size: 16px;
  }
}
#education .eduSectionWrap section .secTitleArea .secH3Wrap h3:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-right-color: #253662;
  border-width: 0 15px 8px 0;
  left: 0;
  bottom: -8px;
}
#education .eduSectionWrap section .secTitleArea p {
  padding: 95px 0 23px;
  line-height: 180%;
}
@media only screen and (max-width: 768px) {
  #education .eduSectionWrap section .secTitleArea p {
    padding: 25% 0 0;
    line-height: 170%;
  }
}
#education .eduSectionWrap section .secContents {
  padding-top: 23px;
  border-top: 1px solid #ccc;
}
@media only screen and (max-width: 768px) {
  #education .eduSectionWrap section .secContents {
    display: none;
    padding-top: 7%;
    margin-top: 7%;
  }
}
#education .eduSectionWrap section .secContents ul .list {
  float: left;
  margin-left: 40px;
  width: 263px;
  word-break: break-all;
}
#education .eduSectionWrap section .secContents ul .list:first-of-type {
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  #education .eduSectionWrap section .secContents ul .list {
    float: auto;
    width: 100%;
    margin-left: 0;
    margin-top: 8%;
    padding-top: 8%;
    border-top: 1px solid #ccc;
  }
  #education .eduSectionWrap section .secContents ul .list:first-of-type {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }
}
#education .eduSectionWrap section .secContents ul .list .secConTitleArea h4 {
  color: #2f457c;
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #education .eduSectionWrap section .secContents ul .list .secConTitleArea h4 {
    font-size: 18px;
  }
}
#education .eduSectionWrap section .secContents ul .list .secConTitleArea span {
  display: inline-block;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  #education .eduSectionWrap section .secContents ul .list .secConTitleArea span {
    padding-bottom: 3%;
  }
}
#education .eduSectionWrap section .secContents ul .list .secConTitleArea p {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  #education .eduSectionWrap section .secContents ul .list .secConTitleArea p {
    margin-top: 8%;
  }
}
#education .eduSectionWrap section .secContents ul .list h5 {
  margin: 20px 0 7px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #education .eduSectionWrap section .secContents ul .list h5 {
    margin: 8% 0 0 0;
  }
}
#education .eduSectionWrap section .secContents ul .list .ol01 {
  line-height: 160%;
}
#education .eduSectionWrap section .secContents ul .list .ol01 li ul li {
  margin: 0;
  padding-left: 1em;
  text-indent: -1em;
}
#education .eduSectionWrap section .secContents ul .list ul li {
  line-height: 160%;
}
#education .eduSectionWrap section .secContents ul .list ul li .ol02 li {
  padding-left: 1em;
  text-indent: -1em;
}
#education .eduSectionWrap section .secContents ul .list ul li .olMB {
  margin-bottom: 20px;
}

#welfare {
  margin-top: 80px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #welfare {
    margin-top: 0;
  }
}
#welfare .wPlaceTitleArea {
  padding: 54px 0;
  background-image: url(../images/workplace/bg/workplaceTitleBg02.jpg);
}
@media only screen and (max-width: 768px) {
  #welfare .wPlaceTitleArea {
    padding: 10% 0;
    background-position: 3% center;
  }
}
#welfare .wPlaceTitleArea h3 {
  margin: 20px 0 15px 0;
}
@media only screen and (max-width: 768px) {
  #welfare .wPlaceTitleArea h3 {
    margin: 4% 0 3%;
  }
}
#welfare .wPlaceTitleArea p {
  color: #fff;
  font-size: 14px;
  line-height: 180%;
}
#welfare .welContents {
  margin: 40px auto 100px;
}
@media only screen and (max-width: 768px) {
  #welfare .welContents {
    margin: 8% auto 10%;
  }
}
#welfare .welContents ol {
  float: left;
  margin-left: 30px;
  width: 450px;
}
#welfare .welContents ol:first-of-type {
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  #welfare .welContents ol {
    float: auto;
    margin-left: 0;
    width: 100%;
  }
  #welfare .welContents ol:first-of-type {
    margin-bottom: 8%;
  }
  #welfare .welContents ol:last-of-type .welList:first-of-type {
    border-top: 1px solid #ccc;
    padding-top: 8%;
  }
}
#welfare .welContents ol .welList {
  margin-top: 25px;
  padding-top: 30px;
  border-top: 1px solid #ccc;
}
#welfare .welContents ol .welList:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
@media only screen and (max-width: 768px) {
  #welfare .welContents ol .welList {
    margin-top: 7%;
    padding-top: 8%;
  }
}
#welfare .welContents ol .welList h4 {
  margin-bottom: 20px;
  color: #2f457c;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  #welfare .welContents ol .welList h4 {
    margin-bottom: 7%;
    font-size: 18px;
  }
}
#welfare .welContents ol .welList .woman li {
  margin-top: 10px;
}
#welfare .welContents ol .welList .woman li:first-child {
  margin-top: 0;
}
#welfare .welContents ol .welList p {
  line-height: 160%;
}
#welfare .welContents ol .welList .welTableWrap p {
  margin: 20px 0 10px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #welfare .welContents ol .welList .welTableWrap p {
    margin: 6% 0 3% x;
  }
}
#welfare .welContents ol .welList .welTableWrap table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 768px) {
  #welfare .welContents ol .welList .welTableWrap table {
    font-size: 85%;
  }
}
#welfare .welContents ol .welList .welTableWrap table tr th {
  padding: 13px 0;
  border-left: 1px solid #ccc;
  color: #fff;
  background-color: #666;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  #welfare .welContents ol .welList .welTableWrap table tr th {
    padding: 3% 0;
  }
}
#welfare .welContents ol .welList .welTableWrap table tr th:first-child {
  border-left: 1px solid #666;
}
#welfare .welContents ol .welList .welTableWrap table tr th:last-child {
  border-right: 1px solid #666;
}
#welfare .welContents ol .welList .welTableWrap table tr td {
  padding: 13px 0;
  border-left: 1px solid #ccc;
  background-color: #f8f8f8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  #welfare .welContents ol .welList .welTableWrap table tr td {
    padding: 3% 0;
  }
}
#welfare .welContents ol .welList .welTableWrap table tr td:last-child {
  border-right: 1px solid #ccc;
}
@media only screen and (max-width: 768px) {
  #welfare .welContents ol .welList ul .wL {
    margin-top: 4%;
  }
  #welfare .welContents ol .welList ul .wL:first-of-type {
    margin-top: 0;
  }
}
#welfare .welContents ol .welList ul li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 160%;
}

/* WORKPLACE CULTURE */
/*------------------------------------------------*/
#culfare {
    width: 100%;
}
#culfare .culmianttl {
	background:url(../images/workplace/culture/cul_mainttl.jpg) no-repeat center center;
	background-size:cover;
	padding: 30px 0;
}
#culfare .culmianttl h3 {
    margin: 20px 0 15px 0;
}
#culfare .culContents {
    margin: 40px auto 100px;
	line-height: 160%;
}
#culfare .culContents h4 {
	text-align:center;
	position: relative;
padding-bottom: 15px;
	font-size:24px;
	font-weight: bold;
	margin-bottom:35px
}
#culfare .culContents h4::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
	right:0;
    bottom: 0;
    margin: auto;
    border-bottom: solid 0.3vw #2f457c;
    width: 50px;
}
#culfare .culContents h5 {
	font-weight: bold;
	font-size:16px;
	margin-bottom:5px;
}
#culfare .culContents .about {
	overflow:hidden;
	margin-bottom:70px
}
#culfare .culContents .about figure {
	float:right;
	width:360px;
	margin:0
}
#culfare .culContents .about figcaption {
	font-size:12px
}
#culfare .culContents .about p {
	float:left;
	width:500px;
	margin:0;
}
#culfare .culContents .about p span {
	color:#2f457c;
	font-weight:bold;
	font-size:18px
}
#culfare .culContents .corp_cul {
	margin-bottom:70px;
}
#culfare .culContents .corp_cul p {
	text-align:center;
	margin-bottom:35px
}
#culfare .culContents .corp_cul .queslist {
	width:100%;
    margin:0;
    padding:0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	overflow:hidden
}
#culfare .culContents .corp_cul .queslist li {
	float:left;
	width:450px;
	margin-right:30px;
	margin-bottom:30px;
}
#culfare .culContents .corp_cul .queslist li:nth-child(even) {
	margin-right:0;
}
#culfare .culContents .corp_cul .queslist li:nth-child(n + 3) {
	margin-bottom:0
}
#culfare .culContents .corp_cul .queslist li .quesbtn {
	width:250px;
	margin:0 auto;
}
#culfare .culContents .corp_num {
}
#culfare .culContents .corp_num .numlist {
	overflow:hidden;
	margin:0;
	padding:0
}
#culfare .culContents .corp_num .numlist li {
	float:left;
	width:24.25%;
	margin-right:1%;
	margin-bottom: 1%;
}
#culfare .culContents .corp_num .numlist li:nth-child(4n) {
	margin-right:0;
}
#hyoka {
    width: 100%;
	margin-top:80px;
}
#hyoka .culContents {
    margin: 40px auto 100px;
}
.hyokattl {
    background: url(../images/workplace/hyoka/cul_mainttl2.png) no-repeat center center;
        background-size: auto;
    background-size: cover;
    padding: 45px 0;
}
#hyoka h3 {
    margin: 20px 0 0;
}
#hyoka p {
    line-height: 180%;
}
.hyokaimg01 {
	margin-bottom:40px;
	margin-top:30px;
}
.hyokaimg02 {
	margin-top:30px;
}
    .ly_accordion {
      border-bottom: 0;
		padding-top: 20px;
    }
     
    .ly_accordion .bl_inner p {
		text-align:left !important;
		margin: 20px 0 0;
    }
     
    .ly_accordion .el_heading {
      display: block;
      margin: 0;
      padding: .5em;
      color: white;
      background: #2f457c;
text-align: center;
width: 250px;
margin: 0 auto;
border-radius: 10px;
    }
     
    .ly_accordion .bl_content {
      overflow: hidden;
      max-height: 0;
      transition: max-height 2s ease-out 0s;
    }
     
    .ly_accordion .el_checkbox {
      display: none;
    }
     
    .ly_accordion .el_checkbox:checked + .bl_content {
      max-height: 9999px;
      transition: max-height 2s ease-in;
    }
.ly_accordion .el_heading:after {
  margin: 0 5px;
  font-family: FontAwesome;
  content: '\f0ab';
}

@media only screen and (max-width: 768px) {
	#culfare .culContents .about p {
    width: 48%;
}
	#culfare .culContents .about figure {
    width: 50%;
}
	#culfare .culContents .corp_cul .queslist li {
    width: 49%;
margin-bottom: 5%;
margin-right: 2%;
}
	#hyoka {
    margin-top: 0%;
}
	#hyoka .culContents {
    margin: 8% auto 10%;
}
	.ly_accordion {
    padding-top: 10px;
}
}
@media only screen and (max-width: 640px) {
	#culfare {
    margin-top: 0px;
}
	#culfare .culContents {
		margin-bottom:16%
}
	#culfare .culContents .about p {
    width: 100%;
		float:none;
		margin-bottom:4%
}
	#culfare .culContents .about figure {
    width: 100%;
		float:none;
}
	#culfare .culContents .about {
    margin-bottom: 15%;
}
	#culfare .culContents h4 {
    padding-bottom: 4%;
    margin-bottom: 6%;
}
	#culfare .culContents .corp_cul {
    margin-bottom: 15%;
}
	#culfare .culContents .corp_cul p {
    text-align: left;
    margin-bottom: 5%;
}
	#culfare .culContents .corp_cul .queslist li {
    width: 100%;
    margin-bottom: 10%;
    margin-right: 0;
}
	#culfare .culContents .corp_cul .queslist li:nth-child(n+3) {
    margin-bottom: 10%;
}
	#culfare .culContents .corp_cul .queslist li:last-child {
		margin-bottom:0;
	}
	#culfare .culContents .corp_cul p {
    margin-top: 10px;
}
	#culfare .culContents .corp_num .numlist li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
}
	#culfare .culContents .corp_num .numlist li:nth-child(even) {
    margin-right: 0;
}
	
}
