@charset "UTF-8";
.l_mainContents--1col {
  width: 980px;
  font-size: 16px;
  line-height: 1.75em;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .l_mainContents--1col {
    width: auto;
  }
}
.flex {
  display: flex;
  justify-content: space-between;
}

.col2.flex {
  align-items: flex-start;
}

.content {
  margin-top: 30px;
}

.content2 {
  margin-top: 45px;
}

.left_bottom_border {
  border-bottom: 2px solid #9E1930;
  border-left: 10px solid #9E1930;
  padding: 5px 0 5px 15px;
  margin-bottom: 20px;
}

.prev-next-link {
  line-height: 3em;
  border-bottom: 1px dotted #333;
  margin-top: 50px;
}
.prev-next-link a {
  display: inline-block;
}
.prev-next-link .prev-label, .prev-next-link .next-label {
  color: #333;
  position: relative;
  padding: 0 0 0 60px;
}
.prev-next-link .prev-label::before, .prev-next-link .next-label::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  width: 20px;
  height: 17px;
  top: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/middle/case/icon_arrow.svg);
  margin-left: 20px;
}
.prev-next-link .prev-label:hover, .prev-next-link .next-label:hover {
  color: #9E1930;
  text-decoration: underline;
}
.prev-next-link .all_list-label {
  color: #333;
}
.prev-next-link .all_list-label:hover {
  color: #9E1930;
  text-decoration: underline;
}
.prev-next-link .next-label {
  padding: 0 60px 0 0;
}
.prev-next-link .next-label::before {
  transform: translateY(-50%) rotate(180deg);
  left: auto;
  right: 0;
  margin-left: 0;
  margin-right: 20px;
}
.prev-next-link .next-label:hover {
  color: #9E1930;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .prev-next-link .flex {
    display: flex;
  }
}

.com_tag {
  background-color: #999;
  color: #fff;
  display: inline-block;
  padding: 0.25em 0.7em;
  font-size: 0.85em;
  line-height: 1;
}

.case_wrapper {
  width: 730px;
  margin: 0 auto;
}
.case_wrapper > h3{
  font-size: large;
  border-left: 4px solid #E6002E;
  padding-left: 10px;
  margin-top: 30px;
}

.case_wrapper > p {
  margin-top: 20px;
  margin: 10px 0px 30px;
  font-size: 1.1em;
}


@media screen and (max-width: 768px) {
  .case_wrapper > p > span br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .case_wrapper > p {
    margin: 20px auto;
    width: 80%;
    font-size: 1em;
  }
}
.case_wrapper .company_date {
  padding-top: 15px;
  padding-bottom: 15px;
}
.case_wrapper .company_tag {
  text-align: center;
  margin-right: 8px;
}
.case_wrapper .company {
  display: block;
  text-align: center;
  margin-top: 33px;
  font-size: 1.5em;
  padding-bottom: 15px;
}

.case_title h1 {
  font-size: 24px;
  line-height: 1.5em;
  width: 400px;
}
@media screen and (max-width: 768px) {
  .case_title h1 {
    background-color: rgba(255, 255, 255, 0.9);
  }
}
.case_title h1 .subtitle {
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .case_title h1 {
    font-size: 21px;
    margin-bottom: 15px;
  }
}

.under_title .art_tag {
  margin-right: 5px;
  font-size: 0.85em;
  line-height: 1.5em;
  display: inline-block;
  color: #014488;
  padding: 0 1.5em 0 1.5em;
  background-color: #999;
  color: #fff;
}
.under_title.content {
  margin-top: 0;
  padding-bottom: 20px;
}
.under_title .company_tag {
  margin-top: 10px;
}
.under_title .tag_list {
  margin-top: 10px;
}
.under_title .art_tag_blue {
  font-size: 0.85em;
  line-height: 1.5em;
  display: inline-block;
  color: #014488;
  padding: 0 0.7em 0 0.7em;
  border: 1px solid #014488;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.9);
}

.summary .left_bottom_border {
  border-bottom: 2px solid #9E1930;
  border-left: 10px solid #9E1930;
  padding: 5px 0 5px 15px;
}
.summary table {
  margin: 20px auto;
  box-shadow: 3px 3px 5px #f0f0f0;
  width: 100%;
}
.summary .tbl-r02 th {
  background: rgba(229, 0, 45, 0.15);
  border: solid 1px #ccc;
  color: #333;
  font-weight: normal;
  padding: 10px;
  width: 120px;
  vertical-align: middle;
}
.summary .tbl-r02 td {
  border: solid 1px #ccc;
  padding: 10px;
}
.summary .tbl-r02 td a {
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .summary .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .summary .tbl-r02 th,
.summary .tbl-r02 td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
}

