/* ----------------------------------------------

これはbusiness用のcssファイルです

----------------------------------------------- */



/* ----------------------------------------------
カラー
----------------------------------------------- */
:root{
    --color-bk: #212121;
    --color-wh: #fff;
    --color-red: #C6001B;
    --color-gray: #F2F2F2;
    --color-gray02: #727283;
    --color-transparent: rgba(255, 255, 255, 0.2);
}

/* ----------------------------------------------
フォント
----------------------------------------------- */

@font-face {
    font-family: "Source Han Code JP";
    src: url("../fonts/SourceHanCodeJP-Heavy.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    unicode-range: U+0080-FFFF;
}

@font-face {
    font-family: "Source Han Code JP";
    src: url("../fonts/SourceHanCodeJP-Bold.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
    unicode-range: U+0080-FFFF;
}

@font-face {
    font-family: "Source Han Code JP";
    src: url("../fonts/SourceHanCodeJP-Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
    unicode-range: U+0080-FFFF;
}

@font-face {
    font-family: "Source Han Code JP";
    src: url("../fonts/SourceHanCodeJP-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    unicode-range: U+0080-FFFF;
}

@font-face {
    font-family: "Source Han Code JP";
    src: url("../fonts/SourceHanCodeJP-Normal.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
    unicode-range: U+0080-FFFF;
}

@font-face {
    font-family: "Source Han Code JP";
    src: url("../fonts/SourceHanCodeJP-Light.otf") format("opentype");
    font-weight: 200;
    font-style: normal;
    unicode-range: U+0080-FFFF;
}

@font-face {
    font-family: "Source Han Code JP";
    src: url("../fonts/SourceHanCodeJP-ExtraLight.otf") format("opentype");
    font-weight: 100;
    font-style: normal;
    unicode-range: U+0080-FFFF;
}

:root{
    --font-jp: "Source Han Code JP", sans-serif;
    --font-en: "IBM Plex Sans", sans-serif;
}



/* ----------------------------------------------
トップページ
----------------------------------------------- */

/* hero
----------------------------------------------- */

.p-busHeading__wrap{
    width: 100%;
    height: 100svh;
    position: relative;
}

.p-busHeading__txtBox{
    position: absolute;
    left: 40px;
    bottom: 40px;
    z-index: 2;
    color: var(--color-wh);
}

.p-busHeading__txtBox h2{
    font-size: 6.268em;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
}

.p-busHeading__txtBox h2 span{
    font-size: 0.349em;
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: 0.15em;
    display: block;
    margin-top: 48px;
}

.p-busHeading__imageBox{
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100svh;
    top: 0;
    left: 0;
}

.p-busHeading__imageBox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}


@media screen and (max-width: 768px) {
    
    .p-busHeading__imageBox{
        height: 100svh;
    }
    
    .p-busHeading__txtBox{
        width: 100%;
        left: 50%;
        bottom: 40px;
        transform: translateX(-50%);
    }
    
    .p-busHeading__txtBox h2{
        font-size: 4em;
        text-align: center;
    }
    
    .p-busHeading__txtBox h2 span{
        margin-top: 24px;
        padding-left: 40px;
    }
    
}


/* service
----------------------------------------------- */

.p-topService__heading{
    position: relative;
    z-index: 2;
    color: var(--color-wh);
}

.p-topService__heading .l-container{
    padding-block: 64px 0;
}

.p-topService__heading h4{
    font-size: 2em;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 40px;
}

.p-topService__heading p{
    font-size: 1em;
    line-height: 2;
    border-bottom: 1px solid var(--color-wh);
    padding-bottom: 80px;
}

.p-topService__wrap{
    position: relative;
    z-index: 2;
}

.p-topService__wrap .l-container{
    padding-block: 80px 0;
    color: var(--color-wh);
}

.p-topService__grid{
    display: flex;
    justify-content: flex-start;
    gap: 40px;
}

.p-topService__grid + .p-topService__grid{
    margin-top: 80px;
}

.p-topService__list{
    border-bottom: 1px solid var(--color-wh);
    padding-bottom: 64px;
    display: flex;
    flex-direction: column;
}

.p-topService__gridText{
    padding-block: 32px;
    display: flex;
    flex-direction: column;
    width: 630px;
}

.p-topService__grid .c-btn__right{
    margin-top: auto;
}

.p-topService__grid .title{
    font-size: 2em;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 40px;
}

.p-topService__grid .title span{
    font-size: 20px;
    padding-left: 20px;
}

.p-topService__grid .copy{
    font-size: 1em;
    line-height: 2;
}








@media screen and (min-width: 769px) {
    
    .p-topService__grid:nth-of-type(even){
        flex-direction: row-reverse;
    }
    
    .p-topService__list.reverse .p-topService__grid:nth-of-type(even){
        flex-direction: row;
    }
    
    .p-topService__list.reverse .p-topService__grid:nth-of-type(odd){
        flex-direction: row-reverse;
    }
    
    .p-topService__gridImage{
        width: 632px;
    }
    
    .p-topService__gridText{
        width: 627px;
    }
    
    
}

@media screen and (max-width: 768px) {
    
    .p-topService__heading h4{
        font-size: 1.375em;
    }
    
    .p-topService__heading .c-title04{
        margin-bottom: 24px;
    }
    
    .p-topService__heading p{
        font-size: 0.875em;
        line-height: 1.889;
    }
    
    .p-topService__grid{
        flex-direction: column-reverse;
        gap: 20px;
    }
    
    .p-topService__gridImage{
        width: 100%;
    }
    
    .p-topService__gridText{
        padding-block: 0;
        width: 100%;
    }
    
    .p-topService__grid .title{
        font-size: 1.2em;
        margin-bottom: 20px;
    }
    
    .p-topService__grid .copy{
        margin-bottom: 20px;
        font-size: 0.875em;
        line-height: 1.889;
    }
    
    .p-topService__grid + .p-topService__grid{
        margin-top: 64px;
    }
    
}
/* feature
----------------------------------------------- */

.p-topFeature__wrap{
    position: relative;
    z-index: 2;
    padding-block: 80px 60px;
}

.p-topFeature__title {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 0 40px;
}

.p-topFeature__title .c-title04 {
    position: relative;
    z-index: 2;
    margin-bottom: 60px;
}

.p-topFeature__title .c-btn__left {
    padding-bottom: 70px;
}

.p-recruit__gridCopy{
    color: var(--color-wh);
    font-size: 2em;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 80px;
    position: relative;
    z-index: 2;
}


.p-topFeature__list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0 32px;
    font-size: 1.8em;
    line-height: 1.6;
    font-weight: 600;
    color: var(--color-wh);
    padding-bottom: 50px;
    border-bottom:1px solid var(--color-wh) ;
}

.p-topFeature__list li span {
    font-size: 3.5em;
    font-weight: 600;
    line-height: 0.8;
    -webkit-text-stroke: 3px var(--color-wh);
    text-stroke: 3px var(--color-wh);
    paint-order: stroke;
    color: var(--color-bk);
}


.p-largeBnr__block02{
    position: relative;
    z-index: 2;
    border-top: 1px solid var(--color-wh);
}

.p-largeBnr__block02 a{
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
}


.p-largeBnr__block02Image{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.p-largeBnr__block02Image::before{
    content: '';
    position: absolute;
    top:0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    transition: ease 0.4s;
}

.p-largeBnr__block02Image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.p-largeBnr__block02Text{
    padding-block: 100px;
    position: relative;
    z-index: 2;
}

.p-largeBnr__block02Heading{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 0 40px;
    margin-bottom: 38px;
}

.p-largeBnr__block02 .c-title04{
    color: var(--color-wh);
    margin-bottom: 0;
}

.p-largeBnr__block02 .c-title04 .small{
    color: var(--color-wh);
}

.p-largeBnr__block02.flow .c-title04 .small::before{
    background: var(--color-wh);
}

.p-largeBnr__block02.flow .p-largeBnr__block02Heading{
  gap: 0 calc(150vw / 13);
  margin-bottom: 0;
  align-items: center;
}

.p-largeBnr__block02Text p{
    color: var(--color-wh);
    font-size: 1.75em;
    line-height: 1.75;
    font-weight: 600;
}

.p-largeBnr__block02 a:hover{
    opacity: 1;
}

@media screen and (min-width: 769px) {
    
    .p-topFeature__list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 100px;
        row-gap: 50px;
    }
    
    .p-topFeature__list li:nth-child(1) {
        grid-column: 1;
        grid-row: 1;
    }
    .p-topFeature__list li:nth-child(2) {
        grid-column: 1;
        grid-row: 2;
    }
    .p-topFeature__list li:nth-child(3) {
        grid-column: 1;
        grid-row: 3;
    }
    
    .p-topFeature__list li:nth-child(4) {
        grid-column: 2;
        grid-row: 2;
        position: relative;
        top:-6rem;
    }
    .p-topFeature__list li:nth-child(5) {
        grid-column: 2;
        grid-row: 3;
        position: relative;
        top:-6rem;
    }
    .p-topFeature__list li:nth-child(6) {
        grid-column: 2;
        grid-row: 4;
        position: relative;
        top:-6rem;
    }

    .p-largeBnr__block02 a:hover .p-largeBnr__block02Image::before{
        opacity: 1;
    }

    .p-largeBnr__block02 .c-arr__icon01:after{
        content: '';
        width: 0;
        height: 100%;
        border-radius: 50%;
        background: var(--color-wh);
        top: 0;
        left: 0;
        position: absolute;
        transition: ease 0.4s;
        z-index: 2;
        display: block;
    }

    .p-largeBnr__block02 a:hover .c-arr__icon01:after{
        width: 100%;
    }
    
}

@media screen and (max-width: 768px) {
    .p-recruit__gridCopy{
        font-size: 1.375em;
    }
    
    .p-topFeature__title .c-title04{
        margin-bottom: 24px;
    }
    
    .p-topFeature__list{
        display: flex;
        flex-direction: column;
        gap: 24px;
    }
    
    .p-topFeature__list li{
        font-size: 1.2em;
        gap: 0 16px;
        padding-bottom: 24px;
    }
    
    .p-topFeature__list li span{
        font-size: 2.5em;
    }
    
    .p-largeBnr__block02Text{
        padding-block: 80px;
    }
    
    .p-largeBnr__block02 .c-title04{
        font-size: 2.3em;
    }
    
    .p-largeBnr__block02Heading{
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    
    .p-largeBnr__block02Text p{
        font-size: 1.375em;
    }
    
    .p-topFeature__title .c-title04{
        font-size: 2.3em;
    }
    
    .p-topFeature__title{
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 24px;
    }
    
    .p-topFeature__title .c-btn__left{
        padding-bottom: 0;
    }

    .p-largeBnr__block02.flow .p-largeBnr__block02Heading{
        gap: 0 calc(150vw / 13);
        margin-bottom: 0;
        flex-direction: row;
        align-items: center;
    }
}


/* ----------------------------------------------
SUSの特徴
----------------------------------------------- */

.p-business__heading{
    padding-block: 100px;
    color: var(--color-wh);
}

.p-serviceAbout__wrap02 + .p-business__heading{
    padding-top: 0;
}

.p-business__read{
    font-size: 1.125em;
    font-weight: 400;
    line-height: 1.8;
    color: var(--color-wh);
}

.p-pageLink__list{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    color: var(--color-wh);
    gap: 40px;
    margin-bottom: 100px;
}

.p-pageLink__list a{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.c-title02 + .p-pageLink__nav{
    margin-top: 80px;
}

.p-pageLink__navItem{
    display: flex;
    align-items: center;
    font-weight: 600;
    border-bottom: 1px solid var(--color-wh);
    padding-bottom: 20px;
    position: relative;
}

.p-pageLink__navItem.current::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 3px solid var(--color-wh);
}

.p-pageLink__navItem.current a{
    pointer-events: none;
}

.p-pageLink__navItem .en{
    font-size: 1.5em;
    display: block;
    margin-bottom: 20px;
    line-height: 1;
}

.p-pageLink__navItem h3{
    position: relative;
    padding-right: 60px;
    margin-top: auto;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 2em;
    line-height: 1.5;
}

.service .p-pageLink__navItem h3{
    min-height: auto;
}

.p-pageLink__navItem i{
    background: rgba(255, 255, 255, 0.2);
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid var(--color-wh);
    position: absolute;
    z-index: 1;
    overflow: hidden;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.p-pageLink__navItem i::after{
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    border: 1px solid var(--color-wh);
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translate(-50%, -50%) rotate(135deg);
    position: absolute;
    top: 45%;
    left: 50%;
    transition: ease 0.4s;
    z-index: 3;
}

@media screen and (max-width: 768px) {
    .p-pageLink__navItem h3{
        font-size: 1.5em;
    }

     .p-pageLink__navItem h3 br{
        display: none;
     }

     .c-title02 + .p-pageLink__nav{
        margin-top: 40px;
    }

    
}

@media screen and (max-width: 480px) {
    
    .p-business__heading{
        padding-block: 80px;
    }
    
    .p-business__heading .c-title03.large{
        margin-bottom: 40px;
    }
    
    .p-business__read{
        font-size: 0.875em;
    }
    .p-pageLink__list{
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    
    .p-pageLink__navItem .en{
        font-size: 0.75em;
        margin-bottom: 16px;
    }
    
    .p-pageLink__navItem h3{
        font-size: 1em;
        min-height: auto;
        padding-right: 50px;
    }
    
    .p-pageLink__navItem i{
        right: 0;
    }
    
    
}

.p-feature__wrap{
    padding-block: 100px 120px;
}

.p-card__grid01{
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    padding: 40px;
    background: var(--color-wh);
}

.p-card__grid01 + .p-card__grid01{
    margin-top: 40px;
}

.p-card__grid01 h3{
    font-size: 2em;
    line-height: 1.5;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    gap: 8px 0;
    margin-bottom: 20px;
}

.p-card__grid01 picture + h3{
    margin-top: 40px;
}

.p-card__grid01 h3 span {
    color: var(--color-red);
    font-size: 0.75em;
    line-height: 1.333;
}

.p-card__grid01 h4 {
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.667;
}
.p-card__grid01 p{
    color: var(--color-gray02);
    font-size: 1em;
    line-height: 2;
    max-width: 930px;
    margin-inline: auto;
}

.p-card__grid01 picture + p{
    margin-top: 40px;
}

.p-card__grid01 .grid{
    display: flex;
    align-items: center;
    gap:20px 40px ;
    margin-top: 40px;
}

.p-card__grid01 .grid.reverse{
    flex-direction: row-reverse;
}

.p-card__grid01Left{
    width: 500px;
}

.p-card__grid01Left img{
    border-radius: 10px;
}

.p-card__grid01Right{
    width: 680px;
}

.p-feature__wrap .c-table__primary thead {
    background: #686868;
    color: var(--color-wh);
}

.bg-bk .p-feature__wrap .c-table__primary th{
    color: var(--color-wh);
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 600;
    width: 25%;
    position: relative;
}

.p-feature__wrap .c-table__primary tr:first-child th+th:before {
    content: '';
    width: 1px;
    height: calc(100% - 40px);
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    background: var(--color-wh);
}

.p-feature__wrap .c-table__primary tr:first-child td+td:before {
    content: '';
    width: 1px;
    height: calc(100% - 40px);
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    background: var(--color-bk);
}

.bg-bk .p-feature__wrap .c-table__primary tr {
    border-bottom: 1px solid var(--color-bk);
}

.p-feature__wrap .c-table__primary tr:first-child td {
    padding-top: 20px;
}

.bg-bk .p-feature__wrap .c-table__primary td{
    color: var(--color-bk);
    width: 25%;
}

.p-feature__wrap .c-table__block{
    margin-top: 40px;
}

.p-feature__wrap .c-table__primary td{
    vertical-align: top;
}


@media screen and (max-width: 768px) {
    .p-feature__wrap{
        padding-block: 0 80px;
    }
    
    .p-card__grid01{
        padding: 24px;
    }
    
    .p-card__grid01 h3 span{
        font-size: 14px;
    }
    
    .p-card__grid01 h3{
        font-size: 1em;
    }
    
    .p-card__grid01 h4{
        font-size: 0.875em;
    }
    
    .p-card__grid01 p{
        font-size: 0.875em;
    }
    
    .p-card__grid01 picture + p{
        margin-top: 20px;
    }
    
    .p-card__grid01 .grid{
        flex-direction: column;
        margin-top: 20px;
    }
    
    .p-card__grid01 .grid.reverse {
        flex-direction: column;
    }
    
    .p-card__grid01Left{
        width: 100%;
    }
    
    .p-card__grid01Right{
        width: 100%;
    }
    
    .p-card__grid01 .sp-scroll{
        overflow-x: scroll;
        width: 100%;
        display: block;
    }
    
    .p-card__grid01 .sp-scroll img{
        width: 700px;
    }
    
}

/* ----------------------------------------------
エンジニアリングソリューション
----------------------------------------------- */

.p-engineerTop__wrap{
  padding-block: 0 120px;
}

.p-engineerTop__list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: calc(40vw / 13);
}

.p-engineerTop__listItem {
    width: calc((100% / 3) - (40vw / 13));
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    padding: 40px;
    background: var(--color-wh);
    cursor: pointer;
}

.p-engineerTop__listItem figure {
    font-size: 1.4em;
    font-weight: 600;
    line-height: 1.417;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-bottom: 8px;
    gap: 20px 0;
}

.p-engineerTop__listItem figure img{
    width: auto;
    height: 120px;
}

.p-engineerTop__listItem figure figcaption{
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.p-engineerTop__listItem .modal-btn{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: var(--color-red) 1px solid;
    border-radius: 50%;
    background: var(--color-wh);
    transition: ease 0.4s;
    margin-inline: auto;
    position: relative;
}

.p-engineerTop__listItem .modal-btn::before,
.p-engineerTop__listItem .modal-btn::after{
    content: '';
    width: 15px;
    height: 1px;
    background: var(--color-red);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: ease 0.4s;
    z-index: 2;
}

.p-engineerTop__listItem .modal-btn::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.p-engineerTop__modal {
    position: fixed;
    width: 100vw;
    height: 100dvh;
    background: rgba(33, 33, 33, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    top: 0;
    left: 0;
    color: var(--color-wh);
    padding: 80px;
    opacity: 0;
    transition: ease 0.4s;
    visibility: hidden;
}

.p-engineerTop__modal.show {
    opacity: 1;
    visibility: visible;
}

.p-engineerTop__modalBlock {
    border-radius: 10px;
    background: var(--color-wh);
    padding: 60px;
    width: calc(1300vw / 14.4);
    height: auto;
    max-width: 1300px;
    position: relative;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
    color: var(--color-bk);
}

.p-engineerTop__closeBtn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #6C6C6C;
    border: 1px solid var(--color-wh);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -20px;
    right: -20px;
    transform: rotate(45deg);
    transition: ease 0.4s;
    cursor: pointer;
}

.p-engineerTop__closeBtn i {
    width: 28px;
    height: 28px;
    position: relative;
    display: inline-block;
}

.p-engineerTop__closeBtn i::before,
.p-engineerTop__closeBtn i::after {
    content: '';
    width: 100%;
    height: 1px;
    background: var(--color-wh);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: ease 0.4s;
}

.p-engineerTop__closeBtn i::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.p-engineerTop__modal .title{
  display: flex;
  align-items: center;
  gap: 0 40px;
  font-size: 1.875em;
  font-weight: 600;
  padding-bottom: 40px;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 40px;
}

.p-engineerTop__modal .title i{
  display: inline-block;
  position: relative;
}

.p-engineerTop__modal .title i::before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
  border-radius: 50%;
  background: #F7F7F7;
  z-index: 1;
}

.p-engineerTop__modal .title i img{
  width: 80px;
  height: 80px;
  position: relative;
  z-index: 2;
}

.p-engineerTop__modal .dl-group{
  display: grid;
  grid-template-columns: 100px calc(100% - 120px);
  gap: 0 20px;
}

.p-engineerTop__modal .dl-group dt{
  padding-block: 10px;
  border-bottom: 1px solid var(--color-red);
  font-weight: 600;
  line-height: 2;
}

.p-engineerTop__modal .dl-group dd{
  padding-block: 10px;
  border-bottom: 1px solid #D9D9D9;
  font-weight: 400;
  color: var(--color-gray02);
  line-height: 2;
  word-break: break-all;
}

@media screen and (min-width: 821px) {

  .p-engineerTop__listItem:hover .modal-btn{
    transform: rotate(90deg);
    background: var(--color-red);
  }

  .p-engineerTop__listItem:hover .modal-btn::before,
  .p-engineerTop__listItem:hover .modal-btn::after{
    background: var(--color-wh);
  }

  .p-engineerTop__closeBtn:hover{
    transform: rotate(135deg);
    background: var(--color-wh);
    border-color: var(--color-bk);
  }

  .p-engineerTop__closeBtn:hover i::before,
  .p-engineerTop__closeBtn:hover i::after{
    background: var(--color-bk);
  }
}

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

  .p-engineerTop__wrap{
    padding-block: 0 80px;
  }

  .p-engineerTop__list{
    gap: 20px;
  }

  .p-engineerTop__listItem{
    width: calc((100% / 2) - 20px);
    padding: 20px 8px;
  }

  .p-engineerTop__listItem figure img{
    width: auto;
    height: 60px;
  }

  .p-engineerTop__listItem figure figcaption{
    height: 40px;
  }

  .p-engineerTop__listItem figure{
    font-size: 0.875em;
  }

  .p-engineerTop__listItem .modal-btn{
    width: 32px;
    height: 32px;
  }

  .p-engineerTop__listItem .modal-btn::before,
  .p-engineerTop__listItem .modal-btn::after{
    width: 12px;
  }

  .p-engineerTop__modalBlock{
    padding: 32px 24px;
    height: 100%;
  }

  .p-engineerTop__inner{
    overflow-y: scroll;
    height: 100%;
  }

  .p-engineerTop__modal{
    padding: 80px 24px;
  }

  .p-engineerTop__modal .title{
    gap: 0 16px;
    padding-bottom: 24px;
    margin-bottom: 24px;
    font-size: 1.25em;
  }

  .p-engineerTop__modal .title i img{
    width: 50px;
    height: 50px;
  }

  .p-engineerTop__modal .dl-group{
    font-size: 0.875em;
  }

  .p-engineerTop__closeBtn{
    width: 50px;
    height: 50px;
    top: -10px;
    right: -10px;
  }
}


/* ----------------------------------------------
AIソリューション・AR/VRソリューション
----------------------------------------------- */


/* サービストップ */

.p-serviceTop__wrap01{
    padding-block: 100px;
}

.p-serviceTop__grid,
.p-serviceTop__grid02{
    display: flex;
    justify-content: flex-start;
    color: var(--color-wh);
    gap: 40px;
}

div + .p-serviceTop__grid02{
    margin-top: 40px;
}

.p-serviceTop__grid02{
    border-top: 1px solid var(--color-wh);
    border-bottom: 1px solid var(--color-wh);
    padding-block: 40px;
    flex-direction: row-reverse;
}

.p-serviceTop__grid02.bd-none{
    border-top: none;
    border-bottom: none;
    padding-block: 0;
}

.p-serviceTop__grid.reverse{
    flex-direction: row-reverse;
}

.p-serviceTop__grid02.reverse{
    flex-direction: row;
}

.p-serviceTop__grid + .p-serviceTop__grid{
    margin-top: 40px;
}

.p-serviceTop__gridLeft{
    border: var(--color-wh) 1px solid;
    width: 630px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px 0;
    padding: 60px 40px;
}

.p-serviceTop__grid02Left{
    width: 540px;
}

.p-serviceTop__grid02Right{
    width: 720px;
}

.p-serviceTop__grid02Left.type02{
    width: 634px;
}

.p-serviceTop__grid02Right.type02{
    width: 630px;
}

.p-serviceTop__gridLeft h4{
    font-size: 2.5em;
    font-weight: 600;
    text-align: center;
    line-height: 1;
}

.p-serviceTop__gridLeft h4 span{
    display: block;
    font-size: 0.6em;
    font-weight: 500;
    margin-top: 20px;
}

.p-serviceTop__gridLeft p{
    line-height: 1.967;
}

.p-serviceTop__gridRight{
    width: 630px;
    display: flex;
    flex-direction: column;
}

.p-serviceTop__gridRight h4,
.p-serviceTop__grid02Right h4{
    font-size: 2em;
    font-weight: 600;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 40px;
}

.p-serviceTop__grid .text,
.p-serviceTop__grid02 .text{

    font-size: 1.125em;
    line-height: 2;
    font-weight: 500;
}

.p-serviceTop__gridRight .c-btn__right{
    margin-top: auto;
}

.p-serviceTop__wrap02{
  padding-block: 100px 120px;
}

.p-business__read + .p-service__caseList{
    margin-top: 80px;
    margin-bottom: 0;
}

.p-service__caseList{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 40px;
  margin-bottom: 40px;
}

.p-service__caseItem{
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    background: var(--color-wh);
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
}

.p-service__caseItem a{
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  gap: 40px 0;
  padding: 40px;
  width: 100%;
  height: 100%;
}

.p-caseList__text h4{
    margin-bottom: 20px;
}

.p-caseList__text .case{
    font-size: 2em;
    font-weight: 600;
    color: var(--color-red);
    display: block;
    line-height: 1;
    margin-bottom: 20px;
}

.p-caseList__text .jp{
    font-size: 1.5em;
    font-weight: 600;
    color: var(--color-red);
    display: block;
    line-height: 1;
    margin-bottom: 20px;
}

.p-caseList__text .title{
    font-size: 1.75em;
    font-weight: 600;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0 16px;
    padding-right: 60px;
    position: relative;
}

.p-caseList__text .title br{
    display: none;
}

.p-caseList__text p{
    font-size: 1.125em;
    line-height: 2;
    color: var(--color-gray02);
}

.p-service__caseItem ul{
    font-size: 1em;
    line-height: 1.4;
    font-weight: 600;
    list-style-type: disc;
    padding-left: 2em;
    display: flex;
    flex-direction: column;
    gap: 8px 0;
}

.p-service__caseItem ul li::marker {
    color: var(--color-red);
}

.p-caseList__image img{
    border-radius: 10px;
    height: auto;
}

.p-caseList__text .title i{
    border: 1px solid var(--color-red);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    transition: ease 0.4s;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.p-caseList__text .title i::before {
    content: '';
    width: 12px;
    height: 7px;
    background: url(../img/common/btn-arrow01_s.svg) no-repeat center center / cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

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

  .p-serviceTop__wrap01{
    padding-block: 80px;
  }

  .p-serviceTop__grid,
  .p-serviceTop__grid.reverse,
  .p-serviceTop__grid02,
  .p-serviceTop__grid02.reverse{
    flex-direction: column;
    gap: 20px;
  }

  .p-serviceTop__gridLeft,
  .p-serviceTop__gridRight,
  .p-serviceTop__grid02Left,
  .p-serviceTop__grid02Right,
  .p-serviceTop__grid02Left.type02,
  .p-serviceTop__grid02Right.type02{
    width: 100%;
  }

  .p-serviceTop__gridLeft{
    padding: 24px;
  }

  .p-serviceTop__gridLeft h4 span{
    margin-top: 16px;
    font-size: 0.5em;
  }

  .p-serviceTop__grid .text,
  .p-serviceTop__grid02 .text{
    font-size: 0.875em;
  }

  .p-serviceTop__gridLeft h4{
    font-size: 1.8em;
  }

  .p-serviceTop__gridRight h4{
    font-size: 1.25em;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .p-serviceTop__grid02Right h4{
    font-size: 1.25em;
    margin-bottom: 20px;
  }
  
  .p-serviceTop__grid02Right h4 br{
    display: none;
    }

  .p-serviceTop__gridRight .c-btn__right{
    margin-top: 20px;
  }

  .p-serviceTop__wrap02{
    padding-block: 80px;
  }

  .p-service__caseList{
    grid-template-columns: repeat(1,1fr);
  }

  .p-service__caseItem{
    padding: 24px;
    gap: 20px 0;
  }

  .p-service__caseItem a{
    gap: 20px 0;
    padding: 0;
  }

  .p-caseList__text .case{
    font-size: 0.75em;
  }

  .p-caseList__text .title{
    font-size: 1.15em;
  }

  .p-service__caseItem ul{
    font-size: 0.75em;
    padding-left: 1em;
  }
}

/* AIとは */

.p-serviceAbout__wrap01{
    padding-block: 100px;
}

.p-serviceAbout__grid01{
    display: flex;
    justify-content: flex-start;
    color: var(--color-wh);
    gap: 40px;
}

.p-serviceAbout__grid01Left{
    width: 340px;
}

.p-serviceAbout__grid01Left h3{
    font-size: clamp(1.5em, 2em, 2vw);
    font-weight: 600;
    line-height: 1.2;
}

.p-serviceAbout__grid01Left .c-title02{
    margin-bottom: 0;
    font-size: clamp(1.5em, 2.25em, 2.5vw);
}

.p-serviceAbout__grid01Right{
    width: 900px;
}

.p-serviceAbout__grid01 .text{
    font-size: 1.125em;
    line-height: 2;
    font-weight: 500;
}

.p-serviceAbout__grid01 .c-btn__right{
    margin-top: 20px;
}

.p-serviceAbout__wrap02{
    padding-block: 100px;
    margin-bottom: 100px;
    border-top: 1px solid var(--color-wh);
    border-bottom: 1px solid var(--color-wh);
}

.p-serviceAbout__wrap03{
    padding-block: 100px 120px;
}

.p-serviceAbout__grid02{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row-reverse;
    color: var(--color-wh);
    gap: 40px;
}

.p-serviceAbout__grid02Left{
    width: 720px;
}

.p-serviceAbout__grid02Right{
    width: 540px;
}

.p-serviceAbout__grid02 h3{
    font-weight: 600;
    font-size: 1.75em;
    line-height: 1.5;
    margin-bottom: 20px;
}

.p-serviceAbout__grid02 ul{
    font-size: 1em;
    line-height: 1.4;
    font-weight: 600;
    list-style-type: disc;
    padding-left: 1em;
    display: flex;
    flex-direction: column;
    gap: 8px 0;
}

.p-serviceAbout__grid02 ul li::marker {
    color: var(--color-red);
}

.p-service__aboutList{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 40px;
    margin-top: 100px;
}

.p-service__aboutList:first-child{
    margin-top: 0;
}

.p-serviceAbout__grid01 + .p-service__aboutList{
    margin-top: 60px;
}

.p-service__aboutItem{
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    padding: 40px;
    background: var(--color-wh);
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    gap: 40px 0;
}

.p-aboutList__image img{
  border-radius: 10px;
}

.p-aboutList__text h4{
  text-align: center;
  font-weight: 600;
  font-size: 1.75em;
  line-height: 1.5;
  margin-bottom: 20px;
}

.p-aboutList__text h4 span{
    font-size: 0.75em;
}

.p-aboutList__text p{
  color: var(--color-gray02);
  line-height: 1.967;
}

.p-aboutList__text p.large{
    font-size: 1.125em;
}

.p-serviceAbout__limage{
    margin-bottom: 40px;
    display: block;
}

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

  .p-serviceAbout__wrap01{
    padding-block: 80px;
  }

  .p-serviceAbout__grid01{
    flex-direction: column;
    gap: 20px;
  }

  .p-serviceAbout__grid01 .text{
    font-size: 0.75em;
  }

  .p-serviceAbout__grid01Left,
  .p-serviceAbout__grid01Right{
    width: 100%;
  }

  .p-service__aboutList{
    grid-template-columns: repeat(1,1fr);
    margin-top: 40px;
  }

  .p-service__aboutItem{
    padding: 24px;
    gap: 20px;
  }

  .p-aboutList__text h4{
    font-size: 1em;
    margin-bottom: 16px;
  }

  .p-aboutList__text p{
    font-size: 0.75em;
  }

  .p-aboutList__text p.large{
    font-size: 0.75em;
    }

  .p-serviceAbout__wrap02{
    padding-block: 80px;
  }

  .p-serviceAbout__wrap03{
    padding-block: 80px;
    }

  .p-serviceAbout__grid02{
    flex-direction: column-reverse;
    gap: 20px;
  }

  .p-serviceAbout__grid02Left,
  .p-serviceAbout__grid02Right{
    width: 100%;
  }

  .p-serviceAbout__grid02 h3{
    font-size: 1em;
  }

  .p-serviceAbout__grid02 ul{
    font-size: 0.75em;
  }

}


/* AI　導入事例 */

.p-serviceCase__wrap01{
    padding-block: 100px 120px;
}

.p-serviceCase__block01{
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    padding: 40px 40px 80px 40px;
    background: var(--color-wh);
    display: flex;
    flex-direction: column;
    gap: 40px 0;
}

.p-serviceCase__block01 h3{
    font-size: 1.75em;
    font-weight: 600;
    line-height: 1.5;
    border-bottom: 1px solid var(--color-red);
    padding-bottom: 40px;
}

.p-serviceCase__block01 h3 br{
    display: none;
}

.p-serviceCase__block01 h3 span{
    display: block;
    font-size: 0.75em;
    color: var(--color-red);
    margin-bottom: 20px;
    line-height: 1;
}

.p-serviceCase__block01Heading{
    background: #F7F7F7;
    border-radius: 10px;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 64px;
    margin-bottom: 40px;
}

.p-serviceCase__block01Heading__left{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.p-serviceCase__block01Heading__left .type{
    font-size: 1em;
    font-weight: 600;
    line-height: 1.625;
}

.p-serviceCase__block01Heading__left h4{
    width: 195px;
}

.p-serviceCase__block01Heading__right{
    width: 680px;
}

.p-serviceCase__block01Heading__right ul{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px 0;
}

.p-serviceCase__block01Heading__right ul li{
    padding-left: 55px;
    position: relative;
    font-size: 1.25em;
    line-height: 2;
    font-weight: 600;
}

.p-serviceCase__block01Heading__right ul li::before{
    content: '';
    width: 34px;
    height: 34px;
    position: absolute;
    left: 0;
    top:4px;
    background: url(../img-business/service/check-icon.svg) no-repeat center/cover;
}

.p-serviceCase__block01Read{
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 40px 0;
    text-align: center;
}

.p-serviceCase__block01Read h4{
    font-size: 2em;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
}

.p-serviceCase__block01Read h4 span{
    font-size: 0.625em;
    display: block;
    margin-bottom: 12px;
}

.p-serviceCase__block01Read p{
    font-size: 1.125em;
    line-height: 2;
    color: var(--color-gray02);
    max-width: 930px;
    margin-inline: auto;
}

.p-serviceCase__block01Solution{
    max-width: 1140px;
    margin-inline: auto;
}

.p-serviceCase__block01Solution .first{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px 0;
}

.p-serviceCase__block01Solution .first::after{
    content: '';
    width: 60px;
    height: 78px;
    background: url(../img-business/service/arrow.svg) no-repeat center /cover;
}

.p-serviceCase__block01Solution__list{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 40px;
    margin-top: 40px;
}

.p-serviceCase__block01Solution__list .heading ul{
    padding-left: 2em;
    display: flex;
    flex-direction: column;
    list-style-type: disc;
    gap: 8px;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.9;
    margin-top: 16px;
}

.p-serviceCase__block01Solution__list .heading ul li::marker {
    color: var(--color-red);
}

.p-serviceCase__block01Solution__list .gray-box{
    background: #F7F7F7;
    border-radius: 10px;
    padding: 20px;
    margin-top: 16px;
}

.p-serviceCase__block01Solution__list .gray-box h5{
    font-size: 1.125em;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.9;
}

.p-serviceCase__block01Solution__list .gray-box ul{
    padding-left: 1em;
    display: flex;
    flex-direction: column;
    list-style-type: disc;
    gap: 8px;
    font-size: 1em;
    line-height: 1.9;
    margin-top: 16px;
}

@media screen and (max-width: 768px) {
    .p-serviceCase__block01Heading{
        flex-direction: column;
        gap: 20px 0;
    }

    .p-serviceCase__block01Heading__right{
        width: 100%;
    }

    .p-serviceCase__block01Heading__right ul{
        gap: 16px 0;
    }

    .p-serviceCase__block01Heading__right ul li{
        font-size: 1em;
        line-height: 1.6;
        padding-left: 40px;
    }

    .p-serviceCase__block01Heading__right ul li::before{
        width: 25px;
        height: 25px;
        top:2px;
    }

    .p-serviceCase__block01Read h4{
        font-size: 1.2em;
        text-align: left;
    }

    .p-serviceCase__block01Read h4 br{
        display: none;
    }

    .p-serviceCase__block01Read p{
        text-align: left;
    }
}

@media screen and (max-width: 480px) {
    .p-serviceCase__block01{
        padding: 24px 24px 40px 24px;
    }

    .p-serviceCase__block01 h3{
        font-size: 1.35em;
        padding-bottom: 20px;
    }

    .p-serviceCase__block01 h3 span{
        margin-bottom: 8px;
    }

    .p-serviceCase__block01Heading{
        padding: 20px;
        margin-bottom: 0;
    }

    .p-serviceCase__block01Heading__left{
        width: 100%;
    }

    .p-serviceCase__block01Heading__left h4{
        width: 150px;
    }

    .p-serviceCase__block01Heading__left .type{
        text-align: center;
        font-size: 0.875em;
    }

    .p-serviceCase__block01Heading__left figure{
        width: 80px;
    }

    .p-serviceCase__block01Heading__right ul li{
        font-size: 0.875em;
        padding-left: 30px;
    }

    .p-serviceCase__block01Heading__right ul li::before{
        width: 20px;
        height: 20px;
        top:0;
    }

    .p-serviceCase__block01Read{
        gap: 20px 0;
        margin-bottom: 0;
    }


    .p-serviceCase__block01Read p{
        font-size: 0.875em;
        text-align: left;
    }

    .p-serviceCase__block01Solution .first::after{
        width: 38px;
        height: 50px;
    }

    .p-serviceCase__block01Solution__list{
        grid-template-columns: repeat(1,1fr);
    }

    .p-serviceCase__block01Solution__list .gray-box h5{
        font-size: 1em;
    }

    .p-serviceCase__block01Solution__list .heading ul{
        padding-left: 1em;
        font-size: 0.875em;
    }

    .p-serviceCase__block01Solution__list .gray-box ul{
        font-size: 0.875em;
    }

    .p-serviceCase__wrap01{
        padding-block: 80px;
    }
}


/* AR/VRとは */

.p-serviceAbout__feature{
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    padding: 80px 40px;
    background: var(--color-wh);
    display: flex;
    flex-direction: column;
    gap: 80px 0;
}

.p-serviceAbout__featureBlock + .p-serviceAbout__featureBlock{
    padding-top: 80px;
    border-top: 1px solid var(--color-red);
}

.p-serviceAbout__featureBlock h4{
    font-size: 1.75em;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 40px;
}
.p-serviceAbout__featureBlock__grid{
    display: flex;
    gap: 0 40px;
}

.p-serviceAbout__featureBlock__gridLeft{
    width: 664px;
}

.p-serviceAbout__featureBlock__gridLeft h5{
    font-size: 1.5em;
    line-height: 1.967;
    font-weight: 600;
    margin-bottom: 20px;
}

.p-serviceAbout__featureBlock__gridLeft p{
    font-size: 1em;
    line-height: 1.75;
    color: var(--color-gray02);
}

.p-serviceAbout__featureBlock__gridRight{
    width: 514px;
}

.p-serviceAbout__featureBlock__gridDl{
    width: calc(50% - 20px);
    border-radius: 10px;
    background: #F7F7F7;
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    gap: 8px 0;
}

.p-serviceAbout__featureBlock__gridDl dt{
    font-weight: 600;
    font-size: 1.7em;
    line-height: 1.967;
}

.p-serviceAbout__featureBlock__gridDl dt span{
    font-weight: 400;
    display: block;
    font-size: 0.467em;
}

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

    .p-serviceAbout__featureBlock__grid{
        flex-direction: column;
        gap: 20px 0;
    }

    .p-serviceAbout__featureBlock__gridLeft,
    .p-serviceAbout__featureBlock__gridRight{
        width: 100%;
    }

    .p-serviceAbout__featureBlock__gridDl{
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .p-serviceAbout__grid01Left h3{
        font-size: 1.125em;
    }

    .p-serviceAbout__feature{
        padding: 40px 24px;
        gap: 40px 0;
    }

    .p-serviceAbout__featureBlock + .p-serviceAbout__featureBlock{
        padding-top: 40px;
    }

    .p-serviceAbout__featureBlock h4{
        font-size: 1.15em;
        margin-bottom: 20px;
    }

    .p-serviceAbout__featureBlock .p-serviceAbout__limage{
        overflow-x: scroll;
        width: 100%;
    }

    .p-serviceAbout__featureBlock .p-serviceAbout__limage img{
        width: 700px;
        height: auto;
    }

    .p-serviceAbout__featureBlock__gridLeft h5{
        font-size: 1em;
    }

    .p-serviceAbout__featureBlock__gridLeft p{
        font-size: 0.75em;
    }

    .p-serviceAbout__featureBlock__gridDl{
        width: 100%;
        padding: 24px;
    }

    .p-serviceAbout__featureBlock__gridDl dt{
        font-size: 1em;
    }

    .p-serviceAbout__featureBlock__gridDl dt span{
        font-size: 0.6em;
    }

    .p-serviceAbout__grid01 + .p-service__aboutList{
        margin-top: 40px;
    }
}


/* AR/VR　導入事例 */

.p-serviceCase__block01__freeSpace{
    margin-top: 60px;
    border-top: 1px solid var(--color-gray);
    border-bottom: 1px solid var(--color-gray);
    padding-block: 60px;
}

.p-serviceCase__block01__freeSpace h3{
    border-bottom: none;
    font-size: clamp(1.5em, 2.25em, 2.5vw);
    font-weight: 600;
    line-height: 2;
    margin-bottom: 40px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 0 24px;
    color: var(--color-bk);
    padding-bottom: 0;
}

.p-serviceCase__block01__freeSpace h3::before {
    content: '';
    width: 14px;
    height: 14px;
    background: var(--color-red);
    border-radius: 50%;
    flex-shrink: 0;
}

.p-serviceCase__block01__freeSpace h4{
    font-size: 1.2em;
    line-height: 1.6;
    font-weight: 600;
    margin-bottom: 20px;
}

.p-serviceCase__block01__freeSpace p{
    font-size: 1.125em;
    line-height: 2;
    color: var(--color-gray02);
}

.p-serviceCase__block01__freeSpace .wp-block-quote{
    background: var(--color-gray);
    border-radius: 20px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px 0;
    margin-top: 40px;
}

.p-serviceCase__block01__freeSpace .wp-block-quote h4{
    margin-bottom: 0;
}

.p-serviceCase__block01__freeSpace .wp-block-quote + p{
    margin-top: 40px;
}

.p-serviceCase__block01__freeSpace p + .wp-block-image,
.p-serviceCase__block01__freeSpace .wp-block-quote + .wp-block-image,
.p-serviceCase__block01__freeSpace .wp-block-image + .wp-block-quote{
    margin-top: 40px;
}


.p-serviceCase__block01__freeSpace .wp-block-image.size-large{
    max-width: 780px;
    margin-inline: auto;
}

.p-serviceCase__block01Gray__list{
    display: flex;
    justify-content: center;
    gap: 40px;
}

.p-serviceCase__block01Gray__list + .first{
    margin-inline: auto;
    max-width: 900px;
    display: block;
}

.p-serviceCase__grayBlock{
    background: var(--color-gray);
    border-radius: 20px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px 0;
    width: calc((100% / 2) - 20px);
}

.p-serviceCase__grayBlock:only-child{
    width: 100%;
}

.p-serviceCase__grayBlock dt{
    text-align: center;
    font-size: 1.5em;
    line-height: 1.5;
    font-weight: 600;
}

.p-serviceCase__grayBlock dd{
    font-size: 1.125em;
    line-height: 2;
    font-weight: 500;
    color: var(--color-gray02);
}

.p-serviceCase__block01 .c-title02{
    color: var(--color-bk);
    margin-top: 60px;
    margin-bottom: 0;
}

.p-serviceCase__block01Case__list{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 80px 40px;
}

.p-serviceCase__movie{
    margin-inline: auto;
    aspect-ratio: 16 / 9;
    z-index: 2;
    position: relative;
}

.p-serviceCase__movie iframe{
    width: 100%;
    height: 100%;
}

.p-serviceCase__block01Case__listText{
    display: flex;
    margin-top: 20px;
    gap: 20px;
}

.p-serviceCase__block01Case__listText p{
    font-size: 1.125em;
    line-height: 1.9;
    color: var(--color-gray02);
    flex: 1;
}

.p-serviceCase__block01Case__listText figure{
    width: 125px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px 0;
    font-weight: 600;
    color: var(--color-red);
}

.p-serviceCase__block01Case__listItem{
    width: calc(50% - 20px);
}

.p-serviceCase__block01Case__listItem a{
    display: block;
}

.p-serviceCase__block01Case__listItem .title{
    padding-right: 60px;
    display: inline-block;
    position: relative;
    margin-top: 32px;
    font-size: 2em;
    line-height: 1.6;
    font-weight: 600;
}

.p-serviceCase__block01Case__listItem .title i{
    border: 1px solid var(--color-red);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    transition: ease 0.4s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.p-serviceCase__block01Case__listItem .title i::before{
    content: '';
    width: 12px;
    height: 7px;
    background: url(../img/common/btn-arrow01_s.svg) no-repeat center center / cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.p-serviceCase__block01Case__listItem .sub-title{
    color: var(--color-red);
    font-size: 0.875em;
    font-weight: 500;
    line-height: 1.967;
    margin-top: 0;
}

.p-serviceCase__block01Case__listItem.other{
    background: var(--color-gray);
    border-radius: 20px;
    padding: 40px;
}

.p-serviceCase__block01Case__listItem.other h4{
    font-size: 1.5em;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 20px;
}


.p-serviceCase__block01Case__listItem dl dt{
    font-weight: 600;
    line-height: 1.9;
}

.p-serviceCase__block01Case__listItem dl dt::before{
    content: '・';
    color: var(--color-red);
}

.p-serviceCase__block01Case__listItem dl dd{
    padding-left: 1em;
    color: var(--color-gray02);
    line-height: 1.9;
}

.p-serviceCase__block01Case__listItem dl dd + dt{
    margin-top: 20px;
}

h3 + .p-serviceCase__block01Read{
    margin-top: 40px;
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .p-serviceCase__block01Gray__list{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .p-serviceCase__grayBlock{
        width: 100%;
        border-radius: 10px;
        padding: 24px;
        gap: 16px;
    }

    .p-serviceCase__grayBlock dt{
        font-size: 1.2em;
    }

    .p-serviceCase__grayBlock dt br{
        display: none;
    }

    .p-serviceCase__grayBlock dd{
        font-size: 0.875em;
    }


    .p-serviceCase__block01__freeSpace{
        margin-top: 40px;
        padding-block: 40px;
    }

    .p-serviceCase__block01__freeSpace h3{
        margin-bottom: 20px;
        line-height: 1.4;
        font-size:1.125em;
        gap: 0 8px;
    }

     .p-serviceCase__block01__freeSpace h3::before{
        width: 10px;
        height: 10px;
     }

    .p-serviceCase__block01__freeSpace h4{
        font-size: 1em;
        margin-bottom: 20px;
    }

    .p-serviceCase__block01Case__list{
        gap: 40px 0;
    }

    .p-serviceCase__block01Case__listItem{
        width: 100%;
    }

    .p-serviceCase__block01Case__listText figure{
        display: none;
    }

    .p-serviceCase__block01Case__listItem .title{
        margin-top: 20px;
        font-size: 1.25em;
        padding-right: 50px;
    }

    .p-serviceCase__block01Case__listItem .sub-title{
        font-size: 0.75em;
        line-height: 1;
    }

    .p-serviceCase__block01Case__listText{
        margin-top: 16px;
    }

    .p-serviceCase__block01Case__listText p{
        font-size: 0.875em;
    }

    .p-serviceCase__block01 .c-title02{
        margin-top: 40px;
    }

    .p-serviceCase__block01Case__listItem.other{
        padding: 24px;
        border-radius: 10px;
    }

    .p-serviceCase__block01Case__listItem.other h4{
        font-size: 1.2em;
    }

    .p-serviceCase__block01Case__listItem dl dt,
    .p-serviceCase__block01Case__listItem dl dd{
        font-size: 0.875em;
    }

    h3 + .p-serviceCase__block01Read{
        margin-top: 0;
    }

    .p-serviceCase__block01__freeSpace p{
        font-size: 0.875em;
    }
}

/* 導入までの流れ */

.p-serviceFlow__heading{
    padding-block: 100px;
    color: var(--color-wh);
}

.p-serviceFlow__headingGrid{
    display: flex;
    gap: 40px;
}

.p-serviceFlow__headingLeft{
    width: 634px;
}

.p-serviceFlow__headingLeft h4{
    font-size: 2em;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 40px;
}

.p-serviceFlow__headingLeft p{
    font-size: 1.125em;
    font-weight: 500;
    line-height: 2;
}

.p-serviceFlow__headingRight{
    width: 626px;
}

.p-serviceFlow__wrap{
    padding-block: 100px;
}

.p-serviceFlow__list{
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.p-serviceFlow__listItem{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 40px;
}

.p-serviceFlow__listItem .number{
    font-size: 7.5em;
    font-weight: 600;
    line-height: 0.8;
    -webkit-text-stroke: 3px var(--color-wh);
    text-stroke: 3px var(--color-wh);
    paint-order: stroke;
    color: #3A3A3A;
}

.p-serviceFlow__listItem__card{
    border-radius: 10px;
    padding: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap:  0 40px;
    background: var(--color-wh);
    flex: 1;
}

.p-serviceFlow__listItem__cardGrid{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 16px 0;
    width: calc((100% / 2) - 20px);
}

.p-serviceFlow__listItem__cardGrid figure{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 16px 0;
}

.p-serviceFlow__listItem__cardGrid figcaption{
    font-size: 1em;
    color: var(--color-gray02);
    line-height: 1.967;
}

.p-serviceFlow__listItem__cardtitle{
    flex: 1;
    display: flex;
    justify-self: start;
    justify-content: center;
}

.p-serviceFlow__listItem__card h4{
    color: var(--color-red);
    font-size: 2em;
    font-weight: 600;
    line-height: 2;
    text-align: center;
}

.p-serviceFlow__listItem__card h4 span{
    font-size: 0.625em;
    display: block;
}

.p-serviceFlow__listItem__cardContent{
    width: 550px;
    font-size: 1em;
    color: var(--color-gray02);
    line-height: 1.967;
}

@media screen and (max-width: 1100px) {
     .p-serviceFlow__listItem__card{
        padding: 24px;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px 0;
    }

    .p-serviceFlow__listItem__cardGrid{
        width: 100%;
    }

     .p-serviceFlow__listItem__cardContent{
        width: 100%;
    }

   
    .p-serviceFlow__listItem__card h4{
        font-size: 1.2em;
        line-height: 1.6;
        text-align: left;
    }

    .p-serviceFlow__listItem__card h4 span{
        font-size: 0.7em;
    }
}

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

    .p-serviceFlow__heading{
        padding-block: 80px;
    }

    .p-serviceFlow__headingGrid{
        flex-direction: column;
        gap: 20px 0;
    }

    .p-serviceFlow__headingLeft,
    .p-serviceFlow__headingRight{
        width: 100%;
    }

    .p-serviceFlow__headingLeft h4{
        font-size: 1.2em;
        margin-bottom: 20px;
    }

    .p-serviceFlow__headingLeft p{
        font-size: 0.875em;
    }

    .p-serviceFlow__wrap{
        padding-block: 80px;
    }

    .p-serviceFlow__list{
        gap: 40px 0;
    }

    .p-serviceFlow__listItem{
        align-items: normal;
        flex-direction: column;
        gap: 20px 0;
    }

    .p-serviceFlow__listItem .number{
        font-size: 3.5em;
    }


     .p-serviceFlow__listItem__cardContent p{
        font-size: 0.875em;
    }

    .p-serviceFlow__listItem__cardContent .c-btn__primary{
        max-width: 200px;
    }
}

/* ----------------------------------------------
ITコンサルティング
----------------------------------------------- */


/* トップ */

.p-serviceTop__wrap03{
    padding-block: 100px;
}

.p-serviceFeature__grid01{
    display: flex;
    justify-content: flex-start;
    color: var(--color-wh);
    gap: 0 40px;
}

.p-serviceFeature__grid01Left{
    width: 330px;
}

.p-serviceFeature__grid01Right{
    width: 930px;
}

.p-serviceFeature__list{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.p-serviceFeature__list dt{
    font-size: 2em;
    font-weight: 600;
    line-height: 1.5;
}

.p-serviceFeature__list dt span{
    font-size: 0.75em;
    display: block;
    line-height: 1;
    margin-bottom: 20px;
}

.p-serviceFeature__list dd{
    padding-bottom: 40px;
    line-height: 1.9;
    border-bottom: 1px solid var(--color-wh);
}

.p-serviceFeature__list dd + dt{
    padding-top: 20px;
}

.p-service__caseList02{
    display: flex;
    flex-direction: column;
    gap: 40px 0;
}

.p-service__case02Item{
    border-radius: 10px;
    background: var(--color-wh);
    padding: 40px;
    display: flex;
    align-items: center;
    gap: 0 40px;
}

.p-service__case02Item.top{
    align-items: flex-start;
}

.p-caseList__text02{
    width: 678px;
}

.p-caseList__text02 h4{
    font-size: 2em;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 40px;
}

.p-caseList__text02 h5{
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 8px;
}

.p-caseList__text02 p{
    font-size: 1.125em;
    line-height: 2;
    color: var(--color-gray02);
}

.p-caseList__text02 ul{
    font-size: 1.125em;
    padding-left: 1em;
    font-weight: 600;
    line-height: 1.8;
    list-style-type: disc;
    display: grid;
    gap: 8px 0;
}

.p-caseList__text02 ul li::marker {
    color: var(--color-red);
}

.p-caseList__image02{
    width: 500px;
}

.p-caseList__image02 img{
    border-radius: 10px;
}

.p-service__caseList02 + .c-btn__center{
    margin-top: 80px;
}

.p-serviceTop__wrap04{
    padding-block: 100px 120px;
}

.p-voice__list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 80px;
    margin-block: 80px;
}

.p-voice__listItem a{
    display: block;
    height: calc(100% - 20%);
}

.p-voice__image{
    position: relative;
}

.p-voice__image img{
    border-radius: 10px;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 12 / 7.869;
}

.p-voice__text{
    width: calc(100% - 25%);
    position: relative;
    border-radius: 0 10px 10px 0;
    background: rgba(255, 255, 255, 0.9);
    left: 0;
    top: -80px;
    padding: 6% calc(6% + 40px) 6% 6%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    z-index: 2;
}

.p-voice__text i{
    position: absolute;
    border: 1px solid var(--color-red);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    right: 8%;
    bottom: 25%;
    transition: ease 0.4s;
}

.p-voice__text i::before{
    content: '';
    width: 12px;
    height: 7px;
    background: url(../img/common/btn-arrow01_s.svg) no-repeat center center / cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.p-voice__text h5{
    font-size: clamp(1.875em, 1.875em, 1.875vw);
    font-weight: 600;
    line-height: 1.6;
}

.p-voice__text h5 span{
    padding-left: 10px;
    font-size: 0.667em;
}

.p-voice__text p{
    font-size: clamp(0.75em, 1em, 1vw);
    font-weight: 500;
    line-height: 1.6;
    color: var(--color-gray02);
}

.p-serviceTop__wrap03__read{
    font-size: 1.1255em;
    font-weight: 400;
    line-height: 1.8;
    color: var(--color-wh);
    max-width: 930px;
}


@media screen and (min-width: 481px) {

    .p-voice__list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0 80px;
        margin-block: 40px;
    }

    .p-caseList__text02 ul{
        grid-template-rows: repeat(5, auto);
        grid-auto-flow: column;  
    }

    .p-service__case02Item:nth-of-type(even){
        flex-direction: row-reverse;
    }
}

@media screen and (max-width: 680px) {
    .p-voice__text {
        width: calc(100% - 8%);
        padding: 6% 60px 6% 6%;
        top: -10vw;
    }

    .p-voice__text h5{
        font-size: 1.25em;
    }
}


@media screen and (max-width: 480px) {
    .p-serviceTop__wrap03{
        padding-block: 80px;
    }

    .p-serviceFeature__grid01{
        flex-wrap: wrap;
    }

    .p-serviceFeature__grid01Left,
    .p-serviceFeature__grid01Right{
        width: 100%;
    }

    .p-serviceFeature__list dt{
        font-size: 1.25em;
    }

    .p-serviceFeature__list dt span{
        margin-bottom: 8px;
    }

    .p-serviceFeature__list dd{
        font-size: 0.875em;
        padding-bottom: 32px;
    }

    .p-serviceFeature__list dd + dt{
        padding-top: 16px;
    }

    .p-service__case02Item{
        padding: 24px;
        flex-direction: column-reverse;
        gap: 20px 0;
    }

    .p-caseList__text02,
    .p-caseList__image02{
        width: 100%;
    }

    .p-caseList__text02 h4{
        font-size: 1.25em;
        margin-bottom: 20px;
    }

    .p-caseList__text02 ul{
        font-size: 0.875em;
    }

    .p-service__caseList02 + .c-btn__center{
        margin-top: 40px;
    }

    .p-serviceTop__wrap04{
        padding-block: 80px;
    }

    .p-serviceTop__wrap03__read{
        font-size: 0.875em;
    }

    .p-voice__list{
        display: flex;
        flex-direction: column;
        margin-block: 40px;
        gap: 40px 0;
    }

    .p-voice__text h5{
        font-size: 1.3em;
    }
    
    .p-voice__text{
        width: calc(100% - 8%);
        padding: 6% 60px 6% 6%;
    }
    
    .p-voice__text i{
        right: 4%;
        bottom: 18%;
    }

    .p-caseList__text02 h5{
        font-size: 1em;
    }

    .p-caseList__text02 p{
        font-size: 0.875em;
    }
}


/* コンサルタント 詳細ページ
----------------------------------------------- */

.p-voiceSingle__heading{
    padding-block: 100px;
    color: var(--color-wh);
}

.p-voiceMain__image{
    margin-inline: auto;
    max-width: 930px;
    width: 100%;
    position: relative;
    z-index: 2;
    display: block;
}

.p-voiceProfile__block{
    margin-inline: auto;
    max-width: 930px;
    display: flex;
    justify-content: flex-start;
    gap: 0 20px;
    position: relative;
}

.p-voiceProfile__block::before{
    content: '';
    background: #3A3A3A;
    width: 200%;
    height: calc(100% + 40px);
    position: absolute;
    top: -40px;
    left: -200%;
}

.p-voiceProfile__left{
    width: 300px;
    background: #3A3A3A;
    padding-block: 40px;
    padding-inline: 40px 40px;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 30px 0;
    color: var(--color-wh);
}

.p-voiceProfile__left .name{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px 0;
    font-size: 2em;
    font-weight: 600;
    line-height: 1;
}

.p-voiceProfile__left .department{
    background: transparent;
    color:var(--color-wh);
    border: 1px solid var(--color-wh);
    border-radius: 30px;
    padding: 4px 20px;
    font-size: 0.875em;
    text-align: center;
}

.p-voiceProfile__right{
    width: 620px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-wh);
    line-height: 2;
    padding-top: 25px;
}

.p-voiceProfile__right dl{
    display: flex;
    flex-wrap: wrap;
    gap: 4px 40px;
}

.p-voiceProfile__right dl dt{
    width: 120px;
    font-weight: 600;
    line-height: 2;
}

.p-voiceProfile__right dl dd{
    width: calc(100% - 160px);
    line-height: 2;
}

.p-voiceCont__wrap{
    padding: 40px;
    color: var(--color-wh);
}

.p-voiceCont__wrap h2{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--color-wh);
    font-weight: 600;
    font-size: 1.5em;
    padding-left: 40px;
}

.p-voiceCont__list{
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    font-size: 1em;
    font-weight: 600;
    padding-left: 16px;
}

.p-voiceCont__list li{
    position: relative;
    padding-left: 1em;
    line-height: 1.5;
}

.p-voiceCont__list li::before{
    content: '・';
    display: inline-block;
    position:absolute;
    top:0;
    left: 0;
    color: var(--color-wh);
}

.p-voiceDetail__wrap{
    padding-block: 20px 100px;
    color: var(--color-wh);
}

.p-voiceDetail__wrap h2{
    font-size: 2em;
    line-height: 1.8;
    font-weight: 600;
    margin-bottom: 40px;
    padding-top: 100px;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--color-wh);
}

.p-voiceDetail__wrap dl{
    display: flex;
    flex-direction: column;
}

.p-voiceDetail__wrap dl dt{
    margin-bottom: 20px;
    font-size: 1.5em;
    line-height: 1.5;
    font-weight: 600;
    padding-left: 80px;
    position: relative;
}

.p-voiceDetail__wrap dl dt::before{
    content: '';
    background: var(--color-wh);
    width: 60px;
    height: 1px;
    position: absolute;
    top:18px;
    left: 0;
}

.p-voiceDetail__wrap dl dd{
    font-size: 0.875em;
    line-height: 2;
}

.p-voiceDetail__wrap dl dd + dt{
    margin-top: 40px;
}

.p-voiceDetail__wrap figure + dl{
    margin-top: 80px;
}

.p-voiceDetail__wrap p + p{
    margin-top: 20px;
}

.p-voice__listWrap.bottom{
    padding-top: 80px;
}

.wp-block-columns {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.75em;
    gap: var(--wp--style--block-gap, 2em); /* ブロック間の隙間（Gutenberg 12以降） */
}

.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word;
}

.wp-block-columns.-col3 .wp-block-column{
    flex: 1 1 0;
}

.wp-block-columns + .wp-block-columns{
    margin-top: 40px;
}

.wp-block-columns + .wp-block-image,
.wp-block-image + .wp-block-columns,
.wp-block-columns + h3,
dl + .wp-block-columns{
    margin-top: 60px;
}


.wp-block-columns + h2,
.wp-block-image + h2{
    margin-top: 100px;
}

p + .wp-block-columns{
    margin-top: 40px;
}


.wp-block-image figcaption{
    color: var(--color-gray02);
    font-size: 0.75em;
    line-height: 2;
    margin-top: 8px;
}

@media (min-width: 481px) {
    .wp-block-column {
        flex-basis: calc(50% - 20px);
        flex-grow: 0;
    }
}

@media screen and (max-width: 480px) {
    .p-voiceProfile__block::before{
        display: none;
    }
    
    .p-voiceSingle__heading{
        padding-block: 60px;
    }
    
    .p-voiceSingle__heading .c-title03.large{
        margin-bottom: 40px;
    }
    
    .p-voiceProfile__block{
        flex-direction: column;
        gap: 24px 0;
    }
    
    .p-voiceProfile__right{
        width: 100%;
        font-size: 0.875em;
        padding-top: 0;
    }
    
    .p-voiceProfile__left{
        position: relative;
        width: 80%;
        padding-block: 20px;
        padding-inline: 0 20px;
        gap: 16px 0;
    }
    
    .p-voiceProfile__left::before{
        content: '';
        background: #3A3A3A;
        width: 200%;
        height: calc(100% + 40px);
        position: absolute;
        top: -40px;
        left: -200%;
    }
    
    .p-voiceProfile__left .name{
        font-size: 1.5em;
    }
    
    .p-voiceProfile__left .department{
        font-size: 0.75em;
    }
    
    .p-voiceCont__wrap{
        padding: 40px 0;
    }
    
    .p-voiceCont__wrap h2{
        font-size: 1em;
        padding-left: 16px;
    }
    
    .p-voiceCont__list{
        font-size: 1em;
        padding-left: 8px;
    }
    
    .p-voiceDetail__wrap{
        padding-block: 0;
    }
    
    .p-voiceDetail__wrap h2{
        font-size: 1.25em;
        padding-top: 80px;
    }
    
    .p-voiceDetail__wrap dl dd + dt, .p-voiceDetail__wrap figure + dl{
        margin-top: 40px;
    }
    
    .p-voiceDetail__wrap dl dt{
        padding-left: 64px;
        font-size: 1.15em;
    }
    
    .p-voiceDetail__wrap dl dt::before{
        width: 50px;
    }
    
    .p-voiceDetail__wrap dl dd + dt{
        margin-top: 40px;
    }
    
    .p-woman__voiceInterview picture{
        width: 100%;
        margin-block: 40px;
    }

    .p-woman__voiceInterview dd + dt{
        margin-top: 40px;
    }

    .wp-block-columns {
        flex-direction: column;
    }
    
    .p-entry__freeBlock h2{
        font-size: 1.35em;
        margin-bottom: 40px;
    }
    
    .p-entry__freeBlock h3{
        font-size: 1.25em;
    }
    
    .wp-block-columns + h2{
        margin-top: 0;
    }

    .wp-block-image + h2{
        margin-top: 80px;
    }
}

/* ----------------------------------------------
 HRコンサルティング＆テクノロジー
----------------------------------------------- */


/* トップ
----------------------------------------------- */

.p-serviceTop__grid03{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px;
    color: var(--color-wh);
}

.p-serviceTop__grid03Left{
    width: 416px;
}

.p-serviceTop__grid03Left h4{
    font-size: 2em;
    line-height: 1.5;
    font-weight: 600;
}

.p-serviceTop__grid03Right{
    width: 843px;
}

.p-serviceTop__grid03Right p{
    font-size: 1.125em;
    font-weight: 500;
    line-height: 2;
}

.p-serviceTop__grid03 + .p-serviceAbout__limage{
    margin-top: 40px;
    margin-bottom: 0;
}

.p-service__caseList03{
    display: flex;
    flex-direction: column;
    gap: 40px 0;
}

.p-serviceTop__wrap03__read +.p-service__caseList03{
    margin-top: 80px;
}

.p-service__case03Item{
    border-radius: 10px;
    background: var(--color-wh);
    padding: 40px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 72px 40px;
}

.p-caseList__text03{
    width: calc((100% - 41.00001%) - 40px);
}

.p-caseList__textHeading{
    border-bottom: 1px solid var(--color-red);
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.p-caseList__textHeading h4{
    font-size: 2em;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 600;
}

.p-caseList__textHeading h4 span{
    font-size: 0.75em;
    color: var(--color-red);
    display: block;
    margin-bottom: 20px;
}

.p-caseList__textHeading ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px 40px;
}

.p-caseList__textHeading ul dl{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0 20px;
}

.p-caseList__textHeading ul dl dt{
    font-weight: 500;
    line-height: 2;
    border-radius: 10px;
    border: 1px solid var(--color-red);
    color: var(--color-red);
    padding-inline: 10px;
}

.p-caseList__textHeading ul dl dd{
    font-size: 1.125em;
    font-weight: 600;
}

.p-caseList__text03 p{
    font-size: 1.125em;
    line-height: 2;
    color: var(--color-gray02);
}

.p-caseList__image03{
    width: 41.00001%;
}

.p-caseList__image03 img{
   border-radius: 10px;
}

.p-caseList__point{
    width: 100%;
    background: var(--color-gray);
    border-radius: 20px;
    padding: 40px;
}

.p-caseList__point h5{
    font-size: 1.5em;
    line-height: 1.9;
    font-weight: 600;
    margin-bottom: 20px;
}

.p-caseList__point h5::before{
    content: '・';
    color: var(--color-red);
    display: inline-blocks;
}

.p-caseList__point p{
    font-size: 1.125em;
    line-height: 2;
    color: var(--color-gray02);
}

.p-caseList__point p b{
    font-size: 1.111em;
    color: var(--color-bk);
    font-weight: 600;
    display: block;
    margin-top: 20px;
}

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

    .p-serviceTop__grid03{
        gap: 20px;
    }

    .p-serviceTop__grid03Left,
    .p-serviceTop__grid03Right{
        width: 100%;
    }

    .p-serviceTop__grid03Left h4{
        font-size: 1.5em;
    }

    .p-serviceTop__grid03Right p{
        font-size: 0.875em;
    }

    .p-serviceTop__grid03 + .p-serviceAbout__limage{
        margin-bottom: 0;
    }

    .p-serviceTop__wrap03__read +.p-service__caseList03{
        margin-top: 40px;
    }

    .p-service__case03Item{
        padding: 24px;
        gap:20px;
    }

    .p-caseList__image03,
    .p-caseList__text03{
        width: 100%;
    }

    .p-caseList__textHeading{
        margin-bottom: 20px;
    }

    .p-caseList__textHeading h4 span{
        margin-bottom: 8px;
    }

    .p-caseList__textHeading h4{
        font-size: 1.15em;
    }

    .p-caseList__textHeading h4 br{
        display: none;
    }

    .p-caseList__textHeading ul{
        gap: 8px 40px;
    }

    .p-caseList__textHeading ul dl{
        gap: 0 20px;
    }

    .p-caseList__textHeading ul dl dt{
        font-size: 0.8em;
    }

    .p-caseList__textHeading ul dl dd{
        font-size: 0.875em;
    }

    .p-caseList__text03 p{
        font-size: 0.875em;
    }

    .p-caseList__point{
        padding: 24px;
    }

    .p-caseList__point h5{
        font-size: 1em;
        margin-bottom: 8px;
    }

    .p-caseList__point p{
        font-size: 0.875em;
    }

    .p-caseList__point p b{
        font-size: 1em;
    }

    .p-caseList__text .jp{
        font-size: 0.875em;
        margin-bottom: 8px;
    }

    .p-caseList__text p{
        font-size: 0.875em;
    }

    .p-business__read + .p-service__caseList{
        margin-top: 40px;
    }
}


/* タレントマネジメントシステム
----------------------------------------------- */

.p-suzaku__wrap{
    padding-block: 100px 120px;
}

.p-suzaku__wrap .logo{
    max-width: 500px;
    margin-inline: auto;
    margin-bottom: 80px;
}


.p-suzaku__candoBlock h4{
    max-width: 450px;
    margin-inline: auto;
    position: relative;
    top: 40px;
}

.p-suzaku__candoList{
    background: #FCFCFC;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    border-radius: 10px;
    max-width: 1220px;
    margin-inline: auto;
    padding: 24px;
}

.p-suzaku__candoList > li{
    display: flex;
    align-items: center;
    gap: 0 40px;
    padding: 40px;
}

.p-suzaku__candoList > li:nth-child(1),
.p-suzaku__candoList > li:nth-child(2){
    border-bottom: 1px solid #BBE3E7;
}

.p-suzaku__candoList > li:nth-of-type(even){
    border-left: 1px solid #BBE3E7;
}

.p-suzaku__candoList .p-suzaku__icon{
    width: 29.65%;
    height: auto;
}

.p-suzaku__candoList .p-suzaku__text{
    flex: 1;
}

.p-suzaku__text{
    display: flex;
    flex-direction: column;
}

.p-suzaku__text .copy{
    order: 0;
    font-weight: 600;
    color: var(--color-gray02);
    line-height: 1.6;
    margin-bottom: 20px;
}

.p-suzaku__text h5{
    order: 1;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.417;
    margin-bottom: 20px;
}

.p-suzaku__text ul{
    order: 2;
    border-radius: 10px;
    background: var(--color-wh);
    padding: 16px 16px 16px 32px;
    line-height: 1.875;
    display: flex;
    flex-direction: column;
    gap: 8px 0;
    list-style-type: disc;
}

.p-suzaku__text ul li::marker{
    color: #BBE3E7;
}

.p-suzaku__bnrBlock{
    background: var(--color-bk);
    max-width: 1220px;
    margin-inline: auto;
    height: calc(400vw / 12.2);
    max-height: 400px;
}

.p-suzaku__bnrBlock a{
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.p-suzaku__bnrBlock img{
    width: auto;
    height: 100%;
    position: absolute;
    top:50%;
    left: 0;
    transform: translateY(-50%);
}

.p-suzaku__bnrBlock .p-suzaku__bnrText{
    width: calc(659vw / 12.2) ;
    max-width: 757px;
    color: var(--color-wh);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: calc(80vh / 12.2) 40px calc(80vh / 12.2) 80px;
    margin-left: auto;
    height: 100%;
}

.p-suzaku__bnrBlock .p-suzaku__bnrText h4{
    font-size: clamp(1.3em, 2.5em, 2.5vw);
    line-height: 1.5;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}

.p-suzaku__bnrBlock .p-suzaku__bnrText h4 span{
    display: block;
    font-size: 0.6em;
    margin-bottom: 16px;
}

.p-suzaku__bnrBlock .p-suzaku__bnrText p{
    display: flex;
    align-items: center;
    font-size: clamp(1em, 1.5em, 1.5vw);
    font-weight: 600;
    gap: 0 30px;
}

.p-suzaku__bnrText .c-arr__icon01{
    width: 80px;
    height: 80px;
}

.p-suzaku__bnrText .c-arr__icon01.white::before{
    width: 24px;
    height: 13px;
}

.p-suzaku__wrap .illust{
    margin-top: 40px;
    margin-inline: auto;
    display: block;
}

.p-suzaku__candoBlock{
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 980px) {
     .p-suzaku__candoList > li{
        padding: 24px 0;
        flex-direction: column;
        gap: 16px 0;
    }
}

@media screen and (min-width: 769px) {
    .p-suzaku__wrap .illust{
        max-width: 800px;
        width: calc(800vw / 9.6);
    }

    .p-suzaku__candoBlock{
        top: calc(-320vh / 13);
        margin-bottom: calc((-320vh / 13) + 24px);
    }
}

@media (min-width: 550px) and (max-width: 768px) {
    .p-suzaku__wrap .illust{
        width: calc(600vw / 7.68);
        max-width: 600px;
    }

    .p-suzaku__candoBlock{
        top: calc(-140vh / 7.68);
        margin-bottom: calc((-140vh / 7.68) + 24px);
    }
}

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

    .p-suzaku__wrap .illust{
        width: calc(450vw / 5.49);
        max-width: 450px;
    }

    .p-suzaku__candoBlock{
        top: calc(-80vh / 5.49);
    }
}




@media screen and (max-width: 768px) {
    .p-suzaku__wrap{
        padding-block: 80px;
    }

    .p-suzaku__wrap .logo{
        width: 70%;
        margin-bottom: 40px;
    }

    .p-serviceCase__block01Read p br{
        display: none;
    }

    .p-suzaku__candoBlock h4{
        width: 70%;
    }

    .p-suzaku__candoList{
        grid-template-columns: repeat(1, 1fr);
    }

   

    .p-suzaku__candoList .p-suzaku__icon{
        max-width: 100px;
    }

    .p-suzaku__candoList > li+li{
        border-top: 1px solid #BBE3E7;
    }

    .p-suzaku__candoList > li:nth-child(1), .p-suzaku__candoList > li:nth-child(2){
        border-bottom: none;
    }

    .p-suzaku__candoList > li:nth-of-type(even){
        border-left: none;
    }

    .p-suzaku__text .copy{
        font-size: 0.875em;
        margin-bottom: 8px;
    }

    .p-suzaku__text .copy br{
        display: none;
    }

    .p-suzaku__text h5{
        font-size: 1.2em;
        margin-bottom: 8px;
    }

    .p-suzaku__text ul{
        font-size: 0.875em;
    }

    .p-suzaku__bnrBlock .p-suzaku__bnrText h4{
        font-size: 1.3em;
    }

    .p-suzaku__bnrText .c-arr__icon01{
        width: 60px;
        height: 60px;
    }

    .p-suzaku__bnrText .c-arr__icon01.white::before{
        width: 18px;
        height: 10px;
    }

    .p-suzaku__bnrBlock .p-suzaku__bnrText p{
        gap: 0 16px;
    }
}


@media screen and (max-width: 480px) {
     .p-suzaku__candoBlock{
        top: calc(-100vh / 7.68);
    }


}

@media screen and (max-width: 620px) {
    .p-suzaku__bnrBlock{
        margin-top: 100px;
        height: auto;
        max-height: 100%;
    }

    .p-suzaku__bnrBlock a{
        display: flex;
        flex-direction: column;
    }

    .p-suzaku__bnrBlock img{
        position: relative;
        width: 90%;
        height: auto;
        top:0;
        transform: translateY(0);
    }

    .p-suzaku__bnrBlock .p-suzaku__bnrText{
        width: 100%;
        padding: 20px;
    }

    .p-suzaku__bnrBlock .p-suzaku__bnrText h4{
        margin-bottom: 16px;
    }
}

/* アセスメント・サーベイ
----------------------------------------------- */

.p-assessment__wrap{
    padding-block: 100px;
    color: var(--color-wh);
}

.p-assessment__grid01{
    display: flex;
    align-items: center;
    gap: 0 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--color-wh);
    margin-bottom: 80px;
}

.p-assessment__grid01Left{
    width: 550px;
}
.p-assessment__grid01Left img{
    border-radius: 10px;
}

.p-assessment__grid01Right{
    width: 706px;
    display: flex;
    flex-direction: column;
    gap: 20px 0;
}

.p-assessment__grid01Right h4{
    font-size: 2em;
    line-height: 1.063;
    font-weight: bold;
}

.p-assessment__grid01Right p{
    font-size: 1em;
    line-height: 1.967;
}

.p-assessment__grid02{
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
}

.p-assessment__grid02Left{
    flex: 1;
}

.p-assessment__grid02Right{
    width: 330px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color-wh);
    padding: 20px;
}

.p-assessment__grid02Right dt{
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.25;
    text-align: center;
}

.p-assessment__grid02Right dd{
    line-height: 1.967;
    text-align: center;
}

.p-assessment__grid02Right dd + dt{
    margin-top: 40px;
}

.p-assessment__grid02Bottom{
    width: 100%;
}

.p-assessment__grid02Bottom p{
    font-size: 1.125em;
    line-height: 1.967;
}

.p-assessment__professorList{
    padding-top: 40px;
    border-top: 1px solid var(--color-wh);
    margin-top: 40px;
}

.p-assessment__professorList .read{
    font-size: 1.125em;
    line-height: 1.967;
    margin-bottom: 40px;
}

.p-assessment__professorList ul{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 0 80px;
}

.p-assessment__professorList ul li{
    display: flex;
    align-items: flex-start;
    gap: 0 20px;
}

.p-assessment__professorList ul li picture{
    width: 41%;
}

.p-assessment__professorList ul li .text{
    flex: 1;
}

.p-assessment__professorList ul li .text h4{
    font-size: 1.75em;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 20px;
}

.p-assessment__professorList ul li .text p{
    font-size: 1em;
    line-height: 2;
}

@media screen and (max-width: 768px) {
     .p-assessment__professorList ul{
        grid-template-columns: repeat(1, 1fr);
        gap: 40px 0;
     }
}

@media screen and (max-width: 480px) {
    .p-assessment__wrap{
        padding-block: 80px;
    }

    .p-assessment__grid01{
        flex-direction: column;
        gap: 20px 0;
        margin-bottom: 40px;
    }

    .p-assessment__grid01Left,
    .p-assessment__grid01Right{
        width: 100%;
    }

    .p-assessment__grid01Right h4{
        font-size: 1.25em;
    }

    .p-assessment__grid01Right p{
        font-size: 0.875em;
    }

    .p-assessment__grid02{
        flex-direction: column;
    }

    .p-assessment__grid02Left,
    .p-assessment__grid02Right{
        width: 100%;
    }

    .p-assessment__grid02Right dt{
        font-size: 1.2em;
    }

    .p-assessment__grid02Right dd{
        font-size: 0.875em;
    }

    .p-assessment__grid02Right dd + dt{
        margin-top: 30px;
    }

    .p-assessment__grid02Bottom p{
        font-size: 0.875em;
    }

    .p-assessment__professorList .read{
       font-size: 0.875em;
    }

     .p-assessment__professorList .read br{
        display: none;
     }

     .p-assessment__professorList ul li{
        flex-direction: column;
        align-items: center;
        gap: 20px 0;
     }

    
     .p-assessment__professorList ul li .text h4{
        text-align: center;
        font-size: 1.2em;
     }

     .p-assessment__professorList ul li .text p{
       font-size: 0.875em;
     }

     .p-assessment__professorList ul li picture{
        width: 50%;
     }
}

/* ----------------------------------------------
 SUS Lab
----------------------------------------------- */

.p-suslab__wrap01{
    color: var(--color-wh);
}

.p-suslab__wrap01 picture{
    padding-top: 40px;
    border-top: 1px solid var(--color-wh);
    display: block;
    margin-top: 80px;
    margin-bottom: 60px;
}

.p-suslab__grid01{
    display: flex;
    align-items: flex-start;
    gap: 0 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--color-wh);
}

.p-suslab__grid01 h3{
    width: 416px;
    font-size: 2em;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: -0.08em;
}

.p-suslab__grid01 p{
    width: 843px;
    font-size: 1.125em;
    font-weight: 500;
    line-height: 2;
}

.p-suslab__grid01 p span{
    display: block;
    margin-top: 20px;
    font-size: 0.778em;
}

@media screen and (max-width: 480px) {
    .p-suslab__grid01{
        flex-direction: column;
        gap: 20px 0;
    }

    .p-suslab__wrap01 picture{
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .p-suslab__grid01 h3{
        width: 100%;
        font-size: 1.2em;
    }

    .p-suslab__grid01 p{
        width: 100%;
        font-size: 0.875em;
    }

}


/* SUS Lab所長
----------------------------------------------- */

.p-suslab__wrap02{
    padding-block: 100px;
}

.p-guest__profile {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: 40px;
    gap: 40px;
    color: var(--color-wh);
    margin-bottom: 80px;
}

.p-guest__profile picture {
    width: 342px;
}

.p-guest__text {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.p-guest__text h4 {
    font-size: 2em;
    font-weight: 600;
    line-height: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
}

.p-guest__text h4 ruby {
    font-size: 0.438em;
    color: var(--color-gray02);
}

.p-guest__text .comment {
    line-height: 1.967;
}

.p-guest__biography h4{
    text-align: center;
    font-size: 1.313em;
    font-weight: 600;
    padding-bottom: 50px;
    border-bottom: 1px solid #8E8E8E;
    margin-bottom: 100px;
    color: var(--color-wh);
}

.p-guest__biography .c-table__block{
    max-width: 930px;
    margin-inline: auto;
}

.p-guest__biography .c-table__primary th{
    width: calc(150vw / 9.3);
}

.p-suslab__wrap04{
    padding-block: 100px 120px;
    color: var(--color-wh);
}

.p-suslab__access{
    line-height: 2;
}

.p-suslab__map{
    width: 100%;
    margin-top: 40px;
}

.p-suslab__map iframe{
    width: 100%;
    height: calc(620vw / 13);
    max-height: 620px;
}

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

    .p-suslab__wrap02{
        padding-block: 80px;
    }

    .p-guest__profile{
        flex-direction: column;
        align-items: center;
        gap: 40px 0;
    }

    .p-guest__profile picture{
        width: 70%;
    }

    .p-guest__text h4{
        font-size: 1.5em;
    }

    .p-guest__text .comment {
        font-size: 0.875em;
    }

    .p-guest__biography h4{
        padding-bottom: 40px;
        margin-bottom: 40px;
        font-size: 1em;
    }

    .p-guest__biography .c-table__primary th {
        border-bottom: none;
        width: 100px;
        padding: 16px 8px;
        display: table-cell;
        vertical-align: middle;
    }

    .p-suslab__wrap04{
        padding-block: 80px;
    }

    .p-suslab__access{
        font-size: 0.875em;
    }

    .p-suslab__map iframe{
        height: calc(400vw / 7.68);
        max-height: 400px;
    }
}


/* 研究テーマ
----------------------------------------------- */

.p-suslab__wrap03{
    padding-block: 0 120px;
}

.p-suslab__wrap03 .p-pageLink__navItem h3{
    min-height: auto;
}

.p-card__grid02{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 40px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    padding: 40px;
    background: var(--color-wh);
}

.p-card__grid02 + .p-card__grid02{
    margin-top: 40px;
}

.p-card__grid02Left{
    width: 630px;
}

.p-card__grid02Right{
    width: 550px;
}

.p-card__grid02:last-child{
    align-items: flex-start;
}

.p-card__grid02:last-child .p-card__grid02Right{
   padding-top: 3rem;
}

.p-card__grid02 h4{
    font-size: 2em;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px 0;
}

.p-card__grid02 h4 span{
    font-size: 0.75em;
    color: var(--color-red);
}

.p-card__grid02 h5{
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.667;
    margin-bottom: 10px;
}

.p-card__grid02 .read{
    font-size: 1.125em;
    line-height: 2;
    color: var(--color-gray02);
}

.p-card__grid02 .research-case{
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid var(--color-red);
}

.p-card__grid02 .research-case h6{
    background: var(--color-red);
    border-radius: 10px;
    color: var(--color-wh);
    font-weight: 600;
    font-size: 1.125em;
    line-height: 1;
    display: inline-block;
    padding: 8px 16px;
    margin-bottom: 8px;
}

.p-card__grid02 .research-case p{
    font-size: 1.125em;
    line-height: 2;
    color: var(--color-gray02);
}

@media screen and (max-width: 768px) {
    .p-card__grid02{
        flex-direction: column-reverse;
    }

    .p-card__grid02Left,
    .p-card__grid02Right{
        width: 100%;
    }

    .p-card__grid02:last-child .p-card__grid02Right{
        padding-top:0;
    }
}

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

    .p-suslab__wrap03{
        padding-block: 0 80px;
    }

    .p-suslab__wrap03 .p-pageLink__list{
        margin-bottom: 40px;
    }

    .p-card__grid02{
        padding: 24px;
        gap: 20px 0;
    }

    .p-card__grid02 h4{
        font-size: 1.2em;
        margin-bottom: 8px;
        gap: 8px 0;
    }

    .p-card__grid02 h5{
        font-size: 1em;
    }

    .p-card__grid02 .read{
        font-size: 0.875em;
    }

    .p-card__grid02 .research-case h6{
        font-size: 1em;
    }

    .p-card__grid02 .research-case p{
        font-size: 0.875em;
    }
}


/* ----------------------------------------------
 IR情報
----------------------------------------------- */

.p-irtopNews__wrap,
.p-irTop__wrap01,
.p-irTop__wrap02,
.p-irTop__wrap03,
.p-irTop__wrap04,
.p-irTop__wrap05,
.p-irTop__wrap06{
    padding-block: 100px;
    color: var(--color-wh);
}

.p-irTop__wrap07{
    padding-block: 100px 120px;
}

.c-category__item{
    position: relative;
}

.c-category__subList{
    visibility: hidden;
    width: calc(100% + 24px);
    opacity: 0;
    transition: 0.4s;
    position: absolute;
    top: 100%;
    left: 0;
    display: flex;
    flex-direction: column;
    background: #3A3A3A;
    color: var(--color-wh);
    z-index: 999;
    pointer-events: none;
}


.c-category__subList li{
    padding: 16px 4px;
    font-size: 0.875em;
}

@media screen and (min-width: 769px) {
    .c-category__item:hover .c-category__subList{
        visibility: visible;
        transition: 0.4s;
        opacity: 1;
        pointer-events: auto;
    }
}

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

    .c-category__subList{
        width: 100%;
    }

    .c-category__subList.open{
        visibility: visible;
        transition: 0.4s;
        opacity: 1;
        pointer-events: auto;
    }

    .p-irtopNews__wrap,
    .p-irTop__wrap01,
    .p-irTop__wrap02,
    .p-irTop__wrap03,
    .p-irTop__wrap04,
    .p-irTop__wrap05,
    .p-irTop__wrap06{
        padding-block: 80px;
    }

    .p-irTop__wrap07{
        padding-block: 80px 80px;
    }

    .p-irTop__wrap07 .c-table__primary th,
    .p-irTop__wrap07 .c-table__primary td{
        display: table-cell;
    }

     .p-irTop__wrap07 .c-table__primary th{
        width: 30%;
     }

    .p-irTop__wrap07 .c-table__primary td{
        width: 70%;
    }

}


