@charset "UTF-8";
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }
}
.tab-1,
.tab-2,
.tab-8 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 40px;
  gap: 10px;
}
.tab-1 > label,
.tab-2 > label,
.tab-8 > label {
  order: -1;
  padding: 20px;
  flex: 1;
  text-align: center;
  cursor: pointer;
  margin-bottom: 1em;
  transition: all 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  white-space: nowrap;
  font-size: 1.5rem;
  border-bottom: 1px solid #D50E15;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .tab-1 > label,
  .tab-2 > label,
  .tab-8 > label {
    padding: 0.25rem 0.5rem;
    flex: auto;
    line-height: 1.5;
  }
}
.tab-1 > label::after,
.tab-2 > label::after,
.tab-8 > label::after {
  background: #D50E15;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.tab-1 > label:hover,
.tab-2 > label:hover,
.tab-8 > label:hover {
  color: #fff;
}
.tab-1 > label:hover::after,
.tab-2 > label:hover::after,
.tab-8 > label:hover::after {
  transform: scale(1, 1);
}
.tab-1 > label .sp,
.tab-2 > label .sp,
.tab-8 > label .sp {
  display: none;
}
@media screen and (max-width: 1023px) {
  .tab-1 > label .sp,
  .tab-2 > label .sp,
  .tab-8 > label .sp {
    display: block;
  }
}
.tab-1 input,
.tab-2 input,
.tab-8 input {
  display: none;
}
.tab-1 > div,
.tab-2 > div,
.tab-8 > div {
  display: none;
  width: 100%;
  padding: 1.5em 1em;
  background-color: #fff;
}
@media screen and (max-width: 1023px) {
  .tab-1 > div a.link_button.type_l,
  .tab-2 > div a.link_button.type_l,
  .tab-8 > div a.link_button.type_l {
    width: 100%;
  }
  .tab-1 > div a.link_button.type_l::before,
  .tab-2 > div a.link_button.type_l::before,
  .tab-8 > div a.link_button.type_l::before {
    right: 10vw;
  }
  .tab-1 > div a.link_button.type_l::after,
  .tab-2 > div a.link_button.type_l::after,
  .tab-8 > div a.link_button.type_l::after {
    right: 13vw;
  }
}
.tab-1 label:has(:checked),
.tab-2 label:has(:checked),
.tab-8 label:has(:checked) {
  opacity: 1;
}
.tab-1 label:has(input:checked),
.tab-2 label:has(input:checked),
.tab-8 label:has(input:checked) {
  background-color: #D50E15;
  color: #fff;
}
.tab-1 label:has(:checked) + div,
.tab-2 label:has(:checked) + div,
.tab-8 label:has(:checked) + div {
  display: block;
}

.intro .intro_text .pcg {
  font-weight: 700;
  color: #D50E15;
}

.tab-8 label + div {
  background-color: transparent;
}

.process_container {
  background-color: #fff;
  padding: 2rem;
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 1023px) {
  .process_container {
    display: block;
  }
}
.process_container .step_box {
  border-radius: 50%;
  background-color: #F3F3F3;
  flex: 1;
  aspect-ratio: 1/1;
  min-height: 0;
  padding: 0 1rem;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .process_container .step_box {
    border-radius: 0;
    aspect-ratio: 0;
  }
}
.process_container .step_box:not(:last-child)::after {
  content: "▶";
  color: gray;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -2.6rem;
  font-size: 2rem;
}
@media screen and (max-width: 1023px) {
  .process_container .step_box:not(:last-child)::after {
    content: "▼";
    top: 100%;
    right: 50%;
    transform: translateX(-50%);
  }
}
.process_container .step_box .title {
  position: absolute;
  top: 0;
  right: 0;
  width: 8rem;
}
@media screen and (max-width: 1023px) {
  .process_container .step_box .title {
    left: -3%;
    top: 10%;
  }
}
.process_container .step_box .step_item {
  margin: 0 auto;
  padding: 4rem 1rem 2rem;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .process_container .step_box .step_item {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding: 1rem;
    margin-bottom: 4rem;
    margin: 0 0 4rem 6rem;
  }
}
@media screen and (max-width: 1023px) {
  .process_container .step_box .step_item .icon {
    width: 6rem;
  }
}
.process_container .step_box .step_item .icon img {
  width: 65%;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .process_container .step_box .step_item .icon img {
    width: 6rem;
    margin: 0;
  }
}
.process_container .step_box .step_item .text {
  margin-top: 1rem;
  font-size: 1.5rem;
  color: #89263c;
  line-height: 1.2;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .process_container .step_box .step_item .text {
    font-size: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    flex: 1;
    margin-top: 0;
  }
}

h3.h3_black {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  h3.h3_black {
    font-size: 20px;
  }
}
h3.h3_black {
  background-color: #071727;
  color: #fff;
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  padding: 8px 40px;
  margin: 40px auto 40px;
  width: -moz-fit-content;
  width: fit-content;
}

h3.general_h3 {
  width: 100%;
  height: 200px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1023px) {
  h3.general_h3 {
    height: 150px;
  }
}
h3.general_h3.department01 {
  background-image: url(../../../images/rp/general/business_engineer.png);
}
h3.general_h3.department02 {
  background-image: url(../../../images/rp/general/business_promotion.png);
}
h3.general_h3.department03 {
  background-image: url(../../../images/rp/general/business_overseas.png);
}
h3.general_h3.department04 {
  background-image: url(../../../images/rp/general/business_solution.png);
}
h3.general_h3.department05 {
  background-image: url(../../../images/rp/general/business_welp.png);
}
h3.general_h3 .black_bk {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  h3.general_h3 .black_bk {
    font-size: 20px;
  }
}
h3.general_h3 .black_bk {
  font-weight: 700;
  color: #fff;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5rem 4rem 0.5rem 2rem;
  clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 0% 100%);
}

