@charset "UTF-8";
/*----------------------------------------------------------------------
共通パーツ
----------------------------------------------------------------------*/
/* レスポンシブ対応 */
/* ※ account/scss/top.scss に「min-width: auto;」があるので、それを打ち消す記述 */
/* MV */
/* ぱんくず */
a {
  color: #000;
}

.no-ready {
  cursor: default;
  opacity: 0.7;
}

/*-----------------------------
  共通パーツ
-----------------------------*/
@media screen and (min-width: 769px) {
  html,
  body {
    min-width: 1340px !important;
  }
}

#list .main-visual-inner {
  background: url(../../dx_humanresourcedevelopment/img/kv_list.jpg) no-repeat right top;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #list .main-visual-inner {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  #list .main-visual-titlebox {
    background: url(../../dx_humanresourcedevelopment/img/kv_list.jpg) no-repeat right -200px top;
    background-size: cover;
  }
}

#businessarchitect .main-visual-inner {
  background: url(../../dx_humanresourcedevelopment/img/kv_businessarchitect.jpg) no-repeat right top;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #businessarchitect .main-visual-inner {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  #businessarchitect .main-visual-titlebox {
    background: url(../../dx_humanresourcedevelopment/img/kv_businessarchitect.jpg) no-repeat right -200px top;
    background-size: cover;
  }
}

#designer .main-visual-inner {
  background: url(../../dx_humanresourcedevelopment/img/kv_designer.jpg) no-repeat right top;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #designer .main-visual-inner {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  #designer .main-visual-titlebox {
    background: url(../../dx_humanresourcedevelopment/img/kv_designer.jpg) no-repeat right -200px top;
    background-size: cover;
  }
}

#datascientist .main-visual-inner {
  background: url(../../dx_humanresourcedevelopment/img/kv_datascientist.jpg) no-repeat right top;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #datascientist .main-visual-inner {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  #datascientist .main-visual-titlebox {
    background: url(../../dx_humanresourcedevelopment/img/kv_datascientist.jpg) no-repeat right -200px top;
    background-size: cover;
  }
}

#softwareengineer .main-visual-inner {
  background: url(../../dx_humanresourcedevelopment/img/kv_softwareengineer.jpg) no-repeat right top;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #softwareengineer .main-visual-inner {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  #softwareengineer .main-visual-titlebox {
    background: url(../../dx_humanresourcedevelopment/img/kv_softwareengineer.jpg) no-repeat right -200px top;
    background-size: cover;
  }
}

#cybersecurity .main-visual-inner {
  background: url(../../dx_humanresourcedevelopment/img/kv_cybersecurity.jpg) no-repeat right top;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #cybersecurity .main-visual-inner {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  #cybersecurity .main-visual-titlebox {
    background: url(../../dx_humanresourcedevelopment/img/kv_cybersecurity.jpg) no-repeat right -200px top;
    background-size: cover;
  }
}

#dxliteracy .main-visual-inner {
  background: url(../../dx_humanresourcedevelopment/img/kv_dxliteracy.jpg) no-repeat right top;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #dxliteracy .main-visual-inner {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  #dxliteracy .main-visual-titlebox {
    background: url(../../dx_humanresourcedevelopment/img/kv_dxliteracy.jpg) no-repeat right -200px top;
    background-size: cover;
  }
}

#accountingfirm_basic .main-visual-titlebox {
  background-position: right -100px top;
}

#lifeinsurance_suggestion .main-visual-titlebox {
  background-position: right -150px top;
}

.main-visual {
  margin: 180px 0 20px;
  height: 280px;
}
@media screen and (max-width: 768px) {
  .main-visual {
    margin: 58px 0 30px;
    height: auto;
  }
}

.main-visual-wrapper {
  background: #f9f6f2;
}

.main-visual-inner {
  position: relative;
  margin: 0 auto;
  width: 1280px;
  height: 161px;
}
@media screen and (max-width: 1280px) {
  .main-visual-inner {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .main-visual-inner {
    height: auto;
    background: none;
  }
}

.main-visual-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 30px;
  padding: 30px;
  width: 300px;
  height: 250px;
  background: #A5A19B;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .main-visual-title {
    position: unset;
    padding: 15px;
    height: auto;
    min-height: 150px;
    width: 48%;
  }
}

