/* index
--------------------------------------------------------- */

section.content_list .ttl {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 3.2rem;
    line-height: 1;
}

section.content_list .list_arrow {
    position: absolute;
    right: 0;
    top: 8px;
}

section.content_list .list_arrow a {
    display: block;
    text-decoration: none;
    padding-right: 24px;
}

section.content_list .list_arrow a:after {
    content: ' ';
    display: block;
    width: 16px;
    height: 16px;
    background: url(/cmn/img/icon_arrow.svg) no-repeat 0 0;
    background-size: 16px 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

section.content_list .content_list_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 1120px;
}

section.content_list .content_list_wrap>li {
    margin-right: 32px;
    width: 352px;
    background: #ffffff;
}

section.content_list .content_list_wrap>li a {
    display: block;
    text-decoration: none;
    width: 100%;
    height: 100%;
}

section.content_list .content_list_wrap>li:first-child {
    margin-top: 0;
}

section.content_list .content_list_wrap>li:last-child {
    margin-right: 0;
}

section.content_list .content_list_wrap>li .list_img {
    width: 100%;
}

section.content_list .content_list_wrap>li .list_ttl {
    padding: 32px 32px 0 32px;
    font-weight: 500;
    font-size: 2rem;
    font-family: 'M PLUS 1p', sans-serif;
}

section.content_list .content_list_wrap>li .list_txt {
    padding: 16px 32px 32px 32px;
    font-family: 'Sawarabi Mincho', sans-serif;
}

.corporate_idx>div {
    width: 352px;
}


/* box
--------------------------------------------------------- */

.box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 32px;
}

.box.box_corporate_idx_column03>div {
    margin-left: 32px;
    position: relative;
    width: 352px;
}

.box.box_corporate_idx_column03>div:first-child {
    margin-top: 0;
    margin-left: 0;
}

.box.box_corporate_idx_column03>div:nth-child(3n+1) {
    margin-left: 0;
}

.box.box_corporate_idx_column03>div:nth-child(n+4) {
    margin-top: 16px;
}

.box+* {
    margin-top: 32px;
}


/* message
--------------------------------------------------------- */

.intro {
    width: 1120px;
    height: 572px;
    margin: 0 auto;
    position: relative;
}

.intro_main {
    position: absolute;
    top: 0;
    left: 0;
}

.intro_sub {
    position: absolute;
    bottom: 0;
    right: 0;
}

.message_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px;
}

.message_wrap>div {
    width: 100%;
}

.message_wrap>div+div {
    margin-top: 32px;
}


/* vision
--------------------------------------------------------- */

.vision .img01 {
    width: 494px;
    height: auto;
    margin: 40px auto 0;
}

.vision .img01 img {
    width: 100%;
    height: auto;
}

.vision .txt01 {
    margin: 56px auto 0;
    font-size: 1.6rem;
    line-height: 2.8rem;
    text-align: center;
}

.vision .txt01+* {
    margin-top: 128px;
}


/* visual_identity
--------------------------------------------------------- */

.vi img.logo {
    width: 230px !important;
    height: auto;
}

.vi .human_wrap {
    margin: 64px auto 24px;
    padding: 40px;
    background: #edebe4;
}

.vi .human_wrap p+p {
    margin: 16px auto 0;
}

.vi .human_wrap .list_disc {
    font-size: 1.4rem;
    margin-top: 16px;
}

.vi .human_wrap .list_disc li {
    margin-top: 0;
}


/* office
--------------------------------------------------------- */

.office_wrap {
    width: 100%;
    margin-top: 48px;
    padding-bottom: 48px;
    border-bottom: solid 1px #cccbc8;
}

.office_wrap:first-child {
    margin-top: 16px;
}

.office_wrap:first-child>h3.l_ttl {
    margin-top: 0;
}

.office_wrap>h3.l_ttl {
    padding-left: 16px;
}

.office_wrap>h3.l_ttl+* {
    margin-top: 32px;
}

.office_wrap>.office_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.office_wrap>.office_list>li:nth-child(1) {
    width: 300px;
    padding-left: 16px;
}

.office_wrap>.office_list>li:nth-child(2) {
    width: 430px;
    margin-left: 16px;
}

.office_wrap>.office_list>li:nth-child(3) {
    width: 278px;
    margin-left: 16px;
}

.office_wrap>.office_list .ttl {
    margin-top: 16px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #a3a3a3;
}

.office_wrap>.office_list .ttl:first-child {
    margin-top: 0;
}

.office_wrap>.office_list .txt {
    font-size: 1.6rem;
}

.office_wrap>.office_list .btn_map {
    margin-top: 48px;
}

.office_wrap>.office_list .btn_map:first-child {
    margin-top: 0;
}

.office_wrap>.office_list .btn_map a {
    padding: 8px 32px 8px 0;
    border-bottom: solid 1px #263238;
    font-size: 1.8rem;
    position: relative;
    width: 160px;
    font-size: 1.4rem;
    text-decoration: none;
}