/* トップ　IR NEWS
----------------------------------------------- */
.p-irtopNews__grid {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0 6.15%;
}


.p-irtopNews__left{
    display: flex;
    align-items: center;
    flex-direction: column;
    flex: 1;
}

.p-irtopNews__left .c-title01{
    margin-bottom: 64px;
}

.p-irtopNews__list{
    width: 900px;
    display: flex;
    flex-direction: column;
    margin-left: auto;
}

.p-irtopNews__list .news{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    padding-block: 24px;
    border-bottom: 1px solid var(--color-wh);
}

.p-irtopNews__list .news:first-child{
    padding-top: 0;
}

.p-irtopNews__list .news .day{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.p-irtopNews__list .news .date {
    font-size: 1em;
    font-weight: 700;
    border-right: solid 1px var(--color-wh);
    padding-right: 16px;
    line-height: 1.625;
}

.p-irtopNews__list .news .category {
    font-size: 0.75em;
    font-weight: 400;
    padding-inline: 16px 0;
    word-break: keep-all;
}

.p-irtopNews__list .ttl img{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-inline: 8px;
}

.p-irtopNews__list .ttl{
    font-size: 0.875em;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: ease 0.4s;
    width: 100%;
    margin-top: 10px;
    position: relative;
}

.p-irtopNews__list .ttl a{
    width: 100%;
    display: block;
    padding-right: 50px;
    position: relative;
}

.p-irtopNews__list .ttl a::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    width: 12px;
    height: 7px;
    background: url(../img/common/btn-arrow01_s_wh.svg) no-repeat center center / cover;
    transition: ease 0.4s;
}

