@charset "UTF-8";
/* CSS Document */

*:focus {
    outline: none !important;
}

a {
    outline: none !important;
}

a:focus {
    outline: none !important;
}

body {
    font-family:
        -apple-system, BlinkMacSystemFont,
        "游ゴシック体", YuGothic,
        "Yu Gothic M",
        "游ゴシック Medium", "Yu Gothic Medium",
        "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3,
        "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
        "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
        "メイリオ", Meiryo,
        Osaka,
        "ＭＳ Ｐゴシック", "MS PGothic",
        "Helvetica Neue", HelveticaNeue,
        Helvetica,
        Arial,
        "Segoe UI",
        sans-serif,
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji";
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family:
        -apple-system, BlinkMacSystemFont,
        "游ゴシック体", YuGothic,
        "Yu Gothic M",
        "游ゴシック Medium", "Yu Gothic Medium",
        "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3,
        "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
        "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
        "メイリオ", Meiryo,
        Osaka,
        "ＭＳ Ｐゴシック", "MS PGothic",
        "Helvetica Neue", HelveticaNeue,
        Helvetica,
        Arial,
        "Segoe UI",
        sans-serif,
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji";
}

a {
    color: #ff6d00;
}

a:hover {
    color: #ff6d00;
}





.fv01 {
    position: relative;
    width: 100%;
    height: 700px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fv01-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.fv01-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fv01-box {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 222px;
    padding-left: 12px;
}

@media (max-width: 991.98px) {
    .fv01-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-left: 0px;
    }
}

@media (max-width: 767.98px) {
    .fv01-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-left: 0px;
    }
}

@media (max-width: 575.98px) {
    .fv01-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-left: 0px;
    }
}

.fv01-logo {
    width: 222px;
    min-width: 222px;
    height: 222px;
    min-height: 222px;
    padding-top: 38px;
    padding-left: 28px;
    background-color: #000;
}

.fv01-text01 {
    color: #fff;
    font-family: "century-gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 37px;
    line-height: 44px;
    letter-spacing: 7px;
    margin-top: 0px;
    margin-left: 170px;
    text-align: center;
}

.fv01-text02 {
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 2px;
    font-feature-settings: "palt";
    margin-top: 15px;
    margin-left: 170px;
    text-align: center;
}

@media (max-width: 991.98px) {
    .fv01-text01 {
        font-size: 40px;
        letter-spacing: 5px;
        line-height: 50px;
        margin-top: 20px;
        margin-left: 0px;
    }

    .fv01-text02 {
        margin-left: 0px;
        font-size: 18px;
    }
}

@media (max-width: 767.98px) {
    .fv01-text01 {
        font-size: 40px;
        letter-spacing: 5px;
        line-height: 50px;
        margin-top: 20px;
        margin-left: 0px;
    }

    .fv01-text02 {
        margin-left: 0px;
        font-size: 18px;
    }
}

@media (max-width: 575.98px) {
    .fv01-text01 {
        font-size: 40px;
        letter-spacing: 5px;
        line-height: 50px;
        margin-top: 20px;
        margin-left: 0px;
    }

    .fv01-text02 {
        margin-left: 0px;
        font-size: 18px;
    }
}

