/*-----------------2カラム------------------*/
.twoColomBox__grobal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  width: 100%;
  margin: 70px auto 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0;
}

@media (max-width: 480px) {
  .twoColomBox__grobal {
    display: block;
    padding: 0 20px;
  }
}

/*-----------------2カラムリバース------------------*/
.twoColomBox__grobal:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  /* 横向きで逆順に配置 */
}


.twoColomBox__grobal .twoColomBox__L {
  width: 50%;
  margin: 0;
}

.twoColomBox__grobal .twoColomBox__R {
  width: 40%;
}

@media (max-width: 480px) {

  .twoColomBox__grobal .twoColomBox__L,
  .twoColomBox__grobal .twoColomBox__R {
    width: 100%;
  }
}

.twoColomBox__grobal .twoColomBox__L img,
.twoColomBox__grobal .twoColomBox__R img {
  width: 100%;
}

.twoColomBox__grobal .twoColomBox__L {
  padding-right: 50px;
}

@media (max-width: 768px) {
  .twoColomBox__grobal .twoColomBox__L {
    padding-right: 20px;
  }
}

@media (max-width: 480px) {
  .twoColomBox__grobal .twoColomBox__L {
    padding-right: 0;
  }
}

.twoColomBox__grobal .twoColomBox__R {
  padding-right: 70px;
}

@media (max-width: 768px) {
  .twoColomBox__grobal .twoColomBox__R {
    padding-right: 50px;
  }
}

@media (max-width: 480px) {
  .twoColomBox__grobal .twoColomBox__R {
    padding-right: 0;
    margin-top: 30px;
  }
}

.twoColomBox__grobal .twoColomBox__title {
  position: relative;
  margin-top: 90px;
  z-index: 3;
}

@media (max-width: 768px) {
  .twoColomBox__grobal .twoColomBox__title {
    margin-top: 0;
  }
}

.twoColomBox__grobal .twoColomBox__title .twoColomBox__titleTxt {
  font-size: 34px;
  color: #333333;
  letter-spacing: 2px;
  text-align: left;
  padding-bottom: 5px;
  border-bottom: 1px solid #61DBB5;
  position: relative;
  z-index: 3;
  display: block;
  font-weight: 300;
}

@media (max-width: 480px) {
  .twoColomBox__grobal .twoColomBox__title .twoColomBox__titleTxt {
    font-size: 20px;
  }
}

.twoColomBox__grobal .twoColomBox__title .twoColomBox__titleAshirai {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 80px;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  color: #F3F6FA;
  font-style: italic;
  z-index: 0;
}

@media (max-width: 1024px) {
  .twoColomBox__grobal .twoColomBox__title .twoColomBox__titleAshirai {
    font-size: 40px;
  }
}

@media (max-width: 480px) {
  .twoColomBox__grobal .twoColomBox__title .twoColomBox__titleAshirai {
    display: none;
  }
}

.twoColomBox__txt {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 20px;
  position: relative;
  z-index: 3;
}


/*------------topics詳細-----------*/

.newsBoxInner__articleAll .newsBoxInner__articleAllContent .articleAllContent__txt {
  font-weight: 300;
  letter-spacing: 2px;
  font-size: 14px;
  margin-top: 40px;
  line-height: 1.8;
}

.newsBoxInner__articleAll .newsBoxInner__articleAllContent .articleAllContent__link a {
  color: #61DBB5;
  text-decoration: underline;
  font-weight: 300;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.newsBoxInner__articleAll .newsBoxInner__articleAllContent .articleAllContent__link a:hover {
  text-decoration: none;
}

.newsBoxInner__articleAllContent ol li {
  position: relative;
  font-size: 14px;
  font-weight: 300;
  list-style: decimal;
  letter-spacing: 2px;
  margin-left: 20px;
}

.newsBoxInner__articleAllContent ul li {
  position: relative;
  font-size: 14px;
  font-weight: 300;
  padding: 0 0 0 15px;
  letter-spacing: 2px;

}

.newsBoxInner__articleAllContent ul li::before {
  content: '';
  background: url(/recruit/topics/img/img_topics_titlecircle.svg);
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.newsBoxInner__articleAllContent table {
  width: 100% !important;
  border: 1px solid #dedede !important;

}

.newsBoxInner__articleAllContent table th {
  width: 30%;
  background: #61DBB5;
  border-bottom: 1px solid #dedede !important;
  text-align: left;
  padding: 20px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 2px;

}


@media (max-width: 768px) {
  .newsBoxInner__articleAllContent table th {
    width: 100%;
    display: block;
    padding: 10px;
  }
}

@media (max-width: 768px) {
  .newsBoxInner__articleAllContent table thead th {
    border: none;
  }

  .newsBoxInner__articleAllContent table tbody td {
    border: none;
  }
}

.newsBoxInner__articleAllContent table td {
  width: 70%;
  border-bottom: 1px solid #dedede !important;
  padding: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  text-align: left;

}

@media (max-width: 768px) {
  .newsBoxInner__articleAllContent table td {
    width: 100%;
    display: block;
    padding: 10px;
  }
}



@media screen and (max-width: 768px) {
  /*
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
*/

  .newsBoxInner__articleAllContent table {
    width: 80%;
  }

  .newsBoxInner__articleAllContent table th,
  .newsBoxInner__articleAllContent table td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
}

.newsBoxInner__articleAllContent a {
  color: #61DBB5;
  text-decoration: underline;
}

.newsBoxInner__articleAllContent p {
  font-size: 14px;
  text-align: left;
  font-weight: 300;
  letter-spacing: 2px;
  margin-top: 10px;
}


/*----新着情報詳細カラムスタイル----*/

.articleAllContent__widePhoto {
  width: 100%;
  height: auto;
  margin: 30px 0 0;
}

.articleAllContent__twoColomPhoto {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px -15px 0;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media screen and (max-width: 480px) {
  .articleAllContent__twoColomPhoto {
    display: block;
    margin: 30px 0;
  }
}

.articleAllContent__twoColomPhoto li {
  width: 50%;
  padding: 0 15px;
}

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

  .articleAllContent__twoColomPhoto li {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
}

.articleAllContent__threeColomPhoto {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px -15px 0;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;

}

@media screen and (max-width: 480px) {
  .articleAllContent__threeColomPhoto {
    display: block;
    margin: 30px 0;
  }
}

.articleAllContent__threeColomPhoto li {
  width: 33.33%;
  padding: 0 15px;

}

@media screen and (max-width: 480px) {
  .articleAllContent__threeColomPhoto li {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
}

.newsBoxInner__articleAllContent .articleAllContent__twoColomPhoto li::before,
.newsBoxInner__articleAllContent .articleAllContent__threeColomPhoto li::before {
  display: none;
}
