@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;
  }
}

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

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

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

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

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

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

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

#inheritance .main-visual-inner {
  background: url("/categories/fp/img/kv_inheritance.jpg") no-repeat right top;
}
@media screen and (max-width: 768px) {
  #inheritance .main-visual-inner {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  #inheritance .main-visual-titlebox {
    background: url("/categories/fp/img/kv_inheritance.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-top {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .main-visual-subcategory-top {
    font-size: 14px;
  }
}

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

.main-visual-management {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.3;
}
.main-visual-management span {
  display: inline-block;
  position: relative;
  top: -1px;
  margin: 5px 0 0 5px;
  padding: 4px 5px 3px;
  font-size: 13px;
  background: #fff;
  color: #a8a29a;
}
@media screen and (max-width: 768px) {
  .main-visual-management span {
    margin: 5px 0 0;
    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;
  }
}

.main-visual-lead__index {
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .main-visual-lead__index {
    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;
}

/*-----------------------------
  コンテンツ
-----------------------------*/
/* FP継続教育研修について */
.contents {
  padding: 45px 0;
  background: url("/categories/fp/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-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: #3D9DD8;
  content: "";
}

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

.about-contents {
  margin: 0 auto;
  padding: 50px 50px 40px;
  width: 1180px;
  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-box:not(:last-child) {
  margin: 0 0 60px;
}
@media screen and (max-width: 768px) {
  .about-contents-box:not(:last-child) {
    margin: 0 0 30px;
  }
}

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

.about-contents-box-lead {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}
.about-contents-box-lead span {
  color: #CC0066;
  font-weight: bold;
}

.about-contents-box-list ul {
  margin: 15px 0;
  padding: 15px 20px;
  background: #f1f1f1;
}
@media screen and (max-width: 768px) {
  .about-contents-box-list ul {
    padding: 15px;
  }
}
.about-contents-box-list ul li {
  padding: 0 0 0 1.4em;
  text-indent: -1.4em;
  font-size: 14px;
  line-height: 1.6;
}
.about-contents-box-list ul li::before {
  padding: 0 5px 0 0;
  content: "\f058";
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  color: #3D9DD8;
}
.about-contents-box-list ul li:not(:last-child) {
  margin: 0 0 3px;
}
.about-contents-box-list ul li.about-contents-box-list__title {
  padding: 0 0 5px;
  text-indent: 0;
}
.about-contents-box-list ul li.about-contents-box-list__title::before {
  display: none;
}

.about-contents-box-txt {
  font-size: 14px;
  line-height: 1.6;
}
.about-contents-box-txt span {
  color: #CC0066;
}

.about-contents-box__step .about-contents-box-title {
  background: #EFEBAD;
}
.about-contents-box__step .about-contents-box-txt {
  margin: 0 0 20px;
}

.about-contents-box-step-img {
  margin: 0 0 10px;
}
.about-contents-box-step-img img {
  width: 100%;
}

.about-contents-box-step-extxt {
  text-align: right;
  font-size: 14px;
  line-height: 1.4;
  color: #CC0066;
}
@media screen and (max-width: 768px) {
  .about-contents-box-step-extxt {
    font-size: 12px;
  }
}

/* 研修一覧 */
.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: #3D9DD8;
  content: "";
}

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

.traininglist-category ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 1180px;
  gap: 0 46px;
}
@media screen and (max-width: 1280px) {
  .traininglist-category ul {
    padding: 0 4%;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .traininglist-category ul {
    display: block;
    padding: 0 4%;
    width: auto;
  }
}
.traininglist-category ul li {
  box-sizing: border-box;
  flex-basis: 260px;
  margin: 0 1.8%;
  margin: 0 0 45px;
}
@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 15px 0;
  }
}

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

.traininglist-category-visual {
  overflow: hidden;
}
.traininglist-category-visual img {
  width: 100%;
  transition: all .3s ease-out;
}

.traininglist-category-info {
  padding: 15px 15px 10px;
}

.traininglist-category-title {
  display: inline-block;
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 5px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
  color: #007BC7;
}
.traininglist-category-title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  transition: all 0.15s ease-out;
  transition-delay: .1s;
  width: 0;
  height: 2px;
  background: #007BC7;
}

.traininglist-category-desc {
  font-size: 14px;
  line-height: 1.4;
}
