@charset "UTF-8";

:root {
    font-family: "source-han-sans-japanese", sans-serif;
    color: var(--font-color);

    --main-color: #294023;
    --font-color: #162113;
    --font-en: 'Sacramento', cursive;
    --font-ja: 'Zen Maru Gothic', serif;
    scroll-behavior: smooth;
}

body {
    position: relative;
}

.cat img {
    width: auto;
    max-width: 100%;
}

.cat p {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 2em;
}

@media screen and (max-width: 640px) {
    .cat p {
        letter-spacing: 0;
    }
}

@media screen and (max-width: 374px) {
    #page-cat .cat p {
        font-size: 14px;
    }
}

.display-pc {
    display: block;
}

.display-pc2 {
    display: block;
}

.display-pc-only {
    display: block;
}

.display-tb {
    display: none;
}

.display-sp {
    display: none;
}

.display-sp2 {
    display: none;
}

.clearfix::after {
    content: '';
    display: block;
    clear: both;
}

@media screen and (max-width: 1240px) {
    .display-pc2 {
        display: none;
    }

    .display-tb {
        display: block;
    }

    .display-sp2 {
        display: block;
    }

    .display-pc-only {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .display-pc {
        display: none;
    }

    .display-sp {
        display: block;
    }
}

.common-inner {
    max-width: 1240px;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 0 auto;
}

@media screen and (max-width: 1240px) {
    .common-inner {
        padding: 0 2%;
    }
}

@media screen and (max-width: 640px) {
    .common-inner {
        padding: 0 7%;
    }
}

#footer.footer {
    background-color: #fff;
    padding: 50px 0;
}

#footer .footer__inner--logo img {
    display: block;
    margin: 0 auto;
    max-width: 250px;
}

@media screen and (max-width: 1240px) {
    #footer.footer-content {
        padding: 5% 0;
    }

    #footer .footer__inner--logo img {
        /*max-width: 80%;*/
    }
}

#header {
    background-color: #ffffff;
    z-index: 11;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100px;
    /*position: absolute;*/
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#header .header__inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-left: 40px;
    padding-right: 270px;
}

#header .header__inner--logo a {
    display: block;
}

#header .header__inner--logo a img {
    width: auto;
    min-height: 40px;
    max-width: 200px;
}

#header .header__inner--link {
    display: flex;
    align-items: center;
}

#header .header__inner--link li a {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.12em;
    line-height: 2em;
    position: relative;
    padding: 10px 20px;
}

#header .header__inner--link .header__inner--link--en {
    opacity: 1;
    transition: 0.4s;
}

#header .header__inner--link .header__inner--link--ja {
    opacity: 0;
    display: table;
    position: absolute;
    margin: auto;
    transition: 0.4s;

    inset: 0;
}

#header .header__inner--link a:hover .header__inner--link--en {
    opacity: 0;
}

#header .header__inner--link a:hover .header__inner--link--ja {
    opacity: 1;
}

#header .header__inner--anchor {
    position: fixed;
    top: 0;
    right: 0;
    width: max-content;
}

#header .header__inner--anchor>a>img {
    height: 142px;
}

@media screen and (max-width: 640px) {
    #header .header__inner--anchor>a>img {
        height: 114px;
        object-fit: contain;
        object-position: right;
    }
}


#header .header__inner--anchor .main-color {
    fill: var(--main-color);
}

#header .header__inner--anchor--cnt {
    display: block;
    position: relative;
}

#header .header__inner--anchor--cnt picture {
    display: block;
    height: 142px;
    width: auto;
}

@media screen and (max-width: 640px) {
    #header .header__inner--anchor--cnt picture {
        height: 122px;
    }
}

#header .header__inner--anchor--cnt picture img {
    height: 100%;
    width: auto;
}

#header .header__inner--anchor--cnt--box {
    display: table;
    position: absolute;
    top: 20px;
    left: 40px;
    right: 0;
    margin: auto;
    display: none;
}

#header .header__inner--anchor--cnt--box img {
    display: block;
    margin: 0 auto 10px;
}

#header .header__inner--anchor--cnt--box span {
    display: block;
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 0.12em;
    text-align: center;
}

@media screen and (max-width: 1240px) {
    #header .header__inner {
        padding-left: 2%;
    }

    #header .header__inner--link {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    #header {
        height: 80px;
    }

    #header .header__inner {
        padding-left: 4%;
        padding-right: 0;
    }

    #header .header__inner--logo {
        max-width: calc(100% - 150px);
    }

    #header .header__inner--logo a img {
        max-width: 170px;
        /* max-height: 30px; */
        object-fit: contain;
        min-height: auto;
        object-position: left;
    }

    #header .header__inner--anchor--cnt--bg {
        width: 142.5px;
        height: 120px;
    }

    #header .header__inner--anchor--cnt--box {
        top: 10px;
    }

    #header .header__inner--anchor--cnt--box span {
        font-size: 16px;
    }
}

#page-cat .font-56 {
    font-weight: 500;
    font-size: 56px;
    letter-spacing: 0.08em;
    line-height: 1.5em;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    #page-cat .font-56 {
        font-size: 32px;
    }
}

@media screen and (max-width: 640px) {
    #page-cat .font-56 {
        font-size: 20px;
        letter-spacing: 0;
    }
}

#page-cat .font-40 {
    font-weight: 500;
    font-size: 40px;
    letter-spacing: 0.08em;
    line-height: 1.5em;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    #page-cat .font-40 {
        font-size: 4.5vw;
    }
}

@media screen and (max-width: 640px) {
    #page-cat .font-40 {
        font-size: 20px;
        letter-spacing: 0;
        line-height: 2em;
    }
}

#page-cat .cat-title-sacramento {
    display: table;
    margin: 0 auto 80px;
}

#page-cat .cat-title-sacramento>span {
    font-family: var(--font-en);
    display: block;
    color: #e73c01;
    font-size: 40px;
    letter-spacing: 0;
    text-align: center;
    margin: 0 auto 50px;
}

#page-cat .cat-title-sacramento>p {
    display: block;
    font-weight: 500;
    font-size: 56px;
    letter-spacing: 0.08em;
    line-height: 1.5em;
    text-align: center;
}

@media screen and (max-width: 1240px) {
    #page-cat .cat-title-sacramento {
        display: table;
        margin: 0 auto 8%;
    }

    #page-cat .cat-title-sacramento>span {
        font-size: 40px;
        margin: 0 auto 5%;
    }

    #page-cat .cat-title-sacramento>p {
        font-size: 32px;
    }
}

@media screen and (max-width: 640px) {
    #page-cat .cat-title-sacramento>span {
        font-size: 24px;
    }

    #page-cat .cat-title-sacramento>p {
        font-size: 20px;
    }
}

#page-cat .cat-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

#page-cat .cat-title-center {
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 340px;
    height: 130px;
    border-radius: 100px;
    position: relative;
}

#page-cat .cat-title-center::before {
    content: '';
    background-image: url(../../pages/activeinovation/img/cat-title-ear-white.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 155px;
    height: 52px;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
}

#page-cat .cat-title-center-box {
    width: 100%;
    position: relative;
}

#page-cat .cat-title-center-box-h3 {
    width: 100%;
    font-size: 40px;
    letter-spacing: 0.08em;
    line-height: 1.2em;
    text-align: center;
    position: relative;
}

#page-cat .cat-title-center-box-h3::before {
    content: '';
    background-image: url(../../pages/activeinovation/img/cat-title-bear-left.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 28px;
    position: absolute;
    top: 0;
    left: 20px;
    bottom: 0;
    margin: auto;
}

#page-cat .cat-title-center-box-h3::after {
    content: '';
    background-image: url(../../pages/activeinovation/img/cat-title-bear-right.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 28px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
}

#page-cat .cat-title-center-box-span {
    display: block;
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 2em;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    #page-cat .cat-title-left {
        width: 25%;
    }

    #page-cat .cat-title-right {
        width: 25%;
    }

    #page-cat .cat-title-center {
        width: 50%;
        height: 15vw;
    }

    #page-cat .cat-title-center-box-h3 {
        font-size: 5vw;
    }

    #page-cat .cat-title-center-box-span {
        font-size: 3vw;
    }
}

@media screen and (max-width: 640px) {
    #page-cat .cat-title-left {
        width: 25%;
    }

    #page-cat .cat-title-right {
        width: 25%;
    }

    #page-cat .cat-title-center {
        width: 50%;
        height: 20vw;
    }

    #page-cat .cat-title-center::before {
        width: 77.5px;
        height: 26px;
        top: -15px;
    }

    #page-cat .cat-title-center-box-h3::before {
        width: 4vw;
        left: 10px;
    }

    #page-cat .cat-title-center-box-h3::after {
        width: 4vw;
        right: 10px;
    }

    #page-cat .cat-title-center-box-span {
        font-size: 3vw;
    }
}