@media screen and (min-width: 769px) {

    .p-irtopNews__list .ttl a:hover::after{
        right: 25px;
    }
}

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

    .p-irtopNews__grid{
        flex-direction: column;
    }

    .p-irtopNews__left{
        flex-direction: row;
    }

    .p-irtopNews__left,
    .p-irtopNews__list{
        width: 100%;
    }

    .p-irtopNews__list .ttl a{
        width: 100%;
        font-size: 0.875em;
        font-weight: 400;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .p-irtopNews__list .news .date{
        font-size: 0.75em;
        font-weight: 500;
    }

    .p-irtopNews__list .news .category{
        font-size: 0.75em;
        font-weight: 500;
    }
    
    .p-irtopNews__list .ttl a::after{
        right: 16px;
        margin-left: 16px;
    }

    .p-irtopNews__left{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 24px;
    }

    .p-irtopNews__left .c-btn__center{
        margin-right: 0;
    }

    .p-irtopNews__left .c-title01{
        text-align: left;
        margin-bottom: 0;
    }

    .p-irtopNews__list .news{
        padding-block: 16px;
    }
}

/* トップ　ヴィジョン
----------------------------------------------- */

.p-irTop__grid01{
    display: flex;
    align-items: flex-start;
    gap: 0 40px;
    margin-bottom: 40px;
}

