@charset "UTF-8";


/*全体調整*/
.section,
.breadcrumb_middle_np,
.container_message,
.breadcrumb,
.recruit-hero .title {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.section2{
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.message {
  max-width: 870px;
  margin: 0 auto;
  padding: 0 20px;
}

.menber{
  max-width: 990px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 1920px) {

  .message {
    max-width: 700px;
  }

}


@media (max-width: 1600px) {

  .section,
  .breadcrumb_middle_np,
  .container_message ,
  .recruit-hero .title {
    max-width: 900px;
  }

  .section2 {
    max-width: 1140px;

  }

}

@media (max-width: 1240px) {
.menber{
  max-width: 930px;
}
}


@media (max-width: 900px) {

  .section,
  .breadcrumb_middle_np,
  .container_message,
  .recruit-hero .title {
    padding: 0 32px;
  }

  .message {
    max-width: 550px;
  }
}

@media (max-width: 770px) {

  .section {
    padding: 0 16px; 
  }
  .breadcrumb_middle_np,
  .container_message {
    padding: 0; 
  }


}

.section,
.recruit_fv,
.message {
  margin-bottom: 120px;
}

@media (max-width: 600px) {

  .section,
  .message {
    margin-bottom: 80px;
    padding: 0 26px;
  }
}

@media (max-width: 770px) {

  #root {
    padding-top: 40px;
  }
}



/*TOP*/

.recruit-hero {
  background: url(../../_assets/media/recruit/mv.png) no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 100%;
  margin: auto;
  display: flex;
  height: 258px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1280px) {
  .recruit-hero  {
    background: url(../../_assets/media/recruit/mv_xs.png) no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

}

.recruit-hero .title{
  display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
color: var(--white);
}

.recruit-hero .main_title {
  font-size: 32px;
  color: var(--white);
  font-family: avenir-next-lt-pro, sans-serif;
  font-weight: 900;
  font-style: normal;
margin: auto auto 4px;
letter-spacing: 0.8px;
}

.recruit-hero .sub_title {
  font-size: 16px;
  margin: auto;
}


@media (max-width: 770px) {
  .recruit-hero .main_title {
    font-size: 24px;
  }

  .recruit-hero .sub_title {
    font-size: 16px;
  }
}



/*パンクズリスト*/
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
padding: 20px 0 0;
  margin: 0 auto;
  background: none;
  border-radius: 0;
  line-height: 18px;
  font-size: 13px;
}

.breadcrumb a {
  color: #727171;
  font-family: "HelveticaNeue";
  letter-spacing: 1.3px;
  text-underline-offset: 4px;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: "/";
  color: #727171;
  padding-right: 10px;
  font-family: "HelveticaNeue";
  letter-spacing: 1.3px;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 10px;
  color: #727171;
  font-family: "HelveticaNeue";
  letter-spacing: 1.3px;
}


@media (max-width: 770px) {
  .breadcrumb {
  padding: 20px 0;
  margin: auto 26px;;

  }
}

@media (min-width: 0) and (max-width: 650px) {
  .breadcrumb {
    font-size: 11px;
    line-height: 15px;
    margin: 0 26px;
  }
}

/*タイトル*/
.page_title .main_title{
  font-size: 24px;
  font-weight: bold;
  padding:  32px 0 48px;
  text-align: center;
  color: var(--Mediaid-primary);
}

@media (max-width: 770px) {
  .page_title .main_title{
    font-size: 20px;
  }
  }

/*社長メッセージ*/
.recruit_block_rp {
  height: 420px;
}

.container_message {
  display: flex;
  flex-flow: column;
  height: 100%;
  justify-content: center;
}

.message_coment {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 4%;
  margin-bottom: 32px;
}

.yajima {
  margin-top: 8px;
  width: 167px;
}
@media (max-width: 1350px) {
  .recruit_block_rp {
    height: 450px;
  }
}


@media (max-width: 770px) {
  .recruit_block_rp {
    height: 370px;
  }

  .container_message {
    justify-content: flex-start;
    margin: auto 26px;
  }

  .message_coment {
    margin-top: 8px;
    font-size: 20px;
  }
  .yajima {
    width: 150px;
  }
}

@media (max-width: 650px) {
  .recruit_block_rp {
    background: none !important;
    height: auto;
    display: flex;
    flex-flow: column;
  }

  .container_message {
    z-index: 3;
    width: 100%;
    margin: 0 26px -180px 26px;
  }

  .message_coment {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .yajima {
    width: 120px;
  }

  .message_img_sp {
    z-index: 2;
  }
}
@media (max-width: 650px){
  .container_message {
    margin-bottom: -140px;
  }
}

@media (min-width: 651px) {
  .message_img_sp {
    display: none;
  }
}

/*メンバー紹介*/
.menber .heading {
  text-align: center;
}

.menber .heading::before {
  width: 100%;
  text-align: center;
}

.menber-box {
  display: flex;
  align-items: flex-start;
  gap: 8%;
  flex-wrap: wrap;
  max-width: 1280px;
}

.menber-card {
  width: 28%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 64px;
}

.menber-position {
  font-weight: bold;
}

.menber-img {
  width: 100%;
  margin: auto;
}

.menber-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

.menber-name {
  color: var(--txt-main);
}

.menber-name-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: avenir-next-lt-pro, sans-serif;
}

.menber-name-box .txt_md{
  font-weight: 400;
  font-style: normal;
  font-size:14px;
  color: #8b8b8b;
}

.menber-name-box .ti_xm{
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
}



  


@media (max-width: 1080px) {
  .menber-box {
    padding: 0 16px;
  }
}

@media (max-width: 770px) {
  .menber-card {
    width: 46%;
  }
  .menber-box {
    gap: 8%;
    padding: 0 20px;
  }

  .menber-img {
    width: 56%;
    margin: auto;
  }

  .menber-card {
    margin-bottom: 40px;
  }
}

@media (max-width: 500px) {
  .menber-box {
      padding: 0;
  }
  .menber-card {
    width: 100%;
  }
  .menber-box {
    flex-direction: column;
    padding: 0;
  }



  .menber-img {
    width: 60%;
    margin: auto;
  }
}




/*日常写真*/

  .everyday_pc {
    max-width: 1240px;
    height: 1040px;
    position: relative;
    
  }

  .day1 {
    position: absolute;
    top: 100px;
  }
  .day2 {
    position: absolute;
    right: 62px;
  }

  .day3 {
    position: absolute;
    bottom: 90px;
    left: 60px;
  }

  .day4 {
    position: absolute;
    right: 0px;
    bottom: 0px;
  }
  
  .everyday_img {
    width: 560px;
  }


@media (max-width: 1500px) {
  .everyday_pc {
    display: none;
  }

  .everyday_img {
    width: 100%;
  }
}

@media (min-width: 1499px) {
  .everyday_sp {
    display: none;
  }
}

.everyday_sp_content {
  display: flex;
  justify-content: space-around;
  margin: 0 auto 40px;
  max-width: 930px;
}

.day_img_sp {
  width: 46%;
}

.day1_sp {
  margin-top: 16px;
}

.day3_sp {
  margin-left: 8px;
  margin-top: 16px;
}

.day4_sp {
  margin-right: 16px;
}



@media (max-width: 600px) {
  .everyday_sp_content {
    margin-bottom: 32px;
  }

  .day4_sp {
    margin-right: 8px;
  }
}

/*ポディション*/
.job_position {
  margin-bottom: 120px;
}

@media (max-width: 600px) {
  .job_position {
    margin-bottom: 80px;
  }
}

.job_position .heading {
  margin-bottom: 32px;
}

.job_position .txt_xm:not(:last-child) {
  margin-bottom: 2em;
}

.job_position-nav {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

@media (max-width: 1080px) {
  .job_position-nav {
    max-width: 100%;
    margin-right: 0;
  }
}

.job_position-nav-li {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  gap: 8px;
  padding: 36px 32px 36px 40px;
}

@media (max-width: 770px) {
  .job_position-nav-li {
    flex-direction: column;
    align-items: flex-end;
    padding: 24px 20px 24px 24px;
  }
}

.job_position-nav-li-meta {
  width: auto;
  margin: auto 0;
}

@media (max-width: 1080px) and (max-width: 770px) {
  .job_position-nav-li-meta {
    width: 100%;
  }

  .job_position-nav-li-meta .ti_xm {
    font-size: var(--typo-xl);
    margin-bottom: 16px;
  }

  .job_position-nav-li-meta .txt_xm {
    font-size: var(--typo-xs);
  }

  .job_position-nav-li-meta .txt_xm br {
    display: none;
  }
}

.job_position-nav-li [data-btn_ico] .btn-anc {
  width: 64px;
}

@media (max-width: 770px) {
  .job_position-nav-li [data-btn_ico] .btn-anc {
    width: 48px;
  }

  .job_position-nav-li {
    max-width: calc(100% - 25px);
  }
}

/*全体写真*/

/*
.recruit_block_everyone {
  background: url(../../_assets/media/recruit/everyone.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 769px;
}


@media (max-width: 1530px) {
  .recruit_block_everyone {
    display: none;
  }
}


@media (min-width: 1530px) {
  .img_sp {
    display: none;
    object-fit: contain;
  }
}
*/

.everyone_img_content {
  width: 100%;
}

/*テキスト情報*/
.recruitend-link .btn-txt {
  font-size: var(--heading-h2);
  font-weight: bold;
}

@media (max-width: 1280px) {
  .recruitend-link .btn-txt {
    font-size: var(--typo-xl);
  }
}

.txt_xm {
  line-height: 2.2;
  font-weight: normal;
  font-size: var(--typo-xm);
}

.txt_md {
  letter-spacing: 0.64px;
}

.txt_xs{
  line-height: 1.8;
  letter-spacing: 0.64px;
  font-size: var(--typo-xs);
}


@media (max-width: 600px) {
  .txt_xm {
    font-size: var(--typo-xs);
  }
  .txt_md{
    font-size: var(--typo-xs);
  }
}