@charset "UTF-8";

.sectiontitle__tp2 {
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 2.5em;
    font-size: 20px;
    font-size: .2rem;
}

.sectiontitle__tp3 {
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 1em;
    font-size: 20px;
    font-size: .2rem;
}

.sectiontitle__tp4 {
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 2em;
    font-size: 20px;
    font-size: .2rem;
}

.sectiontitle__tp5 {
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 1.5em;
    font-size: 15px;
    font-size: .15rem;
}

.sectiontitle__tp6 {
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 1.5em;
    font-size: 18px;
    font-size: .18rem;
}

.sectiontitle__tp1.has-line {
    margin-bottom: 10px
}

.sectiontitle__tp2.has-line {
    margin-bottom: 15px
}

.sectiontitie__line {
    font-weight: bold
}

@media screen and (max-width: 739px) {
    .sectiontitle__tp1 .sectiontitle__main,.sectiontitle__tp1 .sectiontitle__sub {
        display:block
    }

    .sectiontitle__tp1 .sectiontitle__main {
        margin-bottom: 8px
    }

    .sectiontitie__line {
        font-size: 13px;
        font-size: .13rem;
        margin-bottom: 40px
    }
}

@media screen and (min-width: 740px) {
    .sectiontitle__tp1 .sectiontitle__main,.sectiontitle__tp1 .sectiontitle__sub {
        display:inline-block
    }

    .sectiontitie__line {
        font-size: 15px;
        font-size: .15rem;
        margin-bottom: 45px
    }
}


:where(.recruit-section) {
  letter-spacing: 0.05em;
  font-size: 0.15rem;
  text-align: justify;
  line-height: 1.5;
}
:where(.recruit-section) p {
  margin: 0 0 2em 0;
}
.lh18 {
    line-height: 1.8;
}
.text-red {
    color: #960600
}

.text-white {
    color: #fff
}
.text-underline {
    text-decoration: underline;
}
.link-blue {
    color: #135E96;
    font-weight: 600;
    text-decoration: underline;
    transition: all 0.25s;
}
.link-blue:hover {
    opacity: 0.7;
} 

@media screen and (max-width: 739px) {
  :where(.recruit-section) {
    letter-spacing: 0.05em;
    font-size: 0.14rem;
    text-align: left;
  }
    .show-pc {
        display:none
    }

    .box-border-red {
        padding: 24px
    }

    .mt-large {
        margin-top: 48px
    }

    .mb-large {
        margin-bottom: 48px
    }
}
@media screen and (min-width: 740px) {
    .show-sp {
        display:none
    }
    .text-right-pc {
        text-align: right !important
    }
    .box-border-red {
        padding: 32px
    }

    .mt-large {
        margin-top: 60px
    }

    .mb-large {
        margin-bottom: 60px
    }
}


:where(.recruit-section) table {
    border-collapse: collapse;
    font-size: 15px;
    font-size: .15rem;
    width: 100%;
    line-height: 1.66;
    margin-bottom: 50px
}

:where(.recruit-section) table th {
    font-weight: bold;
    text-align: left
}

@media screen and (max-width: 739px) {
    :where(.recruit-section) table th,table td {
        display:block
    }

    :where(.recruit-section) table th {
        border-bottom: 1px solid #000;
        padding: 28px 0 18px 0
    }

    :where(.recruit-section) table td {
        border-bottom: 1px solid #C7C7C7;
        padding: 28px 0 18px 0;
        text-align: justify
    }
}

@media screen and (min-width: 740px) {
    :where(.recruit-section) table th {
        border-bottom:1px solid #000;
        padding: 28px 0 18px 0;
        width: 145px;
        vertical-align: top
    }

    :where(.recruit-section) table th.noborder {
        border-bottom: 1px solid #C7C7C7
    }

    :where(.recruit-section) table td {
        border-bottom: 1px solid #C7C7C7;
        padding: 28px 0 18px 16px
    }
    .table-recruit__noborder .table-recruit__block {
        padding-top: 0;
    }
}




.recruit-section__inner {
    background: #f9f9f9;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.07), 0px 0px 0px 1px rgba(0,0,0,0.05)
}