.p-irTop__grid01 h3{
    font-size: 1.9em;
    line-height: 1.5;
    font-weight: 600;
    width: 30%;
}

.p-irTop__grid01 p{
    width: 880px;
    font-size: 1.125em;
    font-weight: 500;
    line-height: 2;
}

.p-irTop__grid02{
    display: flex;
    justify-content: flex-start;
    gap: 0 40px;
    margin-top: 64px;
    padding-block: 40px;
    border-top: 1px solid var(--color-wh);
    border-bottom: 1px solid var(--color-wh);
}

.p-irTop__grid02Left{
    width: 880px;
    display: flex;
    flex-direction: column;
    gap: 40px 0;
}

.p-irTop__grid02Left .comment{
    font-size: 1.125em;
    font-weight: 500;
    line-height: 2;
}

.p-irTop__grid02Right{
    width: 380px;
    display: flex;
    flex-direction: column;
    gap: 2px 0;
}

@media screen and (max-width: 480px) {
    .p-irTop__grid01{
        flex-direction: column;
        gap: 20px 0;
    }

    .p-irTop__grid01 h3{
        font-size: 1.5em;
        width: 100%;
    }

    .p-irTop__grid01 p{
        width: 100%;
        font-size: 0.875em;
    }

    .p-irTop__grid02{
        flex-direction: column-reverse;
        gap: 20px 0;
    }

    .p-irTop__grid02Left{
        width: 100%;
    }

    .p-irTop__grid02Left .comment{
        font-size: 0.875em;
    }

    .p-irTop__grid02Right{
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 0 2px;
    }

    .p-irTop__figure01{
        overflow-x: scroll;
    }

    .p-irTop__figure01 img{
        width: 600px;
    }
}