#page-cat .cat-title-green {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffeacf;
    margin: 0 auto;
}

#page-cat .cat-title-green-center {
    background-color: #2f5226;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 340px;
    height: 130px;
    border-radius: 100px;
    position: relative;
}

#page-cat .cat-title-green-center::before {
    content: '';
    background-image: url(../../pages/activeinovation/img/cat-title-ear-green.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 155px;
    height: 52px;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
}

#page-cat .cat-title-green-center-box {
    width: 100%;
    position: relative;
}

#page-cat .cat-title-green-center-box-h3 {
    width: 100%;
    font-size: 40px;
    letter-spacing: 0.08em;
    line-height: 1.2em;
    text-align: center;
    position: relative;
}

#page-cat .cat-title-green-center-box-h3::before {
    content: '';
    background-image: url(../../pages/activeinovation/img/cat-title-bear-left-green.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 28px;
    position: absolute;
    top: 0;
    left: 20px;
    bottom: 0;
    margin: auto;
}

#page-cat .cat-title-green-center-box-h3::after {
    content: '';
    background-image: url(../../pages/activeinovation/img/cat-title-bear-right-green.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 28px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
}

#page-cat .cat-title-green-center-box-span {
    display: block;
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 2em;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    #page-cat .cat-title-green-left {
        width: 25%;
    }

    #page-cat .cat-title-green-right {
        width: 25%;
    }

    #page-cat .cat-title-green-center {
        width: 50%;
        height: 15vw;
    }

    #page-cat .cat-title-green-center-box-h3 {
        font-size: 5vw;
    }

    #page-cat .cat-title-green-center-box-span {
        font-size: 3vw;
    }
}

@media screen and (max-width: 640px) {
    #page-cat .cat-title-green-left {
        width: 25%;
    }

    #page-cat .cat-title-green-right {
        width: 25%;
    }

    #page-cat .cat-title-green-center {
        width: 50%;
        height: 20vw;
    }

    #page-cat .cat-title-green-center::before {
        width: 77.5px;
        height: 26px;
        top: -15px;
    }

    #page-cat .cat-title-green-center-box-h3::before {
        width: 4vw;
        left: 10px;
    }

    #page-cat .cat-title-green-center-box-h3::after {
        width: 4vw;
        right: 10px;
    }

    #page-cat .cat-title-green-center-box-span {
        font-size: 3vw;
    }
}

#page-cat .floating-banner {
    max-width: 300px;
    z-index: 1;
    position: absolute;
    bottom: 40px;
    right: 50px;
}

@media screen and (max-width: 1240px) {
    #page-cat .floating-banner {
        width: 200px;
        bottom: 4%;
        right: 5%;
    }
}

@media screen and (max-width: 640px) {
    #page-cat .floating-banner {
        width: 120px;
        bottom: 4%;
        right: 2%;
    }
}

#page-cat .cat-cnt-img {
    overflow: hidden;
    width: 100%;
    border-radius: 60px;
}

#page-cat .cat-cnt-img img {
    object-fit: cover;
    width: 100%;
    height: 600px;
}

#page-cat .cat-cnt-text {
    background-color: #ffffff;
    width: 100%;
    border-radius: 60px;
    padding: 80px 40px;
}

#page-cat .cat-cnt-text>div {
    max-width: 1040px;
    margin: 0 auto;
}

#page-cat .cat-cnt-text>div>h4 {
    max-width: 1040px;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.08em;
    line-height: 1.8em;
    border-bottom: 6px dotted var(--font-color);
    padding-bottom: 20px;
    margin: 0 auto;
    margin-bottom: 20px;
}

#page-cat .cat-cnt-text>div>p {
    font-weight: normal;
    font-size: 18px;
    line-height: 1.8em;
}

@media screen and (max-width: 1240px) {
    #page-cat .cat-cnt-img {
        border-radius: 40px;
    }

    #page-cat .cat-cnt-img img {
        height: 50vw;
    }

    #page-cat .cat-cnt-text {
        border-radius: 40px;
        padding: 8% 4%;
    }

    #page-cat .cat-cnt-text>div>h4 {
        font-size: 20px;
        border-bottom: 3px dotted var(--font-color);
        padding-bottom: 15px;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    #page-cat .cat-cnt-text>div>p {
        font-size: 16px;
    }
}

@media screen and (max-width: 640px) {
    #page-cat .cat-cnt-img {
        border-radius: 20px;
    }

    #page-cat .cat-cnt-text {
        border-radius: 20px;
        padding: 8% 6%;
    }

    #page-cat .cat-cnt-text>div>h4 {
        font-size: 18px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    #page-cat .cat-cnt-text>div>p {
        font-size: 16px;
    }
}

#page-cat .cat-cnt-half {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#page-cat .cat-cnt-half li {
    width: 48%;
    max-width: 580px;
}

#page-cat .cat-cnt-half li:nth-of-type(even) {
    margin-top: 80px;
}

#page-cat .cat-cnt-half-img {
    overflow: hidden;
    width: 100%;
    border-radius: 60px;
}

#page-cat .cat-cnt-half-img img {
    object-fit: cover;
    width: 100%;
    height: 360px;
}

#page-cat .cat-cnt-half-text {
    background-color: #ffffff;
    width: 100%;
    border-radius: 60px;
    padding: 60px 40px;
}

#page-cat .cat-cnt-half-text>div {
    max-width: 460px;
    margin: 0 auto;
}

#page-cat .cat-cnt-half-text>div>h4 {
    max-width: 1040px;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.08em;
    line-height: 1.8em;
    border-bottom: 6px dotted var(--font-color);
    padding-bottom: 20px;
    margin: 0 auto;
    margin-bottom: 20px;
}

#page-cat .cat-cnt-half-text>div>p {
    font-weight: normal;
    font-size: 18px;
    line-height: 1.8em;
}

@media screen and (max-width: 1240px) {
    #page-cat .cat-cnt-half-img {
        border-radius: 40px;
    }

    #page-cat .cat-cnt-half li:nth-of-type(even) {
        margin-top: 8%;
    }

    #page-cat .cat-cnt-half-img img {
        height: 30vw;
    }

    #page-cat .cat-cnt-half-text {
        border-radius: 40px;
        padding: 6%;
    }

    #page-cat .cat-cnt-half-text>div {
        max-width: none;
    }

    #page-cat .cat-cnt-half-text>div>h4 {
        font-size: 20px;
        border-bottom: 3px dotted var(--font-color);
        padding-bottom: 15px;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    #page-cat .cat-cnt-half-text>div>p {
        font-size: 16px;
    }
}

@media screen and (max-width: 640px) {
    #page-cat .cat-cnt-half {
        display: block;
    }

    #page-cat .cat-cnt-half li {
        width: 100%;
        max-width: none;
    }

    #page-cat .cat-cnt-half li:nth-of-type(even) {
        margin-top: 0;
    }

    #page-cat .cat-cnt-half li:not(:first-of-type) {
        margin-top: 8%;
    }

    #page-cat .cat-cnt-half-img {
        border-radius: 20px;
    }

    #page-cat .cat-cnt-half-img img {
        height: 50vw;
    }

    #page-cat .cat-cnt-half-text {
        border-radius: 20px;
        padding: 8% 8%;
    }

    #page-cat .cat-cnt-half-text>div>h4 {
        font-size: 18px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    #page-cat .cat-cnt-half-text>div>p {
        font-size: 16px;
    }
}

#page-cat .cat-fv-out svg {
    z-index: 1;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
}

@media screen and (max-width: 1240px) {
    #page-cat .cat-fv-out svg {
        width: 100px;
    }
}

#page-cat .cat-fv {
    height: 100vh;
    position: relative;
}

#page-cat .cat-fv-slider .swiper-slide img {
    object-fit: cover;
    width: 100%;
    height: 100vh;
}

#page-cat .cat-fv__inner {
    z-index: 1;
    display: flex;
    align-items: center;
    max-width: 1080px;
    height: 100%;
    position: absolute;
    margin: auto;

    inset: 0;
}


#page-cat .cat-fv__inner--cnt {
    max-width: 458px;
    width: 40%;
    max-height: 80vh;
}

@media screen and (max-width: 640px) {
    #page-cat .cat-fv__inner {
        justify-content: center;
    }

    #page-cat .cat-fv__inner--cnt {
        max-width: 70%;
        width: 70%;
    }

    #page-cat .cat-fv__inner--cnt img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}

#page-cat .cat-catch {
    overflow: hidden;
    background-image: url(../../pages/activeinovation/img/cat-catch-bg_pc.jpg);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f1f6f6;
}

