@charset "UTF-8";

/*************************************************/

html {
    height: -webkit-fill-available;
}

body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
    background: #FFF;
}

.videoIframeWrap {
    position: relative;
    padding-top: calc(100% * 194 / 299);
}

.videoIframeWrap > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width:450px) {
    .videoIframeWrap {
        position: relative;
        padding-top: calc(100% * 3 / 4);
    }
}


.noto-sans-jp-regular {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.noto-sans-jp-bold {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.noto-sans-jp-semibold {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}



.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}





.wrapper {
    position: relative;
    width: 100%;
    display: block;
}

#page .wrapper {
    padding-top: 100px;
}

main {
    z-index: 1;
}

::selection {
    color: #fff !important;
    background-color: #000 !important;
}

::-moz-selection {
    color: #fff;
    background-color: #000;
}

body {
    font-family: "Poppins", "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    min-width: 320px;
    margin: 0 auto;
    font-size: 14px;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
    color: #000;
}

main {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

@media screen and (max-width: 768px) {
    main {
        overflow-x: hidden;
    }
}


main::-webkit-scrollbar {
    display: none;
}


a {
    color: #887C52;
    text-decoration: none;
}



/**** load
---------------------------------------------------------------*/
#loading {
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    text-align: center;
    animation: up_animation ease-in-out;
    animation-duration: 1s;
    animation-delay: 3.2s;
    animation-fill-mode: both;
}

@media screen and (max-width: 786px) {
    #loading {
        animation: up_animation_sp ease-in-out;
        animation-duration: .5s;
    animation-delay: 3.2s;
    animation-fill-mode: both;
    }
}

#loading .loader {
    position: fixed;
    height: 106px;
    width: 560px;
    top: 50%;
    left: 50%;
    margin-left: -280px;
    margin-top: -53px;
}
@media screen and (max-width: 786px) {
    #loading .loader {
        height: 106px;
        width: 340px;
        margin-left: -170px;
    }
}


.op_text1 {
    animation: alpha_animation_in ease-in-out;
    animation-duration: 1s;
    animation-delay: .3s;
    animation-fill-mode: both;
    display: block;
    line-height: 1;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 786px) {
    .op_text1,.op_text2 {
    font-size: 20px;
    }
}

.op_text {
    position: relative;
    display: block;
    animation: alpha_animation ease-in-out;
    animation-duration: 1s;
    animation-delay: 2.5s;
    animation-fill-mode: both;
}

.op_text1 {
    margin-bottom: 30px;
}

@media screen and (max-width: 786px) {
    .op_text1 {
    margin-bottom:15px;
    }
}



@keyframes alpha_animation_in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }

}


@keyframes alpha_animation {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }

}


@keyframes up_animation {
    0% {
        transform: translateY(0);
    }

    to {
        transform: translateY(-100%);
    }
}


@keyframes up_animation_sp {
    0% {
        transform: translateY(0);
    }

    to {
        transform: translateY(-190%);
    }
}




/*----------------------------------------------------------------------*/

header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 74px;
    z-index: 998;
    background: #FFF;
}

@media screen and (max-width: 768px) {
    header {
        height: 63px;
    }
}

header nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 24px 0;
    justify-content: flex-end;
    align-items: center;
    min-width: 1200px;
}

@media screen and (max-width: 786px) {
    header nav {
        min-width: 320px;
    }
}

header nav h1 {
    position: absolute;
    top: 10px;
    left: 24px;
}

.hd__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 0;
}

.hd__navigation li a {
    padding: 0 20px;
    color: #000;
    font-weight: 700;
    font-size: 18px;
    line-height: 2;
}



nav ul.hd__navigation li a {
    text-decoration: none;
    padding: 10px 0;
    transition: all 0.3s;
    font-weight: bold;
    margin: 0 16px;

}

nav ul.hd__navigation li a:hover {
    border-bottom: 3px solid #000;
}


.hd__navigation img {
    height: 22.5px;
    width: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

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

    .hd__logo {
        width: 116px;
        margin: 0;
    }

    .hd__navigation {
        display: none;
    }
}


