/* serviceページ用css */

/* 共通 */
.supportpage .section_sub_title,
.supportpage .section_title,
.supportpage .section_description {
  color: #333;
}

.supportpage .section_title {
  letter-spacing: 0.01em;
}

.supportpage_space {
  padding: 8px;
}

.supportpage_gray {
  padding-top: 113px;
  background-color: #eee;
}

.supportpage_bk {
  background-color: #000;
}

/* サポート */
.supportpage_aboutsupport {
  text-align: center;
}

.pagelink ul {
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 0.5px solid #333;
}

.pagelink li {
  margin-bottom: 20px;
}

.pagelink ul a {
  font-size: 16px;
  text-decoration: none;
  color: #333;
}

.pagelink_btn {
  position: relative;
}

.pagelink_btn::after {
  content: '';
  width: 13px;
  height: 13px;
  display: block;
  border-top: solid 1.5px;
  border-right: solid 1.5px;
  transform: rotate(135deg);
  position: absolute;
  top: 2px;
  bottom: 0;
  right: -35px;
}

.supportpage_aboutsupport .section_sub_title {
  border-top: 0.5px solid #333;
  border-bottom: 0.5px solid #333;
}

.supportpage_space_01 {
  text-align: right;
  border-bottom: 0.5px solid #333;
}


/* 課題と施策例 */
.solution {
  color: #333;
}

.solution .section_sub_title {
  border-bottom: 0.5px solid #333;
}

.solution .section_description {
  padding: 0 8px;
}

.solution .color_box {
  margin-top: 20px;
  border-top: 0.5px solid #333;
  border-bottom: none;
}

.solution_box {
  display: flex;
  justify-content: space-between;
  margin-left: 8px;
  overflow-x: auto;
}

.solution_inner_box {
  padding-bottom: 40px;
  width: calc(1000px/3);
  min-width: calc(960px/3);
  text-align: center;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
}

.solution .solution_inner_box:first-child {
  border-left: solid 1px #333;
}

.solution_companyname {
  padding: 20px 0;
  font-size: 18px;
  border-bottom: solid 1px #333;
}

.solution_itemname {
  margin-top: 40px;
  font-size: 20px;
}

.solution_value {
  margin: 30px 0;
  font-size: 26px;
}

.solution_value span {
  font-size: 110px;
  font-weight: 500;
  font-family: futura-pt, sans-serif;
  line-height: 1;
}

.solution_task {
  width: 200px;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 18px;
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
}

.solution_inner_box ul span {
  color: #09499d;
}

.solution_inner_box ul {
  margin-top: 20px;
  padding: 0 30px;
}

.solution_inner_box li {
  margin-bottom: 10px;
  font-size: 15px;
  text-align: left;
}

.solution .button {
  width: calc(100% - 55px);
  margin: 0 auto;
  margin-top: 30px;
  padding: 12px 0;
  font-size: 16px;
}

/*　導入の流れ　*/
.step {
  flex-flow: row-reverse;
}

.step .section_sub_title,
.step .section_title,
.step .section_description {
  padding-left: 8px;
  padding-right: 8px;
  text-align: justify;
  color: #fff;
}

.step_detail .section_description {
  padding-left: 8px;
}

.step .description_text {
  width: 100%;
}

.step .orange_box {
  border-right: none;
}

.step_pc_button {
  display: none;
}

.step_sp_button {
  padding: 0 8px;
}

.supportpage_space_03 {
  margin-top: 20px;
  text-align: right;
  border-top: 0.5px solid #fff;
}

.contents .section_sub_title,
.contents .section_title,
.contents .section_description {
  padding: 8px;
  color: #fff;
}


/*　採用コンテンツ　*/

/* 中身が入ったら消してください */
.contents_box {
  background: #fff;
}

.contents .button {
  margin: 30px 8px;
}


.supportpage_space_04 {
  border-bottom: 0.5px solid #fff;
  border-top: 0.5px solid #fff;
}