#page-cat .cat-catch__inner {
    position: relative;
    padding-top: 150px;
    padding-bottom: 150px;
}

#page-cat .cat-catch__inner--cnt--text--h2 {
    font-family: var(--font-ja);
    font-weight: bold;
    font-size: 48px;
    letter-spacing: 0.08em;
    line-height: 1.8em;
    margin-bottom: 70px;
}

#page-cat .cat-catch__inner--cnt--img--01 {
    position: relative;
    left: -200px;
}

#page-cat .cat-catch__inner--cnt--img--02 {
    position: absolute;
    top: 45px;
    right: -150px;
}

@media screen and (max-width: 1600px) {
    #page-cat .cat-catch__inner--cnt--img--01 {
        left: -50px;
    }
}

@media screen and (max-width: 1240px) {
    #page-cat .cat-catch {
        background-image: url(../../pages/activeinovation/img/cat-catch-bg_sp.jpg);
        background-position: center bottom;
    }

    #page-cat .cat-catch__inner {
        padding-top: 15%;
        padding-bottom: 60px;
    }

    #page-cat .cat-catch__inner--cnt--text--h2 {
        font-size: 4.5vw;
        margin-bottom: 7%;
    }

    #page-cat .cat-catch__inner--cnt--text--p {
        font-size: 2vw;
        text-shadow: 0 0 10px #ffffff, 0 0 10px #ffffff;
    }

    #page-cat .cat-catch__inner--cnt--img--01 {
        width: 50%;
        left: 0;
    }

    #page-cat .cat-catch__inner--cnt--img--02 {
        width: 50%;
    }

    #page-cat .cat-catch__inner--cnt--img--02 {
        position: static;
    }
}

@media screen and (max-width: 1240px) {
    #page-cat .cat-catch__inner--cnt--text--p {
        font-size: 16px;
    }
}

@media screen and (max-width: 640px) {
    #page-cat .cat-catch {
        background-image: url(../../pages/activeinovation/img/cat-fv-bg02_sp.jpg);
        background-position: center bottom;
        background-size: contain;
    }
}

#page-cat .cat-cta {
    overflow: hidden;
    background-color: var(--main-color);
    border-radius: 60px 60px 0 0;
    padding: 90px 0;
    margin-top: -60px;
}

#page-cat .cat-cta__inner--cnt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#page-cat .cat-cta__inner--cnt li {
    width: 32%;
    max-width: 368px;
}

#page-cat .cat-cta__inner--cnt li a {
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
    border-radius: 100px;
    position: relative;
    font-family: var(--font-ja);
}

#page-cat .cat-cta__inner--cnt li a::before {
    content: '';
    background-image: url(../../pages/activeinovation/img/cat-cta-icon-ear_pc.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 81px;
    height: 53px;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
}

#page-cat .cat-cta__inner--cnt li a:hover {
    background-color: #ffeacf;
}

#page-cat .cat-cta__inner--cnt li a:hover::before {
    background-image: url(../../pages/activeinovation/img/cat-cta-icon-ear_hover_pc.svg);
}

#page-cat .cat-cta__inner--cnt li a::after {
    content: '';
    background-image: url(../../pages/activeinovation/img/cat-cta-icon-pow_pc.svg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 3;
    visibility: hidden;
    width: 53px;
    height: 107px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transform: translateY(197px);
    transition: 0.2s;
}

#page-cat .cat-cta__inner--cnt li a:hover::after {
    visibility: visible;
    transform: translateY(90px);
}

#page-cat .cat-cta__inner--cnt li a>img {
    position: relative;
}

#page-cat .cat-cta__inner--cnt li a>span {
    z-index: 1;
    font-size: 24px;
    letter-spacing: 0.08em;
    line-height: 1.5em;
    position: relative;
    padding-left: 5px;
}

@media screen and (max-width: 1240px) {
    #page-cat .cat-cta {
        padding: 10% 0;
    }

    #page-cat .cat-cta__inner--cnt {
        max-width: 750px;
        margin: 0 auto;
    }

    #page-cat .cat-cta__inner--cnt li {
        width: 48%;
    }

    #page-cat .cat-cta__inner--cnt li:nth-of-type(3) {
        margin: 40px auto 0;
    }
}

@media screen and (max-width: 640px) {
    #page-cat .cat-cta {
        border-radius: 20px 20px 0 0;
        padding: 12% 0;
    }

    #page-cat .cat-cta__inner--cnt li {
        width: 100%;
        margin: 0 auto;
    }

    #page-cat .cat-cta__inner--cnt li:nth-of-type(2) {
        margin: 40px auto 0;
    }

    #page-cat .cat-cta__inner--cnt li a {
        height: 60px;
    }

    #page-cat .cat-cta__inner--cnt li a>span {
        font-size: 20px;
    }

    #page-cat .cat-cta__inner--cnt li a::after {
        background-image: url(../../pages/activeinovation/img/cat-cta-icon-pow_sp.svg);
        width: 107px;
        height: 53px;
        top: 0;
        left: auto;
        bottom: 0;
        right: 0;
        margin: auto;
        transform: translateX(100px);
        transition: 0.2s;
    }

    #page-cat .cat-cta__inner--cnt li a:hover::after {
        visibility: visible;
        transform: translateX(50px);
    }
}

#page-cat .cat-present {
    overflow: hidden;
    background-image: url(../../pages/activeinovation/img/cat-present-bg_pc.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
}

#page-cat .cat-present__inner {
    max-width: 1040px;
}

#page-cat .cat-present__inner--cnt {
    position: relative;
}

#page-cat .cat-present__inner--cnt::before {
    content: '';
    background-color: rgba(255, 255, 255, 0.5);
    width: 1000px;
    height: 1000px;
    border-radius: 1000px;
    position: absolute;
    margin: auto;

    inset: 0;
}

#page-cat .cat-present__inner--cnt--text {
    z-index: 1;
    display: table;
    position: relative;
    margin: 0 auto 30px;
}

#page-cat .cat-present__inner--cnt--text--01 {
    display: flex;
    justify-content: center;
    align-items: center;
}

#page-cat .cat-present__inner--cnt--text--01>span {
    font-weight: 500;
    font-size: 40px;
    letter-spacing: 0.08em;
    line-height: 1.5em;
    border-bottom: dotted 4px #e73c01;
    margin-left: 10px;
}

#page-cat .cat-present__inner--cnt--text--02 {
    display: table;
    margin: 0 auto;
}

#page-cat .cat-present__inner--cnt--text--02 p {
    font-weight: 500;
    font-size: 32px;
    letter-spacing: 0.06em;
    line-height: 1.2em;
    text-align: center;
}

#page-cat .cat-present__inner--cnt--text--02 .font-red {
    color: #e73c01;
    padding-left: 15px;
}

#page-cat .cat-present__inner--cnt--text--02 .font-big {
    font-size: 60px;
}

#page-cat .cat-present__inner--cnt--scroll {
    background-color: #ffffff;
    max-width: 800px;
    border-radius: 10px;
    position: relative;
    padding: 20px;
    margin: 0 auto;
}

#page-cat .cat-present__inner--cnt--scroll--box {
    overflow-x: scroll;
    height: 210px;
}

#page-cat .cat-present__inner--cnt--scroll--box>div {
    max-width: 700px;
    margin: 0 auto;
}

#page-cat .cat-present__inner--cnt--scroll--box>div>div {
    padding-bottom: 40px;
}

#page-cat .cat-present__inner--cnt--scroll--box h3 {
    font-size: 18px;
    letter-spacing: 0.08em;
    line-height: 1.8em;
    border-bottom: 1px solid #dedede;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

#page-cat .cat-present__inner--cnt--scroll--box h4 {
    font-weight: 200;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 2em;
}

#page-cat .cat-present__inner--cnt--scroll--box p {
    letter-spacing: 0;
    font-weight: 200;
}