.recruit-section__header {
    border-top: 1px solid #404040;
    border-bottom: 1px solid #404040;
    cursor: pointer;
    font-weight: 600;
    position: relative
}

.recruit-section__header:after {
    background: url(../img/recruit/toggle-plus.svg) no-repeat center center;
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    position: absolute;
    right: 8px
}

.recruit-section__header.active:after {
    background: url(../img/recruit/icon-nav-minus.svg) no-repeat center center
}

.recruit-section__panel {
    display: none
}

.list-page--recruit {
    display: flex;
    flex-wrap: wrap
}

.list-page--recruit li {
    border-bottom: 1px solid #000;
    font-weight: bold;
    list-style-type: none;
    text-align: center
}

.list-page--recruit a {
    display: flex;
    justify-content: center;
    align-items: center
}

.list-page--recruit a:hover {
    opacity: 0.7
}

.recruit-col__item__thum {
    margin-bottom: 14px
}

.recruit-col__item__cont {
    line-height: 1.66;
    text-align: justify;
    margin-top: 1.5em
}

.recruit-welfare {
    line-height: 1.666
}

.recruit-welfare dt {
    font-weight: 600
}

.recruit-welfare dd {
    margin-bottom: 1.5em
}

.recruit-nav li {
    list-style-type: none
}

.recruit-nav a {
    background-color: #1D2F5A;
    color: #fff;
    display: flex;
    align-items: center;
    font-weight: 600;
    width: 100%;
    height: 100%;
    position: relative
}

.recruit-nav a .line {
    display: block;
    position: absolute;
    top: calc(50% - 0.5px);
    right: 0;
    height: 2px;
    transition: all 0.25s
}

.recruit-nav a .line:before {
    content: "";
    display: block;
    position: relative;
    left: 0;
    height: 2px;
    background: #fff
}

.recruit-nav a:hover .line:before {
    background: linear-gradient(to right, #fff 0%, #fff 50%, #1D2F5A 51%, #1D2F5A 100%)
}

.recruit-nav .insta a:before {
    background-image: url(../img/recruit/icon-insta-wh.svg);
    background-repeat: no-repeat;
    background-size: 17px 17px;
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    margin-right: 12px
}

.table-recruit {
    word-break: break-all
}

.table-recruit__dl dt {
    font-weight: bold
}

.table-recruit__entry a {
    display: block
}

.table-recruit__text-hl {
    display: inline-block
}

.table-recruit__text-cont {
    display: inline-block
}

.table-recruit__block {
    padding-left: 0
}

.table-recruit__sessioninfo dt {
    font-weight: bold
}

.table-recruit__sessioninfo dt:before {
    content: "▶"
}

.table-recruit-col__item {
    margin-bottom: 1.75em
}

.table-recruit-col__item__hl {
    font-weight: bold
}

.table-recruit-col__item__text dd {
    margin-left: 1em
}

.table-recruit-col__item__text .unit {
    width: 46px;
    display: inline-block
}

.table-recruit-col__item__text .salary {
    width: 130px;
    text-align: right;
    display: inline-block
}

.recruit-voice-block {
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.02)
}

.recruit-voice-block__photo {
    overflow: hidden
}

.recruit-voice-block__name {
    line-height: 1.666;
    font-weight: 600;
    letter-spacing: 0.08em
}

.recruit-voice-mv__name {
    color: #000;
    font-weight: bold
}

.recruit-voice-mv.mv03 .recruit-voice-mv__name {
    text-shadow: 0px 0px 4px rgba(255,255,255,0.81)
}

.recruit-voice-col p {
    margin-bottom: 0
}

.session-date {
    width: 170px
}

.session-tile {
    display: inline-block;
    width: 128px
}

.session-order {
    display: inline-block;
    width: 245px
}

.session-person {
    display: inline-block;
    width: 240px
}

.recruit-entry__hl {
    font-weight: bold;
    margin: 1em 0 1.5em 0
}

.requirements-link a {
    color: #960600
}

.requirements-link a:hover {
    opacity: 0.8
}

