* {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    vertical-align: baseline;
    box-sizing: border-box;
    font-feature-settings: "palt";
    }

:root  {
    --color-Background-Primary: #FFFFFF;
    --color-Background-Secondary: #EFEFEF;
    --color-Background-Tertiary: #F4EDF3;
    --color-Text-Primary: #222222;
    --color-Text-Main: #944C82;
    --color-Text-White: #FFFFFF;
    --color-Text-Caption: #5E5D5D;
    --color-Text-Gradient: linear-gradient(90deg,#944C82 0%,#FF60D7 100%);
    --color-Button-Black: #222222;
    --color-Button-Green: #80AF29;
    --color-Button-Black-Hover: #676767;
    --color-Button-Green-Hover: #C0D794;

    --text-h2-style: 2vw;
    --text-h2-style-span: 1vw;
    --text-h3-style: 1.7vw;
    --text-h4-style:1.2vw;
    --text-problem:1vw;
    --text-Nomal:0.8vw;
    --text-Standard:16px;
    @media (width < 1536px) {
        --text-h2-style: 3vw;
        --text-h2-style-span: 1.5vw;
        --text-h3-style: 2.2vw;
        --text-h4-style:1.5vw;
        --text-problem:1.3vw;
        --text-Nomal:1vw;
    }
    @media (width < 1280px) {
        --text-h3-style: 2.4vw;
        --text-h4-style:1.7vw;
        --text-problem:1.8vw;
        --text-Nomal:1.2vw;
        --text-Standard:14px;
    }
    @media (width < 1000px) {
        --text-Nomal:1.7vw;
    }
    @media (width < 767px) {
        --text-h2-style: 6vw;
        --text-h2-style-span: 3vw;
        --text-h3-style: 4.8vw;
        --text-h4-style: 4.3vw;
        --text-problem:4vw;
        --text-Nomal:24px;
        --text-Standard:3vw;
    }
    @media (width < 500px) {
        --text-h2-style-span: 4vw;
        --text-h3-style: 5.2vw;
        --text-Nomal:16px;
        --text-Standard:16px;
    }


    --side-margin: 16px;
    --section-padding: 48px;
    --header-height: 80px;
    @media (min-width: 768px) {
        --side-margin: 24px;
        --section-padding: 80px;
        --header-height: 105px;
    }
}

/*---------- common ----------*/
body {
    background: var(--color-Background-Primary);
    color: var(--color-Text-Primary);
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
}
main {
    position: relative;
}
.section {
    margin: 0 auto;
    padding-top: var(--section-padding);
    padding-bottom: var(--section-padding);
}
.container {
    position: relative;
    margin:0 auto;
    padding: 0 2rem;
    width: 100%;
    max-width: 1230px;
}
@media (min-width: 768px) {
    .hide_pc {
        display: none;
    }
}
@media (max-width: 767px) {
    .hide_sp {
        display: none;
    }
}
h2{
    font-size: var(--text-h2-style) !important;
    text-align: center;
    font-weight: bold !important;
    line-height: 1.6em;
}
h2 .sub_title{
    display: block;
    font-size: var(--text-h2-style-span);
    color: var(--color-Text-Main);
    font-family: "din-2014", sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.05em;
    line-height: 2em;
}
h3{
    font-size: var(--text-h3-style) !important;
    text-align: center;
    font-weight: bold !important;
    letter-spacing: 0.05em;
    line-height: 1em;
}
.line_break{
    display: block;
}
.sub_text{
    font-size: var(--text-Standard);
    color: var(--color-Text-Primary);
    padding: 40px 0;
    line-height: 1.7em;
}
@media (width < 767px) {
    h2 .br{
        display: block;
    }
}
/*---------- header ----------*/
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--header-height);
    padding-left: var(--side-margin);
    padding-right: var(--side-margin);
    background-color: var(--color-Background-Primary);
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: .5s;
    z-index: 999;
}
header a {
    transition: .3s;
}
.header_logo img {
    width: 172px;
}
.header_logo a:hover {
    opacity: .6;
}
a.cv_btn_header {
    background-color: var(--color-Button-Green);
    padding: 0.5em 1.5em;
    color: var(--color-Background-Primary);
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    line-height: 1.42em;
    border-radius: 10px;
    display: inline-block;;
}
a.cv_btn_header.btn-black {
    background-color: var(--color-Button-Black);
    margin-right: var(--side-margin);
}
.header_btns a:hover{
    opacity: 0.7;
    transition: 0.3s;
}
@media screen and (width < 48em) {
    .pctab-only {
        display: none !important;
    }
}
@media screen and (width < 550px) {
    a.cv_btn_header {
        font-size: 1em;
        padding: 0.5em 0.5em;
    }
    a.cv_btn_header.btn-black {
        margin-right: 10px;
    }
}