.main-visual-category {
  display: block;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .main-visual-category {
    font-size: 15px;
  }
}

.main-visual-subcategory {
  font-size: 18px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .main-visual-subcategory {
    font-size: 15px;
  }
}
.main-visual-subcategory::before {
  content: '';
  display: block;
  margin: 20px 0;
  height: 3px;
  width: 80px;
  background: #707070;
}

.main-visual-lead {
  display: flex;
  align-items: center;
  position: relative;
  top: 170px;
  left: 350px;
  width: 900px;
  height: 110px;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .main-visual-lead {
    display: inline-block;
    position: unset;
    padding: 15px;
    width: 100%;
    height: auto;
    font-size: 13px;
  }
}

.topicpath {
  margin: 0 auto 40px;
  width: 1280px;
}
@media screen and (max-width: 768px) {
  .topicpath {
    display: none;
  }
}
.topicpath ul {
  display: flex;
}
.topicpath ul:after {
  content: "";
  display: table;
  clear: both;
}
.topicpath ul li {
  position: relative;
  margin: 0 25px 0 0;
  font-size: 13px;
}
.topicpath ul li:after {
  content: '＞';
  position: absolute;
  top: 0;
  right: -20px;
  font-size: 13px;
}
.topicpath ul li:last-child {
  margin: 0;
}
.topicpath ul li:last-child:after {
  content: none;
}
.topicpath ul li a {
  font-size: 13px;
  color: #000;
}

/*-----------------------------
  コンテンツ
-----------------------------*/
.contents {
  padding: 45px 0;
  background: url("/categories/dx_humanresourcedevelopment/img/bg_contents.jpg") repeat center top;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .contents {
    padding: 30px 0;
  }
}

/* 研修について */
.about {
  margin: 0 0 70px;
}
@media screen and (max-width: 768px) {
  .about {
    margin: 0 0 30px;
  }
}

.about-title {
  text-align: center;
  margin: 0 0 25px;
}

.about-title-main {
  font-size: 20px;
  font-weight: bold;
}
.about-title-main::after {
  display: block;
  margin: 15px auto;
  width: 100px;
  height: 3px;
  background: #000f3c;
  content: "";
}

.about-title-sub {
  font-size: 14px;
  font-weight: bold;
  color: #A5A19B;
}

.about-contents {
  margin: 0 auto;
  padding: 50px 50px 40px;
  width: 1280px;
  box-shadow: 0px 0px 15px -5px #A5A19B;
  background: #fff;
}
@media screen and (max-width: 1280px) {
  .about-contents {
    margin: 0 4%;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .about-contents {
    padding: 4%;
  }
}

.about-contents-visual {
  text-align: center;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .about-contents-visual {
    display: none;
  }
}
.about-contents-visual img {
  max-width: 100%;
}

.about-contents-title {
  margin: 0 0 20px;
  padding: 20px 15px 18px;
  font-size: 16px;
  font-weight: bold;
  background: #d2eafd;
}

/* 研修の特長 */
.about-contents-pointlist {
  margin: 0 0 30px;
}
.about-contents-pointlist ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .about-contents-pointlist ul {
    display: block;
  }
}
.about-contents-pointlist ul li {
  position: relative;
  padding: 20px 25px;
  width: 32%;
  border: 2px solid #000f3c;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .about-contents-pointlist ul li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .about-contents-pointlist ul li:not(:last-child) {
    margin: 0 0 10px;
  }
}
.about-contents-pointlist ul li p {
  font-size: 13px;
  line-height: 1.7;
}
.about-contents-pointlist ul li p span {
  color: #cc0066;
}

.about-contents-pointlist-number {
  position: absolute;
  top: -2px;
  left: -2px;
  border-bottom: 70px solid transparent;
  border-left: 70px solid #000f3c;
}
.about-contents-pointlist-number span {
  position: absolute;
  top: 8px;
  left: -65px;
  font-size: 13px;
  line-height: 1.2;
  color: #fff;
}

