@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

main{
  overflow: visible;
}

/* ヘッダー */
/* .header{
  top: -70px;
} */
header{
  position: fixed;
  top: 0;
  background: #fff;
}
.ss header:not(.nofixed){
  top: -70px;
}
.header-inner{
  width: 100%;
  height: 70px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
.header-inner h1{
  display: none;
}
.logo{
  opacity: 1;
}
.nav{
  overflow: visible;
  margin-left: 200px;
}
.nav ul{
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav ul li{
  list-style-position: unset;
  list-style-type: none;
  padding-left: 0;
}
.nav a{
  text-decoration: none;
  color: #000;
  font-weight: bold;
  letter-spacing: 0.05em;
  transition: opacity 0.3s;
}
.nav a:hover{
  opacity: 0.7;
}
.entry-btn{
  height: 100%;
}
.entry-btn a{
  min-width: 150px;
  height: 100%;
  background: #2C74DA;
  color: #fff;
  text-decoration: none;
  padding: 0 20px;
  font-weight: 600;
  transition: background 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.entry-btn a:hover{
  opacity: 0.7;
}

/* ハンバーガー */
.hamburger{
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 26px;
  height: 18px;
  cursor: pointer; 
  z-index: 1001;
}
.hamburger span{
  display: block;
  height: 3px;
  background: #a6b9c1;
  transition: 0.3s ease-in-out;
}
.hamburger.active span:nth-child(1){
  transform: translateY(7.5px) rotate(45deg);
}
.hamburger.active span:nth-child(2){
  opacity: 0;
}
.hamburger.active span:nth-child(3){
  transform: translateY(-7.5px) rotate(-45deg);
}
#mv_img_pc+section {
    padding-top: 7rem !important;
}
#mv_img_pc+section .content_wrapper {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
}
@media screen and (max-width: 900px){
.nav{
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.98);
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.4s ease;
    margin-left: 0;
  }
.nav.active{
    display: flex;
    visibility: visible;
    opacity: 1;
  }
.nav ul{
        flex-direction: column;
        gap: 10px;
        padding: 20px 0;
        background: rgba(46, 68, 78, 0.9);
        height: 100%;
        justify-content: flex-start;
        text-align: center;
        padding-top: 7rem;
  }
  .nav a{
    color: #fff;
    font-size: 2.5rem;
  }
  .hamburger{
    display: flex;
    margin-left: auto;
    margin-right: 20px;
  }
  /* 追加 */
  .entry-btn a{
    padding: 0 15px;
    min-width: 85px;
  }
  .hamburger{
    margin-right: 10px;
  }
  header .logo a img{
    margin-bottom: 0!important;
  }
}

/* 本来のヘッダー非表示*/
.DEVELOP779{
  display: none!important;
}
header#pattern2>nav{
  display: none!important;
}

/* MV非表示 */
#lv_outer{
  display: none!important;
}

/* ボタン装飾 */
.contents_btn01{
  overflow: visible;
}
.contents_btn01 a{
  min-width: 280px;
  transition: .3s;
  text-align: center;
  border-radius: 30px;
  background: #fff;
  font-size: 1.55rem;
  padding: 5px!important;
  border: 2px solid #2C74DA;
  color: #2C74DA!important;
  font-weight: bold;
  box-shadow: 5px 5px 0px 0px rgb(44, 116, 218, 50%);
  position: relative;
}
.contents_btn01 a::before{
  content: '';
  position: absolute;
  width: 40px;
  height: 2px;
  background: #2C74DA;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.contents_btn01 a::after{
  content: '';
  position: absolute;
  width: 10px;
  height: 2px;
  background: #2C74DA;
  right: 10px;
  top: 45%;
  transform: translateY(-50%) rotate(45deg);
}

/* ヘッダーボタン削除 */
.entry-btn{
  display: none;
}

/* -----追従----- */
#fixbtn{
  background: #2B75DA;
  height: 170px!Important;
}
#fixbtn .fixbtnwrap{
  height: inherit;
}
#fixbtn .fix_img{
  display: none;
  opacity: 0;
  pointer-events: none;
}
#fixbtn .fix_img_recruit{
  display: inline-block;
  opacity: 1;
  pointer-events: auto;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20251027163259.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-flex;
  width: 500px;
  height: 170px;
  height: inherit;
}
#fixbtn .inner,
#fixbtn .fix_img_recruit{
    opacity: 0;
    transform: translateY(100%);
    transition: 0.3s all;
}
#fixbtn .fix_img_recruit>a{
  width: 50%;
}
body.scrolled #fixbtn .inner,
body.scrolled #fixbtn .fix_img_recruit{
    opacity: 1;
    transform: translateY(0);
}
@media screen and (max-width: 768px){
  #fixbtn{
    height: 260px!Important;
  }
  #fixbtn .fix_img_recruit{
    width: 100%;
  }