/* トップ　IR関連レポート
----------------------------------------------- */

.p-irGraph__tab{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 0 1px;
    background: var(--color-wh);
    border-top: 1px solid var(--color-wh);
}

.js-tab__item02{
    border-top: 2px solid #dfdfdf;
    text-align: center;
    padding: 10px 5px;
    background: #dfdfdf;
    color: var(--color-gray02);
    font-weight: 400;
    font-size: 1.2em;
    cursor: pointer;
}

.js-tab__item02.active{
    color: var(--color-red);
    border-top: 2px solid var(--color-red);
    background: var(--color-wh);
}

.p-irGraph__block{
    background-color: var(--color-wh);
    margin: 0 auto;
    overflow: hidden;
}


.p-irGraph__block .highcharts-container,
.p-irGraph__block .xjGraphJs {
    width: 100%!important;
    display: block;
}

.p-irGraph__block svg{
    width: 100%!important;
    height: auto;
}

.p-irGraph__block .highcharts-background,
.p-irGraph__block .highcharts-plot-background,
.p-irGraph__block .highcharts-root,
.p-irGraph__block .highcharts-series-group{
    width: 100%!important;
    height: auto;
}

.p-irLink__list01{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px 40px;
}

.p-irLink__list01 li{
    border-bottom: 1px solid var(--color-wh);
    padding-bottom: 16px;
}