.page-session .btn-recruit a {
    background-color: #1D2F5A;
    color: #fff;
    display: flex;
    align-items: center;
    font-weight: 600;
    width: 100%;
    height: 100%;
    position: relative
}

.page-session .btn-recruit a .line {
    display: block;
    position: absolute;
    top: calc(50% - 0.5px);
    right: 0;
    height: 2px;
    transition: all 0.25s
}

.page-session .btn-recruit a .line:before {
    content: "";
    display: block;
    position: relative;
    left: 0;
    height: 2px;
    background: #fff
}

.page-session .btn-recruit a:hover .line:before {
    background: linear-gradient(to right, #fff 0%, #fff 50%, #1D2F5A 51%, #1D2F5A 100%)
}

.intern-header__hl {
    background: #000;
    border: 1px solid #707070;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center
}

.intern-header p {
    letter-spacing: 0.08em
}

/* .intern-header a {
    color: #135E96;
    font-weight: 600;
    text-decoration: underline
} */

.recruit-flyer img {
    width: 100%
}

.intern-entry__hl {
    font-weight: bold;
    margin: 0 0 1em 0
}

.intern-hl {
    border: 1px solid #000;
    font-weight: bold;
    padding: 0 1em;
    line-height: 1;
    display: flex;
    align-items: center
}

.intern-lead {
    line-height: 1.8;
    text-align: justify
}

.intern-detail__item__hl {
    font-weight: bold
}

.intern-detail__item__text {
    line-height: 1.8;
    text-align: justify
}

.recruit-career th,.recruit-career td {
    line-height: 1.8;
    letter-spacing: 0.05em
}

.recruit-career__hl {
    border: 1px solid #000;
    font-weight: bold;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 1em;
    line-height: 1;
    background-repeat: no-repeat
}

.recruit-career__hl.sekkei {
    background-image: url(../img/recruit/career-icon-sekkei.svg)
}

.recruit-career__hl.kouji {
    background-image: url(../img/recruit/career-icon-kouji.svg)
}

.career-detail {
    border-bottom: 1px solid #000
}

.career-detail__job dt {
    font-weight: bold
}

.career-detail__job dd {
    text-align: justify
}

.career-detail__genre {
    font-weight: bold;
    background-repeat: no-repeat
}

.career-detail__genre.specialist {
    background-image: url(../img/recruit/career-icon-specialist.svg)
}

.career-detail__genre.mgmt {
    background-image: url(../img/recruit/career-icon-mgmt.svg)
}

.career-detail__line {
    background: #000;
    width: 1px
}

.hr-dev li {
    border: 1px solid #B9B9B9;
    font-weight: 600;
    list-style-type: none;
    text-align: center
}

@media screen and (max-width: 739px) {
    .recruit-section {
        /* width:calc(100% - 40px); */
        margin: 0 auto 72px auto
    }

    .recruit-section__mv {
        margin: 0 auto
    }

    .recruit-section__inner {
        margin: 0 auto;
        padding: 24px 24px 48px 24px
    }

    .recruit-section__inner.top {
        padding-top: 48px
    }

    .recruit-section__header {
        font-size: 18px;
        font-size: .18rem;
        padding: 20px 8px;
        margin-bottom: 24px
    }

    .recruit-section__header:after {
        top: 28px
    }

    .recruit-section__block {
        margin-bottom: 56px
    }

    .recruit-section__block.benefit p.link-detail {
        font-size: 16px;
        font-size: .16rem
    }

    .recruit-col {
        margin-bottom: 40px
    }

    .recruit-col__item:not(:last-child) {
        margin-bottom: 24px
    }

    .recruit-col__item__thum img {
        margin: 0 auto;
        display: block
    }

    .recruit-col__item__cont {
        font-size: 14px;
        font-size: .14rem
    }

    .recruit-offer-lead {
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 56px
    }

    .recruit-offer-lead__img {
        margin-bottom: 36px
    }

    .table-recruit {
        margin-bottom: 102px;
        font-size: 14px;
        font-size: .14rem
    }

    .table-recruit td {
        padding-bottom: 24px
    }

    .table-recruit__entry {
        margin-bottom: 14px;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .table-recruit__entry__item:first-child {
        margin-bottom: 14px
    }

    .table-recruit__list dt:after {
        content: "…";
        padding-left: 6px
    }

    .table-recruit__sessioninfo dt {
        margin-bottom: 8px
    }

    .table-recruit__sessioninfo dd {
        margin-bottom: 16px
    }

    .recruit-voice-block {
        margin: 0 auto 40px auto
    }

    .recruit-voice-block__prof {
        padding: 24px
    }

    .recruit-voice-block__name {
        font-size: 13px;
        font-size: .13rem
    }

    .recruit-voice-mv {
        margin-bottom: 60px;
        position: relative
    }

    .recruit-voice-mv__name {
        margin-top: 8px
    }

    .recruit-voice-mv__name__main {
        font-size: 16px;
        font-size: .16rem
    }

    .recruit-voice-mv__name__sub {
        font-size: 13px;
        font-size: .13rem
    }

    .recruit-voice-col {
        margin: 48px 0
    }

    .recruit-voice-col__pic,.recruit-voice-col__pic2,.recruit-voice-col__pic3 {
        margin-bottom: 24px
    }

    .recruit-voice-pic {
        margin: 40px 0
    }

    .session-person {
        margin-bottom: 8px
    }

    .page-session .sectiontitle__tp2:nth-of-type(2) {
        margin-top: 64px
    }

    .page-session .list-news {
        margin-bottom: 64px
    }

    .btn-recruit {
        width: 100%;
        height: 50px;
        margin: 0 auto 80px auto;
        clear: both
    }

    .btn-recruit a {
        font-size: 13px;
        font-size: .13rem;
        padding-left: 36px
    }

    .btn-recruit a .line {
        width: 36px
    }

    .btn-recruit a .line:before {
        width: 36px
    }

    .btn-recruit a:hover .line {
        right: -18px
    }

    .recruit-bnr-mynavi {
        margin: -32px 0 50px 0
    }

    .recruit-nav {
        margin: 0 auto 36px auto;
        max-width: 340px
    }

    .recruit-nav.home {
        margin: 50px auto 80px auto
    }

    .recruit-nav li {
        width: 100%;
        height: 50px;
        font-size: 13px;
        font-size: .13rem
    }

    .recruit-nav li a .line {
        width: 36px
    }

    .recruit-nav li a .line:before {
        width: 36px
    }

    .recruit-nav li a:hover .line {
        right: -18px
    }

    .recruit-nav li:first-child {
        margin-bottom: 24px
    }

    .recruit-nav li:first-child a {
        padding-left: 24px
    }

    .recruit-nav li.insta a {
        padding-left: 12px
    }

    .recruit-nav li.insta a:before {
        margin-right: 8px
    }

    .coming-header {
        margin-bottom: 48px
    }

    .intern-header {
        margin-bottom: 48px
    }

    .intern-header__hl {
        margin-bottom: 24px;
        padding: 12px 16px;
        font-size: 18px;
        font-size: .18rem;
        flex-direction: column;
        align-items: flex-start
    }

    .intern-header__hl img {
        margin-bottom: 8px
    }

    .recruit-flyer {
        margin-bottom: 32px
    }

    .intern-hl {
        font-size: 20px;
        font-size: .2rem;
        height: 40px;
        margin-bottom: 24px
    }

    .intern-lead {
        font-size: 14px;
        font-size: .14rem;
        margin: 36px 0 42px 0
    }

    .intern-detail__item {
        margin-bottom: 24px
    }

    .intern-detail__item__hl {
        font-size: 15px;
        font-size: .15rem;
        margin-bottom: 16px
    }

    .intern-detail__item__text {
        font-size: 14px;
        font-size: .14rem
    }

    .recruit-career {
        margin: 56px 0 48px 0
    }

    .recruit-career th {
        border-top: 1px solid #000;
        font-size: 14px;
        font-size: .14rem
    }

    .recruit-career th br {
        display: none
    }

    .recruit-career th .text-sub {
        font-size: 13px;
        font-size: .13rem
    }

    .recruit-career td {
        padding: 18px 0 18px 0;
        border-bottom: 1px solid #000;
        font-size: 14px;
        font-size: .14rem
    }

    .recruit-career__hl {
        font-size: 18px;
        font-size: .18rem;
        margin-bottom: 24px;
        background-position: 8px center;
        padding-left: 56px;
        height: 44px
    }

    .recruit-career__hl.sekkei {
        background-size: 34px auto;
        padding-left: 56px
    }

    .recruit-career__hl.kouji {
        background-size: 26px auto;
        padding-left: 44px
    }

    .career-detail {
        font-size: 14px;
        font-size: .14rem;
        padding-bottom: 16px;
        margin-bottom: 16px
    }

    .career-detail dt {
        margin-bottom: 12px
    }

    .career-detail__step {
        background: url(../img/recruit/career-arrow.svg) no-repeat center center;
        background-size: 87px 10px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        height: 107px
    }

    .career-detail__line {
        height: 1px;
        width: 100%;
        margin: 1em 0
    }

    .career-detail__genre {
        font-size: 18px;
        font-size: .18rem;
        margin-bottom: 24px
    }

    .career-detail__genre.specialist {
        padding-left: 28px;
        background-size: 18px auto
    }

    .career-detail__genre.mgmt {
        padding-left: 44px;
        background-size: 34px auto
    }

    .career-detail--btm {
        margin-bottom: 56px
    }

    .hr-dev li {
        font-size: 16px;
        font-size: .16rem;
        padding: 1em 0
    }

    .hr-dev li:not(:last-child) {
        margin-bottom: 8px
    }

    .list-page--recruit {
        margin: 0 auto
    }

    .list-page--recruit li {
        font-size: 14px;
        font-size: .14rem;
        width: calc((100% - 16px) / 2)
    }

    .list-page--recruit li:nth-child(odd) {
        margin-right: 16px
    }

    .list-page--recruit a {
        padding: 12px 0
    }

    .page-recruit .list-page--recruit,.page-person .list-page--recruit,.page-career .list-page--recruit {
        margin-top: 80px
    }

    .table-recruit__top.table-add__noborder th,
    .table-recruit__top.table-add__noborder td {
        border-bottom: none;
    }

    .table-recruit__top.table-add__noborder th {
        padding-bottom: 0;
        padding-top: 0;
    }

    .table-recruit__top.table-add__noborder td {
        display: none;
    }
}

@media screen and (min-width: 740px) {
    /* .recruit-section {
        margin-bottom:162px
    } */

    /* .recruit-section__mv {
        width: 1000px;
        margin: 0 auto
    } */

    .recruit-section__inner {
        /* width: 1000px;
        margin: 0 auto; */
        padding: 48px 74px 91px 80px
    }

    .recruit-section__inner.top {
        padding-top: 70px
    }

    .recruit-section__header {
        font-size: 20px;
        font-size: .2rem;
        padding: 22px 8px;
        margin-bottom: 24px
    }

    .recruit-section__header:after {
        top: 34px
    }

    .recruit-section__block {
        margin-bottom: 56px
    }

    .recruit-section__block.benefit {
        margin-top: 72px
    }

    .recruit-section__block.benefit p.link-detail {
        font-size: 18px;
        font-size: .18rem;
    }

    .recruit-bnr-mynavi {
        margin: -32px 0 50px 0
    }

    .recruit-nav {
        display: flex;
        justify-content: space-between;
        margin: 0 auto 36px auto
    }

    .recruit-nav.home {
        margin: 50px auto 106px auto;
        width: 760px
    }

    .recruit-nav li {
        width: 360px;
        height: 50px;
        font-size: 15px;
        font-size: .15rem
    }

    .recruit-nav li a {
        padding-left: 36px
    }

    .recruit-nav li a .line {
        width: 52px
    }

    .recruit-nav li a .line:before {
        width: 52px
    }

    .recruit-nav li a:hover .line {
        right: -26px
    }

    .recruit-nav li.insta a {
        padding-left: 18px
    }

    .recruit-offer-lead {
        display: flex;
        justify-content: space-between;
        margin-bottom: 56px
    }

    .recruit-offer-lead__text {
        width: 456px
    }

    .recruit-offer-lead__img {
        width: 350px
    }

    table.recruit-requirements th {
        width: 160px
    }

    .requirements-link {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 2em
    }

    .requirements-link dt,.requirements-link dd {
        line-height: 1.8
    }

    .requirements-link dt {
        width: 220px
    }

    .requirements-link dd {
        width: calc(100% - 220px)
    }

    .recruit-col {
        display: flex;
        justify-content: space-between;
        width: 846px;
        margin-bottom: 40px
    }

    .recruit-col__item {
        width: 405px
    }

    .recruit-col__item.col2 {
        width: 415px
    }

    .recruit-col__item.col3 {
        width: 271px
    }

    .recruit-col__item__cont {
        font-size: 15px;
        font-size: .15rem
    }

    .table-recruit {
        margin-bottom: 102px;
        table-layout: fixed
    }

    .table-recruit td {
        padding-bottom: 24px;
        width: 700px
    }

    .table-recruit__dl {
        display: flex;
        flex-wrap: wrap
    }

    .table-recruit__dl dt {
        width: 68px
    }

    .table-recruit__dl dd {
        width: calc(100% - 128px)
    }

    .table-recruit__dl.single-line dt {
        width: 180px
    }

    .table-recruit__dl.single-line dd {
        width: calc(100% - 180px)
    }

    .table-recruit__list {
        display: flex;
        flex-wrap: wrap
    }

    .table-recruit__list dt {
        width: 154px
    }

    .table-recruit__list dt:after {
        content: "…";
        padding-left: 6px
    }

    .table-recruit__list dd {
        width: calc(100% - 174px)
    }

    .table-recruit__entry {
        margin-bottom: 14px;
        display: flex;
        align-items: center
    }

    .table-recruit__entry__item:first-child {
        margin-right: 42px
    }

    .table-recruit__address {
        display: flex
    }

    .table-recruit__address dt {
        width: 100px
    }

    .table-recruit__address dd {
        width: calc(100% - 100px)
    }

    .table-recruit__top th {
        position: relative
    }

    .table-recruit__top th:before {
        content: "";
        display: block;
        background: #000;
        height: 1px;
        width: 145px;
        position: absolute;
        top: -1px;
        left: 0
    }

    .table-recruit__top td {
        border-top: 1px solid #C7C7C7
    }

    .table-recruit__top.table-add__noborder th,
    .table-recruit__top.table-add__noborder td {
        border-bottom: none;
    }

    .table-recruit__block {
        position: relative
    }

    .table-recruit__block:after {
        content: "";
        display: block;
        background: #000;
        height: 1px;
        width: 145px;
        position: absolute;
        bottom: -1px;
        left: 0
    }

    .table-recruit__sessioninfo {
        display: flex;
        flex-wrap: wrap
    }

    .table-recruit__sessioninfo dt,.table-recruit__sessioninfo dd {
        margin-bottom: 16px
    }

    .table-recruit__sessioninfo dt {
        width: 148px
    }

    .table-recruit__sessioninfo dd {
        width: calc(100% - 148px)
    }

    .page-intern .table-recruit th {
        width: 120px
    }

    .page-intern .table-recruit td {
        line-height: 1.66
    }

    .table-recruit-col__item {
        width: 334px
    }

    .table-recruit-col.double {
        display: flex;
        flex-wrap: wrap;
        max-width: 685px
    }

    .recruit-voice-block {
        margin: 0 auto 48px auto;
        width: 839px
    }

    .recruit-voice-block a {
        display: flex
    }

    .recruit-voice-block__photo {
        width: 419px
    }

    .recruit-voice-block__prof {
        display: flex;
        align-items: center;
        width: 420px;
        padding-left: 40px
    }

    .recruit-voice-block__name {
        font-size: 15px;
        font-size: .15rem
    }

    .recruit-voice-mv {
        width: 846px;
        height: 378px;
        margin-bottom: 60px;
        position: relative
    }

    .recruit-voice-mv__name {
        top: 200px;
        right: 70px;
        position: absolute
    }

    .recruit-voice-mv__name__main {
        font-size: 20px;
        font-size: .2rem
    }

    .recruit-voice-mv__name__sub {
        font-size: 14px;
        font-size: .14rem
    }

    .recruit-voice-mv.mv03 .recruit-voice-mv__name {
        top: 168px;
        right: 35px
    }

    .recruit-voice-col {
        display: flex;
        justify-content: space-between;
        margin: 64px 0
    }

    .recruit-voice-col__pic {
        width: 329px
    }

    .recruit-voice-col__pic2 {
        width: 380px
    }

    .recruit-voice-col__pic3 {
        width: 323px
    }

    .recruit-voice-col__cont {
        width: 468px
    }

    .recruit-voice-col__cont2 {
        width: 423px
    }

    .recruit-voice-col.flex-row-reverse {
        flex-direction: row-reverse
    }

    .recruit-voice-pic {
        margin: 40px 0
    }

    .page-session .sectiontitle__tp2:nth-of-type(2) {
        margin-top: 80px
    }

    .page-session .list-news {
        margin-bottom: 30px
    }

    .btn-recruit {
        width: 270px;
        height: 50px;
        margin: 0 auto 80px auto
    }

    .btn-recruit a {
        font-size: 15px;
        font-size: .15rem;
        padding-left: 36px
    }

    .btn-recruit a .line {
        width: 52px
    }

    .btn-recruit a .line:before {
        width: 52px
    }

    .btn-recruit a:hover .line {
        right: -26px
    }

    .coming-header {
        margin-bottom: 56px
    }

    .intern-header {
        margin-bottom: 56px
    }

    .intern-header__hl {
        width: 518px;
        height: 45px;
        margin-bottom: 24px;
        padding-left: 27px;
        padding-right: 27px;
        font-size: 20px;
        font-size: .2rem
    }

    .intern-header__hl img {
        margin-right: 20px
    }

    .recruit-flyer {
        margin-bottom: 40px
    }

    .intern-hl {
        font-size: 22px;
        font-size: .22rem;
        height: 50px;
        margin-bottom: 28px
    }

    .intern-lead {
        margin: 36px 0 42px 0
    }

    .intern-detail {
        display: flex;
        flex-wrap: wrap
    }

    .intern-detail__item {
        width: 400px;
        margin-bottom: 36px
    }

    .intern-detail__item:nth-child(odd) {
        margin-right: 46px
    }

    .intern-detail__item__hl {
        font-size: 15px;
        font-size: .15rem;
        margin-bottom: 16px
    }

    .intern-entry__address--second {
        display: block;
        padding-left: 11.2em
    }

    .recruit-career {
        margin: 64px 0 48px 0
    }

    .recruit-career th,.recruit-career td {
        border-top: 1px solid #000;
        border-bottom: 1px solid #000
    }

    .recruit-career th {
        width: 154px
    }

    .recruit-career th .text-sub {
        font-size: 14px;
        font-size: .14rem
    }

    .recruit-career td {
        padding: 24px 16px 24px 48px
    }

    .recruit-career__hl {
        font-size: 22px;
        font-size: .22rem;
        height: 50px;
        margin-bottom: 28px;
        background-position: 8px center
    }

    .recruit-career__hl.sekkei {
        background-size: 40px auto;
        padding-left: 64px
    }

    .recruit-career__hl.kouji {
        background-size: 30px auto;
        padding-left: 50px
    }

    .hr-dev {
        display: flex;
        flex-wrap: wrap
    }

    .hr-dev li {
        font-size: 18px;
        font-size: .18rem;
        padding: 1.5em 0;
        width: 410px;
        margin-bottom: 25px
    }

    .hr-dev li:nth-child(odd) {
        margin-right: 26px
    }

    .career-detail {
        display: flex;
        justify-content: space-between;
        font-size: 15px;
        font-size: .15rem;
        padding-bottom: 24px;
        margin-bottom: 24px
    }

    .career-detail dl {
        width: 370px
    }

    .career-detail dt {
        margin-bottom: 16px
    }

    .career-detail__step {
        background: url(../img/recruit/career-arrow.svg) no-repeat center center;
        background-size: 87px 10px;
        width: 107px
    }

    .career-detail__genre {
        font-size: 20px;
        font-size: .2rem;
        margin-bottom: 24px;
        padding-left: 48px
    }

    .career-detail__genre.specialist {
        padding-left: 28px;
        background-size: 18px auto
    }

    .career-detail__genre.mgmt {
        padding-left: 44px;
        background-size: 34px auto
    }

    .career-detail--btm {
        margin-bottom: 64px
    }

    .list-page--recruit {
        width: 846px;
        margin: 0 auto
    }

    .list-page--recruit li {
        font-size: 20px;
        font-size: .2rem;
        width: 260px
    }

    .list-page--recruit li:not(:nth-child(3n)) {
        margin-right: 33px
    }

    .list-page--recruit a {
        padding: 16px 0
    }

    .page-recruit .list-page--recruit,.page-person .list-page--recruit,.page-career .list-page--recruit {
        margin-top: 100px
    }
}

@supports (-ms-ime-align: auto) {
    .recruit-nav li {
        width: 360px
    }
}

_:-ms-lang(x)::-ms-backdrop,.recruit-nav li {
    color: gray
}




.list-news__item {
    transition: all .3s ease
}

.list-news__item:hover {
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1)
}

.list-news__item:not(:last-child) {
    margin-bottom: 20px
}

.list-news__item a {
    position: relative;
    display: flex;
    justify-content: space-between
}

.list-news__item__thum {
    width: 148px;
    height: 151px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.325, 1) 0s;
    display: flex;
    justify-content: center;
    align-items: center
}