@media screen and (max-width: 1240px) {
    #page-cat .cat-present {
        background-image: url(../../pages/activeinovation/img/cat-present-bg_sp.jpg);
        padding: 8% 0;
    }

    #page-cat .cat-present__inner--cnt::before {
        width: calc(100vw - 4%);
        height: calc(100vw - 4%);
    }

    #page-cat .cat-present__inner--cnt--text {
        margin: 0 auto 3%;
    }

    #page-cat .cat-present__inner--cnt--text--01>span {
        font-size: 4vw;
        margin-left: 10px;
    }

    #page-cat .cat-present__inner--cnt--text--02 p {
        font-size: 3vw;
    }

    #page-cat .cat-present__inner--cnt--text--02 .font-big {
        font-size: 6vw;
    }

    #page-cat .cat-present__inner--cnt--scroll {
        max-width: 90%;
        padding: 4%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 640px) {
    #page-cat .cat-present {
        background-position: -330px;
    }

    #page-cat .cat-present__inner--cnt::before {
        width: 100vw;
        height: 150%;
        left: calc(50% - 50vw);
        border-radius: 0;
    }

    #page-cat .cat-present__inner--cnt--text {
        margin: 0 auto 3%;
    }

    #page-cat .cat-present__inner--cnt--text--01>img {
        width: 10vw;
    }

    #page-cat .cat-present__inner--cnt--text--01>span {
        font-size: 5vw;
        margin-left: 10px;
    }

    #page-cat .cat-present__inner--cnt--text--02 p {
        font-size: 5vw;
    }

    #page-cat .cat-present__inner--cnt--text--02 .font-big {
        font-size: 8vw;
    }
    
    #page-cat .cat-present__inner--cnt--img--cta {
        display: block;
        max-width: 322px;
        width: 100%;
        margin: 0 auto;
    }

    #page-cat .cat-present__inner--cnt--scroll {
        max-width: none;
        padding: 4%;
    }

    #page-cat .cat-present__inner--cnt--scroll--box>div {
        height: 50vw;
    }

    #page-cat .cat-present__inner--cnt--scroll--box>div>div {
        padding-bottom: 20px;
    }

    #page-cat .cat-present__inner--cnt--scroll--box h3 {
        font-size: 16px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    #page-cat .cat-present__inner--cnt--scroll--box h4 {
        font-size: 14px;
    }

    #page-cat .cat-present__inner--cnt--scroll--box p {
        font-size: 14px;
    }
}

#page-cat .cat-worries {
    background-color: #f4f4f4;
    padding: 180px 0;
}

#page-cat .cat-worries__inner--title {
    margin: 0 auto 60px;
}

#page-cat .cat-worries__inner--h4 {
    margin: 0 auto 110px;
}

#page-cat .cat-worries__inner--h4 h4 {
    font-weight: 500;
    font-size: 56px;
    letter-spacing: 0.08em;
    line-height: 1.5em;
    text-align: center;
}

#page-cat .cat-worries__inner--p {
    display: table;
    margin: 0 auto 90px;
}

#page-cat .cat-worries__inner--p p {
    font-weight: 400;
    font-size: 40px;
    letter-spacing: 0.08em;
    line-height: 1.5em;
    text-align: center;
    border-bottom: 6px dotted var(--font-color);
    padding-bottom: 5px;
}

#page-cat .cat-worries__inner--cnt ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 120px;
}

#page-cat .cat-worries__inner--cnt ul li {
    width: 32%;
    max-width: 372px;
    position: relative;
}

#page-cat .cat-worries__inner--cnt ul li:nth-of-type(1)::before {
    content: '';
    background-image: url(../../pages/activeinovation/img/cat-worries-icon01_pc.svg);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    width: 85px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#page-cat .cat-worries__inner--cnt ul li:nth-of-type(3)::before {
    content: '';
    background-image: url(../../pages/activeinovation/img/cat-worries-icon02_pc.svg);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    width: 121px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

#page-cat .cat-worries__inner--cnt ul li:nth-of-type(5)::before {
    content: '';
    background-image: url(../../pages/activeinovation/img/cat-worries-icon03_pc.svg);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    width: 163px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

#page-cat .cat-worries__inner--cnt ul li:nth-of-type(n + 4) {
    margin-top: 80px;
}

#page-cat .cat-worries__inner--cnt ul li img {
    object-fit: cover;
    width: 100%;
    height: 360px;
    border-radius: 200px 200px 20px 20px;
    margin: 0 auto 30px;
}

#page-cat .cat-worries__inner--cnt ul li p {
    font-size: 24px;
    letter-spacing: 0.08em;
    line-height: 1.8em;
    text-align: center;
}

#page-cat .cat-worries__inner--resolve ruby {
    color: #e73c01;
    border-bottom: 4px dotted #e73c01;
}

#page-cat .cat-worries__inner--resolve ruby rt {
    font-size: 16px;
    letter-spacing: 0;
}

#page-cat .cat-worries__inner--resolve p {
    font-weight: 500;
    font-size: 40px;
    letter-spacing: 0.08em;
    line-height: 1.8em;
    text-align: center;
}

@media screen and (max-width: 1240px) {
    #page-cat .cat-worries {
        padding: 16% 0 14%;
    }

    #page-cat .cat-worries__inner--title {
        margin-bottom: 6%;
    }

    #page-cat .cat-worries__inner--h4 {
        margin-bottom: 11%;
    }

    #page-cat .cat-worries__inner--h4 h4 {
        font-size: 32px;
    }

    #page-cat .cat-worries__inner--p {
        margin-bottom: 12%;
    }

    #page-cat .cat-worries__inner--p p {
        font-size: 32px;
    }

    #page-cat .cat-worries__inner--border {
        padding-bottom: 70px;
    }

    #page-cat .cat-worries__inner--border::before {
        height: 30px;
        bottom: 20px;
    }

    #page-cat .cat-worries__inner--cnt ul {
        margin-bottom: 12%;
    }

    #page-cat .cat-worries__inner--cnt ul li:nth-of-type(n + 4) {
        margin-top: 10%;
    }

    #page-cat .cat-worries__inner--cnt ul li img {
        height: 30vw;
        margin-bottom: 3%;
    }

    #page-cat .cat-worries__inner--cnt ul li p {
        font-size: 2vw;
    }

    #page-cat .cat-worries__inner--resolve p {
        font-size: 28px;
    }

    #page-cat .cat-worries__inner--cnt ul li:nth-of-type(1)::before {
        width: 20%;
    }

    #page-cat .cat-worries__inner--cnt ul li:nth-of-type(3)::before {
        width: 30%;
    }

    #page-cat .cat-worries__inner--cnt ul li:nth-of-type(5)::before {
        width: 40%;
    }
}

@media screen and (max-width: 640px) {
    #page-cat .cat-worries__inner--h4 h4 {
        font-size: 20px;
    }

    #page-cat .cat-worries__inner--p p {
        font-size: 4.5vw;
        border-bottom: 3px dotted var(--font-color);
    }

    #page-cat .cat-worries__inner--cnt ul li {
        width: 48%;
    }

    #page-cat .cat-worries__inner--cnt ul li:nth-of-type(n + 4) {
        margin-top: 0;
    }

    #page-cat .cat-worries__inner--cnt ul li:nth-of-type(n + 3) {
        margin-top: 10%;
    }

    #page-cat .cat-worries__inner--cnt ul li img {
        height: 40vw;
    }

    #page-cat .cat-worries__inner--cnt ul li p {
        font-size: 3.5vw;
    }

    #page-cat .cat-worries__inner--resolve ruby {
        border-bottom: 2px dotted #e73c01;
    }

    #page-cat .cat-worries__inner--resolve ruby rt {
        font-size: 1.5vw;
    }

    #page-cat .cat-worries__inner--resolve p {
        font-size: 18px;
    }
}

#page-cat .cat-merit {
    background-image: url(../../pages/activeinovation/img/cat-merit-bg_pc.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 140px 0 220px;
}

#page-cat .cat-merit__inner--title {
    margin-bottom: 30px;
}

#page-cat .cat-merit__inner--h4 {
    margin-bottom: 80px;
}

#page-cat .cat-merit__inner--h4 h4 {
    font-weight: 500;
    font-size: 40px;
    letter-spacing: 0.08em;
    line-height: 1.5em;
    text-align: center;
}

#page-cat .cat-merit__inner--slider {
    overflow: hidden;
    border-radius: 400px;
    margin: 0 auto 150px;
}

#page-cat .cat-merit__inner--slider .swiper-slide img {
    object-fit: cover;
    width: 100%;
    height: 660px;
}

#page-cat .cat-merit__inner--cnt {
    display: flex;
}

#page-cat .cat-merit__inner--cnt--text {
    background-color: #ffffff;
    width: 50%;
    border-radius: 60px;
    position: relative;
    padding: 60px 20px;
}

#page-cat .cat-merit__inner--cnt--text::before {
    content: '';
    background-image: url(../../pages/activeinovation/img/cat-merit-icon01_pc.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 191px;
    height: 138px;
    position: absolute;
    top: -40px;
    right: 20px;
}

#page-cat .cat-merit__inner--cnt--text>div {
    max-width: 480px;
    margin: 0 auto;
}

#page-cat .cat-merit__inner--cnt--text>div h4 {
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.08em;
    line-height: 1.8em;
    border-bottom: 6px dotted var(--font-color);
    padding-bottom: 15px;
    margin-bottom: 15px;
}

