@charset "UTF-8" ;

/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Actor&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

/* Common */
.setklp-flxbox {
    display:flex;
}
.p-section__head h3 {
    font-size:40px;
    font-weight:700;
}
.setklp-sp_only {
    display:none
}
.c-custom_html p {
    line-height:1.75
}

/* Title */
.setklp-titsect h2 {
    text-align: center;
}
.setklp-titsect h2 span.setklp-jp {
    margin-top:16px;
    display:block;
    font-family: "Noto Sans JP", sans-serif;
    font-weight:400;
    font-size:28px;
    line-height:1em;
    color:#333;
}
.setklp-titsect h2 span.setklp-en {
    font-family: "Raleway", sans-serif;
    font-weight:700;
    font-size: 80px;
    background: linear-gradient(90deg, #274981, #477CD3 19%, #080F1B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display:inline-block;
}
.setklp-titsect h2::after {
    content:none;
}




/* MV Area */
.setklp-mvarea {
    height:1000px;
    position:relative;
}
.setklp-mvarea .p-section__contents {
    height:100%;
}
.setklp-mvarea h1 {
    font-size: 64px;
    font-weight:600;
    letter-spacing: 0.1em;
    display:inline-block;
    background: linear-gradient(90deg, #274981, #477CD3 19%, #080F1B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position:absolute;
    left:calc((100vw - 1200px)/ 4);
    bottom:202px;
}
.setklp-mvarea .setklp-menu {
    max-width:1516px;
    position:absolute;
    bottom:110px;
    left:50%;
    transform: translateX(-50%);
    gap:24px;
}
.setklp-mvarea .setklp-menu ul {
    list-style: none;
    display:flex;
}
.setklp-menu_page {
    height:74px;
    padding:0 60px;
    background-color:#fff;
    border-radius: 37px;
    justify-content: center;
    align-items: center;
    gap:32px;
}
.setklp-menu_page li a {
    text-decoration: none;
    white-space: nowrap;
    color: #254174;
    font-size:clamp(12px,1vw,16px)
}
.setklp-menu_page li a::after {
    margin-left:10px;
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f078";
}
.setklp-menu_page li a:hover {
    color: #0063FE;
}
.setklp-menu_btn {
    display:flex;
    gap:20px;
}
.setklp-menu_btn li a {
    height:74px;
    padding-left:32px;
    padding-right:74px;
    text-decoration: none;
    white-space: nowrap;
    color:#fff;
    background-color: #274981;
    display:flex;
    align-items: center;
    border-radius: 37px;
    position:relative;
    font-size:clamp(12px,1vw,16px)
}
.setklp-menu_btn li a::after {
    width:32px;
    height:20px;
    background-color: #fff;
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f061";
    font-size:11px;
    color:#274981;
    display:flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    position:absolute;
    top:50%;
    right:32px;
    transform: translateY(-50%);
}
.setklp-menu_btn li a:hover {
    background-color: #0063FE;
}
.setklp-menu_btn li a:hover::after {
    color: #0063FE;
}

/* MV Slider */
.setklp-mvsld01 {
    position:absolute;
    top:0px;
    left:0;
    z-index:4;
}
.setklp-mvsld01 .setklp-sldunit img {
    height:540px;
    width:5457px;
    max-width:none;
}
.setklp-mvsld02 {
    position:absolute;
    top:0px;
    left:0;
    z-index:3;
    justify-content: flex-end;
}
.setklp-mvsld02 .setklp-sldunit {
    margin:0;
}
.setklp-mvsld02 .setklp-sldunit img {
    height:549px;
    width:4076px;
    max-width:none;
}
.p-loop_slider__group {
    display:block;
}
.p-loop_slider__group_reverce:first-child {
    animation: loopSolider 240s linear infinite
}
.p-loop_slider__group_reverce:nth-child(2) {
    animation: loopSolider2 240s -160s linear infinite
}
.p-loop_slider__group_reverce:last-child {
    animation: loopSolider3 240s -80s linear infinite
}
@keyframes loopSolider_r {
    0% {
        transform: translateX(0%)
    }

    to {
        transform: translateX(300%)
    }
}

@keyframes loopSolider_r2 {
    0% {
        transform: translateX(-100%)
    }

    to {
        transform: translateX(200%)
    }
}

@keyframes loopSolider_r3 {
    0% {
        transform: translateX(-200%)
    }

    to {
        transform: translateX(100%)
    }
}
.setklp-mvsld01 .p-loop_slider__group:first-child {
    -webkit-animation: loopSolider 180s linear infinite;
    animation: loopSolider 180s linear infinite;
}
.setklp-mvsld01 .p-loop_slider__group:nth-child(2) {
    -webkit-animation: loopSolider2 180s linear -120s infinite;
    animation: loopSolider2 180s linear -120s infinite;
}
.setklp-mvsld01 .p-loop_slider__group:last-child {
    -webkit-animation: loopSolider3 180s linear -60s infinite;
    animation: loopSolider3 180s linear -60s infinite;
}

/* Company */
.setklp-company .p-section__body h3 {
    position:relative;
}
.setklp-company .p-section__body h3::before {
    width:531px;
    height:510px;
    content:'';
    background-image: url(../images/penta01.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position:absolute;
    left:-180px;
    bottom:-160px;
    z-index:-1;
}
.setklp-company .p-section__body p {
    margin-top:1.4em;
    line-height: 1.75;
}

/* Company -business */
.setk-business .setklp-flxbox {
    padding:0 30px;
    justify-content: center;
    gap:60px;
}
.setk-business .setk-clm {
    flex:1;
    max-width:815px;
    position:relative;
}
.setk-business .setk-clm figure {
    margin-bottom:64px;
}
.setk-business .setk-clm figure img {
    border-radius: 10px;
}
.setk-business .setk-clm h4 {
    padding:0 15px;
    margin:40px;
    font-size: 28px;
    font-weight:700;
    border-left:4px solid #0063FE;
}
.setk-business .setk-clm h5 {
    margin:40px;
    font-size: 24px;
    font-weight:500;
}
.setk-business .setk-clm p {
    margin:0 40px;
    line-height: 1.75;
}
.setk-business .setk-clm:last-child {
    margin-top:88px;
}
.setk-business .setk-clm:first-child::before {
    width:46.9vw;
    height:33.5vw;
    max-width:792px;
    max-height:566px;
    content:'';
    background-image: url(../images/penta02.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position:absolute;
    right:22px;
    bottom:40px;
    z-index:-1
}
.setk-business .setk-clm:last-child::before {
    width:51.4vw;
    height:33vw;
    max-width:869px;
    max-height:557px;
    content:'';
    background-image: url(../images/penta03.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position:absolute;
    right:40px;
    bottom:-80px;
    z-index:-1
}

/* Company -Feature */
.setklp-feature {
    background: linear-gradient(180deg, #EEFBFD 0%, #F3FCFE 73%, #ffffff 100%);
}
.setklp-feature .p-section__body .p-row .p-row__col .c-richtext {
    height:100%;
}
.setklp-feature .setklp-box {
    height:100%;
    background-color:#fff;
    border-radius: 10px;
    padding:40px;
    position:relative;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.setklp-feature .setklp-box .setklp-numb {
    font-family: "Actor", sans-serif;
    font-size: 64px;
    font-weight:400;
    color:#C2CCDC;
    position:absolute;
    left:40px;
    top:40px;
}
.setklp-feature .setklp-box h4 {
    padding:0;
    margin:0 0 16px 0;
    font-size: 24px;
    font-weight: 700;
}
.setklp-feature .setklp-box h4::before {
    content:none;
}
.setklp-feature .setklp-box .setklp-data_fig {
    margin-bottom:16px;
    font-size: 32px;
    font-weight:500;
}
.setklp-feature .setklp-box .setklp-data_fig span {
    color: #274981;
    font-size: 80px;
    font-weight:900;
    vertical-align: -0.1em;;
}
.setklp-feature .setklp-box .setklp-speck {
    font-size: 14px;
    font-weight:500;
}
.setklp-feature .setklp-box .setklp-flxbox {
    gap:72px;
}
.setklp-feature .setklp-box .setklp-flxbox .setklp-clm {
    margin-top:0;
    text-align: center;
}
.setklp-feature .setklp-box .setklp-flxbox .setklp-clm .setklp-tit {
    color:#274981;
    line-height:2em;
}
.setklp-feature .setklp-box .setklp-flxbox .setklp-clm .setklp-data_fig span {
    font-size:70px;
}
.setklp-feature .setklp-box p {
    margin-top:16px;
}

/* WORKS */

.setklp-works {
    margin-top:10vw;
    position:relative;
    z-index:1
}
.setklp-works::before {
    width:100vw;
    height:11vw;
    content: '';
    background-image: url(../images/edge_blue.png);
    background-size: cover;
    background-repeat: no-repeat;
    position:absolute;
    left:0;
    top:-11vw;
}

.setklp-works_unit .setklp-imgblock {
    width:calc((100vw - 128px)/2);
}
.setklp-works_unit .setklp-copyblock {
    flex-basis: 584px;
    position:relative;
}
.setklp-works_unit .setklp-unit {
    margin-bottom:120px;
    gap:76px;
    align-items: center;    
}
.setklp-works_unit .setklp-unit:last-child {
    margin-bottom:0;
}
.setklp-works_unit .setklp-unit.setklp-imgright {
    justify-content: flex-end;
    max-width: none;
}
.setklp-works_unit .setklp-unit.setklp-imgleft {
    justify-content: flex-start;
    max-width: none;
}
.setklp-works_unit .setklp-unit .setklp-copyblock h4 {
    margin-bottom:40px;
    padding-left:19px;
    font-size:28px;
    font-weight:700;
    border-left:4px solid #0063FE
}
.setklp-works_unit .setklp-unit .setklp-copyblock .setklp-department {
    display:table;
}
.setklp-works_unit .setklp-unit .setklp-copyblock .setklp-department dl {
    margin-bottom:12px;
    gap:0.8em;
    display:table-row;
}
.setklp-works_unit .setklp-unit .setklp-copyblock .setklp-department dl dt {
    display:table-cell;
    padding-right:0.8em;
    white-space: nowrap;
    font-weight:500;
    color: #274981;
}
.setklp-works_unit .setklp-unit .setklp-copyblock .setklp-department dl dd {
    display:table-cell;
    vertical-align: middle;
    line-height:1.75;
}
.setklp-unit2 {
    height:100%;
    padding:48px;
    background-color:#fff;
    border-radius: 10px;
}
.setklp-works_unit .p-row  {
    margin-top:30px;
}
.setklp-works_unit .p-row .p-row__col .c-richtext {
    height:100%;
}
.setklp-unit2 p {
    margin-top:32px;
}
.setklp-works_unit .setklp-unit .setklp-copyblock::before {
    content:'';
    background-size:cover;
    background-repeat: no-repeat;
    position:absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    z-index:-1;
}
.setklp-works_unit .setklp-unit:first-child .setklp-copyblock::before {
    width:910px;
    height:699px;
    background-image: url(../images/penta04.svg);
}
.setklp-works_unit .setklp-unit:nth-child(2) .setklp-copyblock::before {
    width:856px;
    height:702px;
    background-image: url(../images/penta05.svg);
}
.setklp-works_unit .setklp-unit:nth-child(3) .setklp-copyblock::before {
    width:926px;
    height:706px;
    background-image: url(../images/penta06.svg);
}


/* Company -member */
.setklp-member .p-section__body {
    position:relative;
}
.setklp-member .p-section__body::before {
    width:1724px;
    height:1573px;
    content:'';
    background-image:url(../images/penta07.svg);
    background-size:cover;
    background-repeat: no-repeat;
    position:absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    z-index:-1;
}
.setklp-member .setklp-flxbox {
    max-width:1600px;
    margin:0 auto;
    flex-wrap: wrap;
    gap:64px;
    justify-content: center;
}
.setklp-member .setklp-card {
    flex-basis: calc((100% - 128px)/ 3);
    max-width:480px;
}
.setklp-member .setklp-card a {
    width:100%;
    height:640px;
    padding:32px;
    display:block;
    background-size:cover;
    border-radius:10px;
    display:flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    box-sizing: border-box;
    text-decoration: none;
    color: #fff;
    position:relative;
}
.setklp-member .setklp-card a::after {
    width:40px;
    height:40px;
    content:'';
    background-image:url(../images/icon_plus.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position:absolute;
    bottom:24px;
    right:24px;
}
.setklp-member .setklp-card a h4 {
    font-size:28px;
    margin-bottom:12px;
}
.setklp-member .setklp-card .setklp-initial {
    font-size:48px;
    font-weight:700;
    line-height: 1;
}
.setklp-member .setklp-card .setklp-flxbox {
    justify-content: center;
    gap:10px;
    margin:0;
}
.setklp-member .setklp-card a:hover {
    opacity:0.5;
}

/* Company -Education */
.setklp-education .p-section__contents {
    padding-bottom:100px;
}
.setklp-education .setklp-wrap_wht {
    padding:48px;
    margin-bottom:48px;
    background-color:#fff;
    border-radius: 10px;;
}
.setklp-education .setklp-wrap_wht h4 {
    margin-bottom:24px;
    padding-bottom:16px;
    font-size: clamp(20px,5.3vw,28px);
    color:#274981;
    border-bottom:2px solid #c9c9c9;
    position:relative;
}
.setklp-education .setklp-wrap_wht h4::after {
    width:55px;
    height:2px;
    content:'';
    background-color: #274981;
    position:absolute;
    left:0;
    bottom:-2px;
}
.setklp-education .setklp-wrap_wht .setklp-flxbox {
    gap:32px;
    margin-top:32px;
    flex-wrap:wrap;
}
.setklp-education .setklp-wrap_wht .setklp-flxbox .setklp-clm {
    padding:24px;
    background-color:#F1F9FE;
    flex-basis: calc((100% - 32px)/ 2);
    border-radius: 10px;
}
.setklp-education .setklp-wrap_wht .setklp-flxbox .setklp-clm h5 {
    margin-bottom:8px;
    padding-left:22px;
    font-size: 18px;
    font-weight: 500;
    position:relative;
}
.setklp-education .setklp-wrap_wht .setklp-flxbox .setklp-clm h5::before {
   width:12px;
   height:12px;
   content:'';
   background-image:url(../images/icon_pentagon.svg);
   background-size: cover;
   background-repeat: no-repeat;
   position:absolute;
   left:0;
   top:50%;
   transform: translateY(-50%);
}

/* DATA */
.setklp-data {
    position:relative;
}
.setklp-data::before {
    width:96px;
    height:calc(100% - 168px);
    content:'';
    background-color:#274981;
    position:absolute;
    top:168px;
    left:0;
}
.setklp-data::after {
    width:100%;
    height:100px;
    content:'';
    background-color:#274981;
    position:absolute;
    bottom:-100px;
    left:0;
}
.setklp-data .p-section__contents::before {
    width:96px;
    height:168px;
    content:'';
    background-color:#F1F9FE;
    position:absolute;
    top:-100px;
    left:0;
}
.setklp-data .setklp-flxbox {
    flex-wrap:wrap;
    gap:24px;
    padding-bottom:100px;
}
.setklp-data .setklp-clm {
    padding:24px;
    border:3px solid #F1F4F6;
    border-radius: 10px;
    text-align: center;
    display:flex;
    flex-direction: column;
    background-color: #fff;
}
.setklp-data .setklp-clm.setklp-pc1_3 {
    flex-basis: calc((100% - 48px)/ 3);
}
.setklp-data .setklp-clm.setklp-pc2_3 {
    flex-basis: calc((100% - 48px)/ 1.5 + 24px);
}
.setklp-data .setklp-clm.setklp-pc1_2 {
    flex-basis: calc((100% - 24px)/ 2);
}
.setklp-data .setklp-clm h5 {
    margin-bottom:14px;
    font-size: 20px;
    font-weight:500;
}
.setklp-data .setklp-clm figure {
    margin-bottom:auto;
}
.setklp-data .setklp-clm .setklp-year {
    margin-top:16px;
    font-size:14px;
    color: #274981;
}


/* Environment */
.setklp-environment {
    margin-top:100px;
}
.setklp-environment .p-carousel figure {
    position:relative;
}
.setklp-environment .p-carousel figure img {
    border-radius: 10px;
}
.setklp-environment .p-carousel figure figcaption {
    padding:24px;
    font-size: 18px;
    font-weight:700;
    color: #274981;
    background-color: rgba(255,255,255,0.8);
    position:absolute;
    left:0;
    bottom:0;
    border-radius: 0 10px 0 010px;
    backdrop-filter: blur(14px);
}
.setklp-environment .p-carousel .bx-wrapper .bx-viewport{
    /*margin-left:calc((100vw - 1200px)/ 2) !important;*/
}
.setklp-environment h4 {
    padding:0;
    font-size:42px;
    font-weight:400;
}
.setklp-environment h4::before {
    content:none;
}
.setklp-environment h3 {
    text-align: center;
}
.setklp-environment .p-carousel .bx-controls {
}
.setklp-environment .p-carousel .bx-pager-link {
    background-color: #C9C9C9;
    border-radius: 50%;
}
.setklp-environment .p-carousel .bx-pager-link.active {
    background-color:#274981
}
.setklp-environment .p-carousel .bx-next, .setklp-environment .p-carousel .bx-prev {
    width:43px;
    height:27px;
    bottom:-10px;
    top:auto;
    text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
.setklp-environment .p-carousel .bx-next {
    right:50%;
    transform: translateX(240px);
}
.setklp-environment .p-carousel .bx-prev {
    left:50%;
    transform: translateX(-240px);
}
.setklp-environment .p-carousel .bx-next::before, .setklp-environment .p-carousel .bx-prev::before {
    width:43px;
    height:27px;
    transform: translate(0,0) rotate(0);
    border-radius: 13px;
    top:0;
    color:#fff;
    font-size:14px;
    display:flex;
    justify-content: center;
    align-items: center;
    text-indent:0%;
    font-family: "Font Awesome 5 Free";
  font-weight:900;
}
.setklp-environment .p-carousel .bx-next::after, .setklp-environment .p-carousel .bx-prev::after {
    content:none;
}
.setklp-environment .p-carousel .bx-next::before {
  content: "\f061";
}
.setklp-environment .p-carousel .bx-prev::before {
  content: "\f060";
}
.setklp-environment .p-section__body {
    position:relative;
}
.setklp-environment .p-section__body::after {
    width:1133px;
    height:772px;
    content:'';
    background-image: url(../images/penta08.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-55%);
    z-index:-1
}
.setklp-environment .p-carousel .p-carousel__list .p-carousel__item {
    width:900px !important;
}
.setklp-environment .p-carousel .p-carousel__list .p-carousel__item img {
    width:100%;
    height:auto;
}
.setklp-environment .p-carousel .bx-viewport {
    height:506px !important;
	overflow: visible !important;
	width: 900px !important; /* スライド画像の横幅 */  
	margin: 0 auto; 
}


/* RECRUIT */

.setklp-recruit .p-section__contents {
    width:1200px;
    margin:0 auto;
    display:flex;
    flex-wrap: wrap;
    gap:30px 80px;
}
.setklp-recruit .p-section__contents .p-section__head, .setklp-recruit .p-section__contents .p-section__foot {
    flex-basis: 100%;
}
.setklp-recruit .p-section__contents > div:nth-child(2) {
    flex-basis: 747px;
    margin-top:0;
}
.setklp-recruit .p-section__contents > div:nth-child(3) {
    flex:1;
    margin-top:-76px;
}
.setklp-recruit .p-section__contents .p-section__body .l-inner-default-pc {
    width:auto;
}
.setklp-recruit .p-section__contents .p-section__body h4 {
    margin-bottom: 40px;
    padding-left: 19px;
    font-size: clamp(20px,5.3vw,28px);
    font-weight: 700;
    border-left: 4px solid #0063FE;
}

.setklp-recruit .p-row__col.-pc_column3 {
    flex-basis: 50%;
    padding-right: 0;
    padding-top: var(--row3_space_vertical_pc);
}
.setklp-recruit .setk-table_pro tr td {
    background-color:#fff;
}


/* ENTORY */
.setklp-entry .setk-btn {
    max-width:546px;
    height:108px;
    border-radius: 54px;
}
.setklp-entry .setklp-clm {
    flex:1;
}
.setklp-entry .setk-btn.-kon {
    border-color: #274981;
    background-color:#274981;
}
.setklp-entry .setk-btn .setk-btn__icon {
    width:76px;
    height:76px;
}
.setklp-entry .setk-btn .setk-btn__icon.setklp-icon-entry::after {
    width:32px;
    height:35px;
    content:'';
    background-image: url(../images/icon_entry.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.setklp-entry .setk-btn:hover .setk-btn__icon.setklp-icon-entry::after {
    background-image: url(../images/icon_entry_wht.svg);
}
.setklp-entry .setk-btn .setk-btn__icon.setk2-icon-mail::after {
    width:35px;
    height:28px;
    content:'';
    background-image: url(../images/icon_envelop.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.setklp-entry .setk-btn:hover .setk-btn__icon.setk2-icon-mail::after {
    background-image: url(../images/icon_envelop_wht.svg);
}
.setklp-entry .setk-btn.-kon:hover {
    background-color: #fff;
    color:#274981
}
.setklp-entry .setk-btn.-kon:hover .setk-btn__icon {
    background-color: #274981;
}
.setklp-entry .setklp-titsect h2 {
    text-align: left;
}
.setklp-entry .setklp-titsect h2 span.setklp-jp {
    display:inline-block;
    margin-left:1em;
    vertical-align: 0.1em;
}

/* SP */
@media screen  and (max-width:480px) {
    .setklp-sp_only {
        display:block;
    }
    .setklp-pc_only {
        display:none;
    }
    .c-custom_html p {
        font-size: 14px;
    }
    .setk-sp_floating {
        display:none;
    }
    .setklp-mvarea h1 {
        font-size: 8vw;
        left: 20px;
        bottom: 40px;
    }
    .setklp-mvarea .setklp-menu {
        display:none;
    }
    .setklp-titsect h2 span.setklp-en {
        font-size: 8.5vw;
    }
    .setklp-titsect h2 span.setklp-jp {
        margin-top: 2vw;
        font-size: 3.7vw;
    }
    .setklp-message .p-section__body .u-jcfs-sp {
        flex-direction: column-reverse;
    }
    .setklp-message .p-section__body .u-jcfs-sp p {
        font-size:14px !important;
    }
    .p-section__body h3 {
        position: relative;
        font-size:6.4vw !important;
    }
    .p-section__head h3 {
        font-size: 6.4vw;
    }
    .setk-business .setklp-flxbox {
        padding: 0 20px;
        flex-direction: column;
        gap:32px;
    }
    .setk-business .setk-clm h4 {
        padding: 0 15px;
        margin: 0 0 .8em 0;
        font-size: 5.3vw;
        border-left-width:2px;
    }
    .setk-business .setk-clm h5 {
        margin: 0 0 1em 0;
        font-size: 4.2vw;
    }
    .setk-business .setk-clm p {
        margin: 0;
        line-height: 1.75;
    }
    .setk-business .setk-clm figure {
        margin-bottom: 6.4vw;
    }
    .setk-business .setk-clm:last-child {
        margin-top: 0;
    }
    .p-row__col.-sp_column2 {
        flex-basis: 100%;
    }
    .setklp-feature .setklp-box .setklp-data_fig span {
        font-size: 15vw;
    }
    .setklp-feature .setklp-box .setklp-data_fig {
        margin-bottom: .5em;
        font-size: 6vw;
    }
    .setklp-feature .setklp-box h4 {
        margin: 0 0 .6em 0;
        font-size: 4.8vw;
    }
    .setklp-feature .setklp-box .setklp-numb {
        font-size: 10.6vw;
        left: 5.3vw;
        top: 5.3vw;
    }
    .setklp-feature .setklp-box figure img {
        width:42.7vw;
        height:auto;
    }
    .setklp-feature .setklp-box .setklp-speck {
        font-size: 3.2vw;
    }
    .setklp-feature .setklp-box .setklp-flxbox {
        gap: 4.27vw;
    }
    .setklp-feature .setklp-box .setklp-flxbox .setklp-clm .setklp-data_fig span {
        font-size: 15vw;
    }
    .setklp-feature .setklp-box {
        padding: 20px;
    }
    .setklp-works_unit .setklp-unit.setklp-imgright {
        padding:0 20px;
        justify-content: flex-end;
        flex-direction: column-reverse;
    }
    .setklp-works_unit .setklp-imgblock {
        width: 100%;
    }
    .setklp-works_unit .setklp-unit {
        margin-bottom: 8.5vw;
        gap: 6.4vw;
        align-items: center;
    }
    .setklp-works_unit .setklp-unit .setklp-copyblock h4 {
        margin-bottom: 4.3vw;
        padding-left: 3.2vw;
        font-size: 5.3vw;
    }
    .setklp-works_unit .setklp-unit .setklp-copyblock .setklp-department {
        display: table;
        margin-top:3.2vw;
        font-size: 14px;
    }
    .setklp-works_unit .setklp-copyblock {
        flex-basis: auto;
        position: relative;
    }
    .setklp-works_unit .setklp-unit.setklp-imgleft {
        justify-content: flex-start;
        flex-direction: column;
        padding:0 20px;
    }
    .setklp-works_unit .l-inner-default-sp {
        margin: 0 auto;
        padding: 0 0;
    }
    .setklp-works_unit .setklp-unit2 {
        padding:24px 20px;
    }
    .setklp-member .setklp-card {
        flex-basis: 100%;
        padding:20px;
    }
    .setklp-member .setklp-card a {
        width: 100%;
        height: 119.2vw;
        padding: 6.4vw;
    }
    .setklp-member .setklp-card a h4 {
        font-size: 5.3vw;
        margin-bottom: 1.6vw;
    }
    .setklp-member .setklp-card .setklp-initial {
        font-size: 8.8vw;
    }
    .setklp-member .setklp-card .setklp-profile {
        font-size: 2.93vw;
    }
    .setklp-member .setklp-card a::after {
        width: 7.47vw;
        height: 7.47vw;
        bottom: 4.8vw;
        right: 4.8vw;
    }
    .setklp-member .setklp-flxbox {
        gap: 0;
    }
    .setklp-education .setklp-wrap_wht {
        padding: 24px;
        margin-bottom: 24px;
    }
    .setklp-education .setklp-wrap_wht .setklp-flxbox {
        gap: 16px;
        margin-top: 16px;
    }
    .setklp-education .setklp-wrap_wht .setklp-flxbox .setklp-clm {
        padding: 24px;
        background-color: #F1F9FE;
        flex-basis: 100%;
        border-radius: 10px;
    }
    .setklp-data .setklp-clm.setklp-pc1_3 {
        flex-basis: 100%;
    }
    .setklp-data::before {
        content: none;
    }
    .setklp-data .setklp-clm.setklp-pc2_3 {
        flex-basis: 100%;
    }
    .setklp-data .setklp-clm.setklp-pc1_2 {
        flex-basis: 100%;
    }
    .setklp-data .setklp-flxbox {
        flex-wrap: wrap;
        gap: 24px;
        padding-bottom: 15vw;
    }
    .setklp-data::after {
        height: 12vw;
        bottom: -12vw;
    }
    .setklp-environment h4 {
        font-size: 6.4vw;
    }
    .setklp-environment .p-carousel .p-carousel__list .p-carousel__item {
        width: 90vw !important;
        margin-left:5vw;
        margin-right:0vw
    }
    .setklp-environment .p-carousel figure figcaption {
        padding: 0;
        font-size: 18px;
        background-color: transparent;
        left: 0;
        bottom: -1.6em;
        backdrop-filter: blur(0);
    }
    .setklp-environment .p-carousel .bx-viewport {
        height: 59vw !important;
        width: 90vw !important;
        margin-left:0;
    }
    .p-carousel .bx-pager {
        width:60vw;
        margin:0 auto;
        justify-content: flex-start;
        margin-top: 25px;
        flex-wrap: wrap;
        gap:12px 2px;
    }
    .setklp-environment .p-carousel .bx-prev {
        left: 4vw;
        transform: translateX(0);
    }
    .setklp-environment .p-carousel .bx-next {
        right: 4vw;
        transform: translateX(0);
    }
    .setklp-environment .p-carousel .bx-next, .setklp-environment .p-carousel .bx-prev {
        width: 43px;
        height: 27px;
        bottom: -8px;
    }
    .setklp-entry .setklp-flxbox {
        flex-direction: column;
        gap:15px;
    }
    .setklp-entry .setk-btn .setk-btn__icon {
        width: 8.6vw;
        height: 8.6vw;
    }
    .setklp-entry .setk-btn .setk-btn__icon.setk2-icon-mail::after {
        width: 3.7vw;
        height: 2.8vw;
    }
    .setklp-entry .setk-btn .setk-btn__icon.setklp-icon-entry::after {
        width: 3.7vw;
        height: 3.7vw;
    }
    .setklp-entry .setk-btn {
        max-width: 546px;
        height: 21vw;
        border-radius: 10vw;
    }
    .p-section.-padding_pb00_default.setklp-mvarea {
        height: 120vw;
        padding-top:45px;
        position: relative;
    }
    .setklp-mvsld01 .setklp-sldunit img {
        height: 74.4vw;
        width: 751.9vw;
        max-width: none;
    }
    .setklp-mvsld02 .setklp-sldunit img {
        height: 74.4vw;
        width: 552.4vw;
        max-width: none;
    }
    .setklp-message .p-section__bg.-image {
        background-image: url(https://www.sanei-toka.co.jp/hubfs/lp/recruit/assets/images/bg_message01sp.jpg) !important;
    }
    .setklp-company .p-section__body h3::before {
        width: 48vw;
        height: 48vw;
        left: -20px;
        bottom: -15vw;
    }
    .setk-business .setk-clm:first-child::before {
        width:172.5vw;
        height: 124vw;
        right: 50%;
        bottom: -10vw;
        transform: translateX(50%);
    }
    .setk-business .setk-clm:last-child::before {
        width: 169vw;
        height: 115vw;
        right: 50%;
        bottom: -10vw;
        transform: translateX(50%);
    }
    .setklp-environment .p-section__body::after {
        width: 189vw;
        height: 128.5vw;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-65%);
        z-index: -1;
    }
    .setklp-recruit .p-section__contents {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        gap: 30px 80px;
    }
    .setklp-recruit .p-section__contents > div:nth-child(2) {
        flex-basis: 100%;
        margin-top: 0;
    }
    .setklp-recruit .p-section__contents > div:nth-child(3) {
        flex: 1;
        margin-top: 0;
    }
    .setklp-recruit .p-row__col.-pc_column3 {
        max-width:calc(100vw - 40px);
        flex-basis: 100%;
        padding-right: 0;
        padding-top: var(--row3_space_vertical_pc);
    }
    .setklp-recruit .p-row__col.-pc_column3 .c-btn .text {
        padding-right:3em;
    }
    .setklp-sp_bottom {
        position:fixed;
        left:0;
        bottom:0;
        z-index:1000;
    }
    .setklp-sp_bottom .setklp-flxbox {
        gap:8px;
        padding:20px;
        align-items: center;
    }
    .setklp-sp_bottom a.setklp-btn_bottom {
        width:36.8vw;
        height: 12.8vw;
        color:#fff;
        display:flex;
        justify-content: center;
        align-items: center;
        background-color: #274981;
        font-size: 3.2vw;
        text-decoration: none;
        border-radius: 5px;
    }
    .setklp-hidden_menu {
        padding:0 20px 20px 20px;
        position:fixed;
        left:0;
        top:70px;
        width:100%;
        height: auto;
        background-color: #fff;
        z-index: 1010;
        display:none
    }
    .setklp-hidden_menu ul {
        margin-bottom:3em;
        list-style:none;
    }
    .setklp-hidden_menu ul li a {
        margin:0;
        padding:1.4em 0;
        text-decoration: none;
        color: #222;
        font-size: 18px;
        font-weight:500;
        display:block;
        border-bottom:thin solid #C9C9C9;
        position:relative
    }
    .setklp-hidden_menu ul li a::before {
        width:30px;
        height:22px;
        content:'';
        background-color: #274981;
        border-radius: 11px;
        position: absolute;
        right:0;
        top:50%;
        transform: translateY(-50%);
    }
    .setklp-hidden_menu ul li a::after {
        width:10px;
        height: 10px;
        content: '';
        background-image: url(https://www.sanei-toka.co.jp/hubfs/lp/recruit/assets/images/arrow_down_wht.svg);
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        right:10px;
        top:50%;
        transform: translateY(-50%);
    }
    .setklp-hidden_menu .setklp-btn_close {
        text-align: center;
    }
    .setklp-data .p-section__contents::before {
        content:none
    }
}

/* 追加修正250512 */
.setklp-works_unit h4 {
    margin-bottom: 40px;
    padding-left: 19px;
    font-size: 28px;
    font-weight: 700;
    border-left: 4px solid #0063FE;
}
.setklp-works_unit h4::before {
    content:none
}
.for_modal a:hover img {
    opacity:0.7
}
.setklp-slideimg {
    aspect-ratio: 16 / 10;
    position:relative;
}
.setklp-slideimg img {
    position:absolute;
    left: 0;top:0;
    opacity: 0;
	animation-name: slide-fade;
	animation-duration: 15s;
	animation-iteration-count: infinite;
}
@keyframes slide-fade {
	0%{
		opacity: 0;
	}
	20%{
		opacity: 1;
	}
	80%{
		opacity: 0;
	}
	100%{
		opacity: 0;
		z-index: 0;
	}
}
.setklp-slideimg img:first-of-type{
    animation-delay: 0s;
}
.setklp-slideimg img:nth-of-type(2){
	animation-delay: 5s;
}
.setklp-slideimg img:nth-of-type(3){
	animation-delay: 10s;
}
.setklp-slideimg img:nth-of-type(4){
	animation-delay: 15s;
}
.setklp-imgright figure img {
    border-radius: 10px 0 0 10px;
}
.setklp-imgleft figure img {
    border-radius: 0  10px 10px 0;
}

.setklp-recruit h4 {
    margin-bottom: 40px;
    padding-left: 19px;
    font-size: clamp(20px,5.3vw,28px);
    font-weight: 700;
    border-left: 4px solid #0063FE;
}
.setklp-recruit h4::before {
    content:none;
}

/* 追記20250522 */
.setklp-education .setklp-exmple {
    padding-left:1.6em;
    position:relative;
}
.setklp-education .setklp-exmple span {
    position:absolute;
    left:0;
    top:0;
}

/* 追記20250606 */
.setklp-education .setklp-wrap_wht ul.setklp-edu_list {
    display: flex;
    gap:1rem;
    flex-wrap: wrap;
}
.setklp-education .setklp-wrap_wht .setklp-clm:has(ul) {
    margin-top:24px;
    padding: 24px;
    background-color: #F1F9FE;
    flex-basis: calc((100% - 32px) / 2);
    border-radius: 10px;
}
.setklp-education .setklp-wrap_wht ul.setklp-edu_list li {
    margin-left:1.5em;
    color:#0063FE
}
.setklp-education .setklp-wrap_wht ul.setklp-edu_list li span {
    color:#222
}
.setklp-company .setk2-history ul.setk2-history_items li span.setk2-content {
    margin-left:1.5em;
}
.setklp-company .setk2-history ul.setk2-history_items li:last-child:before {
    content:none;
}

/* 追記250612 */
@media screen and (max-width: 768px) {
    .setklp-company .setk2-history ul.setk2-history_items li span.setk2-dott.on-dott {
        display: block;
        height: 12px;
        width: 12px;
        flex-basis: 12px;
        margin-top:4px;
    }
    .setklp-company .setk2-history ul.setk2-history_items>li {
        flex-direction: row;
        gap: .5em;
    }
    .setklp-company .setk2-history ul.setk2-history_items li span.setk2-year {
        background-color: transparent;
        font-size:14px;
    }
    .setklp-company .setk2-history ul.setk2-history_items li:before {
        left: 4.3em;
        margin-top: 1em;
    }
    .setklp-company .setk2-history ul.setk2-history_items li span.setk2-content {
        margin-top: 0;
        margin-left:0;
        padding-left: 0em;
    }
    .setklp-company .setk2-history ul.setk2-history_items li span.setk2-content {
        font-size:14px;
    }
    .setklp-works_unit h4 {
        font-size: 5.3vw;
    }
    .setklp-education .setklp-wrap_wht ul.setklp-edu_list {
        flex-direction: column;
    }
}

/* 追記250612 */

.setklp-environment h3 {
	font-size: clamp(24px,6.4vw,42px); 
	font-weight: 500; 
	color: #30416b; 
	margin-bottom: 0.8em; 
	text-align: left;
}
@media screen and (max-width: 768px) {
    .setklp-benefit {
        padding-top:13vw;
    }
    .setklp-environment.p-section.-padding_pb00_default {
        padding-bottom:13vw;
    }
    .setklp-works_unit.p-section.-padding_pb00_default {
        padding-top:11vw;
    }
    .setklp-works_unit.unit02.p-section.-padding_pb00_default {
        padding-top:0;
    }
}