#information+section .wrapper_item {
    margin-top: 0px !important;
}
}
@media screen and (max-width: 450px){
  #fixbtn{
    height: 130px!Important;
  }
}

/* バナー画像 */
#banner_img+section .content_wrapper{
  padding: 0;
  max-width: 100%!important;
}
#banner_img_sp+section{
  display: none;
}
@media screen and (max-width: 768px){
  #banner_img_sp+section{
    display: block;
  }
  #banner_img_sp+section .content_wrapper{
    padding: 0;
    max-width: 100%!important;
  }
  #banner_img+section{
    display: none;
  }
}

/* MV */
#mv_img+section{
  margin-top: 70px;
}
#mv_img+section .content_wrapper{
  padding: 0;
  max-width: 100%!important;
}
#mv_img_sp+section{
  display: none;
}

/* 募集要項タイトル */
#information+section::before{
  content: '';
  position: absolute;
  width: 35.5vw;
  height: 3px;
  background: #2C74DA;
  right: 0;
  top: 74px;
}
#information+section .heading.block_header_6 .h{
  font-size: clamp(4rem, 3.47vw, 5rem) !important;
  font-weight: 900;
  color: #2C74DA;
  transform: skew(-10deg);
  letter-spacing: -1px;
  line-height: 1;
  position: relative;
  text-align: end;
  display: block;
  white-space: nowrap;
  padding-bottom: 0;
}
#information+section .heading.block_header_6 .h::before{
  content: none;
}
#information+section .heading.block_header_6 p{
  font-size: 3rem;
  color: #2C74DA;
  line-height: 1.3;
}
#information+section .wrapper_item{
  border: 3px solid #2C74DA;
  padding: 50px;
  margin-top: 100px;
}
#information+section .title_wrapper{
  display: flex;
}
#information+section .title_wrapper .left_box,
#information+section .title_wrapper .right_box{
  width: 50%;
}
#information+section .title_wrapper .left_box{
  position: relative;
}
#information+section .title_wrapper .left_box::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20251029140607.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 330px;
  height: 330px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
#information+section .title_wrapper .right_box{
  padding-bottom: 30px;
}
#information+section .title_wrapper .right_box .title{
  font-size: 3rem;
  font-weight: bold;
  color: #2C74DA;
}
#information+section .title_wrapper .right_box .text{
  font-size: 2rem;
  font-weight: bold;
  color: #2C74DA;
  line-height: 1.5;
}
#information+section table{
  width: 100%;
  border: none;
}
#information+section table tr td:nth-child(1){
  border: none;
  border-top: 2px solid #2C74DA;
  padding: 30px 0;
  font-size: 2rem;
}
#information+section table tr td:nth-child(2){
  border: none;
  border-top: 1px solid #2C74DA;
  padding: 30px 0 30px 20px;
  font-size: 2rem;
}
#information+section table tr td:nth-child(2) .blue_text{
  border: 1px solid #2C74DA;
  padding: 5px 20px;
  font-size: 2rem;
  color: #2C74DA;
  line-height: 1.3;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
}
#information+section table tr.address .text{
  font-size: 1.6rem;
}
#information+section table tr.address ul li{
  margin-top: 20px;
  list-style: none;
  font-size: 2rem;
  line-height: 1.3;
  padding-left: 25px;
  position: relative;
}
#information+section table tr.address ul li div p span{
  position: relative;
}
#information+section table tr.address ul li div p span::before{
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background: #2C74DA;
  border-radius: 50%;
  left: -25px;
  top: 9px;
}
#information+section table tr.address ul li div{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#information+section table tr.address ul li div a{
  text-decoration: none;
  background: #2C74DA;
  padding: 10px 50px 10px 20px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  position: relative;
}
#information+section table tr.address ul li div a::after{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20251029155722.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  right: 20px;
}
#information+section table tr.address ul li .small{
  font-size: 1.6rem;
}
#information+section table tr.shikaku .text{
  font-size: 1.6rem;
}
#information+section table tr.shikaku ul li{
  margin-top: 20px;
  list-style: none;
  font-size: 2rem;
  line-height: 1.3;
  padding-left: 25px;

}
#information+section table tr.shikaku ul li span{
  position: relative;
}
#information+section table tr.shikaku ul li span::before{
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background: #2C74DA;
  border-radius: 50%;
  left: -25px;
  top: 9px;
}
#information+section table tr.detail div{
  display: flex;
}
#information+section table tr.detail .detail_text{
  margin: 40px 0;
  position: relative;
}
#information+section table tr.detail .detail_text::before{
  content: '';
  position: absolute;
  width:0;
  height:0;
  border-style:solid;
  border-width: 10px 15px 0 15px;
  border-color: #2C74DA transparent transparent transparent;
  left: 15%;
  top: -25px;
}
#information+section table tr.detail .detail_text::after{
  content: '';
  position: absolute;
  width:0;
  height:0;
  border-style:solid;
  border-width: 10px 15px 0 15px;
  border-color: #2C74DA transparent transparent transparent;
  left: 15%;
  bottom: -25px;
}
#information+section table tr.skill ul li{
  margin-top: 20px;
  list-style: none;
  font-size: 2rem;
  line-height: 1.3;
  padding-left: 25px;

}
#information+section table tr.skill ul li span{
  position: relative;
}
#information+section table tr.skill ul li span::before{
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background: #2C74DA;
  border-radius: 50%;
  left: -25px;
  top: 9px;
}
#information+section table tr.salary p span{
  font-size: 1.4rem;
}
#information+section table tr.time .time_detail{
  position: relative;
  margin-bottom: 40px;
}
#information+section table tr.time .time_detail::before{
  content: '(実動8時間)';
  position: absolute;
  font-size: 1.4rem;
  bottom: -15px;
  left: 100px;
}
#information+section table tr.holiday ul li{
  margin-top: 20px;
  list-style: none;
  font-size: 2rem;
  line-height: 1.3;
  padding-left: 25px;

}
#information+section table tr.holiday ul li span{
  position: relative;
}
#information+section table tr.holiday ul li span::before{
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background: #2C74DA;
  border-radius: 50%;
  left: -25px;
  top: 9px;
}
#information+section table tr.holiday .small{
  font-size: 1.6rem;
}
#information+section table tr.recruit ul li{
  margin-top: 20px;
  list-style: none;
  font-size: 2rem;
  line-height: 1.3;
  padding-left: 25px;

}
#information+section table tr.recruit ul li span{
  position: relative;
}
#information+section table tr.recruit ul li span::before{
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background: #2C74DA;
  border-radius: 50%;
  left: -25px;
  top: 9px;
}
#information+section table tr.recruit .small{
  font-size: 1.6rem;
}
#information+section table tr.recruit .message{
  color: #2C74DA;
  margin-top: 30px;
}