.btn_line {
    border: 1px solid #000;
    line-height: 2;
    margin-left: 1rem;
    font-weight: bold;
}

#page header {
    background: rgba(255, 255, 255, 0.8);
}

.pankuzu {
    font-size: 0.9em;
    padding-left: 24px;
}

h2 {
    margin-bottom: 40px;
}

/** TOP
-------------------------------------------------------------------------------**/

.kv-slider__area {
    width: 100%;
    min-width: 1200px;
    height: calc(100vh - 80px);
    position: relative;
    margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
    .kv-slider__area {
        min-width: 320px;
        height: calc(100vh - 63px);
        overflow: hidden;
    }
}


@media screen and (max-width: 768px) {
    .slider_position {
        transform: rotate(-0.25turn);
        height: 100vw;
        position: relative;
        width: 180%;
        margin-left: -40%;
    }
}


.main_logo__area {
    position: absolute;
    top: calc(50% - 110px);
    left: calc(50% - 334px);
    z-index: 3;
}

@media screen and (max-width: 768px) {
    .main_logo__area {
        text-align: center;
        top: calc(50% - 120px);
        left: calc(50% - 155px);
        background: #FFF;
        display: flex;
        align-items: center;
        height: 123px;

    }

    .main_logo__area img {
        width: 310px;
        height: auto;
    }
}


section {
    padding: 3rem 0;
    min-width: 1200px;
}

.page_inner {
    max-width: 1100px;
    margin: auto;
    padding: 0 8.4%;
}

.page_inner_L {
    max-width: 1200px;
    margin: auto;
}

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

    section,
    .page_inner,
    .page_inner_L {
        min-width: 320px;
        width: 100%;
    }

    section > * {
        box-sizing: border-box;
    }

}


.page_inner__long {
    width: 100%;
    overflow: visible;
    margin-left: calc((100vw - 1100px) / 2);
}

@media screen and (max-width: 768px) {
    .page_inner__long {
        margin-left: 0;
    }
}


.box__area {
    display: flex;
    align-items: flex-start;
}

@media screen and (max-width: 768px) {
    .box__area {
        flex-wrap: wrap;
    }
}

.box__area.step {
    align-items: flex-start;
    text-align: center;
}

@media screen and (max-width: 768px) {
    
    .page_inner.step_sp {
    padding: 0 0 0 8.3%;
    }
    
    .sp_scroll {
        width: 105%;
        overflow: scroll;
        margin-top: 4rem;
    }

    .box__area.step {
        width: 900px;
        overflow-x: scroll;
    }
}


.box_inner_step {
    width: 25%;
    padding: 0 1rem 1rem;
    margin-top: 6rem;
}

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

    .box_inner_step {
        width: 171px;
        padding: 0 1rem 1rem 0;
        margin-top: 0;
    }
}


.box_inner_arrow {
    align-self: center;
    margin-top: 8rem;
}

@media screen and (max-width: 768px) {
    .box_inner_arrow {
        margin-top: 0;
        padding-top: 56px;
    }
}


.left_box {
    width: 50%;
}

.right_img {
    width: 50%;
    text-align: right;
}

@media screen and (max-width: 768px) {
    .left_box {
        width: 100%;
    }

    .right_img {
        width: 100%;
        margin-top: 2rem;
    }
}


.left_box_s {
    width: 40%;
}

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

    .left_box_s {
        width: 83.2%;
        padding: 0 8.4%;
    }
}

.left_box_s p {
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    .left_box_s p {
        font-size: 15px;
        line-height: 1.8;
        font-weight: 700;
    }
}

.right_slider {
    width: 55%;
}

@media screen and (max-width: 768px) {
    .right_slider {
        width: 100%;
    }
}


.box__area.sv {
    align-items: center;
}



.right_slider img {
    height: 470px;
    width: auto;
    margin-right: 2rem;
}

@media screen and (max-width: 768px) {
    .right_slider img {
        height: auto;
    }
}

.bg_000 {
    background: #000;
    color: #FFF;
    padding: 4px 10px;
    font-size: 42px;
    line-height: 1;
    display: inline-block;
}

