@charset "UTF-8";
/*----------------------------------------------------------------------
共通パーツ
----------------------------------------------------------------------*/
/* MV */
/* ぱんくず */
a {
  color: #000;
}

.no-ready {
  cursor: default;
  opacity: 0.7;
}

/*-----------------------------
  共通パーツ
-----------------------------*/
.insurance.expertise {
  padding: 0;
  background: unset;
}

#account .main-visual-inner {
  background: url(../../expertise/img/kv_account.jpg) no-repeat right top;
}
@media screen and (max-width: 768px) {
  #account .main-visual-inner {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  #account .main-visual-titlebox {
    background: url(../../expertise/img/kv_account.jpg) no-repeat right -100px top;
    background-size: cover;
  }
}

#general .main-visual-inner {
  background: url(../../expertise/img/kv_general.jpg) no-repeat right top;
}
@media screen and (max-width: 768px) {
  #general .main-visual-inner {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  #general .main-visual-titlebox {
    background: url(../../expertise/img/kv_general.jpg) no-repeat right -100px top;
    background-size: cover;
  }
}

#infosystem .main-visual-inner {
  background: url(../../expertise/img/kv_infosystem.jpg) no-repeat right top;
}
@media screen and (max-width: 768px) {
  #infosystem .main-visual-inner {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  #infosystem .main-visual-titlebox {
    background: url(../../expertise/img/kv_infosystem.jpg) no-repeat right -100px top;
    background-size: cover;
  }
}

#legal .main-visual-inner {
  background: url(../../expertise/img/kv_legal.jpg) no-repeat right top;
}
@media screen and (max-width: 768px) {
  #legal .main-visual-inner {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  #legal .main-visual-titlebox {
    background: url(../../expertise/img/kv_legal.jpg) no-repeat right -100px top;
    background-size: cover;
  }
}

#personnel .main-visual-inner {
  background: url(../../expertise/img/kv_personnel.jpg) no-repeat right top;
}
@media screen and (max-width: 768px) {
  #personnel .main-visual-inner {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  #personnel .main-visual-titlebox {
    background: url(../../expertise/img/kv_personnel.jpg) no-repeat right -100px top;
    background-size: cover;
  }
}

#planning .main-visual-inner {
  background: url(../../expertise/img/kv_planning.jpg) no-repeat right top;
}
@media screen and (max-width: 768px) {
  #planning .main-visual-inner {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  #planning .main-visual-titlebox {
    background: url(../../expertise/img/kv_planning.jpg) no-repeat right -100px top;
    background-size: cover;
  }
}

#sales .main-visual-inner {
  background: url(../../expertise/img/kv_sales.jpg) no-repeat right top;
}
@media screen and (max-width: 768px) {
  #sales .main-visual-inner {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  #sales .main-visual-titlebox {
    background: url(../../expertise/img/kv_sales.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;
}
@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;
  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: 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;
}

/*-----------------------------
  プログラム
-----------------------------*/
.program {
  padding: 0 0 100px;
  background: url("/categories/expertise/img/bg_contents_gray.jpg") no-repeat center 200px;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .program {
    padding: 0 0 30px;
  }
}

.program-title {
  text-align: center;
  margin: 0 auto 40px;
  width: 1080px;
  font-size: 20px;
  font-weight: bold;
  color: #363636;
}
@media screen and (max-width: 768px) {
  .program-title {
    margin: 0 0 10px;
    width: 100%;
    font-size: 18px;
    line-height: 1.1;
  }
}

.program-lead {
  margin: 0 auto 40px;
  width: 1080px;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .program-lead {
    text-align: left;
    margin: 0 0 20px;
    padding: 0 20px;
    width: 100%;
    font-size: 13px;
  }
}

.programlist {
  position: relative;
  margin: 0 auto 120px;
  width: 1000px;
}
@media screen and (max-width: 768px) {
  .programlist {
    display: block;
    padding: 0 20px;
    width: 100%;
  }
}
.programlist:before, .programlist:after {
  content: "\f078";
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  font-family: "Font Awesome 5 Free";
  font-size: 40px;
  font-weight: bold;
}
.programlist:before {
  bottom: -74px;
  color: #aaa;
}
.programlist:after {
  bottom: -92px;
  color: #666;
}

.programlist-top ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.programlist-top ul li {
  margin: 0 0 45px;
  width: 1000px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .programlist-top ul li {
    margin: 0 0 20px;
    width: 100%;
  }
}
.programlist-top ul li a {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 170px;
}
@media screen and (max-width: 768px) {
  .programlist-top ul li a {
    position: relative;
    height: 200px;
  }
}
.programlist-top ul li a:hover {
  opacity: 1;
}
.programlist-top ul li a:hover:not(.programlist-arrow) {
  text-decoration: underline;
}

