@charset "UTF-8";
/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
/*!
page > common > common
------------------------------
*/
.main {
  margin-top: 16vw;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .main {
    margin-top: 88px;
  }
}

.mv {
  color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  height: min(40vw, 160px);
  background-size: cover;
}
@media screen and (min-width: 1024px) {
  .mv {
    height: max(250px, 16.6666666667vw);
    margin-top: 88px;
  }
}
.mv.cdd {
  background-image: url("../../../../assets/images/cdd/top/top_mv.png");
  background-position: 18%;
}
.mv.rp {
  background-image: url("../../../../assets/images/rp/top/top_mv.png");
  background-position: 45%;
}

.title_ja {
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  font-size: min(6.4vw, 25.6px);
  text-align: left;
  width: 100%;
  position: relative;
  z-index: 2;
  padding-left: 20px;
}
@media screen and (min-width: 1024px) {
  .title_ja {
    font-size: max(37.5px, 2.5vw);
    margin-right: 76.0416666667vw;
    text-align: right;
    padding: 0;
  }
}

.title_en {
  position: absolute;
  z-index: 1;
  width: min(66.6666666667vw, 266.6666666667px);
}
@media screen and (min-width: 1024px) {
  .title_en {
    width: max(539.84375px, 35.9895833333vw);
  }
}

.pnkz {
  font-size: 12px;
  display: flex;
  align-items: center;
  margin: 15px 0 0;
}
@media screen and (min-width: 1024px) {
  .pnkz {
    margin: 30px 0 0;
  }
}
.pnkz li {
  position: relative;
  display: flex;
  padding: 0 10px 0 12px;
}
.pnkz li::before {
  content: "/";
  position: absolute;
  left: 0;
}
.pnkz li:nth-child(1) {
  padding: 0 7px 0 0;
}
.pnkz li:nth-child(1)::before {
  content: "";
}
.pnkz li a {
  display: block;
  transition: 0.5s all;
  color: #808080;
}
.pnkz li a:hover {
  transition: 0.5s all;
  text-decoration: underline;
}

.intro {
  margin: 40px 0 0;
  position: relative;
  z-index: 100;
  padding: 0 20px;
}
@media screen and (min-width: 1024px) {
  .intro {
    margin: 80px 0 0;
  }
}
.intro_title {
  margin: 0 0 20px;
  font-weight: bold;
  font-size: min(6.6666666667vw, 26.6666666667px);
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .intro_title {
    margin: 0 0 30px;
    font-size: max(28.125px, 1.875vw);
  }
}
.intro_text {
  text-align: center;
}
.intro_text span {
  font-weight: bold;
  font-size: min(4.8vw, 19.2px);
}
@media screen and (min-width: 1024px) {
  .intro_text span {
    font-size: max(15.625px, 1.0416666667vw);
  }
}
.intro_sub {
  display: flex;
  justify-content: center;
  font-weight: bold;
  margin: 0 auto;
  color: #D50E15;
  font-size: min(4.8vw, 19.2px);
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .intro_sub {
    font-size: max(15.625px, 1.0416666667vw);
    margin-bottom: 35px;
  }
}

