@charset "UTF-8";

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

  #lv_outer {
    display: none;
  }

  main {
    overflow: visible;
  }

  .entry_body>div.pt30,
  main section.pt30,
  main>div.pt30,
  #primary>div.pt30,
  aside>section.pt30,
  aside>div.pt30 {
    padding-top: 70px;
  }

  /* ヘッダー */
  /* .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);
  }

  #flow+section .box-wrapper {
    position: relative;
  }

  #flow+section .box-wrapper::before {
    content: "";
    background: url(/common/upload_data/assist-centeringcojp/image/20251024142323.png) no-repeat center center / contain;
    position: absolute;
    top: -27%;
    right: -20%;
    width: 45%;
    height: 41%;
    box-sizing: border-box;
    z-index: 3;
  }

  #interview+section .box {
    position: relative;
  }

  #interview+section .box::before {
    content: "";
    background: url(/common/upload_data/assist-centeringcojp/image/20251024143942.png) no-repeat center center / contain;
    position: absolute;
    top: -12%;
    right: 34%;
    width: 30%;
    height: 30%;
    box-sizing: border-box;
    z-index: 2;
  }

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

  /* ボタン装飾 */
  .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);
  }

  @media screen and (max-width: 450px) {
    #fixbtn {
      height: 130px !important;
    }
  }

  @media screen and (min-width: 769px) {
    #mv_img_sp+section .inner_item_img {
      display: none;
    }
  }

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

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

/* 面談の特徴 */
#interview+section::before{
  content: '';
  position: absolute;
  width: 43.5vw;
  height: 3px;
  background: #2C74DA;
  right: 0;
  top: 44px;
display: none;
}
#interview+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;
}
#interview+section .heading.block_header_6 .h::before{
  content: none;
}
#interview+section .heading.block_header_6 p{
  font-size: 3rem;
  color: #2C74DA;
  line-height: 1.3;
}
#interview+section .box-wrapper{
  display: flex;
  gap: 15px;
  margin: 40px 0;
}
#interview+section .box-wrapper .box{
  width: calc((100% - 45px) / 4);
  background: #fff;
  border: 3px solid #2C74DA;
  padding: 50px 10px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
#interview+section .box-wrapper .box .title{
  font-size: 2rem;
  font-weight: bold;
  color: #2C74DA;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
#interview+section .box-wrapper .box .text{

}

/* フォーム */
#form+div .content_wrapper{
  background: #fff;
  padding: 80px;
}
#form+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;
  text-align: end;
  display: block;
  white-space: nowrap;
  padding-bottom: 0;
}
#form+div .heading.block_header_6 .h::before{
  content: none;
}
#form+div .heading.block_header_6 p{
  font-size: 3rem;
  color: #2C74DA;
  line-height: 1.3;
}
#form+div form dl{
  padding: 20px 0;
}
#form+div form dl:nth-of-type(1){
  border-top: none;
}
#form+div form dl dt{
  position: relative;
}
#form+div form dl dt span{
  display: none;
}
#form+div form dl:nth-of-type(1) dt::before,
#form+div form dl:nth-of-type(2) dt::before,
#form+div form dl:nth-of-type(3) dt::before,
#form+div form dl:nth-of-type(4) dt::before,
#form+div form dl:nth-of-type(7) dt::before,
#form+div form dl:nth-of-type(8) dt::before,
#form+div form dl:nth-of-type(9) dt::before{
  content: '必須';
  position: absolute;
  background: #2C74DA;
  color: #fff;
  padding: 0 20px;
  border-radius: 3px;
  right: 15px;
}
#form+div form dl:nth-of-type(5) dt::before,
#form+div form dl:nth-of-type(6) dt::before,
#form+div form dl:nth-of-type(10) dt::before,
#form+div form dl:nth-of-type(11) dt::before{
  content: '任意';
  position: absolute;
  background: #808080;
  color: #fff;
  padding: 0 20px;
  border-radius: 3px;
  right: 15px;
}
#form+div form dl input,
#form+div form textarea{
  border: 1px solid rgba(125, 125, 125, 0.3);
  border-radius: 10px;
}
#form+div form input[type=checkbox] + label::before{
  border-radius: 50%;
  background: #fff;
}
#form+div form input[type=checkbox]:checked + label::after{
  background: #2C74DA;
  border-radius: 50%;
}
#form+div form .submit{
  margin: 60px 10px 20px;
}
#form+div form .submit span{
  background: transparent;
}
#form+div form .submit span::before{
  content: '';
  position: absolute;
  width: 40px;
  height: 2px;
  background: #2C74DA;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
#form+div form .submit span::after{
  content: '';
  position: absolute;
  width: 10px;
  height: 2px;
  background: #2C74DA;
  right: 8px;
  top: 42%;
  transform: translateY(-50%) rotate(45deg);
}
#form+div form .submit input{
  min-width: 350px;
  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;
}