.overview {
  margin-top: 50px;
}
.overview li {
  position: relative;
  padding-left: 1em;
  padding-right: 20px;
}
.overview li::before {
  border-radius: 50%;
  width: 7px;
  height: 7px;
  display: block;
  position: absolute;
  left: 0;
  top: 0.75em;
  content: "";
  background: rgba(158, 24, 48, 0.85);
}
.overview .flex {
  justify-content: flex-start;
  align-items: center;
}
.overview .ov_issue, .overview .ov_solution,
.overview .ov_result {
  margin-bottom: 30px;
}
.overview .ov_issue .circle_deco, .overview .ov_solution .circle_deco,
.overview .ov_result .circle_deco {
  width: 93px;
}
.overview .ov_issue .circle_tag, .overview .ov_solution .circle_tag,
.overview .ov_result .circle_tag {
  position: relative;
  width: 93px;
  height: 93px;
  color: #fff;
  text-align: center;
  line-height: 93px;
  border-radius: 50%;
  margin-right: 36px;
  background-color: rgba(158, 24, 48, 0.85);
}
.overview .ov_issue ul, .overview .ov_solution ul,
.overview .ov_result ul {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .overview .circle_deco {
    width: auto;
    margin: 0 auto;
  }
  .overview .ov_issue ul, .overview .ov_solution ul,
.overview .ov_result ul {
    margin-left: 0;
  }
}

.procedure .flex {
  align-items: center;
  justify-content: flex-start;
}
.procedure .step {
  height: 42px;
  position: relative;
  padding: 0 25px;
  margin: 0 30px 0 0;
  background: rgba(229, 0, 45, 0.15);
  display: inline-block;
  font-style: italic;
  line-height: 42px;
}
.procedure .step::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
  width: 0;
  height: 0;
  border-left: 21px solid rgba(229, 0, 45, 0.15);
  border-top: 22px solid transparent;
  border-bottom: 21px solid transparent;
}
.procedure .procedure_cont {
  margin-bottom: 40px;
  background-color: #f3f3f3;
  padding: 20px;
}
.procedure .step_content {
  font-weight: bold;
}
.procedure .course_detail {
  margin-top: 15px;
}
.procedure .course_detail div.flex {
  align-items: flex-start;
}
.procedure .course_detail dl:not(:last-child) {
  margin-bottom: 15px;
}
.procedure .course_detail dl {
  background-color: #fff;
  padding: 10px 20px 10px 15px;
  border-radius: 3px;
}
.procedure .course_detail dl > dt:nth-of-type(1) {
  background-color: #014488;
  color: #fff;
}
.procedure .course_detail dl > dt:nth-of-type(2) {
  background-color: #4C49AF;
  color: #fff;
}
.procedure .course_detail dt {
  float: left;
  clear: both;
  width: 5em;
  padding: 0 0.5em;
  text-align: center;
}
.procedure .course_detail dt,
.procedure .course_detail dd {
  line-height: 1.5em;
}
.procedure .course_detail dd {
  margin-left: 6em;
}
.procedure .course_detail dd a {
  text-decoration: underline;
}
.procedure .course_detail dd a:hover {
  color: #9E1930;
}
.procedure .course_detail dd span a {
  color: #9E1930;
  text-decoration: underline;
}
.procedure .course_detail dd span a.custom {
  margin-left: 1em;
}
.procedure .course_detail dd:not(:last-child) {
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .procedure .step {
    margin-bottom: 10px;
    font-weight: bold;
  }
}
/*2023年8月4日　富士急行用*/
.course_detail table{
  width: 100%;
}
.course_detail table tr td{
  padding: 5px;
  border: 1px solid #666;
  vertical-align: middle;
}
.course_detail table tr td ul li{
  padding-left: 20px;
}
.course_detail .gray{
  background: #f3f3f3;
  text-align: center;
  font-weight: bold;
  line-height: 1;
}
.course_detail .works{
  width: 110px;
}


.reason .reason_q {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}
.reason .reason_a {
  padding: 0 20px;
}

.result .result_q {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}
.result .result_a {
  border-left: 3px solid #999;
  margin-bottom: 20px;
  background-color: #f3f3f3;
  padding: 15px 20px;
}

.voice {
  margin-bottom: 70px;
}
.voice .voice_detail {
  padding: 0 20px;
}

