@charset "UTF-8";
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  position: relative;
  color: #333333;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴシック", "Hiragino Sans", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.5rem;
  line-height: 1.8;
}
main {
  color: #000;
}
main a {
  text-decoration: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}
h1, h2, h3, h4, h5, h6, strong, b, th {
  font-weight: normal;
}
img {
  max-width: 100%;
}
img, object, embed {
  vertical-align: top;
}
*, *::before, *::after {
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}
a {
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}
ol, ul, li {
  list-style: none;
}
.sp_mv,.pc_mv,.pc_mv_l{
  display: none;
}

/* sp */
@media screen and (max-width: 768px){
  .sp_mv {
    display: block;
  }
  .pc_mv,.pc_mv_l{
    display: none;
  }
}
/* pc 769px~ */
@media screen and (min-width:769px) {
  .pc_mv{
    display: block;
  }
  .sp_mv,.pc_mv_l{
    display: none;
  }
}
/* pc 1280~ */
@media screen and (min-width:1280px) {
  .sp_mv,.pc_mv{
    display: none;
  }
  .pc_mv_l{
    display: block;
  }
}

.sp_disp,
.pc_disp{
  display: none;
}
/* sp */
@media screen and (max-width: 768px){
  .sp_disp {
    display: block;
  }
  .pc_disp{
    display: none;
  }
}
/* pc 769px~ */
@media screen and (min-width:769px) {
  .sp_disp{
    display: none;
  }
  .pc_disp{
    display: block;
  }
}


@media screen and (max-width: 768px){
  .unit02{
    padding: 0;
  }
  .pd_2rem{
    padding-left: 2rem;
    padding-right: 2rem;
  }

}

/* コンテンツ */
.lead{
  font-size: 18px;
  line-height: 36px;
  margin-top: 28px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px){
  .lead{
    font-size: 16px;
    margin-top: 9px;
    margin-bottom: 17px;
  }
}

.bg-r{
  background: rgba(245,99,96,0.2);
}
.bg-b{
  background: rgba(10,206,232,0.2);
}
.bg-g{
  background: rgba(52,191,113,0.2);
}
.bg-o{
  background: rgba(231,145,13,0.2);
}
.ttl_l,
.page_link{
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  color: #fff;
}
.link_wrap{
  display: flex;
  justify-content: space-between;
  padding-bottom: 34px;
}
@media screen and (max-width:768px) {
  .link_wrap{
    flex-direction: column;
    align-items: center;
    padding-bottom: 17px;
  }
}
.page_link{
  position: relative;
  align-items: center;
  justify-content: center;
  display: block;
  width: 29.1%;
  padding-top: 7.32%;
}
@media screen and (max-width: 768px){
  .page_link{
    position: relative;
    align-items: center;
    justify-content: center;
    display: block;
    width: calc( 650 / 710 * 100%);
    padding-top: 14%;
    margin-bottom: 10px;
  }
}
.page_link span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-37%, -50%);
    font-size: calc(24 / 1024 * 100vw);
}
@media screen and (min-width:1024px) {
  .page_link span{
    font-size: 24px;
  }
}
@media screen and (max-width: 768px){
  .page_link span{
    font-size: calc(16 / 375 * 100vw);
  }
}

.btn_1{
  background: url(/houjin/topics/new_employee/img/anchor_btn_01.png) no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}
.btn_2{
  background: url(/houjin/topics/new_employee/img/anchor_btn_02.png) no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}
.btn_3{
  background: url(/houjin/topics/new_employee/img/anchor_btn_03.png) no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}
@media screen and (max-width: 768px){
  .btn_1{
    background: url(/houjin/topics/new_employee/img/anchor_btn_01_sp.png) no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
  }
  .btn_2{
    background: url(/houjin/topics/new_employee/img/anchor_btn_02_sp.png) no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
  }
  .btn_3{
    background: url(/houjin/topics/new_employee/img/anchor_btn_03_sp.png) no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
  }
}

.ttl_l{
  width: 100%;
  height: 52px;
  position: relative;
  padding-top: 10px;
  padding-left: 60px;
}
@media screen and (max-width: 768px){
  .ttl_l{
    font-size: 18px;
  }
}

