@charset "UTF-8";
/*
変数関係をまとめたファイル
 */
/*
ブレイクポイントに関して記述しているファイル
下のブレイクポイントの設定を変更するときは必ずPMに一声かける
 */
.specialization-page > .section-mv {
  padding: 174px 20px 105px 0;
}
@media screen and (max-width: 1024px) {
  .specialization-page > .section-mv {
    padding: 150px 20px 64px 0;
  }
}
@media screen and (max-width: 820px) {
  .specialization-page > .section-mv {
    padding: 110px 20px 24px 0;
  }
}
.specialization-page > .section-mv > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.specialization-page > .section-mv > .container > .page-title {
  font-size: 2.5vw;
  font-weight: 400;
  letter-spacing: 0.3em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .specialization-page > .section-mv > .container > .page-title {
    font-size: 38px;
  }
}
@media screen and (max-width: 640px) {
  .specialization-page > .section-mv > .container > .page-title {
    font-size: 30px;
    margin-left: 14px;
  }
}
@media screen and (max-width: 480px) {
  .specialization-page > .section-mv > .container > .page-title {
    font-size: 25px;
  }
}
.specialization-page > .section-mv > .container > .page-title > .english {
  font-size: 13px;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 480px) {
  .specialization-page > .section-mv > .container > .page-title > .english {
    font-size: 11px;
  }
}
.specialization-page > .section-mv > .container > .image {
  max-width: 70%;
}
@media screen and (max-width: 1024px) {
  .specialization-page > .section-mv > .container > .image {
    max-width: 818px;
  }
}
@media screen and (max-width: 820px) {
  .specialization-page > .section-mv > .container > .image {
    max-width: 80%;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media screen and (max-width: 480px) {
  .specialization-page > .section-mv > .container > .image {
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
  }
}
.specialization-page > .section-contents {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px;
}
.specialization-page > .section-contents > .container > .box-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 86px;
  padding-left: 26px;
}
@media screen and (max-width: 820px) {
  .specialization-page > .section-contents > .container > .box-overview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .specialization-page > .section-contents > .container > .box-overview {
    margin-bottom: 32px;
    padding-left: 0;
  }
}
.specialization-page > .section-contents > .container > .box-overview > .title {
  font-size: 30px;
  margin-right: 81px;
}
@media screen and (max-width: 820px) {
  .specialization-page > .section-contents > .container > .box-overview > .title {
    font-size: 24px;
    margin-right: 0;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 480px) {
  .specialization-page > .section-contents > .container > .box-overview > .title {
    font-size: 20px;
  }
}
.specialization-page > .section-contents > .container > .box-overview > .text {
  max-width: 470px;
  width: 100%;
  font-size: 14px;
  line-height: 2.8;
}
@media screen and (max-width: 820px) {
  .specialization-page > .section-contents > .container > .box-overview > .text {
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .specialization-page > .section-contents > .container > .box-overview > .text {
    font-size: 12px;
    line-height: 2.3;
  }
}
.specialization-page > .section-contents > .container > .box-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 82px;
}
@media screen and (max-width: 820px) {
  .specialization-page > .section-contents > .container > .box-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .specialization-page > .section-contents > .container > .box-contents {
    margin-bottom: 0;
  }
}
.specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
}
@media screen and (max-width: 480px) {
  .specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow {
    border-bottom: 1px solid #ffffff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px;
    padding-bottom: 70px;
  }
}
.specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow > .box-label {
  position: relative;
  padding-left: 26px;
  margin-right: 43px;
}
@media screen and (max-width: 1024px) {
  .specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow > .box-label {
    margin-right: 24px;
  }
}
@media screen and (max-width: 480px) {
  .specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow > .box-label {
    padding-left: 0;
    margin-right: 0;
  }
}
.specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow > .box-label > .box-headline {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  width: 100px;
}
@media screen and (max-width: 1024px) {
  .specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow > .box-label > .box-headline {
    width: 80px;
  }
}
@media screen and (max-width: 480px) {
  .specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow > .box-label > .box-headline {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    width: 100%;
  }
}
.specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow > .box-label > .box-headline > .process-title {
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.13em;
}
@media screen and (max-width: 1024px) {
  .specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow > .box-label > .box-headline > .process-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 480px) {
  .specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow > .box-label > .box-headline > .process-title {
    display: inline-block;
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow > .box-label > .box-headline > .process-title > .english {
  color: #818181;
  font-size: 11px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 480px) {
  .specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow > .box-label > .box-headline > .process-title > .english {
    margin-bottom: 12px;
    display: inline-block;
  }
}
.specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow > .box-label > .number {
  position: relative;
  font-size: 17px;
  padding-left: 16px;
  margin-top: 15px;
}
@media screen and (max-width: 1024px) {
  .specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow > .box-label > .number {
    padding-left: 11px;
  }
}
@media screen and (max-width: 480px) {
  .specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow > .box-label > .number {
    display: none;
  }
}
.specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow > .box-label > .icon {
  width: 22px;
  margin-left: 14px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow > .box-label > .icon {
    margin-left: 10px;
  }
}
@media screen and (max-width: 820px) {
  .specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow > .box-label > .icon {
    margin-left: 8px;
  }
}
@media screen and (max-width: 480px) {
  .specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow > .box-label > .icon {
    vertical-align: middle;
    margin-left: 0px;
    margin-bottom: 0px;
  }
}
.specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow > .box-label > .role {
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0.12em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin-left: 16px;
}
@media screen and (max-width: 1024px) {
  .specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow > .box-label > .role {
    margin-left: 12px;
  }
}
@media screen and (max-width: 820px) {
  .specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow > .box-label > .role {
    margin-left: 11px;
  }
}
@media screen and (max-width: 480px) {
  .specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow > .box-label > .role {
    display: inline-block;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
.specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow > .box-text {
  max-width: 425px;
}
@media screen and (max-width: 820px) {
  .specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow > .box-text {
    max-width: 100%;
  }
}
.specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow > .box-text > .text {
  font-size: 14px;
  margin-bottom: 32px;
}
@media screen and (max-width: 480px) {
  .specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow > .box-text > .text {
    font-size: 12px;
  }
}
.specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow > .box-text > .bar {
  display: inline-block;
  width: 26px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-top: 12px;
  margin-left: -5px;
}
.specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow > .box-text > .label {
  display: inline-block;
  font-size: 12px;
}
.specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow > .box-text > .list-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 18px;
}
@media screen and (max-width: 820px) {
  .specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow > .box-text > .list-step {
    margin-bottom: 32px;
  }
}
.specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow > .box-text > .list-step > .step {
  max-width: 197px;
  width: 100%;
  margin-right: 14px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow > .box-text > .list-step > .step {
    max-width: 157px;
  }
}
@media screen and (max-width: 820px) {
  .specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow > .box-text > .list-step > .step {
    max-width: 20%;
  }
}
@media screen and (max-width: 480px) {
  .specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow > .box-text > .list-step > .step {
    max-width: 45%;
  }
}
.specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow > .box-text > .list-step > .step > .text {
  font-size: 11px;
  margin-top: 10px;
  margin-left: 20px;
}
@media screen and (max-width: 640px) {
  .specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow > .box-text > .list-step > .step > .text {
    margin-left: 8px;
  }
}
@media screen and (max-width: 820px) {
  .specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow > .box-text > .box-image {
    max-width: 100%;
    width: 100%;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media screen and (max-width: 820px) {
  .specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow > .box-text > .box-image > .list-specialization-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 820px) {
  .specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow > .box-text > .box-image > .list-specialization-step > .step {
    position: relative;
    background-color: #d9d9d9;
    max-width: 129px;
    width: 100%;
    text-align: center;
    margin-right: 36px;
  }
}
@media screen and (max-width: 820px) and (max-width: 480px) {
  .specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow > .box-text > .box-image > .list-specialization-step > .step {
    margin-right: 23px;
  }
}
.specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow > .box-text > .box-image > .list-specialization-step > .step.active {
  background-color: #ffffff;
}
.specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow > .box-text > .box-image > .list-specialization-step > .step:before, .specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow > .box-text > .box-image > .list-specialization-step > .step:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top-color: #e3e3e3;
  position: absolute;
  top: 0;
}
.specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow > .box-text > .box-image > .list-specialization-step > .step:before {
  border-left-color: #e3e3e3;
  left: 0;
}
.specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow > .box-text > .box-image > .list-specialization-step > .step:after {
  border-right-color: #e3e3e3;
  right: 0;
}
.specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow > .box-text > .box-image > .list-specialization-step > .step > .triangle:before, .specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow > .box-text > .box-image > .list-specialization-step > .step > .triangle:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-bottom-color: #e3e3e3;
  position: absolute;
  bottom: 0;
}
.specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow > .box-text > .box-image > .list-specialization-step > .step > .triangle:before {
  border-left-color: #e3e3e3;
  left: 0;
}
.specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow > .box-text > .box-image > .list-specialization-step > .step > .triangle:after {
  border-right-color: #e3e3e3;
  right: 0;
}
.specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow > .box-text > .box-image > .list-specialization-step > .step > .line {
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -38px;
  width: 38px;
  height: 1px;
}
.specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow > .box-text > .box-image > .list-specialization-step > .step > .number {
  font-size: 12px;
  margin-top: -10px;
}
.specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow > .box-text > .box-image > .list-specialization-step > .step > .title {
  font-size: 15px;
  padding: 15px 8px 22px;
}
@media screen and (max-width: 480px) {
  .specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow > .box-text > .box-image > .list-specialization-step > .step > .title {
    font-size: 12px;
    padding: 11px 8px 19px;
  }
}
.specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow > .box-text > .box-image > .list-specialization-step > .step:last-child {
  margin-right: 0;
}
.specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow > .box-text > .box-image > .list-specialization-step > .step:last-child > .line {
  display: none;
}
.specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow > .box-text > .box-image > .box-illust {
  max-width: 40%;
  margin: 0 auto;
}
.specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow:first-child > .box-label > .number:before, .specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow:nth-child(2) > .box-label > .number:before {
  content: "";
  position: absolute;
  bottom: -320px;
  left: 25px;
  background-color: #818181;
  width: 1px;
  height: 300px;
}
@media screen and (max-width: 1024px) {
  .specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow:first-child > .box-label > .number:before, .specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow:nth-child(2) > .box-label > .number:before {
    bottom: -280px;
    left: 18px;
    height: 250px;
  }
}
@media screen and (max-width: 820px) {
  .specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow:first-child > .box-label > .number:before, .specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow:nth-child(2) > .box-label > .number:before {
    bottom: -290px;
    height: 270px;
  }
}
@media screen and (max-width: 480px) {
  .specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow:first-child > .box-label > .number:before, .specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow:nth-child(2) > .box-label > .number:before {
    display: none;
  }
}
.specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow:nth-child(3) > .box-label {
  background-color: #1c1713;
  padding-top: 28px;
  padding-bottom: 20px;
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow:nth-child(3) > .box-label {
    padding: 27px 0 21px 26px;
  }
}
@media screen and (max-width: 480px) {
  .specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow:nth-child(3) > .box-label {
    padding: 12px 0 21px 25px;
    margin-bottom: 28px;
  }
}
.specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow:nth-child(3) > .box-label:before, .specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow:nth-child(3) > .box-label:after {
  content: "";
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-top-color: #e3e3e3;
  position: absolute;
  top: 0;
}
.specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow:nth-child(3) > .box-label:before {
  border-left-color: #e3e3e3;
  left: 0;
}
.specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow:nth-child(3) > .box-label:after {
  border-right-color: #e3e3e3;
  right: 0;
}
.specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow:nth-child(3) > .box-label > .triangle:before, .specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow:nth-child(3) > .box-label > .triangle:after {
  content: "";
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-bottom-color: #e3e3e3;
  position: absolute;
  bottom: 0;
}
.specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow:nth-child(3) > .box-label > .triangle:before {
  border-left-color: #e3e3e3;
  left: 0;
}
.specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow:nth-child(3) > .box-label > .triangle:after {
  border-right-color: #e3e3e3;
  right: 0;
}
.specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow:nth-child(3) > .box-label > .box-headline > .process-title {
  color: #ffffff;
}
@media screen and (max-width: 480px) {
  .specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow:nth-child(3) > .box-label > .box-headline > .process-title {
    display: block;
    margin-bottom: 13px;
  }
}
.specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow:nth-child(3) > .box-label > .box-headline > .process-title > .english {
  color: #ffffff;
}
.specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow:nth-child(3) > .box-label > .number {
  color: #ffffff;
  margin-bottom: 16px;
}
.specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow:nth-child(3) > .box-label > .number:before {
  content: "";
  position: absolute;
  bottom: -314px;
  left: 25px;
  background-color: #818181;
  width: 1px;
  height: 50px;
}
@media screen and (max-width: 1024px) {
  .specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow:nth-child(3) > .box-label > .number:before {
    bottom: -314px;
    left: 18px;
  }
}
@media screen and (max-width: 820px) {
  .specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow:nth-child(3) > .box-label > .number:before {
    left: 19px;
  }
}
@media screen and (max-width: 480px) {
  .specialization-page > .section-contents > .container > .box-contents > .list-flow > .flow:nth-child(3) > .box-label > .number:before {
    display: none;
  }
}
.specialization-page > .section-contents > .container > .box-contents > .box-image {
  max-width: 488px;
  width: 100%;
  margin-left: 62px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: sticky;
  top: 30%;
}
@media screen and (max-width: 1024px) {
  .specialization-page > .section-contents > .container > .box-contents > .box-image {
    max-width: 40%;
  }
}
.specialization-page > .section-contents > .container > .box-contents > .box-image > .list-specialization-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}
.specialization-page > .section-contents > .container > .box-contents > .box-image > .list-specialization-step > .step {
  position: relative;
  background-color: #d9d9d9;
  max-width: 99px;
  width: 100%;
  text-align: center;
  margin-right: 36px;
}
.specialization-page > .section-contents > .container > .box-contents > .box-image > .list-specialization-step > .step.active {
  background-color: #ffffff;
}
.specialization-page > .section-contents > .container > .box-contents > .box-image > .list-specialization-step > .step:before, .specialization-page > .section-contents > .container > .box-contents > .box-image > .list-specialization-step > .step:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top-color: #e3e3e3;
  position: absolute;
  top: 0;
}
.specialization-page > .section-contents > .container > .box-contents > .box-image > .list-specialization-step > .step:before {
  border-left-color: #e3e3e3;
  left: 0;
}
.specialization-page > .section-contents > .container > .box-contents > .box-image > .list-specialization-step > .step:after {
  border-right-color: #e3e3e3;
  right: 0;
}
.specialization-page > .section-contents > .container > .box-contents > .box-image > .list-specialization-step > .step > .triangle:before, .specialization-page > .section-contents > .container > .box-contents > .box-image > .list-specialization-step > .step > .triangle:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-bottom-color: #e3e3e3;
  position: absolute;
  bottom: 0;
}
.specialization-page > .section-contents > .container > .box-contents > .box-image > .list-specialization-step > .step > .triangle:before {
  border-left-color: #e3e3e3;
  left: 0;
}
.specialization-page > .section-contents > .container > .box-contents > .box-image > .list-specialization-step > .step > .triangle:after {
  border-right-color: #e3e3e3;
  right: 0;
}
.specialization-page > .section-contents > .container > .box-contents > .box-image > .list-specialization-step > .step > .line {
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -38px;
  width: 38px;
  height: 1px;
}
.specialization-page > .section-contents > .container > .box-contents > .box-image > .list-specialization-step > .step > .number {
  font-size: 12px;
  margin-top: -10px;
}
.specialization-page > .section-contents > .container > .box-contents > .box-image > .list-specialization-step > .step > .title {
  font-size: 15px;
  padding: 15px 8px 22px;
}
.specialization-page > .section-contents > .container > .box-contents > .box-image > .list-specialization-step > .step:last-child > .line {
  display: none;
}
.specialization-page > .section-contents > .container > .box-contents > .box-image > .box-illust > .image {
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-width: 80%;
  margin: 0 auto;
}
.specialization-page > .section-contents > .container > .box-contents > .box-image > .box-illust > .image.active {
  display: block;
}
.specialization-page > .section-contents > .container > .box-contents > .box-image > .box-illust > .image.step3 {
  width: 50%;
}
.specialization-page > .section-contents > .container > .box-contents > .box-image > .box-illust > .image.step3.move {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .specialization-page > .section-contents > .container > .box-contents > .box-image > .box-illust > .image.step3.move {
    -webkit-transform: translate(-50%, -10px);
            transform: translate(-50%, -10px);
  }
}
.specialization-page > .section-contents > .container > .box-contents > .box-image > .box-illust > .image.step4 {
  -webkit-transform: translate(60px, -39px);
          transform: translate(60px, -39px);
  z-index: -1;
  position: relative;
}