@media screen and (max-width: 786px) {
    .bg_000 {
        font-size: 25px;
        margin-bottom: 0;
    }

}

.about h3 {
    font-size: 48px;
    line-height: 1.77;
    margin-bottom: 1rem;
}

@media screen and (max-width: 786px) {
    .about h3 {
        font-size: 30px;
        margin-top: 1rem;
    }
}

.about p {
    font-size: 18px;
}

@media screen and (max-width: 786px) {
    .about p {
        font-size: 15px;
        line-height: 1.8;
        font-weight: 700;
    }
}

.sv_title {
    font-size: 96px;
    line-height: 1.2;
}

.sv_title span {
    display: block;
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    .sv_title {
        font-size:72px;
    }

    .sv_title span {
        font-size: 15px;
    }
}


@media screen and (max-width: 374px) {
    .sv_title {
        font-size:66px;
    }
}


.box_inner_step h3 {
    font-size: 20px;
}

.box_inner_step h3 span {
    display: block;
    font-size: 18px;
    line-height: 1;
}


@media screen and (max-width: 768px) {
    .box_inner_step h3 {
        font-size: 15px;
    }

    .box_inner_step h3 span {
        font-size: 14px;
    }
}


.box_inner_step .icons {
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .box_inner_step .icons {
        min-height: 110px;
    }
    .box_inner_step .icons img{
        width: 50%;
    }
    .sp_swipe{
        padding-top: .5rem;
        text-align: right;
        padding-right: 4%;
    }
}


.box__area.logos {
    justify-content: space-around;
    align-items: center;
    margin: 5rem auto 0;
}

@media screen and (max-width: 768px) {
    .box__area.logos {
        padding-right: 8.3%;
    }
    .box__area.logos .inner_box {
        width: 45%;
        text-align: center;
    }
    .box__area.logos .inner_box img{
        transform: scale(80%);
    }

    .box__area.logos .inner_box:first-child {
        width: 100%;
    }
}


.box__area.logos h3 {
    background: #000;
    color: #FFF;
    padding: 8px;
    line-height: 1;
    font-size: 24px;
}

@media screen and (max-width: 768px) {
    .box__area.logos h3 {
        display: inline-block;
    }
}


.box__area_line {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    background-image: url(../img/btn_arrow.svg);
    background-repeat: no-repeat;
    background-position: right center;
    padding: 2rem 0
}

@media screen and (max-width: 768px) {
    .box__area_line {
        flex-wrap: wrap;
        background-position: top 23% right 30%;
        background-color: #000;
        background-image: url(../img/btn_arrow_f.svg);
        color: #FFF !important;
        padding: 8.3%;
        justify-content: flex-start;
    }
}


.recruit .btn03.borderleft3 {
    width: 100%;
}

.title h2 {
    font-size: 96px;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 0;
}

@media screen and (max-width: 768px) {
    .title {
        width: 100%;
    }

    .title h2 {
        font-size: 45px;
        text-align: left;
        margin-bottom: 1rem;
    }
}

.right_text {
    padding-right: 3rem;
}

@media screen and (max-width: 768px) {
    .right_text {
        width: 100%;
        padding-right: 0;
    }
}

.right_text p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 0;
    margin-top: 0;
}

@media screen and (max-width: 768px) {
    .right_text p {
        font-size: 13px;
    }
}

@media screen and (max-width: 768px) {
    .company .page_inner {
        padding: 0;
    }
}

.co_left_box {
    width: 45%;
}

@media screen and (max-width: 768px) {
    .co_left_box {
        width: 100%;
        padding: 0 8.3%;
        margin-bottom: 4rem;
    }
}

.co_left_box dl {
    display: flex;
    margin-bottom: 0;
}

.co_left_box dl dt {
    width: 17%;
}


@media screen and (max-width: 768px) {
    .co_left_box h2 {
        margin-bottom: 20px;
    }

    .co_left_box dl {
        flex-direction: column;
        font-size: 13px;
    }

    .co_left_box dl dt {
        width: 100%;
        font-weight: 700;
    }

    .co_left_box dl dd {
        margin-left: 0;
        font-weight: 600;

    }

}

