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

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

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

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

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

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

#sales .main-visual-inner {
  background: url(../../problem_solving/img/sales/kv_sales.jpg) no-repeat right top;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #sales .main-visual-inner {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  #sales .main-visual-titlebox {
    background: url(../../problem_solving/img/sales/kv_sales.jpg) no-repeat right -200px 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;
    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-management {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.3;
}

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

/*-----------------------------
  コンテンツ
-----------------------------*/
.problem-solving-about {
  margin: 0 auto 50px;
  padding: 0;
  width: 1280px;
}
@media screen and (max-width: 768px) {
  .problem-solving-about {
    margin: 0;
    padding: 0 15px 30px;
    width: 100%;
  }
}
.problem-solving-about dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 50px;
  box-shadow: 0px 0px 10px -2px rgba(148, 148, 148, 0.8);
  background: #F5F2EC;
}
@media screen and (max-width: 768px) {
  .problem-solving-about dl {
    flex-direction: column;
    padding: 20px;
  }
}
.problem-solving-about dt, .problem-solving-about dd {
  box-sizing: border-box;
}
.problem-solving-about dt {
  text-align: center;
  padding: 0 40px 0 0;
  min-width: 230px;
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .problem-solving-about dt {
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
    border-bottom: solid 2px #A5A19B;
    font-size: 17px;
  }
}
.problem-solving-about dt span {
  display: block;
  font-size: 12px;
}
.problem-solving-about dd {
  position: relative;
  padding: 0 0 0 40px;
  width: 980px;
  border-left: solid 2px #A5A19B;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .problem-solving-about dd {
    padding: 0;
    width: 100%;
    border-left: none;
    font-size: 13px;
  }
}
.problem-solving-about dd span {
  color: #CC0066;
}

#sales .problem-lists-subject-title {
  color: #0C91C2;
}
#sales .problem-lists-caption-solution::after {
  background: rgba(12, 145, 194, 0.6);
}

#personnel .problem-lists-subject-title {
  color: #04AD7B;
}
#personnel .problem-lists-caption-solution::after {
  background: rgba(4, 173, 123, 0.6);
}

#account .problem-lists-subject-title {
  color: #AF7904;
}
#account .problem-lists-caption-solution::after {
  background: rgba(175, 121, 4, 0.6);
}

#general .problem-lists-subject-title {
  color: #DC1054;
}
#general .problem-lists-caption-solution::after {
  background: rgba(220, 16, 84, 0.6);
}

#legal .problem-lists-subject-title {
  color: #694AB6;
}
#legal .problem-lists-caption-solution::after {
  background: rgba(105, 74, 182, 0.6);
}

#planning .problem-lists-subject-title {
  color: #D6600C;
}
#planning .problem-lists-caption-solution::after {
  background: rgba(214, 96, 12, 0.6);
}

.problem-solving {
  padding: 100px 0;
  background: url("../img/problem_solving_bg.jpg") no-repeat top center;
  background-size: cover;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .problem-solving {
    padding: 40px 15px;
  }
}

.problem-solving-inner {
  margin: 0 auto;
  width: 1280px;
}
@media screen and (max-width: 768px) {
  .problem-solving-inner {
    width: 100%;
  }
}

.problem-lists {
  margin: 0 0 50px;
}
.problem-lists ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .problem-lists ul {
    display: block;
    margin: 0 0 50px;
  }
}
.problem-lists ul li {
  margin: 0 0 40px;
  width: 620px;
  box-shadow: 0px 0px 10px -2px rgba(148, 148, 148, 0.8);
}
@media screen and (max-width: 768px) {
  .problem-lists ul li {
    margin: 0 0 20px;
    width: 100%;
  }
}
.problem-lists ul li a {
  display: flex;
  justify-content: space-between;
  padding: 8px 8px 0 8px;
  box-sizing: border-box;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .problem-lists ul li a {
    padding: 8px;
  }
}
.problem-lists ul li a:hover {
  opacity: 1;
}
.problem-lists ul li a:hover .problem-lists-caption-solution {
  opacity: 1;
}
.problem-lists ul li a:hover .problem-lists-caption-solution::before {
  animation-name: background-light;
  animation-duration: .4s;
  animation-timing-function: ease-out;
  animation-delay: 0.4s;
  animation-iteration-count: 1;
}
.problem-lists ul li a:hover .problem-lists-caption-solution::after {
  left: 0;
}
.problem-lists ul li a:hover .problem-lists-caption-solution span {
  opacity: 1;
}

.problem-lists-subject {
  position: relative;
  margin: 0 0 8px;
  width: 345px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .problem-lists-subject {
    margin: 0 8px 0 0;
    width: calc(50% - 8px);
    min-height: 75px;
  }
}
.problem-lists-subject::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 35px;
  border-top: 1px solid #97B5C1;
  border-left: 1px solid #97B5C1;
}
@media screen and (max-width: 768px) {
  .problem-lists-subject::before {
    width: 40px;
    height: 15px;
  }
}
.problem-lists-subject::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 35px;
  border-bottom: 1px solid #97B5C1;
  border-right: 1px solid #97B5C1;
}
@media screen and (max-width: 768px) {
  .problem-lists-subject::after {
    width: 40px;
    height: 15px;
  }
}

.problem-lists-subject-title {
  padding: 15px 20px 0 20px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .problem-lists-subject-title {
    padding: 8px 5px 0 8px;
    font-size: 10px;
    font-size: 2.66667vw;
    line-height: 1.5;
  }
}

