@charset 'utf-8';

.l-contents {
    font-family: "Karla","Yu Gothic Medium","游ゴシック Medium",YuGothic,"游ゴシック体","yugo-win",sans-serif;
    font-weight: 300;
}

br.only-pc {
    display: block;
}

br.only-sp {
    display: none;
}

img.only-pc {
    display: inline-block;
}

img.only-sp {
    display: none;
}

@media screen and (max-width: 767px) {
    br.only-pc {
        display: none;
    }

    br.only-sp {
        display: block;
    }

    img.only-pc {
        display: none;
    }

    img.only-sp {
        display: inline-block;
    }
}

.i-img-pc {
    display: inline-block !important;
}

.i-img-sp {
    display: none !important;
}

.thumbnail {
    width: 100%;
}


@media screen and (max-width: 767px) {
    .i-img-pc {
        display: none !important;
    }

    .i-img-sp {
        display: inline-block !important;
    }
}

#interview.hero2 {
    height: 700px;
    background-size: cover;
    position: relative;
    background-position: center;
    background-attachment: fixed;
    scale: 1;
    background-repeat: no-repeat;
}

#interview.hero2.envpage {
    min-height: auto;
}

@media screen and (max-width: 767px) {
    #interview.hero2 {
        height: 93vw;
        background-repeat: no-repeat;
        background-position: left center;
        background-size: cover;
        background-position: left top;
        position: relative;
        background-attachment: fixed;
        min-height: auto;
        scale: 1.05;
        min-height: 430px;
    }
}

#interview .breadcrumb1 {
    margin: 0 auto;
    padding-top: 40px;
    color: #FFF;
}

@media screen and (max-width: 767px) {
    #interview .breadcrumb1 {
        margin: inherit;
        padding: 15px 20px 15px 20px;
        width: auto;
    }
}

#interview .hero2_label {
    text-shadow: none;
    font-weight: normal;
    font-size: 100%;
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    #interview .hero2_label {
        margin-top: 0;
    }

    #interview .hero2_label {
        margin-top: 0;
    }
}

#interview .hero2_label .m-sub {
    font-size: 480%;
    display: block;
}


#interview .hero2_label .m-main {
	color: #444444;
    font-size: 240%;
    display: inline-block;
    background: #ddd7cd;
    padding: 1px 12px 2px;
    font-family: "source-han-serif-japanese", serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    #interview .hero2_label .m-sub {
        font-size: 240%;
        display: block;
        color: #FFF;
        font-weight: 300;
    }

    #interview .hero2_label .m-main {
        font-size: 120%;
    	padding: 1px 3vw 2px;
    }
}

#interview .breadcrumb1 a {
    color: #FFF;
}

#interview .hero2_label {
    display: block;
}

#interview .hero2_inner>p {
    font-family: "source-han-serif-japanese", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 360%;
    color: #FFF;
    width: 1200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    line-height: 1.8;
}

@media screen and (max-width: 767px) {
    #interview .hero2_inner>p {
        position: relative;
    }

    #interview .hero2_inner>p {
        width: 90%;
        font-size: 180%;
        position: absolute;
        transform: none;
        top: auto;
        left: auto;
        bottom: 45px;
        height: calc(18px * 1.8 * 3);
    }
}

.hero-recruit-bottom {
    width: 100%;
    background: #ddd7cd;
    color: #000000;
    padding: 90px 0;
    position: relative;
}

@media screen and (max-width: 767px) {
    .hero-recruit-bottom {
        padding: 3vw 0;
    }
}

.hero-recruit-bottom .hero-recruit-name {
    position: absolute;
    top: 0;
    left: 0;
}

.hero-recruit-bottom p {
    width: 1200px;
    margin: 0 auto;
    font-size: 160%;
    font-weight: normal;
}

.hero-recruit-bottom p.int-profile {
    font-size: 150%;
}

@media screen and (max-width: 767px) {
    .hero-recruit-bottom p {
        width: auto;
        font-size: 120%;
        padding: 0 20px;
    }

    .hero-recruit-bottom p.int-profile {
        font-size: 12px;
        font-weight: 300;
    }

    .hero-recruit-bottom p:last-child {
        padding-bottom: calc(3em*1.5);
    }
}

.hero-recruit-bottom p.hero-rb-title {
    font-family: "source-han-serif-japanese", serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 15px;
    position: relative;
    line-height: 1.8;
    font-size: 180%;
}