.about-contents-pointlist-title {
  display: flex;
  align-items: center;
  margin: 0 0 15px;
  padding: 0 0 0 45px;
  min-height: 45px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  color: #000f3c;
}
@media screen and (max-width: 768px) {
  .about-contents-pointlist-title {
    margin: 0 0 10px;
    padding: 0 0 0 35px;
    min-height: unset;
  }
}

/* 研修の成果 */
.about-contents-goal ul {
  display: flex;
  margin: 20px 0;
  min-height: 210px;
  background: url("/categories/dx_humanresourcedevelopment/img/il_contents_allow_bg.png") no-repeat right top;
}
@media screen and (max-width: 768px) {
  .about-contents-goal ul {
    display: block;
    margin: 0;
    padding: 0 0 40px;
    min-height: auto;
    background: url("/categories/dx_humanresourcedevelopment/img/il_contents_allow_bg_sp.png") no-repeat center bottom;
  }
}
.about-contents-goal ul li {
  position: relative;
  padding: 30px 10px 20px 45px;
  width: 31%;
  background-repeat: no-repeat;
  background-position: left top;
}
.about-contents-goal ul li:nth-child(1) {
  background-image: url("/categories/dx_humanresourcedevelopment/img/il_contents_allow_1.png");
}
.about-contents-goal ul li:nth-child(2) {
  background-image: url("/categories/dx_humanresourcedevelopment/img/il_contents_allow_2.png");
}
.about-contents-goal ul li:nth-child(3) {
  background-image: url("/categories/dx_humanresourcedevelopment/img/il_contents_allow_3.png");
}
@media screen and (max-width: 768px) {
  .about-contents-goal ul li {
    padding: 50px 0 0;
    width: auto;
    background-position: center top;
  }
  .about-contents-goal ul li:nth-child(1) {
    background-image: url("/categories/dx_humanresourcedevelopment/img/il_contents_allow_1_sp.png");
  }
  .about-contents-goal ul li:nth-child(2) {
    background-image: url("/categories/dx_humanresourcedevelopment/img/il_contents_allow_2_sp.png");
  }
  .about-contents-goal ul li:nth-child(3) {
    background-image: url("/categories/dx_humanresourcedevelopment/img/il_contents_allow_3_sp.png");
  }
}
.about-contents-goal ul li:not(:last-child) {
  margin: 0 1.8% 0 0;
}
@media screen and (max-width: 768px) {
  .about-contents-goal ul li:not(:last-child) {
    margin: 0 0 30px;
  }
}
.about-contents-goal ul li p {
  font-size: 13px;
  line-height: 1.7;
}
.about-contents-goal ul li p span {
  color: #cc0066;
}

.about-contents-goal-number {
  position: absolute;
  top: 15px;
  right: 10px;
  color: #A5A19B;
  font-family: oswald,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
.about-contents-goal-number span {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .about-contents-goal-number {
    top: 35px;
    right: 5px;
  }
}

.about-contents-goal-title {
  padding: 0 60px 30px 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  color: #000f3c;
}
@media screen and (max-width: 768px) {
  .about-contents-goal-title {
    padding: 0 60px 20px 0;
  }
}

/* 研修一覧 */
.traininglist {
  margin: 0 0 45px;
}

.traininglist-title {
  text-align: center;
  margin: 0 0 25px;
}

.traininglist-title-main {
  font-size: 20px;
  font-weight: bold;
}
.traininglist-title-main::after {
  display: block;
  margin: 15px auto;
  width: 100px;
  height: 3px;
  background: #000f3c;
  content: "";
}

.traininglist-title-sub {
  font-size: 14px;
  font-weight: bold;
  color: #A5A19B;
}

.traininglist-contents {
  margin: 0 auto;
  padding: 50px 50px 40px;
  width: 1280px;
  box-shadow: 0px 0px 15px -5px #A5A19B;
  background: #fff;
}
@media screen and (max-width: 1280px) {
  .traininglist-contents {
    margin: 0 4%;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .traininglist-contents {
    padding: 4%;
  }
}

.traininglist-categorytable ul li {
  display: flex;
  margin: 0 0 1px;
  padding: 0 0 1px;
  border-bottom: solid 1px #d2d0cd;
}
@media screen and (max-width: 768px) {
  .traininglist-categorytable ul li {
    flex-direction: column;
    flex-basis: 100%;
    margin: 0 0 10px;
    padding: 0;
    border-bottom: none;
  }
}
.traininglist-categorytable ul li:last-child {
  margin: 20px 0 0;
  border-top: solid 1px #d2d0cd;
}
@media screen and (max-width: 768px) {
  .traininglist-categorytable ul li:last-child {
    margin: 0;
    border-top: none;
  }
}

.traininglist-categorytable-title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 10px;
  width: 200px;
  border-right: solid 2px #fff;
  font-size: 15px;
  font-weight: bold;
  background: #b4b0aa;
  color: #fff;
}

.traininglist-categorytable-titlelink {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  border-right: solid 2px #fff;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .traininglist-categorytable-titlelink {
    padding: 15px 10px;
    width: 100%;
    border-right: none;
  }
}