#page-cat .cat-merit__inner--cnt--text>div p {
    font-size: 18px;
    font-weight: 200;
}

#page-cat .cat-merit__inner--cnt--img {
    overflow: hidden;
    width: 50%;
    border-radius: 60px;
}

#page-cat .cat-merit__inner--cnt--img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1240px) {
    #page-cat .cat-merit {
        padding: 14% 0 16%;
        padding-bottom: calc(60px + 16%);
    }

    #page-cat .cat-merit__inner--title {
        margin-bottom: 3%;
    }

    #page-cat .cat-merit__inner--h4 {
        margin-bottom: 8%;
    }

    #page-cat .cat-merit__inner--h4 h4 {
        font-size: 32px;
    }

    #page-cat .cat-merit__inner--slider {
        margin: 0 auto 15%;
    }

    #page-cat .cat-merit__inner--slider .swiper-slide img {
        height: 60vw;
    }

    #page-cat .cat-merit__inner--cnt {
        display: block;
    }

    #page-cat .cat-merit__inner--cnt--text {
        background-color: #ffffff;
        width: 80%;
        padding: 6%;
        margin-bottom: 8%;
    }

    #page-cat .cat-merit__inner--cnt--text>div {
        max-width: none;
    }

    #page-cat .cat-merit__inner--cnt--text>div p {
        font-size: 16px;
    }

    #page-cat .cat-merit__inner--cnt--img {
        width: 80%;
        margin-left: auto;
        margin-right: 0;
    }
}

@media screen and (max-width: 640px) {
    #page-cat .cat-merit__inner--cnt--text {
        width: 100%;
        border-radius: 20px;
        padding: 6% 6%;
        margin: 0 auto 8%;
    }

    #page-cat .cat-merit__inner--cnt--text::before {
        width: 100px;
        top: -10px;
        right: 0;
    }

    #page-cat .cat-merit__inner--h4 h4 {
        font-size: 20px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    #page-cat .cat-merit__inner--cnt--text>div h4 {
        font-size: 18px;
        border-bottom: 3px dotted var(--font-color);
    }

    #page-cat .cat-merit__inner--cnt--img {
        width: 100%;
        border-radius: 20px;
        margin: 0 auto;
    }
}

#page-cat .cat-works-slider-bg {
    background-color: #f4f4f4;
}

#page-cat .cat-works-bg {
    overflow: hidden;
    background-color: var(--main-color);
    border-radius: 60px 60px 0 0;
    padding: 90px 0 60px;
    margin-top: -60px;
}

@media screen and (max-width: 1240px) {
    #page-cat .cat-works-bg {
        padding: 10% 0 6%;
    }
}

@media screen and (max-width: 640px) {
    #page-cat .cat-works-bg {
        border-radius: 20px 20px 0 0;
    }
}

#page-cat .cat-works-slider {
    width: 100%;
    margin: 0 auto;
}

#page-cat .cat-works-slider .swiper-slide img {
    padding: 10px 5px;
}

#page-cat .cat-works-slider .swiper-pagination {
    position: static;
    padding: 20px 0 80px;
}

#page-cat .cat-works-slider.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
}

#page-cat .cat-works-slider .swiper-pagination-bullet-active {
    background-color: #e73c01;
}

@media screen and (max-width: 1240px) {
    #page-cat .cat-works-slider .swiper-pagination {
        padding: 4% 0 8%;
    }
}

#page-cat .cat-idea {
    background-color: #f4f4f4;
    padding-bottom: 200px;
}

#page-cat .cat-idea-h3 {
    border-top: 4px solid #ffffff;
    border-bottom: 4px solid #ffffff;
    padding: 60px 0;
    margin-bottom: 80px;
}

#page-cat .cat-idea-h3 h3 {
    font-weight: 500;
    font-weight: 500;
    font-size: 40px;
    letter-spacing: 0.08em;
    line-height: 1.5em;
    text-align: center;
}

#page-cat .cat-idea__inner--cnt01 {
    margin-bottom: 120px;
}

#page-cat .cat-idea__inner--cnt02 {
    padding-bottom: 160px;
}

#page-cat .cat-cnt-half li .cat-cnt-half-text {
    position: relative;
}

#page-cat .cat-cnt-half li .cat-cnt-half-text::before {
    content: '';
    background-color: #ffb8a4;
    width: 80%;
    height: 8px;
    border-radius: 0 0 40px 40px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#page-cat .cat-cnt-half li:nth-of-type(1) .cat-cnt-half-text::before {
    background-color: #ffb8a4;
}

#page-cat .cat-cnt-half li:nth-of-type(2) .cat-cnt-half-text::before {
    background-color: #ffeacf;
}

#page-cat .cat-cnt-half li:nth-of-type(3) .cat-cnt-half-text::before {
    background-color: #294023;
}

#page-cat .cat-cnt-half li:nth-of-type(4) .cat-cnt-half-text::before {
    background-color: #e73c01;
}

#page-cat .cat-cnt-half li:nth-of-type(5) .cat-cnt-half-text::before {
    background-color: #ffb8a4;
}

#page-cat .cat-cnt-half li:nth-of-type(6) .cat-cnt-half-text::before {
    background-color: #ffeacf;
}

#page-cat .cat-idea__inner--cnt03 {
    margin-bottom: 120px;
}

#page-cat .cat-idea__inner--cnt04 {
    margin-bottom: 80px;
}

#page-cat .cat-idea__inner--cnt05 .cat-cnt-half-img img {
    height: 560px;
}

#page-cat .cat-idea__inner--cnt05 li:nth-of-type(even) {
    margin-top: 0;
}

#page-cat .cat-idea__inner--cnt05 li h4 {
    display: flex;
    align-items: center;
    height: 93px;
}

#page-cat .cat-idea__inner--cnt05 li .cat-cnt-half-text {
    height: calc(100% - 560px);
}

@media screen and (max-width: 1240px) {
    #page-cat .cat-idea {
        padding-bottom: 20%;
    }

    #page-cat .cat-idea-h3 {
        padding: 6% 0;
        margin-bottom: 8%;
    }

    #page-cat .cat-idea__inner--cnt01 {
        margin-bottom: 12%;
    }

    #page-cat .cat-idea__inner--cnt02 {
        padding-bottom: 16%;
    }

    #page-cat .cat-idea-h3 h3 {
        font-size: 4.5vw;
    }

    #page-cat .cat-idea__inner--cnt03 {
        margin-bottom: 12%;
    }

    #page-cat .cat-idea__inner--cnt04 {
        margin-bottom: 8%;
    }

    #page-cat .cat-idea__inner--cnt05 .cat-cnt-half-img img {
        height: 45vw;
    }

    #page-cat .cat-idea__inner--cnt05 li .cat-cnt-half-text {
        height: calc(100% - 45vw);
    }
}

@media screen and (max-width: 640px) {
    #page-cat .cat-idea-h3 h3 {
        font-size: 20px;
        letter-spacing: 0;
        line-height: 2em;
    }

    #page-cat .cat-idea__inner--cnt05 li:not(:first-of-type) {
        margin-top: 8%;
    }

    #page-cat .cat-idea__inner--cnt05 li h4 {
        height: auto;
    }

    #page-cat .cat-idea__inner--cnt05 .cat-cnt-half-img img {
        height: 45vw;
    }

    #page-cat .cat-idea__inner--cnt05 li .cat-cnt-half-text {
        height: auto;
    }
}

#page-cat .cat-promise {
    background-color: #f4f4f4;
    padding: 180px 0 160px;
}

#page-cat .cat-promise__inner--title {
    margin-bottom: 40px;
}

.cat-promise__inner--cnt--text p {
    font-weight: 200;
}

#page-cat .cat-promise__inner--h3 {
    max-width: 800px;
    border-bottom: 6px dotted var(--font-color);
    padding-bottom: 40px;
    margin: 0 auto 20px;
}

#page-cat .cat-promise__inner--h3 h3 {
    font-weight: 500;
    font-size: 40px;
    letter-spacing: 0.08em;
    line-height: 1.5em;
    text-align: center;
}

#page-cat .cat-promise__inner--p {
    margin: 0 auto 100px;
}

#page-cat .cat-promise__inner--p p {
    font-size: 18px;
    letter-spacing: 0;
    text-align: center;
}

#page-cat .cat-promise__inner--cnt>ul {
    display: flex;
    justify-content: space-between;
}

#page-cat .cat-promise__inner--cnt>ul>li {
    width: 360px;
}

#page-cat .cat-promise__inner--cnt--img {
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 360px;
    height: 360px;
    border-radius: 360px;
    position: relative;
    margin: 0 auto;
}

#page-cat .cat-promise__inner--cnt--img--text {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
}