/*---------- main mv ----------*/

.main_mv{
    margin-top: 105px;
    overflow-x: hidden;
}
.mv_pc{
    background: url(/web/jp/contract/images/lp_employment/mv_bg.jpg) no-repeat;
    background-position: top right;
    background-size: 45vw;
    padding: 3vw 0;
}
.mv_img_sp{
    display: none;
}
.h1_sub{
    font-size: 1.8vw;
    font-weight: bold;
}
h1{
    font-size: 3.2vw !important;
    font-weight: bold !important;
    text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0 -2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
}
h1 span{
    color: var(--color-Text-Main);
}
h1 img{
    width: 29vw;
    padding-top:0.3em;
}

.main_mv ul{
    width: 25.7vw;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.main_mv ul li img{
    width: 100%;
}
.main_mv p {
    width: 33.5vw;
    color: var(--color-Text-Caption);
    font-size: 0.58vw;
    text-align: justify;
    margin-top: 20px;
}
@media screen and (width < 1536px) {
    .h1_sub{
        font-size: 2.1vw;
    }
    h1{
        font-size: 3.7vw !important;
    }
    h1 img{
        width: 33vw;
    }
    .main_mv ul{
        width: 30vw;
    }
    .main_mv  p {
        width: 39vw;
        font-size: 0.75vw;
    }
}
@media screen and (width < 1280px) {
    .h1_sub{
        font-size: 2.2vw;
    }
    h1{
        font-size: 4vw !important;
    }
    h1 img{
        width: 36vw;
    }
    .main_mv ul{
        width: 32vw;
    }
    .main_mv  p {
        width: 43vw;
        font-size: 0.8vw;
    }
}
@media screen and (width < 950px) {
    .mv_pc{
        background-size: 52vw;
    }
    h1 img{
        width: 45vw;
    }
    .main_mv ul{
        width: 45vw;
    }
    .main_mv p {
        width: 45vw;
        font-size: 1vw;
    }
}
@media screen and (width < 767px) {
    .mv_pc{
        background:none;
    }
    .mv_img_sp{
        display: block;
        width: 110%;
        margin-top: -4.5vw;
    }
    .h1_sub{
        font-size: 6vw;
        margin: 8vw 0 1vw 0;
        white-space: nowrap
    }
    h1{
        font-size: 10.8vw !important;
        line-height: 1.2em;
        white-space: nowrap
    }
    h1 span{
        display: block;
    }
    h1 img{
        width: 82vw;
    }
    .main_mv ul{
        width: 100%;
        margin-top: 2vw;
    }
    .main_mv ul li{
        width: 32%;
    }
    .main_mv  p {
        width: 100%;
        font-size: 2.3vw;
    }
}
@media screen and (width < 500px) {
    h1 img{
        width: 100%;
    }
}
/*---------- cv button ----------*/
.main_mv .btn_wrap{
    width: 42vw;
}
.btn_wrap{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 2vw 0;
}
.button{
    width: 100%;
    padding: 1vw 0.3vw;
}
.button a {
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 7px 25px;
    color: #fff;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: bold;
    font-size: 1.6vw;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .5);
}
.button a:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 48%;
    right: 6%;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button a:hover:after {
    border-color: #FFF;
}
.cv_btn_black a{
    background: var(--color-Button-Black);
}
.cv_btn_green a{
    background: var(--color-Button-Green);
}
.cv_btn_black a:hover{
    background: var(--color-Button-Black-Hover);
}
.cv_btn_green a:hover{
    background: var(--color-Button-Green-Hover);
}
@media screen and (width < 1536px) {
    .main_mv .btn_wrap{
        width: 48vw;
    }
    .button a {
        font-size: 1.8vw;
    }
    .button a:after {
        border-top: 4px solid #fff;
        border-right: 4px solid #fff;
    }
}
@media screen and (width < 1280px) {
    .main_mv .btn_wrap{
        width: 54vw;
    }
    .button a {
        font-size: 2vw;
    }
    .button a:after {
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
    }
}
@media screen and (width < 767px) {
    .main_mv .btn_wrap{
        width: 100%;
    }
    .btn_wrap{
        flex-direction: column;
        gap: 0;
        padding: 3vw 0;
        margin-top: -13vw;
    }
    .button a {
        padding: 12px 25px;
        font-size: 5.8vw;
    }
    .button{
        padding: 1.5vw 1vw;
    }
    .button a:after {
        width: 20px;
        height: 20px;
        border-top: 1vw solid #fff;
        border-right: 1vw solid #fff;
    }

}
@media screen and (width < 500px) {
    .button a:after {
        width: 10px;
        height: 10px;
    }
}

