/* ==========================================================================
Company page
========================================================================== */
.content_inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .content_inner {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }
}
/* --------------------------------------------
  Index
-------------------------------------------- */
.company_mv {
  position: relative;
  background: url(/2027/company/img/company_mainvisual_img01.png) no-repeat;
  background-size: cover;
  padding-top: 36.6%;
}
@media screen and (max-width: 767px) {
  .company_mv {
    overflow: hidden;
    padding-top: 66.667%;
    margin-left: -41.067%;
    margin-right: -41.067%;
  }
}
.company_mv_inner {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.company_mv_title {
  display: table;
  width: 100%;
  height: 100%;
}
.company_mv_title_inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.company_mv_title_inner h1 img {
  width: 170px;
}
.company_mv_title_inner p {
  font-size: 2rem;
  color: #fff;
  margin-top: 19px;
}
@media screen and (max-width: 767px) {
  .company_mv_title_inner h1 img {
    width: 114px;
  }
  .company_mv_title_inner p {
    margin-top: 9px;
    font-size: 1.5rem;
  }
}
.company_btn-list_wrap {
  max-width: 1200px;
  width: 100%;
  margin: 100px auto 139px;
  overflow: hidden;
}
.company_btn-list_wrap li {
  width: 47.5%;
  float: left;
  margin-left: 5%;
  position: relative;
}
.company_btn-list_wrap li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .company_btn-list_wrap {
    margin: 50px auto;
  }
  .company_btn-list_wrap li {
    width: 100%;
    float: none;
    text-align: left;
    margin-left: 0;
    margin-top: 10.66%;
  }
  .company_btn-list_wrap li:first-child {
    text-align: right;
    margin-top: 0;
  }
}
.company_btn-list_bg img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .company_btn-list_bg img {
    width: 90.13%;
  }
}
.company_btn-list_btn {
  position: relative;
  width: 84.21%;
  height: auto;
  margin-left: 6.14%;
  padding-bottom: 4.386%;
}
.company_btn-list_btn:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(/2027/company/img/company_btn_bg.png) 0 0 no-repeat;
  background-size: 100% auto;
  top: 8.5%;
  left: 5.2%;
}
@media screen and (max-width: 767px) {
  .company_btn-list_btn {
    width: 72.26%;
    margin-left: 4%;
    padding-bottom: 3.733%;
  }
  .company_btn-list_btn:before {
    top: 7.734%;
    left: 5.16%;
  }
  .company_btn-list_btn.opt-right_sp {
    margin-left: 24%;
  }
  .company_btn-list_btn.opt-right_sp:before {
    left: auto;
    right: 5.16%;
  }
}
.company_btn-list_btn a {
  display: block;
  position: relative;
  overflow: hidden;
  margin-top: -10.42%;
  border-radius: 9px;
}
.company_btn-list_btn a:hover:after {
  -webkit-animation: btnHover 0.6s;
          animation: btnHover 0.6s;
}
.company_btn-list_btn a:after {
  content: "";
  height: 90%;
  width: 100%;
  left: 0;
  position: absolute;
  top: 55%;
  -webkit-transform: translate3d(-50%, 0, 0) rotate(-66deg);
          transform: translate3d(-50%, 0, 0) rotate(-66deg);
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
  background: #fff;
  opacity: .2;
}
.company_btn-list_btn a img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .company_btn-list_btn a {
    margin-top: -14.025%;
  }
}
@-webkit-keyframes btnHover {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0) rotate(-66deg);
            transform: translate3d(-50%, 0, 0) rotate(-66deg);
  }
  100% {
    -webkit-transform: translate3d(180%, 0, 0) rotate(-66deg);
            transform: translate3d(180%, 0, 0) rotate(-66deg);
  }
}
@keyframes btnHover {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0) rotate(-66deg);
            transform: translate3d(-50%, 0, 0) rotate(-66deg);
  }
  100% {
    -webkit-transform: translate3d(180%, 0, 0) rotate(-66deg);
            transform: translate3d(180%, 0, 0) rotate(-66deg);
  }
}
/* --------------------------------------------
  Keyword
-------------------------------------------- */
.keyword_list {
  max-width: 1200px;
  width: 100%;
  margin: 60px auto 140px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .keyword_list {
    width: auto;
    margin: 50px 15px;
  }
}
.keyword_list li {
  display: inline-block;
  width: 47.5%;
  margin-left: 5%;
  margin-top: 5%;
  background: #ff903e;
  border-radius: 10px;
  position: relative;
  vertical-align: top;
}
.keyword_list li:nth-child(2n+1) {
  margin-left: 0;
  clear: both;
}
.keyword_list li:nth-child(-n+2) {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .keyword_list li {
    width: 100%;
    float: none;
    margin-top: 22px;
    margin-left: 0;
  }
  .keyword_list li:nth-child(2) {
    margin-top: 20px;
  }
}
.keyword_list li:before {
  position: absolute;
  content: "";
  width: 100px;
  height: 50px;
  top: -1px;
  left: 0;
  right: 0;
  margin: auto;
}
.keyword_list li.number01 {
  min-height: 450px;
}
.keyword_list li.number01:before {
  background: url(/2027/company/img/keyword_number01.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .keyword_list li.number01 {
    min-height: 390px;
  }
}
.keyword_list li.number02 {
  min-height: 450px;
  background: #fd6f31;
}
.keyword_list li.number02:before {
  background: url(/2027/company/img/keyword_number02.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .keyword_list li.number02 {
    min-height: 330px;
  }
}
.keyword_list li.number03 {
  min-height: 420px;
  background: #fd6f31;
}
.keyword_list li.number03:before {
  background: url(/2027/company/img/keyword_number03.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .keyword_list li.number03 {
    min-height: 370px;
  }
}
.keyword_list li.number04 {
  min-height: 420px;
}
.keyword_list li.number04:before {
  background: url(/2027/company/img/keyword_number04.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .keyword_list li.number04 {
    min-height: 330px;
  }
}
.keyword_list li.number05 {
  min-height: 420px;
}
.keyword_list li.number05:before {
  background: url(/2027/company/img/keyword_number05.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .keyword_list li.number05 {
    min-height: 310px;
  }
}
.keyword_list li.number06 {
  min-height: 420px;
  background: #fd6f31;
}
.keyword_list li.number06:before {
  background: url(/2027/company/img/keyword_number06.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .keyword_list li.number06 {
    min-height: 334px;
  }
}
.keyword_list li.number07 {
  min-height: 460px;
  background: #fd6f31;
}
.keyword_list li.number07:before {
  background: url(/2027/company/img/keyword_number07.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .keyword_list li.number07 {
    min-height: 370px;
  }
}
.keyword_list li.number08 {
  min-height: 460px;
}
.keyword_list li.number08:before {
  background: url(/2027/company/img/keyword_number08.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .keyword_list li.number08 {
    min-height: 354px;
  }
}
.keyword_list li.number09 {
  min-height: 436px;
}
.keyword_list li.number09:before {
  background: url(/2027/company/img/keyword_number09.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .keyword_list li.number09 {
    min-height: 360px;
  }
}
.keyword_list li.number10 {
  min-height: 436px;
  background: #fd6f31;
}
.keyword_list li.number10:before {
  background: url(/2027/company/img/keyword_number10.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .keyword_list li.number10 {
    min-height: 370px;
  }
}
.keyword_list_title {
  display: block;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .keyword_list_title {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.number01 .keyword_list_title {
  margin-top: 15.08%;
}
.number01 .keyword_list_title img {
  width: 66.14%;
}
@media screen and (max-width: 767px) {
  .number01 .keyword_list_title {
    margin-top: 86px;
  }
  .number01 .keyword_list_title img {
    width: 100%;
    max-width: 274px;
  }
}
.number02 .keyword_list_title {
  margin-top: 18.42%;
}
.number02 .keyword_list_title img {
  width: 79.82%;
}
@media screen and (max-width: 767px) {
  .number02 .keyword_list_title {
    margin-top: 84px;
  }
  .number02 .keyword_list_title img {
    width: 100%;
    max-width: 298px;
  }
}
.number03 .keyword_list_title {
  margin-top: 15.79%;
}
.number03 .keyword_list_title img {
  width: 58.59%;
}
@media screen and (max-width: 767px) {
  .number03 .keyword_list_title {
    margin-top: 84px;
  }
  .number03 .keyword_list_title img {
    width: 100%;
    max-width: 218px;
  }
}
.number04 .keyword_list_title {
  margin-top: 20.85%;
}
.number04 .keyword_list_title img {
  width: 66.14%;
}
@media screen and (max-width: 767px) {
  .number04 .keyword_list_title {
    margin-top: 84px;
  }
  .number04 .keyword_list_title img {
    width: 100%;
    max-width: 274px;
  }
}
.number05 .keyword_list_title {
  margin-top: 22.63%;
}
.number05 .keyword_list_title img {
  width: 62.1%;
}
@media screen and (max-width: 767px) {
  .number05 .keyword_list_title {
    margin-top: 86px;
  }
  .number05 .keyword_list_title img {
    width: 100%;
    max-width: 251px;
  }
}
.number06 .keyword_list_title {
  margin-top: 16.66%;
}
.number06 .keyword_list_title img {
  width: 52.28%;
}
@media screen and (max-width: 767px) {
  .number06 .keyword_list_title {
    margin-top: 84px;
  }
  .number06 .keyword_list_title img {
    width: 100%;
    max-width: 226px;
  }
}
.number07 .keyword_list_title {
  margin-top: 23.85%;
}
.number07 .keyword_list_title img {
  width: 60.17%;
}
@media screen and (max-width: 767px) {
  .number07 .keyword_list_title {
    margin-top: 86px;
  }
  .number07 .keyword_list_title img {
    width: 100%;
    max-width: 246px;
  }
}
.number08 .keyword_list_title {
  margin-top: 15.43%;
}
.number08 .keyword_list_title img {
  width: 61.05%;
}
@media screen and (max-width: 767px) {
  .number08 .keyword_list_title {
    margin-top: 86px;
  }
  .number08 .keyword_list_title img {
    width: 100%;
    max-width: 221px;
  }
}
.number09 .keyword_list_title {
  margin-top: 15.08%;
}
.number09 .keyword_list_title img {
  width: 52.45%;
}
@media screen and (max-width: 767px) {
  .number09 .keyword_list_title {
    margin-top: 85px;
  }
  .number09 .keyword_list_title img {
    width: 100%;
    max-width: 219px;
  }
}
.number10 .keyword_list_title {
  margin-top: 15.96%;
}
.number10 .keyword_list_title img {
  width: 70.35%;
}
@media screen and (max-width: 767px) {
  .number10 .keyword_list_title {
    margin-top: 86px;
  }
  .number10 .keyword_list_title img {
    width: 100%;
    max-width: 265px;
  }
}
.keyword_list_text {
  width: 78.94%;
  margin: auto;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .keyword_list_text {
    width: 100%;
    padding: 0 30px;
    font-size: 1.5rem;
    line-height: 1.8;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.number01 .keyword_list_text {
  margin: 8.59% auto;
}
.number02 .keyword_list_text {
  margin: 8.59% auto;
}
.number03 .keyword_list_text {
  margin: 5.00% auto;
}
.number04 .keyword_list_text {
  margin: 12.36% auto;
}
.number05 .keyword_list_text {
  margin: 11.57% auto;
}
.number06 .keyword_list_text {
  margin: 9.12% auto;
}
.number07 .keyword_list_text {
  margin: 13.68% auto 10%;
}
.number08 .keyword_list_text {
  margin: 8.07% auto;
}
.number09 .keyword_list_text {
  margin: 7.89% auto;
}
.number10 .keyword_list_text {
  margin: 9.64% auto 6%;
}
@media screen and (max-width: 767px) {
  .number01 .keyword_list_text,
  .number02 .keyword_list_text,
  .number03 .keyword_list_text,
  .number04 .keyword_list_text,
  .number05 .keyword_list_text,
  .number06 .keyword_list_text,
  .number07 .keyword_list_text,
  .number08 .keyword_list_text,
  .number09 .keyword_list_text,
  .number10 .keyword_list_text {
    margin: 34px auto;
  }
}
/* --------------------------------------------
  Careerpath
-------------------------------------------- */
.careerpath_section_mb {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .careerpath_section_mb {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .careerpath_section_mt {
    margin-top: 20px;
  }
}
.careerpath_section-title {
  margin-top: 60px;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.3;
  color: #fd6f31;
}
@media screen and (max-width: 767px) {
  .careerpath_section-title {
    margin-top: 50px;
    font-size: 2.4rem;
  }
}
.careerpath_section-title.opt-2nd {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .careerpath_section-title.opt-2nd {
    margin-top: 50px;
  }
}
.careerpath_section-title_poetry {
  margin-top: 50px;
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .careerpath_section-title_poetry {
    margin-top: 26px;
    font-size: 1.6rem;
  }
}
.careerpath_img {
  margin-top: 74px;
  text-align: center;
}
.careerpath_img.type01 img {
  width: 100%;
  max-width: 629px;
}
.careerpath_img.type02 img {
  width: 100%;
  max-width: 648px;
}
@media screen and (max-width: 767px) {
  .careerpath_img {
    margin-top: 30px;
  }
}
.careerpath_list {
  width: 100%;
  max-width: 1200px;
  margin: 20px auto 0;
}
.careerpath_list ul {
  font-size: 0;
  margin-left: -2.5%;
  margin-right: -2.5%;
}
.careerpath_list ul li {
  display: inline-block;
  vertical-align: top;
  width: 28.5%;
  max-width: 360px;
  margin: 60px 2.38% 0;
}
@media screen and (max-width: 767px) {
  .careerpath_list {
    margin-top: 30px;
  }
  .careerpath_list ul {
    margin-left: auto;
    margin-right: auto;
  }
  .careerpath_list ul li {
    display: block;
    width: 100%;
    max-width: none;
    margin: 20px auto 0;
  }
}
.careerpath_list_title {
  position: relative;
  display: table;
  width: 280px;
  height: 140px;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.careerpath_list_title p {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
}
.careerpath_list_title p span {
  font-size: 1.6rem;
}
.careerpath_list_title:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 20px;
  background: url(/2027/company/img/careerpath_tag.png) 0 0 no-repeat;
  background-size: 100% 100%;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.color-redorange .careerpath_list_title {
  background: #f1601d;
}
.color-blue .careerpath_list_title {
  background: #2e5eb6;
}
.color-green .careerpath_list_title {
  background: #009741;
}
.color-black .careerpath_list_title {
  background: #444;
}
.color-yellowgreen .careerpath_list_title {
  background: #85bd24;
}
.color-orange .careerpath_list_title {
  background: #ff8f40;
}
.careerpath_list_text {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: -70px;
  margin-left: 20px;
  padding: 102px 35px 36px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .careerpath_list_text {
    font-size: 1.5rem;
    padding: 95px 35px 30px;
  }
}
.color-redorange .careerpath_list_text {
  background: #fdeddd;
}
.color-blue .careerpath_list_text {
  background: #e7eef6;
}
.color-green .careerpath_list_text {
  background: #ebf5df;
}
.color-black .careerpath_list_text {
  background: #ececec;
}
.color-yellowgreen .careerpath_list_text {
  background: #eaf1de;
}
.color-orange .careerpath_list_text {
  background: #fdede3;
}
.careerpath_local-title {
  margin-top: 100px;
  padding-left: 30px;
  position: relative;
  display: table;
}
.careerpath_local-title:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 100%;
  background: #fd6f31;
  background-size: 100% 100%;
  top: 0;
  left: 0;
  border-radius: 2px;
}
.careerpath_local-title span {
  display: table-cell;
  font-size: 2.4rem;
  line-height: 1.3;
}
.careerpath_local-title.opt-2nd {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .careerpath_local-title {
    margin-top: 50px;
    padding-left: 20px;
  }
  .careerpath_local-title span {
    font-size: 2rem;
  }
  .careerpath_local-title.opt-2nd {
    margin-top: 30px;
  }
}
.careerpath_text-bold {
  margin-top: 60px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .careerpath_text-bold {
    margin-top: 20px;
    font-size: 1.5rem;
  }
}
.careerpath_text {
  margin-top: 60px;
  font-size: 1.6rem;
  line-height: 2;
}
.careerpath_text-bold + .careerpath_text {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .careerpath_text {
    margin-top: 20px;
    font-size: 1.5rem;
  }
}
.careerpath_training-list {
  margin: 72px -30px 0;
  font-size: 0;
}
.careerpath_training-list > li {
  display: inline-block;
  width: 50%;
  max-width: 570px;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .careerpath_training-list {
    margin: 0 auto;
  }
  .careerpath_training-list > li {
    display: block;
    margin: 50px auto 0;
    width: 100%;
    padding: 0;
  }
}
.careerpath_training-list_title {
  position: relative;
  width: 100%;
  padding-top: 36.842105%;
  background: url(/2027/company/img/careerpath_img03.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.careerpath_training-list_title.opt-2nd {
  background: url(/2027/company/img/careerpath_img04.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.careerpath_training-list_title p {
  display: table;
  position: absolute;
  width: 350px;
  height: auto;
  padding-top: 56px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  background: #fff;
  bottom: -58px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .careerpath_training-list_title {
    padding-top: 36.81%;
  }
  .careerpath_training-list_title p {
    width: 255px;
    padding-top: 28px;
    font-size: 2rem;
    bottom: -39px;
  }
}
.careerpath_training-list_text {
  width: 100%;
  max-width: 490px;
  margin: 114px auto 0;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .careerpath_training-list_text {
    margin-top: 60px;
    font-size: 1.5rem;
  }
}
.careerpath_training_inner {
  padding: 34px 40px;
  margin-top: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #e9e9e9;
}
@media screen and (max-width: 767px) {
  .careerpath_training_inner {
    margin-top: 30px;
    padding: 24px 26px;
  }
}
.careerpath_training_inner_title {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .careerpath_training_inner_title {
    font-size: 1.6rem;
  }
}
.careerpath_training_inner_list li {
  display: table;
  margin-top: 14px;
  font-size: 1.6rem;
  line-height: 1.6;
}
.careerpath_training_inner_list li:before {
  content: "・";
  display: table-cell;
  padding-right: 4px;
}
@media screen and (max-width: 767px) {
  .careerpath_training_inner_list li {
    margin-top: 10px;
    font-size: 1.5rem;
  }
}
.careerpath_excerpt {
  display: table;
  width: 100%;
  height: 124px;
  margin-top: 54px;
  padding: 34px 58px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #e9e9e9;
}
@media screen and (max-width: 767px) {
  .careerpath_excerpt {
    height: auto;
    margin-top: 30px;
    padding: 26px 30px 32px;
  }
}
.careerpath_excerpt_title {
  display: table-cell;
  width: 122px;
  padding-right: 60px;
  vertical-align: middle;
}
.careerpath_excerpt_title p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .careerpath_excerpt_title {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0 0 20px;
  }
}
.careerpath_excerpt_text {
  display: table-cell;
  padding-left: 60px;
  border-left: 4px solid #e9e9e9;
  vertical-align: middle;
}
.careerpath_excerpt_text p {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .careerpath_excerpt_text {
    display: block;
    position: relative;
    padding: 26px 0 0;
    border-left: none;
  }
  .careerpath_excerpt_text p {
    font-size: 1.5rem;
  }
  .careerpath_excerpt_text:before {
    content: "";
    position: absolute;
    width: 65px;
    height: 4px;
    background: #e9e9e9;
    background-size: cover;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.careerpath_2clm {
  margin-top: 14px;
  overflow: hidden;
}
.careerpath_2clm li {
  float: left;
}
@media screen and (max-width: 767px) {
  .careerpath_2clm {
    margin-top: 20px;
  }
  .careerpath_2clm li {
    float: none;
  }
}
.careerpath_2clm_text {
  width: 65%;
  margin-right: 5%;
}
.careerpath_2clm_text p {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .careerpath_2clm_text {
    width: 100%;
    margin-right: 0;
  }
  .careerpath_2clm_text p {
    font-size: 1.5rem;
  }
}
.careerpath_2clm_img {
  width: 30%;
}
.careerpath_2clm_img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .careerpath_2clm_img {
    width: 100%;
    margin-top: 20px;
  }
}
