@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);
}

#story+div .inner_item {
    height: 200px;
    background: #fff;
    box-shadow: 4px 4px 8px 0px rgb(0, 0, 0, 0.2);
    width: 90% !important;
    margin: 0 auto 10rem !important;
}
#story+div .inner_item_img {
    max-width: 82% !important;
    margin-top: -19% !important;
    margin-left: -8%;
}
#zaisan+section {
    padding-bottom: 65rem;
    position: relative;
}
#zaisan+section::before{
    content: '';
    position: absolute;
    background-image: url(/common/upload_data/assist-centeringcojp/image/20251027104808.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 13rem;
}
.text_innerwrap {
    padding-top: 6rem;
}


@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: 20px;
    padding: 20px 0;
    background: rgba(46,68,78,0.9);
    height: 100%;
    justify-content: center;
    text-align: center;
  }
  .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);
}

/* 先輩の成長ストーリー */
#story+div{
  position: relative;
  margin-top: 70px;
}
#story+div::before{
  content: '';
  position: absolute;
  width: 38.5vw;
  height: 3px;
  background: #2C74DA;
  right: 0;
  top: 113px;
}
#story+div .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;
  display: block;
  white-space: nowrap;
  padding-bottom: 0;
}
#story+div .heading.block_header_6 .h::before{
  content: none;
}
#story+div .heading.block_header_6 p{
  font-size: 3rem;
  color: #2C74DA;
  line-height: 1.3;
}
#story+div .wrapper_item{
  overflow: visible;
}
#story+div .inner_item{
  height: 200px;
  background: #fff;
  box-shadow: 4px 4px 8px 0px rgb(0, 0, 0, 0.2);
}
#story+div .inner_item>a{
  display: block;
  height: 100%;
}
#story+div .inner_item .inner_item_txt{
  height: 100%;
     padding: 3rem 6rem 3rem 0;
}
#story+div .inner_item .inner_item_txt .name{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #2C74DA;
  margin-bottom: 20px;
}
#story+div .inner_item .inner_item_txt .name p:nth-of-type(1){
  font-size: 2rem;
  font-weight: bold;
}
#story+div .inner_item .inner_item_txt .name p:nth-of-type(2){
  background: #2C74DA;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 0 10px;
}

/* 多様な仲間たち */
#people+section{
  position: relative;
}
#people+section::before{
  content: '';
  position: absolute;
  width: 39vw;
  height: 3px;
  background: #fff;
  left: 0;
  top: 123px;
}
#people+section .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;
}
#people+section .heading.block_header_6 .h::before{
  content: none;
}
#people+section .heading.block_header_6 p{
  font-size: 3rem;
  color: #fff;
  line-height: 1.3;
}
#people+section .item_wrap{
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#people+section .item{
  width: 31%;
  height: 400px;
  background: #fff;
  text-align: center;
  box-shadow: 10px 10px 0px 0px #6AC95C;
  /* padding: 50px 20px; */
  box-sizing: border-box;
}
#people+section .item:nth-of-type(n+2){
  margin-left: 3.5%;
}
#people+section .item:nth-of-type(4){
  margin-left: 0;
}
#people+section .item:nth-of-type(n+4){
  margin-top: 3.5%;
}
#people+section .item img{
      max-height: 30%;
padding-top: 5rem;
    width: auto;
}
#people+section .item p:nth-of-type(1){
  background: #2C74DA;
  color: #fff;
  font-size: 2rem;
  padding: 10px;
}
#people+section .item p:nth-of-type(2){
  color: #2C74DA;
  font-size: 2rem;
  padding: 20px 27px 40px;
  line-height: 1.3;
}

/* 財産 */
#zaisan+section .sub_title span{
  color: #2C74DA;
  line-height: 1;
  font-size: 4rem;
  font-weight: bold;
  border-bottom: 3px solid #2C74DA;
  display: inline-block;
}
#zaisan+section .title{
  text-align: right;
}
#zaisan+section .title span{
  color: #2C74DA;
  line-height: 1;
  font-size: 8rem;
  font-weight: 900;
  border-bottom: 3px solid #2C74DA;
  display: inline-block;
}
#zaisan+section .text{
  margin-bottom: 15px;
}
#zaisan+section .text:nth-of-type(1){
  margin-top: 80px;
}
#zaisan+section .text span{
  background: #2C74DA;
  color: #fff;
  padding: 5px;
  font-size: 3rem;
}

/* バナー */
#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;
}
#mv_img+section{
  margin-top: 7rem;
}
#mv_img+section .content_wrapper {
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}
.entry_body>div.pt30, main section.pt30, main>div.pt30, #primary>div.pt30, aside>section.pt30, aside>div.pt30 {
    padding-top: 70px;
}

/* レスポンシブ */
@media screen and (max-width: 768px){
  /* ストーリー */
  #story+div::before{
    width: 47vw;
    top: 63px;
  }
  #story+div .inner_item{
    height: auto;
  }
  #story+div .inner_item>a{
    height: 200px;
  }
  #story+div .inner_item .inner_item_txt .name,
  #story+div .inner_item .inner_item_txt>p{
    padding: 0 30px;
  }
  /* 多様な仲間たち */
  #people+section .item_wrap{
    flex-direction: column;
  }
  #people+section .item{
    width: 100%;
    height: auto;
  }
  #people+section .item:nth-of-type(n+4){
    margin-top: 0;
  }
  #people+section .item:nth-of-type(n+2){
    margin-left: 0;
    margin-top: 40px;
  }