.top_menu {
  margin: 40px 0 75px;
}
@media screen and (min-width: 1024px) {
  .top_menu {
    margin: 80px 0 150px;
  }
}
.top_menu_flex {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .top_menu_flex {
    flex-direction: unset;
    justify-content: space-between;
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .top_menu_flex:nth-child(2) {
    flex-direction: row-reverse;
  }
}

.subtitle_img img {
  width: -moz-fit-content;
  width: fit-content;
  height: 10px;
}
@media screen and (min-width: 1024px) {
  .subtitle_img img {
    height: 12px;
  }
}

@media screen and (min-width: 1024px) {
  .box_area {
    width: 410px;
  }
}

.contents_title {
  font-size: min(6.6666666667vw, 26.6666666667px);
  font-weight: bold;
  position: relative;
  margin-bottom: 35px;
}
.contents_title:before {
  content: "";
  position: absolute;
  border-top: 2px solid #D50E15;
  width: 50px;
  bottom: -13px;
}
@media screen and (min-width: 1024px) {
  .contents_title:before {
    width: max(39.0625px, 2.6041666667vw);
  }
}
@media screen and (min-width: 1024px) {
  .contents_title {
    font-size: max(28.125px, 1.875vw);
    margin-bottom: max(39.0625px, 2.6041666667vw);
  }
}

.contents_text {
  margin-bottom: max(23.4375px, 1.5625vw);
}
@media screen and (min-width: 1024px) {
  .contents_text {
    margin-bottom: max(39.0625px, 2.6041666667vw);
  }
}

.link_button {
  color: #fff;
  background-color: #D50E15;
  display: flex;
  align-items: center;
  justify-content: center;
  height: min(16vw, 64px);
  width: min(54.6666666667vw, 218.6666666667px);
  font-size: min(4.2666666667vw, 17.0666666667px);
  font-weight: bold;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding-right: 25px;
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0 100%);
}
@media screen and (min-width: 1024px) {
  .link_button {
    height: max(62.5px, 4.1666666667vw);
    width: max(320.3125px, 21.3541666667vw);
    font-size: max(14.0625px, 0.9375vw);
    min-width: 200px;
    padding-right: 50px;
    transition: 0.5s all;
  }
}
.link_button:before {
  content: "";
  background-color: #fff;
  width: min(7.2vw, 28.8px);
  height: min(7.2vw, 28.8px);
  margin-left: min(6.6666666667vw, 26.6666666667px);
  border-radius: 50%;
  position: absolute;
  right: min(6.6666666667vw, 26.6666666667px);
}
@media screen and (min-width: 1024px) {
  .link_button:before {
    width: max(42.1875px, 2.8125vw);
    height: max(42.1875px, 2.8125vw);
    right: max(39.0625px, 2.6041666667vw);
    transition: 0.5s all;
    box-sizing: border-box;
    border-radius: 50%;
  }
}
.link_button:after {
  content: "";
  position: absolute;
  z-index: 2;
  right: min(9.6vw, 38.4px);
  width: 10px;
  height: 10px;
  border-top: 3px solid #D50E15;
  border-right: 3px solid #D50E15;
  transform: rotate(45deg);
}
@media screen and (min-width: 1024px) {
  .link_button:after {
    right: max(57.03125px, 3.8020833333vw);
    width: max(11.71875px, 0.78125vw);
    height: max(11.71875px, 0.78125vw);
    transition: 0.5s all;
  }
}
@media screen and (max-width: 1023px) {
  .link_button.type_l {
    width: min(93.3333333333vw, 373.3333333333px);
  }
  .link_button.type_l:after {
    right: min(18.9333333333vw, 75.7333333333px);
  }
  .link_button.type_l:before {
    right: min(16vw, 64px);
  }
}
.link_button:hover {
  transition: 0.5s all;
  background-color: #808080;
}
@media screen and (min-width: 1024px) {
  .link_button:hover:before {
    right: max(31.25px, 2.0833333333vw);
    transition: 0.5s all;
  }
}
@media screen and (min-width: 1024px) {
  .link_button:hover:after {
    transition: 0.5s all;
    border-top: 3px solid #808080;
    border-right: 3px solid #808080;
    right: max(49.21875px, 3.28125vw);
  }
}

.contents_img {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .contents_img {
    width: 477px;
    margin-bottom: unset;
  }
}