/*---------- company_logos ----------*/

.company_logos_wrap{
    padding-top: var(--section-padding);
}
.company-logos {
    width: 100%;
    height: 100px;
    text-align: center;
    overflow: hidden;
}
.company-logos.top {
    background: url(/web/jp/contract/images/top/top_company_logos_top.png?20250821) repeat-x 0 0;
    -webkit-animation: loop 64s linear infinite;
    animation: loop 64s linear infinite;
}
.company-logos.bottom {
    background: url(/web/jp/contract/images/top/top_company_logos_bottom.png?20250821) repeat-x 0 0;
    -webkit-animation: loop2 60s linear infinite;
    animation: loop2 60s linear infinite;
}
@keyframes loop {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -3450px 0;
	}
}
@keyframes loop2 {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 3200px 0;
	}
}

/*---------- problem ----------*/

.problem{
    background: var(--color-Background-Secondary);
    padding-top: var(--section-padding);
}
.problem_card{
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
}
.problem_card li{
    width: 29%;
    display: flex;
    flex-direction: column;
}
.emotions{
    position: relative;
    margin-bottom: 2em;
    padding: 1.2rem 2rem;
    border-radius: 20px;
    background: var(--color-Background-Primary);
    font-size: var(--text-problem);
    text-align: center;
    font-weight: bold;
    line-height: 1.7em;
    flex-grow: 1;
    letter-spacing: 0.05em;
    white-space: nowrap
}
.emotions span{
    margin-top: 5%;
    display: inline-block;
}
.emotions:before,
.emotions:after {
  position: absolute;
  content: '';
  border-radius: 50%;
  background: var(--color-Background-Primary);
}
.emotions:before {
  right: 30px;
  bottom: -35px;
  width: 30px;
  height: 20px;
}
.emotions:after {
  right: 60px;
  bottom: -45px;
  width: 15px;
  height: 10px;
}
.problem_ico{
    text-align: center;
    padding-bottom: 10px;
    margin-top: -15px;
}
.industry{
    font-size: var(--text-problem);
    text-align: center;
    font-weight: bold;
}
.problem_worry{
    text-align: center;
    font-size: var(--text-Nomal);
}
.problem_worry_wrap{
    padding-top: 72px;
}
.problem_worry_checklist{
    margin-top: 40px;
    padding: 3%;
    background: var(--color-Background-Primary);
    box-shadow: 8px 8px 10px rgba(148, 76, 130, .2);
    -webkit-box-shadow: 8px 8px 10px rgba(148, 76, 130, .2);
}
.problem_worry_checklist ul li{
    background: url(/web/jp/contract/images/lp_employment/ico_check.svg) no-repeat;
    background-position: left 0.7em;
    background-size: 1.3vw;
    padding-left: 5%;
    font-size: var(--text-Nomal);
    font-weight: bold;
    line-height: 2.3em;
    letter-spacing: 0.05em;
}
.problem_worry_checklist ul {
    padding-left: 25.5%;
}
.problem_img{
    position: relative;
    width: 23%;
    padding-bottom: var(--section-padding);
}
.problem_img img{
    position: absolute;
    width: 100%;
    bottom: 0;
}
@media (width < 1536px) {
    .problem_worry_checklist ul {
        padding-left: 28%;
}
}