.business_container {
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto;
}
@media screen and (max-width: 1023px) {
  .business_container {
    display: block;
  }
}
.business_container .business_box {
  width: calc(50% - 10px);
  padding: 20px;
  margin-bottom: 20px;
  background-color: #F3F3F3;
}
.business_container .business_box:nth-child(odd) {
  margin-right: 20px;
}
@media screen and (max-width: 1023px) {
  .business_container .business_box {
    width: 100%;
  }
}
.business_container .business_box h4 {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .business_container .business_box h4 {
    font-size: 18px;
  }
}
.business_container .business_box h4::before {
  content: "■";
  color: #D50E15;
}
.business_container .business_box p {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .business_container .business_box p {
    font-size: 1.5rem;
  }
}

.people_box {
  background-color: #F3F3F3;
  padding: 20px;
  margin-bottom: 60px;
}
.people_box h4.h4_red {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .people_box h4.h4_red {
    font-size: 18px;
  }
}
.people_box h4.h4_red {
  background-color: #D50E15;
  color: #fff;
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  padding: 8px 30px;
  margin: 0 auto 20px;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .people_box h4.h4_red {
    width: inherit;
    padding: 8px 0;
  }
}
.people_box h5 {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .people_box h5 {
    font-size: 18px;
  }
}
.people_box p {
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .people_box p {
    padding-bottom: 10px;
    font-size: 1.5rem;
  }
}

.nega_mt130 {
  margin-top: -80px;
}

.mt200 {
  margin-top: 20px;
}

.join_container {
  margin-bottom: 60px;
}
.join_container .join_box {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 20px;
}
.join_container .join_box .step_ttl {
  width: 73px;
  margin-bottom: 20px;
}