.ttl_l_01{
  background-color: #14c3e0;
}
.ttl_l_02{
  background-color: #34bf71;
  padding-left: 73px;
}
.ttl_l_03{
  background-color: #e7910d;
  padding-left: 64px;
}
.ttl_l::before,
.ttl_l::after{
  content: "";
  position: absolute;
}
.ttl_l_01::before{
  top: 9px;
  left: 12px;
  width: 39px;
  height: 28px;
  background-image: url(/houjin/topics/new_employee/img/ico_01.png);
  background-repeat: no-repeat;
  background-size: 39px auto;
}
.ttl_l_02::before{
  top: 9px;
  left: 12px;
  width: 51px;
  height: 31px;
  background-image: url(/houjin/topics/new_employee/img/ico_03.png);
  background-repeat: no-repeat;
  background-size: 51px auto;
}
.ttl_l_03::before{
  top: -6px;
  left: 7px;
  width: 51px;
  height: 55px;
  background-image: url(/houjin/topics/new_employee/img/ico_05.png);
  background-repeat: no-repeat;
  background-size: 51px auto;
}

.ttl_l::after{
  bottom: 0;
  right: 0;
  width: 100%;
  height: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 52px 52px;
}
.ttl_l_01::after{
  border-color: transparent transparent #60d6ea transparent;
}
.ttl_l_02::after{
  border-color: transparent transparent #75d49f transparent;
}
.ttl_l_03::after{
  border-color: transparent transparent #efb45b transparent;
}
.point_warp{
  display: flex;
  justify-content: flex-start;
  padding-top: 20px;
  padding-bottom: 56px;
}
@media screen and (max-width: 768px){
  .point_warp{
    flex-direction: column;
    padding-bottom: 16px;
  }
}
.point_img{
  width: 33.39%;
}
@media screen and (max-width: 768px){
  .point_img{
    width: 100%;
    min-height: 0%;
  }
}
.point_warp img{
  width: 100%;
  height: auto;
}
.point_area{
  padding-left: 33px;
}
@media screen and (max-width: 768px){
  .point_area{
    padding-left: 18px;
  }
}
.point{
  padding-bottom: 3px;
  font-weight: bold;
  font-size: 24px;
  color: #e50012;
}
@media screen and (max-width: 768px){
  .point{
    font-size: 18px;
    padding-top: 12px;
  }
}
.point_txt,.intro_txt,.client_text{
  font-size: 18px;
  line-height: 36px;
  color: #000;
}
@media screen and (max-width: 768px){
  .client_text{
    font-size: 14px;
    line-height: 28px;
  }
}
.point_txt{
  padding-bottom: 12px;
  padding-left: 36px;
  position: relative;
}
@media screen and (max-width: 768px){
  .point_txt{
    font-size: 14px;
    padding-left: 23px;
    line-height: 25px;
  }
}
.point_txt::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 24px;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px){
  .point_txt::before{
    width: 13px;
    height: 19px;
  }
}

.pt_01::before{
  border-right: 6px solid #14c3e0;
  border-bottom: 6px solid #14c3e0;
}
.pt_02::before{
  border-right: 6px solid #34bf71;
  border-bottom: 6px solid #34bf71;
}
.pt_03::before{
  border-right: 6px solid #e7910d;
  border-bottom: 6px solid #e7910d;
}
@media screen and (max-width: 768px){
  .pt_01::before{
    border-right: 5px solid #14c3e0;
    border-bottom: 5px solid #14c3e0;
  }
  .pt_02::before{
    border-right: 5px solid #34bf71;
    border-bottom: 5px solid #34bf71;
  }
  .pt_03::before{
    border-right: 5px solid #e7910d;
    border-bottom: 5px solid #e7910d;
  }
}
.ttl_m,.client{
  font-weight: bold;
  font-size: 24px;
  color: #333;
}