@media (width < 1280px) {
    .emotions:before {
        right: 15px;
        bottom: -35px;
        width: 30px;
        height: 20px;
    }
    .emotions:after {
        right: 45px;
        bottom: -45px;
        width: 15px;
        height: 10px;
    }
}
@media (width < 1000px) {
    .problem_worry_checklist ul {
    padding-left: 30%;
}
    .problem_worry_checklist ul li{
        background-size: 2vw;
    }
    .problem_img{
    width: 30%;
}
}
@media (width < 767px) {
.problem_card{
    flex-direction: column;
    position: relative;
}
.problem_card li{
    position: relative;
    width: 100%;
    padding-bottom: 12vw;
    margin-bottom: 20vw;
}
.problem_card li:last-child{
    margin-bottom: 0;
    }
.emotions {
    margin-bottom: 2em;
    padding: 0.7rem 2rem;
}
.emotions span {
    margin-top: 0;
    padding: 2% 0;
}
.problem_card li:nth-child(odd) .emotions {
    margin-left: 20%;
    padding-left: 15%;
}
.problem_card li:nth-child(even) .emotions {
    margin-right: 20%;
}
.emotions:before {
        bottom: -35px;
        width: 4vw;
        height: 4vw;
    }
    .emotions:after {
        bottom: -55px;
        width: 2.2vw;
        height: 2.2vw;
    }
.problem_card li:first-child > .emotions:before {
        left: 130px;
    }
.problem_card li:first-child > .emotions:after {
        left: 120px;
    }
.problem_card li:nth-child(2) > .emotions:before {
        right: 130px;
    }
.problem_card li:nth-child(2) > .emotions:after {
        right: 120px;
    }
.problem_card li:last-child > .emotions:before {
        left: 180px;
    }
.problem_card li:last-child > .emotions:after {
        left: 170px;
    }
.problem_ico{
    position: absolute;
    padding-bottom: 10px;
    width: 45%;
}
.problem_card li:nth-child(odd) .problem_ico{
    text-align: left;
}
.problem_card li:nth-child(even) .problem_ico{
    right: -5%;
}
.problem_ico img{
    width: 100%;
    margin: -6% 0 0 0;
}
.industry{
    position: absolute;
    bottom: 0;
}
.problem_card li:first-child > .industry{
    left: 45%;
}
.problem_card li:nth-child(2) > .industry{
    bottom: -11%;
    left: 35%;
}
.problem_card li:last-child > .industry{
    left: 50%;
}

.problem_worry_checklist {
    padding: 5%;
}
.problem_worry_checklist ul {
    padding-left: 0;
}
.problem_worry_checklist ul li {
    background-size: 3.5vw;
    background-position: left 0.4em;
    line-height: 1.6em;
    margin-bottom: 15px;
    padding-left: 8%;
}
.problem_img {
    width: 55%;
    margin: 11.5vw auto 0 auto;
    padding-bottom: 31vw;
}
.problem_img img{
    object-fit: cover;
    object-position: top;
    height: 50vw;
}
}
@media (width < 600px) {
    .problem_ico{
        width: 50%;
    }
    .problem_card li:first-child > .industry{
        left: 47%;
    }
    .problem_card li:nth-child(2) > .industry{
         left: 33%;
}
    .problem_card li:last-child > .industry{
        left: 52%;
}
}
@media (width < 480px) {
    .emotions:before {
        bottom: -20px;
        width: 4vw;
        height: 4vw;
    }
    .emotions:after {
        bottom: -30px;
        width: 2vw;
        height: 2vw;
    }
    .problem_card li:first-child > .emotions:before {
        left: 100px;
    }
.problem_card li:first-child > .emotions:after {
        left: 90px;
    }
    .problem_card li:nth-child(2) > .emotions:before {
        right: 100px;
    }
    .problem_card li:nth-child(2) > .emotions:after {
        right: 90px;
    }
    .problem_card li:last-child > .emotions:before {
        left: 130px;
    }
    .problem_card li:last-child > .emotions:after {
        left: 120px;
    }
    .problem_img {
        width: 60%;
        padding-bottom: 33vw;
}
    .problem_img img{
        height: 52vw;
    }
    .problem_card li {
        padding-bottom: 8vw;
    }
}