@media screen and (max-width: 767px) {
    .hero-recruit-bottom p.hero-rb-title {
        margin-bottom: 0;
    }

    .hero-recruit-bottom p.hero-rb-title .hero-rb-title-sub {
        padding-top: 80px;
        padding-bottom: 10px;
        display: block;
        /* margin-left: 10px; */
        line-height: 2;
        font-size: 15px;
    }
}

.hero-recruit-bottom p.hero-rb-title img {
    position: absolute;
    top: -130px;
}

@media screen and (max-width: 767px) {
    .hero-recruit-bottom p.hero-rb-title img {
        position: absolute;
        top: -40px;
        width: 50%;
        display: block;
        margin-bottom: 0.5em;
        /* margin-left: 0.5em; */
    }
}

.recruit-image-left,
.recruit-image-right {
    display: flex;
    background-color: #FFF;
}

.recruit-image-left>div,
.recruit-image-right>div {
    width: 50%;
    box-sizing: border-box;
    /* max-height: 200px; */
}
@media screen and (max-width: 767px) {

    .recruit-image-left,
    .recruit-image-right {
        display: block;
    }

    .recruit-image-left>div,
    .recruit-image-right>div {
        width: 100%;
        box-sizing: border-box;
    }
}

.recruit-image-left>div>img,
.recruit-image-right>div>img {
    width: 100%;
}

.recruit-image-right>div:nth-child(1) {
    padding: 0 60px 90px 150px;
}

.message-section-01.recruit-image-right>div {
    padding: 0;
}
.recruit-image-left>div:nth-child(2) {
    padding: 0 150px 90px 60px;
}

@media screen and (max-width: 767px) {
    .recruit-image-right>div:nth-child(1),
    .recruit-image-left>div:nth-child(2) {
        padding: 0;
    }

    .recruit-image-left>div:nth-child(2) {
        margin-top: 50px;
    }
}

.recruit-image-title {
    font-size: 240%;
    font-family: "source-han-serif-japanese", serif;
    font-weight: 500;
    font-style: normal;
    padding: 50px 0;
    border-top: 3px solid #b5afa4;
}
.message-section-01 .recruit-image-title{
	border-top: 3px solid #ddd7cd;
}
@media screen and (max-width: 767px) {
    .recruit-image-right>div:has(>p.recruit-image-title) {
        margin-top: 50px;
    }

    .recruit-image-title {
        font-size: 180%;
        padding: 40px 0;
        border-top: 3px solid #b5afa4;
        margin: 50px 20px 0;
        font-weight: bold;
    }

}

.recruit-image-title+p,
.recruit-text-title+p {
    font-size: 160%;
    line-height: 1.6;
}

.hero-recruit-bottom p {
    line-height: 1.6;
}


@media screen and (max-width: 767px) {
    .recruit-image-title+p {
        font-size: 120%;
        margin: 0 20px 40px;
    }
}



.recruit-text-all {
    width: 1200px;
    margin: 0 auto 0;
    background-color: #FFF;
}

@media screen and (max-width: 767px) {
    .recruit-text-all {
        width: 100%;
    }
}

.recruit-image-all,
.recruit-image-all img {
    width: 100%;
}

.recruit-text-title {
    font-size: 240%;
    font-family: "source-han-serif-japanese", serif;
    font-weight: 500;
    /* font-style: normal; */
    margin-bottom: 50px;
    white-space: nowrap;
    display: flex;
    justify-content: end;
    align-items: center;
    box-sizing: border-box;
    padding-right: 1em;
}

.recruit-text-title::after {
    content: "";
    height: 3px;
    width: 100%;
    background: #b5afa4;
    display: flex;
    margin-left: 3%;
}

@media screen and (max-width: 767px) {
    .recruit-text-title {
        display: block;
        padding-right: 0;
        font-size: 180%;
        padding: 35px 0;
        border-top: 3px solid #b5afa4;
        margin: 0 1em;
        font-weight: 700;
    }

    .recruit-text-title::after {
        display: none;
    }
}


@media screen and (max-width: 767px) {
    .recruit-text-title+p {
        margin: 0 20px;
        font-size: 120%;
    }
}

.rec-mt {
    margin-top: 150px;
}

@media screen and (max-width: 767px) {
    .recruit-text-title {
        margin: 0 1em;
        font-size: 180%;
        align-items: revert;
        /* font-weight: 600; */
        white-space: initial;
        padding: 35px 0;
    }

    .rec-mt {
        margin-top: 50px;
    }
}

/* env pages */
.hero2.-csr.-rnHero2 {
    display: block;
}

