.matching .section_title.type02 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .matching .section_title.type02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .matching .section_title.type02 span {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.matching .section_title.type02 span:first-of-type::after {
  content: '　';
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .matching .section_title.type02 span:first-of-type::after {
    content: none;
  }
}
.matching .page_content .anchor {
  background-color: #fff;
  padding-bottom: 30px;
}
.matching .page_content .anchor .item_wrapper {
  margin-left: -30px;
}
@media screen and (max-width: 767px) {
  .matching .page_content .anchor .item_wrapper {
    display: block;
    margin-left: 0;
  }
}
.matching .page_content .anchor .item {
  margin: 0 0 0 30px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .matching .page_content .anchor .item {
    margin: 0 0 20px;
  }
}
.matching .page_content .anchor .item a {
  border: 6px solid #eb7323;
  color: #463933;
  font-size: 1.3125em;
  font-weight: 700;
  text-align: center;
  display: block;
  padding: 36.5px 20px;
}
.matching .page_content .anchor .item a:hover {
  background-color: #eb7323;
  opacity: 1;
  color: #fff;
}
.matching .page_content .anchor .item a:hover span::after {
  border-color: #fff;
}
.matching .page_content .anchor .item a span {
  display: inline-block;
  position: relative;
}
.matching .page_content .anchor .item a span::after {
  content: '';
  border-right: 4px solid #463933;
  border-bottom: 4px solid #463933;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0 -40px 0 0;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .matching .page_content .anchor .item a span::after {
    margin-right: -1em;
  }
}
.matching .page_content .section {
  background-color: #f6f5f0;
}
.matching .page_content .section.section02 .inner {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .matching .page_content .section.section02 .inner {
    padding-bottom: 60px;
  }
}
.matching .page_content .section .inner {
  padding-top: 80px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .matching .page_content .section .inner {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.matching .page_content .ol > .li {
  background-color: #fff;
}
.matching .page_content .ol > .li + .li {
  margin-top: 56px;
  position: relative;
}
.matching .page_content .ol > .li + .li::before {
  content: '';
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #eb7323 transparent transparent transparent;
  margin: -28px auto 0;
  max-width: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .matching .page_content .dl {
    display: block;
  }
}
.matching .page_content .dl .dt {
  background-color: #eb7323;
  color: #fff;
  font-weight: 900;
  font-size: 1.25em;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 106px;
}
@media screen and (max-width: 767px) {
  .matching .page_content .dl .dt {
    font-size: 0.8125em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5.5px 20px;
    width: 100%;
  }
}
.matching .page_content .dl .dt span {
  color: #fff;
  font-size: 1.7em;
  display: block;
}
@media screen and (max-width: 767px) {
  .matching .page_content .dl .dt span {
    font-size: 1.69230769em;
    display: inline-block;
  }
}
.matching .page_content .dl .dd {
  color: #eb7323;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 33px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .matching .page_content .dl .dd {
    padding: 20px;
  }
}
.matching .page_content .note {
  color: #463933;
  font-size: 0.72222222em;
  line-height: 1.69230769;
  text-indent: -1em;
  margin: 1em 0 0;
  padding-left: 1em;
  width: 100%;
}
.matching .page_content .site_logo {
  line-height: 1;
  -ms-flex-item-align: center;
      align-self: center;
  display: inline-block;
}
.matching .page_content .site_logo.skillshift img {
  width: 126px;
}
.matching .page_content .site_logo.bizgrowth img {
  width: 94px;
}
.matching .page_content .site_logo a {
  display: inline-block;
  vertical-align: middle;
  padding: 0 .2em;
}
