@charset "utf-8";
/***************************************************************************************************
	page_worklife.css
***************************************************************************************************/
#page_worklife {
  width: 100%;
  overflow: hidden;
}
/*
*/
#page_worklife .blk_1_1 {
  width: 100%;
  max-width: var(--max_wid_1);
  margin:auto;
  padding: var(--padding_3);
}
#page_worklife .blk_1_1 p {
  padding:50px 0 0 0;
  font-size: 18px;
  line-height: 1.75;
}
#page_worklife .tgt_nm_psa .blk_1_1 p {
  opacity:0;
  translate:0 40px;
}
#page_worklife .tgt_nm_psa.psa_show .blk_1_1 p {
  animation:blk_1_kf_1 .6s ease-out 0s 1 normal forwards;
}
@keyframes blk_1_kf_1 {
  100% { translate: 0 0; opacity:1;}
}
/*
*/
#page_worklife .blk_2 {
  width: 100%;
}
#page_worklife .blk_2 > section {
  width: 100%;
  padding:100px 0 0 0;
}
/*  */
#page_worklife .blk_2_1 {
  max-width: var(--max_wid_1);
  padding:var(--padding_3);
  margin:auto;
}
/*  */
#page_worklife .blk_2_2 {
  max-width: var(--max_wid_1);
  padding:var(--padding_2);
  margin:auto;
}
#page_worklife .blk_2_2 dl {
  width:100%;
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
  padding:70px 0 0 0;
}
#page_worklife .blk_2_2 dl > div {
  width:49%;
  min-height: 190px;
  margin-top: 2%;
  background-color: #efefef;
  padding:0 3% 20px 17%;
}
#page_worklife .blk_2_2 dl.tgt_nm_psa > div {
  opacity:0;
  translate:0 30px;
}
#page_worklife .blk_2_2 dl.tgt_nm_psa.psa_show > div {
  animation:blk_2_kf_1 .6s ease-out 0s 1 normal forwards;
}
@keyframes blk_2_kf_1 {
  100% { translate: 0 0; opacity:1;}
}
#page_worklife .blk_2_2 dl > div:nth-of-type(1) {
	background-image: url('../images/worklife_ill_01.svg');
	background-position: 8% 55%;
	background-size: 24% auto;
}
#page_worklife .blk_2_2 dl.tgt_nm_psa.psa_show > div:nth-of-type(1) {
  animation-delay: 0s;
}
#page_worklife .blk_2_2 dl > div:nth-of-type(2) {
	background-image: url('../images/worklife_ill_02.svg');
	background-position: 10% 55%;
	background-size: 22% auto;
}
#page_worklife .blk_2_2 dl.tgt_nm_psa.psa_show > div:nth-of-type(2) {
  animation-delay: .2s;
}
#page_worklife .blk_2_2 dl > div:nth-of-type(3) {
	background-image: url('../images/worklife_ill_03.svg');
	background-position: 10% 50%;
	background-size: 20% auto;
}
#page_worklife .blk_2_2 dl.tgt_nm_psa.psa_show > div:nth-of-type(3) {
  animation-delay: .4s;
}
#page_worklife .blk_2_2 dl > div:nth-of-type(4) {
	background-image: url('../images/worklife_ill_04.svg');
	background-position: 10% 50%;
	background-size: 18% auto;
}
#page_worklife .blk_2_2 dl.tgt_nm_psa.psa_show > div:nth-of-type(4) {
  animation-delay: .4s;
}
#page_worklife .blk_2_2 dl > div dt {
  text-align: center;
  padding:45px 0 13px 0;
}
#page_worklife .blk_2_2 dl > div dt br {
  display: none;
}
#page_worklife .blk_2_2 dl > div dt > span:nth-of-type(1) {
  display: block;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}