.p-irLink__list01 li a{
    padding-block: 8px;
    padding-right: 50px;
    display: block;
    position: relative;
    font-weight: 600;
    font-size: 1.125em;
    line-height: 1.5;
}

.p-irLink__list01 li a::after{
    content: '';
    width: 40px;
    height: 40px;
    border: 1px solid var(--color-wh);
    position: absolute;
    top: 50%;
    right: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-50%);
}

.p-irLink__list01 li a::before{
    content: '';
    position: absolute;
    top: 50%;
    right: 14px;
    width: 12px;
    height: 7px;
    background: url(../img/common/btn-arrow01_s_wh.svg) no-repeat center center / cover;
    transform: translateY(-50%);
}

.p-irGraph__content {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease;
  height: 0; /* 必要に応じて追加 */
}

.p-irGraph__content.show {
  visibility: visible;
  opacity: 1;
  height: auto; /* 必要に応じて調整 */
}

.p-irGraph__blockInner{
    display: block;
    padding: 50px;
}

#ir-top__Graph{
    margin-bottom: 40px;
}

@media screen and (max-width: 480px) {
    .p-irGraph__blockInner{
        padding: 24px 16px 16px 16px;
    }

    .p-irLink__list01{
        grid-template-columns: repeat(2,1fr);
        gap: 20px;
    }

    .p-irLink__list01 li{
        padding-bottom: 8px;
    }

    .p-irLink__list01 li a{
        font-size: 12px;
    }
}