#sales .programlist-top ul li a {
  background: url("/categories/expertise/img/ph_sales_basis.jpg") left top;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #sales .programlist-top ul li a {
    background-size: auto;
  }
}

#personnel .programlist-top ul li a {
  background: url("/categories/expertise/img/ph_personnel_basis.jpg") left top;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #personnel .programlist-top ul li a {
    background-size: auto;
  }
}

#account .programlist-top ul li a {
  background: url("/categories/expertise/img/ph_account_basis.jpg") left top;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #account .programlist-top ul li a {
    background-size: auto;
  }
}

#general .programlist-top ul li a {
  background: url("/categories/expertise/img/ph_general_basis.jpg") left top;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #general .programlist-top ul li a {
    background-size: auto;
  }
}

#legal .programlist-top ul li a {
  background: url("/categories/expertise/img/ph_legal_basis.jpg") left top;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #legal .programlist-top ul li a {
    background-size: auto;
  }
}

#planning .programlist-top ul li a {
  background: url("/categories/expertise/img/ph_planning_basis.jpg") left top;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #planning .programlist-top ul li a {
    background-size: auto;
  }
}

#infosystem .programlist-top ul li a {
  background: url("/categories/expertise/img/ph_infosystem_basis.jpg") left top;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #infosystem .programlist-top ul li a {
    background-size: auto;
  }
}

.programlist-top__qualification ul li a {
  height: 240px;
}
.programlist-top__qualification ul li:first-child {
  width: 650px;
}
.programlist-top__qualification ul li:first-child .programlist-inner {
  padding: 18px 50px 12px 25px;
  height: 101px;
}
.programlist-top__qualification ul li.programlist-qualification {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .programlist-top__qualification ul li.programlist-qualification {
    width: 100%;
  }
}
.programlist-top__qualification ul li.programlist-qualification a {
  background: url("/categories/expertise/img/ph_program_item_qualification.jpg") no-repeat left top !important;
  background-size: cover !important;
}
@media screen and (max-width: 768px) {
  .programlist-top__qualification ul li.programlist-qualification a {
    background-position: center center;
    background-size: cover;
  }
}
.programlist-top__qualification ul li.programlist-qualification .programlist-inner {
  width: 100%;
}

#personnel .programlist-top__qualification ul li a {
  background-position: -300px;
}

.programlist-bottom ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.programlist-bottom ul li {
  width: 300px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .programlist-bottom ul li {
    margin: 0 0 20px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .programlist-bottom ul li:last-child {
    margin: 0;
  }
}
.programlist-bottom ul li a {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 240px;
}
@media screen and (max-width: 768px) {
  .programlist-bottom ul li a {
    position: relative;
    height: 250px;
  }
}
.programlist-bottom ul li a:hover {
  opacity: 1;
}
.programlist-bottom ul li a:hover:not(.programlist-arrow) {
  text-decoration: underline;
}
.programlist-bottom ul li:nth-child(1) a {
  background: url("/categories/expertise/img/ph_program_item_1.jpg") no-repeat left top;
}
@media screen and (max-width: 768px) {
  .programlist-bottom ul li:nth-child(1) a {
    background-position: center center;
    background-size: cover;
  }
}
.programlist-bottom ul li:nth-child(2) a {
  background: url("/categories/expertise/img/ph_program_item_2.jpg") no-repeat left top;
}
@media screen and (max-width: 768px) {
  .programlist-bottom ul li:nth-child(2) a {
    background-position: center center;
    background-size: cover;
  }
}
.programlist-bottom ul li:nth-child(3) a {
  background: url("/categories/expertise/img/ph_program_item_3.jpg") no-repeat left top;
}
@media screen and (max-width: 768px) {
  .programlist-bottom ul li:nth-child(3) a {
    background-position: center center;
    background-size: cover;
  }
}

.programlist-inner {
  position: relative;
  padding: 28px 50px 22px 25px;
  width: 100%;
  background: rgba(255, 255, 255, 0.88);
}
@media screen and (max-width: 768px) {
  .programlist-inner {
    position: absolute;
    bottom: 0;
    padding: 20px;
    width: 100%;
  }
}

.programlist-top .programlist-inner {
  width: unset;
}
@media screen and (max-width: 768px) {
  .programlist-top .programlist-inner {
    width: 100%;
  }
}

.programlist-maintxt {
  margin: 0 0 5px;
  font-size: 18px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .programlist-maintxt {
    font-size: 20px;
    line-height: 1.2;
  }
}

.programlist-subtxt {
  margin: 0 0 10px;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .programlist-subtxt {
    font-size: 14px;
  }
}

.programlist-time {
  display: inline-block;
  padding: 5px 8px 4px;
  font-size: 14px;
  background: #a5a19b;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .programlist-time {
    font-size: 14px;
  }
}

