@charset "UTF-8";
.page-rework {
  /* ============================================================
  service/rework.html ミラトレリワーク
  ============================================================ */
  /* rework_mv */
  /* rework-intro */
  /* rework-support */
  /* rework_point */
  /* rework-program */
  /* rework-schedule */
  /* .rework-style */
  /* rework-person */
  /* rework-case */
  /* .rework-voice */
  /* rework-flow */
}
.page-rework .pageheader.pageheader-roundedcorner .pageheader_title .en {
  color: #8895BD;
}
.page-rework .pageheader.pageheader-roundedcorner .pageheader_title .sub_jp {
  font-size: 1.6rem;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .page-rework .pageheader.pageheader-roundedcorner .pageheader_title .sub_jp {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-rework .sec .sec-inner {
    width: 94%;
    width: calc(100% - 40px);
  }
}
.page-rework img {
  display: block;
}
.page-rework .border-box * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-rework .main-conteiner {
  padding-bottom: 0;
}
.page-rework.bread .main-conteiner {
  padding-bottom: 0;
}
.page-rework .rework_arch-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 64px 0 40px;
}
.page-rework .rework_arch-title .rework_arch-title-en {
  font-weight: 600;
  font-size: 1.6rem;
  color: #e6a719;
  color: #8895bd;
  font-family: "Montserrat", sans-serif;
}
.page-rework .rework_arch-title .rework_arch-title-ja {
  font-size: 3.5rem;
  line-height: 1.1;
  font-weight: bold;
  position: relative;
  margin-top: 5px;
  padding-bottom: 1.4em;
}
.page-rework .rework_arch-title .rework_arch-title-ja::before {
  position: absolute;
  display: block;
  content: "";
  background: url("../images/rework/rework_arch_pc.svg") center bottom/contain no-repeat;
  width: 166px;
  height: 28px;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}