.hero2.-csr.-rnHero2::before {
    background-image: url(/rec-env/images/rec-env-top%402x.png);
}

.rec-env-nav {
    width: 1200px;
    margin: 80px auto 80px;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .rec-env-nav {
        width: auto;
    }
}

.rec-env-nav .rec-env-anc {
    border: 1px solid #ddd7cd;
    width: 284px;
}

.rec-env-nav .rec-env-anc .rec-env-inner {
    padding: 20px 30px 10px;
}

.rec-env-nav .re-nav-icon>img {
    width: auto;
    height: 60px;
}

.rec-env-nav .rec-nav-title {
    font-size: 380%;
    font-weight: 300;
    color: #312b47;
}

.rec-env-nav .rec-nav-arrow {
    background: #ddd7cd;
    width: 100%;
    color: #444444;
    font-size: 210%;
    font-family: "source-han-serif-japanese", serif;
    font-weight: 400;
    font-style: normal;
    padding: 10px 0 15px;
}

.rec-env-nav .rec-nav-arrow::after {
    content: "";
    width: 100%;
    height: 10px;
    display: block;
    text-align: center;
    background-image: url(/icon-arrow-orange%402x.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-top: 5px;
}

.rec-env-content-wrap {
    padding-bottom: 60px;
}

.rec-env-content-wrap:nth-child(even) {
    width: 100%;
    background: #f4f0e9;
}

.rec-env-content-wrap:nth-child(odd) {
    width: 100%;
    background: #FFF;
}

.rec-env-content-wrap .rec-env-content {
    width: 1200px;
    margin: auto;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .rec-env-content-wrap .rec-env-content {
        width: auto;
    }
}

.rec-env-c-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 70px 0 60px;
}

.rec-env-c-title .rec-env-c-left {
    width: 50%;
}

.rec-env-c-title .rec-env-c-left p:first-child {
    font-size: 570%;
    margin-bottom: 0;
    font-weight: 200;
    margin-bottom: 10px;
    color: #312b47;
}

.rec-env-c-title .rec-env-c-left p:last-child {
    font-size: 210%;
    width: 100%;
    background: #ddd7cd;
    color: #444444;
    padding-left: 0.5em;
    box-sizing: border-box;
    font-family: "source-han-serif-japanese", serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 0;
}

.rec-env-c-title .rec-env-c-left p {
    font-family: "Noto Sans JP", sans-serif;
}

.rec-env-c-title .rec-env-c-icon {
    margin-top: calc(1em * 1.6);
    position: relative;
    z-index: 3;
	display: none;
}

.rec-env-c-title .rec-env-c-icon::after {
    border-radius: 100px;
    background: #FFF;
    text-align: center;
    display: block;
    /* content: ""; */
    width: 100px;
    height: 100px;
    position: absolute;
    top: -22px;
    right: 0;
    z-index: 2;
}

.rec-env-c-title .rec-env-c-icon img {
    width: auto;
    height: 100px;
    z-index: 3;
    position: absolute;
    /* padding-right: 10px; */
    right: 4px;
    top: -30px;
}

.rec-env-content p {
    font-size: 160%;
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 1.6;
}

.rec-env-content p>a {
    display: block;
    color: #ef5d2c;
    background-image: url(https://dinos-corp.co.jp/rec-env/images/rec-env-arrow%402x.png);
    background-repeat: no-repeat;
    background-size: 1em;
    background-position: center left;
    padding-left: 1.5em;
}

.rec-env-content p>a:hover {
    opacity: .5;
}


.rec-env-content p.rec-env-c-main-head {
    font-size: 300%;
    font-family: "source-han-serif-japanese", serif;
    margin-bottom: 30px;
    font-weight: 500;
    padding-top: 20px;
}

.rec-env-content p.rec-env-c-main-head:first-child {
    padding-top: 0;
}

@media screen and (max-width: 767px) {
    .rec-env-content p.rec-env-c-main-head:first-child {
        padding-top: 20px;
    }
}

.rec-env-content p.rec-env-c-middle-head {
    font-size: 210%;
    font-weight: bold;
    margin-bottom: 10px;
}

.rec-env-pc3sp2 {
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .rec-env-pc3sp2 {
        margin-bottom: 70px;
    }
}

.rec-env-pc3sp2 ul {
    flex-wrap: wrap;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.rec-env-pc3sp2 ul li {
    width: calc(33.5% - 4px);
    margin-bottom: calc(1% - 9px);
}

.rec-env-pc3sp2 ul li:nth-child(9) {
    height: 1%;
}

.rec-env-pc3sp2 ul li img {
    width: 100%;
}

.rec-env-pc3sp2 ul::after {
    display: block;
    content: "";
    width: calc(33.3333333% - 3px);
}

#interview.hero2.envpage {
    background-size: 2000px 450px;
    background-repeat: no-repeat;
    background-position: top center;
    height: 375px;
}

#interview.hero2.envpage .hero2_inner {
    height: auto;
}