.programlist-arrow {
  display: flex;
  align-items: center;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .programlist-arrow {
    right: 20px;
  }
}

/*-----------------------------
  カッツ理論図(レスポンシブ対応)
-----------------------------*/
/* PC表示 */
.programtable {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 10px;
  width: 100%;
  max-width: 1180px;
}

.programtable-item {
  width: 100%;
}
.programtable-item ul {
  display: flex;
}
.programtable-item ul li {
  text-align: center;
  padding: 15px 10px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}
.programtable-item ul li:nth-child(1) {
  margin: 0 1px 1px 0;
  width: 2%;
  min-width: 30px;
}
.programtable-item ul li:nth-child(2) {
  margin: 0 1px 1px 0;
  width: 5%;
  min-width: 60px;
}
.programtable-item ul li:nth-child(3), .programtable-item ul li:nth-child(4), .programtable-item ul li:nth-child(5) {
  width: 31%;
  min-width: 363px;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
.programtable-item ul li:nth-child(5) {
  border-right: none;
}

.item-color1 {
  background: #eb586a;
}

.item-color2 {
  background: #b4a540;
}

.item-color3 {
  background: #4596c9;
}

.item-color4 {
  background: #429a82;
}

.item-color5 {
  background: #9c54a8;
}

.programtable-content {
  display: flex;
}

.programtable-content-class {
  display: flex;
  justify-content: center;
  margin: 0 0 1px;
  padding: 10px;
  width: 2%;
  min-width: 32px;
  font-size: 10px;
  writing-mode: vertical-rl;
  line-height: 1.2;
}

.programtable-content-director {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: end;
  padding: 10px;
  width: 5%;
  min-width: 60px;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  font-size: 13px;
  font-weight: bold;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 1.3;
  color: #fff;
}
.programtable-content-director span {
  display: none;
}

.director-color1 {
  background: #655b3e;
}

.director-color2 {
  background: #7b7153;
}

.director-color3 {
  background: #968d74;
}

.director-color4 {
  background: #a9a084;
}

.programtable-content-inner {
  display: flex;
  width: 100%;
}

.programtable-content-item {
  display: none;
}

.programtable-content-txt {
  padding: 20px 15px;
  width: 31%;
  min-width: 363px;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
.programtable-content-txt:nth-child(3n) {
  border-right: none;
}
.programtable-content-txt ul {
  display: flex;
  flex-wrap: wrap;
}
.programtable-content-txt ul li {
  margin: 0 10px 10px 0;
}
.programtable-content-txt ul li:last-child {
  margin: 0;
}
.programtable-content-txt ul li a {
  display: inline-block;
  padding: 5px;
  font-size: 14px;
  line-height: 1.3;
  text-decoration: underline;
  background: #fff;
  color: #000;
}
.programtable-content-txt ul li a:hover {
  text-decoration: none;
  opacity: 1;
}
.programtable-content-txt ul li p {
  display: inline-block;
  padding: 5px;
  font-size: 14px;
  line-height: 1.3;
  background: #fff;
  color: #000;
}

.txt-color1 {
  background: #fcbec6;
}

.txt-color2 {
  background: #dfd590;
}

.txt-color3 {
  background: #abd1e8;
}

.txt-color4 {
  background: #ffd7dc;
}

.txt-color5 {
  background: #ede6b7;
}

.txt-color6 {
  background: #bcdcf0;
}

.txt-color7 {
  background: #ffe6e9;
}

.txt-color8 {
  background: #f9f4d5;
}

.txt-color9 {
  background: #d4e8f5;
}

.txt-color10 {
  background: #c0dcd4;
}

.txt-color11 {
  background: #f2daf6;
}

.programtable-content-lower {
  margin: 0 0 10px;
}
.programtable-content-lower .programtable-content-director {
  border-bottom: none;
}
.programtable-content-lower .programtable-content-txt {
  border-bottom: none;
}

.programtable-content-member .programtable-content-director {
  border-bottom: none;
}
.programtable-content-member .programtable-content-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 10px;
  width: 21%;
  min-width: 240px;
  border-right: solid 1px #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
}
.programtable-content-member .programtable-content-txt {
  padding: 20px 15px;
  width: 72%;
  min-width: 850px;
  border-right: none;
  border-bottom: none;
}

.programtable-content-qualification .programtable-content-item {
  width: 10%;
  min-width: 120px;
}
.programtable-content-qualification .programtable-content-txt {
  width: 36%;
  min-width: 420px;
}
.programtable-content-qualification .programtable-content-txt-r10 {
  margin: 0 10px 0 0;
}

.programtable-extxt {
  text-align: right;
  margin: 0 auto;
  width: 100%;
  max-width: 1180px;
  font-size: 12px;
  line-height: 1.4;
}
.programtable-extxt span {
  display: contents;
}

/* SP表示 */
@media screen and (max-width: 768px) {
  .programtable {
    flex-direction: column-reverse;
    margin: 0 auto 10px;
    padding: 0 20px;
  }

  .programtable-content {
    flex-wrap: wrap;
    margin: 0 0 5px;
    width: 100%;
  }

  .programtable-content-class {
    display: none;
  }

  .programtable-content-director {
    display: block;
    text-align: unset;
    padding: 10px 35px 10px 10px;
    width: 100%;
    min-width: unset;
    border-right: none;
    border-bottom: none;
    font-size: 16px;
    writing-mode: unset;
    line-height: 1.4;
    background: url(../img/ic_arrow_down.png) no-repeat 0 0;
    cursor: pointer;
  }
  .programtable-content-director span {
    display: block;
    font-size: 13px;
  }

  .programtable-content-director__qualification {
    padding: 17px 35px 16px 10px;
  }

  .director-color1 {
    background: #655b3e url(../img/ic_arrow_down.png) no-repeat 95% center;
    background-size: 18px 10px;
  }

  .director-color2 {
    background: #7b7153 url(../img/ic_arrow_down.png) no-repeat 95% center;
    background-size: 18px 10px;
  }

  .director-color3 {
    background: #968d74 url(../img/ic_arrow_down.png) no-repeat 95% center;
    background-size: 18px 10px;
  }

  .director-color4 {
    background: #a9a084 url(../img/ic_arrow_down.png) no-repeat 95% center;
    background-size: 18px 10px;
  }

  .programtable-content-director-txt-sp {
    display: contents;
  }

  .programtable-content-inner {
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
  }

  .programtable-content-open {
    display: none;
  }

  .programtable-content-open:checked ~ .programtable-content-inner {
    opacity: 1;
    visibility: visible;
    max-height: 100%;
    border-top: solid 1px #fff;
  }

  .programtable-content-open:checked ~ .director-color1 {
    background: #655b3e url(../img/ic_arrow_up.png) no-repeat 95% center;
    background-size: 18px 10px;
  }

  .programtable-content-open:checked ~ .director-color2 {
    background: #7b7153 url(../img/ic_arrow_up.png) no-repeat 95% center;
    background-size: 18px 10px;
  }

  .programtable-content-open:checked ~ .director-color3 {
    background: #968d74 url(../img/ic_arrow_up.png) no-repeat 95% center;
    background-size: 18px 10px;
  }

  .programtable-content-open:checked ~ .director-color4 {
    background: #a9a084 url(../img/ic_arrow_up.png) no-repeat 95% center;
    background-size: 18px 10px;
  }

  .programtable-item {
    display: none;
  }

  .programtable-content-item {
    display: block;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
  }

  .programtable-content-txt {
    padding: 15px 10px;
    width: 100%;
    min-width: auto;
    border-right: none;
  }

  .programtable-content-top {
    margin: 0;
  }
  .programtable-content-top .programtable-content-txt {
    border-bottom: none;
  }

  .programtable-content-middle .programtable-content-txt {
    border-bottom: none;
  }

  .programtable-content-member .programtable-content-item {
      /*
			display: block;
			padding: 10px;
			width: 100%;
			min-width: unset;
			border-right: none;
			font-size: 14px;
			*/
    display: none;
  }
  .programtable-content-member .programtable-content-txt {
    padding: 15px 10px;
    width: 100%;
    min-width: unset;
  }

  .programtable-extxt {
    text-align: left;
    padding: 0 20px;
    font-size: 10px;
    line-height: 1.4;
  }
  .programtable-extxt span {
    display: none;
  }
}
/* SP表示(374px端末) */
@media screen and (max-width: 374px) {
  .programtable-content-director {
    font-size: 15px;
  }
}
.finance .programtable-displayptn__1,
.insurance .programtable-displayptn__1,
.medical_welfare .programtable-displayptn__1,
.university .programtable-displayptn__1,
.government .programtable-displayptn__1 {
  display: none;
}

.insurance .programtable-displayptn__2,
.medical_welfare .programtable-displayptn__2,
.university .programtable-displayptn__2,
.government .programtable-displayptn__2 {
  display: none;
}

.government .programtable-displayptn__3 {
  display: none;
}

/* カッツ理論図(レスポンシブ対応) */
