@charset "UTF-8";

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

    main {
        overflow: visible;
    }

    .sp_br {
        display: none;
    }

    .sp450 {
        display: none;
    }

    /* ヘッダー */
    /* .header{
  top: -70px;
} */
    header {
        position: fixed;
        background: #fff;
        top: 0;
    }

    .ss header:not(.nofixed) {
        top: -80px;
    }

    .header-inner {
        width: 100%;
        height: 80px;
        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);
    }

    #recruit_company+section .content_wrapper {
        position: relative;
        z-index: 5;
    }

    @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: 8px;
        top: 44%;
        transform: translateY(-50%) rotate(45deg);
    }

    /* MV */
    #mv_img+section {
        margin-top: 80px;
        /* border-top: 80px solid transparent; */
    }

    /* body:not(.ss) header:not(.over)+#mv_img+section{
  margin-top: 0;
} */
    #mv_img+section .content_wrapper {
        padding: 0;
        max-width: 100% !important;
    }

    #mv_img_sp+section {
        display: none;
    }

    /* 会社概要 */
    #recruit_company+section {
        position: relative;
        padding-bottom: 200px;
        overflow: visible;
    }

    #recruit_company+section .inner_item_txt {
        position: relative;
    }

    #business+section::after {
        content: '';
        position: absolute;
        background-image: url(/common/upload_data/assist-centeringcojp/image/20251029171039.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        width: 650px;
        height: 650px;
        top: -80rem;
        right: -100px;
    }

    #recruit_company+section .text_wrapper {
        display: flex;
        justify-content: space-between;
        gap: 30px;
        margin-bottom: 80px;
    }

    #recruit_company+section .text_wrapper .left {
        font-size: 5rem;
        color: #fff;
        line-height: 1;
        font-weight: bold;
        text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
        transform: translateY(50px);
        position: relative;
    }

    #recruit_company+section .text_wrapper .left::before {
        content: 'VISION';
        position: absolute;
        font-size: 12rem;
        font-weight: 900;
        line-height: 1;
        color: #fff;
        transform: skew(-10deg);
        opacity: 0.5;
        left: -73px;
        top: -73px;
        z-index: -1;
    }

    #recruit_company+section .text_wrapper .left span {
        font-size: 0.7em;
        font-weight: 500;
    }

    #recruit_company+section .text_wrapper .center {
        font-size: 7rem;
        color: #fff;
        font-weight: bold;
        text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
        transform: translateY(10px);
    }

    #recruit_company+section .text_wrapper .right {
        font-size: 5rem;
        color: #fff;
        line-height: 1;
        font-weight: bold;
        text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
        transform: translateY(-25px);
        position: relative;
    }

    #recruit_company+section .text_wrapper .right::after {
        content: 'MISSION';
        position: absolute;
        font-size: 12rem;
        font-weight: 900;
        line-height: 1;
        color: #fff;
        transform: skew(-10deg);
        opacity: 0.5;
        right: -73px;
        top: -73px;
        z-index: -1;
    }

    #recruit_company+section .text_wrapper .right span {
        font-size: 0.7em;
        font-weight: 500;
    }

    #recruit_company+section .text {
        color: #fff;
        margin-bottom: 40px;
    }

    #recruit_company+section .yellow {
        color: #FFFF04;
        font-size: 5rem;
        font-weight: 800;
        letter-spacing: 2px;
        line-height: 1.3;
    }

    #recruit_company+section .contents_btn01 {
        text-align: left;
        padding-top: 40px;
    }

    /* ビジネス */
    #business+section {
        position: relative;
        overflow: visible;
        padding: 100px 0 80px;
        background: #2d74da;
    }

    #business+section::before {
        content: '';
        position: absolute;
        background-image: url(/common/upload_data/assist-centeringcojp/image/20251030164808.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
        width: 111%;
        height: 144%;
        top: -430px;
        left: -10px;
        z-index: 3;
    }

    #business+section .content_wrapper {
        z-index: 3;
        position: relative;
    }

    #business+section .content_wrapper::before {
        content: 'BUSINESS';
        position: absolute;
        font-size: 12rem;
        font-weight: 900;
        line-height: 1;
        color: #fff;
        transform: skew(-10deg);
        opacity: 0.8;
        right: -100px;
        top: -160px;
        z-index: -2;
    }

    #business+section .content_wrapper::after {
        content: '';
        position: absolute;
        background-image: url(/common/upload_data/assist-centeringcojp/image/20251029171038_1.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        width: 450px;
        height: 450px;
        top: -105px;
        right: -100px;
        z-index: -1;
    }

    #business+section .business-title span {
        font-size: 6rem;
        font-weight: bold;
        color: #fff;
        line-height: 1;
        border-bottom: 2px solid #fff;
        display: inline-block;
    }

    #business+section .business-subtitle {
        font-size: 6rem;
        color: #fff;
        line-height: 1.2;
        font-weight: bold;
        margin: 40px 0;
    }

    #business+section .business-items {
        gap: 20px;
    }

    #business+section .business-item {
        width: calc((100% - 60px) / 4);
        text-align: center;
    }

    #business+section .item-title {
        background: #2C74DA;
        color: #fff;
        height: 90px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 2rem;
        font-size: clamp(1.6rem, 1.38vw, 2rem);
        line-height: 1.2;
        margin-bottom: 0;
    }

    #business+section .business-item>div {
        background: #fff;
        padding: 20px 20px 30px;
        display: flex;
        flex-direction: column;
        min-height: 180px;
    }

    #business+section .business-item>div .item-blue {
        color: #2C74DA;
    }

    #business+section .business-item>div .item-text {
        flex-grow: 1;
    }

    #business+section .business-text {
        margin-top: 40px;
        text-align: center;
        font-size: 3.5rem;
        color: #fff;
        font-weight: bold;
    }

    /* 働く環境 */
    #environment+section {
        position: relative;
        overflow: visible;
        z-index: 3;
        padding-bottom: 200px;
        padding-top: 8rem;
    }

    #environment+section::before {
        content: 'GROWTH';
        position: absolute;
        font-size: 12rem;
        font-weight: 900;
        line-height: 1;
        color: #2C74DA;
        left: -16vw;
        top: 465px;
        transform: rotate(90deg) skew(-10deg);
        z-index: 2;
    }

    #environment+section::after {
        content: '';
        position: absolute;
        background-image: url(/common/upload_data/assist-centeringcojp/image/20251029171038.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        height: 350px;
        width: 350px;
        bottom: 0;
        left: 50px;
        z-index: 2;
    }

    #environment+section>.content_wrapper {
        z-index: 2;
    }

    #environment+section .main_subtitle span {
        font-size: 4rem;
        font-weight: bold;
        color: #2C74DA;
        line-height: 1;
        border-bottom: 3px solid #2C74DA;
        display: inline-block;
    }

    #environment+section .main_title>span {
        font-size: 8rem;
        font-weight: bold;
        color: #2C74DA;
        line-height: 1;
        border-bottom: 3px solid #2C74DA;
        display: inline-block;
    }

    #environment+section .box-wrapper {
        margin-top: 40px;
        margin-bottom: 100px;
        gap: 30px;
    }

    #environment+section .box-wrapper .box {
        width: calc(100% / 3 - 30px);
        background: #fff;
        border: 3px solid #2C74DA;
        padding: 20px 30px;
    }

    #environment+section .box-wrapper .box:nth-of-type(2) {
        transform: translateY(70px);
    }

    #environment+section .box-wrapper .box:nth-of-type(3) {
        transform: translateY(20px);
    }

    #environment+section .box-wrapper .box .title {
        font-size: 2rem;
        font-weight: bold;
        line-height: 1.3;
        color: #2C74DA;
        position: relative;
    }

    #environment+section .box-wrapper .box .title::before {
        content: '';
        position: absolute;
        width: 70%;
        height: 3px;
        background: #2C74DA;
        bottom: -15px;
        left: -65px;
    }

    #environment+section .box-wrapper .box .text {
        margin-top: 25px;
    }

    /* 福利厚生 */
    #benefits+section {
        position: relative;
        overflow: visible;
        padding-bottom: 200px;
        padding-top: 200px;
        margin-top: 100px;
        z-index: 3;
    }

    #benefits+section::before {
        content: '';
        position: absolute;
        background-image: url(/common/upload_data/assist-centeringcojp/image/20251030170157.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
        width: 100%;
        height: 100%;
        top: 0;
        z-index: 2;
    }

    #benefits+section .content_wrapper {
        z-index: 3;
        position: relative;
    }

    #benefits+section>.content_wrapper::after {
        content: 'BENEFITS';
        position: absolute;
        font-size: 12rem;
        font-weight: 900;
        color: rgba(44, 116, 218, 0.6);
        transform: skew(-10deg);
        right: 0;
        top: -50px;
        z-index: 3;
    }

    #benefits+section .heading.block_header_6 {
        margin-bottom: 0;
    }

    /* #benefits+section .heading.block_header_6 .h{
  font-size: 10rem;
  font-weight: 900;
  color: #fff;
  transform: skew(-10deg);
  opacity: 0.8;
} */
    #benefits+section .heading.block_header_6 .h::before {
        content: none;
    }

    #benefits+section .title_small>span {
        font-size: 4rem;
        font-weight: bold;
        color: #6AC95C;
        line-height: 1;
        border-bottom: 3px solid #2C74DA;
        display: inline-block;
    }

    #benefits+section .title_small>span span {
        font-size: 0.6em;
        color: #2C74DA;
    }

    #benefits+section .title_big>span {
        font-size: 6rem;
        font-weight: bold;
        color: #2C74DA;
        line-height: 1;
        border-bottom: 3px solid #2C74DA;
        display: inline-block;
    }

    #benefits+section .box-wrapper {
        gap: 15px;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    #benefits+section .box {
        width: calc(100% / 4 - 15px);
        background: #fff;
        padding: 40px 20px;
        display: flex;
        flex-direction: column;
        border: 3px solid #2C74DA;
    }

    #benefits+section .box .img {
        width: 100%;
        height: 200px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #benefits+section .box .img img {
        object-fit: contain;
        width: 100%;
        height: 100%;
    }

    #benefits+section .box .title {
        font-size: 2rem;
        font-weight: bold;
        margin-top: 20px;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    /* 社員インタビュー */
    #people_ttl+section {
        position: relative;
        overflow: visible;
        z-index: 4;
    }

    #people_ttl+section::before {
        content: '';
        position: absolute;
        background-image: url(/common/upload_data/assist-centeringcojp/image/20251029171038_2.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        height: 400px;
        width: 400px;
        top: -300px;
        right: 0;
        z-index: 3;
    }

    #people_ttl+section .content_wrapper,
    #people+div .content_wrapper,
    #people_btn+div .content_wrapper {
        z-index: 3;
    }

    #people_ttl+section .heading.block_header_6 .h {
        font-size: 12rem;
        font-weight: 900;
        line-height: 1;
        letter-spacing: -4px;
        color: #fff;
        transform: skew(-10deg);
        opacity: 0.8;
    }

    #people_ttl+section .heading.block_header_6 .h::before {
        content: none;
    }

    #people_ttl+section .title_big>span {
        font-size: 6rem;
        font-weight: bold;
        color: #fff;
        line-height: 1;
        border-bottom: 3px solid #fff;
        display: inline-block;
    }

    #people_ttl+section .title_big>span span,
    #people_ttl+section .title_small>span span {
        font-size: 0.6em;
    }

    #people_ttl+section .title_small>span {
        font-size: 4rem;
        font-weight: bold;
        color: #fff;
        line-height: 1;
        border-bottom: 3px solid #fff;
        display: inline-block;
    }

    #people+div {
        position: relative;
        overflow: visible;
    }

    #people+div::before {
        content: '';
        position: absolute;
        background-image: url(/common/upload_data/assist-centeringcojp/image/20251028143701.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
        width: 100%;
        height: 200%;
        top: -370px;
        z-index: 3;
    }

    #people+div .wrapper_item {
        overflow: visible;
        margin-top: 40px;
    }

    #people+div .inner_item {
        background: #fff;
        box-shadow: 2px 2px 4px 0px rgb(0, 0, 0, 0.3);
    }

    #people+div .inner_item a {
        height: 250px;
        background: #1E48A2;
        position: relative;
    }

    #people+div .inner_item:nth-of-type(1) a::before {
        content: '';
        position: absolute;
        background-image: url(/common/upload_data/assist-centeringcojp/image/20251027094623.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 434px;
        height: 340px;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
    }

    #people+div .inner_item:nth-of-type(2) a::before {
        content: '';
        position: absolute;
        background-image: url(/common/upload_data/assist-centeringcojp/image/20251027094624_1.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 434px;
        height: 340px;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
    }

    #people+div .inner_item:nth-of-type(3) a::before {
        content: '';
        position: absolute;
        background-image: url(/common/upload_data/assist-centeringcojp/image/20251027094624.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 434px;
        height: 340px;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
    }

    #people+div .inner_item .inner_item_txt {
        margin-top: 0;
        padding: 20px 20px 10px 20px;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
    }

    #people+div .inner_item .inner_item_txt>p {
        flex-grow: 1;
    }

    #people+div .inner_item .inner_item_txt>div {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-top: 3px solid #2C74DA;
        margin-top: 15px;
        padding-top: 15px;
    }

    #people+div .inner_item .inner_item_txt>div p:nth-of-type(1) {
        font-weight: bold;
        line-height: 1.3;
        margin-bottom: 0;
    }

    #people+div .inner_item .inner_item_txt>div p:nth-of-type(2) {
        background: #2C74DA;
        padding: 10px;
        display: inline-block;
        color: #fff;
        font-size: 1.8rem;
        font-weight: bold;
    }

    #people_btn+div {
        position: relative;
        text-align: left;
    }

    #people_btn+div::before {
        content: '';
        position: absolute;
        background-image: url(/common/upload_data/assist-centeringcojp/image/20251204160038.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
        width: 100%;
        height: 260%;
        z-index: 3;
        top: 31px;
    }

    #people_btn+div>.content_wrapper {
        text-align: center;
    }

    /* 募集要項 */
    #recruit+section {
        position: relative;
        overflow: visible;
    }

    #benefits+section::after {
        content: '';
        position: absolute;
        background-image: url(/common/upload_data/assist-centeringcojp/image/20251030165215.png);
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover;
        width: 100%;
        height: 150%;
        top: 70rem;
        z-index: 2;
    }

    #recruit+section .content_wrapper {
        z-index: 3;
    }

    #recruit+section .heading.block_header_6 .h {
        font-size: 10rem;
        font-weight: 900;
        color: #fff;
        transform: skew(-10deg);
        margin-bottom: 0;
        padding-bottom: 0;
    }

    #recruit+section .heading.block_header_6 .h::before {
        content: none;
    }

    #recruit+section .heading.block_header_6 p {
        font-size: 3rem;
        color: #fff;
        font-weight: bold;
        line-height: 1;
    }

    #recruit+section .wrapper_item {
        width: 70%;
        margin: 0 auto;
        position: relative;
    }

    #recruit+section .wrapper_item::before {
        content: '';
        position: absolute;
        background-image: url(/common/upload_data/assist-centeringcojp/image/20251028151848.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        width: 400px;
        height: 400px;
        top: -400px;
        right: -100px;
        z-index: 2;
    }

    #recruit+section .wrapper_item .inner_item_img {
        max-width: 100%;
        margin-bottom: 0;
        position: relative;
    }

    #recruit+section .wrapper_item .inner_item_img::before {
        content: 'AIマーケティング営業';
        position: absolute;
        font-size: 3rem;
        font-weight: bold;
        color: #fff;
        width: 100%;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    #recruit+section .wrapper_item .inner_item_img img {
        object-fit: cover;
        height: 150px;
    }

    #recruit+section .wrapper_item .inner_item_txt .table-wrap {
        background: #fff;
        padding: 40px;
        margin-bottom: 40px;
    }

    #recruit+section .wrapper_item .inner_item_txt .table-wrap table {
        max-width: 100% !important;
        border: none;
    }

    #recruit+section .wrapper_item .inner_item_txt .table-wrap table tr td:nth-child(1) {
        border: none;
        border-top: 2px solid #2C74DA;
        padding: 5px 10px 5px 30px;
    }

    #recruit+section .wrapper_item .inner_item_txt .table-wrap table tr td:nth-child(2) {
        border: none;
        border-top: 1px solid #2C74DA;
        padding: 5px 10px 5px 20px;
    }

    #recruit+section .wrapper_item .inner_item_txt .table-wrap table tr:last-of-type td:nth-child(1) {
        border-bottom: 2px solid #2C74DA;
    }

    #recruit+section .wrapper_item .inner_item_txt .table-wrap table tr:last-of-type td:nth-child(2) {
        border-bottom: 1px solid #2C74DA;
    }

    /* フロー */
    #flow+section {
        position: relative;
        overflow: visible;
        z-index: 3;
    }

    #flow+section::before {
        content: '';
        position: absolute;
        background-image: url(/common/upload_data/assist-centeringcojp/image/20251028150524.png);
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover;
        width: 100%;
        height: 125%;
        z-index: 2;
        top: -111px;
    }

    #flow+section::after {
        content: '';
        position: absolute;
        background-image: url(/common/upload_data/assist-centeringcojp/image/20251028150523.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        width: 400px;
        height: 400px;
        top: -200px;
        left: 0;
        z-index: 3;
    }

    #flow+section>.content_wrapper {
        z-index: 2;
    }

    #flow+section .heading.block_header_6 .h {
        font-size: 10rem;
        font-weight: 900;
        color: #fff;
        transform: skew(-10deg);
        margin-bottom: 0;
        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;
        font-weight: bold;
        line-height: 1;
    }

    #flow+section .box-wrapper {
        gap: 30px;
    }

    #flow+section .box {
        width: calc((100% - 60px) / 3);
        background: #fff;
        text-align: center;
        position: relative;
    }

    #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: 60%;
        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: 5px 20px;
        color: #2C74DA;
        font-weight: bold;
        margin-bottom: 20px;
        min-width: 100px;
    }

    #flow+section .text {
        margin-top: 30px;
    }

    /* お知らせ */
    #recruit_news+div .content_wrapper {
        display: flex;
        justify-content: space-between;
    }

    #recruit_news+div .heading.block_header_6 .h {
        font-size: 8rem;
        font-weight: 900;
        color: #2C74DA;
        transform: skew(-10deg);
        margin-bottom: 0;
        padding-bottom: 0;
    }

    #recruit_news+div .heading.block_header_6 .h::before {
        content: none;
    }

    #recruit_news+div .heading.block_header_6 p {
        font-size: 3rem;
        color: #2C74DA;
        font-weight: bold;
        line-height: 1;
    }

    #recruit_news+div ul li a>p:before {
        content: none;
    }

    #recruit_news+div ul li:nth-of-type(1) {
        border-top: none;
    }

    #recruit_news+div ul>li {
        border-bottom: 1px solid #2C74DA;
    }

    /* バナー */
    #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;
    }

    /* バナー画像 */
    #banner_img+section .content_wrapper {
        padding: 0;
        max-width: 100% !important;
    }

    #banner_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;
        }
    }

    /* レスポンシブ */
    @media screen and (min-width: 1800px) {

        /* 背景画像 */
        #recruit_company+section {
            padding-bottom: 225px;
        }

        #business+section::before {
            height: 155%;
            top: -570px;
        }

        #business+section::after{
            top: -81rem;
        }

        #environment+section {
            padding-top: 100px;
        }

        #environment+section::before {
            left: -12vw;
            top: 200px;
        }

        #people+div::before {
            top: -415px;
            height: 203%;
        }

        #people_btn+div::before {
            height: 345%;
            top: -5px;
        }

        #benefits+section {
            padding-top: 300px;
        }

        #benefits+section::after {
            /* top: -510px; */
            height: 160%;
        }
    }

    @media screen and (max-width: 1300px) {

        /* 背景画像・装飾 */
        #business+section .content_wrapper::before {
            right: 0;
        }

        #recruit_company+section .text_wrapper .left::before {
            left: 0;
        }

        #recruit_company+section .text_wrapper .right::after {
            right: 0;
        }
    }

    @media screen and (max-width: 900px) {

        /* 会社概要 */
        #recruit_company+section .text_wrapper .left,
        #recruit_company+section .text_wrapper .right {
            font-size: 3rem;
        }

        #recruit_company+section .text_wrapper .left::before,
        #recruit_company+section .text_wrapper .right::after {
            font-size: 10rem;
        }

        #recruit_company+section .inner_item_txt::after {
            width: 400px;
            height: 400px;
            bottom: 0;
            right: -65px;
        }

        /* ビジネス */
        #business+section .content_wrapper::before {
            font-size: 10rem;
        }

        /* 成長環境 */
        #environment+section::before {
            font-size: 10rem;
        }

        #environment+section::after {
            width: 300px;
            height: 300px;
            left: 0;
        }

        /* 社員紹介 */
        #people_ttl+section {
            z-index: 4;
        }

        #people_ttl+section::before {
            height: 250px;
            width: 250px;
            top: -150px;
            z-index: 4;
        }

        #people_ttl+section .heading.block_header_6 .h {
            font-size: 10rem;
        }

        #people+div::before {
            height: 162%;
            top: -518px;
            z-index: 3;
        }

        #people+div .content_wrapper {
            z-index: 4;
        }

        #people_btn+div::before {
            z-index: 3;
        }

        /* 福利厚生 */
        #benefits+section::before {
            z-index: 3;
        }

        #benefits+section>.content_wrapper::after {
            font-size: 10rem;
        }

        /* 求人 */
        #recruit+section .heading.block_header_6 .h {
            font-size: 8rem;
        }

        /* フロー */
        #flow+section .heading.block_header_6 .h {
            font-size: 8rem;
        }
    }

    @media screen and (max-width: 768px) {
        .sp_br {
            display: block;
        }

        /* MV */
        #mv_img+section {
            display: none;
        }

        #mv_img_sp+section {
            display: block;
            /* margin-top: 80px; */
            /* border-top: 80px solid transparent; */
        }

        body:not(.ss) header:not(.over)+#mv_img_sp+section {
            margin-top: 0;
        }

        #mv_img_sp+section .content_wrapper {
            padding: 0;
            max-width: 100% !important;
        }

        /* 概要 */
        #recruit_company+section {
            padding-bottom: 160px;
        margin-top: -7rem;
        }

        #recruit_company+section .text_wrapper {
            flex-direction: column;
            text-align: center;
        }

        #recruit_company+section .text_wrapper .right::after {
            top: initial;
        }

        #recruit_company+section .text,
        #recruit_company+section .yellow,
        #recruit_company+section .contents_btn01 {
            text-align: center;
        }

        #business+section::after {
            content: none;
        }

        /* ビジネス */
        #business+section::before {
            height: 131%;
            top: -552px;
        }

        #business+section .business-title span {
            font-size: 4rem;
        }

        #business+section .business-subtitle {
            font-size: 4rem;
        }

        #business+section .content_wrapper::after {
            width: 300px;
            height: 300px;
            top: -100px;
            right: 0;
        }

        #business+section .business-items {
            flex-direction: column;
        }

        #business+section .business-item {
            width: 100%;
        }

        #business+section .business-text {
            font-size: 3rem;
        }

        /* 成長環境 */
        #environment+section {
            padding-top: 200px;
        }

        #environment+section::before {
            left: -21vw;
            top: 300px;
        }

        #environment+section .box-wrapper {
            flex-direction: column;
        }

        #environment+section .box-wrapper .box {
            width: 100%;
            box-sizing: border-box;
        }

        #environment+section .box-wrapper .box:nth-of-type(2),
        #environment+section .box-wrapper .box:nth-of-type(3) {
            transform: translateY(0);
        }

        #environment+section::after {
            left: -40px;
            bottom: 22px;
        }

        /* 社員紹介 */
        #people+div .inner_item:nth-of-type(n+2) {
            margin-top: 80px;
        }

        #people+div::before {
            height: 150%;
            top: -487px;
        }

        /* 福利厚生 */
        #benefits+section::before {
            top: -75px;
        }

        #benefits+section .box-wrapper {
            flex-direction: column;
        }

        #benefits+section .box {
            width: 100%;
            box-sizing: border-box;
        }

        /* 求人 */
        #recruit+section .wrapper_item::before {
            width: 300px;
            height: 300px;
            top: -300px;
            right: -150px;
        }

        #flow+section::after {
            width: 300px;
            height: 300px;
            left: -50px;
        }

        /* フロー */
        #flow+section::before {
            height: 111%;
            top: -125px;
        }

        #flow+section .box-wrapper {
            flex-direction: column;
            gap: 70px;
        }

        #flow+section .box {
            width: 100%;
        }

        #flow+section .box::after {
            content: '▼';
            top: 106%;
            left: 50%;
            transform: translateY(0) translateX(-50%);
            bottom: -60px;
        }

        /* バナー画像 */
        #banner_img_sp+section {
            display: block;
        }

        #banner_img_sp+section .content_wrapper {
            padding: 0;
            max-width: 100% !important;
        }

        #banner_img+section {
            display: none;
        }

        /* ニュース */
        #recruit_news+div .content_wrapper {
            flex-direction: column;
        }

        #recruit_news+div ul {
            width: 100%;
        }
    }

    @media screen and (max-width: 450px) {
        .sp450 {
            display: block;
        }

        /* 概要 */
        #recruit_company+section .text_wrapper .left::before,
        #recruit_company+section .text_wrapper .right::after {
            font-size: 8rem;
        }

        #recruit_company+section .text_wrapper .left::before {
            top: -50px;
        }

        #recruit_company+section .yellow {
            font-size: 4rem;
        }

        /* ビジネス */
        #business+section::before {
            top: -22rem;
            background-size: contain;
        }

        #business+section {
            background: #6bc95c;
        }

        #business+section .content_wrapper::before {
            font-size: 8rem;
            top: -105px;
        }

        #business+section .content_wrapper::after {
            width: 200px;
            height: 200px;
            right: -10px;
        }

        #business+section .business-title span,
        #business+section .business-subtitle,
        #business+section .business-text {
            font-size: 2.4rem;
        }

        /* 成長環境 */
        #environment+section::before {
            left: 0;
            top: 100px;
            transform: rotate(0) skew(-10deg);
            font-size: 8rem;
            opacity: 0.8;
        }

        #environment+section .main_subtitle span {
            font-size: 2.4rem;
        }

        #environment+section .main_title>span {
            font-size: 5rem;
        }

        #environment+section::after {
            content: none;
        }

        /* 社員 */
        #people_ttl+section::before {
            height: 200px;
            width: 200px;
            top: -190px;
        }

        #people_ttl+section .heading.block_header_6 .h {
            font-size: 8rem;
        }

        #people+div .inner_item a {
            height: 233px;
        }

        #people+div .inner_item:nth-of-type(1) a::before {
            width: 408px;
            height: 318px;
        }

        /* 福利厚生 */
        #benefits+section {
            padding-top: 230px;
        }

        #benefits+section>.content_wrapper::after {
            font-size: 7rem;
            top: -95px;
        }

        /* 求人 */
        #benefits+section::after {
            background-size: 254%!Important;
        }

        #recruit+section .wrapper_item::before {
            content: none;
        }

        #recruit+section .heading.block_header_6 .h {
            font-size: 7rem;
        }

        #recruit+section .wrapper_item {
            width: 100%;
        }

        #recruit+section .wrapper_item .inner_item_txt .table-wrap {
            padding: 20px;
        }

        #recruit+section .wrapper_item .inner_item_txt .table-wrap table tr td:nth-child(1) {
            padding: 5px;
            white-space: nowrap;
        }

        /* フロー */
        #flow+section::before {
            top: -102px;
            height: 117%;
        }

        #flow+section::after {
            width: 200px;
            height: 200px;
            top: -100px;
        }

        #flow+section .text {
            font-size: 1.4rem;
        }
    }

    /* ヘッダー修正 */
    /* body.hHide header:not(.nofixed) {
    top: 0!important;
    opacity: 1!important;
} */
    /* main{
  padding-top: 70px!important;
} */
    footer .content_wrapper {
        display: none;
    }

    @media screen and (max-width: 768px) {

        #business+section .item-title {
            height: 6rem;
            font-size: clamp(2.2rem, 1.38vw, 2rem);
        }

        #business+section .business-item>div {
            font-size: 2rem;
        }

        #environment+section .box-wrapper .box .text {
            font-size: 1.9rem;
        }

        #environment+section .box-wrapper {
            margin-bottom: 25px;
        }

        .contents_btn01 a span {
            font-size: 1.7rem;
        }

        #benefits+section {
            padding-top: 8rem;
        }

        #benefits+section::after {
            top: 97rem;
            background-size: 233%;
        }

        #recruit_company+section .text_wrapper {
            gap: 0px;
            margin-bottom: 30px;
        }

        #environment+section::before {
            top: 1rem;
        }

        #environment+section {
            padding-top: 100px;
        }

        #benefits+section::before {
            top: -5rem;
            background-size: contain;
        }

        #benefits+section .box {
            padding: 20px 20px;
        }

        p.text.editor {
            text-align: center;
            font-size: 2rem;
        }

        #benefits+section {
            padding-bottom: 5rem !important;
        }

        #benefits+section .box .img {
            height: 150px;
            justify-content: center;
        }

        #benefits+section .box {
            padding: 10px 3px;
            width: 49%;
            margin-bottom: 1rem;
        }

        #benefits+section .box-wrapper {
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 0;
        }

        #benefits+section .inner_item_txt p {
            text-align: center;
        }

        #benefits+section .box .title {
            margin-top: 5px;
        }

        #benefits+section .inner_item_txt p {
            margin-bottom: 5px;
        }
    }

    @media screen and (min-width: 769px) {
        .br_sp {
            /* 769px以上の時に非表示にする */
            display: none;
        }
    }

    @media screen and (min-width:1440px) {
        #business+section::after {
            top: -67rem;
            right: 20rem;
        }

    }
    @media screen and (min-width:1800px) {
        #business+section::after {
            top: -81rem;
        }

    }

    header {
        font-size: 1.7rem;
    }

    .nav ul {
        gap: 15px;
    }

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

    #mv_img_sp+section.scrolled {
        margin-top: 80px;
    }