/* レスポンシブ */
@media screen and (min-width: 1800px){
  #information+section::before{
    width: 38.5vw;
  }
}
@media screen and (max-width: 768px){
  /* MV */
  #mv_img+section{
    display: none;
  }
  #mv_img_sp+section{
    display: block;
    margin-top: 70px;
  }
  #mv_img_sp+section .content_wrapper{
    padding: 0;
    max-width: 100%!important;
  }
  /* 募集要項 */
  #information+section::before{
    top: 62px;
  }
  #information+section .wrapper_item{
    padding: 30px 10px;
  }
  /* テーブル */
  table,
  tbody,
  tr,
  td{
    display: block;
    width: 100%;
    overflow: hidden;
  }
  #information+section table tr td:nth-child(1){
    padding: 15px 0;
  }
  #information+section table tr td:nth-child(2){
    box-sizing: border-box;
    padding: 15px 0;
    text-align: center;
  }
  #information+section table tr.address ul li div{
    justify-content: center;
    gap: 30px;
  }
  #information+section table tr.address ul li::before{
    left: 26%;
  }
  #information+section table tr.detail div{
    justify-content: center;
    text-align: left;
  }
  #information+section table tr.detail .detail_text::before,
  #information+section table tr.detail .detail_text::after{
    left: 50%;
    transform: translateX(-50%);
  }
  #information+section table tr.time .time_detail::before{
    left: 50%;
  }
}
@media screen and (max-width: 450px){
  #information+section::before{
    width: 73.5vw;
  }
  #information+section .title_wrapper .left_box::before{
    content: none;
  }
  #information+section .title_wrapper .left_box{
    width: 0%;
  }
  #information+section .title_wrapper .right_box{
    width: 100%;
    text-align: center;
  }
  #information+section table tr td:nth-child(2){
    padding: 10px 0;
  }
  #information+section table tr.detail .blue_text{
    font-size: 1.8rem;
  }
  #information+section table tr.detail div{
    flex-direction: column;
    text-align: center;
  }
  #information+section table tr.address ul li div{
    margin-bottom: 10px;
    flex-direction: column;
    gap: 10px;
  }
  #information+section table tr.shikaku ul li::before,
  #information+section table tr.skill ul li::before,
  #information+section table tr.holiday ul li::before,
  #information+section table tr.recruit ul li::before{
    top: 5px;
  }
}
footer .content_wrapper {
    display: none;
}