.topblog_area {
  background-color: #F3F3F3;
  /* background-image: url('../../../../assets/images/recruit-blog/blog_bg.png');
  background-position: center;
  background-size: cover; */
  padding: min(10.6666666667vw, 42.6666666667px) 20px min(16vw, 64px);
  position: relative;
  z-index: 0;
  overflow: hidden;
  clip-path: inset(0);
}
@media screen and (min-width: 1024px) {
  .topblog_area {
    padding: max(62.5px, 4.1666666667vw) 0 max(62.5px, 4.1666666667vw);
    background-attachment: fixed;
  }
}
.topblog_area_bgimg img {
  -o-object-fit: cover;
     object-fit: cover;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.topblog_area_title {
  font-size: min(6.6666666667vw, 26.6666666667px);
  color: #D50E15;
  font-weight: bold;
  margin: 0 auto min(8vw, 32px);
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1024px) {
  .topblog_area_title {
    font-size: max(28.125px, 1.875vw);
    margin: 0 auto max(46.875px, 3.125vw);
  }
}
.topblog_area_box {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  background-color: #fff;
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0 100%);
  overflow: hidden;
  transition: 0.5s all;
  width: 100%;
  margin-bottom: min(10.6666666667vw, 42.6666666667px);
}
@media screen and (min-width: 1024px) {
  .topblog_area_box {
    clip-path: polygon(7% 0, 100% 0%, 93% 100%, 0 100%);
    flex-direction: unset;
    width: max(755.46875px, 50.3645833333vw);
    /* height: g.pc_width(180); */
    gap: max(31.25px, 2.0833333333vw);
    margin-bottom: max(39.0625px, 2.6041666667vw);
  }
  .topblog_area_box:hover {
    color: #fff;
    transition: 0.5s all;
    background-color: rgba(128, 128, 128, 0.3);
  }
  .topblog_area_box:hover .topblog_area_arrow {
    margin-right: 8%;
  }
  .topblog_area_box:hover .thumbnail img {
    scale: 1.1;
    transition: 0.5s all;
  }
}
.topblog_area_box .thumbnail {
  width: 100%;
  height: min(53.3333333333vw, 213.3333333333px);
}
@media screen and (min-width: 1024px) {
  .topblog_area_box .thumbnail {
    clip-path: polygon(0 0, 100% 0%, 77% 100%, 0 100%);
    width: max(210.9375px, 14.0625vw);
    height: auto;
    overflow: hidden;
  }
}
.topblog_area_box .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  transition: 0.5s all;
  display: block;
}
.topblog_area_textarea {
  margin: min(5.3333333333vw, 21.3333333333px) auto;
  width: 80%;
}
@media screen and (min-width: 1024px) {
  .topblog_area_textarea {
    margin: max(15.625px, 1.0416666667vw) 0;
    width: max(459.375px, 30.625vw);
  }
}
.topblog_area_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.topblog_area_date {
  font-weight: bold;
  font-size: 12px;
}
@media screen and (min-width: 1024px) {
  .topblog_area_date {
    font-size: max(9.375px, 0.625vw);
  }
}
.topblog_area_cate {
  background-color: #071727;
  color: #fff;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 25px;
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .topblog_area_cate {
    font-size: max(10.9375px, 0.7291666667vw);
  }
}
.topblog_area_blogtextarea {
  width: 80%;
}
@media screen and (min-width: 1024px) {
  .topblog_area_blogtextarea {
    width: max(328.125px, 21.875vw);
  }
}
.topblog_area_blogtitle {
  font-weight: bold;
  font-size: min(5.3333333333vw, 21.3333333333px);
  margin-bottom: min(5.3333333333vw, 21.3333333333px);
}
@media screen and (min-width: 1024px) {
  .topblog_area_blogtitle {
    font-size: max(18.75px, 1.25vw);
    margin-bottom: max(15.625px, 1.0416666667vw);
  }
}
.topblog_area_arrow {
  width: min(10.6666666667vw, 42.6666666667px);
  margin-right: 5%;
}
@media screen and (min-width: 1024px) {
  .topblog_area_arrow {
    width: max(42.1875px, 2.8125vw);
    margin-right: 10%;
    transition: 0.5s all;
  }
}

.linkbutton_area {
  margin: min(10.6666666667vw, 42.6666666667px) 0 0;
}
@media screen and (min-width: 1024px) {
  .linkbutton_area {
    margin: max(62.5px, 4.1666666667vw) 0 0;
  }
}

