@charset "utf-8";

/*TOPタイトル*/

.top_title > .container-fluid {
    max-width: 100%;
    padding: 0;
}

.top_maincat_v h1 {
    padding: 40px;
    font-size: clamp(14px, 1vw, 24px);
    text-align: center;
    color: #fff;
    background-color: #0c3459;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    z-index: 99;
    line-height: 1.5;
}

.top_maincat_v h1 span {
    font-size: clamp(18px, 1.5vw, 24px);
    display: block;
    margin-bottom: 15px;
    font-weight: 600;
}

.cs01 img{
    margin-bottom: 10px;
}

.box {
    position: relative;
    max-width: 100%;
    height: 630px;
    overflow: hidden;
}


.box .bgImg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    animation: bgAnime 12s infinite;
}


.box .src1 {
    background-image: url(../img/main01sp.png);
    background-size: cover;
    background-position: center center;
}

.box .src2 {
    background-image: url(../img/main02sp.png);
    background-size: cover;
    background-position: center center;
    animation-delay: 4s;
}

.box .src3 {
    background-image: url(../img/main03sp.png);
    background-size: cover;
    background-position: center center;
    animation-delay: 8s;
}

.tp_vline img {
    background-image: url(../img/line_v.png);
    position: absolute;
    width: 20px;
    height: 70vh;
    left: 90vw;
    z-index: 10;
}