@media screen and (max-width: 767px) {

    #WORKSTYLE,
    #WELFARE,
    #DIVERSITY {
        padding-bottom: 60px;
    }

    #interview.hero2.envpage {
        height: 50vw;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top 0 center;
    }

    #interview.envpage .breadcrumb1 {
        margin-bottom: 10px;
        padding-top: 20px;
        padding-bottom: 0;
    }
}

#message .breadcrumb1 {
    margin: 0 auto;
    padding-top: 20px;
}

#message .breadcrumb1 a {
    color: #FFF;
}

#message.hero2 {
    position: fixed;
    padding-top: 800px;
}

#message .hero2_inner {
    display: block;
    height: 100%;
    width: 1200px;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    #message .hero2_inner {
        width: auto;
    }
}

#message .hero2_label {
    display: inline-block;
    margin-top: 80px;
}

#message .hero2_label::before {
    content: 'MESSAGE';
    display: block;
}

/* message page */
#message {
    position: fixed;
    top: 70px;
    width: 100%;
    height: calc(100vh - 70px);
    z-index: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

#message-black {
    position: fixed;
    top: 70px;
    width: 100%;
    height: calc(100vh - 70px);
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
}

@media screen and (max-width: 767px) {
    #message {
        top: 30px;
        height: 100vh;
    }

    #message-black {
        top: 30px;
        height: 100vh;
    }
}

.l-main,
.l-footer {
    position: relative;
    z-index: 1;
}

.js-top-blank {
    width: 100%;
    height: 70px;
    background: #FFF;
    position: fixed;
    top: 0;
    z-index: 3;
}

@media screen and (max-width: 767px) {
    .js-top-blank {
        width: 100%;
        height: 30px;
        background: #FFF;
        position: fixed;
        top: 0;
        z-index: 3;
    }
}

.message-hero,
.message-hero a {
    color: #FFF;
}

.message-hero .breadcrumb1 {
    margin-top: 40px;
    margin-bottom: 50px;
}

.message-hero.hero2 {
    height: 900px;
}

@media screen and (max-width: 767px) {
    .message-hero .breadcrumb1 {
        margin-top: 15px;
        margin-left: 15px;
        overflow: initial;
        width: auto;
        margin-bottom: auto;
    }

    .message-hero.hero2 {
        height: 100vh;
    }
}

.message-hero .hero2_inner,
.message-hero .hero2_label {
    display: block;
    text-shadow: none;
}

@media screen and (max-width: 767px) {
    .message-hero .hero2_inner {
        height: auto;
    }
}

.message-hero .hero2_label span {
    display: block;
    width: fit-content;
    background: #ddd7cd;
}

.message-hero .hero2_label span.m-sub {
    display: block;
    width: fit-content;
    background: none;
    font-size: 160%;
    font-weight: normal;
}

.message-hero .m-catch {
    font-family: "source-han-serif-japanese", serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 300px;
    /* position: absolute; */
    /* bottom: 150px; */
}

.message-hero .m-catch .m-lead {
    font-size: 480%;
}

.message-hero .m-catch>div span:first-child {
    font-size: 160%;
}

.message-hero .m-catch>div span:last-child {
    font-size: 240%;
    margin-left: 1em;
    margin-bottom: 1em;
    display: inline-block;
}

@media screen and (max-width: 767px) {

    .message-hero .hero2_label span.m-sub,
    .message-hero .hero2_label span.m-main {
        color: #FFF;
    }

    .message-hero .m-catch .m-lead {
        font-size: 240%;
    }

    .message-hero .m-catch {
        /* margin-top: 60vw; */
        position: absolute;
        bottom: 200px;
        margin-top: auto;
    }

}

.message-hero .hero2_label span.m-main {
	color: #444444;
    font-family: "source-han-serif-japanese", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 80%;
}

.message-section-01 {
    color: #FFF;
    width: 1200px;
    margin: 0 auto 220px;
    background: transparent;
}
.message-section-01 .recruit-image-title,
.message-section-02 .recruit-text-title,
.message-section-03 .recruit-text-title,
.message-section-04 .recruit-text-title {
    font-size: 300%;
}