.vmv_area {
  margin: min(14.6666666667vw, 58.6666666667px) 0 min(18.6666666667vw, 74.6666666667px);
}
@media screen and (min-width: 1024px) {
  .vmv_area {
    margin: max(27.34375px, 1.8229166667vw) 0 max(54.6875px, 3.6458333333vw);
  }
}
.vmv_area_img {
  margin: 0 0 20px;
}
@media screen and (min-width: 1024px) {
  .vmv_area_img {
    margin: 0 0 max(54.6875px, 3.6458333333vw);
  }
}
.vmv_area_box {
  margin: 0 auto 15px;
  font-size: min(4.8vw, 19.2px);
}
@media screen and (min-width: 1024px) {
  .vmv_area_box {
    width: max(666.40625px, 44.4270833333vw);
    margin: 0 auto 30px;
    font-size: max(15.625px, 1.0416666667vw);
  }
}
.vmv_area_box_parts .flex {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .vmv_area_box_parts .flex {
    margin-bottom: 20px;
  }
}
.vmv_area_box_parts .title {
  font-size: min(6.6666666667vw, 26.6666666667px);
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
@media screen and (min-width: 1024px) {
  .vmv_area_box_parts .title {
    font-size: max(31.25px, 2.0833333333vw);
  }
}
.vmv_area_box_parts .subtitle {
  background-color: #D50E15;
  color: #fff;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0 10px;
}
.pagelink_area {
  padding-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}
@media screen and (min-width: 1024px) {
  .pagelink_area {
    padding-bottom: 100px;
    display: flex;
    justify-content: space-between;
    gap: unset;
  }
}
.pagelink_area_box {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 390px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .pagelink_area_box {
    max-width: unset;
    width: 462px;
    margin-bottom: unset;
  }
}
.pagelink_area_box:before {
  content: "";
  background-color: #fff;
  width: min(7.2vw, 28.8px);
  height: min(7.2vw, 28.8px);
  margin-left: min(6.6666666667vw, 26.6666666667px);
  border-radius: 50%;
  position: absolute;
  right: min(6.6666666667vw, 26.6666666667px);
  bottom: 40px;
  z-index: 3;
}
@media screen and (min-width: 1024px) {
  .pagelink_area_box:before {
    width: 54px;
    height: 54px;
    right: 55px;
    transition: 0.5s all;
    box-sizing: border-box;
    border-radius: 50%;
  }
}
.pagelink_area_box:after {
  content: "";
  position: absolute;
  z-index: 4;
  right: min(9.6vw, 38.4px);
  width: 10px;
  height: 10px;
  border-top: 3px solid #D50E15;
  border-right: 3px solid #D50E15;
  transform: rotate(45deg);
  bottom: 49px;
}
@media screen and (min-width: 1024px) {
  .pagelink_area_box:after {
    right: 78px;
    width: 15px;
    height: 15px;
    transition: 0.5s all;
    bottom: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .pagelink_area_box:hover:before {
    right: 50px;
    transition: 0.5s all;
  }
}
@media screen and (min-width: 1024px) {
  .pagelink_area_box:hover:after {
    right: 73px;
    transition: 0.5s all;
    border-top: 3px solid #808080;
    border-right: 3px solid #808080;
  }
}
@media screen and (min-width: 1024px) {
  .pagelink_area_box:hover .pagelink_area_textarea {
    transition: 0.5s all;
    background-color: rgba(112, 112, 112, 0.5);
  }
}
@media screen and (min-width: 1024px) {
  .pagelink_area_box:hover .pagelink_area_box_img {
    transition: 0.5s all;
    scale: 1.1;
  }
}
@media screen and (min-width: 1024px) {
  .pagelink_area_box_img {
    transition: 0.5s all;
  }
}
.pagelink_area_textarea {
  padding: min(8vw, 50px) 10px 10px 10px;
  width: 100%;
  position: absolute;
  background-color: rgba(213, 14, 21, 0.5);
  z-index: 2;
  bottom: 0;
  height: 60%;
  color: #fff;
  clip-path: polygon(0% 40%, 100% 0%, 100% 100%, 0% 100%);
}
@media screen and (min-width: 1024px) {
  .pagelink_area_textarea {
    transition: 0.5s all;
    clip-path: polygon(0% 60%, 100% 0%, 100% 100%, 0% 100%);
    height: 300px;
    padding: 70px 20px 20px;
    margin-top: auto;
    display: flex;
  }
}
.pagelink_area_textarea_box {
  width: 100%;
}
.pagelink_area_textarea_img {
  width: 40%;
  margin-left: auto;
}
.pagelink_area_textarea_title {
  font-weight: bold;
  font-size: min(6.6666666667vw, 26.6666666667px);
  text-align: right;
}
@media screen and (min-width: 1024px) {
  .pagelink_area_textarea_title {
    font-size: 36px;
  }
}
.pagelink_area_textarea_text {
  position: absolute;
  bottom: 20px;
  width: 80%;
}
@media screen and (min-width: 1024px) {
  .pagelink_area_textarea_text {
    width: 315px;
    bottom: 20px;
    font-size: 16px;
  }
}

.point_blue {
  position: relative;
  padding-left: 30px;
}
.point_blue:before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #354566;
  position: absolute;
  left: 0;
  top: 5px;
}
@media screen and (min-width: 1024px) {
  .point_blue:before {
    top: 2px;
  }
}

.font-24 {
  font-weight: bold;
  font-size: min(5.3333333333vw, 21.3333333333px);
}
@media screen and (min-width: 1024px) {
  .font-24 {
    font-size: max(18.75px, 1.25vw);
  }
}

.sp-only {
  display: block;
}
@media screen and (min-width: 1024px) {
  .sp-only {
    display: none;
  }
}

.bg_type01 {
  padding: 9.3333333333vw 0 5px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .bg_type01 {
    padding: 150px 0 5px;
  }
}
@media screen and (min-width: 1024px) {
  .bg_type01 {
    padding: max(85.9375px, 5.7291666667vw) 0 5px;
    margin-top: -75px;
  }
}
.bg_type01:after {
  content: "";
  position: absolute;
  top: 0;
  background-color: #F5F5F5;
  height: 100%;
  width: 100%;
  z-index: -2;
  clip-path: polygon(0% 38vw, 100% 0%, 100% 97%, 0% 100%);
}
@media screen and (min-width: 768px) {
  .bg_type01:after {
    clip-path: polygon(0% 25vw, 100% 0%, 100% 93%, 0% 100%);
  }
}
@media screen and (min-width: 1024px) {
  .bg_type01:after {
    clip-path: polygon(0% 21vw, 100% 0%, 100% 93%, 0% 100%);
  }
}
@media screen and (min-width: 1460px) {
  .bg_type01:after {
    clip-path: polygon(0% 17vw, 100% 0%, 100% 93%, 0% 100%);
  }
}

.bg_type02 {
  padding: 13.3689839572vw 0 5px;
  position: relative;
  margin-top: -13.3689839572vw;
}
@media screen and (min-width: 1024px) {
  .bg_type02 {
    margin-top: -170px;
    padding: max(171.875px, 11.4583333333vw) 0 5px;
  }
}
.bg_type02:after {
  content: "";
  position: absolute;
  top: 0;
  background-color: #F5F5F5;
  height: 100%;
  width: 100%;
  z-index: -2;
  clip-path: polygon(0% 0%, 100% min(30.1333333333vw, 225px), 100% 100%, 0% 100%);
}
@media screen and (min-width: 1024px) {
  .bg_type02:after {
    clip-path: polygon(0% 0%, 100% 30%, 100% 100%, 0% 100%);
  }
}

.bg_type03 {
  position: absolute;
  padding: 16.0427807487vw 0 0;
  position: relative;
  margin-top: -13.3689839572vw;
}
@media screen and (min-width: 1024px) {
  .bg_type03 {
    margin-top: -170px;
    padding: 200px 0 0;
  }
}
.bg_type03:after {
  content: "";
  position: absolute;
  top: 0;
  background-color: #F5F5F5;
  height: 120%;
  width: 100%;
  z-index: -2;
  clip-path: polygon(0% 0%, 100% 13.3333333333vw, 100% calc(90% + 10vw), 0% 88%);
}
@media screen and (min-width: 1024px) {
  .bg_type03:after {
    clip-path: polygon(0% 0%, 100% 18%, 100% 100%, 0% 80%);
  }
}

/********************************各ページTOP***************************/
.p-page-header.training {
  background-color: #fff;
  position: relative;
}
.p-page-header.training:after {
  content: "";
  position: absolute;
  background-image: url("../../../../assets/images/cdd/training/img_intro_bg.png");
  background-size: cover;
  top: 0;
  height: 100vh;
  width: 100%;
}
.p-page-header.new-content {
  position: relative;
  background-color: #fff;
}
.p-page-header.new-content:before {
  content: "";
  width: 100%;
  background-color: #F5F5F5;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  transform: unset;
  clip-path: polygon(0% 0%, 185% 0%, 0% 100%, 0% 0%);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-page-header.new-content:before {
    height: 385px;
    clip-path: polygon(0% 0%, 185% 0%, -33% 100%, 0% 0%);
  }
}
@media screen and (min-width: 1024px) {
  .p-page-header.new-content:before {
    height: 100%;
    transform: unset;
    clip-path: polygon(0% 0%, 152% 0%, 0% 100%, 0% 0%);
  }
}
@media screen and (min-width: 1460px) {
  .p-page-header.new-content:before {
    clip-path: polygon(0% 0%, 178% 0%, -20% 100%, 0% 0%);
  }
}

.p-page-header__ttl span {
  display: inline-block;
  font-size: unset;
  font-weight: unset;
  padding-top: unset;
}

.p-page-header {
  background-color: #F5F5F5;
  position: relative;
}
.p-page-header:before {
  content: "";
  width: 100%;
  background-color: #fff;
  position: absolute;
  height: 40vw;
  top: 41.8666666667vw;
  left: 0;
  transform: skew(0, -17deg);
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-page-header:before {
    height: 300px;
    top: 258px;
    transform: skew(0, -10deg);
  }
}
@media screen and (min-width: 1460px) {
  .p-page-header:before {
    transform: skew(0, -7deg);
  }
}

.p-page-header__box {
  height: 57.3333333333vw;
  /*  min((215px/375px)*100vw, 380px); */
  padding-top: 8vw;
  padding-bottom: 0;
  justify-content: unset;
}
@media screen and (min-width: 768px) {
  .p-page-header__box {
    height: 385px;
  }
}
@media screen and (min-width: 1024px) {
  .p-page-header__box {
    padding-top: unset;
    display: flex;
    /* -ms-flex-wrap: wrap;
    flex-wrap: wrap; */
    flex-wrap: unset;
    flex-direction: column;
    justify-content: center;
    height: 385px;
    padding-bottom: 45px;
  }
}

.p-page-header__ttl {
  font-weight: 900;
  position: relative;
  z-index: 2;
  font-size: min(8.5333333333vw, 52px);
  align-items: unset;
  min-height: unset;
}
@media screen and (min-width: 1024px) {
  .p-page-header__ttl {
    font-size: 52px;
    display: flex;
    min-height: 120px;
    align-items: center;
    width: 100%;
  }
}
.p-page-header__ttl:before {
  content: "";
  height: min(30.1333333333vw, 176px);
  top: 0;
  left: -2.9333333333vw;
  position: absolute;
  right: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  z-index: -1;
  opacity: 0.5;
}
@media screen and (min-width: 1024px) {
  .p-page-header__ttl:before {
    left: -10px;
    bottom: 0;
    height: 100%;
    background-position: center;
  }
}
.p-page-header__ttl.learning:before {
  background-image: url("../../../../assets/images/cdd/learning/main_title_sp.svg");
}
@media screen and (min-width: 1024px) {
  .p-page-header__ttl.learning:before {
    background-image: url("../../../../assets/images/cdd/learning/main_title.svg");
  }
}
.p-page-header__ttl.training:before {
  background-image: url("../../../../assets/images/cdd/training/main_title_sp.svg");
}
@media screen and (min-width: 1024px) {
  .p-page-header__ttl.training:before {
    background-image: url("../../../../assets/images/cdd/training/main_title.svg");
  }
}
.p-page-header__ttl.cdd_blog:before {
  background-image: url("../../../../assets/images/cdd/blog/main_title_sp.svg");
}
@media screen and (min-width: 1024px) {
  .p-page-header__ttl.cdd_blog:before {
    background-image: url("../../../../assets/images/blog/training/main_title.svg");
  }
}
.p-page-header__ttl.freshers:before {
  background-image: url("../../../../assets/images/rp/freshers/main_title_sp.svg");
}
@media screen and (min-width: 1024px) {
  .p-page-header__ttl.freshers:before {
    background-image: url("../../../../assets/images/rp/freshers/main_title.svg");
  }
}
.p-page-header__ttl.general:before {
  background-image: url("../../../../assets/images/rp/training/main_title_sp.svg");
}
@media screen and (min-width: 1024px) {
  .p-page-header__ttl.general:before {
    background-image: url("../../../../assets/images/rp/training/main_title.svg");
  }
}
.p-page-header__ttl.engineer:before {
  background-image: url("../../../../assets/images/rp/engineer/main_title_sp.svg");
}
@media screen and (min-width: 1024px) {
  .p-page-header__ttl.engineer:before {
    background-image: url("../../../../assets/images/rp/engineer/main_title.svg");
  }
}
.p-page-header__ttl.rp_blog:before {
  background-image: url("../../../../assets/images/rp/blog/main_title_sp.svg");
}
@media screen and (min-width: 1024px) {
  .p-page-header__ttl.rp_blog:before {
    background-image: url("../../../../assets/images/rp/blog/main_title.svg");
  }
}
.p-page-header__ttl.general:before {
  background-image: url("../../../../assets/images/rp/general/main_title_sp.svg");
}
@media screen and (min-width: 1024px) {
  .p-page-header__ttl.general:before {
    background-image: url("../../../../assets/images/rp/general/main_title.svg");
  }
}
.p-page-header__ttl.engineer:before {
  background-image: url("../../../../assets/images/rp/engineer/main_title_sp.svg");
}
@media screen and (min-width: 1024px) {
  .p-page-header__ttl.engineer:before {
    background-image: url("../../../../assets/images/rp/engineer/main_title.svg");
  }
}
.p-page-header__ttl .l-inner {
  width: 100%;
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1014px;
}

.p-page-header__breadcrumb {
  display: block;
  margin-top: 6.1333333333vw;
  margin-left: -1.0666666667vw;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 1024px) {
  .p-page-header__breadcrumb {
    margin-top: 30px;
    margin-left: -4px;
  }
}

.p-breadcrumb {
  line-height: 1;
  font-size: 12px;
}
@media screen and (min-width: 1024px) {
  .p-breadcrumb {
    font-size: 12px;
  }
}

.p-breadcrumb ul li {
  display: inline-block;
  position: relative;
}

.p-breadcrumb ul li a {
  color: #808080;
}

.p-breadcrumb ul li + li {
  padding-left: 2.6666666667vw;
  margin-left: 1.3333333333vw;
}
@media screen and (min-width: 1024px) {
  .p-breadcrumb ul li + li {
    padding: 0 0 0 12px;
    margin: 0 0 0 10px;
  }
}
.p-breadcrumb ul li + li:before {
  content: "";
  display: block;
  width: 1px;
  height: 13px;
  background-color: #707070;
  position: absolute;
  left: 0;
  top: 0;
  transform: skew(-25deg);
}
@media screen and (min-width: 1024px) {
  .p-breadcrumb ul li + li:before {
    height: 13px;
  }
}

.u-clr:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

/************************************************:/



/*調整*/
.l-footer-entry__ttl img {
  width: unset !important;
}

.l-header-entry__link span {
  display: flex;
}