.traininglist-categorytable-list {
  width: 980px;
}
@media screen and (max-width: 768px) {
  .traininglist-categorytable-list {
    width: 100%;
  }
}
.traininglist-categorytable-list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 30px 0;
}
@media screen and (max-width: 768px) {
  .traininglist-categorytable-list ul {
    margin: 10px;
  }
}
.traininglist-categorytable-list ul li {
  display: inline-block;
  margin: 0 25px 15px 0;
  padding: 0;
  border-bottom: none;
  font-size: 14px;
  line-height: 1.8;
}
.traininglist-categorytable-list ul li::before {
  content: "●";
  color: #f15170;
}
.traininglist-categorytable-list ul li:last-child {
  margin: 0 25px 15px 0;
  border-top: none;
}
@media screen and (max-width: 768px) {
  .traininglist-categorytable-list ul li {
    margin: 0 0 5px !important;
    padding: 0 0 0 1em !important;
    text-indent: -1.3em;
  }
}
.traininglist-categorytable-list ul li a {
  text-decoration: underline;
}
.traininglist-categorytable-list ul li a:hover {
  text-decoration: none;
}
.traininglist-categorytable-list ul li p {
  display: contents;
  color: #999;
}

@media screen and (max-width: 768px) {
  .traininglist-categorytable ul li:nth-child(1) {
    margin: 0;
    padding: 0;
    border-bottom: none;
  }
}
.traininglist-categorytable ul li:nth-child(1) .traininglist-categorytable-list {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  background: #ece8e3;
}
@media screen and (max-width: 768px) {
  .traininglist-categorytable ul li:nth-child(1) .traininglist-categorytable-title, .traininglist-categorytable ul li:nth-child(1) .traininglist-categorytable-list {
    display: none;
  }
}
.traininglist-categorytable ul li:nth-child(2) .traininglist-categorytable-titlelink {
  background: #f15170;
}
.traininglist-categorytable ul li:nth-child(2) .traininglist-categorytable-list ul li::before {
  color: #f15170;
}
.traininglist-categorytable ul li:nth-child(3) .traininglist-categorytable-titlelink {
  background: #dec54c;
}
.traininglist-categorytable ul li:nth-child(3) .traininglist-categorytable-list ul li::before {
  color: #dec54c;
}
.traininglist-categorytable ul li:nth-child(4) .traininglist-categorytable-titlelink {
  background: #8cc854;
}
.traininglist-categorytable ul li:nth-child(4) .traininglist-categorytable-list ul li::before {
  color: #8cc854;
}
.traininglist-categorytable ul li:nth-child(5) .traininglist-categorytable-titlelink {
  background: #58b6e1;
}
.traininglist-categorytable ul li:nth-child(5) .traininglist-categorytable-list ul li::before {
  color: #58b6e1;
}
.traininglist-categorytable ul li:nth-child(6) .traininglist-categorytable-titlelink {
  background: #8552a4;
}
.traininglist-categorytable ul li:nth-child(6) .traininglist-categorytable-list ul li::before {
  color: #8552a4;
}
.traininglist-categorytable ul li:nth-child(7) .traininglist-categorytable-titlelink {
  background: #e97c4c;
}
.traininglist-categorytable ul li:nth-child(7) .traininglist-categorytable-list ul li::before {
  color: #e97c4c;
}