#page_worklife .blk_2_2 dl > div dt > span:nth-of-type(2) {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  padding: 8px 0 0 0;
}
#page_worklife .blk_2_2 dl > div dt > span:nth-of-type(2) span {
  display: inline-block;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
}
#page_worklife .blk_2_2 dl > div dt > span:nth-of-type(2) br {
  display: none;
}
#page_worklife .blk_2_2 dl > div dd {
  text-align: center;
}
#page_worklife .blk_2_2 dl > div dd .sty_1 {
  display: inline-block;
  font-family: "Archivo", sans-serif;
  letter-spacing: 0;
  font-size: max(40px, min(5vw, 75px));
  line-height: 1;
  color:#000000;
  font-weight: 300;
  white-space: nowrap;
}
#page_worklife .blk_2_2 dl > div dd .sty_2 {
  display: inline;
  font-size: min(3vw, 45px);
  line-height: 1;
  font-weight: 500;
}
#page_worklife .blk_2_2 dl > div dd .sty_3 {
  display: inline-block;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 500;
  white-space: nowrap;
  text-align: left;
}
#page_worklife .blk_2_2 dl > div dd .sty_3.type_2 {
  display: block;
  text-align: right;
}
#page_worklife .blk_2_2 dl > div dd .sty_3.type_3 {
  padding: 0 0 0 10px;
}
/*  */
#page_worklife .blk_2 .panch_t {
  top:-80px;
}
/*
*/
#page_worklife .blk_3 {
  width: 100%;
  padding:120px 0 200px 0;
}
#page_worklife .blk_3::before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: calc(100% - 240px);
	left:0;
	top:140px;
	background-color: #efefef;
}
#page_worklife .blk_3 > section {
  width: 100%;
}
#page_worklife .blk_3 > section .gsty_tit_2 span:nth-of-type(1) span br {
  display: none;
}
/*  */
#page_worklife .blk_3_1 {
  width: 100%;
  max-width: var(--max_wid_1);
  padding:var(--padding_3);
  margin:auto;
}
/*  */
#page_worklife .blk_3_2 {
  max-width: var(--max_wid_1);
  padding:var(--padding_2);
  margin:auto;
  padding-top:100px;
}
#page_worklife .blk_3_2 h4 {
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  padding:0 0 60px 0;
}
#page_worklife .blk_3_2.tgt_nm_psa h4 {
  opacity:0;
  translate:0 30px;
}
#page_worklife .blk_3_2.tgt_nm_psa.psa_show h4 {
  animation:blk_3_kf_1 .6s ease-out 0s 1 normal forwards;
}
@keyframes blk_3_kf_1 {
  100% { translate: 0 0; opacity:1;}
}
#page_worklife .blk_3_2 ul {
  display:table;
  width:100%;
  height: 150px;
  background-color: #ffffff;
}
#page_worklife .blk_3_2.tgt_nm_psa ul {
  opacity:0;
  translate:0 40px;
}
#page_worklife .blk_3_2.tgt_nm_psa.psa_show ul {
  animation:blk_3_kf_1 .6s ease-out 0s 1 normal forwards;
}
#page_worklife .blk_3_2 ul::before {
	position: absolute;
	display: block;
	content: '';
	width: 1px;
	height: 70%;
	left:50%;
	top:50%;
  translate:-50% -50%;
	background-color: #b2b2b2;
}
#page_worklife .blk_3_2 ul li {
  display:table-cell;
  width:50%;
  text-align: left;
  vertical-align: middle;
  padding:0 0 0 17%;
  font-size: min(1.8vw, 24px);
  line-height: 1;
  font-weight: 700;
}
#page_worklife .blk_3_2 ul li:nth-of-type(1) {
  background-image: url('../images/worklife_ill_05.svg');
	background-position: 11% 50%;
	background-size: 18% auto;
}
#page_worklife .blk_3_2 ul li:nth-of-type(2) {
  background-image: url('../images/worklife_ill_06.svg');
	background-position: 9% 55%;
	background-size: 19% auto;
}
/*  */
#page_worklife .blk_3_3 {
  max-width: var(--max_wid_1);
  padding:var(--padding_2);
  margin:auto;
  padding-top:50px;
}
#page_worklife .blk_3_3 h4 {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}
#page_worklife .blk_3_3.tgt_nm_psa h4 {
  opacity:0;
  translate:0 30px;
}
#page_worklife .blk_3_3.tgt_nm_psa.psa_show h4 {
  animation:blk_3_kf_1 .6s ease-out 0s 1 normal forwards;
}
#page_worklife .blk_3_3 > div {
  padding:20px 0;
}
#page_worklife .blk_3_3.tgt_nm_psa > div {
  opacity:0;
  translate:0 40px;
}
#page_worklife .blk_3_3.tgt_nm_psa.psa_show > div {
  animation:blk_3_kf_1 .6s ease-out 0s 1 normal forwards;
}
#page_worklife .blk_3_3 p {
  font-size: 16px;
  line-height: 1.75;
  padding:0 0 20px 0;
}
/*  */
#page_worklife .blk_3_4 {
  max-width: var(--max_wid_1);
  padding:var(--padding_2);
  margin:auto;
  padding-top:50px;
}
#page_worklife .blk_3_4 h4 {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  padding:0 0 30px 0;
}
#page_worklife .blk_3_4.tgt_nm_psa h4 {
  opacity:0;
  translate:0 30px;
}
#page_worklife .blk_3_4.tgt_nm_psa.psa_show h4 {
  animation:blk_3_kf_1 .6s ease-out 0s 1 normal forwards;
}
#page_worklife .blk_3_4 ol {
  display: flex;
}
#page_worklife .blk_3_4 ol li {
  display: block;
  width:20%;
}
#page_worklife .blk_3_4_1 {
  width:100%;
}
#page_worklife .blk_3_4.tgt_nm_psa .blk_3_4_1 {
  opacity:0;
  translate:0 40px;
}
#page_worklife .blk_3_4.tgt_nm_psa.psa_show .blk_3_4_1 {
  animation:blk_3_kf_1 .6s ease-out 0s 1 normal forwards;
}
/*  */
#page_worklife .blk_3 .ss_btns {
  position: absolute;
  left:0;
  top:0;
  width:100%;
  height: auto;
  pointer-events: none;
}
#page_worklife .blk_3 .ss_btns::before {
	display: block;
	content: '';
	width: max(80px, 10%);
  padding:max(80px, 10%) 0 0 0;
  pointer-events: none;
}
#page_worklife .blk_3 .ss_btns .btn_prev,
#page_worklife .blk_3 .ss_btns .btn_next {
  position: absolute;
  width:50px;
  height:50px;
  top:50%;
  border-radius: 50%;
  border:1px solid #000000;
  background-image: url('../images/btn_ill_01.svg');
	background-position: 50% 50%;
	background-size: 16px auto;
  pointer-events: auto;
  cursor: pointer;
  transition:opacity .2s ease-out 0s;
}
#page_worklife .blk_3 .ss_btns .btn_prev {
  left:0;
  translate:-100% -50%;
  scale:-1 1;
}
#page_worklife .blk_3 .ss_btns .btn_next {
  left:100%;
  translate: 0 -50%;
}
#page_worklife .blk_3 .ss_btns .btn_prev.disable,
#page_worklife .blk_3 .ss_btns .btn_next.disable {
  pointer-events: none;
  opacity: .3;
}
/*  */
#page_worklife .blk_3 .tgt_ss_wrap {
  left:4%;
  top:0;
  width:92%;
  height: 200px;
  overflow: hidden;

}
#page_worklife .blk_3 .tgt_ss {
  position: absolute;
  left:0;
  top:0;
  width:20%;
  height: 100%;
}
/*  */
#page_worklife .blk_3 .ss_blk {
  display: block;
  width:100%;
  overflow: hidden;
  text-align: center;
}
#page_worklife .blk_3 .ss_blk p:nth-of-type(1) {
  display: block;
  width:max(80px, 50%);
  padding: max(80px, 50%) 0 0 0;
  background-color: #000000;
  border-radius: 50%;
  margin: auto;
}
#page_worklife .blk_3 .ss_blk p:nth-of-type(1)::before {
	position: absolute;
	display: block;
	content: '';
	width: 240%;
	height: 2px;
  left:50%;
	top:50%;
  translate:-50% -50%;
	background-color: #000000;
}
#page_worklife .blk_3 .ss_blk.type_2 p:nth-of-type(1)::before {
	width: 120%;
  translate:0 -50%;
}
#page_worklife .blk_3 .ss_blk.type_3 p:nth-of-type(1)::before {
	width: 120%;
  translate:-100% -50%;
}
#page_worklife .blk_3 .ss_blk p:nth-of-type(1) span {
  position: absolute;
  display: block;
  font-size: min(1.6vw, 20px);
  line-height: 1;
  font-weight: 700;
  color:#ffffff;
  left:50%;
  top:50%;
  translate:-50% -50%;
}
#page_worklife .blk_3 .ss_blk p:nth-of-type(2) {
  display: block;
  text-align: center;
  padding:15px 2% 0 2%;
  font-size: min(1.5vw, 16px);
  line-height: 1.25;
  font-weight: 700;
}
#page_worklife .blk_3 .ss_blk p:nth-of-type(2) span {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
#page_worklife .blk_3 .ss_blk p:nth-of-type(3) {
  display: inline-block;
  text-align: left;
  padding:10px 5% 0 5%;
  font-size: min(1.2vw, 14px);
  line-height: 1.75;
}
/*  */
#page_worklife .blk_3 .panch_t {
  top:-60px;
}
/*
*/
#page_worklife .blk_4 {
  width: 100%;
  padding:0 0 200px 0;
}
#page_worklife .blk_4 > section .gsty_tit_2 span:nth-of-type(1) span br {
  display: none;
}
/*  */
#page_worklife .blk_4_1 {
  width: 100%;
  max-width: var(--max_wid_1);
  padding:var(--padding_3);
  margin:auto;
}
/*  */
#page_worklife .blk_4_2 {
  max-width: var(--max_wid_1);
  padding:var(--padding_2);
  margin:auto;
}
#page_worklife .blk_4_2_1 {
  padding:100px 0 0 0;
}
#page_worklife .blk_4_2.tgt_nm_psa .blk_4_2_1 {
  opacity:0;
  translate:0 30px;
}
#page_worklife .blk_4_2.tgt_nm_psa.psa_show .blk_4_2_1 {
  animation:blk_3_kf_1 .6s ease-out 0s 1 normal forwards;
}
@keyframes blk_3_kf_1 {
  100% { translate: 0 0; opacity:1;}
}
#page_worklife .blk_4_2_1 p {
  font-size: 18px;
  line-height: 1.75;
}
#page_worklife .blk_4_2_2 {
  padding:30px 0 0 0;
}
#page_worklife .blk_4_2.tgt_nm_psa .blk_4_2_2 {
  opacity:0;
  translate:0 40px;
}
#page_worklife .blk_4_2.tgt_nm_psa.psa_show .blk_4_2_2 {
  animation:blk_3_kf_1 .6s ease-out 0s 1 normal forwards;
}
#page_worklife .blk_4_2_2 > div {
  padding:0 10% 1% 10%;
  background-color: #efefef;
}
#page_worklife .blk_4_2_2 > div > section {
  width:100%;
  padding: 4% 0;
}
#page_worklife .blk_4_2_2 > div > section:nth-of-type(1) {
  border-bottom: 1px dashed #b2b2b2;
}
#page_worklife .blk_4_2_2 > div > section div {
  display: table;
  width:100%;
}
#page_worklife .blk_4_2_2 > div > section h4 {
  display: table-cell;
  width:34%;
  font-size: min(2vw, 28px);
  line-height: 1.25;
  font-weight: 700;
  padding:0 10px 0 0;
  text-align: left;
  vertical-align: middle;
}
#page_worklife .blk_4_2_2 > div > section ul {
  display: table-cell;
  width:66%;
  list-style: none;
  font-size: 0;
  text-align: left;
  vertical-align: middle;
}
#page_worklife .blk_4_2_2 > div > section ul li {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
  padding:7px 27px 7px 12px;
  background-image: radial-gradient(circle at left 2px top 50%, #000000 2px, transparent 2px);
  background-position: 0 50%;
}
/*  */
#page_worklife .blk_4 .panch_t {
  top:-180px;
}