@media screen and (min-width: 768px) {
    .message-section-01 .recruit-image-title,
    .message-section-03 .recruit-text-title,
    .message-section-04 .recruit-text-title {
        font-weight: 600;
    }
}

@media screen and (max-width: 767px) {
    .message-section-01 {
        width: auto;
        margin-bottom: 60px;
    }
    .message-section-01 .recruit-image-title,
    .message-section-02 .recruit-text-title,
    .message-section-03 .recruit-text-title,
    .message-section-04 .recruit-text-title {
        font-size: 180%;
        padding-top: 35px;
    }
}

.message-section-01 .recruit-image-right>div:nth-child(1) {
    padding: 0;
    width: 100%;
}

.message-section-02 {
    background: #ddd7cd;
}

.message-section-02>p {
    width: 1200px;
    height: 460px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .message-section-02>p {
        width: auto;
    }
}

.message-section-02>p>img {
    position: absolute;
    top: -80px;
}

@media screen and (max-width: 767px) {
    .message-section-02>p {
        height: auto;
    }

    .message-section-02>p>img {
        position: relative;
        top: 0;
        width: 100%;
    }
}

.message-section-03 {
    background: #FFF;
    padding-top: 160px;
    padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
    .message-section-03 {
        padding-top: 50px;
        padding-bottom: 0px;
    }
}

.message-section-04 {
    padding-top: 80px;
    padding-bottom: 20px;
    background-image: url(https://dinos-corp.co.jp/recruit/careers/message/2025/m-interview-02.jpg);
    height: 890px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.message-section-04 .message.recruit-text-all {
    background: none;
    color: #FFF;
    padding-top: 560px;
}

@media screen and (max-width: 767px) {
    .message-section-04 {
        background: #FFF;
        height: auto;
        padding-bottom: 50px;
        padding-top: 70px;
    }

    .message-section-04>div>img {
        width: 100%;
    }

    .message-section-04 .message.recruit-text-all {
        padding-top: 50px;
        color: #000;
    }
}

.message-section-05 {
    height: 850px;
    background-image: url(https://dinos-corp.co.jp/recruit/careers/message/2025/m-interview-03.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
}

.message-section-05>p {
    width: 1200px;
    height: 850px;
    margin: 0 auto;
    text-align: right;
    color: #FFF;
    font-size: 160%;
    position: relative;
}

@media screen and (max-width: 767px) {
    .message-section-05 {
        background-image: url(https://dinos-corp.co.jp/recruit/careers/message/2025/m-interview-03-sp%402x.jpg);
        background-color: #FFF;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top center;
        position: relative;
        /* margin-top: 20px; */
        overflow: hidden;
        height: 133.5vw;
    }

    .message-section-05>p {
        width: max-content;
        height: auto;
        position: absolute;
        bottom: 10%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
}

.message-section-05>p>span {
    position: absolute;
    width: fit-content;
    display: block;
    right: 0;
    bottom: 80px;
    background: rgba(0, 0, 0, 0.3);
    padding: 0.5em 1em;
    border: 1px solid #FFF;
    cursor: pointer;
    opacity: 0.7;
}

.message-section-05>p>span:hover {
    opacity: 1;
    transition: 0.5s;
}

.message-section-05>p>span>img {
    margin-left: 0.5em;
    vertical-align: middle;
    margin-top: -0.3em;
}

@media screen and (max-width: 767px) {
    .message-section-05>p>span {
        position: relative;
        bottom: 0;
        width: fit-content;
        text-align: center;
        width: auto;
        height: auto;
    }
}

#message .breadcrumb1 {
    margin-top: 0;
    padding-top: 40px;
}

.message.recruit-text-all {
    background: #FFF;
}

#m-modal-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50vw;
    text-align: center;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.8);
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#m-modal-area.m-hide {
    display: none;
}

#m-modal-area>div.m-modal-title {
    font-family: "source-han-serif-japanese", serif;
    font-size: 200%;
    color: #FFF;
    margin-bottom: 2em;
}

#m-modal-area.m-show {
    display: flex;
    animation: slidein 1s;
}

@keyframes slidein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


@media screen and (max-width: 767px) {

    #m-modal-area.m-show {
        display: flex;
        height: 126.5vw;
        /* padding-top: 12vw; */
    }

}

#m-modal-area>img {
    width: 677px;
    height: auto;
}

