@charset "UTF-8"; @keyframes scroll {
    0% {
        top: -10px;
    }

    100% {
        top: 100%;
    }
}

.p-bg {
    width: 900px;
    background: #333333;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
}

.p-bg::before {
    /* content: ""; */
    border: 450px solid #fff;
    border-right-color: transparent;
    border-bottom-color: transparent;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    border-top-width: 45px;
    border-bottom-width: 45px;
}

.p-bg-left::before {
    border: 450px solid #fff;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-top-width: 45px;
    border-bottom-width: 45px;
}

.p-bg-right {
}

.p-bg-red {
    background: #d60000;
}

.movie {
    margin-top: 50px;
    padding: 100px 20px;
    background-color: #C4291C;
    position: relative;
    z-index: 10;
}

.movie_inner {
    margin: auto;
    max-width: 1000px;
    width: 100%;
}

.movie_title {
    margin-bottom: 30px;
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}

.movie_title>b {
    margin-bottom: 5px;
}

.movie_link {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.recruit {
    position: relative;
    z-index: 10;
    margin: 70px 0 50px;
}

.recruit_inner {
}

.recruit_inner>a {
    display: block;
    text-decoration: none;
    position: relative;
    z-index: 1;
}

.recruit_inner>a::before {
    content: "";
}

.recruit_inner>a::after {
    content: "";
}

.recruit_inner>p {
}

.recruit_link {
}

.recruit_link>a {
    color: #fff;
    display: block;
    background: #fff;
}

.recruit_link>a::before {
    content: "";
}

.recruit_link>a::after {
    content: "";
}

.recruit_title {
    position: absolute;
    z-index: 10;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 137px;
}

.recruit_title>img {
    display: block;
}

.recruit_title>small {
    display: block;
    text-align: center;
    font-size: 24px;
    margin-top: 10px;
}

.recruit_image {
    position: relative;
    z-index: 1;
    transition-duration: .3s;
    transition-property: opacity;
}

.recruit_image>img {
    display: block;
    transition-duration: .3s;
    transition-property: opacity;
}

.outline {
}

.outline_inner {
    max-width: 1315px;
}

.outline_cols {
}

.outline_cols::after {
    content: "";
    display: block;
    clear: both;
}

.outline_col {
    width: 48%;
}

.outline_col-no1 {
    float: left;
    position: relative;
    z-index: 10;
    padding-top: 190px;
}

.outline_list {
    list-style: none;
}

.outline_list::after {
    content: "";
    display: block;
    clear: both;
}

.outline_list>li {
    margin-top: 30px;
}

.outline_list>li:first-child {
    margin-top: 0;
}

.outline_list>li:last-child {
    position: relative;
    z-index: 1;
    left: 70px;
}

.outline_list>li:nth-child(2n+1) {
}

.outline_list>li:nth-child(n+3) {
}

.outline_list>li>img {
    width: 100%;
}

.outline_col-no2 {
    float: right;
    width: 39%;
    position: relative;
    z-index: 1;
    color: #fff;
    padding-top: 158px;
    padding-bottom: 50px;
}

.outline_title {
    position: relative;
    z-index: 2;
    font-size: 16px;
    margin-bottom: 37px;
}

.outline_footer {
    display: table;
    position: relative;
    border: 3px double #fff;
    margin-top: 30px;
    padding: 10px 15px;
}

.banner-footer {
    display: block;
    position: relative;
    margin-top: 30px;
}

.banner-footer img {
    width: 100%;
}

.outline_table {
    position: relative;
    z-index: 2;
}

.outline_table>tbody {
}

.outline_table>tbody>tr {
}

.outline_table>tbody>tr>th {
    font-weight: normal;
    white-space: nowrap;
    text-align: right;
    padding: 8px 0;
    padding-right: 30px;
    border-right: 1px solid #fff;
    vertical-align: top;
}

.outline_table>tbody>tr>td {
    padding: 8px 0;
    padding-left: 30px;
}

.outline_bg {
    height: 1425px;
    left: -100px;
}

.ss {
    margin-bottom: -30px;
}

.ss_inner {
    max-width: 1400px;
}

.ss_title {
    margin-bottom: 74px;
}

.ss_title::after {
    background-image: linear-gradient(90deg, #333 50%, #d60000 50%);
    width: 420px;
}

.ss_cols {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.ss_cols::after {
    content: "";
    display: none;
    clear: both;
}

.ss_col {
}

.ss_col-no1 {
    width: 60%;
    position: relative;
    z-index: 2;
}

.ss_image {
}

.ss_image>img {
    width: 100%;
}

.ss_col-no2 {
    width: 34%;
    position: relative;
    z-index: 1;
}

.ss_bg {
    height: 377px;
    left: -100px;
    top: 50px;
}

.ss_headline {
    position: relative;
    z-index: 2;
    color: #fff;
    padding-top: 104px;
    font-size: 20px;
    margin-bottom: 16px;
}

.ss_table {
    position: relative;
    z-index: 2;
    color: #fff;
}

.ss_table>tbody {
}

.ss_table>tbody>tr {
}

.ss_table>tbody>tr>th {
    vertical-align: top;
    white-space: nowrap;
    text-align: left;
    font-weight: normal;
    padding: 4px 0;
    padding-right: 38px;
}

.ss_table>tbody>tr>td {
    padding: 4px 0;
}

.ss_map {
    position: relative;
    z-index: 2;
    margin-top: 33px;
}

.ss_map-no1 {
    left: -65px;
    width: 476px;
}

.ss_map-no1>iframe {
}

.ss_col-no3 {
    width: 60%;
    order: 2;
    position: relative;
    z-index: 2;
}

.ss_col-no4 {
    width: 34%;
    order: 1;
    position: relative;
    z-index: 1;
}

.ss_map-no2 {
    /* margin-top: -240px; */
    width: 476px;
}

.ss_map>iframe {
    display: block;
    height: 270px;
    width: 100%;
}

.intro {
    min-height: 437px;
    margin-bottom: 125px;
    padding-top: 84px;
}

.intro_inner {
    padding-top: 110px;
}

.intro_bg {
    height: 493px;
    top: -30px;
    left: -130px;
}

.intro_text {
    color: #fff;
    position: relative;
    z-index: 12;
    line-height: 2.4;
    top: 40px;
}

.intro_image {
    position: absolute;
    z-index: 2;
    right: 40px;
    top: 0;
    max-width: 55%;
}

.intro_image>img {
    width: 100%;
}

.visual {
    /* background-image: url(../img/main.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; */
    margin-bottom: 39px;
}

.visual_inner {
    height: calc(100vh - 39px);
    width: 100%;
    position: relative;
    /* display: flex; */
    flex-direction: column;
    /* justify-content: center; */
    max-width: inherit;
}

.slider-wrap {
    height: calc(100vh - 39px);
    width: 100%;
}

.visual_title {
    display: table;
    width: max-content;
    color: #fff;
    font-size: 45px;
    background-color: rgba(0,0,0,0.5);
    padding: 15px;
    position: absolute;
    bottom: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.visual_scroll {
    position: absolute;
    z-index: 10;
    bottom: -39px;
    width: 100%;
    background: #d60000;
    height: 78px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
    left: 0;
}

.visual_scroll>small {
    display: block;
    font-size: 16px;
    line-height: 1;
    transition-duration: .3s;
    transition-property: text-shadow;
}

.visual_scroll_bar {
    display: block;
    width: 1px;
    height: 24px;
    background: rgba(255, 255, 255, 0.5);
    margin-bottom: 6px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.visual_scroll_bar_bar {
    display: block;
    width: 100%;
    height: 10px;
    background: #fff;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    animation-name: scroll;
    animation-direction: initial;
    animation-fill-mode: backwards;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

.header {
    position: absolute;
    z-index: 10;
    left: 0;
    width: 90%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #d60000;
}

.header_inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100px;
    max-width: 1358px;
}

.header_inner.u-inner {
    padding: 0 2.5%;
}

.header_title {
}

.header_title>img {
    display: block;
}

.header_title>small {
    display: block;
    font-size: 12px;
    color: #fff;
    letter-spacing: 3px;
    margin-top: 5px;
}

.gPageTop {
    display: none;
}

@media screen and (min-width: 1000px) {
    .visual_scroll:hover>small {
        text-shadow: 0 0 5px #fff, 0 0 5px #fff;
    }

    .recruit_link>a {
        opacity: 1;
    }

    .recruit_link>a:hover img {
        opacity: .7;
    }
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 999px) {
    .movie {
        padding: 50px 20px;
    }

    .movie_link {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .movie_link>a {
        margin-bottom: 20px;
    }

    .movie_link>a:last-child {
        margin-bottom: 0;
    }

    .p-bg {
    }

    .p-bg::before {
    }

    .p-bg-left::before {
    }

    .p-bg-right {
    }

    .p-bg-red {
    }

    .recruit {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .recruit_inner {
    }

    .recruit_inner>a {
    }

    .recruit_inner>a::before {
    }

    .recruit_inner>a::after {
    }

    .recruit_inner>p {
    }

    .recruit_link {
    }

    .recruit_link>a {
    }

    .recruit_link>a::before {
    }

    .recruit_link>a::after {
    }

    .recruit_title {
    }

    .recruit_title>img {
    }

    .recruit_title>small {
    }

    .recruit_image {
    }

    .recruit_image>img {
    }

    .outline {
        margin-top: 60px;
        padding-bottom: 30px;
    }

    .outline_inner {
        max-width: 700px;
    }

    .outline_cols {
    }

    .outline_cols::after {
    }

    .outline_col {
        float: none;
        width: auto;
        padding: 0;
    }

    .outline_col-no1 {
        position: relative;
        z-index: 2;
    }

    .outline_list {
        display: flex;
    }

    .outline_list::after {
    }

    .outline_list>li {
        width: 49%;
    }

    .outline_list>li:first-child {
    }

    .outline_list>li:last-child {
        margin: 0;
        left: 0;
        margin-left: 2%;
    }

    .outline_list>li:nth-child(2n+1) {
    }

    .outline_list>li:nth-child(n+3) {
    }

    .outline_list>li>img {
    }

    .outline_col-no2 {
        margin-top: -130px;
        padding-top: 150px;
    }

    .outline_title {
        text-align: center;
        margin-bottom: 20px;
    }

    .outline_table {
        margin: 0 auto;
    }

    .outline_table>tbody {
    }

    .outline_table>tbody>tr {
    }

    .outline_table>tbody>tr>th {
    }

    .outline_table>tbody>tr>td {
    }

    .outline_bg {
    }

    .ss {
    }

    .ss_inner {
        max-width: 700px;
    }

    .ss_title {
        margin-bottom: 45px;
    }

    .ss_title::after {
    }

    .ss_cols {
        display: block;
    }

    .ss_cols::after {
    }

    .ss_col {
        width: auto;
    }

    .ss_col-no1 {
        margin-bottom: -90px;
        position: relative;
        z-index: 2;
    }

    .ss_image {
    }

    .ss_image>img {
    }

    .ss_col-no2 {
    }

    .ss_bg {
    }

    .ss_headline {
        padding-top: 110px;
        text-align: center;
    }

    .ss_table {
        margin: 0 auto;
    }

    .ss_table>tbody {
    }

    .ss_table>tbody>tr {
    }

    .ss_table>tbody>tr>th {
    }

    .ss_table>tbody>tr>td {
    }

    .ss_map {
        left: 0;
    }

    .ss_map-no1 {
        width: 100%;
    }

    .ss_map-no1>iframe {
    }

    .ss_col-no3 {
    }

    .ss_col-no4 {
        margin-top: -92px;
    }

    .ss_map-no2 {
        /* margin: 0; */
        /* margin-top: -20px; */
        width: auto;
    }

    .ss_map>iframe {
    }

    .intro {
        padding-top: 45px;
        margin-bottom: 55px;
    }

    .intro_inner {
        padding-top: 30px;
        max-width: 700px;
    }

    .intro_bg {
    }

    .intro_text {
        top: 0;
        text-align: center;
    }

    .intro_image {
        position: static;
        max-width: none;
        text-align: center;
        margin-top: 25px;
    }

    .intro_image>img {
    }

    .visual {
        background-position: 70% center;
        margin-bottom: 30px;
    }

    .visual_inner {
        padding: 0;
    }

    .visual_title {
        font-size: 36px;
    }

    .visual_scroll {
        width: 96%;
        left: 0;
        right: 0;
        margin: auto;
        height: 60px;
        bottom: -30px;
    }

    .visual_scroll>small {
        font-size: 14px;
    }

    .visual_scroll_bar {
        height: 20px;
    }

    .visual_scroll_bar_bar {
    }

    .header {
    }

    .header_inner {
        height: 80px;
    }

    .header_title {
    }

    .header_title>img {
        width: 200px;
    }

    .header_title>small {
        font-size: 11px;
    }
}

@media screen and (max-width: 699px) {
    .p-bg {
    }

    .p-bg::before {
    }

    .p-bg-left::before {
    }

    .p-bg-right {
    }

    .p-bg-red {
    }

    .recruit {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .recruit_inner {
    }

    .recruit_inner>a {
    }

    .recruit_inner>a::before {
    }

    .recruit_inner>a::after {
    }

    .recruit_inner>p {
    }

    .recruit_link {
    }

    .recruit_link>a {
    }

    .recruit_link>a::before {
    }

    .recruit_link>a::after {
    }

    .recruit_title {
        left: 10px;
    }

    .recruit_title>img {
        width: 131px;
    }

    .recruit_title>small {
        font-size: 14px;
        margin-top: 5px;
    }

    .recruit_image {
    }

    .recruit_image>img {
    }

    .outline {
        margin-top: 0;
        padding-bottom: 0;
    }

    .outline_inner {
    }

    .outline_cols {
    }

    .outline_cols::after {
    }

    .outline_col {
    }

    .outline_col-no1 {
    }

    .outline_list {
        /* display: none; */
    }

    .outline_list::after {
    }

    .outline_list>li {
    }

    .outline_list>li:first-child {
    }

    .outline_list>li:last-child {
    }

    .outline_list>li:nth-child(2n+1) {
    }

    .outline_list>li:nth-child(n+3) {
    }

    .outline_list>li>img {
    }

    .outline_col-no2 {
        padding-top: 103px;
        padding-bottom: 30px;
    }

    .outline_title {
        text-align: left;
        margin-bottom: 10px;
    }

    .outline_table {
    }

    .outline_table>tbody {
    }

    .outline_table>tbody>tr {
    }

    .outline_table>tbody>tr>th {
        padding: 0;
        padding-right: 10px;
    }

    .outline_table>tbody>tr>td {
        padding: 0;
        padding-left: 10px;
    }

    .outline_bg {
        height: 100%;
    }

    .ss {
    }

    .ss_inner {
    }

    .ss_title {
        margin-bottom: 15px;
    }

    .ss_title::after {
        width: 210px;
    }

    .ss_cols {
    }

    .ss_cols::after {
    }

    .ss_col {
    }

    .ss_col-no1 {
    }

    .ss_image {
    }

    .ss_image>img {
    }

    .ss_col-no2 {
    }

    .ss_bg {
    }

    .ss_headline {
        font-size: 16px;
        margin-bottom: 10px;
        text-align: left;
    }

    .ss_table {
    }

    .ss_table>tbody {
    }

    .ss_table>tbody>tr {
    }

    .ss_table>tbody>tr>th {
        padding: 0;
        padding-right: 1em;
    }

    .ss_table>tbody>tr>td {
        padding: 0;
    }

    .ss_map {
    }

    .ss_map-no1 {
    }

    .ss_map-no1>iframe {
    }

    .ss_col-no3 {
    }

    .ss_col-no4 {
    }

    .ss_map-no2 {
    }

    .ss_map>iframe {
        height: 200px;
    }

    .intro {
        padding-top: 25px;
        margin-bottom: 35px;
    }

    .intro_inner {
        padding-top: 5px;
    }

    .intro_bg {
        height: 370px;
    }

    .intro_text {
        text-align: left;
        line-height: inherit;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .intro_image {
    }

    .intro_image>img {
    }

    .visual {
        margin: 0;
    }

    .visual_inner {
        height: 300px;
        padding: 0;
    }

    .visual_title {
        font-size: 20px;
        line-height: 1.5;
        bottom: 10px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        /* Safari用 */
        transform: translateX(-50%);
    }

    .visual_scroll {
        height: 40px;
        bottom: -20px;
        width: calc(100% - 20px);
        display: none;
    }

    .visual_scroll>small {
        font-size: 10px;
    }

    .visual_scroll_bar {
        height: 16px;
    }

    .visual_scroll_bar_bar {
    }

    .header {
    }

    .header_inner {
        height: 50px;
    }

    .header_title {
    }

    .header_title>img {
        width: 160px;
    }

    .header_title>small {
        font-size: 10px;
        margin-top: 0;
    }
}

/*
     FILE ARCHIVED ON 11:05:42 Jul 24, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 02:57:49 May 01, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.706
  exclusion.robots: 0.036
  exclusion.robots.policy: 0.022
  esindex: 0.013
  cdx.remote: 14.095
  LoadShardBlock: 95.159 (3)
  PetaboxLoader3.datanode: 71.441 (4)
  load_resource: 306.526
  PetaboxLoader3.resolve: 262.009
*/