/* トップ　リンク集
----------------------------------------------- */

.p-irLink__grid{
    display: flex;
    align-items: center;
    gap: 0 40px;
}

.p-irLink__grid.reverse{
    flex-direction: row-reverse;
}

.p-irLink__grid + .p-irLink__grid{
    margin-top: 80px;
}

.p-irLink__gridLeft{
    width: 630px;
}

.p-irLink__gridRight{
    width: 630px;
}

.p-irLink__gridRight h3{
    font-size: 2.5em;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 64px;
}

.p-irLink__gridRight .p-irLink__list01{
    grid-template-columns: repeat(2,1fr);
}

@media screen and (max-width: 480px) {
    .p-irLink__grid,
    .p-irLink__grid.reverse{
        flex-direction: column;
        gap: 20px 0;
    }

    .p-irLink__gridLeft,
    .p-irLink__gridRight{
        width: 100%;
    }

    .p-irLink__gridRight h3{
        font-size: 1.5em;
        margin-bottom: 20px;
    }

    .p-irLink__list01 li a br{
        display: none;
    }

    .p-irLink__grid + .p-irLink__grid{
        margin-top: 40px;
    }
}


/* トップ　ダウンロード
----------------------------------------------- */

.p-download__docs{
    display: flex;
    flex-direction: column;
    gap: 28px 0;
    color: var(--color-wh);
}

.p-download__docs li{
    border-bottom: 1px solid var(--color-wh);
}

.p-download__docs li a{
    padding: 32px 40px;
    font-weight: 600;
    line-height: 1.967;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.p-download__docs img{
    margin-inline: auto 8px;
    width: 25px;
    height: 25px;
    display: inline-block;
}


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

    .p-download__docs li a{
        padding: 16px 0;
        font-size: 0.875em;
    }

    .p-download__docs{
        gap: 8px 0;
    }

    .p-download__docs img{
        margin-inline: 8px;
    }

}


/* トップ　株主・株式関連
----------------------------------------------- */

.p-irTable__grid{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 0 40px;
    margin-bottom: 80px;
}


.p-irTable__grid .c-table__primary th,
.p-irTable__grid .c-table__primary td{
    padding: 24px 32px;
}

.p-irTable__grid .c-table__primary th{
    line-height: normal;
    padding: 24px 8px 24px 40px;
    width: 187px;
}

.p-irTable__grid .c-table__primary td{
    width: calc(100% - 187px);
    line-height: 1.967;
    padding: 24px 40px 24px 40px;
}

@media screen and (min-width: 769px) {
    .p-irTable__grid .c-table__primary tr:first-child{
        border-top: 1px solid var(--color-wh);
    }

    .p-irTable__grid .c-table__primary tr:first-child th,
    .p-irTable__grid .c-table__primary tr:first-child td{
        padding-top: 24px;
    }

    .p-irTable__grid .c-table__primary tr:first-child th+td:before {
        height: calc(100% - 48px);
        top: 50%;
        transform: translateY(-50%);
    }
}

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

    .p-irTable__grid .c-table__primary th,
    .p-irTable__grid .c-table__primary td{
        display: table-cell;
        padding: 16px 16px;
    }

    .p-irTable__grid .c-table__primary th{
        width: 40%;
    }

    .p-irTable__grid .c-table__primary td{
        width: 60%;
    }
    
}

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

    .p-irTable__grid{
        grid-template-columns: repeat(1,1fr);
        margin-bottom: 40px;
    }
}

/* トップ　コーポレート・ガバナンス
----------------------------------------------- */

.p-irTop__wrap06 .text{
    font-size: 1.125em;
    font-weight: 500;
    line-height: 2;
    margin-bottom: 80px;
}

@media screen and (max-width: 480px) {
    .p-irTop__wrap06 .text{
        font-size: 0.875em;
        margin-bottom: 40px;
    }
}

/* トップ　IR カレンダー
----------------------------------------------- */

.p-irCalender__block{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    margin-bottom: 84px;
}

.p-irOverview__heading{
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}

.p-irOverview__heading .c-title02{
    margin-bottom: 0;
}