#m-modal-area>div {
    width: 1200px;
    margin: 0 auto;
}

#m-modal-area>div:last-child {
    /* margin-top: 130px; */
    color: #FFF;
    font-size: 160%;
    vertical-align: text-bottom;
    text-align: right;
    width: 1200px;
    right: 80px;
    top: -16px;
    position: relative;
}

#m-modal-area>div:last-child span {
    padding: 0.5em 1em;
    cursor: pointer;
    background: none;
}

#m-modal-area>div:last-child img {
    vertical-align: middle;
    margin-left: 0.5em;
}

@media screen and (max-width: 767px) {
    #m-modal-area>div>img {
        width: 90%;
        height: auto;
    }

    #m-modal-area>div {
        width: auto;
    }

    #m-modal-area>div:last-child {
        width: 100%;
        margin-top: 30px;
        /* margin-right: 12.5vw; */
        /* position: absolute; */
        /* bottom: 150px; */
        text-align: center;
        right: 0;
        top: 0;
    }

    #m-modal-area {
        background-color: rgba(0, 0, 0, 0.8);
    }
}

/* jobandpeople page */
#jobandpeople {
    height: 750px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
    #jobandpeople {
        height: 120vw;
        background-size: contain;
        background-repeat: no-repeat;
    }
}

#jobandpeople .breadcrumb1 {
    margin-top: 0;
    padding-top: 40px;
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    #jobandpeople .breadcrumb1 {
        margin-top: 0;
        padding-top: 1em;
        padding-left: 1em;
        width: auto;
    }

    #jobandpeople .hero2_label {
        color: #FFF;
        margin-top: 0;
    }
}

#jobandpeople .hero2_label {
    display: block;
    text-shadow: none;
    font-size: 240%;
}

#jobandpeople .hero2_inner {
    display: block;
}

@media screen and (max-width: 767px) {
    #jobandpeople .hero2_label {
        font-size: 180%;
    }

    #jobandpeople .hero2_inner {
        padding: 0;
        margin: 0 20px;
        height: auto;
    }
}

#jobandpeople .jobandpeople-catch {
    color: #FFF;
    font-size: 800%;
    font-weight: normal;
    /* padding-top: 1.5em; */
    margin: 0 auto;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 550px;
    font-weight: 300;
	font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
    #jobandpeople .jobandpeople-catch {
        font-size: 500%;
        display: block;
        height: auto;
        padding-top: 25%;
        line-height: 1.1;
    }
}

.jobandpeople-title {
    position: absolute;
    z-index: 100;
}

.jobandpeople-title span:nth-child(1) {
    font-size: 570%;
    font-weight: 300;
    display: block;
    color: #312b47;
}

.jobandpeople-title span.f-white {
    color: #FFF;
}

.jobandpeople-title span:nth-child(2) {
    display: inline-block;
    font-size: 260%;
    background-color: #ddd7cd;
    color: #444444;
    line-height: 1;
    padding-left: 0;
    padding-right: 0;
/*    font-family: "source-han-serif-japanese", serif;*/
    font-weight: 400;
    font-style: normal;
    padding: 0.15em;
}