.office_wrap>.office_list .btn_map a:after {
    content: ' ';
    display: block;
    width: 16px;
    height: 16px;
    background: url(/cmn/img/icon_arrow.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}


/* policy
--------------------------------------------------------- */

.policy_list_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.policy_list_wrap>div {
    width: calc(100% - 95px);
}

.policy_list_wrap>div+div {
    width: 95px;
}

.policy_list_wrap .list_disc>li {
    line-height: 1;
}

.jqa img {
    width: 95px;
    height: 136px;
}

.signature {
    text-align: right;
    font-size: 1.4rem;
    line-height: 2.2rem;
}

@media screen and (max-width: 768px) {
    section.content_list .ttl {
        font-size: 2.0rem;
    }
    section.content_list .list_arrow {
        top: 0;
    }
    section.content_list .content_list_wrap {
        width: 100%;
    }
    section.content_list .content_list_wrap>li {
        width: 100%;
        margin-right: 0;
        margin-top: 24px;
    }
    section.content_list .content_list_wrap>li .list_ttl {
        font-size: 1.4rem;
        padding: 24px 24px 0 24px;
    }
    section.content_list .content_list_wrap>li .list_txt {
        font-size: 1.4rem;
        padding: 8px 24px 24px;
    }
    .box {
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
    }
    .box.box_corporate_idx_column03>div {
        min-width: 100%;
        width: 100%;
        margin: 16px 0 0 0;
        border-radius: 4px;
    }
    .box.box_corporate_idx_column03>div:nth-child(3n+1) {
        margin: 8px 0 0 0;
    }
    .box.box_corporate_idx_column03>div:nth-child(2n+1) {
        margin-left: 0;
        margin-top: 8px;
    }
    .box.box_corporate_idx_column03>div:nth-child(n+4) {
        margin-top: 8px;
    }
    .box.box_corporate_idx_column03>div:nth-child(even) {
        margin-left: 0;
    }
    .box+* {
        margin-top: 24px;
    }
    .intro {
        width: 100%;
        height: 0;
        padding-top: 100%;
    }
    .intro_sub {
        width: 89%;
        bottom: 0;
        right: 0;
        left: 0;
        margin: 0 auto;
    }
    .intro_sub>img {
        width: 100%;
    }
    .message_wrap {
        padding: 20px 0 28px;
    }
    .vision .img01 {
        width: 100%;
        height: auto;
    }
    .vision .img01 img {
        width: 100%;
        height: auto;
    }
    .vision .txt01 {
        text-align: left;
    }
    .vi .column {
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .vi .column>div {
        margin-top: 32px;
    }
    .vi .column>div+div {
        margin-top: 0;
    }
    .vi .human_wrap {
        margin: 48px auto 24px;
        padding: 44px 20px 20px 20px;
    }
    .vi .human_wrap .list_disc li {
        margin-top: 8px;
    }
    .office_wrap {
        margin-top: 0;
        padding-bottom: 40px;
    }
    .office_wrap>h3.l_ttl {
        width: 100%;
        padding-left: 0;
        font-size: 2.4rem;
    }
    .office_wrap>.office_list>li:nth-child(1) {
        width: 100%;
        padding-left: 0;
        margin-top: 0;
    }
    .office_wrap>.office_list>li:nth-child(2) {
        width: 100%;
        margin-left: 0;
        margin-top: 40px;
    }
    .office_wrap>.office_list>li:nth-child(3) {
        display: none;
    }
    .office_wrap>.office_list .btn_map {
        margin-top: 40px;
    }
    .office_wrap>.office_list .btn_map a {
        width: 100%;
    }
}

.photo-triangle {
    width: 100%;
    height: 100%;
    position: relative;
}

.new_icon:after {
    position: absolute;
    content: "射水市";
    top: -10px;
    left: 0px;
    background: #008000;
    color: #fff;
    padding: 2px 15px;
    font-family: 'Sawarabi Gothic', sans-serif;
    font-size: 2.1rem;
}

.photo-triangle img {
    width: 100%;
}

.btn-sticky {
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #e6e6fa;
    border-left: solid 30px#4169e1;
    /*左線*/
    color: #4169e1;
    /*文字色*/
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    width: 100%;
    font-family: 'Sawarabi Gothic', sans-serif;
}

.btn-sticky:active {
    box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
    transform: translateY(2px);
}


/*  land-box */

.l-article.-medium {
    margin-top: 107px;
}

@media screen and (max-width: 767px) {
    .l-article.-medium {
        margin-top: 16vw;
    }
}

.l-article.-small {
    margin-top: 160px;
}

@media screen and (max-width: 767px) {
    .l-article.-small {
        margin-top: 16vw;
    }
}

.l-container {
    position: relative;
    margin: auto;
    max-width: 1400px;
}

.l-container.-large {
    max-width: 2000px;
}

.l-inner {
    display: block;
    position: relative;
    margin: auto;
    width: 86%;
}

@media screen and (min-width: 768px) and (max-width: 1120px) {
    .l-inner {
        width: calc(100% - 160px);
    }
}

@media screen and (max-width: 767px) {
    .l-inner {
        width: 78.66667vw;
    }
}

@media screen and (max-width: 767px) {
    .l-inner.-right {
        margin-right: 0;
        width: 89.33333vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 1120px) {
    .l-inner.-large {
        width: calc(100% - 160px);
    }
}

@media screen and (max-width: 767px) {
    .l-inner.-large {
        width: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1120px) {
    .l-inner.-small {
        width: calc(100% - 320px);
    }
}

@media screen and (max-width: 767px) {
    .l-inner.-small {
        width: 78.66667vw;
    }
}

@media screen and (max-width: 767px) {
    .l-inner.-wide {
        width: 100%;
    }
}

.l-inner.-sp {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .l-inner.-sp {
        width: 78.66667vw;
    }
}

@media screen and (min-width: 1121px) {
    .l-inner.-tiny {
        width: 71%;
    }
}

.l-inner.-xsmall {
    width: 60%;
}

@media screen and (min-width: 768px) and (max-width: 1120px) {
    .l-inner.-xsmall {
        width: calc(100% - 320px);
    }
}

@media screen and (max-width: 767px) {
    .l-inner.-xsmall {
        width: 78.66667vw;
    }
}

@media screen and (min-width: 1401px) {
    .l-inner.-leftLocal {
        margin-left: 0;
        width: calc(calc((100% - 1400px) / 2) + calc(1400px * 0.93));
    }
}

@media screen and (min-width: 1121px) and (max-width: 1400px) {
    .l-inner.-leftLocal {
        margin-left: 0;
        width: 93%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1120px) {
    .l-inner.-leftLocal {
        margin-left: 0;
        width: calc(100% - 80px);
    }
}

@media screen and (max-width: 767px) {
    .l-inner.-leftLocal {
        width: 100%;
    }
}

@media screen and (min-width: 1401px) {
    .l-inner.-rightLocal {
        margin-right: 0;
        width: calc(calc((100% - 1400px) / 2) + calc(1400px * 0.93));
    }
}

@media screen and (min-width: 1121px) and (max-width: 1400px) {
    .l-inner.-rightLocal {
        margin-right: 0;
        width: 93%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1120px) {
    .l-inner.-rightLocal {
        margin-right: 0;
        width: calc(100% - 80px);
    }
}

@media screen and (max-width: 767px) {
    .l-inner.-rightLocal {
        width: 100%;
    }
}

.p-emphasis.-reverse {
    padding-top: 40px;
}

@media screen and (max-width: 1120px) {
    .p-emphasis.-reverse {
        margin-top: 0;
        padding-top: 0;
        width: 100%;
    }
}

.p-emphasis {
    display: block;
    padding-top: 50px;
    /*
    cursor: pointer;
    */
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.no-touchevents .p-emphasis:hover {
    opacity: 0.6;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

.no-touchevents .p-emphasis:hover .p-emphasis__line {
    -webkit-animation: moveLineLeftRight 0.9s cubic-bezier(0.39, 0.575, 0.565, 1);
    animation: moveLineLeftRight 0.9s cubic-bezier(0.39, 0.575, 0.565, 1);
}

 :not(.is-windows).no-touchevents .p-emphasis:not(.-hoverUnchanged):hover .staff__btn .c-btn:before,
 :not(.is-windows).no-touchevents .p-emphasis:not(.-hoverUnchanged):hover .staff__btn .c-btn:after,
 :not(.is-windows).no-touchevents .p-emphasis:not(.-hoverUnchanged):hover .staff__btn .c-btn span:before,
 :not(.is-windows).no-touchevents .p-emphasis:not(.-hoverUnchanged):hover .staff__btn .c-btn span:after {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.is-windows.no-touchevents .p-emphasis:not(.-hoverUnchanged):hover .staff__btn .c-btn span {
    border: 1px solid #000;
}

@media screen and (min-width: 768px) and (max-width: 1120px) {
    .p-emphasis {
        margin-top: 75px;
        width: calc(100% - 80px);
    }
}

@media screen and (max-width: 767px) {
    .p-emphasis {
        margin-top: 12.26667vw;
        width: 89.33333vw;
    }
}

.p-emphasis.-reverse {
    padding-top: 40px;
    text-decoration: none;
}

@media screen and (max-width: 1120px) {
    .p-emphasis.-reverse {
        margin-top: 0;
        padding-top: 0;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .p-emphasis.-large {
        margin: 0;
        padding: 0;
        width: 100%;
    }
}

.page-casestudy .p-emphasis {
    padding-top: 0;
}

@media screen and (min-width: 1121px) {
    .page-recruit .p-emphasis {
        padding-top: 32px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1120px) {
    .page-recruit .p-emphasis {
        padding-top: 32px !important;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .page-recruit .p-emphasis {
        margin: 0;
        padding: 0;
        width: 100%;
    }
}

.p-emphasis__outer {
    position: relative;
    width: 93%;
}

@media screen and (max-width: 1120px) {
    .p-emphasis__outer {
        display: block;
        width: 100%;
    }
}

.p-emphasis__outer.-reverse {
    margin-left: auto;
}

@media screen and (max-width: 1120px) {
    .p-emphasis__outer.-reverse {
        width: 89.33333vw;
    }
}

.p-emphasis__line {
    margin-top: 28px;
    border: none;
    width: 440px;
    height: 1px;
    background-color: #000;
}

@media screen and (max-width: 1120px) {
    .p-emphasis__line {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .p-emphasis__line {
        margin-top: 5.33333vw;
    }
}

@media screen and (min-width: 1121px) {
    .p-emphasis.-reverse .p-emphasis__line {
        margin-top: 26px;
        /*
        width: 550px;
        */
        width: 380px;
    }
}

@media screen and (min-width: 768px) {
    .page-recruit .p-emphasis__line {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .page-recruit .p-emphasis__line {
        margin-top: 4.26667vw;
    }
}

.p-emphasis__img {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: calc(100% - 352px);
}

.p-emphasis__img img {
    position: relative;
    z-index: 1;
    width: 100%;
}

@media screen and (max-width: 1120px) {
    .p-emphasis__img {
        position: relative;
        width: 100%;
    }
}

@media screen and (min-width: 1121px) {
    .p-emphasis.-reverse .p-emphasis__img {
        right: 0;
        left: auto;
        width: calc(100% - 415px);
    }
    .page-casestudy .p-emphasis.-reverse .p-emphasis__img {
        width: calc(100% - 352px);
    }
}

@media screen and (min-width: 768px) and (max-width: 1120px) {
    .page-casestudy .p-emphasis.-reverse .p-emphasis__img {
        margin-left: auto;
        width: calc(100% - 80px);
    }
}

@media screen and (max-width: 1120px) {
    .page-casestudy .p-emphasis.-reverse .p-emphasis__img {
        margin-left: auto;
        width: 89.33333vw;
    }
}

@media screen and (min-width: 1121px) {
    .page-recruit .p-emphasis__img {
        width: calc(100% - 458px) !important;
    }
}

.p-emphasis__img.-caseStudy02:before {
    content: "";
    position: absolute;
    top: -164px;
    left: -215px;
    width: 602px;
    height: 382px;
    background: url(../img/casestudy/bg_left02.jpg) no-repeat;
}

@media screen and (max-width: 1120px) {
    .p-emphasis__img.-caseStudy02:before {
        top: -57px;
        left: -157px;
    }
}

@media screen and (max-width: 767px) {
    .p-emphasis__img.-caseStudy02:before {
        top: -21.33333vw;
        left: -29.86667vw;
        width: 80.26667vw;
        height: 50.93333vw;
        background-size: 80.26667vw 50.93333vw;
    }
}

.p-emphasis__img.-caseStudy02:after {
    content: "";
    position: absolute;
    right: -35px;
    bottom: -106px;
    width: 474px;
    height: 342px;
    background: url(../img/casestudy/bg_right02.jpg) no-repeat;
}

@media screen and (max-width: 1120px) {
    .p-emphasis__img.-caseStudy02:after {
        right: -150px;
        bottom: -66px;
    }
}

@media screen and (max-width: 767px) {
    .p-emphasis__img.-caseStudy02:after {
        right: -40.53333vw;
        bottom: -12.53333vw;
        width: 63.2vw;
        height: 45.6vw;
        background-size: 63.2vw 45.6vw;
    }
}

.p-emphasis__img.-caseStudy01:before {
    content: "";
    position: absolute;
    bottom: -90px;
    left: -40px;
    width: 368px;
    height: 278px;
    background: url(../img/casestudy/bg_left01.jpg) no-repeat;
}

@media screen and (max-width: 767px) {
    .p-emphasis__img.-caseStudy01:before {
        bottom: -4.8vw;
        left: -10.66667vw;
        width: 49.06667vw;
        height: 37.06667vw;
        background-size: 49.06667vw 37.06667vw;
    }
}

.p-emphasis__img.-caseStudy01:after {
    content: "";
    position: absolute;
    top: -141px;
    right: -115px;
    width: 370px;
    height: 620px;
    background: url(../img/casestudy/bg_right01.jpg) no-repeat;
}

@media screen and (max-width: 767px) {
    .p-emphasis__img.-caseStudy01:after {
        top: -19.46667vw;
        right: -15.46667vw;
        width: 49.33333vw;
        height: 82.66667vw;
        background-size: 49.33333vw 82.66667vw;
    }
}

.p-emphasis__content {
    display: block;
    position: relative;
    z-index: 1;
    margin-left: auto;
    width: 440px;
}

@media screen and (max-width: 1120px) {
    .p-emphasis__content {
        margin-top: 33px;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .p-emphasis__content {
        margin-top: 8vw;
    }
}

@media screen and (min-width: 1121px) {
    .p-emphasis.-reverse .p-emphasis__content {
        margin: 0;
        width: 380px;
    }
    .page-casestudy .p-emphasis.-reverse .p-emphasis__content {
        width: 300px;
    }
    .page-recruit .p-emphasis.-reverse .p-emphasis__content {
        width: 415px;
    }
}

@media screen and (max-width: 767px) {
    .p-emphasis.-large .p-emphasis__content {
        margin-left: auto;
        width: 89.33333vw;
    }
}

@media screen and (min-width: 1121px) {
    .page-casestudy .p-emphasis__content {
        -webkit-transform: translateY(-18px);
        transform: translateY(-18px);
    }
}

@media screen and (min-width: 1121px) {
    .page-recruit .p-emphasis__content {
        width: 568px;
    }
}

@media screen and (max-width: 767px) {
    .page-recruit .p-emphasis__content {
        margin-top: 5.33333vw;
    }
}

.p-emphasis__tags {
    padding-left: 149px;
}

@media screen and (min-width: 768px) and (max-width: 1120px) {
    .p-emphasis__tags {
        padding-left: 9.8%;
    }
    .page-casestudy .p-emphasis.-reverse .p-emphasis__tags {
        padding-right: 9.8%;
    }
}

@media screen and (max-width: 767px) {
    .p-emphasis__tags {
        padding-left: 10.66667vw;
    }
}

.p-emphasis.-reverse .p-emphasis__tags {
    padding: 0;
}

@media screen and (max-width: 767px) {
    .p-emphasis.-reverse .p-emphasis__tags,
    .p-emphasis.-large .p-emphasis__tags {
        padding: 0 10.66667vw 0 0;
    }
}

.page-casestudy .p-emphasis__tags {
    margin-top: 27px;
}

@media screen and (max-width: 767px) {
    .page-casestudy .p-emphasis__tags {
        margin-top: 4.53333vw;
    }
}

.p-emphasis__label {
    padding-left: 149px;
    text-indent: -0.03em;
    font-family: "Roboto", sans-serif;
    font-size: 90px;
    font-weight: bold;
    line-height: 1.15;
}

@media screen and (min-width: 768px) and (max-width: 1120px) {
    .p-emphasis__label {
        padding-left: 9.8%;
    }
    .page-casestudy .p-emphasis.-reverse .p-emphasis__label {
        padding-right: 9.8%;
    }
}

@media screen and (max-width: 767px) {
    .p-emphasis__label {
        padding-left: 10.66667vw;
        font-size: 16vw;
    }
}

.p-emphasis.-reverse .p-emphasis__label {
    padding: 0;
}

.p-emphasis__title {
    margin-top: 17px;
    padding-left: 149px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
}

@media screen and (min-width: 768px) and (max-width: 1120px) {
    .p-emphasis__title {
        padding-left: 9.8%;
    }
    .page-casestudy .p-emphasis.-reverse .p-emphasis__title {
        padding-right: 9.8%;
    }
    .page-recruit .p-emphasis__title {
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    .p-emphasis__title {
        margin-top: 2.93333vw;
        padding-left: 10.66667vw;
        font-size: 4.8vw;
        line-height: 1.5;
    }
    .page-casestudy .p-emphasis__title {
        letter-spacing: 0.01em;
    }
    .page-recruit .p-emphasis__title {
        padding: 0;
    }
}

.p-emphasis.-reverse .p-emphasis__title {
    padding: 0;
    font-size: 20px;
}

@media screen and (max-width: 767px) {
    .p-emphasis.-reverse .p-emphasis__title {
        font-size: 4.8vw;
    }
}

.page-recruit .p-emphasis.-reverse .p-emphasis__title,
.page-casestudy .p-emphasis.-reverse .p-emphasis__title {
    font-size: 24px;
}

@media screen and (max-width: 767px) {
    .page-recruit .p-emphasis.-reverse .p-emphasis__title,
    .page-casestudy .p-emphasis.-reverse .p-emphasis__title {
        font-size: 4.8vw;
    }
}

@media screen and (max-width: 767px) {
    .p-emphasis.-reverse .p-emphasis__title,
    .p-emphasis.-large .p-emphasis__title {
        padding: 0 10.66667vw 0 0;
    }
}

.page-recruit .p-emphasis__title,
.page-casestudy .p-emphasis__title {
    margin-top: 0;
}

.p-emphasis__store {
    padding-left: 150px;
    font-size: 16px;
}

@media screen and (min-width: 768px) and (max-width: 1120px) {
    .p-emphasis__store {
        padding-left: 9.8%;
    }
    .page-casestudy .p-emphasis.-reverse .p-emphasis__store {
        padding-right: 9.8%;
    }
}

@media screen and (max-width: 767px) {
    .p-emphasis__store {
        margin-top: 1.06667vw;
        padding-left: 10.66667vw;
        font-size: 3.73333vw;
    }
}

.p-emphasis.-reverse .p-emphasis__store {
    margin-top: 10px;
    padding: 0;
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    .p-emphasis.-reverse .p-emphasis__store {
        margin: 0;
        font-size: 3.73333vw;
    }
}

@media screen and (max-width: 767px) {
    .p-emphasis.-reverse .p-emphasis__store,
    .p-emphasis.-large .p-emphasis__store {
        padding: 0 10.66667vw 0 0;
    }
}

.p-emphasis__desc {
    margin-top: 27px;
    padding-left: 150px;
    text-align: justify;
    /*
    font-size: 14px;
    */
    font-size: 16px;
    line-height: 1.71429;
}

@media screen and (min-width: 768px) and (max-width: 1120px) {
    .p-emphasis__desc {
        padding-left: 9.8%;
    }
    .page-casestudy .p-emphasis.-reverse .p-emphasis__desc {
        padding-right: 9.8%;
    }
    .page-recruit .p-emphasis__desc {
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    .p-emphasis__desc {
        margin-top: 5.33333vw;
        padding-left: 10.66667vw;
        font-size: 3.46667vw;
        line-height: 1.61538;
    }
    .page-recruit .p-emphasis__desc {
        padding: 0;
    }
}

.p-emphasis.-reverse .p-emphasis__desc {
    margin-top: 24px;
    padding: 0;
}

@media screen and (max-width: 767px) {
    .p-emphasis.-reverse .p-emphasis__desc {
        margin-top: 5.33333vw;
    }
}

@media screen and (max-width: 767px) {
    .p-emphasis.-reverse .p-emphasis__desc,
    .p-emphasis.-large .p-emphasis__desc {
        padding: 0 10.66667vw 0 0;
    }
    .page-recruit .p-emphasis.-reverse .p-emphasis__desc,
    .page-recruit .p-emphasis.-large .p-emphasis__desc {
        padding: 0;
    }
}

.p-emphasis__desc.-wide {
    letter-spacing: 0.07em;
    line-height: 2;
}

@media screen and (max-width: 767px) {
    .p-emphasis__desc.-wide {
        margin-top: 3.73333vw !important;
        letter-spacing: 0.05em;
        font-size: 3.73333vw;
        line-height: 1.85714;
    }
}

.p-emphasis__date {
    display: block;
    margin-top: 15px;
}

@media screen and (max-width: 767px) {
    .p-emphasis__date {
        margin-top: 1.33333vw;
        font-size: 3.2vw;
    }
}

.c-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -5px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    .c-tag {
        margin: -1.33333vw;
    }
}

@media screen and (max-width: 767px) {
    .c-tag.-rightSp {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.p-card .c-tag__item {
    background-color: #90ee90;
    border: 3px solid #3cb371;
}

.c-tag__item {
    margin: 5px;
    /*
    padding: 5px 10px;
    border: 1px solid #000;
    */
    padding: 8px 25px;
    border: 3px solid #ffa500;
    white-space: nowrap;
    /*
    font-size: 12px;
    */
    font-size: 20px;
    background-color: #f0e68c;
    font-family: 'Sawarabi Gothic', sans-serif;
}

@media screen and (max-width: 767px) {
    .c-tag__item {
        margin: 1.33333vw;
        padding: 0.8vw 2.66667vw;
        font-size: 3.2vw;
    }
}

.c-obj {
    position: absolute;
    z-index: -1;
}

.c-obj.-anim {
    opacity: 0;
}

.c-obj.-left {
    top: -165px;
    left: -368px;
    width: 432px;
    height: 360px;
}

@media screen and (max-width: 767px) {
    .c-obj.-left {
        top: -38.13333vw;
        left: 0;
        width: 8.8vw;
        height: 48vw;
    }
}

.c-obj.-right {
    top: -153px;
    right: -344px;
    width: 535px;
    height: 322px;
}

@media screen and (max-width: 767px) {
    .c-obj.-right {
        top: -12vw;
        right: 0;
        width: 26.4vw;
        height: 42.66667vw;
    }
}

.c-obj.-left02 {
    top: 152px;
    left: -316px;
    width: 540px;
    height: 418px;
}

@media screen and (max-width: 767px) {
    .c-obj.-left02 {
        top: 67.46667vw;
        left: -49.6vw;
        width: 72vw;
        height: 55.73333vw;
    }
    .page-vision .c-obj.-left02 {
        top: auto;
        bottom: -18.13333vw;
    }
}

.c-obj.-left02.-bottom {
    top: 422px;
    left: -324px;
}

@media screen and (max-width: 767px) {
    .c-obj.-left02.-bottom {
        top: auto;
        bottom: -17.06667vw;
        left: -43.46667vw;
    }
}

.c-obj.-right02 {
    top: -173px;
    right: -295px;
    width: 547px;
    height: 373px;
}

@media screen and (max-width: 767px) {
    .c-obj.-right02 {
        top: -19.46667vw;
        right: -44.53333vw;
        width: 72.93333vw;
        height: 49.73333vw;
    }
}

.c-obj.-right02.-bottom {
    top: -122px;
}

@media screen and (max-width: 767px) {
    .c-obj.-right02.-bottom {
        top: -17.6vw;
    }
}

.c-obj.-left03 {
    top: 562px;
    left: -313px;
    width: 540px;
    height: 418px;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
    .c-obj.-left03 {
        top: auto;
        bottom: -100px;
    }
}

@media screen and (max-width: 767px) {
    .c-obj.-left03 {
        top: auto;
        bottom: -27.73333vw;
        left: -49.6vw;
        width: 72vw;
        height: 55.73333vw;
    }
}

.c-obj.-right03 {
    top: -86px;
    right: -293px;
    width: 547px;
    height: 373px;
}

@media screen and (max-width: 767px) {
    .c-obj.-right03 {
        top: -24vw;
        right: -44.53333vw;
        width: 72.93333vw;
        height: 49.73333vw;
    }
}

.c-obj.-left04 {
    top: -82px;
    left: -337px;
    width: 540px;
    height: 418px;
}

@media screen and (max-width: 767px) {
    .c-obj.-left04 {
        top: -60vw;
        left: -49.6vw;
        width: 72vw;
        height: 55.73333vw;
    }
}

.c-obj.-right04 {
    top: 607px;
    right: -51px;
    width: 270px;
    height: 300px;
}

@media screen and (min-width: 768px) and (max-width: 1132px) {
    .c-obj.-right04 {
        top: auto;
        bottom: -260px;
    }
}

@media screen and (max-width: 767px) {
    .c-obj.-right04 {
        top: auto;
        right: -15.46667vw;
        bottom: -41.33333vw;
        width: 36vw;
        height: 40vw;
    }
}

.c-obj.-right05 {
    top: 635px;
    right: -270px;
    width: 547px;
    height: 373px;
}

@media screen and (max-width: 767px) {
    .c-obj.-right05 {
        top: auto;
        right: -44.53333vw;
        bottom: 254.4vw;
        width: 72.93333vw;
        height: 49.73333vw;
    }
}

.c-obj.-left05 {
    top: -115px;
    left: -337px;
    width: 619px;
    height: 407px;
}

@media screen and (max-width: 767px) {
    .c-obj.-left05 {
        top: 16vw;
        left: 0;
        width: 22.4vw;
        height: 54.93333vw;
    }
}

.c-obj.-right06 {
    top: -174px;
    right: -78px;
    width: 419px;
    height: 361px;
}

@media screen and (max-width: 767px) {
    .c-obj.-right06 {
        display: none;
    }
}

.c-obj.-left06 {
    bottom: 37px;
    left: -314px;
    width: 484px;
    height: 408px;
}

@media screen and (max-width: 767px) {
    .c-obj.-left06 {
        display: none;
    }
}

.p-card.-col3 {
    width: 31%;
}

@media screen and (min-width: 1121px) {
    .p-card.-col3:nth-child(n + 2) {
        margin-left: 3.5%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1120px) {
    .p-card.-col3 {
        width: 100%;
    }
    .p-card.-col3+.p-card {
        margin-top: 75px;
    }
}

@media screen and (max-width: 767px) {
    .p-card.-col3 {
        width: 100%;
    }
    .p-card.-col3+.p-card {
        margin-top: 12vw;
    }
}

@media screen and (min-width: 1121px) {
    .p-card.-col2 {
        width: 41.3%;
    }
    .p-card.-col2:nth-child(2) {
        margin-left: 6.5%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1120px) {
    .p-card.-col2 {
        width: 48%;
    }
    .p-card.-col2:nth-child(2) {
        margin-left: 4%;
    }
}

@media screen and (max-width: 767px) {
    .p-card.-col2+.p-card {
        margin-top: 12vw;
    }
}

.p-card__outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 1120px) {
    .p-card__outer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }
}

.p-card__outer.-col2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (min-width: 768px) and (max-width: 1120px) {
    .p-card__outer.-col2 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
    }
}

@media screen and (max-width: 767px) {
    .p-card__outer.-col2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }
}

.p-card__link {
    display: block;
    position: relative;
    height: 100%;
}

.p-card__link.-vertical {
    cursor: pointer;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    text-decoration: none;
}

.p-card__link.-vertical:after {
    content: "";
    position: absolute;
    /*
    bottom: 20px;
    */
    bottom: 40px;
    left: 15px;
    width: 3px;
    /*
    height: calc(100% - 180px);
    */
    height: calc(100% - 150px);
    background: #4169e1;
    z-index: -5;
}

@media screen and (max-width: 767px) {
    .p-card__link.-vertical:after {
        bottom: 3.73333vw;
        left: 3.73333vw;
        height: 48.66667vw;
    }
}

.no-touchevents .p-card__link.-vertical:hover {
    opacity: 0.6;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

.no-touchevents .p-card__link.-vertical:hover:after {
    -webkit-animation: moveLineTopBottom 0.9s cubic-bezier(0.39, 0.575, 0.565, 1);
    animation: moveLineTopBottom 0.9s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.p-card__link.-horizontal {
    cursor: pointer;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.p-card__link.-horizontal:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000;
}

.no-touchevents .p-card__link.-horizontal:hover {
    opacity: 0.6;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

.no-touchevents .p-card__link.-horizontal:hover:after {
    -webkit-animation: moveLineLeftRight 0.9s cubic-bezier(0.39, 0.575, 0.565, 1);
    animation: moveLineLeftRight 0.9s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.p-card__img {
    position: relative;
    width: 100%;
}

.p-card__img:before {
    content: "";
    display: block;
    padding-top: 56.48855%;
}

.p-card__img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: "object-fit: cover;";
    -o-object-fit: cover;
    object-fit: cover;
}

.page-recruit .p-card__img:before {
    content: none;
}

.page-recruit .p-card__img img {
    position: static;
}

.p-card__info {
    padding: 37px 28px 37px 48px;
}

@media screen and (min-width: 768px) and (max-width: 1120px) {
    .p-card__info {
        padding: 37px 20px 37px 48px;
    }
}

@media screen and (max-width: 767px) {
    .p-card__info {
        padding: 5.33333vw 2.66667vw 5.33333vw 8vw;
    }
}

.-horizontal .p-card__info {
    padding: 28px 0;
}

@media screen and (max-width: 767px) {
    .-horizontal .p-card__info {
        padding: 5.33333vw 0;
    }
}

.p-card__info.-straight {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.p-card__title {
    margin-top: 18px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
}

@media screen and (min-width: 768px) and (max-width: 910px) {
    .p-card__title {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .p-card__title {
        margin-top: 2.93333vw;
        font-size: 4.26667vw;
        line-height: 1.5;
    }
    .-col3 .p-card__title {
        font-size: 3.73333vw;
    }
}

.p-card__info.-straight .p-card__title {
    margin: 0 0 0 18px;
}

.p-card__store {
    margin-top: 10px;
}

@media screen and (min-width: 768px) and (max-width: 910px) {
    .p-card__store {
        font-size: 13px;
    }
}

@media screen and (max-width: 767px) {
    .p-card__store {
        margin-top: 1.33333vw;
        font-size: 3.46667vw;
    }
    .-col3 .p-card__store {
        font-size: 3.2vw;
    }
}

.p-card__date {
    display: block;
    margin-top: 5px;
}

@media screen and (max-width: 767px) {
    .p-card__date {
        margin-top: 1.33333vw;
        font-size: 3.2vw;
    }
}

.p-card__plus {
    display: inline-block;
    margin-left: auto;
    width: 30px;
    height: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
    background: linear-gradient(#000, #000), linear-gradient(#000, #000);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 1px, 1px 100%;
}

@media screen and (max-width: 767px) {
    .p-card__plus {
        width: 6.66667vw;
        height: 6.66667vw;
    }
}


/* Video */

.contents_video_area {
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
    text-align: justify;
    position: relative;
    width: 100%;
}

.video-box {
    overflow: hidden;
    position: relative;
    padding: 0;
    margin: 2.5em 0 0;
}

.video-box .Box {
    position: relative;
    display: block;
    margin: 0 auto;
}

.video-box .Box .yfkCom {
    position: relative;
    width: 90%;
    top: -2em;
    text-align: center;
    padding: 1em 2em 2em;
    margin: 0 auto;
    background: #D9A300;
    background: -webkit-linear-gradient(to right, #FFDFBF, #D9A300);
    background: linear-gradient(to right, #FFDFBF, #D9A300);
}

.video-box .Box .yfkCom.cm {
    background: #87cefa;
    background: -webkit-linear-gradient(to right, #87cefa, #87cefa);
    background: linear-gradient(to right, #87cefa, #87cefa);
}

.video-box .Box .yfkCom .scTitle {
    font-size: 1.6em;
    text-align: center;
    color: #000080;
    font-weight: bold;
    border-bottom: 1px #fff solid;
}

.video-box .Box .yfkCom .smart {
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
    margin-top: 10px;
}

.video-box .Box .yfkCom .smart a {
    max-width: 400px;
    width: 80%;
    display: block;
    padding: 0;
    margin: 0 auto;
    text-decoration: none;
}

.video-box .Box .yfkCom .smart button {
    position: relative;
    width: 94%;
    color: #fff;
    font-size: 1em;
    background: #ff4500;
    border: 1px solid #ff0000;
    padding: .8em 0;
    margin: 5px 3%;
    transition: all 0.4s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.video-box .Box .yfkCom .smart button::after {
    right: -5px;
    bottom: -5px;
    border-width: 0 1px 1px 0;
}

.video-box .Box .yfkCom .smart button::before,
.video-box .Box .yfkCom .smart button::after {
    content: '';
    position: absolute;
    display: block;
    width: 1em;
    height: 1em;
    background-color: #008000;
    border: 2px solid #008000;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    box-sizing: border-box;
    transition: all 0.4s ease-in-out;
}

.video-box .Box .yfkCom .smart button::before {
    top: -5px;
    left: -5px;
    border-width: 1px 0 0 1px;
}

@media print,
screen and (min-width: 768px) {
    .video-box {
        padding-bottom: 2em;
    }
    .video-box .Box .scImg {
        display: block;
        width: 70%;
        max-width: 800px;
        margin: 0 0 0 auto;
    }
    .video-box .Box .scImg.cm {
        margin: 0 auto 0 0;
    }
    .video-box .Box .yfkCom {
        position: absolute;
        top: 50px;
        left: 0;
        width: 50%;
        max-width: 450px;
        padding: 2em;
        margin: 0 0 0 0;
    }
    .video-box .Box .yfkCom.cm {
        left: auto;
        right: 0;
    }
}