/*---------- solution ----------*/
.solution{
    background: url(/web/jp/contract/images/lp_employment/solution_bg.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
}
.solution_bubble{
    position: relative;
    display: block;
    width: 325px;
    padding: 0.5rem 0;
    border-radius: 9999px;
    background-color: var(--color-Button-Black);
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5;
    color: var(--color-Text-White);
    left: 50%;
    transform: translate(-50%,150%);
    letter-spacing: 0.05em;
}
.solution_bubble:before{
    content: '';
    position: absolute;
    top: 98%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 20px solid #222;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}
.solution h2{
    margin: 0 auto;
    line-height: 2em;
}
.solution h2 img{
    width: 65%;
    padding: 170px 10px 0 0;
}
.solution .solution_title{
    font-size: 54px;
}
.solution picture img{
    width: 100%;
}
.merit_wrap{
    padding-top: 120px;
}
.merit_wrap .reverse{
    flex-direction: row-reverse;
}
.merit_wrap .merit_item{
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding-bottom: 120px;
}
.merit_title_group{
    display: flex;
    border-bottom: 1px solid #944C82;
    padding-bottom: 30px;
}
.merit_wrap .merit_item img{
    width: 49%;
}
.merit_wrap .merit_item .number{
    font-size: 56px;
    font-family: "din-2014", sans-serif !important;
}
.merit_wrap .merit_item .h3_number{
    font-size: 20px;
    line-height: 2em;
    margin-right: 20px;
    width: 18%;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
}
.merit_wrap .merit_title{
    text-align: left;
    line-height: 1.5em;
}
.merit_title_group h3,.merit_title_group p{
    display: inline-block;
    background: var(--color-Text-Gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.merit_text_box{
    width: 49%;
}
.merit_text{
    padding-top: 30px;
    font-size: var(--text-Standard);
    color: var(--color-Text-Primary);
    line-height: 1.7em;
}
@media (width < 1280px) {
    .merit_wrap .merit_item .h3_number{
        width: 22%;
}
.merit_wrap .merit_item .number {
    font-size: 50px;
}
}
@media (width < 1000px) {
    .solution .solution_title{
        font-size: 44px;
     }
     .merit_title_group {
        align-items:end;
    }
}
@media (width < 767px) {
    .solution_bubble{
        transform: translate(-50%,20%);
        font-size: 32px;
    }
    .solution{
        background: none;
    }
    .solution h2{
        line-height: 1.5em;;
    }
    .solution .text_min{
        font-size: 5vw;
    }
    .solution h2 img{
        width: 90%;
        padding-top: 10%;
    }
    .solution .solution_title{
        font-size: 6vw;
     }
     .merit_wrap .merit_item{
        flex-direction: column;
     }
     .merit_wrap .merit_item img,.merit_text_box{
        width: 100%;
    }
    .merit_wrap .merit_item img{
        margin-top: 40px;
    }
    .merit_title_group {
        align-items: flex-start;
    }
    .merit_wrap .merit_item .number{
        margin-top: -20px;
    }
    .merit_wrap .merit_item .h3_number {
        font-size: 20px;
        line-height: normal;
    }
    .merit_wrap .merit_item .number {
        font-size: 10vw;
    }
}
@media (width < 500px) {
    .solution_bubble{
        font-size: 6vw;
    }
    .solution h2 img{
        padding-top: 20%;
    }
    .merit_wrap{
        padding-top: 60px;
    }
    .merit_wrap .merit_item .number{
        margin-top: -10px;
    }
    .merit_wrap .merit_item .h3_number {
        font-size: 16px;
    }
    .merit_wrap .merit_item{
    padding-bottom: 60px;
}
}

/*---------- CTA ----------*/

.cta{
    background: url(/web/jp/contract/images/lp_employment/cta_bg.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 60px 0;
}
.cta h2{
    color: var(--color-Text-White);
    margin-bottom: 50px;
}
.cta_btn_group{
    max-width: 60vw;
    margin: 0 auto;
    background: var(--color-Background-Primary);
}
.cta_btn_group .btn_wrap{
    max-width: 48vw;
    margin: 0 auto;
    padding: 1.5vw 0;
}
.cta_btn_group .button a{
    padding: 20px 25px;
}
@media (width < 1536px) {
    .cta{
        padding: 30px 0;
    }
    .cta_btn_group{
        max-width: 65vw;
    }
    .cta_btn_group .btn_wrap {
        max-width: 60vw;
    }
}
@media (width < 1280px) {
    .cta{
        padding: 30px 0;
    }
    .cta h2{
        margin-bottom: 25px;
    }
    .cta_btn_group{
        max-width: 65vw;
    }
    .cta_btn_group .btn_wrap{
        max-width: 60vw;
    }
}
@media (width < 1000px) {
    .cta{
        background-size: 127% auto;
    }
    .cta_btn_group{
        max-width: 75vw;
    }
    .cta_btn_group .btn_wrap{
        max-width: 70vw;
    }
    .cta_btn_group .button a{
        padding: 10px 25px;
}
}
@media (width < 767px) {
    .cta{
        background: var(--color-Text-Main);
        padding: 10vw 0;
    }
    .cta h2{
        margin-bottom: 50px;
    }
    .cta_btn_group{
        max-width: 100%;
        padding: 3% 0;
    }
    .cta_btn_group .btn_wrap{
        max-width: 93%;
    }
}
@media (width < 500px) {
    .cta h2 {
        margin-bottom: 25px;
    }
}
/*---------- Reason ----------*/

.reason{
    padding: 120px 0;
    background: var(--color-Background-Tertiary);
}
.reason_wrap{
    padding: 40px 0;
}
.reason_number_group{
    width: 164px;
    height: 82px;
    border-radius: 50% / 100% 100% 0 0;
    border: 1px solid #944C82;
    border-bottom: none;
    margin: 0 auto;
}
.reason_number{
    text-align: center;
    padding-top: 5%;
    color: var(--color-Text-Main);
    font-weight: bold;
    font-size: 20px;
    line-height: 1.8em;
    letter-spacing: 0.05em;
}
.reason_number .number{
    font-size: 54px;
    font-family: "din-2014", sans-serif;
}
.reason_wrap h3{
    font-size: var(--text-h3-style);
    color: var(--color-Text-Primary);
    padding: 32px 0;
}
.reason_item p{
    font-size: var(--text-Standard);
    color: #222222;
    line-height: 1.7em;
}
.reason_item{
    padding: 40px;
    background: var(--color-Background-Primary);
    box-shadow: 8px 8px 10px rgba(227, 216, 224);
    -webkit-box-shadow: 8px 8px 10px rgba(227, 216, 224);
}
.reason_item ul{
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.reason_item ul li{
    width: 33.3%;
    margin: 0 auto;
}
.reason_item ul img{
    width: 100%;
}
.reason .award ul{
    width: 55%;
    gap:20px;
}
.reason_item .note{
    color: #5e5d5d;
    font-size: 12px;
    padding-top: 20px;
    text-align: center;
}
.reason .security ul{
    gap:62px;
}
.reason .security ul li img{
    display: block;
    width: 70%;
    margin: 0 auto;
}
.reason h4{
    font-size: var(--text-h4-style);
    text-align: center;
    font-weight: bold;
    padding: 24px 0;
    white-space: nowrap;
}
.reason .support ul li img{
    display: block;
    width: 80%;
    margin: 0 auto;
}
.reason_wrap .support_text{
    font-size: var(--text-Standard);
    color: var(--color-Text-Primary);
    text-align: center;
    padding: 0 0 33px 0;
    line-height: 1.7em;
}
@media (width < 767px) {
    .reason_wrap h3{
        font-size: 4vw !important;
    }
    .reason .award ul {
        width: 100%;
        gap: 10px;
    }
    .reason_item .note {
        font-size: 18px;
        text-align: left;
        line-height: 1.5em;
    }
    .reason .security ul, .reason .support ul{
        flex-direction: column;
    }
    .reason_item ul li {
        width: 100%;
    }
    .reason .security ul li img {
        width: 60%;
    }
    .reason_wrap .support_text {
        text-align: left;
    }
    .reason .support ul{
        row-gap: 20px;
    }
    .reason .support ul li img {
        width: 62%;
    }
}
@media (width < 500px) {
    .reason {
        padding: 60px 0;
    }
    .reason_wrap h3{
        font-size: 5vw !important;
    }
    .reason_item .note {
        font-size: 13px;
    }
}

/*---------- Case ----------*/

.case {
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 55%, #EFEFEF 55%, #EFEFEF 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 80px 0;
}
.case .sub_text{
    text-align: center;
}
.case .slider{
    display: flex;
    justify-content: space-between;
}
 .case_box a:hover{
    opacity: 0.7;
    transition: 0.3s;
}
.case .case_item{
    position: relative;
    background: var(--color-Background-Tertiary);
    box-shadow: 8px 8px 10px rgba(0, 0, 0, .25);
    -webkit-box-shadow: 8px 8px 10px rgba(0, 0, 0, .25);
    width: 96%;
    padding-top: 100%;
    margin: 50px 0 15px 0;
}
.case_box figure{
    position: absolute;
    width: 100%;
    top: -10%;
}
.case_box figure img{
    width: 90%;
    object-fit: cover;
}
.case_box .case_tag{
    position: absolute;
    background: var(--color-Text-Main);
    color: var(--color-Background-Primary);
    font-weight: bold;
    padding: 5px 20px;
    top: 47%;
    right: 0;
}
.case_box .text{
    position: absolute;
    top: 58%;
    padding: 5%;
}
.case_box h3{
    text-align: left;
    color: var(--color-Text-Main);
    font-size: 20px !important;
    padding-bottom: 0.5em;
}
.case_box .text p{
    color: var(--color-Text-Primary);
    font-size: var(--text-Standard);
    line-height: 1.7em;
}

.case_btn a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    max-width: 484px;
    padding: 3px;
    color: var(--color-Text-Main);
    font-size: var(--text-h3-style);
    text-decoration: none;
    line-height: 1.8;
    transition: 0.3s ease-in-out;
    font-weight: 800;
    background: var(--color-Background-Primary);
    border-radius: 9999px;
    border: 4px solid #944C82;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
}
.case_btn a:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 4px solid #944C82;
    border-right: 4px solid #944C82;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.case_btn a:hover {
    background: var(--color-Text-Main);
    color: var(--color-Text-White);
    transform: translateY(3px);
}
.case_btn a:hover::after {
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
}
@media (width > 1921px) {
.case_btn a {
    max-width:55%;
    }
    }
@media (width < 767px) {

.case .case_item{
    width: 90%;
    padding-top: 90%;
    margin: 50px auto 15px auto;
}
.case_box .case_tag{
    font-size: 3.3vw;
    padding: 10px 20px;
    top: 49%;
}
.case_box .text{
    top: 60%;
}
.case_box h3{
    font-size: 3.6vw !important;
}
button {
  background-color: transparent;
  height: 50px;
  transition: .2s;
  width: 50px;
}
button:before {
  bottom: 0;
  content: "";
  margin: auto;
  position:absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 12vw;
  height: 12vw;
}
button.prev {
    position: absolute;
    left: 0px;
    top:42%;
}
button.prev:before {
  background: url(/web/jp/contract/images/lp_employment/slide_btn_prev.png);
  background-repeat: no-repeat;
  background-size: contain;
}
button.next {
    position: absolute;
    right: 2.5%;
    top:42%;
}
button.next:before {
  background: url(/web/jp/contract/images/lp_employment/slide_btn_next.png);
  background-repeat: no-repeat;
  background-size: contain;
}
button:not(:disabled):hover {
  opacity: 0.8;
}

button:disabled {
  cursor: not-allowed;
}
.splide__slide img {
  height: auto;
  width: 100%;
}
.case_btn{
    margin-top: 30px;
}
.case_btn a {
    max-width: 100%;
    padding: 10px 0;
}
.case_btn a:after {
    content: '';
    width: 15px;
    height: 15px;
    border-top: 7px solid #944C82;
    border-right: 7px solid #944C82;
    top:48%;
    right: 5%;
}
}
@media (width < 500px) {
.case .case_item{
    padding-top: 110%;
}
.case_box .case_tag{
    padding: 10px 20px;
    top: 36%;
}
.case_box h3{
    font-size: 4.2vw !important;
}
.case_box .text{
    top: 50%;
}
button.prev {
    top:30%;
}
button.next {
    top:30%;
    right: -2%;
}
.case_btn a:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 5px solid #944C82;
    border-right: 5px solid #944C82;
}
}

/* includeFooterA */
#includeFooterA {
background-color: #222222;
padding: 2rem 0 1rem;
font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3', Meiryo, 'ãƒ¡ã‚¤ãƒªã‚ª', 'MS PGothic', 'ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯', sans-serif;
font-size: 14px;
line-height: 1;
letter-spacing: .02em;
color: #fff;
}
#includeFooterA a {
transition: opacity 0.25s linear;
}
#includeFooterA a:hover {
opacity: 0.7;
}
#includeFooterA ul {
list-style: none;
}
#includeFooterA .IF_cont {
position: relative;
width: calc(100% - 2rem);
max-width: 1200px;
margin: 0 auto;
}
#includeFooterA .IF_wrap {
display: flex;
flex-wrap: wrap;
}
#includeFooterA .IF_item {
flex: 0 0 100%;
max-width: 100%;
}
#includeFooterA .IF_top {
display: flex;
justify-content: center;
margin: 0 0 1.5rem 0;
}
#includeFooterA .IF_top li:not(:last-child) {
margin-right: 0.5rem;
}
#includeFooterA li.IF_logo img {
width: 180px;
}
#includeFooterA li.IF_sns a {
display: block;
border-radius: 30px;
border: 1px solid #fff;
background-color: #fff;
width: 2em;
height: 2em;
line-height: 1.0;
color: #fff;
}
#includeFooterA .IF_link {
display: flex;
flex-wrap: wrap;
flex-direction: column;
margin-bottom: 1.5rem;
}
#includeFooterA .IF_link li:not(:last-child) {
margin-bottom: 1rem;
}
#includeFooterA .IF_link li {
text-align: left;
}
#includeFooterA .IF_link li a {
color: #fff;
text-decoration: none;
}
#includeFooterA .IF_link li:not(:last-child) {
margin-bottom: 1rem;
}
#includeFooterA .IF_copy {
text-align: center;
}
@media (min-width: 520px){
	#includeFooterA {
	padding: 5rem 0;
	}
	#includeFooterA li.IF_logo img {
	width: 240px;
	}
	#includeFooterA .IF_link {
	flex-direction: row;
	justify-content: center;
	}
	#includeFooterA .IF_link li:not(:last-child) {
	margin-bottom: 0;
	margin-right: 0.5rem;
	padding-right: 0.5rem;
	border-right: 1px solid #ccc
	}
}