/***************************************************************************************************
  responsive
***************************************************************************************************/

@media screen and (max-width: 1000px) {
/*
*/
#page_worklife .blk_1_1 {
  max-width: none;
  padding:var(--padding_2_sp);
}
#page_worklife .blk_1_1 p {
  padding:30px 0 0 0;
  font-size: 14px;
  line-height: 1.75;
}
/*
*/
#page_worklife .blk_2 > section {
  padding:80px 0 0 0;
}
#page_worklife .blk_2 > section .gsty_tit_2 span:nth-of-type(1) span {
  font-size: 28px;
}
/*  */
#page_worklife .blk_2_1 {
  max-width: none;
  padding:var(--padding_1_sp);
}
/*  */
#page_worklife .blk_2_2 {
  max-width: none;
  padding:var(--padding_1_sp);
}
#page_worklife .blk_2_2 dl {
  padding:30px 0 0 0;
}
/*  */
#page_worklife .blk_2 .panch_t {
  top:-20px;
}
/*
*/
#page_worklife .blk_3 {
  padding:80px 0 100px 0;
}
#page_worklife .blk_3::before {
	height: calc(100% - 95px);
	top:95px;
}
#page_worklife .blk_3 > section {
  width: 100%;
}
/*  */
#page_worklife .blk_3_1 {
  max-width: none;
  padding:var(--padding_1_sp);
}
/*  */
#page_worklife .blk_3_2 {
  max-width: none;
  padding:var(--padding_2_sp);
  padding-top:50px;
}
#page_worklife .blk_3_2 h4 {
  font-size: 18px;
  padding:0 0 30px 0;
}
#page_worklife .blk_3_2 ul {
  height: 120px;
}
#page_worklife .blk_3_2 ul li {
  font-size: min(2.4vw, 18px);
}
/*  */
#page_worklife .blk_3_3 {
  max-width: none;
  padding:var(--padding_2_sp);
  padding-top:30px;
}
#page_worklife .blk_3_3 h4 {
  font-size: 15px;
}
#page_worklife .blk_3_3 > div {
  padding:15px 0;
}
#page_worklife .blk_3_3 p {
  font-size: 14px;
  padding: 0 0 12px 0;
}
/*  */
#page_worklife .blk_3_4 {
  max-width: none;
  padding:var(--padding_2_sp);
  padding-top:30px;
}
#page_worklife .blk_3_4 h4 {
  font-size: 15px;
  padding:0 0 30px 0;
}
/*  */
#page_worklife .blk_3 .panch_t {
  top:-20px;
}
/*
*/
#page_worklife .blk_4 {
  width: 100%;
  padding:80px 0 60px 0;
}
/*  */
#page_worklife .blk_4_1 {
  max-width: none;
  padding:var(--padding_1_sp);
}
/*  */
#page_worklife .blk_4_2_1 {
  padding:50px 0 0 0;
}
#page_worklife .blk_4_2_1 p {
  font-size: 14px;
}
#page_worklife .blk_4_2_2 {
  padding:25px 0 0 0;
}
#page_worklife .blk_4_2_2 > div {
  padding:1% 6% 2% 6%;
  background-color: #efefef;
}
#page_worklife .blk_4_2_2 > div > section {
  padding: 8% 0;
}
#page_worklife .blk_4_2_2 > div > section div {
  display: block;
}
#page_worklife .blk_4_2_2 > div > section h4 {
  display: block;
  width:100%;
  font-size: 18px;
  padding: 0 0 10px 0;
}
#page_worklife .blk_4_2_2 > div > section h4 br {
  display: none;
}
#page_worklife .blk_4_2_2 > div > section ul {
  display: block;
  width:100%;
}
#page_worklife .blk_4_2_2 > div > section ul li {
  font-size: 12px;
  padding:7px 25px 7px 8px;
}
/*  */
#page_worklife .blk_4 .panch_t {
  top:-20px;
}
/*  */
}