@keyframes bgAnime {
    0% {
        visibility: visible;
        opacity: 0;
    }

    15% {
        opacity: 1;
    }

    33.3% {
        opacity: 1;
    }

    48.3% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.read_s h2 {
    font-size: 3rem;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
    color: #0c3459;
    margin: 100px 0 0;
}

.read_s h2 span {
    font-size: 1rem;
    display: block;
    margin-bottom: 30px;
    font-weight: 400;
}

.read_s p {
    color: #0c3459;
    margin: 0 0 50px 0;
}

.read_p h2 {
    font-size: 3rem;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
    color: #0c3459;
    margin: 100px 0 0;
}

.read_p h2 span {
    font-size: 1rem;
    display: block;
    margin-bottom: 30px;
    font-weight: 400;
}

.read_p p {
    text-align: center;
    color: #0c3459;
    margin: 0 15px 50px 15px;
}

.read_s .act01 {
    width: 25px;
    position: relative;
    left: 50%;
    top: 100px;
    margin-left: 110px;
}

.read_p .act01 {
    width: 25px;
    position: relative;
    left: 50%;
    margin-left: 110px;
    top: 100px;
}


/*サービス紹介 */

.top_service {
    margin: auto;
    text-align: center;
}

.s_box_l {
    position: absolute;
    top: 0;
    left: 0;
    width: 170px;
    height: 170px;
    padding: 20px;
    color: #fff;
    background-color: #0c3459;
    text-align: center;
}

.s_box_r {
    position: absolute;
    top: 0;
    left: 0;
    width: 170px;
    height: 170px;
    padding: 20px;
    color: #fff;
    text-align: center;
}

.s_img01 {
    background-image: url("../img/s01sp.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    margin-bottom: 20px;
    margin: 15px 15px 0 15px;
}

.s_img02 {
    background-image: url("../img/s02sp.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    margin: 15px 15px 0 15px;
}

.s_img03 {
    background-image: url("../img/s03sp.png");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    margin: 15px 15px 150px 15px;
}

.bg_box01 {
    width: 300px;
    height: 300px;
    background-color: #f3f7f8;
    position: absolute;
    top: 150px;
    left: -50px;
    z-index: -1;
}

.bg_box02 {
    width: 600px;
    height: 800px;
    background-color: #f3f7f8;
    position: absolute;
    bottom: 150px;
    right: -50px;
    z-index: -1;
}


.s_box_l h3,
.s_box_r h3 {
    margin-top: 30px;
}

.s_box_l h3 span,
.s_box_r h3 span {
    margin-top: 6px;
    display: block;
    font-size: 0.8rem;
}

.s_box_l,
.s_box_r {
    padding: 0;
}

.s_img01 a,
.s_img02 a,
.s_img03 a {
    transition: 0.5s;
    background-color: #0c3459;
}



.s_box_l a,
.s_box_r a {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    transition: .5s;
}

.s_box_l a:hover,
.s_box_r a:hover {
    opacity: 0.5;
    text-decoration: none;
}


/* ポイント */

.top_point > .container-fluid {
    max-width: 100%;
    padding: 0;
    margin-top: -150px;
}

.top_point h4 {
    font-weight: 100;
}

.p_tel {
    margin-bottom: 30px;
}


.p_tel,
.p_line {
    width: 40%;
    float: left;
}

.p_tel {
    margin-right: 30px;
}

.p_box1 {
    position: relative;
    width: 100%;
    padding: 20px 15px;
    background-color: #fff;
}

.p_box2 {
    position: relative;
    width: 100%;
    padding: 20px 15px;
    background-color: #fff;
}

.p_box3 {
    position: relative;
    width: 100%;
    padding: 20px 15px;
    background-color: #fff;
}



.top_point h3 {
    line-height: 0;
    margin: 0;
}

.top_point h3 img {
    height: 130px;
}


.bg_c01 {
    width: 122px;
    position: absolute;
    right: 0;
    margin-top: -100px;
}


.p01 h3 {
    position: absolute;
    left: 100px;
    bottom: -50px;
}

.p02 h3 {
    position: absolute;
    left: 100px;
    bottom: 360px;
}

.p03 h3 {
    position: absolute;
    right: 150px;
    bottom: -50px;
}

.p01 h3 img,
.p02 h3 img {
    height: 130px;
}

.p03 h3 img {
    height: 165px;
}

.row_p {
    margin-bottom: 50px;
}

/* メンテナンス */

.top_maintenance {
    margin: 0 auto 100px auto;
    background-image: url("../img/maintenance_bg.png");
    background-position: top 350px center;
    background-repeat: repeat-x;
}

.top_maintenance h3 {
    font-size: 1.2rem;
    font-weight: 100;
    color: #0c3459;
    line-height: 1.7;
}

.mainte_illust img {
    margin-bottom: 60px;
}

.top_maintenance .number {
    font-size: 0.8rem;
    display: flex;
    align-items: start;
    padding: 0;
    margin: 8px 0 24px 0;
    line-height: 24px;
}

.top_maintenance .number img {
    width: 24px;
    margin-right: 5px;
}

.read_w h2 {
    font-size: 3rem;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
    color: #0c3459;
    margin: 50px 0 70px 0;
}

.read_w h2 span {
    font-size: 1rem;
    display: block;
    margin-bottom: 30px;
    font-weight: 400;
}

.read_w .act01 {
    width: 25px;
    position: relative;
    left: 75%;
    top: 40px;
}

.top_color > .container-fluid {
    max-width: 100%;
    padding: 0;
}

.color_title {
    background-color: #0c3459;
    color: #fff;
    padding: 50px 30px 30px 30px;
}

.top_color h3 {
    font-size: 16pt;
    line-height: 1.4;
    font-weight: 600;
}

.top_color p {
    font-size: 11pt;
    margin-top: 10px;
}

.after {
    margin: 10px 15px;
}

.after .af_l {
    padding-right: 10px;
    padding-left: 15px;
}

.after .af_r {
    padding-left: 5px;
    padding-right: 15px;
}

.after img {
    margin-bottom: 15px;
}

.bg_c02 {
    width: 158px;
    margin-left: auto;
}

.carousel-caption {
    text-align: left;
    position: absolute;
    top: 50px;
    left: 150px;
}

.workslink a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: -50px auto 0 auto;
    padding: 1em 2em;
    width: 180px;
    color: #fff;
    font-size: 14px;
    font-weight: 100;
    background-color: #0c3459;
    transition: 0.3s;
    z-index: 99;
    position: relative;
}

.workslink a::after {
    content: '';
    width: 12px;
    height: 12px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
}

.workslink a:hover {
    text-decoration: none;
    background-color: #bbbbbb;
}

/* 地図 */

.map {
    margin: 100px auto 50px auto;
}

.map > .container-fluid {
    max-width: 100%;
    padding: 0;
}

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

.read_m {
    text-align: center;
    min-width: 200px;
}

.map h2 {
    font-size: 3rem;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
    color: #0c3459;
}

.map h2 span {
    font-size: 1rem;
    display: block;
    margin-bottom: 30px;
    font-weight: 400;
}

.map h2 img {
    width: 26px;
    margin: 30px auto;
}

.map .act01 {
    width: 25px;
    position: relative;
    left: 50%;
    margin-left: 100px;
}

.map p {
    color: #0c3459;
}

.maptel {
    width: 220px;
    margin: 0 auto 50px auto;
    display: block;
}

.maptel img {
    width: 220px;
}

.mainte_photo .col-6{
    padding-right: 10px;
    padding-left: 15px;
}

.mainte_photo .col-6:nth-of-type(2n){
    padding-left: 10px;
    padding-right: 15px;
}

@media (min-width: 576px) {
    
    .after .af_l {
        padding-right: 15px;
        padding-left: 15px;
    }

    .after .af_r {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .after img {
        margin-bottom: 40px;
    }
    
    .mainte_photo .col-6{
        padding-right: 15px;
        padding-left: 15px;
    }

    .mainte_photo .col-6:nth-of-type(2n){
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .after {
        margin: 6%;
    }

    .cs01{
        margin-top: -150px;
    }

    .cs01 img{
        margin-bottom: 0;
    }
    
    .bg_c01 {
        width: 172px;
        position: absolute;
        right: 0;
        margin-top: -100px;
    }
    
    .bg_c02 {
        width: 258px;
        margin-left: auto;
    }
    

    .map {
        margin: 200px auto;
    }

    
    .maptel {
        width: 180px;
        margin: 0;
        display: block;
        transition: .3s;
    }

    .maptel:hover {
        opacity: .5;
    }

    .maptel img {
        width: 180px;
    }


    .map h2 {
        text-align: left;
    }

    .map .act01 {
        width: 25px;
        position: relative;
        left: 200px;
        margin-left: 0;
    }

    .read_m {
        text-align: left;
        min-width: 200px;
        margin-left: 15%;
    }

    .workslink a {
        width: 230px;
        font-size: 18px;
        margin: -150px auto 0 0;
    }


    .read_w h2 {
        margin: 100px 0 70px 0;
    }


    .read_w .act01 {
        width: 25px;
        position: relative;
        left: 60%;
        top: 100px;
    }

    .p_box1 a {
        transition: 0.5s;
        display: block;
    }

    .p_box1 a:hover {
        opacity: 0.5;
        transform: scale(95%);
    }

    .p_tel,
    .p_line {
        width: 70%;
        float: none;
    }

    .read_s .act01 {
        left: 220px;
        margin-left: 0;
    }


    .top_service {
        text-align: left;
    }

    .read_s h2 {
        text-align: left;
    }

    .read_s p {
        margin: 0 0 100px 0;
    }

    .read_p p {
        margin: 0 0 100px 0;
    }

    .row_p {
        margin-bottom: 150px;
    }

    .read_p .act01 {
        margin-left: 120px;
    }

    .top_maintenance {
        margin: 300px auto 200px auto;
        background-position: top 200px center;
    }

    .color_title {
        background-color: #0c3459;
        color: #fff;
        padding: 3.8vw;

    }

    .top_color h3 {
        font-size: clamp(12px, 1.3vw, 24px);
        font-weight: 600;
    }

    .top_color p {
        font-size: clamp(10px, 1vw, 18px);
        margin-top: 10px;
    }

    .box .src1 {
        background-image: url(../img/main01.jpg);
        background-size: cover;
        background-position: top center;
    }

    .box .src2 {
        background-image: url(../img/main02.jpg);
        background-size: cover;
        background-position: center right;
        animation-delay: 4s;
    }

    .box .src3 {
        background-image: url(../img/main03.jpg);
        background-size: cover;
        background-position: center center;
        animation-delay: 8s;
    }


    .s_img01 {
        background-image: url("../img/s01.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        height: 400px;
        margin: auto auto 250px auto;
    }

    .s_img02 {
        background-image: url("../img/s02.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        height: 400px;
        margin: auto auto 250px auto;
    }

    .s_img03 {
        background-image: url("../img/s03.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        height: 400px;
        margin: auto auto 250px auto;
    }

    .s_box_l {
        position: absolute;
        top: 20%;
        width: 250px;
        height: 250px;
        left: -80px;
    }

    .s_box_r {
        position: absolute;
        top: 20%;
        left: auto;
        width: 250px;
        height: 250px;
        right: -80px;
    }

    .s_img01 a:hover,
    .s_img03 a:hover {
        transform: translateX(50px);
        background-color: #4e4e4e;
    }

    .s_img02 a:hover {
        transform: translateX(-50px);
        background-color: #4e4e4e;
    }

    .top_maincat_v h1 {
        position: absolute;
        right: 0;
        bottom: -130px;
        padding: 50px;
        font-size: clamp(14px, 1vw, 24px);
        text-align: left;
    }

    .box {
        position: relative;
        max-width: 90%;
        height: 70vh;
    }

    #loading {
        width: 100vw;
        height: 100vh;
        transition: all 1s;
        background-color: #000;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
    }

    .loaded {
        opacity: 0;
        visibility: hidden;
    }

    .spinner {
        width: 40px;
        height: 40px;
        top: 50%;
        left: 50%;
        margin-top: -20px;
        margin-left: -20px;
        position: absolute;
    }

    .cube1,
    .cube2 {
        background-color: #fff;
        width: 15px;
        height: 15px;
        position: absolute;
        top: 0;
        left: 0;

        -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
        animation: sk-cubemove 1.8s infinite ease-in-out;
    }

    .cube2 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    @-webkit-keyframes sk-cubemove {
        25% {
            -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5)
        }

        50% {
            -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg)
        }

        75% {
            -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5)
        }

        100% {
            -webkit-transform: rotate(-360deg)
        }
    }

    @keyframes sk-cubemove {
        25% {
            transform: translateX(42px) rotate(-90deg) scale(0.5);
            -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
        }

        50% {
            transform: translateX(42px) translateY(42px) rotate(-179deg);
            -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
        }

        50.1% {
            transform: translateX(42px) translateY(42px) rotate(-180deg);
            -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
        }

        75% {
            transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
            -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
        }

        100% {
            transform: rotate(-360deg);
            -webkit-transform: rotate(-360deg);
        }
    }

    .box .src1 {
        background-image: url(../img/main01.jpg);
        background-size: cover;
        background-position: top center;
    }

    .box .src2 {
        background-image: url(../img/main02.jpg);
        background-size: cover;
        background-position: center center;
        animation-delay: 4s;
    }

    .box .src3 {
        background-image: url(../img/main03.jpg);
        background-size: cover;
        background-position: center center;
        animation-delay: 8s;
    }



    .p_box1 {
        position: absolute;
        right: 100px;
        width: 380px;
        padding: 60px;
        background-color: #fff;
    }

    .p_box1 a {
        transition: 0.5s;
        display: block;
    }

    .p_box1 a:hover {
        opacity: 0.5;
        transform: scale(95%);
    }

    .p_box2 {
        position: absolute;
        left: 100px;
        bottom: 0;
        width: 380px;
        padding: 60px;
        background-color: #fff;
    }

    .p_box3 {
        position: absolute;
        right: 100px;
        width: 380px;
        padding: 60px;
        background-color: #fff;
    }

    .top_point h3 {
        line-height: 0;
        margin: 0;
    }


    .p01 {
        background-image: url("../img/p01.jpg");
        background-position: right 350px center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 600px;
    }

    .p02 {
        background-image: url("../img/p02.jpg");
        background-position: left 350px center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 600px;
    }

    .p03 {
        background-image: url("../img/p03.jpg");
        background-position: center right 350px;
        background-repeat: no-repeat;
        background-size: cover;
        height: 600px;
    }
}
/*add 20231202*/
#casheless_box{
    position: relative;
    width: 100%;
    max-width: 1000px;
    padding: 180px 50px 0;
    margin: 0 auto;
}
#casheless_box a{
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 50px;
    display: flex;
    align-items:center;
    justify-content:space-between;
    background: #0c3459;
    color: #fff;
    text-decoration: none !important;
}
#casheless_box a::before {
  display: block;
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  background:none;
  transition: .4s ease-in-out;
  border: #fff 2px solid;
  pointer-events: none;}