#page-cat .cat-promise__inner--cnt--img--text--num {
    display: block;
    font-weight: 500;
    font-size: 40px;
    letter-spacing: 0.08em;
    line-height: 1.5em;
    text-align: center;
}

#page-cat .cat-promise__inner--cnt--img--text--promise {
    display: block;
    font-size: 16px;
    letter-spacing: 0.05em;
    text-align: center;
}

#page-cat .cat-promise__inner--cnt--text h4 {
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.08em;
    line-height: 1.8em;
    text-align: center;
    border-bottom: 6px dotted var(--font-color);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

@media screen and (max-width: 1240px) {
    #page-cat .cat-promise {
        padding: 18% 0 16%;
    }

    #page-cat .cat-promise__inner--title {
        margin-bottom: 4%;
    }

    #page-cat .cat-promise__inner--h3 {
        padding-bottom: 4%;
        margin: 0 auto 2%;
    }

    #page-cat .cat-promise__inner--h3 h3 {
        font-size: 32px;
    }

    #page-cat .cat-promise__inner--p {
        margin: 0 auto 10%;
    }

    #page-cat .cat-promise__inner--p p {
        font-size: 16px;
    }

    #page-cat .cat-promise__inner--cnt>ul>li {
        width: 30vw;
    }

    #page-cat .cat-promise__inner--cnt--img {
        width: 30vw;
        height: 30vw;
    }

    #page-cat .cat-promise__inner--cnt--text h4 {
        font-size: 2.5vw;
    }
}

@media screen and (max-width: 640px) {
    #page-cat .cat-promise__inner--h3 {
        border-bottom: 3px dotted var(--font-color);
    }

    #page-cat .cat-promise__inner--h3 h3 {
        font-size: 20px;
    }

    #page-cat .cat-promise__inner--cnt>ul {
        display: block;
    }

    #page-cat .cat-promise__inner--cnt>ul>li {
        width: 100%;
        margin: 0 auto;
    }

    #page-cat .cat-promise__inner--p {
        margin-bottom: 20%;
    }

    #page-cat .cat-promise__inner--cnt>ul>li:not(:first-of-type) {
        margin-top: 20%;
    }

    #page-cat .cat-promise__inner--cnt--img {
        width: 85vw;
        height: 85vw;
    }

    #page-cat .cat-promise__inner--cnt--text h4 {
        font-size: 20px;
        border-bottom: 3px dotted var(--font-color);
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
}

#page-cat .cat-access-slider {
    width: 100%;
    margin: 0 auto;
}

#page-cat .cat-access-slider .swiper-slide img {
    padding: 10px 5px;
}

#page-cat .cat-access-slider .swiper-pagination {
    position: static;
    padding: 20px 0 80px;
}

#page-cat .cat-access-slider.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
}

#page-cat .cat-access-slider .swiper-pagination-bullet-active {
    background-color: #e73c01;
}

@media screen and (max-width: 1240px) {
    #page-cat .cat-access-slider .swiper-pagination {
        padding: 4% 0 8%;
    }
}

.cat-access-loop {
    border-top: 4px solid #ffffff;
    border-bottom: 4px solid #ffffff;
    box-sizing: content-box;
    padding: 40px 0;
    margin-bottom: 180px;
}

.cat-access-loop-cnt {
    background-image: url(../../pages/activeinovation/img/cat-access-loop.svg);
    background-position: 0 center;
    background-size: cover;
    background-repeat: repeat-x;
    width: 100%;
    min-height: 102px;
    animation: loop 40s linear infinite;
}

@media (max-width: 1240px) {
    .cat-access-loop {
        padding: 4% 0;
        margin-bottom: 18%;
    }
}

@media (max-width: 640px) {
    .cat-access-loop-cnt {
        min-height: 51px;
        animation: loopsp 30s linear infinite;
    }
}

@keyframes loop {
    from {
        background-position: 0 center;
    }

    to {
        background-position: -3170px center;
    }
}

@keyframes loopsp {
    from {
        background-position: 0 center;
    }

    to {
        background-position: -1585px center;
    }
}

#page-cat .cat-access {
    background-color: #f4f4f4;
    padding-bottom: 200px;
}

#page-cat .cat-access__inner--title {
    margin-bottom: 80px;
}

#page-cat .cat-access__inner--map {
    display: flex;
}

#page-cat .cat-access__inner--map--text {
    background-color: #ffffff;
    width: 50%;
    border-radius: 60px;
    padding: 60px;
}

#page-cat .cat-access__inner--map--text h4 {
    font-size: 24px;
    letter-spacing: 0.08em;
    line-height: 1.8em;
    border-bottom: 6px dotted var(--font-color);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#page-cat .cat-access__inner--map--text p {
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.8em;
}

#page-cat .cat-access__inner--map--text table {
    margin-top: 40px;
}

#page-cat .cat-access__inner--map--text table tr {
    display: block;
    color: #162113;
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 2em;
    border-bottom: 1px solid #dedede;
    padding: 5px 0;
}

#page-cat .cat-access__inner--map--text table tr th {
    width: 90px;
}

#page-cat .cat-access__inner--map--text table tr td {
    width: calc(100% - 90px);
}

#page-cat .cat-access__inner--map--iframe {
    width: 50%;
    position: relative;
}

#page-cat .cat-access__inner--map--iframe::before {
    content: '';
    background-image: url(../../pages/activeinovation/img/cat-access-icon02_pc.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 190px;
    height: 138px;
    position: absolute;
    top: -20px;
    right: 20px;
    margin: auto;
}

#page-cat .cat-access__inner--map--iframe::after {
    content: '';
    background-image: url(../../pages/activeinovation/img/cat-access-icon01_pc.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 59px;
    height: 58px;
    position: absolute;
    margin: auto;
    inset: 0;
    top: -81px;
}

#page-cat .cat-access__inner--map--iframe iframe {
    width: 100%;
    height: 100%;
    border-radius: 60px;
}

@media screen and (max-width: 1240px) {
    #page-cat .cat-access {
        padding-bottom: 20%;
    }

    #page-cat .cat-access__inner--title {
        margin-bottom: 8%;
    }

    #page-cat .cat-access__inner--map {
        display: block;
        max-width: 900px;
        margin: 0 auto;
    }

    #page-cat .cat-access__inner--map--text {
        width: 100%;
        border-radius: 40px;
        padding: 6%;
    }

    #page-cat .cat-access__inner--map--text table {
        margin-top: 4%;
    }

    #page-cat .cat-access__inner--map--iframe {
        width: 100%;
    }

    #page-cat .cat-access__inner--map--iframe iframe {
        height: 50vw;
        border-radius: 40px;
    }

    #page-cat .cat-access__inner--map--iframe::before {
        top: 0;
        right: 10px;
    }
}

@media screen and (max-width: 640px) {
    #page-cat .cat-access {
        padding-bottom: 20%;
    }

    #page-cat .cat-access__inner--title {
        margin-bottom: 8%;
    }

    #page-cat .cat-access__inner--map {
        display: block;
        max-width: 900px;
        margin: 0 auto;
    }

    #page-cat .cat-access__inner--map--text {
        width: 100%;
        border-radius: 40px;
        padding: 6%;
    }

    #page-cat .cat-access__inner--map--text p {
        font-size: 16px;
    }

    #page-cat .cat-access__inner--map--text table {
        margin-top: 4%;
    }

    #page-cat .cat-access__inner--map--iframe {
        width: 100%;
    }

    #page-cat .cat-access__inner--map--iframe iframe {
        height: 50vw;
        border-radius: 40px;
    }

    #page-cat .cat-access__inner--map--iframe::before {
        width: 45px;
        height: 34.5px;
    }

    #page-cat .cat-access__inner--map--iframe::after {
        /*width: 14.75px;
        height: 14.5px;*/
        width: 32px;
        height: 32px;
        top: -49px;
        background-size: contain;
        background-position: center;
    }

    #page-cat .cat-access__inner--map--text {
        border-radius: 20px;
        padding: 6%;
    }

    #page-cat .cat-access__inner--map--text h4 {
        font-size: 20px;
        border-bottom: 3px dotted var(--font-color);
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    #page-cat .cat-access__inner--map--text table tr {
        font-size: 14px;
    }

    #page-cat .cat-access__inner--map--text table tr th {
        width: 80px;
    }

    #page-cat .cat-access__inner--map--text table tr td {
        width: calc(100% - 80px);
    }
}

#page-cat .cat-staff {
    background-color: #f4f4f4;
    padding-bottom: 160px;
}

#page-cat .cat-staff__inner--title {
    margin: 0 auto 80px;
}