.ttl_m{
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 10px;
}
@media screen and (max-width: 768px){
  .ttl_m{
    font-size: 18px;
    padding-bottom: 4px;
  }
}
.ttl_m span{
  display: block;
  line-height: 1.2;

}
.ttl_m_img{
  width: 66px;
  padding-bottom: 7px;
}
@media screen and (max-width: 768px){
  .ttl_m_img{
    width: 50px;
    min-width: 50px;
  }
}
.ttl_m_01{
  border-bottom: solid 6px #14c3e0;;
}
.ttl_m_02{
  border-bottom: solid 6px #34bf71;;
}
.ttl_m_03{
  border-bottom: solid 6px #e7910d;
}
.ttl_m_01 img{
  width: 40px;
  height: auto;
}
.ttl_m_02 img{
  width: 51px;
  height: auto;
}
.ttl_m_03 img{
  width: 38px;
  height: auto;
}
@media screen and (max-width: 768px){
  .ttl_m_02 img{
    width: 38px;
    min-width: 38px;
  }
}


.ttl_m::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: url(/houjin/topics/new_employee/img/kouza_bg01.png) no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}
.link_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 55px;
}
@media screen and (max-width: 768px){
  .link_list{
    justify-content: flex-start;
    padding-bottom: 29px;
  }
}
.intro_txt{
  padding-top: 24px;
  padding-bottom: 18px;
}
@media screen and (max-width: 768px){
  .intro_txt{
    font-size: 14px;
    padding-top: 18px;
    padding-bottom: 11px;
    line-height: 26px;
  }
}
.link_item{
  width: calc(330 / 1024 * 100%);
  max-width: 330px;
  padding: 20px;
  box-shadow: 2px 0 6px rgba(0,0,0,0.15);
}
@media screen and (max-width: 768px){
  .link_item{
    width: calc(166 / 375 * 100%);
    padding: 10px;
    margin-left: 4%;
  }
}
.link_item:nth-child(n+4) {
  order: 1;
  margin-top: 20px;
}
.link_item:nth-child(n+7) {
  order: 2;
  margin-top: 20px;
}
@media screen and (max-width: 768px){
  .link_item:nth-child(n+3) {
    margin-top: 15px;
  }
}
.link_item a{
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  height: 100%;
}

.term_left{
  color: #fff;
}
.term_right{
  color: #333;
}


.link_item img{
  margin: 17px 0;
  flex-shrink: 0;
}
@media screen and (max-width: 768px){
  .link_item img{
    margin: 8px 0;
  }
}
.link_ttl{
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px){
  .link_ttl{
    font-size: 12px;
  }
}
.list_1 .link_ttl{
  border-bottom: solid 3px #14c3e0;
}
.list_2 .link_ttl{
  border-bottom: solid 3px #34bf71;
}
.list_3 .link_ttl{
  border-bottom: solid 3px #e7910d;
}
@media screen and (max-width: 768px){
  .list_1 .link_ttl,.list_2 .link_ttl,.list_3 .link_ttl{
    border-width: 2px;
  }
}
.link_txt{
  font-size: 18px;
  line-height: 30px;
  color: #333;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px){
  .link_txt{
    font-size: 12px;
    line-height: 20px;
  }
}
.link_term{
  margin-top: auto;
  font-size: calc(20 / 1024 * 100vw);
  font-weight: bold;
  vertical-align: middle;
}
@media screen and (min-width:1024px) {
  .link_term{
    font-size: 20px;
  }
}
@media screen and (max-width: 768px){
  .link_term{
    font-size: 11px;
  }
}
@media screen and (max-width: 374px){
  .link_term{
    font-size: 10px;
  }
}
.term_right{
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 45.6%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .term_right{
    height: 26px;
    line-height: 26px;
  }
}
.term_left{
  position: relative;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 54.4%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .term_left{
    height: 26px;
    line-height: 26px;
  }
}
.term_left::after{
  content: '';
  position: absolute;
  top: 0;
  right: -16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 16px;
}
@media screen and (max-width: 768px){
  .term_left::after{
    right: -9px;
    border-width: 13px 0 13px 9px;
  }
}
.list_1 .link_term{
  background: #bfeff7;
}
.list_1 .term_left{
  background: #14c3e0;
}
.list_1 .term_left::after{
  border-color: transparent transparent transparent #14c3e0;
}
.list_2 .link_term{
  background: #cef0dd;
}
.list_2 .term_left{
  background: #34bf71;
}
.list_2 .term_left::after{
  border-color: transparent transparent transparent #34bf71;
}
.list_3 .link_term{
  background: #f9e1be;
}
.list_3 .term_left{
  background: #e7910d;
}
.list_3 .term_left::after{
  border-color: transparent transparent transparent #e7910d;
}


