@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; */
  margin-top: 70px;
}
body:not(.ss) header:not(.over)+#mv_img+section{
  margin-top: 0;
}
#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);
}

/* 給与・評価制度 */
body.scrolled #pay+section{

}
#pay+section{
  position: relative;
  /* margin-top: 70px; */
  padding-top: 0px;
}
#pay+section::before{
  content: '';
  position: absolute;
  width: 50vw;
  height: 3px;
  background: #2C74DA;
  right: 0;
  top:46px;
}
#pay+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;
}
#pay+section .heading.block_header_6 .h::before{
  content: none;
}
#pay+section .heading.block_header_6 p{
  font-size: 3rem;
  color: #2C74DA;
  line-height: 1.3;
}
#pay+section .box-wrap{
  display: flex;
  gap: 30px;
}
#pay+section .box{
  width: calc(100% / 5 - 20px);
  background: #fff;
  border: 3px solid #2C74DA;
  text-align: center;
}
#pay+section .box:nth-child(1){
  width: calc((100% / 5) * 2 - 20px);
}
#pay+section .box .box-title{
  background: #2C74DA;
  padding: 10px 0;
  margin-bottom: 0;
  color: #fff;
  font-size: 2rem;
}
#pay+section .box .box-text{
  padding: 30px 10px;
  color: #2C74DA;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
}
#pay+section .big_box{
  margin-top: 40px;
  background: #fff;
  border: 3px solid #2C74DA;
  text-align: center;
}
#pay+section .box-title{
  background: #2C74DA;
  padding: 10px 0;
  margin-bottom: 0;
  color: #fff;
  font-size: 2rem;
}
#pay+section .circle_wrap{
  display: flex;
  justify-content: space-between;
  padding: 30px 50px;
}
#pay+section .circle{
  background: #2C74DA;
  color: #fff;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
position: relative;
}
#pay+section .circle::before {
    content: "";
    background: url(/common/upload_data/assist-centeringcojp/image/20251024104830_1.png) no-repeat center center / contain;
    position: absolute;
    top: 37%;
    right: -40%;
    width: 30%;
    height: 30%;
    box-sizing: border-box;
    z-index: 2;
}
#pay+section .circle_wrap div:last-child::before {
    display: none;
}
#pay+section .circle p{
  font-size: 3rem;
  line-height: 1.3;
}

/* 成長支援制度 */
#growth+div{
  position: relative;
}
#growth+div::before{
  content: '';
  position: absolute;
  width: 57vw;
  height: 3px;
  background: #fff;
  left: 0;
  top: 123px;
}
#growth+div .heading.block_header_6 .h{
  font-size: clamp(4rem, 3.47vw, 5rem) !important;
  font-weight: 900;
  color: #fff;
  transform: skew(-10deg);
  letter-spacing: -1px;
  line-height: 1;
  position: relative;
  text-align: end;
  display: block;
  white-space: nowrap;
  padding-bottom: 0;
}
#growth+div .heading.block_header_6 .h::before{
  content: none;
}
#growth+div .heading.block_header_6 p{
  font-size: 3rem;
  color: #fff;
  line-height: 1.3;
}
#growth+div .wrapper_item{
  overflow: visible;
}
#growth+div .inner_item{
  background: #fff;
  box-shadow: 10px 10px 0px 0px #6AC95C;
  padding: 50px 20px;
}
#growth+div .inner_item .inner_item_img{
width: auto;
    max-height: 55%;
}
#growth+div .inner_item .inner_item_img img{
  height: 100%!important;
  object-fit: contain;
}
#growth+div .inner_item .inner_item_txt .h{
  color: #2C74DA;
  font-size: 2.5rem;
}