.map {
    width: 55%;
}

@media screen and (max-width: 768px) {
    .map {
        width: 100%;

    }
}


iframe,
object,
embed {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}




.btn_link {
    width: 225px;
    text-align: center;
    line-height: 48px;
    margin-top: 2rem;
}

.btn_link a {
    color: #000;
}


.recruit {
    padding: 8rem 0;
}

@media screen and (max-width: 768px) {
    .recruit {
        padding: 4rem 0 0;
    }
}



/*========= 固定ボタン===============*/

#page-top_sp {
    position: fixed;
    z-index: 10000;
}

#page-top {
    position: fixed;
    z-index: 10000;
    opacity: 0;
    transform: translateY(100px);
}




.bottom_nav a {
    width: 50%;
    display: inline-block;
    text-align: center;
    padding: 16px 0;
    font-size: 16px;
    color: #fff;
}

.bottom_nav a img {
    padding-right: 1rem;
    vertical-align: middle;
}

@media screen and (max-width:1080px) {
    .bottom_nav a {
        padding: 16px;
        font-size: 9px;

    }

}



@-webkit-keyframes fuwafuwa {

    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes fuwafuwa {

    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

.anime-fuwa {
    -webkit-animation: 3s fuwafuwa infinite;
    animation: 3s fuwafuwa infinite;
}


.top-slider__area {
    position: relative;
    overflow: hidden;
}

.slide__filter {
    width: 100%;
    height: 100%;
    min-height: 241px;
    background-image: url(img/filter.png);
    background-size: cover;
    z-index: 100000;
    position: absolute;
    top: 0;
    left: 0;
}

.slider img {}

.slider.top li {
    display: inline-block;
    width: auto !important;
    height: calc(100vh - 80px);
    display: flex;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .slider.top li {
        height:100vw;
    }
}


.slider.sv li {
    display: inline-block;
    width: auto !important;
}

.slider.top img {
    /*aspect-ratio: 607 / 38;
    max-width: none;*/
    max-width: none;
}

@media screen and (max-width: 768px) {
    .slider.top img {
        height: 62px;
        margin-top:0;
        width: auto;
    }
}


.slider .slick-slide {
    margin: 0;
}

.slick-slider {
    margin-bottom: 0;
}


@media screen and (max-width: 768px) {
.slider2 li{
    padding: .5rem;
    }
}

/** Action
-------------------------------------------**/
/* hover effect page_link*/
.btn03 {
    position: relative;
    display: inline-block;
    padding: 0 30px;
    color: #000;
    border: 1px solid #000;
    text-decoration: none;
    outline: none;
    overflow: hidden;
    display: block;
}

@media screen and (max-width: 768px) {
    .btn03 {
        padding: 0;
    }
}


.hd_btn_line {
    line-height: 1;
    margin-left: 24px;
}

@media screen and (max-width: 786px) {
    .hd_btn_line {
        display: none;
    }
}

.hd_btn_line .btn03 {
    padding: 5px 40px;
    font-weight: bold;
    font-size: 18px;
    line-height: 45px;
}

.btn03:hover {
    color: #fff;
    border-color: transparent;
    transition-delay: .6s;
    opacity: 1;
}


.btn03 span {
    display: block;
    z-index: 2;
}

/* line-- */


.borderleft3 span::before,
.borderleft3 span::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background: #000;
    transition: all .3s;
}

#recruit .borderleft3 span::before,
#recruit .borderleft3 span::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background: #000;
    transition: all .3s;

}



.borderleft3 span::before {
    left: 0;
    top: 0;
}

.borderleft3 span::after {
    left: 0;
    bottom: 0;
}


.borderleft3:hover span::before,
.borderleft3:hover span::after {
    width: 100%;
}

/* BG */
.borderleft3::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    height: 100%;
    width: 0;
    background: #000;
    transition: all .3s;
}

#recruit .borderleft3::before {
    background-image: url(../img/btn_arrow_f.svg);
    background-position: right 25px top 51%;
    background-repeat: no-repeat;
    background-size: 70px;
}