/* フロー */
#flow+section::before{
  content: '';
  position: absolute;
  width: 39.5vw;
  height: 3px;
  background: #fff;
  left: 0;
  top: 104px;
}
#flow+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;
}
#flow+section .heading.block_header_6 .h::before{
  content: none;
}
#flow+section .heading.block_header_6 p{
  font-size: 3rem;
  color: #fff;
  line-height: 1.3;
}
#flow+section .box-wrapper{
  display: flex;
  gap: 30px;
}
#flow+section .box{
  width: calc((100% - 60px)  / 3);
  background: #fff;
  text-align: center;
  position: relative;
  padding-bottom: 60px;
}
#flow+section .box::after{
  content: '▶︎';
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  background: #2C74DA;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 40%;
  transform: translateY(-50%);
  right: -40px;
  z-index: 1;
}
#flow+section .box:last-of-type::after{
  content: none;
}
#flow+section .box p:nth-of-type(1){
  background: #2C74DA;
  padding: 10px 0;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
#flow+section .box p:nth-of-type(2){
  font-size: 2rem;
  font-weight: bold;
}
#flow+section .box p:nth-of-type(3){
  border: 1px solid #2C74DA;
  display: inline-block;
  padding: 0 20px;
  color: #2C74DA;
  font-weight: bold;
  margin-bottom: 20px;
  min-width: 100px;
}
#flow+section .text{
  margin-top: 30px;
}

/* レスポンシブ */
@media screen and (min-width: 1800px){
  #interview+section::before{
    width: 45.5vw;
    top: 44px;
  }
  #flow+section::before{
    width: 42.5vw;
    top: 106px;
  }
}
@media screen and (max-width: 768px){
  #mv_img_pc+section{
    display: none;
  }
  #mv_img_sp+section{
    display: block!important;
    padding-top: 70px!important;
  }
  #mv_img_sp+section .content_wrapper{
    padding: 0;
    max-width: 100% !important;
  }
  #interview+section::before{
    width: 47.5vw;
    top: 32px;
  }
  #interview+section .box-wrapper{
    flex-direction: column;
    gap: 30px;
  }
  #interview+section .box-wrapper .box{
    width: 100%;
    box-sizing: border-box;
  }
  #form+div .content_wrapper{
    padding: 30px;
  }
  #form+div form dl:nth-of-type(1) dt::before,
  #form+div form dl:nth-of-type(2) dt::before,
  #form+div form dl:nth-of-type(3) dt::before,
  #form+div form dl:nth-of-type(4) dt::before,
  #form+div form dl:nth-of-type(5) dt::before,
  #form+div form dl:nth-of-type(6) dt::before,
  #form+div form dl:nth-of-type(7) dt::before,
  #form+div form dl:nth-of-type(8) dt::before,
  #form+div form dl:nth-of-type(9) dt::before,
  #form+div form dl:nth-of-type(10) dt::before,
  #form+div form dl:nth-of-type(11) dt::before{
    right: unset;
    left: 105px;
  }
  #form+div form dl dt{
    border-bottom: none!important;
  }
  #form+div form .submit input{
    min-width: 300px;
  }
  #flow+section .box-wrapper{
    flex-direction: column;
    gap: 60px;
    margin-top: 60px;
  }
  #flow+section .box-wrapper::before{
    top: -18%;
    right: 0%;
    width: 25%;
    height: 25%;
  }
  #flow+section .box{
    width: 100%;
  }
  #flow+section .box::after{
    content: '▼';
    top: unset;
    right: unset;
    left: 50%;
    bottom: -55px;
    transform: translateY(0) translateX(-50%);
  }
#interview_sp+div {
    padding-top: 0;
    margin-top: 7rem;
}
#interview_sp+div .inner_item {
    margin-bottom: 0px;
}
  .heading:before {
    content: '';
    position: absolute;
    width: 53.5vw;
    height: 3px;
    background: #2C74DA;
    right: -28px;
    top: 42px;
  }

  .heading.block_header_6 .h:before {
    display: none;
  }

  #interview_sp+div .content_wrapper span {
    font-size: 2.5rem;
    color: #2C74DA;
    line-height: 1.3;
  }
  #interview_sp+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;
    text-align: end;
    display: block;
    white-space: nowrap;
    padding-bottom: 0;
}
  #mv_img_sp+section {
    display: none;
  }
}
@media screen and (max-width: 450px){
  #interview+section::before{
    width: 94.5vw;
  }
  #flow+section::before{
    top: 82px;
    width: 86.5vw;
  }
  #flow+section .box-wrapper::before{
    top: -12%;
  }
}

/* -----追従----- */
#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%;
  }
  #interview+section{
    display: none;
  }
}
@media screen and (max-width: 450px){
  #fixbtn{
    height: 130px!Important;
  }
}
@media screen and (min-width: 767px){
 #interview_sp+div{
    display: none;
  }
}
footer .content_wrapper {
    display: none;
}