#page-cat .cat-staff__inner--cnt ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#page-cat .cat-staff__inner--cnt ul li {
    width: 32%;
    max-width: 372px;
    position: relative;
    margin: 0 auto;
}

#page-cat .cat-staff__inner--cnt ul li:nth-of-type(n + 4) {
    margin-top: 80px;
}

#page-cat .cat-staff__inner--cnt--img {
    margin-bottom: 20px;
}

#page-cat .cat-staff__inner--cnt--img img {
    object-fit: cover;
    width: 100%;
    height: 460px;
    border-radius: 200px 200px 20px 20px;
}

#page-cat .cat-staff__inner--cnt--post>span {
    background-color: #ffffff;
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 24px;
    padding: 10px;
}

#page-cat .cat-staff__inner--cnt--name {
    border-bottom: 6px dotted var(--font-color);
    padding: 20px 0;
    margin-bottom: 20px;
}

#page-cat .cat-staff__inner--cnt--name--ja {
    display: table;
    color: var(--main-color);
    font-size: 24px;
    letter-spacing: 0.08em;
    line-height: 1.8em;
    margin: 0 auto;
}

#page-cat .cat-staff__inner--cnt--name--en {
    display: table;
    color: #3a3a3a;
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 2em;
    margin: 0 auto;
}

#page-cat .cat-staff__inner--cnt--message {
    font-size: 18px;
    letter-spacing: 0.08em;
    line-height: 1.8em;
}

@media screen and (max-width: 1240px) {
    #page-cat .cat-staff {
        padding-bottom: 16%;
    }

    #page-cat .cat-staff__inner--title {
        margin-bottom: 8%;
    }

    #page-cat .cat-staff__inner--cnt--img img {
        height: 30vw;
        margin-bottom: 3%;
    }

    #page-cat .cat-staff__inner--cnt--message {
        font-size: 18px;
    }
}

@media screen and (max-width: 640px) {
    #page-cat .cat-staff__inner--cnt ul li {
        width: 100%;
        max-width: none;
    }

    #page-cat .cat-staff__inner--cnt ul li:not(:last-of-type) {
        margin-bottom: 8%;
    }

    #page-cat .cat-staff__inner--cnt--img {
        margin-bottom: 10px;
    }

    #page-cat .cat-staff__inner--cnt--img img {
        height: 80vw;
    }

    #page-cat .cat-staff__inner--cnt--name {
        border-bottom: 3px dotted var(--font-color);
        padding: 10px 0;
        margin-bottom: 10px;
    }

    #page-cat .cat-staff__inner--cnt--message {
        font-size: 16px;
    }
}

#page-cat .cat-profile {
    background-color: #f4f4f4;
    padding: 180px 0 200px;
}

#page-cat .cat-profile__inner--title {
    margin-bottom: 30px;
}

#page-cat .cat-profile__inner--title .cat-title-center {
    height: 180px;
}

#page-cat .cat-profile__inner--h3 {
    max-width: 800px;
    border-bottom: 6px dotted var(--font-color);
    padding-bottom: 40px;
    margin: 0 auto 20px;
}

#page-cat .cat-profile__inner--h3 h3 {
    font-weight: 500;
    font-size: 40px;
    letter-spacing: 0.08em;
    line-height: 1.5em;
    text-align: center;
}

#page-cat .cat-profile__inner--p {
    margin: 0 auto 80px;
}

#page-cat .cat-profile__inner--p p {
    font-size: 18px;
    letter-spacing: 0;
    text-align: center;
}

#page-cat .cat-profile__inner--cnt {
    margin-bottom: 80px;
}

#page-cat .cat-profile__inner--cnt>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#page-cat .cat-profile__inner--cnt>ul>li {
    width: 372px;
}

#page-cat .cat-profile__inner--cnt>ul>li:nth-of-type(n + 4) {
    margin-top: 80px;
}

#page-cat .cat-profile__inner--cnt--img {
    margin-bottom: 30px;
}

#page-cat .cat-profile__inner--cnt--img img {
    object-fit: cover;
    width: 100%;
    height: 270px;
    border-radius: 60px;
}

#page-cat .cat-profile__inner--cnt--text h4 {
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 0.08em;
    line-height: 1.8em;
    text-align: center;
    border-bottom: 6px dotted var(--font-color);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#page-cat .cat-profile__inner--info {
    background-color: #ffffff;
    border-radius: 60px;
    padding: 80px;
}

#page-cat .cat-profile__inner--info table {
    display: block;
    width: 100%;
}

#page-cat .cat-profile__inner--info table tbody {
    display: block;
    width: 100%;
}

#page-cat .cat-profile__inner--info table tr {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#page-cat .cat-profile__inner--info table tr th {
    width: 200px;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0.08em;
    line-height: 1.8em;
    border-bottom: 1px solid var(--main-color);
    padding: 30px 0;
    padding-left: 20px;
}

#page-cat .cat-profile__inner--info table tr td {
    width: calc(100% - 210px);
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.8em;
    border-bottom: 1px solid #dedede;
    padding: 30px 0;
}

.cat-profile__inner--cnt--text p {
    font-weight: 200;
}

@media screen and (max-width: 1240px) {
    #page-cat .cat-profile {
        padding: 18% 0 20%;
    }

    #page-cat .cat-profile__inner--title {
        margin-bottom: 4%;
    }

    #page-cat .cat-profile__inner--h3 {
        padding-bottom: 4%;
        margin: 0 auto 2%;
    }

    #page-cat .cat-profile__inner--h3 h3 {
        font-size: 32px;
    }

    #page-cat .cat-profile__inner--p {
        margin: 0 auto 8%;
    }

    #page-cat .cat-profile__inner--p p {
        font-size: 16px;
    }

    #page-cat .cat-profile__inner--cnt {
        margin-bottom: 8%;
    }

    #page-cat .cat-profile__inner--cnt>ul>li {
        width: 32%;
    }

    #page-cat .cat-profile__inner--cnt>ul>li:nth-of-type(n + 4) {
        margin-top: 8%;
    }

    #page-cat .cat-profile__inner--cnt--img {
        margin-bottom: 20px;
    }

    #page-cat .cat-profile__inner--cnt--img img {
        height: 20vw;
        border-radius: 40px;
    }

    #page-cat .cat-profile__inner--cnt--text h4 {
        font-size: 1.8vw;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    #page-cat .cat-profile__inner--info {
        border-radius: 40px;
        padding: 8%;
    }

    #page-cat .cat-profile__inner--info table tr th {
        width: 150px;
        padding: 20px 0;
        padding-left: 0;
    }

    #page-cat .cat-profile__inner--info table tr td {
        width: calc(100% - 160px);
        padding: 20px 0;
    }
}

@media screen and (max-width: 640px) {
    #page-cat .cat-profile__inner--title .cat-title-center {
        height: 20vw;
    }

    #page-cat .cat-profile__inner--h3 {
        border-bottom: 3px dotted var(--font-color);
    }

    #page-cat .cat-profile__inner--h3 h3 {
        font-size: 20px;
    }

    #page-cat .cat-profile__inner--cnt>ul {
        display: block;
    }

    #page-cat .cat-profile__inner--cnt>ul>li {
        width: 100%;
        margin: 0 auto;
    }

    #page-cat .cat-profile__inner--cnt>ul>li:nth-of-type(n + 4) {
        margin-top: 0;
    }

    #page-cat .cat-profile__inner--cnt>ul>li:not(:last-of-type) {
        margin-bottom: 8%;
    }

    #page-cat .cat-profile__inner--cnt--img img {
        height: 50vw;
        border-radius: 20px;
    }

    #page-cat .cat-profile__inner--cnt--text h4 {
        font-size: 18px;
        border-bottom: 3px dotted var(--font-color);
    }

    #page-cat .cat-profile__inner--info {
        border-radius: 20px;
        padding: 8% 4%;
    }

    #page-cat .cat-profile__inner--info table tr th {
        width: 80px;
        font-size: 14px;
        padding: 10px 0;
        padding-left: 0;
    }

    #page-cat .cat-profile__inner--info table tr td {
        width: calc(100% - 90px);
        font-size: 14px;
        padding: 10px 0;
    }
}

#page-cat .cat-form {
    overflow: hidden;
    background-color: #ffffff;
    padding: 200px 0 160px;
}

#page-cat .cat-form__inner--title {
    margin-bottom: 40px;
}

#page-cat .cat-form__inner--title .cat-title-center::before {
    background-image: url(../../pages/activeinovation/img/cat-title-ear-grey.svg);
}

#page-cat .cat-form__inner--title .cat-title-left img {
    max-width: 100%;
}

#page-cat .cat-form__inner--title .cat-title-right img {
    max-width: 100%;
}