@media only screen and (max-width: 767px) {
  .page-rework .rework_arch-title {
    padding: 60px 0 34px;
  }
  .page-rework .rework_arch-title .rework_arch-title-ja {
    font-size: 2.2rem;
    margin-top: 5px;
    padding-bottom: 1.4em;
    text-align: center;
    line-height: 1.6;
  }
  .page-rework .rework_arch-title .rework_arch-title-ja::before {
    bottom: -10px;
  }
}
.page-rework .rework_dottedline-title {
  text-align: center;
  color: #8895bd;
  position: relative;
}
.page-rework .rework_dottedline-title:after {
  background: radial-gradient(circle farthest-side, #8895bd, #8895bd 41%, transparent 41%, transparent);
  background-size: 10px;
  content: "";
  display: inline-block;
  height: 10px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1.1em;
}
.page-rework .rework_dottedline-title > span {
  width: 100%;
  font-size: 2.4rem;
  line-height: 1.6;
  position: relative;
  margin: 0 0 1.25em;
  padding: 0;
}
.page-rework .rework_dottedline-title > span::before, .page-rework .rework_dottedline-title > span:after {
  position: absolute;
  display: block;
  content: "";
  height: 23px;
  width: 34px;
  background: url("../images/rework/rework_dottedline-title_arr.svg") center/contain repeat-x;
}
.page-rework .rework_dottedline-title > span::before {
  top: 0.15em;
  left: -0.5em;
  translate: -100% 0;
}
.page-rework .rework_dottedline-title > span:after {
  bottom: 0.15em;
  right: -0.5em;
  translate: 0 100%;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media only screen and (max-width: 767px) {
  .page-rework .rework_dottedline-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-rework .rework_dottedline-title > span {
    width: auto;
    display: inline-block;
    font-size: 1.8rem;
    margin: 0 auto 0.05em;
    padding: 0 2em;
    line-height: 1.3;
  }
  .page-rework .rework_dottedline-title > span::before, .page-rework .rework_dottedline-title > span:after {
    height: 16px;
    width: 24px;
  }
  .page-rework .rework_dottedline-title > span::before {
    top: 0.3em;
    left: 0;
    translate: 0;
  }
  .page-rework .rework_dottedline-title > span:after {
    top: 0.4em;
    bottom: auto;
    right: 0;
    translate: 0;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.page-rework .thumbs-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 48px 0 -24px;
}
.page-rework .thumbs-row .thumbs-box {
  width: calc(50% - 12px);
}
@media only screen and (max-width: 767px) {
  .page-rework .thumbs-row {
    margin: 40px 0 -24px;
  }
  .page-rework .thumbs-row .thumbs-box {
    width: 100%;
  }
}
.page-rework .thumbs-box {
  margin: 0;
  padding: 0 0 24px;
}
.page-rework .thumbs-box .thumbs-box_inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-rework .thumbs-box .thumbs-box_ttl {
  width: 100%;
  font-size: 2rem;
  font-weight: 600;
  padding: 0 0 0.4em;
  margin: 0;
  line-height: 1.5;
  border-bottom: solid 1px #d9d9d9;
  margin-bottom: 0.8em;
}
.page-rework .thumbs-box .thumbs-box_ttl.size24 {
  font-size: 2.4rem;
}
.page-rework .thumbs-box .thumbs-box_main ul,
.page-rework .thumbs-box .thumbs-box_main ol {
  font-size: 15px;
  line-height: 1.5;
  white-space: normal;
}
.page-rework .thumbs-box .thumbs-box_main p {
  font-size: 15px;
  line-height: 1.8;
  white-space: normal;
}
.page-rework .thumbs-box .thumbs-box_main p + p,
.page-rework .thumbs-box .thumbs-box_main p + ul,
.page-rework .thumbs-box .thumbs-box_main p + div {
  margin-top: 20px;
}
.page-rework .thumbs-box .thumbs-box_main ul.simple-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-rework .thumbs-box .thumbs-box_main ul.simple-list li {
  padding: 0 0 0 1.2em;
  position: relative;
}
.page-rework .thumbs-box .thumbs-box_main ul.simple-list li:nth-of-type(n + 2) {
  margin-top: 0.35em;
}
.page-rework .thumbs-box .thumbs-box_main ul.simple-list li::before {
  position: absolute;
  display: block;
  content: "";
  width: 0.26em;
  height: 0.26em;
  border-radius: 50%;
  background: #282828;
  top: 0.8em;
  left: 0.6em;
  translate: -50% -50%;
}
.page-rework .thumbs-box .thumbs-box_image img {
  border-radius: 8px;
}
@media only screen and (min-width: 767.1px) {
  .page-rework .thumbs-box .thumbs-box_main {
    padding: 0 0 0 12px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 2;
        flex-shrink: 2;
    width: 100%;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-rework .thumbs-box .thumbs-box_main ul,
  .page-rework .thumbs-box .thumbs-box_main ol {
    font-size: 15px;
    line-height: 1.5;
    white-space: normal;
  }
  .page-rework .thumbs-box .thumbs-box_main p {
    font-size: 15px;
    line-height: 1.8;
    white-space: normal;
  }
  .page-rework .thumbs-box .thumbs-box_main p + p,
  .page-rework .thumbs-box .thumbs-box_main p + ul,
  .page-rework .thumbs-box .thumbs-box_main p + div {
    margin-top: 20px;
  }
  .page-rework .thumbs-box .thumbs-box_main ul.simple-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .page-rework .thumbs-box .thumbs-box_main ul.simple-list li {
    padding: 0 0 0 1.2em;
    position: relative;
  }
  .page-rework .thumbs-box .thumbs-box_main ul.simple-list li:nth-of-type(n + 2) {
    margin-top: 0.35em;
  }
  .page-rework .thumbs-box .thumbs-box_main ul.simple-list li::before {
    position: absolute;
    display: block;
    content: "";
    width: 0.26em;
    height: 0.26em;
    border-radius: 50%;
    background: #282828;
    top: 0.8em;
    left: 0.6em;
    translate: -50% -50%;
  }
  .page-rework .thumbs-box .thumbs-box_image {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .page-rework .thumbs-box .thumbs-box_image.wide178 {
    width: 178px;
  }
  .page-rework .thumbs-box .thumbs-box_image.wide178 + .thumbs-box_main {
    width: calc(100% - 178px);
  }
  .page-rework .thumbs-box .thumbs-box_image.wide340 {
    width: 340px;
  }
  .page-rework .thumbs-box .thumbs-box_image.wide340 + .thumbs-box_main {
    width: calc(100% - 340px);
    padding: 0 0 0 32px;
  }
  .page-rework .thumbs-box .thumbs-box_image.wide253 {
    width: 253px;
  }
  .page-rework .thumbs-box .thumbs-box_image.wide253 + .thumbs-box_main {
    width: calc(100% - 253px);
    padding: 0 0 0 32px;
  }
  .page-rework .thumbs-box .thumbs-box_image img {
    border-radius: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .page-rework .thumbs-box {
    padding: 0 0 18px;
    padding: 0;
  }
  .page-rework .thumbs-box .thumbs-box_ttl {
    font-size: 1.8rem;
    padding: 0 0 0.5em;
  }
  .page-rework .thumbs-box .thumbs-box_ttl.size24 {
    font-size: 1.8rem;
  }
  .page-rework .thumbs-box .thumbs-box_main {
    width: calc(100% - 103px);
    padding-left: 8px;
  }
  .page-rework .thumbs-box .thumbs-box_main ul,
  .page-rework .thumbs-box .thumbs-box_main ol {
    font-size: 14px;
    line-height: 1.5;
  }
  .page-rework .thumbs-box .thumbs-box_main p {
    font-size: 14px;
    line-height: 1.8;
  }
  .page-rework .thumbs-box .thumbs-box_main p + p,
  .page-rework .thumbs-box .thumbs-box_main p + ul,
  .page-rework .thumbs-box .thumbs-box_main p + div {
    margin-top: 18px;
  }
  .page-rework .thumbs-box .thumbs-box_image {
    width: 102px;
  }
  .page-rework .thumbs-box .thumbs-box_image img {
    border-radius: 8px;
  }
  .page-rework .thumbs-box.sp-break .thumbs-box_inr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-rework .thumbs-box.sp-break .thumbs-box_image {
    width: 100%;
  }
  .page-rework .thumbs-box.sp-break .thumbs-box_image img {
    margin: auto;
  }
  .page-rework .thumbs-box.sp-break .thumbs-box_main {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}
.page-rework .beige-box .beige-box_main {
  padding: 20px;
  border-radius: 8px;
  background: url("/images/common/bg_tile_1.png");
  background-size: 45px auto;
  position: relative;
  z-index: 1;
}
.page-rework .beige-box .beige-box_main p + p, .page-rework .beige-box .beige-box_main p + ul, .page-rework .beige-box .beige-box_main p + ul, .page-rework .beige-box .beige-box_main p + div, .page-rework .beige-box .beige-box_main ul + p, .page-rework .beige-box .beige-box_main ul + ul, .page-rework .beige-box .beige-box_main ul + ul, .page-rework .beige-box .beige-box_main ul + div, .page-rework .beige-box .beige-box_main ul + p, .page-rework .beige-box .beige-box_main ul + ul, .page-rework .beige-box .beige-box_main ul + ul, .page-rework .beige-box .beige-box_main ul + div, .page-rework .beige-box .beige-box_main div + p, .page-rework .beige-box .beige-box_main div + ul, .page-rework .beige-box .beige-box_main div + ul, .page-rework .beige-box .beige-box_main div + div {
  margin-top: 0.5em;
}
.page-rework .beige-box .beige-box_tab-ttl {
  margin: 0;
  padding: 0 0 0 0.5em;
  line-height: 1;
  display: inline-block;
  width: auto;
  min-width: 88px;
  height: 28px;
  font-size: 1.6rem;
  color: #fff;
  background: #8895bd;
  font-weight: 600;
  border-top-left-radius: 8px;
  position: relative;
}
.page-rework .beige-box .beige-box_tab-ttl::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  background: #8895bd;
}
.page-rework .beige-box .beige-box_tab-ttl + .beige-box_main {
  border-top-left-radius: 0;
}
.page-rework .beige-box .beige-box_tab-ttl > span {
  padding-bottom: 0.1em;
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .page-rework .beige-box .beige-box_main {
    padding: 16px;
    border-radius: 8px;
  }
  .page-rework .beige-box .beige-box_main p + p, .page-rework .beige-box .beige-box_main p + ul, .page-rework .beige-box .beige-box_main p + ul, .page-rework .beige-box .beige-box_main p + div, .page-rework .beige-box .beige-box_main ul + p, .page-rework .beige-box .beige-box_main ul + ul, .page-rework .beige-box .beige-box_main ul + ul, .page-rework .beige-box .beige-box_main ul + div, .page-rework .beige-box .beige-box_main ul + p, .page-rework .beige-box .beige-box_main ul + ul, .page-rework .beige-box .beige-box_main ul + ul, .page-rework .beige-box .beige-box_main ul + div, .page-rework .beige-box .beige-box_main div + p, .page-rework .beige-box .beige-box_main div + ul, .page-rework .beige-box .beige-box_main div + ul, .page-rework .beige-box .beige-box_main div + div {
    margin-top: 0.5em;
  }
}
.page-rework .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: -4px;
  padding: 0;
}
.page-rework .tab-list li {
  margin: 4px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-rework .tab-list li::before {
  display: none;
}
.page-rework .tab-list li > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #95b1d4;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  line-height: 1;
  padding: 0 0.4em 0.1em;
  color: #fff;
  font-weight: 500;
  position: relative;
  min-height: 27px;
  letter-spacing: -0.01em;
}
.page-rework .tab-list li > span.more-etc {
  background: none;
  color: #222;
  font-weight: 400;
  text-indent: 0.5em;
}
@media only screen and (max-width: 767px) {
  .page-rework .tab-list li > span {
    line-height: 1.4;
    padding: 0.3em 0.4em 0.35em;
  }
}
.page-rework .normal-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-rework .normal-list li {
  margin: 0;
  padding: 0 0 0 1.6em;
  position: relative;
  font-weight: bold;
}
.page-rework .normal-list li::before {
  display: block;
  content: "";
  position: absolute;
  left: 0.6em;
  top: 0.6em;
  width: 0.275em;
  height: 0.275em;
  border-radius: 50%;
  background: #282828;
}
.page-rework .tab-title {
  margin: 0 0 0.1em;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-rework .tab-title > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #95b1d4;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  line-height: 1;
  padding: 0 0.6em 0;
  color: #fff;
  font-weight: 500;
  position: relative;
  min-height: 27px;
  letter-spacing: -0.01em;
}
.page-rework .bg_graph {
  background: url("/images/offices/pattern-graph_bg.png");
  background-size: 17px auto;
}
.page-rework .white-box {
  background: #fff;
  border-radius: 8px;
  padding: 16px;
}
.page-rework .white-box + .white-box {
  margin-top: 28px;
}
.page-rework .white-box p,
.page-rework .white-box ul,
.page-rework .white-box li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5;
}
.page-rework .white-box ul li {
  padding-left: 1.6em;
  position: relative;
}
.page-rework .white-box ul li::before {
  display: block;
  content: "";
  position: absolute;
  left: 0.6em;
  top: 0.6em;
  width: 0.225em;
  height: 0.225em;
  border-radius: 50%;
  background: #282828;
}
.page-rework .rework-btn-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-rework .rework-btn-links li {
  margin: 0;
  padding: 0 4px;
}
.page-rework .btn-border-link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px auto;
  font-size: 16px;
}
.page-rework .btn-border-link a {
  width: 100%;
  max-width: 328px;
  height: 48px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  border: 2px solid #8895BD;
  border-radius: 8px;
  background: #fff;
  color: #8895BD;
  font-weight: 600;
}
.page-rework .btn-border-link a:after {
  position: absolute;
  right: 16px;
  top: 50%;
  translate: 0 -50%;
  content: "";
  display: inline-block;
  width: 8px;
  height: 16px;
  background: url("../images/rework/arr-border-link_blue.svg") center/contain no-repeat;
}
.page-rework .btn-border-link a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 767px) {
  .page-rework .btn-border-link {
    margin: 20px auto;
  }
  .page-rework .btn-border-link a {
    height: 40px;
    padding: 5px;
  }
  .page-rework .btn-border-link a:after {
    position: absolute;
    right: 16px;
    top: 50%;
    translate: 0 -50%;
    content: "";
    display: inline-block;
    width: 8px;
    height: 16px;
  }
}
.page-rework .midashi-office-dottedline h2 {
  text-align: center;
  width: 100%;
  font-size: 32px;
  line-height: 1.6;
  position: relative;
  margin: 0 0 1.25em;
  padding: 0;
}
.page-rework .midashi-office-dottedline h2::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  bottom: 0;
  height: 6px;
  width: 100%;
  background: url("/images/offices/midashi-office-training-line.png") left bottom/contain repeat-x;
}
.page-rework .midashi-office-dottedline h2 > small {
  font-size: 18px;
  width: 100%;
  display: block;
}
.page-rework .midashi-office-dottedline h2 .sub {
  font-size: 2rem;
  font-weight: 600;
  padding: 8px 24px;
  color: #fff;
  background-color: #E6A719;
  border-radius: 24px;
  display: inline-block;
  margin-bottom: 0.5em;
  position: relative;
}
.page-rework .midashi-office-dottedline h2 .sub::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 16px;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("/images/top/interview-fukidashi.svg") no-repeat center center/contain;
}
.page-rework .midashi-office-dottedline h2 .main {
  display: inline-block;
  padding: 0 1.55em;
  margin-bottom: 0.5em;
  position: relative;
}
.page-rework .midashi-office-dottedline h2 .main::before, .page-rework .midashi-office-dottedline h2 .main::after {
  position: absolute;
  top: 50%;
  display: block;
  content: "";
  width: 34px;
  height: 100%;
  background: url("/images/offices/midashi-office-training-arr.svg") center/contain no-repeat;
  translate: 0 -50%;
}
.page-rework .midashi-office-dottedline h2 .main::before {
  left: 0;
}
.page-rework .midashi-office-dottedline h2 .main::after {
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media only screen and (min-width: 767.1px) {
  .page-rework .midashi-office-dottedline h2 .main.sp_btn a {
    pointer-events: none;
    color: #282828;
  }
}
@media only screen and (max-width: 767px) {
  .page-rework .midashi-office-dottedline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-rework .midashi-office-dottedline.sp-disable h2::before {
    display: none;
  }
  .page-rework .midashi-office-dottedline h2 {
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
  .page-rework .midashi-office-dottedline h2 > small {
    font-size: 16px;
  }
  .page-rework .midashi-office-dottedline h2 .sub {
    font-size: 1.8rem;
    padding: 8px 24px;
    border-radius: 24px;
    line-height: 1.3;
    margin-bottom: 0.75em;
  }
  .page-rework .midashi-office-dottedline h2 .main {
    display: inline-block;
    padding: 0 1.75em;
    margin-bottom: 0.9em;
  }
  .page-rework .midashi-office-dottedline h2 .main::before, .page-rework .midashi-office-dottedline h2 .main::after {
    width: 24px;
    height: 100%;
  }
  .page-rework .midashi-office-dottedline h2 .main.sp_btn {
    width: 100%;
    padding: 0;
    margin-top: 5px;
  }
  .page-rework .midashi-office-dottedline h2 .main.sp_btn::before, .page-rework .midashi-office-dottedline h2 .main.sp_btn::after {
    display: none;
  }
  .page-rework .midashi-office-dottedline h2 .main.sp_btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: solid;
    width: 100%;
    height: 48px;
    position: relative;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    padding: 5px 2em 5px 1em;
    border: 2px solid #E26945;
    border-radius: 8px;
    background: #fff;
    color: #E26945;
    font-size: 1.6rem;
    font-weight: 600;
  }
  .page-rework .midashi-office-dottedline h2 .main.sp_btn a:after {
    position: absolute;
    right: 16px;
    top: 50%;
    translate: 0 -50%;
    content: "";
    display: inline-block;
    width: 8px;
    height: 16px;
    background: url("/images/offices/arr-border-link.svg") center/contain no-repeat;
  }
}
.page-rework .rework-main-conteiner * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 767.1px) {
  .page-rework br.sp-br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .page-rework br.pc-br {
    display: none;
  }
}
.page-rework .rework_mv .rework_mv_ttl h2 {
  margin: 0 0 32px;
  padding: 0;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.65em;
  letter-spacing: 0.06em;
}
.page-rework .rework_mv .rework_mv_ttl h2 strong {
  display: inline-block;
  margin-top: 0.1em;
  font-size: 44px;
  color: #8895bd;
  letter-spacing: 0.07em;
}
.page-rework .rework_mv .rework_mv_ttl .rework_mv_links-list {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  gap: 8px;
  padding: 0;
  margin-bottom: 0;
  width: 472px;
}
.page-rework .rework_mv .rework_mv_ttl .rework_mv_links-list .rework_mv_links-item {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .page-rework .rework_mv .rework_mv_ttl .rework_mv_links-list {
    margin-top: 10px;
  }
}
.page-rework .rework_mv .rework_mv_ttl .rework_mv_links-btn {
  padding: 7.25px 30px 7.25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  background-color: #e26945;
  color: #fff;
  border-radius: 8px;
  border: 2px solid #fff;
  font-size: 1.8rem;
  font-weight: bold;
  width: 232px;
  position: relative;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.page-rework .rework_mv .rework_mv_ttl .rework_mv_links-btn.document {
  background-color: #8895bd;
}
.page-rework .rework_mv .rework_mv_ttl .rework_mv_links-btn a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.page-rework .rework_mv .rework_mv_ttl .rework_mv_links-btn a:hover {
  opacity: 0.8;
  color: #fff;
}
.page-rework .rework_mv .rework_mv_ttl .rework_mv_links-btn:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 16px;
  background: url("../images/common/arrow-top-white.svg") no-repeat center center/contain;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
.page-rework .rework_mv .rework_mv_ttl .rework_mv_links-btn img {
  display: block;
  max-width: 46px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .page-rework .rework_mv .rework_mv_ttl {
    margin-bottom: 33px;
    padding-bottom: 33px;
  }
  .page-rework .rework_mv .rework_mv_ttl h2 {
    font-size: 5.0666666667vw;
    margin: 0 0 24px;
  }
  .page-rework .rework_mv .rework_mv_ttl h2 strong {
    font-size: 8.5333333333vw;
  }
  .page-rework .rework_mv .rework_mv_ttl .rework_mv_links-list {
    margin-top: 0;
    gap: 2.1333333333vw;
    max-width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .page-rework .rework_mv .rework_mv_ttl .rework_mv_links-list .rework_mv_links-item {
    width: auto;
    max-width: 50%;
    min-width: 43.4666666667vw;
  }
  .page-rework .rework_mv .rework_mv_ttl .rework_mv_links-list .rework_mv_links-btn {
    padding: 8.25px 20px 8.25px 0;
    gap: 4px;
    font-size: 1.4rem;
    width: 132px;
    width: 100%;
  }
  .page-rework .rework_mv .rework_mv_ttl .rework_mv_links-list .rework_mv_links-btn:after {
    width: 6px;
    height: 10px;
    right: 10px;
  }
  .page-rework .rework_mv .rework_mv_ttl .rework_mv_links-list .rework_mv_links-btn img {
    max-width: 28px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 374px) {
  .page-rework .rework_mv .rework_mv_ttl .rework_mv_links-list .rework_mv_links-item {
    min-width: 35.2vw;
    width: 132px;
  }
  .page-rework .rework_mv .rework_mv_ttl .rework_mv_links-list .rework_mv_links-btn {
    padding: 8.25px 5px 8.25px 0;
    width: 100%;
    max-width: 132px;
    min-width: 33.3333333333vw;
  }
}
.page-rework .rework_mv .rework_mv_cont01 {
  position: relative;
}
.page-rework .rework_mv .rework_mv_cont01::before {
  position: absolute;
  display: block;
  content: "";
  top: 38%;
  left: 23%;
  width: 724px;
  height: 724px;
  background: rgba(255, 255, 255, 0.5);
  translate: 0 -50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: -1;
}
.page-rework .rework_mv .rework_mv_cont01 p {
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-height: 2em;
}
.page-rework .rework_mv .rework_mv_cont01 p + p {
  margin-top: 2em;
}
@media only screen and (max-width: 767px) {
  .page-rework .rework_mv .rework_mv_cont01 {
    margin-top: -29.3333333333vw;
  }
  .page-rework .rework_mv .rework_mv_cont01::before {
    top: 0;
    left: 1.6vw;
    width: 112vw;
    height: 112vw;
    translate: 0 -75%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    z-index: -1;
  }
  .page-rework .rework_mv .rework_mv_cont01 p {
    padding: 0;
    margin: 0;
    font-size: 3.7333333333vw;
    line-height: 2em;
  }
  .page-rework .rework_mv .rework_mv_cont01 p + p {
    margin-top: 2em;
  }
}
.page-rework .rework_mv .rework_mv_cont02 {
  position: relative;
  padding: 0 0 0 292px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-rework .rework_mv .rework_mv_cont02::before, .page-rework .rework_mv .rework_mv_cont02::after {
  display: block;
  content: "";
  position: absolute;
}
.page-rework .rework_mv .rework_mv_cont02::before {
  top: 14%;
  left: 50px;
  width: 322px;
  height: 322px;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: -1;
}
.page-rework .rework_mv .rework_mv_cont02::after {
  width: 286px;
  height: 423px;
  top: calc(50% - 30px);
  left: 22px;
  background: url("../images/rework/rework_mv_ill.png") center/contain no-repeat;
  translate: 0 -50%;
}
.page-rework .rework_mv .rework_mv_cont02 h2,
.page-rework .rework_mv .rework_mv_cont02 h3 {
  margin: 0 0 32px;
  padding: 0;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.15em;
  letter-spacing: 0.06em;
}
.page-rework .rework_mv .rework_mv_cont02 p {
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 2em;
}
.page-rework .rework_mv .rework_mv_cont02 p + p {
  margin-top: 1.8em;
}
.page-rework .rework_mv .rework_mv_cont02 p + p.caution {
  font-size: 12px;
  margin-top: 1.25em;
}
.page-rework .rework_mv .rework_mv_cont02 p.caution {
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .page-rework .rework_mv .rework_mv_cont02 {
    margin-top: 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
    padding: 0;
  }
  .page-rework .rework_mv .rework_mv_cont02::before {
    top: 18.6666666667vw;
    left: auto;
    right: 10.6666666667vw;
    width: 57.6vw;
    height: 57.6vw;
    translate: 50% 0;
  }
  .page-rework .rework_mv .rework_mv_cont02::after {
    width: 32.7093333333vw;
    height: 52.704vw;
    top: 0;
    left: auto;
    right: 4.5946666667vw;
    translate: 0;
  }
  .page-rework .rework_mv .rework_mv_cont02 h2,
  .page-rework .rework_mv .rework_mv_cont02 h3 {
    padding: 18.6666666667vw 0 9.6vw 0;
    margin: 0 auto 0 0.5em;
    font-size: 5.8666666667vw;
    line-height: 1.5;
  }
  .page-rework .rework_mv .rework_mv_cont02 p {
    padding: 0;
    margin: 0;
    font-size: 3.7333333333vw;
    line-height: 1.85;
  }
  .page-rework .rework_mv .rework_mv_cont02 p + p {
    margin-top: 1.7em;
  }
  .page-rework .rework_mv .rework_mv_cont02 p + p.caution {
    font-size: 3.4666666667vw;
    margin-top: 1.75em;
    line-height: 1.5;
  }
  .page-rework .rework_mv .rework_mv_cont02 p.caution {
    font-size: 3.4666666667vw;
  }
}
@media only screen and (min-width: 767.1px) {
  .page-rework .rework_mv {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 3.5fr 5fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .page-rework .rework_mv .rework_mv_ttl {
    margin-right: -45px;
    grid-area: 1/1/2/2;
    position: relative;
  }
  .page-rework .rework_mv .rework_mv_ttl::before {
    display: block;
    content: "";
    position: absolute;
    left: -100px;
    top: -31px;
    width: 106px;
    height: 68px;
    background: url("../images/rework/rework_mv_deco01.png") center/contain no-repeat;
  }
  .page-rework .rework_mv .rework_mv_image {
    grid-area: 1/2/3/3;
    translate: 30px 43px;
    margin-right: -83px;
  }
  .page-rework .rework_mv .rework_mv_image img {
    width: 583px;
  }
  .page-rework .rework_mv .rework_mv_cont01 {
    grid-area: 2/1/3/2;
  }
  .page-rework .rework_mv .rework_mv_cont02 {
    margin-top: 90px;
    grid-area: 3/1/4/3;
    margin-bottom: 103px;
  }
  .page-rework .rework_mv .rework_mv_cont02_inr {
    position: relative;
    margin-right: -2em;
  }
  .page-rework .rework_mv .rework_mv_cont02_inr::after {
    display: block;
    content: "";
    position: absolute;
    right: -45px;
    bottom: -22px;
    width: 106px;
    height: 68px;
    background: url("../images/rework/rework_mv_deco01.png") center/contain no-repeat;
  }
}
.page-rework .rework-border-box {
  position: relative;
}
.page-rework .rework-border-box::before {
  position: absolute;
  display: block;
  content: "";
  left: 2px;
  top: 2px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #8895bd;
}
@media only screen and (max-width: 767px) {
  .page-rework .rework-border-box::before {
    left: 3px;
    top: 3px;
    border-radius: 16px;
  }
}
.page-rework .rework-border-box_inr {
  padding: 48px 64px;
  background: #fff;
  border: solid 2px #8895bd;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.page-rework .rework-border-box_inr::before, .page-rework .rework-border-box_inr::after {
  position: absolute;
  display: block;
  width: 114px;
  height: 114px;
  background: #8895bd;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page-rework .rework-border-box_inr::before {
  content: "";
  right: 0;
  bottom: -24px;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  translate: 0 50%;
}
.page-rework .rework-border-box_inr::after {
  -webkit-transform-origin: top left;
          transform-origin: top left;
  translate: 0 -50%;
}
@media only screen and (max-width: 767px) {
  .page-rework .rework-border-box_inr {
    border-radius: 12px;
    padding: 32px 20px;
  }
  .page-rework .rework-border-box_inr::before, .page-rework .rework-border-box_inr::after {
    width: 67px;
    height: 67px;
  }
  .page-rework .rework-border-box_inr::before {
    bottom: -24px;
  }
  .page-rework .rework-border-box_inr::after {
    top: -24px;
    left: 0;
    content: "";
  }
}
.page-rework .rework-border-box_inr h2,
.page-rework .rework-border-box_inr h3,
.page-rework .rework-border-box_inr p {
  margin: 0;
  padding: 0;
}
.page-rework .rework-border-box_inr .rework_simple-title {
  margin: 0 0 16px;
  padding: 0;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .page-rework .rework-border-box_inr .rework_simple-title {
    font-size: 2rem;
    line-height: 1.6;
  }
}
.page-rework .rework-intro {
  padding: 0 30px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 767.1px) {
  .page-rework .rework-intro .rework-intro_ill {
    -webkit-box-flex: 3;
        -ms-flex-positive: 3;
            flex-grow: 3;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .page-rework .rework-intro .rework-intro_ill img {
    width: auto;
    max-width: 100%;
    margin-right: 24px;
  }
  .page-rework .rework-intro .rework-intro_ill img.wide198 {
    min-width: 198px;
  }
  .page-rework .rework-intro .rework-intro_ill img.wide177 {
    min-width: 177px;
  }
  .page-rework .rework-intro .rework-intro_txt {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 3;
        flex-shrink: 3;
  }
  .page-rework .rework-intro .rework-intro_txt p {
    margin: auto;
    font-size: 1.5rem;
  }
  .page-rework .rework-intro .rework-intro_txt p + p {
    margin-top: 2em;
  }
  .page-rework .rework-intro.-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .page-rework .rework-intro.-right .rework-intro_ill img {
    margin-left: 24px;
    margin-right: 0;
  }
}
.page-rework .rework-intro .rework-intro_txt p {
  margin: auto;
  font-size: 1.5rem;
}
.page-rework .rework-intro .rework-intro_txt p + p {
  margin-top: 2em;
}
@media only screen and (max-width: 767px) {
  .page-rework .rework-intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 40px;
  }
  .page-rework .rework-intro .rework-intro_txt {
    margin-top: 24px;
  }
}
.page-rework .rework-support {
  padding: 0 0 80px;
  position: relative;
}
@media only screen and (min-width: 767.1px) {
  .page-rework .rework-support::before {
    position: absolute;
    width: 140px;
    height: 170px;
    display: block;
    content: "";
    background: url("../images/rework/rework-support_ill03.png") center bottom/contain no-repeat;
    bottom: 0;
    right: 28px;
    z-index: 2;
  }
}
@media only screen and (max-width: 767px) {
  .page-rework .rework-support {
    padding: 0 0 48px;
  }
}
.page-rework .rework-support .rework-support-box .rework-border-box_inr {
  min-height: 500px;
  padding: 32px 64px 56px;
  background: #fff;
  border: solid 2px #8895bd;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.page-rework .rework-support .rework-support-box .thumbs-box_main {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  .page-rework .rework-support .rework-support-box .rework-border-box_inr {
    padding: 28px 20px 56px;
  }
}
@media only screen and (min-width: 767.1px) {
  .page-rework .rework_point {
    padding: 26px 0 84px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .page-rework .rework_point::after {
    position: absolute;
    width: 206px;
    height: 116px;
    display: block;
    content: "";
    background: url("../images/rework/rework_point_deco.svg") center/contain no-repeat;
  }
  .page-rework .rework_point .rework_point_img {
    width: 440px;
  }
  .page-rework .rework_point .rework_point_img .rework_point_img_wrap {
    border-radius: 8px;
    overflow: hidden;
  }
  .page-rework .rework_point .rework_point_img img {
    width: 487px;
  }
  .page-rework .rework_point .rework_point_box {
    max-width: 560px;
  }
  .page-rework .rework_point .rework_point_box .rework-border-box_inr {
    padding: 40px 38px;
    height: 100%;
  }
  .page-rework .rework_point .rework_point_box .rework-border-box_inr::before {
    display: none;
  }
  .page-rework .rework_point .rework_point_box .rework-border-box_inr p,
  .page-rework .rework_point .rework_point_box .rework-border-box_inr h2 {
    margin: 0;
    padding: 0;
  }
  .page-rework .rework_point.point01::after {
    left: 38px;
    bottom: 74px;
  }
  .page-rework .rework_point.point01 .rework_point_box {
    margin-top: 32px;
  }
  .page-rework .rework_point.point01 .rework_point_img .rework_point_img_wrap {
    margin-right: -48px;
  }
  .page-rework .rework_point.point02 {
    margin-top: 0;
    padding-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .page-rework .rework_point.point02::after {
    right: 38px;
    top: -8px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .page-rework .rework_point.point02 .rework_point_img {
    translate: 0 62px;
  }
  .page-rework .rework_point.point02 .rework_point_img .rework_point_img_wrap {
    margin-left: -48px;
  }
}
@media only screen and (max-width: 767px) {
  .page-rework .rework_point {
    padding: 48px 0 0;
  }
  .page-rework .rework_point.point02 {
    padding: 28px 0 20px;
  }
  .page-rework .rework_point .rework_point_img {
    width: 100%;
  }
  .page-rework .rework_point .rework_point_img .rework_point_img_wrap {
    width: calc(100% + 40px);
    translate: -20px 0;
  }
  .page-rework .rework_point .rework_point_img img {
    width: 100%;
  }
  .page-rework .rework_point .rework_point_box {
    max-width: 100%;
    width: 100%;
    margin-top: -20px;
  }
  .page-rework .rework_point .rework_point_box .rework-border-box_inr {
    padding: 20px 17px;
    height: auto;
  }
  .page-rework .rework_point .rework_point_box .rework-border-box_inr::after {
    display: none;
  }
  .page-rework .rework_point .rework_point_box .rework-border-box_inr p,
  .page-rework .rework_point .rework_point_box .rework-border-box_inr h2 {
    margin: 0;
    padding: 0;
  }
}
.page-rework .rework_point .rework_point_ttl {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.page-rework .rework_point .rework_point_ttl > span {
  display: block;
}
.page-rework .rework_point .rework_point_ttl:after {
  background: radial-gradient(circle farthest-side, #8895bd, #8895bd 41%, transparent 41%, transparent);
  background-size: 10px;
  content: "";
  display: inline-block;
  height: 10px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.page-rework .rework_point .rework_point_ttl .point_ttl_main {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #282828;
  margin-right: 0.5em;
}
.page-rework .rework_point .rework_point_ttl .point_ttl_main strong {
  font-weight: 600;
  color: #8895bd;
}
.page-rework .rework_point .rework_point_detail p {
  font-size: 15px;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .page-rework .rework_point .rework_point_ttl {
    padding-bottom: 18px;
    margin-bottom: 14px;
  }
  .page-rework .rework_point .rework_point_ttl:after {
    background: radial-gradient(circle farthest-side, #8895bd, #8895bd 41%, transparent 41%, transparent);
    background-size: 10px;
    content: "";
    display: inline-block;
    height: 10px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .page-rework .rework_point .rework_point_ttl .point_ttl_main {
    font-size: 2.4rem;
    line-height: 1.625;
  }
  .page-rework .rework_point .rework_point_detail p {
    font-size: 14px;
    line-height: 1.8;
  }
}
.page-rework .rework-program {
  padding: 0 0 80px;
}
.page-rework .rework-support-box + .rework-support-box {
  margin-top: 40px;
}
.page-rework .rework-schedule {
  padding: 0 0 80px;
}
@media only screen and (max-width: 767px) {
  .page-rework .rework-schedule {
    padding: 0 0 40px;
  }
}
.page-rework .schedule_timetable {
  background: #8895bd;
  border-radius: 8px;
  padding: 40px;
  margin: 0;
  list-style: none;
}
.page-rework .schedule_timetable .schedule_timetable_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 172px;
  padding: 0;
  margin: 0;
}
.page-rework .schedule_timetable .schedule_timetable_item:nth-child(n+2) {
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .page-rework .schedule_timetable {
    border-radius: 0;
    margin: 0 -20px;
    padding: 40px 20px;
  }
  .page-rework .schedule_timetable .schedule_timetable_item:nth-child(n+2) {
    margin-top: 12px;
  }
}
.page-rework .schedule_timetable .timetable_time {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.page-rework .schedule_timetable .timetable_time::before, .page-rework .schedule_timetable .timetable_time::after {
  display: block;
  content: "";
  position: absolute;
  width: 3px;
  height: 50%;
  left: 50%;
  translate: -50% 0;
  background: #fff;
}
.page-rework .schedule_timetable .timetable_time::before {
  top: -24px;
  height: calc(50% + 24px);
}
.page-rework .schedule_timetable .timetable_time::after {
  bottom: 0;
}
.page-rework .schedule_timetable .timetable_time > p {
  margin: 0;
  padding: 0;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: solid 3px #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background: #8895bd;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  color: #fff;
  font-weight: 600;
  z-index: 1;
  line-height: 1;
}
.page-rework .schedule_timetable .timetable_time > p::before {
  display: block;
  content: "";
  position: absolute;
  width: 53px;
  height: 4px;
  top: 50%;
  right: 0;
  translate: 100% 0;
  background: radial-gradient(circle farthest-side, #fff, #fff 50%, transparent 50%, transparent);
  background-size: 8px;
}
.page-rework .schedule_timetable .timetable_time > p > span {
  display: inline-block;
}
.page-rework .schedule_timetable .timetable_time > p > span.-indent {
  translate: 0.25em 0;
}
.page-rework .schedule_timetable .schedule_timetable_item:first-child .timetable_time::before {
  top: 0;
  height: 20px;
  width: 100%;
  background: url("../images/rework/timetable_time_start.svg") center/contain no-repeat;
}
.page-rework .schedule_timetable .schedule_timetable_item:last-child .timetable_time::after {
  bottom: 3px;
  height: 20px;
  width: 100%;
  background: url("../images/rework/timetable_time_goal.svg") center/contain no-repeat;
}
.page-rework .schedule_timetable .timetable_detail {
  margin-left: 53px;
  width: calc(100% - 120px - 53px);
  background: #fff;
  border-radius: 15px;
  padding: 16px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 767px) {
  .page-rework .schedule_timetable .timetable_time::before {
    top: -24px;
    height: calc(50% + 24px);
  }
  .page-rework .schedule_timetable .timetable_time::after {
    bottom: 0;
  }
  .page-rework .schedule_timetable .timetable_time > p {
    width: 72px;
    height: 72px;
    font-size: 18px;
  }
  .page-rework .schedule_timetable .timetable_time > p::before {
    right: -2px;
    width: 32px;
  }
  .page-rework .schedule_timetable .schedule_timetable_item:first-child .timetable_time::before {
    width: 84px;
    top: calc(50% - 60px);
    left: 50%;
    translate: -50% 0;
  }
  .page-rework .schedule_timetable .schedule_timetable_item:last-child .timetable_time::after {
    width: 84px;
    bottom: calc(50% - 60px);
    left: 50%;
    translate: -50% 0;
  }
  .page-rework .schedule_timetable .timetable_detail {
    margin-left: 32px;
    width: calc(100% - 72px - 32px);
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-rework .schedule_timetable .timetable_detail_inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.page-rework .schedule_timetable .timetable_detail_ill {
  width: 140px;
}
.page-rework .schedule_timetable .timetable_detail_main {
  width: calc(100% - 140px);
  padding: 0 0 0 32px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-rework .schedule_timetable .timetable_detail_main p {
  margin: 0;
}
.page-rework .schedule_timetable .timetable_detail_ttl {
  width: 100%;
  font-size: 2.4rem;
  font-weight: 600;
  padding: 0 0 0.4em 0;
  margin: 0 0 20px;
  line-height: 1.5;
  border-bottom: solid 1px #d9d9d9;
  margin-bottom: 0.8em;
}
@media only screen and (max-width: 767px) {
  .page-rework .schedule_timetable .timetable_detail_inr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .page-rework .schedule_timetable .timetable_detail_ill {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
  }
  .page-rework .schedule_timetable .timetable_detail_main {
    width: 100%;
    padding: 0;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-rework .schedule_timetable .timetable_detail_main p {
    font-size: 1.4rem;
    margin: 0;
    line-height: 1.5;
  }
  .page-rework .schedule_timetable .timetable_detail_ttl {
    width: 100%;
    font-size: 1.6rem;
    padding: 0 0 12px 88px;
    margin: 0 0 0.5em;
    height: 92px;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page-rework .rework-style {
  padding: 0 0 80px;
}
.page-rework .rework-style-box {
  position: relative;
}
.page-rework .rework-style-box::after {
  position: absolute;
  display: block;
  content: "";
  width: 153px;
  height: 139px;
  background: url("../images/rework/rework-style-box_ill.png") center/contain no-repeat;
  z-index: 3;
  top: 0;
  right: 0;
  translate: -40px -58px;
}
.page-rework .rework-style-box .rework-border-box_inr {
  padding: 32px 64px 48px;
}
@media only screen and (max-width: 767px) {
  .page-rework .rework-style {
    padding: 0 0 40px;
  }
  .page-rework .rework-style-box {
    position: relative;
  }
  .page-rework .rework-style-box::after {
    width: 75px;
    height: 68px;
    translate: 14px -25px;
  }
  .page-rework .rework-style-box .rework-border-box_inr {
    padding: 28px 20px 32px;
  }
}
.page-rework .rework-style-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-rework .rework-style-row .beige-box-col {
  width: calc(50% - 12px);
}
.page-rework .beige-box-col {
  position: relative;
  margin-top: 20px;
}
.page-rework .beige-box-col .balloon_ttl {
  position: absolute;
  left: 50%;
  top: 0;
  translate: -50% -50%;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  background-color: #8895bd;
  border-radius: 24px;
  height: 42px;
  width: 138px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  margin: 0;
  padding: 0;
  z-index: 1;
}
.page-rework .beige-box-col .balloon_ttl::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 16px;
  bottom: 0;
  left: 50%;
  translate: -50% 100%;
  background: url("../images/rework/rework_balloon-fukidashi.svg") center top/contain no-repeat;
}
.page-rework .beige-box_inr {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 20px;
  border-radius: 8px;
  background: url("/images/common/bg_tile_1.png");
  background-size: 45px auto;
}
@media only screen and (max-width: 767px) {
  .page-rework .rework-style-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-rework .rework-style-row .beige-box-col {
    width: 100%;
  }
  .page-rework .rework-style-row .beige-box-col + .beige-box-col {
    margin-top: 40px;
  }
  .page-rework .beige-box_inr {
    padding: 44px 20px 38px;
  }
  .page-rework .beige-box_inr .white-box {
    position: relative;
  }
  .page-rework .beige-box_inr .white-box::before {
    position: absolute;
    content: "";
    width: 48px;
    height: 12px;
    top: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform-origin: center top;
            transform-origin: center top;
    translate: -50% 34px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    background: url(/images/top/Union.png) no-repeat left center/contain;
  }
  .page-rework .beige-box_inr .white-box:last-child::before {
    display: none;
  }
}
.page-rework .rework-person {
  padding: 0 0 80px;
}
@media only screen and (max-width: 767px) {
  .page-rework .rework-person {
    padding: 0 0 40px;
  }
  .page-rework .rework-person .thumbs-box .thumbs-box_main p {
    font-size: 15px;
  }
}
.page-rework .rework-case_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
  padding: 0 24px;
}
.page-rework .rework-case_row .rework-case_col {
  max-width: 33.3333%;
  width: 275px;
}
.page-rework .rework-case_item .case_item_image img {
  display: block;
  width: 100%;
  border-radius: 50%;
}
.page-rework .rework-case_item .case-title {
  margin: 24px 0 0.1em;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-rework .rework-case_item .case-title > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #8895BD;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  line-height: 1;
  padding: 0 0.6em 0;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
  min-width: 161px;
  min-height: 40px;
  letter-spacing: -0.01em;
}
.page-rework .rework-case_item p {
  margin: 1em 0 0;
  font-size: 1.5rem;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .page-rework .rework-case_wrap {
    overflow-x: auto;
  }
  .page-rework .rework-case_row {
    width: 675px;
    padding: 0;
  }
  .page-rework .rework-case_row .rework-case_col {
    width: 209px;
  }
}
.page-rework .rework-voice {
  padding: 0 0 80px;
}
@media only screen and (max-width: 767px) {
  .page-rework .rework-voice {
    padding: 0 0 40px;
  }
  .page-rework .rework-voice .rework_arch-title {
    padding-top: 20px;
  }
}
.page-rework .rework-voice_item + .rework-voice_item {
  margin-top: 40px;
}
.page-rework .rework-voice_item_inr {
  position: relative;
  padding: 0;
  overflow: visible;
}
.page-rework .rework-voice_item_inr::before {
  display: none;
}
.page-rework .voice_item_image {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 208px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.page-rework .voice_item_image img {
  height: 131px;
  width: auto;
}
.page-rework .voice_item_main {
  position: relative;
  min-height: 112px;
  padding: 20px 64px 20px 224px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-rework .voice_item_main p {
  font-size: 18px;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .page-rework .rework-voice_item + .rework-voice_item {
    margin-top: 16px;
  }
  .page-rework .rework-voice_item_inr {
    position: relative;
    padding: 12px 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page-rework .rework-voice_item_inr::after {
    display: none;
  }
  .page-rework .voice_item_image {
    position: static;
    width: 100%;
    height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-rework .voice_item_image img {
    width: auto;
    height: 90px;
  }
  .page-rework .voice_item_main {
    position: relative;
    min-height: 5px;
    padding: 0;
    margin: 0;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-rework .voice_item_main p {
    margin: 0;
    font-size: 16px;
  }
}
.page-rework .rework-flow {
  padding: 0 0 64px;
}
.page-rework .rework-flow .rework-flow-text {
  font-size: 1.5rem;
  line-height: 1.6;
  margin: 24px auto 0;
  text-align: center;
}
.page-rework .rework-flow .rework-flow-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 15px;
  margin: 32px auto 24px;
  list-style: none;
  padding: 0;
}
.page-rework .rework-flow .rework-flow-item {
  position: relative;
  border-radius: 8px;
  border: solid 1px #8895BD;
  height: 158px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
}
.page-rework .rework-flow .rework-flow-item::before {
  position: absolute;
  content: "";
  width: 48px;
  height: 12px;
  right: 0;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  background: url("/images/top/Union.png") no-repeat left center/contain;
  z-index: 1;
}
.page-rework .rework-flow .rework-flow-item:nth-of-type(5)::before {
  display: none;
}
.page-rework .rework-flow .rework-flow-num {
  position: absolute;
  top: -32px;
  left: 50%;
  width: 56px;
  height: 70px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-rework .rework-flow .rework-flow-title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 0.1m;
  text-align: center;
  height: 2.7em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-rework .rework-flow .rework-flow-item:nth-of-type(1) {
  border-color: transparent;
  background-image: url("../images/rework/rework-flow-bg01.png");
}
.page-rework .rework-flow .rework-flow-item:nth-of-type(1) .rework-flow-links {
  position: absolute;
  left: 0;
  bottom: 16px;
  width: 100%;
}
.page-rework .rework-flow .rework-flow-item:nth-of-type(1) .rework-flow-links-list {
  margin-top: -10px;
}
.page-rework .rework-flow .rework-flow-item:nth-of-type(1) .rework-flow-title {
  color: #fff;
}
.page-rework .rework-flow .rework-flow-links-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  gap: 4px;
  padding: 0;
  margin: 0.2em auto 0;
  width: 168px;
}
.page-rework .rework-flow .rework-flow-links-btn {
  padding: 0.15em 0.85em 0.05em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  background-color: #E26945;
  color: #fff;
  border-radius: 8px;
  border: 2px solid #fff;
  font-size: 1.3rem;
  font-weight: 500;
  width: 82px;
  height: 30px;
  letter-spacing: -0.02em;
  position: relative;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.page-rework .rework-flow .rework-flow-links-btn.document {
  background-color: #8895BD;
}
.page-rework .rework-flow .rework-flow-links-btn:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url("/images/common/arrow-top-white.svg") no-repeat center center/contain;
  top: 53%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
.page-rework .rework-flow .rework-flow-links-btn img {
  max-width: 28px;
}
@media only screen and (max-width: 767px) {
  .page-rework .rework-flow {
    padding: 0;
  }
  .page-rework .rework-flow .rework-flow_wrap {
    overflow-x: auto;
  }
  .page-rework .rework-flow .rework-flow-list {
    width: 1000px;
  }
  .page-rework .rework-flow .rework-flow-item {
    width: 188px;
  }
}
.page-rework .rework-flow .rework-flow-info {
  padding: 20px;
}
.page-rework .rework-flow .rework-flow-info p,
.page-rework .rework-flow .rework-flow-info ul,
.page-rework .rework-flow .rework-flow-info li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 1.75;
}
.page-rework .rework-flow .rework-flow-info .rework-flow-btns li {
  width: 50%;
  max-width: 338px;
  padding: 0 4px;
}
.page-rework .rework-flow .rework-flow-info .rework-flow-btns li::before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .page-rework .rework-flow .rework-flow-info .rework-flow-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-rework .rework-flow .rework-flow-info .rework-flow-btns li {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .page-rework .rework-flow .rework-flow-info .rework-flow-btns li .btn-border-link {
    margin: 8px 0 0;
  }
  .page-rework .rework-flow .rework-flow-info .rework-flow-btns li .btn-border-link > a {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 40px;
    padding: 3px 2em 10px 1em;
    text-align: left;
  }
}

/* rework-faq */
.rework-faq {
  padding: 0 0 80px;
}
.rework-faq::before {
  position: absolute;
  right: 48px;
  top: 104px;
  width: 142px;
  height: 152px;
  display: block;
  content: "";
  background: url("/images/offices/ill_office-faq.png") center/contain no-repeat;
}
@media only screen and (max-width: 767px) {
  .rework-faq {
    padding: 48px 0 40px;
    padding: 0 0 40px;
  }
  .rework-faq::before {
    display: none;
  }
}
.rework-faq .office-qa-body {
  background: #fff;
  margin: auto;
  max-width: 1000px;
  border-radius: 8px;
  padding: 48px 48px 48px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .rework-faq .office-qa-body {
    padding: 48px 16px 40px;
  }
}
.rework-faq .faq-container {
  padding: 0;
  margin-top: -0.75em;
}
.rework-faq .faq-container .faq-item {
  border-bottom: 1px solid #d9d9d9;
}
.rework-faq .faq-container .faq-item-title {
  position: relative;
  margin: 0;
  padding: 25px 30px 18px 70px;
  background: #fff;
  color: #595153;
  font-size: 20px;
  font-weight: 600;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.rework-faq .faq-container .faq-item-title:before {
  content: "";
  display: block;
  left: 0;
  top: 15px;
  position: absolute;
  width: 55px;
  height: 48px;
  background: url("../images/rework/rework_faq_icon_q.svg") center/contain no-repeat;
}
.rework-faq .faq-container .faq-item-title:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-right: 2px solid #d78039;
  border-bottom: 2px solid #d78039;
  -webkit-transform: scaleY(0.9) rotate(45deg);
  transform: scaleY(0.9) rotate(45deg);
  cursor: pointer;
}
.rework-faq .faq-container .faq-item-box {
  position: relative;
  padding: 30px 0;
  background-color: #fff;
  border-top: dashed 1px #969696;
  background-size: 10px 2px;
  background-position: top;
  background-repeat: repeat-x;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.rework-faq .faq-container .faq-item-box p {
  margin: 0 0 1em;
}
.rework-faq .faq-container .faq-item-box p:last-child {
  margin-bottom: 0;
}
.rework-faq .faq-container .faq-item-box .faq-item-text {
  position: relative;
  padding: 0 0 0 70px;
}
.rework-faq .faq-container .faq-item-box .faq-item-text:before {
  content: "";
  display: block;
  left: 0;
  top: -10px;
  position: absolute;
  width: 55px;
  height: 48px;
  background: url("../images/rework/rework_faq_icon_a.svg") center/contain no-repeat;
}
.rework-faq .faq-container .faq-item-box .faq-item-text a {
  text-decoration: underline;
  display: inline-block;
  color: #8895BD;
  text-decoration: none;
  padding-left: 16px;
  position: relative;
}
.rework-faq .faq-container .faq-item-box .faq-item-text a::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(/images/common/arrow_org.svg) center center/contain no-repeat;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}
.rework-faq .faq-container .faq-item-box .simple-btn {
  margin: 20px auto;
}
@media only screen and (max-width: 767px) {
  .rework-faq .faq-container .faq-item {
    border-width: 1px;
  }
  .rework-faq .faq-container .faq-item-title {
    margin: 0;
    padding: 10px 0 14px 50px;
    font-size: 16px;
  }
  .rework-faq .faq-container .faq-item-title:before {
    top: 10px;
    width: 40px;
    height: 35px;
  }
  .rework-faq .faq-container .faq-item-title:after {
    width: 8px;
    height: 8px;
  }
  .rework-faq .faq-container .faq-item-box {
    padding: 20px 0;
  }
  .rework-faq .faq-container .faq-item-box .faq-item-text {
    padding: 0 0 0 50px;
  }
  .rework-faq .faq-container .faq-item-box .faq-item-text p {
    font-size: 15px;
  }
  .rework-faq .faq-container .faq-item-box .faq-item-text:before {
    top: -5px;
    width: 40px;
    height: 35px;
  }
  .rework-faq .faq-container .faq-item-box .simple-btn {
    width: 100%;
  }
  .rework-faq .faq-container .faq-item.open .faq-item-box {
    padding: 15px 0;
  }
}
.rework-faq .btn-border-link {
  margin: 40px auto 0;
}

#office-list .rework-office-wrap {
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  #office-list {
    padding: 70px 0 0;
  }
  #office-list .rework-office-wrap {
    margin-bottom: 34px;
  }
}
#office-list .office-list-ul.rework-office-ul .office-list-card .office-link::after {
  background: #8895BD;
}
@media only screen and (max-width: 767px) {
  #office-list .office-list-ul {
    margin-top: 5px;
  }
  #office-list .office-list-ul.sp-disable {
    display: none;
  }
}

/* --------------------------------------------
          CTA
-------------------------------------------- */
.rework-cta-conteiner {
  padding-bottom: 48px;
  padding-bottom: 3.2em;
}
.rework-cta-conteiner .sec .sec-inner {
  z-index: unset;
}

.rework-cta {
  border: 3px solid #f0b400;
  border-radius: 16px;
  background: #fff;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  margin-top: 2.25em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.rework-cta * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.rework-cta .rework-cta_top {
  padding: 0 138px;
  position: relative;
}
.rework-cta .rework-cta_top p {
  margin: 0;
  padding-bottom: 1em;
}
.rework-cta .rework-cta_top::before, .rework-cta .rework-cta_top::after {
  position: absolute;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  bottom: 0;
}
.rework-cta .rework-cta_top::before {
  left: 12px;
  width: 134px;
  height: 143px;
  background-image: url("/images/movie/contact-img02.png");
}
.rework-cta .rework-cta_top::after {
  right: 24px;
  width: 99px;
  height: 138px;
  background-image: url("/images/movie/contact-img01.png");
}
.rework-cta .rework-cta_heading {
  margin: -30px auto 15px;
  text-align: center;
  font-size: 28px;
}
.rework-cta .rework-cta_heading span {
  position: relative;
  background: #f0b400;
  border-radius: 5em;
  color: #fff;
  font-size: 23px;
  width: 480px;
  margin: auto;
  display: block;
  padding: 0.2em 0;
}
.rework-cta .rework-cta_heading span:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -22px;
  width: 46px;
  height: 23px;
  display: block;
  background: url(/images/common/h_fukidashi_btm_yel.png);
  background-size: 46px auto;
  margin-left: -23px;
}
.rework-cta .rework-cta_jisseki {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 14px 0;
  margin: 0;
  position: relative;
  z-index: 1;
}
.rework-cta .rework-cta_jisseki img {
  border-radius: 0;
}
.rework-cta .rework-cta_bottom {
  padding: 24px 94px;
  background: url("/images/top/bg-yellow.png") no-repeat center center/cover;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.rework-cta .rework-cta_bottom ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.rework-cta .rework-cta_bottom ul li {
  margin: 0;
  padding: 0;
}
.rework-cta .rework-cta_bottom .rework-cta_btn {
  text-align: center;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rework-cta .rework-cta_bottom .rework-cta_btn li {
  width: calc(50% - 7px);
}
.rework-cta .rework-cta_bottom .rework-cta_btn p.btn_head-txt {
  font-size: 15px;
  margin: 0 0 0.5em;
  padding: 0;
}
.rework-cta .rework-cta_bottom .rework-cta_btn p.btn_head-txt > span {
  display: inline-block;
  position: relative;
}
.rework-cta .rework-cta_bottom .rework-cta_btn p.btn_head-txt > span::before, .rework-cta .rework-cta_bottom .rework-cta_btn p.btn_head-txt > span::after {
  content: "";
  width: 1px;
  height: 1.25em;
  background: #000;
  position: absolute;
  display: block;
  top: 50%;
  translate: 0 -50%;
}
.rework-cta .rework-cta_bottom .rework-cta_btn p.btn_head-txt > span::before {
  left: -1em;
  -webkit-transform: rotate(-17deg);
          transform: rotate(-17deg);
}
.rework-cta .rework-cta_bottom .rework-cta_btn p.btn_head-txt > span::after {
  right: -1em;
  -webkit-transform: rotate(17deg);
          transform: rotate(17deg);
}
.rework-cta .rework-cta_bottom .rework-cta_btn a {
  display: block;
  background-color: #fff;
  border-radius: 8px;
  padding: 2px;
  -webkit-box-shadow: 4px 4px 10px #bababa;
          box-shadow: 4px 4px 10px #bababa;
  -webkit-box-sizing: 4px 4px 15px rgba(0, 0, 0, 0.1);
          box-sizing: 4px 4px 15px rgba(0, 0, 0, 0.1);
}
@media (hover: hover) {
  .rework-cta .rework-cta_bottom .rework-cta_btn a > span {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .rework-cta .rework-cta_bottom .rework-cta_btn a:hover > span, .rework-cta .rework-cta_bottom .rework-cta_btn a:active > span {
    opacity: 0.8;
  }
}
.rework-cta .rework-cta_bottom .rework-cta_btn a > span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
  display: block;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #e16945 url("/images/common/arrow_wht.svg") no-repeat center right 1em;
  background-size: 7px 14px;
  border-radius: 6px;
  position: relative;
  padding: 0.5em 2.5em 0.5em 1.2em;
  font-size: 110%;
  font-weight: bold;
  color: #fff;
}
.rework-cta .rework-cta_bottom .rework-cta_btn a > span:before {
  content: "";
  display: inline-block;
  width: 46px;
  height: 46px;
  background-image: url(/images/common/contact_icon_soudan.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% auto;
  margin-right: 0.4em;
  vertical-align: middle;
}
.rework-cta .rework-cta_bottom .rework-cta_btn a.btn-shiryo > span {
  background: #8895bd url(/images/common/arrow_wht.svg) no-repeat center right 1em;
  background-size: 7px 14px;
}
.rework-cta .rework-cta_bottom .rework-cta_btn a.btn-shiryo > span:before {
  background-image: url(/images/common/contact_icon_shiryo.svg);
}
.rework-cta .rework-cta_bottom .rework-cta_link {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: space-around;
  background-color: #fff;
  border-radius: 8px;
  padding: 10px 20px;
  margin: 16px auto 0;
}
.rework-cta .rework-cta_bottom .rework-cta_link li {
  font-size: 17px;
}
.rework-cta .rework-cta_bottom .rework-cta_link li > a {
  display: inline-block;
  position: relative;
  padding: 0 0 0.1em 1em;
}
.rework-cta .rework-cta_bottom .rework-cta_link li > a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: 2px solid #d78039;
  border-bottom: 2px solid #d78039;
  -webkit-transform: scaleX(0.9) rotate(315deg);
          transform: scaleX(0.9) rotate(315deg);
}
.rework-cta .rework-cta_bottom .rework-cta_link li + li {
  margin-left: 1.5em;
}

@media only screen and (max-width: 767px) {
  .rework-cta-conteiner {
    padding-top: 1em;
    padding-bottom: 1.75em;
  }
  .rework-cta {
    margin-top: 5em;
    margin-top: 2em;
    width: 100%;
    max-width: 354px;
  }
  .rework-cta .rework-cta_top {
    padding: 0;
  }
  .rework-cta .rework-cta_top p {
    padding-bottom: 1em;
  }
  .rework-cta .rework-cta_top::before {
    left: 0;
    width: 60px;
    height: 81px;
    background-image: url("/images/movie/contact-img02_sp.png");
  }
  .rework-cta .rework-cta_top::after {
    right: 0;
    width: 53px;
    height: 74px;
    background-image: url("/images/movie/contact-img01_sp.png");
  }
  .rework-cta .rework-cta_heading {
    margin: 0 auto 0;
    font-size: 18px;
    translate: 0 -50%;
  }
  .rework-cta .rework-cta_heading span {
    width: 90%;
    max-width: 328px;
    line-height: 1.5;
    font-size: 100%;
    padding: 0.4em 0;
  }
  .rework-cta img {
    border-radius: 0 0 33px 33px;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: inherit;
  }
  .rework-cta .txt-center {
    font-size: 14px;
    line-height: 1.5;
  }
  .rework-cta .rework-cta_bottom {
    padding: 12px 3.5%;
  }
  .rework-cta .rework-cta_bottom .rework-cta_btn li {
    width: calc(50% - 5px);
  }
  .rework-cta .rework-cta_bottom .rework-cta_btn p.btn_head-txt {
    font-size: 12px;
    line-height: 1.2;
    margin: 0 0 0.85em;
    padding: 0;
  }
  .rework-cta .rework-cta_bottom .rework-cta_btn p.btn_head-txt > span::before, .rework-cta .rework-cta_bottom .rework-cta_btn p.btn_head-txt > span::after {
    display: none;
  }
  .rework-cta .rework-cta_bottom .rework-cta_btn a > span {
    background: #e16945 url(/images/common/arrow_wht.svg) no-repeat center right 0.5em;
    background-size: 5px 10px;
    padding: 0.6em 1.5em 0.4em 0.2em;
    font-size: 14px;
  }
  .rework-cta .rework-cta_bottom .rework-cta_btn a > span:before {
    width: 28px;
    height: 28px;
  }
  .rework-cta .rework-cta_bottom .rework-cta_btn a.btn-shiryo > span {
    background: #8895bd url(/images/common/arrow_wht.svg) no-repeat center right 0.5em;
    background-size: 5px 10px;
  }
  .rework-cta .rework-cta_bottom .rework-cta_btn a.btn-shiryo > span:before {
    background-image: url(/images/common/contact_icon_shiryo.svg);
  }
  .rework-cta .rework-cta_bottom .rework-cta_link {
    padding: 6px 14px;
  }
  .rework-cta .rework-cta_bottom .rework-cta_link li {
    font-size: 14px;
  }
  .rework-cta .rework-cta_bottom .rework-cta_link li > a {
    display: inline-block;
    position: relative;
    padding: 0 0 0.1em 1em;
  }
  .rework-cta .rework-cta_bottom .rework-cta_link li > a::before {
    width: 7px;
    height: 7px;
  }
  .rework-cta .rework-cta_bottom .rework-cta_link li + li {
    margin-left: 1.5em;
  }
}/*# sourceMappingURL=style_rework.css.map */