.join_trouble {
  margin-bottom: 130px;
}
.join_trouble h3 {
  font-size: 30px;
  font-weight: 700;
  margin: 0 auto 40px;
  text-align: center;
}
.join_trouble .join_trouble_container {
  display: block;
}
.join_trouble .join_trouble_container .join_trouble_box {
  background-color: #354566;
  color: #fff;
  padding: 2rem;
  margin-bottom: 1rem;
}
.join_trouble .join_trouble_container .join_trouble_box h4 {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .join_trouble .join_trouble_container .join_trouble_box h4 {
    font-size: 18px;
  }
}
.join_trouble .join_trouble_container .join_trouble_box h4 {
  margin-bottom: 1rem;
}
@media screen and (max-width: 1023px) {
  .join_trouble .join_trouble_container .join_trouble_box h4 {
    display: flex;
    align-items: center;
    gap: 1.5rem;
  }
}
.join_trouble .join_trouble_container .join_trouble_box h4 .join_trouble_img_sp {
  display: none;
}
@media screen and (max-width: 1023px) {
  .join_trouble .join_trouble_container .join_trouble_box h4 .join_trouble_img_sp {
    display: block;
    width: 6rem;
    height: 6rem;
  }
}
.join_trouble .join_trouble_container .join_trouble_box .trouble_detail {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
.join_trouble .join_trouble_container .join_trouble_box .trouble_detail .join_trouble_img {
  width: 8rem;
  height: -moz-fit-content;
  height: fit-content;
  flex-shrink: 0;
}
@media screen and (max-width: 1023px) {
  .join_trouble .join_trouble_container .join_trouble_box .trouble_detail .join_trouble_img {
    display: none;
  }
}
.join_trouble .join_trouble_container .join_trouble_box .trouble_detail .join_trouble_img img {
  aspect-ratio: 1/1;
}
.join_trouble .join_trouble_container .join_trouble_box .trouble_detail .txt p {
  font-size: 1.5rem;
}
.join_trouble .join_trouble_container .join_trouble_box .trouble_detail .txt p strong {
  font-weight: 200;
  color: #faf4ad;
}
@media screen and (max-width: 1023px) {
  .join_trouble .join_trouble_container .join_trouble_box .trouble_detail .txt {
    margin-left: 1rem;
  }
}
.join_trouble .join_trouble_container .join_trouble_box .trouble_detail .txt .a_box {
  margin: 1rem 0 0;
  border-radius: 5px;
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 1023px) {
  .join_trouble .join_trouble_container .join_trouble_box .trouble_detail .txt .a_box {
    gap: 1rem;
  }
}
.join_trouble .join_trouble_container .join_trouble_box .trouble_detail .txt .a_box a {
  display: inline-block;
  position: relative;
  padding: 0.5rem 2rem;
  background: #F3F3F3;
  color: #071727;
  border-radius: 3px;
}
@media screen and (max-width: 1023px) {
  .join_trouble .join_trouble_container .join_trouble_box .trouble_detail .txt .a_box a {
    margin-bottom: 0.5rem;
    font-size: 1rem;
  }
}
.join_trouble .join_trouble_container .join_trouble_box .trouble_detail .txt .a_box a::after {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.5em;
  vertical-align: middle;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23333333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"%3E%3Cpath d="m6 17 5-5-5-5M13 17l5-5-5-5"/%3E%3C/svg%3E');
  background-size: contain;
  background-repeat: no-repeat;
}
.join_trouble .join_trouble_container .join_trouble_box .trouble_detail .txt .a_box a:hover {
  color: #071727;
  background-color: #fff;
}

@media screen and (max-width: 1023px) {
  .tab-1 label br {
    display: none;
  }
}
.engineer_detail details summary {
  display: flex;
  align-items: center;
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  font-size: 1.8rem;
}
.engineer_detail details summary .detail_arrow {
  display: flex;
  align-items: center;
  margin-right: 1rem;
  width: 20px;
}
.engineer_detail details summary .detail_arrow img {
  transition: transform 0.3s ease;
}
.engineer_detail details .engineer_detail_box {
  border-top: 1px solid #D50E15;
  border-bottom: 1px solid #D50E15;
  margin: 0.5rem auto 2rem;
  padding: 0.5rem;
}
.engineer_detail details .engineer_detail_box ul {
  margin-left: 2rem;
}
.engineer_detail details .engineer_detail_box ul li {
  margin-bottom: 0.5rem;
  list-style: disc;
}
.engineer_detail details .engineer_detail_box ul li::marker {
  color: #D50E15;
}
.engineer_detail details .engineer_detail_box h5 {
  font-weight: 700;
  margin-bottom: 1em;
}
.engineer_detail details .engineer_detail_box h5::before {
  content: "■";
  color: #D50E15;
}
.engineer_detail details .engineer_detail_box p b::after {
  content: "\a";
  white-space: pre;
}
.engineer_detail details[open] .detail_arrow img {
  transform: rotate(-90deg);
}

h3.h3_navy {
  color: #354566;
  font-size: min(6.6666666667vw, 26.6666666667px);
  font-weight: 700;
  margin-bottom: 20px;
}
h3.h3_navy::before {
  content: "■";
  color: #354566;
}

.role_container {
  margin-bottom: 2rem;
}
.role_container .role_box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1023px) {
  .role_container .role_box {
    display: block;
    margin-bottom: 20px;
  }
}
.role_container .role_box div {
  width: 50%;
  padding-right: 20px;
}
@media screen and (max-width: 1023px) {
  .role_container .role_box div {
    width: 100%;
    padding-right: 0;
  }
}
.role_container .role_box div h4 {
  color: #D50E15;
  font-size: min(5.8666666667vw, 23.4666666667px);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}

