@charset "UTF-8";
/*----------------------------------------------------------------------
共通パーツ
----------------------------------------------------------------------*/
/* MV */
/* ぱんくず */
@media screen and (min-width: 769px) {
  html,
  body {
    min-width: 1340px;
  }
}
a {
  color: #000;
}

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

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

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

/*-----------------------------
  共通パーツ
-----------------------------*/
#index .main-visual-inner {
  background: url("../img/kv_index.jpg") no-repeat right top;
}
@media screen and (max-width: 768px) {
  #index .main-visual-inner {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  #index .main-visual-titlebox {
    background: url("../img/kv_index.jpg") no-repeat right -100px top;
    background-size: cover;
  }
}

#basic .main-visual-inner {
  background: url("../img/kv_basic.jpg") no-repeat right top;
}
@media screen and (max-width: 768px) {
  #basic .main-visual-inner {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  #basic .main-visual-titlebox {
    background: url("../img/kv_basic.jpg") no-repeat right -100px top;
    background-size: cover;
  }
}

#practice .main-visual-inner {
  background: url("../img/kv_practice.jpg") no-repeat right top;
}
@media screen and (max-width: 768px) {
  #practice .main-visual-inner {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  #practice .main-visual-titlebox {
    background: url("../img/kv_practice.jpg") no-repeat right -100px top;
    background-size: cover;
  }
}

#disclosure .main-visual-inner {
  background: url("../img/kv_disclosure.jpg") no-repeat right top;
}
@media screen and (max-width: 768px) {
  #disclosure .main-visual-inner {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  #disclosure .main-visual-titlebox {
    background: url("../img/kv_disclosure.jpg") no-repeat right -100px top;
    background-size: cover;
  }
}

#casestudy .main-visual-inner {
  background: url("../img/kv_casestudy.jpg") no-repeat right top;
}
@media screen and (max-width: 768px) {
  #casestudy .main-visual-inner {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  #casestudy .main-visual-titlebox {
    background: url("../img/kv_casestudy.jpg") no-repeat right -100px top;
    background-size: cover;
  }
}

#support .main-visual-inner {
  background: url("../img/kv_support.jpg") no-repeat right top;
}
@media screen and (max-width: 768px) {
  #support .main-visual-inner {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  #support .main-visual-titlebox {
    background: url("../img/kv_support.jpg") no-repeat right -100px top;
    background-size: cover;
  }
}

.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;
    width: 48%;
  }
}

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

.main-visual-subcategory {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .main-visual-subcategory {
    font-size: 16px;
  }
}

.main-visual-subcategory-ext {
  font-size: 14px;
}

.main-visual-lead {
  display: flex;
  align-items: center;
  position: relative;
  top: 170px;
  left: 350px;
  width: 880px;
  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: 1280px) {
  .topicpath {
    width: 100%;
  }
}
@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;
}

/*-----------------------------
  コンテンツ
-----------------------------*/
/* 共通パーツ */
.mod-title {
  text-align: center;
  margin: 0 0 25px;
}

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

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

.mod-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) {
  .mod-contents {
    margin: 0 4%;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .mod-contents {
    padding: 4%;
  }
}

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

/* 金融機関の人的資本経営実現研修 */
.contents {
  padding: 45px 0;
  background: url("../img/bg_contents.jpg") no-repeat top center;
  background-size: cover;
  background-attachment: fixed;
}
@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-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-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 #00116D;
  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 #00116D;
}
.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;
  }
}

/* 研修の5ステップ */
.about-contents-step ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .about-contents-step ul {
    flex-direction: column;
  }
}
.about-contents-step ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 30px;
  width: 210px;
  border-radius: 8px;
  background: #D4DBFF;
}
@media screen and (max-width: 768px) {
  .about-contents-step ul li {
    padding: 15px;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .about-contents-step ul li:not(:last-child) {
    margin: 0 0 30px;
  }
}
.about-contents-step ul li:not(:last-child)::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 80px;
  right: -25px;
  width: 32px;
  height: 46px;
  background: url("../img/ic_arrow_step.png") no-repeat 0 0;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .about-contents-step ul li:not(:last-child)::after {
    top: unset;
    bottom: -35px;
    right: calc(50% - 12px);
    transform: rotate(90deg);
  }
}
.about-contents-step ul li p {
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
}

.about-contents-step-txt {
  margin: 0 15px 20px;
  font-size: 14px;
  line-height: 1.6;
}

.about-contents-step-title {
  margin: 0 15px 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .about-contents-step-title {
    text-align: center;
    margin: 0 0 10px;
  }
}

.about-contents-step-number {
  margin: 0 0 30px;
  font-size: 24px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  color: #2D2F31;
}
@media screen and (max-width: 768px) {
  .about-contents-step-number {
    margin: 0 0 15px;
  }
}

.about-contents-step-name {
  margin: 0 0 30px;
  font-size: 17px;
  font-weight: bold;
  color: #485DCD;
}
@media screen and (max-width: 768px) {
  .about-contents-step-name {
    margin: 0 0 10px;
  }
}

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

.traininglist-category ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 1180px;
  gap: 0 20px;
}
@media screen and (max-width: 1280px) {
  .traininglist-category ul {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .traininglist-category ul {
    display: block;
    width: auto;
  }
}
.traininglist-category ul li {
  box-sizing: border-box;
  flex-basis: 220px;
}
@media screen and (max-width: 1280px) {
  .traininglist-category ul li {
    flex-basis: calc(88.8%/4);
  }
}
@media screen and (max-width: 768px) {
  .traininglist-category ul li {
    flex-basis: 100%;
    margin: 0 0 20px;
  }
}

.traininglist-category-link {
  display: block;
  height: 100%;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
  transition: all .4s ease-out;
}
.traininglist-category-link:hover {
  opacity: 1;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5);
}
.traininglist-category-link:hover .traininglist-category-visual img {
  opacity: 0.6;
  transform: scale(1.1);
}

.traininglist-category-visual {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .traininglist-category-visual {
    max-height: 120px;
  }
}
.traininglist-category-visual img {
  width: 100%;
  transition: all .3s ease-out;
}

.traininglist-category-info {
  display: flex;
  flex-direction: column;
  padding: 20px 15px 15px;
}
.traininglist-category-info p {
  font-size: 14px;
  line-height: 1.4;
}

.traininglist-category-title {
  display: inline-block;
  position: relative;
  text-align: center;
  margin: 0 0 15px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
  color: #007BC7;
}
@media screen and (max-width: 768px) {
  .traininglist-category-title {
    margin: 0 0 10px;
  }
}