.container_or {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container_or {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container_or {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container_or {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container_or {
        max-width: 1140px;
    }
}

.tt_line01 {
    width: 3px;
    height: 42px;
    background-color: #ff6d00;
    margin: 0 auto;
}

.tt01 {
    font-family: "century-gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
    line-height: 56px;
    letter-spacing: 5px;
    color: #ff6d00;
}

@media (max-width: 767.98px) {
    .tt01 {
        font-size: 34px;
        letter-spacing: 4px;
    }
}

@media (max-width: 575.98px) {
    .tt01 {
        font-size: 34px;
        letter-spacing: 4px;
    }
}

.or_fruition {
    padding-top: 20px;
    padding-bottom: 20px;
}

.or_fruition img {
    max-width: 733px;
}

@media (max-width: 767.98px) {
    .or_fruition {
        padding-top: 8px;
        padding-bottom: 22px;
    }
}

@media (max-width: 575.98px) {
    .or_fruition {
        padding-top: 8px;
        padding-bottom: 22px;
    }
}

.jumbotron {
    border-radius: 0rem;
    padding-top: 20px;
    padding-bottom: 14px;
    margin-bottom: 0px;
}

.jumbotron-extend02 {
    background-color: #000;
    height: 1604px;
}

@media (max-width: 767.98px) {
    .jumbotron-extend02 {
        height: 1480px;
    }
}

.or_tt01 {
    color: #ff6d00;
    font-size: 20px;
    letter-spacing: 2px;
    font-feature-settings: "palt";
    padding-top: 8px;
    text-align: center;
}

@media (max-width: 767.98px) {
    .or_tt01 {
        font-size: 20px;
        line-height: 32px;
    }
}

@media (max-width: 575.98px) {
    .or_tt01 {
        font-size: 20px;
        line-height: 32px;
    }
}

.or_tt02 {
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 36px;
    font-feature-settings: "palt";
    padding-top: 6px;
    text-align: center;
}

@media (max-width: 767.98px) {
    .or_tt02 {
        font-size: 16px;
        line-height: 30px;
        text-align: justify;
        margin: 0 4px 0 4px;
    }
}

@media (max-width: 575.98px) {
    .or_tt02 {
        font-size: 16px;
        line-height: 30px;
        text-align: justify;
        margin: 0 4px 0 4px;
    }
}

.or_tt02a {
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 24px;
    font-feature-settings: "palt";
    padding-top: 6px;
    text-align: center;
}

@media (max-width: 767.98px) {
    .or_tt02a {
        font-size: 16px;
        line-height: 26px;
        margin: 0 4px 0 4px;
    }
}

@media (max-width: 575.98px) {
    .or_tt02a {
        font-size: 16px;
        line-height: 26px;
        margin: 0 4px 0 4px;
    }
}

.or_works01 {
    width: 100%;
    margin: 0 auto;
}

.or_orange01 {
    position: absolute;
    padding-top: 170px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.or_orange01 img {
    width: 460px;
    height: auto;
}

@media (max-width: 1199.98px) {
    .or_orange01 {
        padding-top: 200px;
    }

    .or_orange01 img {
        width: 400px;
    }
}

@media (max-width: 767.98px) {
    .or_orange01 {
        padding-top: 200px;
    }

    .or_orange01 img {
        width: 330px;
    }
}


.or_ct01 {
    position: absolute;
    color: #000;
    font-family: "century-gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 95px;
    letter-spacing: 9px;
    padding-top: 340px;
    padding-left: 10px;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 767.98px) {
    .or_ct01 {
        padding-top: 314px;
        font-size: 80px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.or_w01 {
    position: absolute;
    width: 300px;
    height: auto;
    top: 10px;
    left: 68px;
}

@media (max-width: 1199.98px) {
    .or_w01 {
        width: 260px;
        top: 30px;
        left: 8%;
    }
}

@media (max-width: 991.98px) {
    .or_w01 {
        width: 260px;
        top: 30px;
        left: -4%;
    }
}

@media (max-width: 767.98px) {
    .or_w01 {
        width: 220px;
        top: -10px;
        left: 4%;
    }
}

@media (max-width: 575.98px) {
    .or_w01 {
        width: 220px;
        top: -10px;
        left: -2%;
    }
}

.or_wt01 {
    position: absolute;
    color: #ff6d00;
    font-family: "century-gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    letter-spacing: 3px;
    top: 116px;
    left: 0;
    right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (max-width: 1199.98px) {
    .or_wt01 {
        font-size: 28px;
        top: 100px;
        left: 0;
    }
}

@media (max-width: 767.98px) {
    .or_wt01 {
        font-size: 26px;
        top: 80px;
        left: 0;
    }
}

.or_w02 {
    position: absolute;
    width: 300px;
    height: auto;
    padding-top: 0px;
    top: 116px;
    left: 770px;
}

@media (max-width: 1199.98px) {
    .or_w02 {
        width: 260px;
        top: 98px;
        left: 66%;
    }
}

@media (max-width: 991.98px) {
    .or_w02 {
        width: 260px;
        top: 98px;
        left: 71%;
    }
}

@media (max-width: 767.98px) {
    .or_w02 {
        width: 220px;
        top: 45px;
        left: 60%;
    }
}

@media (max-width: 575.98px) {
    .or_w02 {
        width: 220px;
        top: 45px;
        left: 49%;
    }
}

.or_wt02 {
    position: absolute;
    color: #ff6d00;
    font-family: "century-gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    letter-spacing: 3px;
    top: 98px;
    left: 10px;
    right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (max-width: 1199.98px) {
    .or_wt02 {
        font-size: 30px;
        top: 84px;
        left: 0;
    }
}

@media (max-width: 767.98px) {
    .or_wt02 {
        font-size: 28px;
        top: 66px;
        left: 0;
    }
}

.or_w03 {
    position: absolute;
    width: 300px;
    height: auto;
    padding-top: 0px;
    top: 540px;
    left: 102px;
}

@media (max-width: 1199.98px) {
    .or_w03 {
        width: 260px;
        top: 540px;
        left: 10%;
    }
}

@media (max-width: 991.98px) {
    .or_w03 {
        width: 260px;
        top: 540px;
        left: -2%;
    }
}

@media (max-width: 767.98px) {
    .or_w03 {
        width: 220px;
        top: 510px;
        left: 0%;
    }
}

@media (max-width: 575.98px) {
    .or_w03 {
        width: 220px;
        top: 510px;
        left: -5%;
    }
}

.or_wt03 {
    position: absolute;
    color: #ff6d00;
    font-family: "century-gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 35px;
    letter-spacing: 4px;
    top: 104px;
    left: 0;
    right: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (max-width: 1199.98px) {
    .or_wt03 {
        font-size: 34px;
        top: 86px;
        left: 0;
    }
}

@media (max-width: 767.98px) {
    .or_wt03 {
        font-size: 32px;
        top: 66px;
        left: 0;
    }
}

.or_w04 {
    position: absolute;
    width: 300px;
    height: auto;
    padding-top: 0px;
    top: 548px;
    left: 682px;
}

@media (max-width: 1199.98px) {
    .or_w04 {
        width: 260px;
        top: 536px;
        left: 58%;
    }
}

@media (max-width: 991.98px) {
    .or_w04 {
        width: 260px;
        top: 536px;
        left: 60%;
    }
}

@media (max-width: 767.98px) {
    .or_w04 {
        width: 220px;
        top: 510px;
        left: 52%;
    }
}

@media (max-width: 575.98px) {
    .or_w04 {
        width: 220px;
        top: 536px;
        left: 43%;
    }
}

.or_wt04 {
    position: absolute;
    color: #ff6d00;
    font-family: "century-gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    letter-spacing: 2px;
    top: 96px;
    left: 16px;
    right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (max-width: 1199.98px) {
    .or_wt04 {
        font-size: 29px;
        top: 80px;
        left: 0;
    }
}

@media (max-width: 767.98px) {
    .or_wt04 {
        font-size: 27px;
        top: 62px;
        left: 0;
    }
}

.or_wt01:hover,
.or_wt02:hover,
.or_wt03:hover,
.or_wt04:hover {
    color: #ffa71b;
    cursor: pointer;
}

.jumbotron-extend05 {
    background-color: #000;
    padding-bottom: 60px;
}

.or_ctw01 {
    color: #ff6d00;
    font-family: "century-gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: min(12vw, 90px);
    letter-spacing: 9px;
    padding-top: 0px;
    left: 0;
    right: 0;
}

.or_ort01 {
    color: #ff6d00;
    font-size: 22px;
    letter-spacing: 2px;
    font-feature-settings: "palt";
    text-align: center;
}

.or_ort02 {
    color: #ff6d00;
    font-family: "century-gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    letter-spacing: 2px;
    font-feature-settings: "palt";
    text-align: center;
}

.or_or_box {
    display: flex;
    margin: 0 auto;

}

@media (max-width: 767.98px) {
    .or_or_box {
        display: block;
    }
}

@media (max-width: 575.98px) {
    .or_or_box {
        display: block;
    }
}

.or_or_box01 {
    width: 100%;
    height: auto;
    border: 2px solid;
    border-color: #ff6d00;
    border-radius: 30px;
    text-align: center;
    margin: 40px;
    padding: 26px 14px 24px 14px;
}

@media (max-width: 991.98px) {
    .or_or_box01 {
        margin: 12px 10px 12px 10px;
        padding: 14px 6px 10px 6px;
    }
}

@media (max-width: 767.98px) {
    .or_or_box01 {
        margin: 40px 0 40px 0;
    }
}

@media (max-width: 575.98px) {
    .or_or_box01 {
        margin: 40px 0 40px 0;
    }
}

.or_back01 {
    position: relative;
    width: 100%;
    height: 750px;
    overflow: hidden
}

.or_back01-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.or_back01-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jumbotron-extend06 {
    background: url(../images/or_orback01.jpg) center top no-repeat;
    background-size: cover;
    background-position: center top;
    background-color: #ff8c00;
    padding-bottom: 60px;
}

.or_ct01w {
    color: #fff;
    font-family: "century-gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: min(18vw, 95px);
    letter-spacing: 9px;
    padding-top: 0px;
    left: 0;
    right: 0;
}

.or_tt01w {
    color: #fff;
    font-size: 20px;
    letter-spacing: 2px;
    font-feature-settings: "palt";
    padding-top: 8px;
    text-align: center;
}

.tt_line01w_space {
    width: 3px;
    height: 24px;
    margin: 0 auto;
}

.tt_line01w_space01 {
    width: 3px;
    height: 0px;
    margin: 0 auto;
}

@media (max-width: 767.98px) {
    .tt_line01w_space {
        height: 230px;
    }
}

@media (max-width: 575.98px) {
    .tt_line01w_space {
        height: 124px;
    }
}

.tt_line01w_spacec {
    width: 3px;
    height: 40px;
    margin: 0 auto;
}

@media (max-width: 767.98px) {
    .tt_line01w_spacec {
        height: 20px;
    }
}

@media (max-width: 575.98px) {
    .tt_line01w_spacec {
        height: 10px;
    }
}

.tt_line01w {
    width: 3px;
    height: 42px;
    background-color: #ffffff;
    margin: 0 auto;
}

.or_orange_h {
    position: absolute;
    display: block;
    padding-top: 0px;
    top: 0;
    margin-left: 800px;
}

.or_orange_h img {
    width: 460px;
    height: auto;
}

@media (max-width: 1199.98px) {
    .or_orange_h {
        margin-left: 640px;
    }
}

@media (max-width: 991.98px) {
    .or_orange_h {
        margin-left: 500px;
    }

    .or_orange_h img {
        width: 400px;
        height: auto;
    }
}

@media (max-width: 767.98px) {
    .or_orange_h {
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .or_orange_h img {
        width: 80%;
        height: auto;
    }
}

@media (max-width: 575.98px) {
    .or_orange_h {
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .or_orange_h img {
        width: 80%;
        height: auto;
    }
}

.or_w_box01 {
    width: 100%;
    height: auto;
    border: 2px solid;
    border-color: #fff;
    border-radius: 30px;
    text-align: center;
    margin: 40px;
    padding: 20px 14px 24px 14px;
}

@media (max-width: 991.98px) {
    .or_w_box01 {
        margin: 12px 10px 12px 10px;
        padding: 16px 6px 10px 6px;
    }
}

@media (max-width: 767.98px) {
    .or_w_box01 {
        margin: 40px 0 40px 0;
    }
}

@media (max-width: 575.98px) {
    .or_w_box01 {
        margin: 40px 0 40px 0;
    }
}

.or_wct01 {
    color: #fff;
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 18px;
    font-feature-settings: "palt";
    text-align: center;
}

.or_wct02 {
    color: #fff;
    font-family: "century-gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    letter-spacing: 2px;
    font-feature-settings: "palt";
    text-align: center;
    vertical-align: top;
}

.img-fluid02 {
    max-width: 80%;
    height: auto;
}

@media (max-width: 991.98px) {
    .img-fluid02 {
        max-width: 80%;
        margin-bottom: 10px;
    }
}

@media (max-width: 767.98px) {
    .img-fluid02 {
        max-width: 80%;
        margin-bottom: 10px;
    }
}

@media (max-width: 575.98px) {
    .img-fluid02 {
        max-width: 80%;
        margin-bottom: 10px;
    }
}

.or_ctw02 {
    color: #ff6d00;
    font-family: "century-gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: min(20vw, 110px);
    letter-spacing: 9px;
    padding-top: 0px;
    left: 0;
    right: 0;
}

.or_tt01or {
    color: #ff6d00;
    font-size: 20px;
    letter-spacing: 2px;
    font-feature-settings: "palt";
    padding-top: 8px;
    text-align: center;
}

.or_wct01or {
    color: #ff6d00;
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 18px;
    font-feature-settings: "palt";
    text-align: center;
}

.or_wct02or {
    color: #ff6d00;
    font-family: "century-gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    letter-spacing: 2px;
    font-feature-settings: "palt";
    text-align: center;
    vertical-align: top;
}

.or_w_box01or {
    width: 100%;
    height: auto;
    border: 2px solid;
    border-color: #ff6d00;
    border-radius: 30px;
    text-align: center;
    margin: 40px;
    padding: 20px 14px 24px 14px;
}

@media (max-width: 991.98px) {
    .or_w_box01or {
        margin: 12px 10px 12px 10px;
        padding: 16px 6px 10px 6px;
    }
}

@media (max-width: 767.98px) {
    .or_w_box01or {
        margin: 40px 0 40px 0;
    }
}

@media (max-width: 575.98px) {
    .or_w_box01or {
        margin: 40px 0 40px 0;
    }
}

.or_orange_h02 {
    position: absolute;
    display: block;
    padding-top: 0px;
    top: 0;
    margin-left: -150px;
}

.or_orange_h02 img {
    width: 460px;
    height: auto;
}

@media (max-width: 1199.98px) {
    .or_orange_h02 {
        margin-left: -150px;
    }
}

@media (max-width: 991.98px) {
    .or_orange_h02 {
        margin-left: -210px;
    }

    .or_orange_h02 img {
        width: 400px;
        height: auto;
    }
}

@media (max-width: 767.98px) {
    .or_orange_h02 {
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .or_orange_h02 img {
        width: 80%;
        height: auto;
    }
}

@media (max-width: 575.98px) {
    .or_orange_h02 {
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .or_orange_h02 img {
        width: 80%;
        height: auto;
    }
}

.or_ct01w02 {
    color: #fff;
    font-family: "century-gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: min(14vw, 85px);
    letter-spacing: 3px;
    line-height: 85px;
    padding-top: 0px;
    padding-bottom: 30px;
    left: 0;
    right: 0;
}

@media (max-width: 575.98px) {
    .or_ct01w02 {
        line-height: 65px;
        padding-bottom: 0px;
    }
}

.or_orange_ha {
    position: absolute;
    display: block;
    padding-top: 0px;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.or_orange_ha img {
    width: 460px;
    height: auto;
}

@media (max-width: 991.98px) {
    .or_orange_ha img {
        width: 400px;
        height: auto;
    }
}

@media (max-width: 767.98px) {
    .or_orange_ha img {
        width: 80%;
        height: auto;
    }
}

@media (max-width: 575.98px) {
    .or_orange_ha img {
        width: 80%;
        height: auto;
    }
}

.tt_line01w_space02 {
    width: 3px;
    height: 200px;
    margin: 0 auto;
}

@media (max-width: 767.98px) {
    .tt_line01w_space02 {
        height: 230px;
    }
}

@media (max-width: 575.98px) {
    .tt_line01w_space02 {
        height: 124px;
    }
}

.or_map iframe {
    width: 100%;
    height: 450px;
}

@media (max-width: 767.98px) {
    .or_map iframe {
        height: 360px;
    }
}

@media (max-width: 575.98px) {
    .or_map iframe {
        height: 300px;
    }
}

.tt_line01w_space03 {
    width: 3px;
    height: 0px;
    margin: 0 auto;
}

.btn-or-wc01 {
    width: 40%;
    height: auto;
    max-width: 500px;
    min-width: 300px;
    border: 2px solid;
    border-color: #fff;
    border-radius: 3rem;
    color: #fff;
    font-family: "century-gothic", sans-serif;
    font-size: 22px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05em;
    margin-top: 50px;
    margin-bottom: 40px;
    padding: 14px;
}

.btn-or-wc01:hover {
    border: 2px solid;
    border-color: #fff;
    border-radius: 3rem;
    color: #ff6d00;
    background-color: #fff;
}

@media (max-width: 767.98px) {
    .btn-or-wc01 {
        margin-top: 30px;
        margin-bottom: 20px;
    }
}

@media (max-width: 575.98px) {
    .btn-or-wc01 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.or_t_pp01 {
    font-family: "century-gothic", sans-serif;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    letter-spacing: 0.05em;
    text-decoration: none;
}

.or_t_pp01:hover {
    color: #000;
}

.or_t_w02 {
    color: #fff;
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 30px;
}

.or_t_copy01 {
    color: #ff6d00;
    letter-spacing: 0.05em;
    padding-top: 4px;
}

.jumbotron-extend07 {
    background: url(../images/or_orback01.jpg) center top no-repeat;
    background-size: cover;
    background-position: center top;
    background-color: #ff8c00;
    padding-bottom: 0px;
}

.btn-or-orc01 {
    width: 40%;
    height: auto;
    max-width: 500px;
    min-width: 300px;
    border: 2px solid;
    border-color: #ff6d00;
    border-radius: 3rem;
    color: #ff6d00;
    font-family: "century-gothic", sans-serif;
    font-size: 22px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05em;
    margin-top: 50px;
    margin-bottom: 40px;
    padding: 14px;
}

.btn-or-orc01:hover {
    border: 2px solid;
    border-color: #ff6d00;
    border-radius: 3rem;
    color: #fff;
    background-color: #ff6d00;
}

.text-danger {
    color: #000 !important;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #000 !important;
}

.or_orange_hc {
    display: block;
    padding-top: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.or_orange_hc img {
    width: 460px;
    height: auto;
    transform: rotate(180deg);
}

@media (max-width: 991.98px) {
    .or_orange_hc img {
        width: 400px;
        height: auto;
    }
}

@media (max-width: 767.98px) {
    .or_orange_hc img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 575.98px) {
    .or_orange_hc img {
        width: 100%;
        height: auto;
    }
}

hr.hr_or01 {
    border-top: solid 1px #777777;
    width: 90%;
}

a.anchor {
    display: block;
    padding-top: 0px;
    margin-top: 0px;
}

@media (min-width: 768px) {
    a.anchor {
        display: block;
        padding-top: 58px;
        margin-top: -58px;
    }
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 80%;
}

#page-top a {
    background-color: #222;
    text-decoration: none;
    color: #fff;
    letter-spacing: 0.05em;
    width: 64px;
    height: 64px;
    padding: 24px 0;
    text-align: center;
    display: block;
    border-radius: 50%;
}

#page-top a:hover {
    text-decoration: none;
    background-color: #333;
}

.or_t_tblue01 {
    font-weight: 700;
    color: #fff;
}

.or_t_mmv01 {
    font-family: "century-gothic", sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: 0.05em;
    color: #fff;
}

.or_t_mmv02 {
    font-size: 18px;
    font-weight: 700;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    color: #fff;
}

hr.hr_or02 {
    border-top: solid 1px #fff;
    width: 90%;
}


.br-sp {
    display: none;
}

.br-pc {
    display: block;
}

@media (max-width: 767.98px) {
    .br-sp {
        display: block;
    }

    .br-pc {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .br-sp {
        display: block;
    }

    .br-pc {
        display: none;
    }
}

.jumbotron_or {
    padding-left: 0rem;
    padding-right: 0rem;
}

.or_svg_w01 {
    max-width: 210px;
    margin: 0 auto;
    padding-right: 30px;
}

.or-t-n {
    display: inline;
}

@media (max-width: 767.98px) {
    .or-t-n {
        display: none;
    }
}

.or_nav_logo {
    width: 0px;
    height: auto;
}

@media (max-width: 767.98px) {
    .or_nav_logo {
        width: 80px;
        height: auto;

    }
}















.tt01s {
    font-family: mr-eaves-xl-modern, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #212525;
    letter-spacing: -0.01em;
    margin-bottom: 0px;
}

.tt02 {
    font-family: mr-eaves-xl-modern, sans-serif;
    font-weight: 200;
    font-style: normal;
    color: #fff;
    letter-spacing: 0.00em;
    margin-bottom: 0px;
}

.tt02xr {
    font-family: mr-eaves-xl-modern, sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 64px;
    color: #fff;
    letter-spacing: 0.05em;
    margin-bottom: 0px;
}

.ts01 {
    font-family: mr-eaves-xl-modern, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    letter-spacing: 0.05em;
    margin-bottom: 0px;
}

.ts02 {
    font-family: mr-eaves-xl-modern, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #212525;
    letter-spacing: 0.05em;
    margin-bottom: 0px;
}

.mt01_lh {
    line-height: 2.5em;
}

.mt01_lhs {
    line-height: 2em;
}

.xr_mt01 {
    line-height: 2.0em;
    color: #9ae0d8;
    margin-top: 620px;
}

.xr_mt01s {
    line-height: 2.0em;
    color: #9ae0d8;
    margin-top: 390px;
}

.xr_mtp01 {
    font-weight: 600;
    font-size: 18px;
    line-height: 2.0em;
    letter-spacing: 0.05em;
    color: #9ae0d8;
}

.xr_mtp02 {
    font-style: normal;
    font-size: 15px;
    line-height: 0.2em;
    letter-spacing: 0.00em;
    color: #fff;
}


.t_w01 {
    width: 95%;
    margin: 0 auto;
}

.t_w02 {
    width: 90%;
    margin: 0 auto;
}

.t_w03 {
    width: 74%;
    margin: 0 auto;
}

.t_w03s {
    width: 90%;
    margin: 0 auto;
}

.t_w04 {
    width: 95%;
    margin: 0 auto;
}

.svg_w01 {
    max-width: 900px;
}

.svg_w02 {
    max-width: 300px;
    margin: 0 auto;
}

.svg_w03 {
    max-width: 240px;
    margin: 0 auto;
}

.img_w02 {
    max-width: 300px;
    margin: 0 auto;
}



hr.tt_line02 {
    border-top: solid 5px #fff;
    width: 60px;
}

hr.hr01 {
    border-top: solid 1px #212525;
    width: 90%;
}

hr.hr02 {
    border-top: solid 1px #212525;
    width: 100%;
}

hr.hr03 {
    border-top: solid 4px #eee;
    width: 100%;
}

#wrap-top {
    overflow: hidden;
}

.bg-black {
    background-color: rgba(0, 0, 0, 0.7);
}



.navbar-dark .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border: none;
    padding: 0px;
    width: 30px;
    height: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.navbar-dark .navbar-toggler-icon {
    background-image: none;
    /* この行で背景画像を無効化 */
    background-color: #fff;
    width: 25px;
    height: 2px;
    display: block;
    position: absolute;
    -webkit-transition: ease .5s;
    transition: ease .5s;
}

/* 3本のバーそれぞれの座標を設定 */
.navbar-toggler-icon:nth-of-type(1) {
    top: 6px;
}

.navbar-toggler-icon:nth-of-type(2) {
    top: 14px;
}

.navbar-toggler-icon:nth-of-type(3) {
    top: 22px;
}

/* メニューが開いている時の　3本のバーそれぞれの座標および角度を設定 */

/*
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(1) {
top:13px;
transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(2) {
opacity: 0;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(3) {
top:13px;
transform: rotate(-45deg);
}
 */

.navbar-toggler-icon {
    top: 13px;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(1) {
    top: 13px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(2) {
    top: 13px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(3) {
    top: 13px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
}





.jumbotron-extend {
    position: relative;
    height: 680px;
    background-color: #000;
}



.jumbotron-extend03 {
    background: url(../images/alliance_bg01.jpg) center no-repeat;
    background-size: cover;
    height: 380px;
}

.jumbotron-extend_xr {
    background: url(../images/xr01.jpg) center no-repeat;
    background-size: 1200px auto;
    background-position: center top;
    background-color: #000;
}

@media (min-width: 768px) {
    .jumbotron-extend_xr {
        background: url(../images/xr01.jpg) center no-repeat;
        background-size: 1920px auto;
        background-position: center top;
        background-color: #000;
    }
}

.jumbotron-extend04 {
    background: url(../images/m_bg02.jpg) center top no-repeat;
    background-size: auto;
    background-position: center top
}


.jumbotron-extend_pp {
    background: url(../images/m_bg01.jpg) center top no-repeat;
    background-size: auto;
    background-position: center top
}

.jumbotron-tblue {
    background-color: #ff6d00;
}

.jumbotron-black {
    background-color: #000;
}

.jumbotron-container {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.container-fluid02 {
    width: 100%;
    padding: 0px;
    margin-right: auto;
    margin-left: auto;
}

.resizeimage01 {
    overflow: hidden;
    margin-top: -343px;
}

.resizeimage02 object {
    width: 100%;
}

.resizeimage01 video {
    position: absolute;
    margin: auto;
    left: -100%;
    right: -100%;
}

.resizeimage02 svg {
    width: 100%;
}

.site-name {
    font-family: 'Playfair Display', serif;
}

.btn-tblue {
    margin-top: 36px;
    margin-bottom: 36px;
    width: 40%;
    max-width: 500px;
    min-width: 300px;
    border-radius: 0.25rem;
    background-color: #ff6d00;
    color: #fff;
    font-family: mr-eaves-xl-modern, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.05em;
}

.btn-tblue:hover {
    background-color: #daf6f3;
    color: #ff6d00;
}

.btn-txr {
    padding-top: 10px;
    margin-top: 36px;
    margin-bottom: 36px;
    width: 40%;
    max-width: 500px;
    min-width: 300px;
    border-radius: 0.25rem;
    background-color: #ff6d00;
    color: #fff;
    font-size: medium;
    font-family: mr-eaves-xl-modern, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05em;
}

.btn-txr:hover {
    background-color: #daf6f3;
    color: #ff6d00;
}

.btn-white01 {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 40%;
    max-width: 500px;
    min-width: 300px;
    border-radius: 0.25rem;
    background-color: #fff;
    color: #ff6d00;
    font-family: mr-eaves-xl-modern, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.05em;
}

.btn-white01:hover {
    background-color: #bce5e0;
    color: #fff;
}

.btn-white02 {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
    border-radius: 0.25rem;
    background-color: #fff;
    color: #ff6d00;
    font-family: mr-eaves-xl-modern, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.05em;
}

.btn-white02:hover {
    background-color: #bce5e0;
    color: #fff;
}

.btn-black01 {
    margin-top: 20px;
    margin-bottom: 10px;
    width: 40%;
    max-width: 500px;
    min-width: 300px;
    border-radius: 0.25rem;
    background-color: #e91c1c;
    color: #fff;
    font-family: mr-eaves-xl-modern, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.05em;
}

.btn-black01:hover {
    background-color: #444;
    color: #fff;
}

.shadow01 {
    -webkit-box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.07) !important;
    box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.07) !important;
}

.text-ls-w {
    letter-spacing: 0.05em;
}

.css-br::after {
    content: "\A";
    white-space: pre;
}

.container-fluid-c {
    width: auto;
    height: 500px;
    padding: 0px;
    margin-right: auto;
    margin-left: auto;
}


.grad01 {
    background: -webkit-gradient(linear, left top, left bottom, from(#d7ade8), color-stop(#bfb6f1), color-stop(#d7ade8), to(#bfb6f1));
    background: linear-gradient(180deg, #d7ade8, #bfb6f1, #d7ade8, #bfb6f1);
    background-size: 800% 800%;

    -webkit-animation: aha_bg01 30s ease infinite;
    animation: aha_bg01 30s ease infinite;
}

@-webkit-keyframes aha_bg01 {
    0% {
        background-position: 50% 0%
    }

    50% {
        background-position: 50% 100%
    }

    100% {
        background-position: 50% 0%
    }
}

@keyframes aha_bg01 {
    0% {
        background-position: 50% 0%
    }

    50% {
        background-position: 50% 100%
    }

    100% {
        background-position: 50% 0%
    }
}

.ahz_img01 img {
    width: 100%;
    max-width: 812px;
    height: auto;
}

.tblue_t01 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #ff6d00;
}

.tblue_t02 {
    font-family: zekton, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 5rem;
}

.bottom-text01 {
    bottom: 0;
}

.site-header {
    padding: 60px;
    position: fixed;
    top: 0;
    -webkit-transition: .5s;
    transition: .5s;
    width: 100%;
    z-index: 999;
}

.site-header.hide {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

@-webkit-keyframes mbg-color {
    0% {
        background-color: rgba(0, 0, 0, 0);
    }

    100% {
        background-color: rgba(0, 0, 0, 0.9);
    }
}

@keyframes mbg-color {
    0% {
        background-color: rgba(0, 0, 0, 0);
    }

    100% {
        background-color: rgba(0, 0, 0, 0.9);
    }
}

@-webkit-keyframes mbg-color-pc {
    0% {
        background-color: transparent;
    }

    100% {
        background-color: transparent;
    }
}

@keyframes mbg-color-pc {
    0% {
        background-color: transparent;
    }

    100% {
        background-color: transparent;
    }
}

#mainNav {
    -webkit-box-shadow: 0 0.5rem 1rem rgb(0, 0, 0, 0);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: background-color 0.2s 0.2s ease;
    transition: background-color 0.2s 0.2s ease;
}

.ht_black {
    background-color: rgba(0, 0, 0, 0.8) !important;
    -webkit-transition: background-color 0.2s 0s ease !important;
    transition: background-color 0.2s 0s ease !important;
}

#mainNav .navbar-brand .logo01 {
    color: #212529;
    fill: #fff;
}

#mainNav .navbar-nav .nav-item .nav-link {
    color: #fff;
    font-family: "century-gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05em;
    font-size: 1.2rem;
    padding: 1.5rem 0;
}

#mainNav .navbar-nav .nav-item .nav-link:hover,
#mainNav .navbar-nav .nav-item .nav-link:active {
    color: #ff6d00;
}

#mainNav .navbar-nav .nav-item .nav-link.active {
    color: #ff6d00 !important;
}

#mainNav.navbar-scrolled {
    background-color: rgba(0, 0, 0, 0.8);
}

.nav-item {
    height: 120px;
}


@media (min-width: 768px) {

    .site-header {
        padding: 60px;
        position: fixed;
        top: 0;
        -webkit-transition: .5s;
        transition: .5s;
        width: 100%;
        z-index: 999;
    }

    .site-header.hide {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    #mainNav {
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: transparent;
        -webkit-animation: mbg-color-pc;
        animation: mbg-color-pc;

    }

    #mainNav .navbar-brand .logo01 {
        color: rgba(255, 255, 255, 0.7);
        fill: #fff;
    }

    #mainNav .navbar-brand .logo01:hover {
        color: #fff;
        fill: #fff;
    }

    #mainNav .navbar-nav .nav-item .nav-link {
        color: rgba(255, 255, 255, 0.7);
        padding: 0 0.7rem;
        font-size: 0.9rem;
    }

    #mainNav .navbar-nav .nav-item .nav-link:hover {
        color: #fff;
    }

    #mainNav .navbar-nav .nav-item:last-child .nav-link {
        padding-right: 0;
    }

    #mainNav.navbar-scrolled {
        background-color: rgba(0, 0, 0, 0.6);
    }

    #mainNav.navbar-scrolled .navbar-brand .logo01 {
        color: #212529;
        fill: rgba(0, 0, 0, 0.7);
    }

    #mainNav.navbar-scrolled .navbar-brand .logo01:hover {
        color: #ff6d00;
        fill: rgba(0, 0, 0, 0.7);
    }

    #mainNav.navbar-scrolled .navbar-nav .nav-item .nav-link:hover {
        color: #ff6d00;
    }

    .nav-item {
        height: 24px;
    }

}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

section#service {
    background-color: #ff6d00;
}

section#contact {
    background-color: #ff6d00;
}

section#contact .section-heading {
    color: #fff;
}

section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 12px;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 194px;
}

section#contact .form-control:focus {
    border-color: #ff6d00;
    -webkit-box-shadow: none;
    box-shadow: none;
}