.reason_subttl {
  width: 190px;
  margin: 20px auto 40px;
}

/*
.top3_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
    .top3_box {
        width: 316px;
        min-height: 308px;
        background-size: contain;
        background-repeat: no-repeat;
        text-align: center;
        padding-top: 110px;
        @include sp {
            margin: 0 auto 20px;
            width: 100%;
            min-height: 0;
            background-color: #fff;
            box-shadow: -5px 5px 0px 5px #E4E6E8;
            border-radius: 10px;
            padding: 1.2rem;
            margin-bottom: 2.5rem;
            position: relative;
            br {
                display: none;
            }
        }
        &.bg01 {
            background-image: url('../../../images/rp/engineer/reason01.svg');
            @include sp {
                &::before {
                    content: "1";
                }
            }
        }
        &.bg02 {
            background-image: url('../../../images/rp/engineer/reason02.svg');
            @include sp {
                &::before {
                    content: "2";
                }
            }
        }
        &.bg03 {
            background-image: url('../../../images/rp/engineer/reason03.svg');
            @include sp {
                &::before {
                    content: "3";
                }
                br {
                    display: block;
                }
            }
        }
        &.bg01,&.bg02,&.bg03 {
            @include sp {
                background-image: none;
                &::before {
                    font-size: 4rem;
                    color: $primary-color;
                    font-weight: 700;
                    position: absolute;
                    left: 0;
                    top: -30px;
                    z-index: 1;
                    font-family: Montserrat;
                }
            }
        }
        p {
            @include pc() {
                font-size: 16px;
            }
        }
    }
}
*/
.top3_container {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  margin-bottom: 40px;
}
.top3_container .top3_box {
  background-color: #fff;
  box-shadow: -5px 5px 0px 5px #E4E6E8;
  flex-grow: 1;
  padding: 2rem;
  border-radius: 10px;
  position: relative;
}
.top3_container .top3_box.bg01::before, .top3_container .top3_box.bg02::before, .top3_container .top3_box.bg03::before {
  font-size: 6rem;
  color: #D50E15;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: -50px;
  z-index: 1;
  font-family: Montserrat;
}

@media screen and (min-width: 768px) {
  .top3_container > div {
    flex: 1 1 0;
  }
}
@media screen and (max-width: 1023px) {
  .top3_container .top3_box.bg01::before, .top3_container .top3_box.bg02::before, .top3_container .top3_box.bg03::before {
    top: -30px;
  }
}
.top3_container .top3_box.bg01::before {
  content: "1";
}
.top3_container .top3_box.bg02::before {
  content: "2";
}
.top3_container .top3_box.bg03::before {
  content: "3";
}
.top3_container .top3_box p {
  text-align: center;
}
.top3_container .top3_box .yellow_ribbon {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .top3_container .top3_box .yellow_ribbon {
    min-height: 64px;
  }
}