.list-news__item__thum img {
    display: block;
    transition: 0.7s ease-out;
    -o-object-fit: cover;
    object-fit: cover;
    width: 148px;
    height: 151px
}

.list-news__item a:hover .list-news__item__thum img {
    -webkit-transform: scale(1.05) rotate(0.1deg);
    transform: scale(1.05) rotate(0.1deg);
    transition: 0.2s ease-out;
    opacity: 0.5
}

.list-news__item__cont {
    display: flex;
    flex-direction: column
}

.list-news__item__meta {
    color: #969696;
    font-size: 12px;
    font-size: .12rem;
    font-weight: bold
}

.list-news__item__meta a {
    color: #969696
}

.list-news__item__meta span {
    display: inline-block
}

.list-news__item__meta span:not(:last-child) {
    margin-right: .75em
}

.list-news__item__title {
    font-weight: bold
}

.list-news__item__date {
    color: #969696;
    font-size: 13px;
    font-size: .13rem;
    font-family: "Neuton",serif;
    font-weight: 400
}

@media screen and (max-width: 739px) {
    .list-news__item {
        min-height:104px
    }

    .list-news__item__thum {
        width: 102px;
        height: 104px;
        overflow: hidden
    }

    .list-news__item__thum img {
        display: block;
        transition: 0.7s ease-out;
        -o-object-fit: cover;
        object-fit: cover;
        width: 102px;
        height: 104px
    }

    .list-news__item__cont {
        width: calc(100% - 102px);
        padding: 0 12px;
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .list-news__item__meta {
        margin-bottom: 10px
    }

    .list-news__item__title {
        font-size: 13px;
        font-size: .13rem;
        margin-bottom: 8px
    }
}

@media screen and (min-width: 740px) {
    .list-news__item {
        background:url(../img/recruit/icon-plus-bk.svg) #FAFAFA no-repeat right 35px center
    }

    .list-news__item__cont {
        justify-content: center;
        width: 660px;
        padding-right: 48px
    }

    .list-news__item__meta {
        margin-bottom: 15px
    }

    .list-news__item__title {
        font-size: 15px;
        font-size: .15rem;
        margin-bottom: 30px
    }

    .page-news .wp-pagenavi {
        width: 850px;
        margin-left: auto;
        margin-right: auto;
        justify-content: center
    }

    .page-news .list-archive,.single-post .list-archive {
        margin-bottom: 145px
    }
}