@media screen and (max-width: 768px){
  .client{
    font-size: 18px;
    margin-top: 14px;
  }
}
.client_wrap{
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}
@media screen and (max-width: 768px){
  .client_wrap{
    flex-direction: column;
  }
}
.client_img{
  width: 33.39%;
}
@media screen and (max-width: 768px){
  .client_img{
    width: 100%;
    min-height: 0%;
  }
}
.client_img img{
  width: 100%;
  height: auto;
}
.client_area{
  width: 63.6%;
}
@media screen and (max-width: 768px){
  .client_area{
    width: 100%;
  }
}
.left_link_wrap{
  text-align: right;
}
.left_link{
  padding-right: 21px;
  font-weight: bold;
  font-size: 24px;
  position: relative;
}
@media screen and (max-width: 768px){
  .left_link{
    font-size: 18px;
    padding-right: 28px;
  }
}

.left_link::after{
  content: "";
  position: absolute;
  top: 8px;
  right: -2px;
  width: 11px;
  height: 17px;
}
@media screen and (max-width: 768px){
  .left_link::after{
    top: 6px;
    right: -5px;
    width: 9px;
    height: 14px;
    padding-right: 28px;
  }
}
.l_link01{
  color: #14c3e0;
}
.l_link01::after{
  background: url(/houjin/topics/new_employee/img/arrow_01.png) no-repeat;
  background-position: 0 0;
  background-size: 11px auto;
}
.l_link02{
  color: #34bf71;
}
.l_link02::after{
  background: url(/houjin/topics/new_employee/img/arrow_02.png) no-repeat;
  background-position: 0 0;
  background-size: 11px auto;
}
.l_link03{
  color: #e7910d;
}
.l_link03::after{
  background: url(/houjin/topics/new_employee/img/arrow_03.png) no-repeat;
  background-position: 0 0;
  background-size: 11px auto;
}
@media screen and (max-width: 768px){
  .l_link01::after,
  .l_link02::after,
  .l_link03::after{
    background-size: 9px auto;
  }
}


.apply{
  text-align: center;
  margin: 6px 0 70px;
  padding: 30px;
  background: #f2f0ea;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px){
  .apply{
    padding: 24px 30px;
    margin-bottom: 30px;
  }
}
.btn_red{
  position: relative;
  display: block;
  margin: auto;
  width: 274px;
  height: 47px;
  padding: 6px 14px 6px 0px;
  font-size: 22px;
  color: #fff;
  background: #ff3636;
  border-radius: 23px;
  z-index: 0;
}
@media screen and (max-width: 768px){
  .btn_red{
    width: 100%;
    height: 39px;
    font-size: 16.5px;
    padding: 7px 0;
  }
}
.btn_red.training{
  padding-right: 0;
}
.btn_red::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/houjin/topics/new_employee/img/arrow.png) no-repeat;
  background-size: 10px auto;
  background-position: right 12px center;
  border: solid 1px #fff;
  border-radius: 23px;
  z-index: 10;
}
@media screen and (max-width: 768px){
  .btn_red::before{
    background-size: 9px auto;
    background-position: right 23px center;
  }
}
.btn_red::after{
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: 282px;
  height: 55px;
  font-size: 22px;
  background: #ff3636;
  border-radius: 27px;
  z-index: -1;
}
@media screen and (max-width: 768px){
  .btn_red::after{
    width: calc(100% + 4px);
    height: 43px;
    top: -2px;
    left: -2px;

  }
}
.pl_4p{
  padding-left: 4%;
}
.space{
  font-size: 19px;
  letter-spacing: -1.7px;
}
@media screen and (max-width: 768px){
  .space{
    font-size: 12px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px){
  a:hover,
  .pagetop__btn:hover{
    opacity: 1 !important;
  }
}