/***************************************************************************************************
  responsive
***************************************************************************************************/
@media screen and (max-width: 800px) {
/*
*/
#page_worklife .blk_3 {
  padding-bottom:80px;
}
/*  */
#page_worklife .blk_3 .ss_btns {
  position: absolute;
  left:0;
  top:-40px;
}
#page_worklife .blk_3 .ss_btns::before {
	display: none;
}
#page_worklife .blk_3 .ss_btns .btn_prev,
#page_worklife .blk_3 .ss_btns .btn_next {
  width:36px;
  height:36px;
	background-size: 12px auto;
}
#page_worklife .blk_3 .ss_btns .btn_prev {
  left:100%;
  translate:-250% -50%;
}
#page_worklife .blk_3 .ss_btns .btn_next {
  left:100%;
  translate: -100% -50%;
}
/*  */
#page_worklife .blk_3 .tgt_ss_wrap {
  left:0;
  width:100%;
}
#page_worklife .blk_3 .tgt_ss {
  width:25%;
}
/*  */
#page_worklife .blk_3 .ss_blk p:nth-of-type(1) {
  width:84px;
  padding: 84px 0 0 0;
}
#page_worklife .blk_3 .ss_blk p:nth-of-type(1) span {
  font-size: min(2.2vw, 20px);
}
#page_worklife .blk_3 .ss_blk p:nth-of-type(2) {
  font-size: min(2.2vw, 15px);
}
#page_worklife .blk_3 .ss_blk p:nth-of-type(3) {
  padding:8px 5% 0 5%;
  font-size:  12px;
}
/*  */
}
/***************************************************************************************************
  responsive
***************************************************************************************************/
@media screen and (max-width: 600px) {
/*
*/
#page_worklife .blk_2_2 {
  padding:var(--padding_2_sp);
}
#page_worklife .blk_2_2 dl {
  display: block;
  max-width: 360px;
  margin: auto;
}
#page_worklife .blk_2_2 dl > div {
  width:100%;
  min-height: 0;
  margin-top: auto;
  margin-bottom: 4%;
  padding:24% 0 5% 0;
}
#page_worklife .blk_2_2 dl > div:nth-of-type(1) {
	background-position: 50% 19%;
  background-size: 17% auto;
}
#page_worklife .blk_2_2 dl > div:nth-of-type(2) {
	background-position: 50% 13%;
  background-size: 16% auto;
}
#page_worklife .blk_2_2 dl > div:nth-of-type(3) {
	background-position: 50% 12%;
  background-size: 14% auto;
}
#page_worklife .blk_2_2 dl > div:nth-of-type(4) {
	background-position: 50% 9%;
  background-size: 14% auto;
}
#page_worklife .blk_2_2 dl > div dt {
  padding: 0;
}
#page_worklife .blk_2_2 dl > div dt > span:nth-of-type(1) {
  display: inline-block;
  font-size: 17px;
  line-height: 1;
  font-weight: 700;
  vertical-align: top;
}
#page_worklife .blk_2_2 dl > div dt > span:nth-of-type(2) {
  display: inline-block;
  font-size: 11px;
  padding: 0 0 0 7px;
}
#page_worklife .blk_2_2 dl > div dt > span:nth-of-type(2) span {
  display: inline;
  font-size: 11px;
}
#page_worklife .blk_2_2 dl > div dt > span:nth-of-type(2) br {
  display: inline;
}