/* ワークライフバランス */
#balance+section{
  position: relative;
}
#balance+section::before{
  content: '';
  position: absolute;
  width: 46vw;
  height: 3px;
  background: #2C74DA;
  right: 0;
  top: 125px;
}
#balance+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;
}
#balance+section .heading.block_header_6 .h::before{
  content: none;
}
#balance+section .heading.block_header_6 p{
  font-size: 3rem;
  color: #2C74DA;
  line-height: 1.3;
}
#balance+section .item_wrap{
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#balance+section .item{
  width: 31%;
  background: #fff;
  text-align: center;
  box-shadow: 10px 10px 0px 0px #2C74DA;
  padding: 50px 20px;
  box-sizing: border-box;
}
#balance+section .item:nth-of-type(n+2){
  margin-left: 3.5%;
}
#balance+section .item:nth-of-type(4){
  margin-left: 0;
}
#balance+section .item:nth-of-type(n+4){
  margin-top: 3.5%;
}
#balance+section .item img{
    width: auto;
    max-height: 55%;
}
.item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#balance+section .item p{
  color: #2C74DA;
  font-size: 2rem;
}

/* ライフスタイル */
#lifestyle+section{
  position: relative;
}
#lifestyle+section::before{
  content: '';
  position: absolute;
  width: 59vw;
  height: 3px;
  background: #2C74DA;
  left: 0;
  top: 123px;
}
#lifestyle+section::after{
    content: "";
    background: url(/common/upload_data/assist-centeringcojp/image/20251024104749.png) no-repeat center center / contain;
    position: absolute;
    top: 0%;
    right: -44%;
    width: 120%;
    height: 142%;
    box-sizing: border-box;
    z-index: 2;
    z-index: 0;
}
#lifestyle+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;
}
#lifestyle+section .heading.block_header_6 .h::before{
  content: none;
}
#lifestyle+section .heading.block_header_6 p{
  font-size: 3rem;
  color: #2C74DA;
  line-height: 1.3;
}
#lifestyle+section .item_wrap{
  display: flex;
  gap: 20px;
}
#lifestyle+section .item{
  width: calc((100% - 60px)  / 4);
  box-sizing: border-box;
  border: 3px solid #2C74DA;
  padding: 50px 10px;
  text-align: center;
  background: #fff;
}
#lifestyle+section .item img{
  width: 50%;
}
#lifestyle+section .item .title{
  color: #2C74DA;
  font-weight: bold;
  font-size: 2.5rem;
}


/* 健康管理 */
#health+section{
  position: relative;
}
#health+section::before{
  content: '';
  position: absolute;
  width: 55vw;
  height: 3px;
  background: #2C74DA;
  right: 0;
  top: 125px;
}
#health+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;
}
#health+section .heading.block_header_6 .h::before{
  content: none;
}
#health+section .heading.block_header_6 p{
  font-size: 3rem;
  color: #2C74DA;
  line-height: 1.3;
}
#health+section .item_wrap{
  display: flex;
  gap: 20px;
}
#health+section .item{
  width: calc((100% - 40px)  / 3);
  box-sizing: border-box;
  border: 3px solid #2C74DA;
  padding: 50px 10px;
  text-align: center;
}
#health+section .item img{
  width: 50%;
}
#health+section .item .title{
  color: #2C74DA;
  font-weight: bold;
  font-size: 2.5rem;
}
#health+section .item p{
  color: #2C74DA;
  font-weight: bold;
  font-size: 2.5rem;
}

/* バナー */
#banner+section .title{
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
}
#banner+section .title span{
  font-size: 6rem;
}
#banner+section .inner_item_txt>div{
  display: flex;
  gap: 50px;
  margin-top: 20px;
}
#banner+section .inner_item_txt>div .text{
  border: 1px solid #fff;
  background: rgba(44, 116, 218, 0.8);
  padding: 10px;
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.3;
}

#banner+section .inner_item_txt>div .text span{
  font-size: 4rem;
}
#banner+section .contents_btn01 a{
  min-width: 300px;
  background: #FFFF00;
}
#banner+section .contents_btn01 a::before,
#banner+section .contents_btn01 a::after{
  content: none;
}