#page-cat .cat-form__inner--title .cat-title-center {
    background-color: #f4f4f4;
    height: 180px;
}

#page-cat .cat-form__inner--h3 {
    max-width: 800px;
    border-bottom: 6px dotted var(--font-color);
    padding-bottom: 40px;
    margin: 0 auto 20px;
}

#page-cat .cat-form__inner--h3 h3 {
    font-weight: 500;
    font-size: 40px;
    letter-spacing: 0.08em;
    line-height: 1.5em;
    text-align: center;
}

#page-cat .cat-form__inner--p {
    margin: 0 auto 80px;
}

#page-cat .cat-form__inner--p p {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.8em;
    text-align: center;
}

@media screen and (max-width: 1240px) {
    #page-cat .cat-form {
        padding: 20% 0 16%;
    }

    #page-cat .cat-form__inner--title {
        margin-bottom: 4%;
    }

    #page-cat .cat-form__inner--h3 {
        padding-bottom: 4%;
        margin: 0 auto 2%;
    }

    #page-cat .cat-form__inner--h3 h3 {
        font-size: 32px;
    }

    #page-cat .cat-form__inner--p {
        margin: 0 auto 8%;
    }

    #page-cat .cat-form__inner--p p {
        font-size: 16px;
    }
}

@media screen and (max-width: 640px) {
    #page-cat .cat-form__inner--title .cat-title-center {
        height: 20vw;
    }

    #page-cat .cat-form__inner--h3 h3 {
        font-size: 20px;
    }
}

@media screen and (max-width: 374px) {
    #page-cat .cat-worries__inner--h4 h4 {
        font-size: 18px;
    }

    #page-cat .cat-worries__inner--resolve p {
        font-size: 17px;
    }
}

/*フォーム作成*/
form {
    max-width: 1000px;
    width: 100%;
    margin: auto;
}

form ul.clearfix {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 24px;
    font-size: 16px;
    align-items: center;
}

@media screen and (max-width:640px) {
    form ul.clearfix {
        font-size: 13px;
    }
}

form ul.clearfix::after {
    display: none;
}

form ul.clearfix li:first-of-type {
    width: 330px;
}

form ul.clearfix li:first-of-type div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

form ul.clearfix li:last-of-type {
    width: calc(100% - 350px);
}

@media screen and (max-width:640px) {
    form ul.clearfix li:last-of-type {
        width: 100%;
        margin-top: 14px;
    }
}

span.item-req {
    background: #e73c02;
    color: #fff;
    padding: 4px 12px;
    font-size: 12px;
    border-radius: 1000px;
}

.privacy-box {
    border: 1px solid;
    padding: 14px;
    height: 140px;
    overflow-y: scroll;
}

.section-form__check1,
.section-form__check2,
.section-form__check3 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

form ul.clearfix li:last-of-type span,
form ul.clearfix li:last-of-type span input[type='text'],
form ul.clearfix li:last-of-type span input[type='tel'],
form ul.clearfix li:last-of-type span textarea {
    width: 100%;
    display: block;
}

form ul.clearfix li:last-of-type span input[type='text'],
form ul.clearfix li:last-of-type span input[type='tel'],
form ul.clearfix li:last-of-type span textarea {
    background-color: #f4f4f4;
    border-radius: 8px;
    padding: 16px 18px;
}

.item-notice {
    margin-top: 14px;
}

.item-notice p,
.item-notice span,
.item-notice strong {
    font-size: 14px;
}

.item-notice p {
    margin-top: 8px;
}

input.submit1,
input.submit2,
input.submit3 {
    background: #e73c01;
    color: #fff;
    padding: 17px;
    font-size: 18px;
    max-width: 260px;
    width: 100%;
    display: block;
    text-align: center;
    margin: auto;
    border-radius: 10000px;
}

ul.form-tab.clearfix {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 120px;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

@media screen and (max-width:640px) {
    ul.form-tab.clearfix {
        width: 100%;
        margin: 0 auto 40px;
    }

    ul.form-tab.clearfix button p {
        font-size: 18px;
        line-height: 1.5;
        display: none;
    }
}

ul.form-tab.clearfix button {
    width: calc((100% / 3) - 20px);
}

.item-form.itemform_add_search {
    display: flex;
    justify-content: space-between;
}

form ul.clearfix li:last-of-type .item-form.itemform_add_search span {
    width: calc(100% - 150px);
}

@media screen and (max-width:640px) {
    form ul.clearfix li:last-of-type .item-form.itemform_add_search span {
        width: calc(100% - 120px);
    }
}

.item-form.itemform_add_search button {
    background-color: #e73c01;
    color: #fff;
    border-radius: 8px;
    width: 140px;
    text-align: center;
}

@media screen and (max-width:640px) {
    .item-form.itemform_add_search button {
        width: 100px;
    }
}

ul.form-tab.clearfix button {
    width: calc((100% / 3) - 20px);
    padding-top: 100px;
    padding-bottom: 90px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 200px 200px 20px 20px;
    background-position: center center;
    background-position: center center;
    color: #FFEACF;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

ul.form-tab.clearfix .clearfix::after {
    display: none;
}

@media screen and (max-width:640px) {
    ul.form-tab.clearfix button {
        width: calc((100% / 3) - 5px);
        padding-top: 24px;
        padding-bottom: 14px;
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 200px 200px 20px 20px;
        background-position: center center;
        background-position: center center;
        color: #FFEACF;
        background-size: cover;
        position: relative;
        overflow: hidden;
    }
}

ul.form-tab.clearfix button::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #294023d9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
}

ul.form-tab.clearfix button:hover:before {
    background-color: #2940237e;
    opacity: 0.5;
    transition: 0.3s;
}

ul.form-tab.clearfix button.active::before {
    background-color: #2940237e;
    opacity: 0.5;
}

form ul.clearfix li:last-of-type span textarea {
    line-height: 1.5;
}

.privacy-box {
    line-height: 1.5;
}

ul.form-tab.clearfix button h2 {
    margin-top: 12px;
    margin-bottom: 32px;
    font-size: 24px;
}

ul.form-tab.clearfix button p {
    font-size: 18px;
    line-height: 1.5;
}

ul.form-tab.clearfix button p,
ul.form-tab.clearfix button h2,
ul.form-tab.clearfix button img {
    z-index: 2;
    position: relative;
}

ul.form-tab.clearfix button.form-select:nth-child(1) {
    background-image: url('img/doc-image_bg.jpg');
}

.form-select:nth-child(2) {
    background-image: url('img/consul-image_bg.jpg');

}

.form-select:nth-child(3) {
    background-image: url('img/modelhouse-image_bg.jpg');

}

@media screen and (max-width:640px) {
    ul.form-tab.clearfix button h2 {
        margin-top: 12px;
        margin-bottom: 0px;
        font-size: 14px;
    }
}

.privacy-box h3 {
    font-size: 14px;
    margin-bottom: 16px;
}

.privacy-box p {
    font-size: 14px;
    margin-bottom: 32px;
}

span.wpcf7-not-valid-tip {
    display: none !important;
}

#page-cat .cat-thanks {
    max-width: 940px;
    width: 100%;
    height: 80vh;
    margin: 0 auto;
    padding: 100px 20px 0;
    background: #f4f4f4;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    flex-direction: column;
    gap: 40px;
}

#page-cat .cat-thanks p {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6em;
    width: 100%;

    @media screen and (max-width:1024px) {
        font-size: 16px;
        padding: 100px 2% 0;

    }
}

/* @media screen and (max-width:1024px) {
    padding: 100px 2% 0;
} */

@media screen and (max-width:640px) {
    #page-cat .cat-thanks {
        padding: 80px 2% 0;
    }
}

#page-cat .cat-thanks a {
    display: block;
    width: 320px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    /*     width: 100%; */
    height: 100px;
    border-radius: 100px;
    position: relative;
    font-family: var(--font-ja);
    font-weight: bold;
}

#page-cat .cat-thanks a:hover {
    background-color: #ffeacf;
}

#page-cat .cat-thanks a::before {
    content: '';
    background-image: url(../../pages/activeinovation/img/cat-cta-icon-ear_pc.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 81px;
    height: 53px;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
}

#page-cat .cat-thanks a:hover::before {
    background-image: url(../../pages/activeinovation/img/cat-cta-icon-ear_hover_pc.svg);
}

#page-cat .cat-thanks a::after {
    content: '';
    background-image: url(../../pages/activeinovation/img/cat-cta-icon-pow_pc.svg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 3;
    visibility: hidden;
    width: 53px;
    height: 107px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transform: translateY(197px);
    transition: 0.2s;
}

#page-cat .cat-thanks a:hover::after {
    visibility: visible;
    transform: translateY(90px);
}