@charset "UTF-8";
.gBody {
    background: #fff;
    padding-bottom: 0;
}
.number {
    background-color: #f8f8f8;
    width: calc(100% - 60px);
    margin: 0 auto;
    background-image: linear-gradient(180deg, #f1f1f1 1px, rgba(255, 255, 255, 0) 1px), linear-gradient(90deg, #f1f1f1 1px, rgba(255, 255, 255, 0) 1px);
    background-size: 1px 15px, 15px 1px;
    padding: 50px 0 70px;
}
.number_inner {}
.number_title {}
.number_title > b {}
.number_title > small {}
.number_headline {
    margin-bottom: 20px;
}
.number_list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 800px;
    margin: 0 auto;
}
.number_list > li {
    border-right: 1px solid #b3b3b3;
    text-align: center;
    padding: 20px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.3%;
}
.number_list > li:first-child {}
.number_list > li:last-child {
    border-right: none;
}
.number_list > li:nth-child(2n+1) {}
.number_list > li:nth-child(n+3) {}
.number_headline2 {
    font-size: 24px;
    color: #d8063d;
    text-align: center;
    font-family: "M PLUS 1p";
    line-height: 1;
    margin-bottom: 4px;
}
.number_number {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 138px;
    color: #d8063d;
    font-weight: bold;
    line-height: 1;
}
.number_number > b {}
.number_number > small {
    font-size: 72px;
}
.number_hr {
    border: none;
    width: 100%;
    height: 1px;
    background: #b3b3b3;
    margin: 48px 0;
    padding: 0;
}
.number_cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.number_col {
    width: 50%;
}
.number_col-no1 {
    border-right: 1px solid #b3b3b3;
}
.number_rete {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.number_rateFig {
    text-align: center;
}
.number_rateFig > img {}
.number_rateFig > figcaption {
    color: #494d51;
    font-size: 18px;
    font-family: "M PLUS 1p";
    line-height: 1;
    text-align: center;
    margin-top: 7px;
    font-weight: bold;
}
.number_rateImg {
    margin: 0 15px;
}
.number_rateImg > img {}
.number_col-no2 {}
.number_ageImg {
    text-align: center;
}
.number_ageImg > img {}
.number_age {
    color: #d8063d;
    text-align: center;
    line-height: 1;
    margin-top: 10px;
}
.number_age > b {
    font-size: 110px;
    font-family: 'Open Sans Condensed', sans-serif;
}
.number_age > small {
    font-size: 38px;
    font-family: "M PLUS 1p";
    font-weight: bold;
}
.number_periodList {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.number_periodList > li {
    width: 25%;
    text-align: center;
}
.number_periodList > li:first-child {
    margin-left: 0;
}
.number_periodList > li:last-child {}
.number_periodList > li:nth-child(2n+1) {}
.number_periodList > li:nth-child(n+3) {}
.number_period {
    color: #b59d5d;
}
.number_period > b {
    font-size: 51px;
    font-family: 'Open Sans Condensed', sans-serif;
}
.number_period > small {
    font-size: 21px;
    font-family: "M PLUS 1p";
    font-weight: bold;
}
.number_periodImg {
    margin-bottom: 4px;
}
.number_periodImg > img {}
.number_number-min {
    font-size: 110px;
}
.number_number-min > b {}
.number_number-min > small {
    font-size: 60px;
}
.news {
    margin: 60px 0 60px;
}
.news_inner {
    max-width: 1136px;
}
.news_title {}
.news_title > b {}
.news_title > small {}
.news_link {
    position: absolute;
    z-index: 1;
    right: 15px;
    top: 0px;
}
.news_link > a {
    text-decoration: none;
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #8f0526;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    color: #8f0526;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
}
.news_link > a::before {
    content: "";
}
.news_link > a::after {
    content: "";
}
.news_link > a > .icon {}
.news_list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.news_list > li {
    width: 22%;
    margin-left: 4%;
}
.news_list > li:first-child {
    margin-left: 0;
}
.news_list > li:last-child {}
.news_list > li:nth-child(2n+1) {}
.news_list > li:nth-child(n+3) {}
.news_list > li > a {
    display: block;
    text-decoration: none;
    color: inherit;
}
.news_list > li > a::before {
    content: "";
}
.news_list > li > a::after {
    content: "";
}
.news_image {
    background-image: url(/assets/img/common_recruit/img-alt@2x.png);
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #f8f8f8;
    border-radius: 50%;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    transition-property: -webkit-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.news_update {
    font-size: 13px;
    text-align: center;
    color: #808080;
    margin: 13px 0px 10px;
}
.news_update > time {}
.news_name {
    color: #8f0526;
    font-size: 16px;
}
.visNav {
    width: calc(100% - 60px);
    margin: 0 auto;
}
.visNav_cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1440px;
    margin: 0 auto;
}
.visNav_col-no1 {
    height: auto;
    overflow: hidden;
    position: relative;
}
.visNav_col-no1 video {
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
}
.visNav_col-no1::before {
    content: "";
    display: block;
    padding-top: 100%;
}
.visNav_col {
    width: 49.5%;
}
.visNav_col-no1 {}
.visNav_title {}
.visNav_title > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.visNav_col-no2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.visNav_list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.visNav_list > li {
    width: 49%;
    margin-left: 2%;
}
.visNav_list > li:first-child {
    margin-left: 0;
}
.visNav_list > li:last-child {}
.visNav_list > li:nth-child(2n+1) {}
.visNav_list > li:nth-child(n+3) {}
.visNav_list > li > a {
    display: block;
    text-decoration: none;
    color: inherit;
    position: relative;
    z-index: 1;
}
.visNav_item::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(216, 6, 55, 0.5);
    opacity: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.visNav_list > li > a::after {
    content: "";
}
.visNav_item {
    padding-bottom: 100%;
    position: relative;
    z-index: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.visNav_item-no1 {
    background-image: url(/assets/img/recruit/pt-cont07.jpg);
}
.visNav_name {
    position: absolute;
    z-index: 3;
    line-height: 1;
    bottom: 20px;
    left: 20px;
    color: #d8063d;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
}
.visNav_name > b {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    font-size: 33px;
    display: block;
}
.visNav_name > small {
    display: block;
    color: #808080;
    font-family: "M PLUS 1p";
    font-size: 14px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
}
.visNav_item-no2 {
    background-image: url(/assets/img/recruit/pt-vis02@2x.jpg);
}
.visNav_link {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 2%;
    position: relative;
}
.visNav_link > a {
    display: block;
    text-decoration: none;
    color: inherit;
    background-image: url(/assets/img/recruit/pt-vis03@2x.jpg);
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.visNav_link > a::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(216, 6, 55, 0.5);
    opacity: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.visNav_link > a::after {
    content: "";
}
.visNav_link > a > img {
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 15px;
    right: 20px;
}
@media screen and (min-width:1000px) {
    .news_link > a:hover {
        background: #8f0526;
        color: #fff;
    }
    .news_list > li > a:hover {}
    a:hover .news_image {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    .visNav_list > li > a:hover {}
    a:hover .visNav_item::before {
        opacity: 1;
    }
    a:hover .visNav_name {
        color: #fff;
    }
    a:hover .visNav_name > small {
        color: #fff;
    }
    .visNav_link > a:hover {}
    .visNav_link > a:hover::before {
        opacity: 1;
    }
}
@media screen and (max-width:1199px) {
    .visNav {
        width: calc(100% - 30px);
    }
    .number {
        width: calc(100% - 30px);
    }
}
@media screen and (max-width:999px) {
    .gBody {
        padding-top: 15px;
    }
    .number {}
    .number_inner {}
    .number_title {}
    .number_title > b {}
    .number_title > small {}
    .number_headline {
        margin-bottom: 15px;
    }
    .number_list {}
    .number_list > li {}
    .number_list > li:first-child {}
    .number_list > li:last-child {}
    .number_list > li:nth-child(2n+1) {}
    .number_list > li:nth-child(n+3) {}
    .number_headline2 {
        font-size: 20px;
    }
    .number_number {
        font-size: 100px;
    }
    .number_number > b {}
    .number_number > small {
        font-size: 50px;
    }
    .number_hr {}
    .number_cols {}
    .number_col {}
    .number_col-no1 {}
    .number_rete {}
    .number_rateFig {}
    .number_rateFig > img {}
    .number_rateFig > figcaption {
        font-size: 14px;
    }
    .number_rateImg {
        width: 160px;
    }
    .number_rateImg > img {}
    .number_col-no2 {}
    .number_ageImg {
        width: 150px;
        margin: 0 auto 0;
    }
    .number_ageImg > img {}
    .number_age {}
    .number_age > b {
        font-size: 80px;
    }
    .number_age > small {
        font-size: 24px;
    }
    .number_periodList {}
    .number_periodList > li {
        width: 18%;
        margin-left: 2.5%;
    }
    .number_periodList > li:first-child {}
    .number_periodList > li:last-child {}
    .number_periodList > li:nth-child(2n+1) {}
    .number_periodList > li:nth-child(n+3) {}
    .number_period {}
    .number_period > b {}
    .number_period > small {}
    .number_periodImg {}
    .number_periodImg > img {}
    .number_number-min {
        font-size: 80px;
    }
    .number_number-min > b {}
    .number_number-min > small {
        font-size: 40px;
    }
    .news {}
    .news_inner {}
    .news_title {}
    .news_title > b {}
    .news_title > small {}
    .news_link {}
    .news_link > a {}
    .news_link > a::before {}
    .news_link > a::after {}
    .news_link > a > .icon {}
    .news_list {}
    .news_list > li {
        width: 23.5%;
        margin-left: 2%;
    }
    .news_list > li:first-child {}
    .news_list > li:last-child {}
    .news_list > li:nth-child(2n+1) {}
    .news_list > li:nth-child(n+3) {}
    .news_list > li > a {}
    .news_list > li > a::before {}
    .news_list > li > a::after {}
    .news_image {}
    .news_update {}
    .news_update > time {}
    .news_name {
        font-size: 13px;
    }
    .visNav {}
    .visNav_cols {}
    .visNav_col {}
    .visNav_col-no1 {}
    .visNav_title {}
    .visNav_title > img {}
    .visNav_col-no2 {}
    .visNav_list {}
    .visNav_list > li {}
    .visNav_list > li:first-child {}
    .visNav_list > li:last-child {}
    .visNav_list > li:nth-child(2n+1) {}
    .visNav_list > li:nth-child(n+3) {}
    .visNav_list > li > a {}
    .visNav_item::before {}
    .visNav_list > li > a::after {}
    .visNav_item {}
    .visNav_item-no1 {}
    .visNav_name {
        bottom: 10px;
        left: 10px;
    }
    .visNav_name > b {
        font-size: 24px;
    }
    .visNav_name > small {
        font-size: 12px;
    }
    .visNav_item-no2 {}
    .visNav_link {}
    .visNav_link > a {position: relative;}
    .visNav_link > a::before {}
    .visNav_link > a::after {}
    .visNav_link > a > img {
        width: 160px;
        height: auto;
        bottom: 10px;
        right: 10px;
    }
}
@media screen and (max-width:767px) {
    .gBody {
        padding-top: 0;
    }
    .number {
        width: auto;
        padding: 35px 0;
        background-size: 1px 10px, 10px 1px;
    }
    .number_inner {}
    .number_title {}
    .number_title > b {}
    .number_title > small {}
    .number_headline {}
    .number_list {}
    .number_list > li {
        padding: 10px 0;
    }
    .number_list > li:first-child {}
    .number_list > li:last-child {}
    .number_list > li:nth-child(2n+1) {}
    .number_list > li:nth-child(n+3) {}
    .number_headline2 {
        font-size: 16px;
    }
    .number_number {
        font-size: 60px;
    }
    .number_number > b {}
    .number_number > small {
        font-size: 35px;
    }
    .number_hr {
        margin: 25px 0;
    }
    .number_cols {
        display: block;
    }
    .number_col {
        width: auto;
        border: none;
    }
    .number_col-no1 {
        border-bottom: 1px solid #b3b3b3;
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
    .number_rete {}
    .number_rateFig {}
    .number_rateFig > img {}
    .number_rateFig > figcaption {}
    .number_rateImg {}
    .number_rateImg > img {}
    .number_col-no2 {}
    .number_ageImg {}
    .number_ageImg > img {}
    .number_age {}
    .number_age > b {
        font-size: 60px;
    }
    .number_age > small {}
    .number_periodList {}
    .number_periodList > li {}
    .number_periodList > li:first-child {}
    .number_periodList > li:last-child {}
    .number_periodList > li:nth-child(2n+1) {}
    .number_periodList > li:nth-child(n+3) {}
    .number_period {}
    .number_period > b {
        font-size: 25px;
    }
    .number_period > small {
        font-size: 10px;
    }
    .number_periodImg {}
    .number_periodImg > img {}
    .number_number-min {
        font-size: 30px;
    }
    .number_number-min > b {}
    .number_number-min > small {
        font-size: 20px;
    }
    .news {
        margin: 35px 0;
    }
    .news_inner {}
    .news_title {}
    .news_title > b {}
    .news_title > small {}
    .news_link {}
    .news_link > a {}
    .news_link > a::before {}
    .news_link > a::after {}
    .news_link > a > .icon {}
    .news_list {
        display: block;
    }
    .news_list > li {
        width: auto;
        margin: 10px 0 0;
    }
    .news_list > li:first-child {}
    .news_list > li:last-child {}
    .news_list > li:nth-child(2n+1) {}
    .news_list > li:nth-child(n+3) {}
    .news_list > li > a {
        position: relative;
        z-index: 1;
        line-height: 1.2;
        min-height: 60px;
        padding: 7px 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 70px;
    }
    .news_list > li > a::before {}
    .news_list > li > a::after {}
    .news_image {
        width: 60px;
        padding-bottom: 60px;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
    }
    .news_update {
        margin: 0 0 8px;
        text-align: left;
        font-size: 11px;
    }
    .news_update > time {}
    .news_name {
        font-size: 12px;
    }
    .visNav {
        width: auto;
        padding: 0 15px;
    }
    .visNav_cols {
        display: block;
    }
    .visNav_col {
        width: auto;
    }
    .visNav_col-no1 {}
    .visNav_title {}
    .visNav_title > img {}
    .visNav_col-no2 {
        display: block;
        margin-top: 2%;
    }
    .visNav_list {}
    .visNav_list > li {}
    .visNav_list > li:first-child {}
    .visNav_list > li:last-child {}
    .visNav_list > li:nth-child(2n+1) {}
    .visNav_list > li:nth-child(n+3) {}
    .visNav_list > li > a {}
    .visNav_item::before {}
    .visNav_list > li > a::after {}
    .visNav_item {}
    .visNav_item-no1 {}
    .visNav_name {}
    .visNav_name > b {
        font-size: 18px;
    }
    .visNav_name > small {
        font-size: 10px;
    }
    .visNav_item-no2 {}
    .visNav_link {
        margin: 2% 0 0;
    }
    .visNav_link > a {
        padding-bottom: 50%;
    }
    .visNav_link > a::before {}
    .visNav_link > a::after {}
    .visNav_link > a > img {
        width: 120px;
    }
}