/* レスポンシブ */
@media screen and (min-width: 1800px){
  /* 給与・評価制度 */
  #pay+section::before{
    top: 46px;
  }
  /* ワークライフバランス */
  #balance+section::before{
    width: 47vw;
  }
  /* ライフサポートシステム */
  #lifestyle+section::before{
    width: 57vw;
    top: 125px;
  }
}
@media screen and (max-width: 768px){
  /* 給与・評価制度 */
  #pay+section .box-wrap{
    flex-direction: column;
  }
  #pay+section .box{
    width: 100%;
  }
  #pay+section .circle_wrap{
    flex-direction: row;
    align-items: center;
    gap: 15px;
  }
  /* ワークライフバランス */
  #balance+section .item_wrap{
    flex-direction: column;
  }
  #balance+section .item{
    width: 100%;
  }
  #balance+section .item:nth-of-type(n+2){
    margin-left: 0;
    margin-top: 40px!important;
  }
  /* ライフサポート */
  #lifestyle+section .item_wrap{
    flex-direction: column;
  }
  #lifestyle+section .item{
    width: 100%;
  }
  /* 健康管理 */
  #health+section .item_wrap{
    flex-direction: column;
  }
  #health+section .item{
    width: 100%;
  }
#mv_img_pc+section {
    display: none;
}
#mv_img_sp+section {
    /* padding-top: 8rem !important; */
  /* margin-top: 7rem; */
}
body:not(.ss) header:not(.over)+#mv_img_sp+section{
  margin-top: 0;
}
#mv_img_sp+section .content_wrapper {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
}
  #pay+section .heading.block_header_6 .h {
    white-space: normal;
  }

  #pay+section .box:nth-child(1) {
    width: 100%;
  }

  #pay+section::before {
    top: 32px;
    width: 56vw;
  }

  #pay+section .circle_wrap {
    display: flex;
    justify-content: space-between;
    padding: 20px 10px;
    flex-wrap: wrap;
  }

  #pay+section .circle {
    width: 150px;
    height: 150px;
  }

  #pay+section .circle::before {
    right: -31%;
  }

  #pay+section .circle:nth-child(2)::before {
    display: none;
  }

  #pay+section .circle p {
    font-size: 2.7rem;
  }
#growth+div .inner_item {
    background: #fff;
    box-shadow: 10px 10px 0px 0px #6AC95C;
    padding: 15px 15px;
    width: 45% !important;
    max-height: 28rem;
}
#growth+div .inner_item .inner_item_img {
    width: auto;
    max-height: 39%;
}
.composite_box01 .wrapper_item {
    flex-wrap: wrap;
    justify-content: center;
    gap: 3rem;
}
    #balance+section .item_wrap {
        flex-direction: row;
        justify-content: center;
        gap: 3rem;
        align-items: normal;
    }
        #balance+section .item:nth-of-type(n+2) {
        margin-left: 0;
        margin-top: 0px !important;
    }
        #balance+section .item {
        width: 45%;
        max-height: 28rem;
    }
    #balance+section .item img {
    width: auto;
    max-height: 39%;
}
#balance+section .item {
    width: 45%;
    background: #fff;
    text-align: center;
    box-shadow: 10px 10px 0px 0px #2C74DA;
    padding: 15px 15px;
    box-sizing: border-box;
}
#balance+section .item {
    padding: 15px 15px;
}
  #lifestyle+section .item_wrap {
    flex-direction: row;
    justify-content: center;
    gap: 3rem;
    align-items: normal;
    flex-wrap: wrap;
  }

  #lifestyle+section .item {
    width: 45%;
    max-height: 28rem;
  }

  #lifestyle+section .item img {
    width: 39%;
  }

  #lifestyle+section .item {
    padding: 15px 10px;
    text-align: center;
  }

  #lifestyle+section .item .title {
    font-size: 2.2rem;
  }
  #health+section .item_wrap {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3rem;
    align-items: normal;
  }

  #health+section .item {
    width: 45%;
    max-height: 23rem;
    padding: 15px 10px;
  }

  #health+section .item img {
    width: auto;
    max-height: 39%;
  }
#growth+div::before {
    top: 112px;
    width: 64vw;
}
#balance+section::before {
    top: 113px;
    width: 50vw;
}
#lifestyle+section::before {
    top: 113px;
    width: 67vw;
}
#health+section::before {
    top: 112px;
    width: 63vw;
}
}