.jobandpeople-section-inner {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

@media screen and (max-width: 767px) {
    .jobandpeople-title span:nth-child(1) {
        font-size: 360%;
        font-weight: normal;
        display: block;
        color: #FFF;
        text-align: center;
    }

    .jobandpeople-title span:nth-child(2) {
        font-size: 120%;
        padding-left: 0.25em;
        padding-right: 0.25em;
    }

    .jobandpeople-section-inner {
        width: auto;
    }
	.jobandpeople-section-04 .jobandpeople-section-inner{
		margin: 0 20px;
	}
}

.jobandpeople-section-01 {
    background: linear-gradient(180deg, #FFF 0%, #FFF 50%, #ddd7cd 50%, #ddd7cd 100%);
}

.jobandpeople-section-01 .jobandpeople-title {
    top: calc(80px - 1em);
}

.jobandpeople-section-01-image {
    width: 100%;
    height: auto;
    text-align: right;
    padding: 140px 0;
}

@media screen and (max-width: 767px) {
    .jobandpeople-section-01-image {
        width: 100%;
        height: auto;
        text-align: center;
        padding: 140px 0;
    }

    .jobandpeople-section-01-image.js-parallax {
        width: 90%;
        margin: 0 auto;
        padding: 160px 0;
        padding-top: 160px;
    }
}

.jobandpeople-section-01-image img {
    width: 700px;
    height: auto;
    /* margin-top: 5%; */
}

@media screen and (max-width: 767px) {
    .jobandpeople-section-01 .jobandpeople-title {
        width: 100%;
        text-align: center;
    }

    .jobandpeople-section-01-image img {
        width: 90%;
        margin: 0 auto;
    }
}

.jobandpeople-section-01 p:last-child {
    position: absolute;
    color: #444444;
    top: calc(50% + 1em);
    left: 0;
    font-size: 360%;
/*    font-family: "source-han-serif-japanese", serif;*/
    font-weight: 400;
    font-style: normal;
}

@media screen and (max-width: 767px) {
    .jobandpeople-section-01 p:last-child {
        font-size: 170%;
        bottom: 40px;
        top: auto;
        text-align: center;
        padding: 0 10px;
    }

    .jobandpeople-section-01 p:last-child br {
        display: none;
    }
}

.jobandpeople-section-02 {
    background-image: url(https://dinos-corp.co.jp/recruit/careers/jobandpeople/rec-car-section2025-02%402x.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 900px;
}

.jobandpeople-section-02 .jobandpeople-title {
    color: #FFF;
    padding: 80px 0;
}

.jobandpeople-section-02 .button-area {
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: absolute;
}
.jobandpeople-section-02 .button-area a{
	display: block;
	margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
    .jobandpeople-section-02 .button-area {
        width: 100%;
    }
}

.jobandpeople-section-02 .button-area a div {
    width: 598px;
    background: #FFF;
    box-sizing: border-box;
	padding-bottom: 30px;
/*    margin-bottom: 80px;
    background-repeat: no-repeat;
    background-position: top calc(50% - 15px) right 20px;
    background-size: 70px;*/
}

.jobandpeople-section-02 .button-area a div p:first-child,
.jobandpeople-section-02 .button-area a div p:last-child {
    text-align: center;
    font-weight: normal;
}

.jobandpeople-section-02 .button-area a div p:first-child {
    font-size: 420%;
	line-height: 1.65;
    padding-top: 23px;
    font-weight: 300;
    color: #444444;
}

.jobandpeople-section-02 .button-area a div p:last-child {
    font-size: 240%;
/*    font-family: "source-han-serif-japanese", serif;*/
    font-weight: 400;
    font-style: normal;
    background-color: #ddd7cd;
    color: #444444;
    width: 300px;
	height: 36px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .jobandpeople-section-02 .button-area a {
        width: calc(100% - 40px);
        margin: 0 auto 0;
    }

    .jobandpeople-section-02 .button-area a div {
        width: 100%;
        margin: 0 auto 4px;
    }

    .jobandpeople-section-02 .button-area a div p:first-child {
        font-size: 320%;
        padding-top: 10px;
        font-weight: 400;
    }

    .jobandpeople-section-02 .button-area a div p:last-child {
        font-size: 120%;
    }

/*    .jobandpeople-section-02 .button-area a div p:first-child,
    .jobandpeople-section-02 .button-area a div p:last-child {
        padding-left: 10px;
    }*/
    .jobandpeople-section-02 .button-area a div p:last-child {
		line-height: 2;
        height: auto;
		width: 50vw;
	}
    .jobandpeople-section-02 .button-area a div {
        background-size: 40px;
        background-position: top calc(50% - 8px) right 20px;
	    padding-bottom: 3vw;
    }

    .jobandpeople-section-02 {
        height: auto;
        position: relative;
        padding-bottom: 40px;
    }

    .jobandpeople-section-02 .button-area {
        position: relative;
        top: 0;
    }
}
/*
.jobandpeople-section-02 .button-area a:nth-child(1) div {
    background-image: url(https://dinos-corp.co.jp/rec-env/images/rec-env-icon-01%402x.png);
}

.jobandpeople-section-02 .button-area a:nth-child(2) div {
    background-image: url(https://dinos-corp.co.jp/rec-env/images/rec-env-icon-02%402x.png);
}

.jobandpeople-section-02 .button-area a:nth-child(3) div {
    background-image: url(https://dinos-corp.co.jp/rec-env/images/rec-env-icon-03%402x.png);
}

.jobandpeople-section-02 .button-area a:nth-child(4) div {
    background-image: url(https://dinos-corp.co.jp/rec-env/images/rec-env-icon-04%402x.png);
}
*/
@media screen and (max-width: 767px) {
    .jobandpeople-section-02 .button-area a:nth-child(4) div {
        margin-bottom: 40px;
    }
}

.jobandpeople-section-03 {
    height: 1780px;
}

.jobandpeople-section-03 .jobandpeople-title {
    padding: 80px 0;
}

.jobandpeople-section-03 .members {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.jobandpeople-section-03 .members>a>div {
    position: relative;
    margin-bottom: 80px;
    z-index: 2;
}

.jobandpeople-section-03 .members p:first-child {
    position: relative;
    z-index: 2;
}

.jobandpeople-section-03 .members>a>div::after {
    display: block;
    border-top: 2px solid #e3e2e9;
    content: "";
    width: 100vw;
    height: 740px;
    position: absolute;
    top: 50px;
    z-index: 1;
}

.jobandpeople-section-03 .members>a:nth-last-child(even)>div::after {
    border-right: 2px solid #e3e2e9;
    right: -120px;
}

.jobandpeople-section-03 .members>a:nth-last-child(odd)>div::after {
    left: -120px;
}

.jobandpeople-section-04 {
    padding-bottom: 160px;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
    .jobandpeople-section-03 .members>a>div {
        margin-bottom: 35px;
    }

    .jobandpeople-section-03 .members>a:last-child>div {
        margin-bottom: 50px;
    }

    .jobandpeople-section-03 .members>a:nth-last-child(even)>div::after {
        border-right: none;
        left: -50vw;
        width: 200vw;
    }

    .jobandpeople-section-03 .members>a:nth-last-child(odd)>div::after {
        left: -50vw;
        width: 200vw;
    }
}

.jobandpeople-section-03 .members p:first-child img {
    width: 484px;
}

.jobandpeople-section-03 .members p:nth-child(2) {
    position: absolute;
    bottom: 5em;
    left: 1em;
    z-index: 2;
    line-height: 0;
}

.jobandpeople-section-03 .members p:nth-child(2) img {
    height: 30px;
    width: auto;
}

.jobandpeople-section-03 .members p.member004 {
    bottom: 4em;
}

.jobandpeople-section-03 .members p.member004 img {
    height: 36px;
    width: auto;
}

.jobandpeople-section-03 .members p:nth-child(3) {
    background-color: #ddd7cd;
    color: #444444;
    font-size: 160%;
    padding: 1em 0.5em;
    position: relative;
    z-index: 1;
}

.jobandpeople-section-02 .jobandpeople-title,
.jobandpeople-section-03 .jobandpeople-title,
.jobandpeople-section-04 .jobandpeople-title {
    position: relative;
}

@media screen and (max-width: 767px) {
    .jobandpeople-section-02 .jobandpeople-title,
    .jobandpeople-section-03 .jobandpeople-title,
    .jobandpeople-section-04 .jobandpeople-title {
        text-align: center;
        padding: 50px;
    }
    .jobandpeople-section-04 .jobandpeople-title{
		padding-bottom: 25px;
	}
    .jobandpeople-section-01 .jobandpeople-title span:nth-child(1),
    .jobandpeople-section-03 .jobandpeople-title span:nth-child(1),
    .jobandpeople-section-04 .jobandpeople-title span:nth-child(1) {
        color: #000;
    }

    .jobandpeople-section-01 .jobandpeople-title {
        top: 30px;
    }

    .jobandpeople-section-03 {
        height: auto;
		overflow: hidden;
    }

    .jobandpeople-section-03 .members {
        margin: 0 6em;
        display: block;
        /* flex-wrap: initial; */
    }

    .jobandpeople-section-03 .members p:first-child img {
        width: 100%;
    }

    .jobandpeople-section-03 .members p:nth-child(3) {
        font-size: 110%;
        margin-top: -1px; /* for 1px blank */
    }

    .jobandpeople-section-03 .members p:nth-child(2) {
        bottom: 32px;
        left: 0.5em;
        line-height: 0;
    }

    .jobandpeople-section-03 .members p:nth-child(2) img {
        height: 18px;
        image-rendering: -webkit-optimize-contrast;
        line-height: 0;
    }
}

.js-parallax {
    padding-top: 5vw;
}

.fade-in-element.g-right,
.fade-in-element.g-left {
    opacity: 0;
    transform: translateX(-100%);
}

.fade-in-element.g-center {
    opacity: 0;
    transform: translateY(100%);
}

#interview .hero2_inner>p {
    display: none;
}

.g-name {
    opacity: 0;
    transform: translateX(-100%);
}

.eyecatch {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    z-index: -1;
}

.eyecatch img {
    width: 100%;
}