@media (min-width: 1000px) {

  /* 共通 */
  .timetable-seminar-about .orange_box {
    margin-top: 40px;
    border-top: 1px solid #333;
  }

  .supportpage .section_title {
    letter-spacing: 0.02em;
  }

  .supportpage_space {
    padding: 12px 0;
  }

  /* サポート */
  .supportpage_gray {
    padding-top: 165px;
  }

  .supportpage_aboutsupport .section_sub_title,
  .supportpage_aboutsupport .section_title,
  .supportpage_aboutsupport ul {
    margin-left: calc((100% - 1000px)/2);
    padding-right: calc((100% - 1000px)/2);
  }

  .supportpage_aboutsupport .section_sub_title {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
  }

  .supportpage_space_01 {
    padding-left: calc((100% - 1000px)/2);
    margin-right: calc((100% - 1000px)/2);
    text-align: right;
    border-bottom: 1px solid #333;
  }

  .pagelink ul {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #333;
  }

  .pagelink li {
    margin-right: 90px;
    margin-bottom: 0px;
  }

  .pagelink li:last-child {
    margin-right: 40px;
  }

  .pagelink ul a {
    font-size: 20px;
  }

  .pagelink_btn::after {
    width: 18px;
    height: 18px;
    border-top: solid 2px;
    border-right: solid 2px;
    top: 2px;
    right: -40px;
  }


  /* 課題と施策例 */
  .solution {
    margin-right: calc((100% - 1000px)/2);
    margin-left: calc((100% - 1000px)/2);
  }

  .solution .section_sub_title {
    border-bottom: 1px solid #333;
  }

  .solution .section_description {
    padding: 0;
  }

  .solution_box {
    margin-left: 0px;
  }

  .supportpage_space_02 {
    margin-right: calc((100% - 1000px)/2);
    margin-left: calc((100% - 1000px)/2);
    border-bottom: 1px solid #fff;
  }


  /* 導入の流れ */
  .step {
    display: flex;
    justify-content: space-between;
    padding-right: calc((100% - 1000px)/2);
    margin-left: calc((100% - 1000px)/2);
    border-bottom: 1px solid #fff;
  }

  .step .button {
    margin-left: 30px;
  }

  .step .section_inner_box:nth-child(2) {
    border-right: 1px solid #fff;
  }

  .step .section_sub_title,
  .step .section_title,
  .step .section_description {
    padding-left: 10px;
    padding-right: 0px;
  }

  .step .section_title {
    text-align: left;
  }

  .step_pc_button {
    display: block;
  }

  .step_sp_button {
    display: none;
  }

  .supportpage_space_03 {
    display: flex;
    margin-top: 0px;
    margin-left: calc((100% - 1000px)/2);
    padding-right: calc((100% - 1000px)/2);
    border-bottom: 1px solid #fff;
    border-top: none;
  }

  .contents .section_title,
  .contents .section_description {
    padding: 0;
    margin-left: calc((100% - 1000px)/2);
    padding-right: calc((100% - 1000px)/2);
  }

  .contents .section_sub_title {
    margin-left: calc((100% - 1000px)/2);
    padding-right: calc((100% - 1000px)/2);
    padding-left: 0;
  }

  .contents .color_box {
    margin-top: 20px;
    margin-left: calc((100% - 1000px)/2);
    margin-right: calc((100% - 1000px)/2);
    border-top: 1px solid #fff;
  }

  .contents_box {
    margin-left: calc((100% - 1000px)/2);
    margin-right: calc((100% - 1000px)/2);
  }

  .contents .button {
    margin: 50px auto;
  }

  .supportpage_space_04 {
    padding-left: calc((100% - 1000px)/2);
    padding-right: calc((100% - 1000px)/2);
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}

/* tips -------------- */
.contents_box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}

.contents_box>*:not(:last-child) {
  margin-bottom: 44px;
}
.contents_box ul li {
  margin-bottom: 1em;
  display: inline-block;
}

.contents_box ul li img {
  max-width: 320px;
  height: auto;
}

.contents_box ul li:last-child {
  margin-bottom: 0;
}

.contents_box ul li a {
  padding-left: 28px;
  color: #120F08;
}

.contents_box ul li a:hover {
  text-decoration: none;
}

.contents_box ul li img:hover {
  opacity: 0.5;
}

@media (min-width: 768px) {
  .contents_box ul li img {
    max-width: 325px;
    margin: 0 auto;
  }
}

@media (min-width: 1360px) {
  .contents_box ul li {
    margin-left: -24px;
    margin-bottom: 0.5em;
    display: inline-block;
    position: relative;
  }
}