.p-irOverview__heading .c-archive__selectWrap::after{
    border: 1px solid var(--color-wh);
    background: rgba(255, 255, 255, 0.2);
}

.p-irOverview__heading .c-archive__selectWrap::before{
    border-top: solid 1px var(--color-wh);
    border-right: solid 1px var(--color-wh);
}

.p-irOverview__heading .c-archive__select{
    border: 1px solid var(--color-wh);
    color: var(--color-wh);
    padding: 16px 70px 16px 20px;
}

.p-irOverview__block .c-table__primary th{
    width: calc(160vw / 9.3);
}

.p-irOverview__block p{
    color: var(--color-wh);
    font-size: 0.75em;
    text-align: left;
    margin-top: 20px;
}

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

    .p-irCalender__block{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px 0;
    }

    .p-irOverview__block .c-table__primary th,
    .p-irOverview__block .c-table__primary td{
        display: table-cell;
    }

    .p-irOverview__block .c-table__primary th{
        width: 40%;
    }

    .p-irOverview__block .c-table__primary td{
        width: 60%;
    }

    .p-irOverview__heading{
        margin-bottom: 20px;
    }
}

/* IR NEWS
----------------------------------------------- */

#xj-select-category .tab input {
    display: none;
}

.p-irNewsindex__wrap{
    padding-block: 100px 120px;
    color: var(--color-wh);
}

.p-irNewsindex__wrap .p-irtopNews__list{
    width: 100%;
    gap: 16px 0;
}

.select_wrap{
    position: relative;
    width: 267px;
}

.select_wrap .news-select{
    min-width: 170px;
    margin-left: auto;
    cursor: pointer;
    text-align: left;
    height: 62px;
    padding: 16px 60px 16px 20px;
    border: 1px solid var(--color-wh);
    color: var(--color-wh);
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 0.1578em;
    border-radius: 10px;
    position: relative;
}

.select_wrap::before {
    content: '';
    position: absolute;
    right: 36px;
    top: 25px;
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 1px var(--color-wh);
    border-right: solid 1px var(--color-wh);
    transform: rotate(135deg);
    z-index: 2;
    pointer-events: none;
}

.select_wrap::after {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    border-radius: 50%;
    border: 1px solid var(--color-wh);
    z-index: 1;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.2);
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    pointer-events: none;
}

.p-irNewsindex__wrap .c-archive__select{
    border: 1px solid var(--color-wh);
}

.p-irNewsindex__wrap .c-archive__selectWrap::after{
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid var(--color-wh);
}

.p-irNewsindex__wrap .c-archive__selectWrap::before{
    border-top: solid 1px var(--color-wh);
    border-right: solid 1px var(--color-wh);
}

.p-irNewsindex__wrap .c-category__item.current{
    color: var(--color-wh);
}

.p-irNewsindex__wrap .c-category__item.current::after{
    background: var(--color-wh);
}

#xj-select-category{
    border-bottom: 1px solid var(--color-wh);
    margin-bottom: 100px;
}

#xj-select-category .tab{
    display: flex;
    justify-content: center;
    margin-inline: auto;
}

#xj-select-category .tab label{
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    line-height: 1.5;
    color: var(--color-wh);
    position: relative;
    font-size: 1em;
}

#xj-select-category.col-6 .tab{
    max-width: 1300px;
    margin-inline: auto;
}

#xj-select-category.col-6 .tab label{
    padding: 24px 5%;
}

#xj-select-category.col-6 input:checked + label{
    border-bottom: 3px solid var(--color-wh);
}

.p-irNewsindex__wrap .p-irtopNews__list .ttl{
    font-size: 1em;
}



.p-irNewsindex__wrap .p-irtopNews__list .news{
    padding-left: 40px;
    padding-block: 32px;
}

.p-irNewsindex__wrap .p-irtopNews__list .news .category{
    font-size: 1em;
}

.p-irNewsindex__wrap .p-irtopNews__list .file-icon {
    background: url(../img-business/ir/document-icon.svg) no-repeat center center / cover;
    width: 20px;
    height: 20px;
    margin-left: auto;
    margin-right: 8px;
    display: inline-block;
    position: relative;
    top: 2px;
}

.p-irNewsindex__wrap .js-tab__listBlock + .l-container{
    margin-top: 100px;
}

.p-irNewsindex__wrap .p-irtopNews__list +  .c-title02{
    margin-top: 120px;
}

.p-irNewsindex__wrap .p-irtopNews__list .ttl a::after{
    display: none;
}

.p-irNewsindex__wrap .p-irtopNews__list .ttl img{
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-inline: auto 8px;
}

@media screen and (min-width: 769px) {
    .p-irNewsindex__wrap .p-irtopNews__list .ttl a{
        font-weight: 600;
        display: flex;
        align-items: center;
        gap: 0 8px;
        padding-right: 40px;
    }

}

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

    #xj-select-category{
        margin-bottom: 40px;
    }

    #xj-select-category .tab{
        flex-wrap: wrap;
    }

    #xj-select-category.col-6 .tab label {
        width: calc(100% / 3);
        line-height: 1.5;
        padding: 16px 8px;
        font-size: 0.8em;
        border-bottom: 1px var(--color-wh) solid;
    }

    .p-irNewsindex__wrap .p-irtopNews__list .news{
        padding-left: 0;
        padding-block: 16px;
    }

    .p-irNewsindex__wrap .p-irtopNews__list .news .category{
        font-size: 0.75em;
    }

    .p-irNewsindex__wrap .c-sortNav__block{
        margin-bottom: 20px;
    }

    .p-irNewsindex__wrap{
        padding-block: 80px;
    }

    .p-irNewsindex__wrap .c-category__item.current{
        color: var(--color-red);
    }

    .p-irNewsindex__wrap .js-tab__listBlock + .l-container{
        margin-top: 40px;
    }

    .p-irNewsindex__wrap .p-irtopNews__list +  .c-title02{
        margin-top: 80px;
    }

    .p-irNewsindex__wrap .p-irtopNews__list .ttl{
        overflow: unset;
        white-space:unset;
        text-overflow:unset;
    }

    .p-irNewsindex__wrap .p-irtopNews__list .ttl a{
        overflow: unset;
        white-space:unset;
        text-overflow:unset;
        padding-right: 0;
        line-height: 1.6;
    }

    .p-irNewsindex__wrap .p-irtopNews__list .ttl img{
        width: 20px;
        height: 20px;
        margin-inline: 8px;
    }
}

/* 株主・株式関連
----------------------------------------------- */

.p-irStock__wrap{
    padding-top: 100px;
}

.p-irStock__wrap .l-container.-small{
    padding-block: 100px 120px;
}

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

    .p-irStock__wrap .c-table__primary tr th,
    .p-irStock__wrap .c-table__primary tr td{
        display: table-cell;
    }

    .p-irStock__wrap .c-table__primary tr th{
        width: 30%;
    }

    .p-irStock__wrap .c-table__primary tr td{
        width: 70%;
    }
}

@media screen and (min-width: 481px) {
    .p-irStock__wrap .c-table__primary th{
        width: calc(190vw / 9.3);
    }
}

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

    .p-irStock__wrap{
        padding-top: 80px;
    }

    .p-irStock__wrap .c-table__primary th,
    .p-irStock__wrapd .c-table__primary td {
        display: table-cell;
        padding: 16px 16px;
    }

    .p-irStock__wrap .c-table__primary th{
        width: 40%;
    }

    .p-irStock__wrap .l-container.-small{
        padding-block: 80px;
    }
}

.p-irFaq__wrap{
    margin-block: 100px 120px;
    color: var(--color-wh);
}

.p-irFaq__wrap .l-container.-small{
    margin-top: 100px;
}

.p-irFaq__list{
    display: flex;
    flex-direction: column;
    gap: 16px 0;
}

.p-irFaq__listItem{
    display: flex;
    flex-direction: column;
    gap: 40px 0;
    border-bottom: 1px solid var(--color-wh);
    padding: 40px;
}

.p-irFaq__question{
    display: flex;
    align-items: center;
    font-size: 1.25em;
    font-weight: 600;
    padding-right: 60px;
    position: relative;
    cursor: pointer;
}

.p-irFaq__question i{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}

.p-irFaq__question i::before{
    content: '';
    width: 100%;
    height: 2px;
    background: var(--color-wh);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.p-irFaq__question i::after{
    content: '';
    width: 2px;
    height: 100%;
    background: var(--color-wh);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.4s;
    opacity: 1;
}

.p-irFaq__question.open i::after{
    opacity: 0;
    transform: translateX(-50%) rotate(90deg);
}

.p-irFaq__question::before{
    content: 'Q.';
    font-size: 1.6em;
    display: inline-block;
    padding-right: 16px;
}

.p-irFaq__answer{
    line-height: 1.967;
    display: none;
    padding-left: 50px;
    padding-right: 40px;
    position: relative;
}

.p-irFaq__answer a{
    text-decoration: underline;
}

.p-irFaq__answer:before{
    content: 'A.';
    font-size: 2em;
    top: 0;
    left: 0;
    position: absolute;
    padding-right: 16px;
    font-weight: 600;
    line-height: 1;
}

.p-irFaq__answer ul{
    padding-left: 1em;
    list-style-type: disc;
}

.p-irFaq__answer ol{
    padding-left: 1em;
    list-style-type:decimal;
}

.p-irFaq__answer p + ol,
.p-irFaq__answer p + ul,
.p-irFaq__answer ol + p,
.p-irFaq__answer ul + p{
    margin-top: 20px;
}

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

    .p-irFaq__listItem{
        padding: 16px 0;
    }

    .p-irFaq__question{
        font-size: 1em;
        padding-right: 40px;
    }

    .p-irFaq__answer{
        font-size: 0.875em;
        padding-right: 0;
    }

    .p-irFaq__wrap{
        margin-block: 80px;
    }

    .p-irFaq__wrap .l-container.-small{
        margin-top: 40px;
    }
}

/* IR関連レポート
----------------------------------------------- */

.c-download__btn{
    padding: 20px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid var(--color-wh);
    border-radius: 10px;
    text-align: center;
    font-size: 1.125em;
    font-weight: 600;
    line-height: 1.5;
    min-width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 8px;
}

.c-download__btn i{
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../img-business/ir/download-icon.svg) no-repeat center center /cover;
}

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

    .c-download__btn{
        width: 100%;
        min-width: 100%;
        font-size: 1em;
        padding: 16px;
    }

    .c-sortNav__block .c-btn__left{
        padding-bottom: 8px;
    }
}

.p-irFinancial__wrap{
    padding-block: 100px 120px;
}

.p-irFinancial__wrap .js-tab__listBlock{
    margin-bottom: 120px;
}

.highlight-table{
    margin-top: 80px;
}

.xj_chart_header {
    color: #fff !important;
}

.xj_chart_table {
    margin-top: 15px;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-all;
    width: 100%;
}

.xj_chart_table th,
.xj_chart_table td {
    padding: 20px 20px;
    vertical-align: middle;
    font-weight: 500;
}

.xj_chart_table td.xj_chart_header_first{
    background: #686868;
    width: 23%;
}

.xj_chart_table td.xj_chart_header{
    background: #686868;
}

.xj_chart_table td {
    background: var(--color-wh);
    text-align: center;
}

.xj_chart_table tr + tr td.xj_chart_header{
    background: var(--color-gray);
    color: var(--color-bk)!important;
    text-align: left;
    font-weight: 500;
    font-size: 1em!important;
    line-height: 1.4;
}

.caution{
    color: var(--color-wh);
    margin-top: 40px;
}

.caution p{
    font-size: 0.75em;
    line-height: 2;
}

.caution h4{
    margin-top: 100px;
    font-size: 1.75em;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 20px;
}

.caution ul{
    font-size: 1em;
    line-height: 2;
    padding-left: 1em;
    list-style-type: disc;
}

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

     .XJSTable_Main,
    .highlight-table{
        overflow-x: scroll;
    }

    .XJSTable_Main table,
    .highlight-table table{
        width: 800px;
    }

    .xj_chart_table tr{
        position: relative;
    }

     .xj_chart_table tr + tr td.xj_chart_header,
     .xj_chart_table td.xj_chart_header_first{
        position: sticky;
        left: 0;
        z-index: 2;
    }
}

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

    .p-irFinancial__wrap{
        padding-block: 80px;
    }

    .p-irFinancial__wrap .js-tab__listBlock{
        margin-bottom: 40px;
    }

    .xj_chart_table th,
    .xj_chart_table td {
        font-size: 0.75em;
        padding: 8px;
    }

    .xj_chart_table tr + tr td.xj_chart_header{
        font-size: 0.65em!important;
    }

    .highlight-table{
        margin-top: 40px;
    }

    .caution{
        margin-top: 20px;
    }

    .caution h4{
        margin-top: 40px;
        font-size: 1.2em;
    }

    .caution ul{
        font-size: 0.875em;
    }
}

/* コーポレート・ガバナンス
----------------------------------------------- */

.p-irGovernance__wrap{
    color: var(--color-wh);
}

.p-irGovernance__wrap .c-title01{
    margin-bottom: 140px;
}

.p-irGovernance__wrap .p-irtopNews__list .news .day{
    display: none;
}

.p-irGovernance__wrap .text{
    line-height: 1.967;
}

.p-irGovernance__wrap .l-container.-small + .l-container.-small{
    padding-top: 120px;
}

.p-irGovernance__wrap .text + h4{
    margin-top: 48px;
    font-weight: 600;
    line-height: 1.967;
}

.p-irGovernance__wrap h4 + .text{
    padding-left: 1em;
    margin-top: 20px;
}

.p-irGovernance__wrap h3 + h4{
     font-weight: 600;
    line-height: 1.967;
    font-size: 1.2em;
}

.p-irGovernance__wrap h3 + h4 + .text{
    padding-left: 0;
}


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

    .p-irGovernance__wrap .c-title01{
        margin-bottom: 80px;
    }

    .p-irGovernance__wrap .l-container.-small + .l-container.-small{
        padding-top: 64px;
    }

    .p-irGovernance__wrap .text{
        font-size: 0.875em;
    }

    .p-irGovernance__wrap .text + h4{
        font-size: 0.875em;
    }

    .p-irGovernance__wrap figure{
        overflow-x: scroll;
        display: block;
    }

    .p-irGovernance__wrap figure img{
            width: 600px;
    }

    .p-irGovernance__wrap h3 + h4{
        font-size: 1em;
    }
}