#page_worklife .blk_2_2 dl > div dd {
  text-align: center;
}
#page_worklife .blk_2_2 dl > div dd .sty_1 {
  font-size: 45px;
}
#page_worklife .blk_2_2 dl > div dd .sty_2 {
  font-size: 27px;
}
#page_worklife .blk_2_2 dl > div dd .sty_3 {
  display: block;
  font-size: 11px;
  text-align: center;
  padding:5px 0 0 0;
}
#page_worklife .blk_2_2 dl > div dd .sty_3.type_2 {
  text-align: center;
}
#page_worklife .blk_2_2 dl > div dd .sty_3.type_3 {
  padding: 5px 0 0 0;
}
#page_worklife .blk_2_2 dl > div dd .sty_3.type_3 br {
  display: none;
}
/*
*/
#page_worklife .blk_3 > section .gsty_tit_2 span:nth-of-type(1) span {
  font-size: 28px;
  white-space: nowrap;
}
#page_worklife .blk_3 > section .gsty_tit_2 span:nth-of-type(1) span br {
  display: inline;
}
#page_worklife .blk_3 > section .gsty_tit_2 span:nth-of-type(2) {
  left: 120px;
  top: -27px;
}
/*
*/
#page_worklife .blk_3 {
  padding-bottom:60px ;
}
#page_worklife .blk_3::before {
	height: calc(100% - 110px);
	top:110px;
}
#page_worklife .blk_3_2 ul {
  display:block;
  height: auto;
}
#page_worklife .blk_3_2 ul::before {
	width: 84%;
	height: 1px;
}
#page_worklife .blk_3_2 ul li {
  display:block;
  width:100%;
  max-width: 400px;
  padding:13% 0 13% min(140px, 35%);
  font-size: min(4vw, 20px);
  margin: auto;
}
#page_worklife .blk_3_2 ul li:nth-of-type(1) {
	background-position: 14% 50%;
	background-size: 18% auto;
}
#page_worklife .blk_3_2 ul li:nth-of-type(2) {
	background-position: 14% 55%;
	background-size: 18% auto;
}
/*  */
#page_worklife .blk_3 .tgt_ss {
  width:33.3%;
}
/*  */
#page_worklife .blk_3 .ss_blk p:nth-of-type(1) {
  width:72px;
  padding: 72px 0 0 0;
}
#page_worklife .blk_3 .ss_blk p:nth-of-type(1) span {
  font-size: 15px;
}
#page_worklife .blk_3 .ss_blk p:nth-of-type(2) {
  font-size: 14px;
  padding:12px 2% 0 2%;
}
#page_worklife .blk_3 .ss_blk p:nth-of-type(3) {
  padding:5px 5% 0 5%;
  font-size:  11px;
}
/*
*/
#page_worklife .blk_4 > section .gsty_tit_2 span:nth-of-type(1) span {
  font-size: 28px;
  white-space: nowrap;
}
#page_worklife .blk_4 > section .gsty_tit_2 span:nth-of-type(1) span br {
  display: inline;
}
#page_worklife .blk_4 > section .gsty_tit_2 span:nth-of-type(2) {
  left: 173px;
  top: -27px;
}
/*  */
}