#mv_img_pc+section {
    display: none;
}
#mv_img_sp+section {
    /* padding-top: 8rem !important; */
  margin-top: 7rem;
}
#mv_img_sp+section .content_wrapper {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
}
#mv_img+section {
    display: none;
}
    #story+div {
      position: relative;
      margin-top: 0px;
      padding: 0;
    }

    #story+div .inner_item_img {
      max-width: 144% !important;
      margin-top: 0% !important;
      margin-left: -5%;
    }

    #story+div .composite_box01 .inner_item_img {
      text-align: center;
      margin: 0 auto 10px;
      width: 111%;
    }

    #story+div .inner_item_img {
      max-width: 144% !important;
      margin-top: 0% !important;
      margin-left: -11%;
    }

    #story+div .inner_item>a {
      height: 310px;
    }
  #story+div .inner_item_img {
    max-width: 144% !important;
    margin-top: 0% !important;
    margin-left: -10%;
    width: 110%;
  }

  #story+div .inner_item {
    background: none;
    box-shadow: none;
  }

  #story+div .inner_item .inner_item_txt {
    background: #fff;
    box-shadow: 5px 5px 15px 0px rgb(0 0 0 / 50%);
  }

  #story+div .inner_item .inner_item_txt .name,
  #story+div .inner_item .inner_item_txt>p {
    padding: 0 10px;
  }

  #story+div .inner_item .inner_item_txt .name p:nth-of-type(1) {
    font-size: 2rem;
    font-weight: bold;
    text-align: left;
  }

  #story+div .inner_item .inner_item_txt .name p:nth-of-type(2) {
    background: #2C74DA;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 0 5px;
  }
    #people_sp+section .item_wrap {
        flex-direction: row;
        gap: 2em;
        justify-content: space-between;
    }
    #people_sp+section .item img {
    padding-top: 0.5rem;
    width: auto;
    max-height: 23%;
   }
#people+section{
display: none;
}


/* 多様な仲間たち */
#people_sp_sp+section{
  position: relative;
}
#people_sp+section::before{
  content: '';
  position: absolute;
  width: 39vw;
  height: 3px;
  background: #fff;
  left: 0;
  top: 123px;
}
#people_sp+section .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;
}
#people_sp+section .heading.block_header_6 .h::before{
  content: none;
}
#people_sp+section .heading.block_header_6 p{
  font-size: 3rem;
  color: #fff;
  line-height: 1.3;
}
#people_sp+section .item_wrap{
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#people_sp+section .item{
  width: 45%;
  height: 32rem;
  background: #fff;
  text-align: center;
  box-shadow: 10px 10px 0px 0px #6AC95C;
  /* padding: 50px 20px; */
  box-sizing: border-box;
}
#people_sp+section .item:nth-of-type(4){
  margin-left: 0;
}

#people_sp+section .item p:nth-of-type(1){
  background: #2C74DA;
  color: #fff;
  font-size: 2rem;
  padding: 10px;
}
#people_sp+section .item p:nth-of-type(2){
  color: #2C74DA;
  font-size: 2rem;
  padding: 10px 10px 10px;
  line-height: 1.3;
}
  #story+div::before {
    width: 47vw;
    top: 82px;
  }

  #people_sp+section::before {
    content: '';
    position: absolute;
    width: 39vw;
    height: 3px;
    background: #fff;
    left: 0;
    top: 150px;
  }

  #zaisan+section .sub_title span {
    font-size: 3rem;
  }

  #zaisan+section .title span {
    font-size: 4rem;
  }
  #zaisan+section .title span {
    border-bottom: none;
}
.text_innerwrap {
    padding-top: 0rem;
}
#zaisan+section .text:nth-of-type(1) {
    margin-top: 15px;
}
#zaisan+section .text span {
    font-size: 2rem;
}
#zaisan+section::before {
    top: 40rem;
background-size: contain;
}
#zaisan+section {
    padding-bottom: 25rem;
}
}

@media screen and (min-width: 769px){
#mv_img_sp+section {
    display: none;
}
#people_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;
  }
}

@media screen and (max-width: 768px){
  #story+div::before{
    width: 42vw;
    top: 33px;
  }
  #people_sp+section::before{
    width: 42vw;
    top: 112px;
  }
}

@media screen and (max-width: 450px){
  #story+div::before{
    width: 82vw;
  }
  #people_sp+section::before{
    width: 84vw;
    top: 97px;
  }
  #story+div .inner_item .inner_item_txt .name{
    flex-direction: column;
  }
  #story+div .inner_item .inner_item_txt .name p:nth-of-type(2){
    padding: 10px 5px;
  }
    .nav ul {
        gap: 10px;
        justify-content: flex-start;
        padding-top: 5rem;
    }
}
footer .content_wrapper {
    display: none;
}