.reason_comment_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 1023px) {
  .reason_comment_container {
    display: block;
  }
}
.reason_comment_container .reason_comment_box {
  width: calc(50% - 5px);
  background-color: #fff;
  padding: 2rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 1023px) {
  .reason_comment_container .reason_comment_box {
    width: 100%;
    padding: 20px;
  }
}
.reason_comment_container .reason_comment_box .engineer_member {
  background-color: rgba(53, 69, 102, 0.2);
  padding: 2rem 2.5rem;
  border-radius: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.reason_comment_container .reason_comment_box .engineer_member .lines {
  width: 100%;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
.reason_comment_container .reason_comment_box .engineer_member .previous {
  display: flex;
  flex-wrap: nowrap;
  margin-top: auto;
  align-items: center;
  justify-content: right;
  gap: 1rem;
}
.reason_comment_container .reason_comment_box .engineer_member .previous .txt {
  text-align: right;
  font-size: 1.2rem;
}
.reason_comment_container .reason_comment_box .engineer_member .previous .icon {
  border-radius: 50%;
  border: 1px solid #071727;
  background-color: #fff;
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.reason_comment_container .reason_comment_box .engineer_member .previous .icon img {
  width: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 7%;
}

.flow {
  background-color: #F3F3F3;
  padding: 20px;
}
.flow ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .flow ul {
    display: block;
  }
}
.flow ul li {
  background-color: #354566;
  color: #fff;
  width: 30%;
  position: relative;
  padding: 10px 20px;
}
.flow ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1023px) {
  .flow ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .flow ul li:last-child {
    margin-bottom: 0;
  }
}
.flow ul li:not(:last-child)::after {
  content: "▶";
  font-size: 24px;
  color: #354566;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(calc(100% + 10px), -50%);
}
@media screen and (max-width: 1023px) {
  .flow ul li:not(:last-child)::after {
    content: "▼";
    right: 50%;
    top: 100%;
    bottom: auto;
    margin-top: 10px;
    transform: translate(50%, -50%);
    font-size: 16px;
  }
}
.flow ul li img {
  width: 58px;
  vertical-align: baseline;
}
@media screen and (max-width: 1023px) {
  .flow ul li img {
    width: 70px;
  }
}
.flow ul li h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.flow ul li.red_box {
  background-color: #D50E15;
}
@media screen and (max-width: 1023px) {
  .flow ul li.red_box {
    margin-bottom: 0;
  }
}

.yellow_ribbon {
  background-color: #FCF467;
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  color: #354566;
  font-size: min(6.6666666667vw, 26.6666666667px);
}
.yellow_ribbon.mtb40 {
  margin: 40px auto;
  padding: 10px 60px;
  font-size: 18px;
  font-weight: 700;
}
.yellow_ribbon.mtb10 {
  padding: 0 40px;
  margin: 0 auto 10px;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .yellow_ribbon.mtb10 {
    font-size: 16px;
  }
}

.job_after_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 40px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1023px) {
  .job_after_container {
    display: block;
    padding: 0;
  }
}
.job_after_container .job_after_box {
  width: 463px;
  height: 183px;
  padding: 40px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1023px) {
  .job_after_container .job_after_box {
    width: 100%;
    height: auto;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #F3F3F3;
  }
}
.job_after_container .job_after_box.bg01 {
  background-image: url("../../../images/rp/engineer/job_after01.svg");
}
@media screen and (max-width: 1023px) {
  .job_after_container .job_after_box.bg01 {
    background-image: none;
  }
}
.job_after_container .job_after_box.bg02 {
  background-image: url("../../../images/rp/engineer/job_after02.svg");
}
@media screen and (max-width: 1023px) {
  .job_after_container .job_after_box.bg02 {
    background-image: none;
  }
}
.job_after_container .job_after_box h3 {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .job_after_container .job_after_box h3 {
    font-size: 18px;
  }
}
.job_after_container .job_after_box h3 {
  color: #D50E15;
}
.job_after_container .job_after_box h3::before {
  content: "■";
  color: #354566;
}/*# sourceMappingURL=work.css.map */