@media screen and (max-width: 450px){
  /* 給与・評価制度 */
  #pay+section::before{
    top: 25px;
    width: 90vw;
  }
  #pay+section .heading.block_header_6 .h{
    font-size: 3.2rem!important;
  }
  #pay+section .circle_wrap{
    justify-content: center;
  }
  #pay+section .circle::before{
    content: none;
  }
  /* 成長支援制度 */
  #growth+div::before{
    top: 87px;
    width: 91vw;
  }
  #growth+div .heading.block_header_6 .h{
    font-size: 2.8rem!important;
  }
  #growth+div .wrapper_item{
    flex-direction: column;
  }
  #growth+div .inner_item{
    max-height: 37rem;
    width: 100% !important;
  }
  /* ワークライフバランス */
  #balance+section::before{
    top: 92px;
    width: 89vw;
  }
  #balance+section .heading.block_header_6 .h{
    font-size: 3.5rem!important;
  }
  #balance+section .item_wrap{
    flex-direction: column;
  }
  #balance+section .item{
    width: 100%;
  }
  /* ライフサポートシステム */
  #lifestyle+section::before{
    top: 86px;
    width: 92vw;
  }
  #lifestyle+section .heading.block_header_6 .h{
    font-size: 2.7rem!important;
  }
  /* 健康管理 */
  #health+section::before{
    top: 88px;
    width: 89vw;
  }
  #health+section .heading.block_header_6 .h{
    font-size: 2.8rem!important;
  }
}

/* レスポンシブ */
@media screen and (min-width: 769px){
#mv_img_sp+section {
    display: none;
}
}

/* ヘッダーボタン削除 */
.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%;
  }
}
@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;
  }
}
footer .content_wrapper {
    display: none;
}

/* SP時レイアウト修正 */
sp450{
  display: none;
}
@media screen and (max-width: 768px){
  #pay+section .box-wrap{
    flex-direction: unset;
    flex-wrap: wrap;
  }
  #pay+section .box{
    width: calc((100% - 30px) / 2)!important;
    box-sizing: border-box;
  }
  #pay+section .circle_wrap{
    width: 50%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  #pay+section .circle::before{
    /* left: -31%; */
  }
}

@media screen and (max-width: 450px){
  .sp450{
    display: block;
  }
  #pay+section .box-wrap{
    flex-direction: column;
  }
  #pay+section .box{
    width: 100%!important;
  }
  #pay+section .circle_wrap{
    width: 100%;
  }
  #pay+section .circle{
    width: 130px;
    height: 130px;
  }
  #pay+section .circle::before{
    left: -36%;
  }
  #pay+section .circle p{
    font-size: 2rem;
  }
  #pay+section .circle::before{
    content: '';
    left: 92%;
  }
  #growth+div .wrapper_item{
    flex-direction: unset;
  }
  #growth+div .inner_item{
    width: 45% !important;
    max-height: 30rem;
    padding: 15px 10px;
  }
  #growth+div .inner_item .inner_item_txt .h{
    font-size: 1.7rem!important;
  }
  #balance+section .item_wrap{
    flex-direction: unset;
    gap: 3rem 2rem;
  }
  #balance+section .item{
    width: calc((100% - 2rem) / 2);
    padding: 10px;
    padding: 10px 5px;
    height: 200px;
  }
  #balance+section .item p{
    font-size: 1.7rem;
    line-height: 1.2;
    margin-top: 2rem;
  }
  #balance+section .item p span{
    font-size: 1.4rem;
    font-size: 1.2rem;
  }
  #lifestyle+section .item{
    padding: 10px;
  }
  #lifestyle+section .item .title{
    font-size: 2rem;
  }
  #lifestyle+section .item{
    height: 200px;
  }
  #health+section .item{
    height: 200px;
  }
  #health+section .item p{
    font-size: 2rem;
  }
}

/* SP時のヘッダーとMV余白調整 */
#mv_img_sp + section {
  margin-top: 0;
}
#mv_img_sp + section.scrolled {
  margin-top: 70px;
}

/* 追加修正20251202 */
#pay+section .box{
  display: flex;
  flex-direction: column;
}
#pay+section .box .box-text{
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#pay+section .box:nth-child(1) .box-text,
#pay+section .box:nth-child(2) .box-text{
  display: block;
}
@media screen and (max-width: 450px){
  #pay+section .box .box-text{
    padding: 30px 4px;
  }
}