.problem-lists-subject-number {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 14px;
  font-weight: bold;
  font-family: "Helvetica Neue" , Helvetica, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", arial, helvetica, sans-serif;
  letter-spacing: -1px;
  color: #97b5c1;
}
@media screen and (max-width: 768px) {
  .problem-lists-subject-number {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.problem-lists-subject-number span {
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .problem-lists-subject-number span {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

.problem-lists-figure {
  position: relative;
  overflow: hidden;
  margin: 0 0 -8px;
  width: 250px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .problem-lists-figure {
    width: 50%;
    margin: 0;
  }
}

.problem-lists-caption {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.problem-lists-caption-solution {
  position: absolute;
  top: 50%;
  text-align: center;
  overflow: hidden;
  padding: 0 30px;
  width: 100%;
  height: 65px;
  box-sizing: border-box;
  line-height: 65px;
  transform: translate(0, -50%);
  transition: all 0.25s ease-out;
}
@media screen and (max-width: 768px) {
  .problem-lists-caption-solution {
    padding: 8% 0;
    height: auto;
    line-height: 0;
  }
}
.problem-lists-caption-solution::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: '';
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -175%, 0);
}
@media screen and (max-width: 768px) {
  .problem-lists-caption-solution::before {
    display: none;
  }
}
.problem-lists-caption-solution::after {
  position: absolute;
  z-index: -1;
  display: block;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  content: '';
  box-sizing: border-box;
  transition: all .2s ease-out;
}
@media screen and (max-width: 768px) {
  .problem-lists-caption-solution::after {
    left: 0;
  }
}
.problem-lists-caption-solution span {
  opacity: 0;
  transition: opacity .2s ease-out;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .problem-lists-caption-solution span {
    opacity: 1;
    font-size: 10px;
    font-size: 2.66667vw;
  }
}
.problem-lists-caption-solution span::after {
  display: inline-block;
  padding: 0 0 0 15px;
  font-size: 16px;
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  transition: all 0.35s 0.1s;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .problem-lists-caption-solution span::after {
    padding: 0 0 0 5px;
    font-size: 11px;
    font-size: 2.93333vw;
  }
}

@keyframes background-light {
  0% {
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -175%, 0);
  }
  100% {
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 175%, 0);
  }
}
.problem-lecturer {
  padding: 40px;
  box-shadow: 0px 0px 20px -3px rgba(148, 148, 148, 0.8);
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .problem-lecturer {
    padding: 20px;
  }
}

.problem-lecturer-title {
  position: relative;
  margin: 0 auto 30px;
  padding: 0 0 10px;
  border-bottom: 3px solid #e8decf;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .problem-lecturer-title {
    margin: 0 0 20px;
  }
}
.problem-lecturer-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 75px;
  height: 3px;
  background: #065FE3;
}

.business .problem-lecturer-title::before {
  background: #630;
}

.finance .problem-lecturer-title::before {
  background: #065FE3;
}

.insurance .problem-lecturer-title::before {
  background: #B0E27B;
}

.medical .problem-lecturer-title::before {
  background: #83E4E7;
}

.government .problem-lecturer-title::before {
  background: #8462C5;
}

.university .problem-lecturer-title::before {
  background: #56B986;
}

.maker .problem-lecturer-title::before {
  background: #6A6558;
}

.service .problem-lecturer-title::before {
  background: #FFA500;
}

.problem-lecturer-box dl {
  display: flex;
}
@media screen and (max-width: 768px) {
  .problem-lecturer-box dl {
    display: block;
  }
}
.problem-lecturer-box dl:not(:last-child) {
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px dashed #E8DECF;
}
@media screen and (max-width: 768px) {
  .problem-lecturer-box dl:not(:last-child) {
    margin: 0 0 20px;
    padding: 0 0 20px;
  }
}
.problem-lecturer-box dl dt {
  display: flex;
  align-items: center;
  width: 400px;
}
@media screen and (max-width: 768px) {
  .problem-lecturer-box dl dt {
    align-items: normal;
    margin: 0 0 10px;
    width: 100%;
  }
}
.problem-lecturer-box dl dt .problem-lecturer-box-pic img {
  width: 90px;
}
.problem-lecturer-box dl dd {
  width: 800px;
  padding: 0 20px 0 0;
  font-size: 13px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .problem-lecturer-box dl dd {
    padding: 0;
    width: 100%;
    font-size: 14px;
  }
}

.problem-lecturer-box-pic {
  padding: 0 30px 0 0;
}
@media screen and (max-width: 768px) {
  .problem-lecturer-box-pic {
    padding: 0 20px 0 0;
  }
}

.problem-lecturer-box-name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 30px 0 0;
}
@media screen and (max-width: 768px) {
  .problem-lecturer-box-name {
    justify-content: unset;
    padding: 3px 0 0;
  }
}
.problem-lecturer-box-name p {
  display: block;
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .problem-lecturer-box-name p {
    font-size: 17px;
  }
}
.problem-lecturer-box-name span {
  font-size: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .problem-lecturer-box-name span {
    font-size: 14px;
  }
}

.problem-extxt {
  margin: 25px 0 0;
  padding: 15px 40px;
  font-size: 14px;
  line-height: 1.6;
  background: rgba(255, 255, 255, 0.75);
  color: #FF0000;
}
.problem-extxt a {
  text-decoration-line: underline;
  color: #FF0000;
}
.problem-extxt a:hover {
  text-decoration: none;
}