.borderleft3:hover::before {
    width: 100%;
    transition-delay: .2s;
}


/* hover effect footer*/
.btn04 {
    position: relative;
    display: inline-block;
    padding: 0 30px;
    color: #FFF;
    border: none;
    text-decoration: none;
    outline: none;
    overflow: hidden;
}


.btn04:hover {
    color: #000;
    border-color: transparent;
    transition-delay: .6s;
}


.btn04 span {
    display: block;
    z-index: 2;
}

/* line-- */


.borderleft span::before,
.borderleft span::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background: #333;
    transition: all .3s;
}


.borderleft span::before {
    left: 0;
    top: 0;
}

.borderleft span::after {
    left: 0;
    bottom: 0;
}


.borderleft:hover span::before,
.borderleft:hover span::after {
    width: 100%;
}

/* BG */
.borderleft::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    height: 100%;
    width: 0;
    background: #fff;
    transition: all .3s;
}


.borderleft:hover::before {
    width: 100%;
    transition-delay: .2s;
}






/* fadeUp */

.fadeUp {
    -webkit-animation-name: fadeUpAnime;
    animation-name: fadeUpAnime;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
}

.fadeUp.late {
    -webkit-animation-name: fadeUpAnime;
    animation-name: fadeUpAnime;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
}

.fadeUp.late_2 {
    -webkit-animation-name: fadeInAnime;
    animation-name: fadeInAnime;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
    from {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}


@-webkit-keyframes fadeInAnime {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeInAnime {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


.delay-time02 {
    animation-delay: 0.2s;
}

.delay-time04 {
    animation-delay: 0.4s;
}

.delay-time06 {
    animation-delay: 0.6s;
}

.delay-time08 {
    animation-delay: 0.8s;
}



.fadeUpTrigger {
    opacity: 0;
}


/*========= ローディング画面のためのCSS ===============*/
#splash {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999999;
    text-align: center;
    color: #fff;
}

#splash-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/*========= 画面遷移のためのCSS ===============*/

/*画面遷移アニメーション*/
.splashbg {
    display: none;
}

body.appear .splashbg {
    display: block;
    content: "";
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    background-color: rgba(153, 230, 252, 0.9);
    /*伸びる背景色の設定*/
    -webkit-animation-name: PageAnime;
    animation-name: PageAnime;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes PageAnime {
    0% {
        -webkit-transform-origin: left;
        transform-origin: left;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }

    50% {
        -webkit-transform-origin: left;
        transform-origin: left;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    50.001% {
        -webkit-transform-origin: right;
        transform-origin: right;
    }

    100% {
        -webkit-transform-origin: right;
        transform-origin: right;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
}

@keyframes PageAnime {
    0% {
        -webkit-transform-origin: left;
        transform-origin: left;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }

    50% {
        -webkit-transform-origin: left;
        transform-origin: left;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    50.001% {
        -webkit-transform-origin: right;
        transform-origin: right;
    }

    100% {
        -webkit-transform-origin: right;
        transform-origin: right;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
}

/*画面遷移の後のコンテンツ設定*/
#container {
    opacity: 0.01;
}

body.appear #container {
    -webkit-animation-name: PageAnimeAppear;
    animation-name: PageAnimeAppear;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
}

@-webkit-keyframes PageAnimeAppear {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes PageAnimeAppear {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}



/** modaal
------------------------------------------**/


.mo_box {
    padding: 0 3% 3%;
    position: relative;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 1200px;
    margin: 0 auto;
}

.modaal-container {
    width: 100%;
    background-color: rgb(0 0 0 / 60%);
    padding-top: 3rem;
    color: #fff !important;
}

.modaal-wrapper .modaal-close {
    display: none !important;
}

@media screen and (max-width: 768px) {
    .mo_box {
        padding: 0;
        width: 100%;
    }

    .mo_boxs {
        display: block;
        margin-bottom: 24px;
    }

    .slider_modal-wrap {
        width: 100%;
        overflow: hidden;
    }

    .swiper-controller {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding-top: 62.5%;
    }

    .modaal-content-container {
        padding: 0;
    }
}




/** footer
------------------------------------------**/

footer {
    background: #000;
    color: #FFF;
    position: relative;
    padding-bottom: 50px;
}

footer a {
    color: #FFF;
}

.logo {
    font-size: 0.8em;
    margin-bottom: 2px;
}

.footers {
    padding-top: 56px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
    align-items: center;
}

.footer_area {
    max-width: 1100px;
    margin: auto;
}

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

    .footer_area > * {
        box-sizing: border-box;
    }

    .footer_area .content {
        width: 100%;
        padding: 8.3%;
    }
}


.footer_right,
.footer_left {
    width: 50%;
}

.footer_right {
    max-width: 300px;
}

.footer_left {
    max-width: 550px;
}

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

    .footer_right,
    .footer_left {
        width: 100%;
        max-width: none;
    }

}

.line {
    border: 1px solid #FFF;
    width: 100%;
    text-align: center;
    line-height: 123px;
    font-size: 42px;
    max-width: 490px;
}

@media screen and (max-width: 768px) {
    .line {
        width: auto;
        display: block;
        font-size: 25px;
        line-height: 96px;
        margin: 2rem 0;

    }
}

.btn_link_a a {
    color: #FFF;
}



.footers p {
    line-height: 1.3;
    margin-bottom: .4rem
}


.footer__menu {
    padding: 0 0 16px 16px;
    margin: 0;
    margin-left: -47px;
}

.footer__menu li {
    font-size: 42px;
    margin-right: 2rem;
    height: 90px;
}

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

    .footer__menu li {
        margin-right: 0;
        margin: 1rem 0;
        margin-left: 0;
        font-size: 35px;
        height: 56px;
    }

}

.footer__menu a {
    color: #FFF;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .logo {
        margin-top: 24px;
        margin-bottom: 0;
        width: 100%;
        text-align: center;
    }

    .footer__menu {
        width: 100%;
        flex-direction: column;
        font-size: 1.2em;
    }
}

.footer__menu dt {
    font-size: 1em;
}

.footer__menu dd {
    font-size: .8em;
    margin-bottom: 0;
}

.botton_banner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.botton_banner img {
    height: 60px;
    width: auto;
    margin: 0 16px;
}

@media screen and (max-width: 768px) {
    .botton_banner img {
        margin-bottom: 16px;
    }
}

.footer__bottom {
    padding-top: 28px;
    text-align: right;
    border-top: 1px solid #FFF;
    display: flex;
    justify-content: space-between;
}

.ft__navigation {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    ;
    margin-bottom: 1.5rem;
    align-content: flex-start;
}

.ft__navigation li {
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
    padding: 0 3rem;
    margin-right: 3rem;
    line-height: 1;
    align-self: center;
}

@media screen and (max-width: 856px) {
    .ft__navigation {
        margin-bottom: 3rem;
    }

    .ft__navigation li {
        border: none;
        padding: 3rem;
        margin-right: 0;
        font-size: 1.2em;
    }
}

.ft__navigation li.icon_img {
    margin-right: 0;
    align-self: center;
    border: none;
    padding: 0;
}

.copy {
    font-size: .7em;
}

@media screen and (max-width: 768px) {
    .footer__bottom {
        display: flex;
        flex-direction: column;
    }

    .copy {
        width: 100%;
        font-size: .6em;
    }
}

.ft__navigation img {
    margin: 0 8px;
}

@media screen and (max-width: 856px) {
    .ft__navigation {
        border-top: 1px solid #fff;
        justify-content: flex-end;
        flex-direction: column;
    }

    .footer_right {
        width: 100%;
    }

    .copy.text__right {
        position: relative;
        bottom: auto;
        width: 100%;
        margin-right: 0;
        margin-top: 2rem;
        text-align: center !important;
    }
}

.top_link {
    position: absolute;
    bottom: 0;
    right: calc(50% - 54px);
    background: #000;
    padding: 8px 16px;
}

.top_link a {
    color: #FFF;
}


/* scroll line
------------------------------------------------*/
@media screen and (max-width: 768px) {
.scrolldown-wrap{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 90px;
    background: #FFF;
    width: 100%;
    display: block;
}
}
.scrolldown1 {
    position: absolute;
    left: 50%;
    bottom: 10px;
    height: 50px;
}

.scrolldown1 span {
    position: absolute;
    left: -35px;
    top: -20px;
    color: #000;
    font-size: 0.7rem;
    letter-spacing: 0.05em;
    width: 100px;
}


.scrolldown1::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 30px;
    background: #333;
    animation: pathmove 1.4s ease-in-out infinite;
    opacity: 0;
}


@keyframes pathmove {
    0% {
        height: 0;
        top: 0;
        opacity: 0;
    }

    30% {
        height: 30px;
        opacity: 1;
    }

    100% {
        height: 0;
        top: 50px;
        opacity: 0;
    }
}



/** Utility
***************************************************************/
.u-fs-2em {
    font-size: 2em;
}

.u-fs-1_9em {
    font-size: 1.9em;
}

.u-fs-1_8em {
    font-size: 1.8em;
}

.u-fs-1_7em {
    font-size: 1.7em;
}

.u-fs-1_6em {
    font-size: 1.6em;
}

.u-fs-1_5em {
    font-size: 1.5em;
}

.u-fs-1_4em {
    font-size: 1.4em;
}

.u-fs-1_3em {
    font-size: 1.3em;
}

.u-fs-1_2em {
    font-size: 1.2em;
}

.u-fs-1_1em {
    font-size: 1.1em;
}

.u-fs-1em {
    font-size: 1em;
}

.u-fs-09em {
    font-size: .9em;
}

.u-fs-08em {
    font-size: .8em;
}

.u-fs-07em {
    font-size: .7em;
}

.u-fs-06em {
    font-size: .6em;
}

.u-fs-05em {
    font-size: .5em;
}

.u-lh--2 {
    line-height: 2;
}

.u-mt-80 {
    margin-top: 80px;
}

.u-mt-63 {
    margin-top: 63px;
}

.u-mt-56 {
    margin-top: 56px;
}

.u-mt-48 {
    margin-top: 48px;
}

.u-mt-40 {
    margin-top: 40px;
}

.u-mt-24 {
    margin-top: 24px;
}

.u-mt-20 {
    margin-top: 20px;
}

.u-mt-24 {
    margin-top: 24px;
}

.u-mr-8 {
    margin-right: 8px;
}

.u-mr-16 {
    margin-right: 16px;
}

.u-mt-16 {
    margin-top: 16px;
}

.u-mt-8 {
    margin-top: 8px;
}

.u-mt-0 {
    margin-top: 0;
}

.u-mb-16 {
    margin-bottom: 16px;
}

.u-mb-32 {
    margin-bottom: 32px;
}

.u-mb-64 {
    margin-bottom: 64px;
}

.u-mb-80 {
    margin-bottom: 80px;
}

.u-mb-0 {
    margin-bottom: 0px;
}

.u-pb-0 {
    padding-bottom: 0;
}

.u-pt-0 {
    padding-top: 0;
}

.u-pt-40 {
    padding-top: 40px;
}

.u-min-h-200 {
    min-height: 200px;
}

.u-over__hidden {
    overflow: hidden;
}

.text__center {
    text-align: center !important;
}

.text__left {
    text-align: left !important;
}

.text__right {
    text-align: right !important;
    line-height: 1;
}

.dash {
    letter-spacing: -2px;
    margin-right: 4px;
}

.bold {
    font-weight: 700;
}

.chu {
    font-size: .6em;
}
}

.u-c-red {
    color: #d7003a;
}

.u-c-blue {
    color: #0071bc !important;
}

.u-c-fff {
    color: #fff;
}

.u-line {
    border-bottom: 1px solid #0071bc;
    display: inline-block;
}

.u-flex {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.u-flex img {
    height: auto;
    max-width: 240px;
    padding: 1px;
}


/* media Query
========================================================= */
@media screen and (max-width: 768px) {
    .u-pconly {
        display: none !important;
    }
}

@media screen and (min-width:769px) {
    .u-sponly {
        display: none !important;
    }

}