section#contact ::-webkit-input-placeholder {
    font-weight: 700;
    color: #ced4da;
}

section#contact :-moz-placeholder {
    font-weight: 700;
    color: #ced4da;
}

section#contact ::-moz-placeholder {
    font-weight: 700;
    color: #ced4da;
}

section#contact :-ms-input-placeholder {
    font-weight: 700;
    color: #ced4da;
}

.alert-success {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    margin-top: 0px;
    margin-bottom: 0px;
}

.t_a01 a {
    text-decoration: none;
}

.t_pp01 {
    font-family: mr-eaves-xl-modern, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    letter-spacing: 0.05em;
    text-decoration: none;
}

.t_pp01:hover {
    color: #000;
}


.t_tblue01 {
    font-weight: 700;
    color: #ff6d00;
}

@media screen and (min-width: 575.98px) {
    .br-pc {
        display: block;
    }

    .br-sp {
        display: none;
    }
}

@media screen and (max-width: 575.98px) {
    .br-pc {
        display: none;
    }

    .br-sp {
        display: block;
    }
}

.t_copy01 {
    color: rgba(255, 255, 255, 0.3);
}

.tel-number a {
    color: #212525;
}


.fullscreen .modal-dialog {
    margin: 0 0 0 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    min-height: 100%;
    padding: 0;
    ;
}

.fullscreen .modal-content {
    height: 100%;
    min-height: 100%;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.8);
    overflow: auto;
}

.fullscreen .modal-content .modal-header {
    border: 0px;
}

.fullscreen .modal-content button {
    opacity: 1;
}

.fullscreen .modal-content button span {
    color: #fff;
    font-weight: 1;
    font-size: 26px;
    text-shadow: none;
}

.fullscreen .modal-body .modal-logo img {
    width: 158px;
    padding-bottom: 84px;
}

.fullscreen .modal-body ul {
    padding: 0 0 0 0;
}

.fullscreen .modal-body li {
    padding-bottom: 43px;
}

.fullscreen .modal-body a {
    color: #fff;
    font-size: 16px;
}

.fullscreen .modal-body .social img {
    width: 56px;
    margin: 8px;
}

.modal-title {
    color: #fff;
}

.mb-4_5 {
    margin-bottom: 2rem !important;
}

iframe {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.xr_p01 {
    position: relative;
}

.xr_p01 {
    position: absolute;
}