.services {
  margin-top: 70px;
}
.services .service_link_list {
  border: 1px solid #9E1930;
  padding: 10px 15px;
  border-radius: 0 3px 3px 3px;
}
.services .service_link::before {
  content: "✓";
  vertical-align: top;
  margin-right: 10px;
}
.services .service_link a {
  text-decoration: underline;
  width: calc(100% - 1.5em);
}
.services .service_link a:hover {
  color: #9E1930;
}
.services .service_title {
  display: inline-block;
  color: #fff;
  min-width: 11em;
  padding: 2px 15px;
  border-radius: 3px 0 0 0;
  background: linear-gradient(225deg, transparent 0%, transparent 17%, #9E1930 17%, #9E1930 100%);
}

/* カードタイプ */
.similar_course-wrap{
  text-align:center;
}
.similar_course-wrap .similar_course_title {
  text-align: center;
  margin-bottom: 30px;
}
.similar_course-wrap .red_underline {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  font-size: 22px;
  margin-top: 25px;
}
.similar_course-wrap .red_underline::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #9E1930;
  border-radius: 2px;
  bottom: -8px;
}
.similar_course{
  display:flex;
  flex-wrap: wrap;
  align-items: normal;
  gap: 25px 20px;
  justify-content: space-between;
}
.similar_course a{
  color:#333;
}
.similar_course a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.similar_course figure {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.similar_course figure img {
  border-radius: 4px 4px 0 0;
  aspect-ratio: 600/320;
  -o-object-fit: cover;
     object-fit: cover;
}
.similar_course_title-blog {
  margin:0 auto 30px;
}
.similar_course .cf_taxonomy{
  border: none;
  border-radius: 0;
  box-shadow: 0 0 0;
  width:100%;
  padding:15px 15px;
}
.similar_course .cf_taxonomy .art_tag_blue {
  font-size: 0.85em;
  line-height: 1.5em;
  display: inline-block;
  color: #014488;
  padding: 0 0.7em 0 0.7em;
  border: 1px solid #014488;
  border-radius: 2px;
}
.similar_course .company_tag{
  margin:15px 15px 0;
}
.similar_course .com_tag {
  background-color: #999;
  color: #fff;
  display: inline-block;
  padding: 0.25em 0.7em;
  font-size: 0.85em;
  line-height: 1em;
}
.case-card{
  text-align:left;
  border: 1px solid #999;
  border-radius: 4px;
  box-shadow: 3px 3px 5px #f3f3f3;
  width:31%;
  color: #333;
  display:block;
}
.case-card a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.case-card .course_title {
  margin: 15px 15px 0;
  font-weight: bold;
  line-height: 1.5em;
}
/* カードタイプ　ここまで */

.similar_course li .detail {
  padding: 15px;
  line-height: 1.5em;
}
.similar_course li .company_type {
  font-size: 1em;
  margin-top: 15px;
}
.similar_course li .company_name {
  font-size: 20px;
  font-weight: bold;
  margin-top: 1px;
  margin-bottom: 10px;
}
.similar_course li .course_title {
  margin: 15px 15px 0;
  font-weight: bold;
  line-height: 1.5em;
}
.similar_course li .course_title .subtitle {
  font-weight: 400;
}
.similar_course .tags .tag_detail {
  display: inline-block;
  margin-right: 5px;
  border: 1px solid #333;
  border-radius: 8px;
  padding: 3px 5px;
  margin-top: 25px;
  min-width: 60px;
  text-align: center;
  line-height: 1;
  font-size: 14px;
}
.similar_course ul li .course_detail {
  text-align: right;
  position: relative;
  margin-top: 10px;
}
.similar_course ul li .course_detail p {
  padding-right: 50px;
}
.similar_course ul li .course_detail::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 0;
  width: 35px;
  height: 10px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  transform: skew(45deg) translateY(50%);
}
@media screen and (max-width: 768px) {
  .similar_course {
    flex-direction:column;
    padding: 0 15px;
  }
.similar_course ul{
  margin:0 auto;
  width:80%;
}
  .similar_course li {
    margin-bottom: 20px;
  }
.case-card{
  width:230px;
  margin:0 auto;
}
}

@media screen and (max-width: 768px) {
  .flex {
    display: block;
  }
  .prev-next-link.flex {
    display: flex;
  }
  .l_mainContents--2col,
.case_wrapper,
.case_title h1,
.case_title .com_info,
.similar_course li {
    width: auto;
  }
}
.l-title {
  background-repeat: no-repeat;
  background-size: 300px auto;
  background-position: bottom right;
  padding: 20px 0 0 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-title {
    padding: 30px 10px 0 10px;
  }
}

.l-title img{
    position: absolute;
    bottom:0;
    right:0;
    width: 300px;
    z-index:-1;
  }
.l-title::before {
  content: "";
  background-color: #ccc;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, #fff 40%, #F0F1EF 40%, #F0F1EF 100%);
  width: 730px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .l-title::before {
    width: auto;
  }
}

.course_detail dl:not(:last-child) {
  margin-bottom: 10px;
}
.course_detail dt {
  float: left;
  clear: both;
  width: 10%;
}
.course_detail dt,
.course_detail dd {
  line-height: 1.5em;
}
.course_detail .sec10 {
  background-color: #fff;
}/*# sourceMappingURL=case_common.css.map */




.dxp_sol{
  display: block;
}