#casheless_box a figure{
    position: relative;
    width:min(25%, 200px);
    transform: translateY(10px);
}
#casheless_box a p{
    position: relative;
    width:min(68%, 544px);
    font-size:1.1rem;
    line-height: 1.7;
    font-weight: 700;
    transform: translateY(10px);
}
#casheless_box a span {
    position: absolute;
    bottom:-30px;
    right: -50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1em 2em;
    width: 200px;
    color: #fff;
    font-size:18px;
    line-height: 20px;
    font-weight: 100;
    background-color: #0c3459;
    z-index: 99;
    border: #fff 2px solid;
    transition: .4s ease-in-out;
}
#casheless_box a span::after {
    content: '';
    width: 12px;
    height: 12px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
}
#casheless_box a:hover span {
    color: #0c3459;
    background-color: #fff;
    border: #0c3459 2px solid;
}
#casheless_box a:hover span::after {
    transition: .4s ease-in-out;
    border-top: 3px solid #0c3459;
    border-right: 3px solid #0c3459;
}
#casheless_box a .spv {
    display: none;
}
/*0c3459*/
@media (max-width: 575px) {
#casheless_box{
    position: relative;
    width: 100%;
    max-width: 1000px;
    padding: 15px 15px 0;
    margin: 0 auto;
}
#casheless_box a{
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 0;
    display:block;
    background: #0c3459;
    color: #fff;
    text-decoration: none !important;
}
#casheless_box a::before {
  display: block;
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  background:none;
  transition: .4s ease-in-out;
  border: #fff 2px solid;
  pointer-events: none;}

#casheless_box a figure{
    position: relative;
    width:50%;
    margin: 0 auto;
    transform: translateY(0);
}
#casheless_box a p{
    position: relative;
    width:100%;
    text-align: center;
    font-size:4.6vw;
    line-height: 1.7;
    font-weight: 700;
    padding-top: 15px;
    transform: translateY(0);
}
#casheless_box a span {
    position: absolute;
    bottom:-25px;
    right: -15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1em 2em;
    width: 180px;
    color: #fff;
    font-size:14px;
    font-weight: 100;
    background-color: #0c3459;
    z-index: 99;
    border: #fff 2px solid;
    transition: .4s ease-in-out;
}
#casheless_box a span::after {
    content: '';
    width: 12px;
    height: 12px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
}
#casheless_box a:hover span {
    color: #0c3459;
    background-color: #fff;
    border: #0c3459 2px solid;
}
#casheless_box a:hover span::after {
    transition: .4s ease-in-out;
    border-top: 3px solid #0c3459;
    border-right: 3px solid #0c3459;
}
#casheless_box a .spv {
    display:block;
}
}