﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

/*  ----BASIC----  */
body {
    margin: 0;
    padding: 0;
}

.wrap_body {
    overflow: hidden;
}

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

article, aside, dialog, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

input[type=radio],
input[type=checkbox] {
    display: none;
}

select::-ms-expand {
    display: none;
}


br {
    letter-spacing: normal;
}

a {
    text-decoration: none;
    transition-property: all;
}

button:hover {
    cursor: pointer;
}

input:hover {
    opacity: 0.8;
    cursor: pointer !important;
}

img {
    border: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

p {
    text-align: justify;
}

.custom-control-label, label {
    margin-top: 0.25em;
}

.Arial, .Arial a {
    font-family: Arial;
}


.nowrap {
    white-space: nowrap;
}

.nowrap-no {
    white-space: unset !important;
}

.z-index-100 {
    z-index: 100;
    position: relative;
}

.wrap_max400 {
    max-width: 400px;
    margin: auto;
}

.wrap_max800 {
    max-width: 800px;
    margin: auto;
}

.wrap_max930 {
    max-width: 930px;
    margin: auto;
}

.fs-sm {
    font-size: 0.875rem;
}

.fs-xs {
    font-size: 0.75rem;
}
/*  ----ColorStyles----  */
.bg-orange {
    background: #FF9933;
}

.bg-yellow {
    background: #FCCF03;
}

.bg-yellow2 {
    background: #FBF8EE;
}

.bg-yellow3 {
    background: #FFD91B;
}

.bg-yellow4 {
    background: #FAF8EE;
}

.bg-blue {
    background: #4C6FBF;
}

.bg-blue2 {
    background: #00C4CC;
}

.bg-blue3 {
    background: #303560;
}

.bg-blue4 {
    background: #447FDF;
}
.bg-darkbrown {
    background: #6a3905;
}
.bg-pink {
    background: #FDC8D7;
}

.bg-white {
    background: #FFFFFF;
}

/* nav */

.logo_top{
    width:80px;
}
.navbar {
    height: 150px;
}

.nav-link {
    font-weight: bold;
    color: #000000;
}

.navbar-toggler {
    background-color: #6a3905;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    position: relative;
    z-index: 1;
}

    .navbar-toggler:focus {
        box-shadow: unset;
    }

.navbar-toggler-icon {
    background-image: unset;
    width: 30px;
    height: 30px;
}

    .navbar-toggler-icon span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 7px;
        height: 2px;
        border-radius: 1px;
        background-color: #ffffff;
    }

        .navbar-toggler-icon span:nth-of-type(1) {
            top: 20px;
            width: 34px;
        }

        .navbar-toggler-icon span:nth-of-type(2) {
            top: 28px;
            width: 34px;
        }

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon span:nth-of-type(1) {
    top: 17px;
    transform: translateY(6px) rotate(-45deg);
    width: 34px;
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon span:nth-of-type(2) {
    top: 29px;
    transform: translateY(-6px) rotate(45deg);
    width: 34px;
}

/* btn */
.btn-default {
    display: inline-block;
    border-radius: 27px;
    min-width: 315px;
    height: 54px;
    padding: 0 32px;
    line-height: 54px;
    text-align: center;
    font-size: 1.25rem;
}

/* default */
.default-top {
    background-image: url(/img/bg/default-top.svg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

.fs-catch {
    font-size: 3.125rem;
    padding-bottom: 1.5rem;
}

.fs-catch2 {
    font-size: 2.75rem;
}

.AboutUs {
    position: relative;
    z-index: 100;
}

.arw-top {
    display: inline-block;
    width: 68px;
    height: 68px;
    background-image: url(/img/default/arw-circle.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    bottom: 30px;
}

.animated {
    animation: move-y .9s infinite alternate ease-in-out;
    display: inline-block;
    position: relative;
    left: -1px;
}

@keyframes move-y {
    from {
        transform: translateY(10px);
    }

    to {
        transform: translateY(16px);
    }
}

.wrap_service-text {
    max-width: 400px;
    margin: auto;
}

img.default-01 {
    width: 100%;
    max-width: 464px;
}

img.default-02 {
    width: 100%;
    max-width: 320px;
    margin:auto;
    display:block;
}

img.default-03 {
    width: 100%;
    max-width: 477px;
    position: relative;
    bottom: 30px;
}

img.default-04 {
    width: 100%;
    max-width: 343px;
}

.btn-doui {
    color: white;
    position: absolute;
    top: 4px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.875rem;
    opacity: 0.9;
    z-index: 100;
    white-space: nowrap;
}

    .btn-doui:hover {
        cursor: pointer !important;
    }
    /* youkou */
    .table.youkou {
    max-width: 880px;
}
.table.youkou th {
    min-width:200px;

}
/* about */
.table.about {
    max-width: 880px;
}

    .table.about th {
        min-width: 140px;
    }

/* rsys */
.rsys-top, .itsys-top {
    background-image: url(/img/bg/bg01.svg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.rsys-title{
    width:100%;
    max-width:381px;
}
.fs-catch3 {
    font-size: 2.125rem;
    padding-bottom: 1.5rem;
}

.fs-catch4 {
    font-size: 1.25rem;
    font-weight: bold;
}

.fs-catch5 {
    font-size: 1.25rem;
}

.fs-catch6 {
    font-size: 1.25rem;
    font-weight: normal;
}

.rsys-catchimage,
.itsys-catchimage {
    position: absolute;
    z-index: 1;
    right: -80px;
    top: 240px;
    width: 800px;
}
.rsys-catchimage-sp,
.itsys-catchimage-sp{
    margin-top: 48px;
    width: calc( 100% + 48px );
    position: relative;
    left: -24px;
}
.wrap_rsys_shadow {
    background-image: url(/img/rsys/shadow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

.wrap_price {
    border: 1px solid #D9D9D9;
    background: rgba(217, 217, 217, 0.14);
    border-radius: 15px;
    padding: 2rem;
}

/* itsys */
.itsys-title {
    width: 100%;
    max-width: 354px;
}

/* about */

.table.tb_about {
    max-width: 600px;
    margin: auto;
}

    .table.tb_about tr td:first-child {
        width: 220px;
    }

    .table.tb_about tr td {
        padding: 24px 16px;
        font-size: 0.875rem;
        border-bottom-width: 0;
    }


/*contact*/
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="tel"], .contact-form select {
    display: block;
    height: 48px;
    width: 100%;
    margin:auto;

    color: #070600;
    background: #F9F9F9;
    border: 1px solid #DDDDDD;
    margin: 0;
    padding: 5px 15px;
    border-radius: 0.325rem;
    font-weight: 400;
    font-size: 0.875rem;
}

.contact-form label {
    display:block;
    padding-bottom: 6px;
    position: relative;
    font-weight:bold;
}
.contact-form .inquiry-rc label {
    font-weight: normal;
    font-size: 1.125rem;
}

.contact-form label .tag-mini-orange {
    bottom: 1px;
    position: relative;
    margin-left: 8px;
}

.tag-mini-orange {
    display: inline-block;
    width: 40px;
    height: 20px;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    text-align: center;
    color: #FF9933 !important;
    background-color: #fff;
    border: solid 1px #FF9933;
    border-radius: 10px;
    padding: 0 !important;
}
.contact-form textarea {
    display: block;
    height: 150px;
    width: 100%;
    color: #070600;
    background: #F9F9F9;
    border: 1px solid #DDDDDD;
    margin: 0;
    padding: 5px 15px;
    border-radius: 0.325rem;
    font-weight: 400;
    font-size: 1rem;
}

/* footer */
footer {
    min-height: 330px;
}

    footer a {
        color: #FFFFFF;
        font-size: 0.875rem;
    }

        footer a:hover {
            color: #FFFFFF;
        }
.footerlogo {
    width: 202px;
    max-width: 202px;
    height:auto;
}
/*inquiry-rc */
.inquiry-rc input[type=radio],
.inquiry-rc input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}

    .inquiry-rc input[type=radio] + label,
    .inquiry-rc input[type=checkbox] + label {
        position: relative;
        display: inline-block;
        margin-right: 12px;/*
        font-size: 14px;*/
        line-height: 30px;
        cursor: pointer;
    }


@media (min-width: 1px) {
    .inquiry-rc input[type=radio],
    .inquiry-rc input[type=checkbox] {
        display: none;
        margin: 0;
    }

        .inquiry-rc input[type=radio] + label,
        .inquiry-rc input[type=checkbox] + label {
            padding: 0 0 0 24px;
        }

            .inquiry-rc input[type=radio] + label::before,
            .inquiry-rc input[type=checkbox] + label::before {
                content: "";
                position: absolute;
                top: 50%;
                left: 0;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                display: block;
                width: 18px;
                height: 18px;
                border-radius: 5px;
                margin-top: -9px;
                background: #FFF;
            }

            .inquiry-rc input[type=radio] + label::before {
                border: 1px solid #000;
                border-radius: 30px;
            }

            .inquiry-rc input[type=checkbox] + label::before {
                border: 2px solid #ccc;
            }

        .inquiry-rc input[type=radio]:checked + label::after,
        .inquiry-rc input[type=checkbox]:checked + label::after {
            content: "";
            position: absolute;
            top: 50%;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            display: block;
        }

        .inquiry-rc input[type=radio]:checked + label::after {
            left: 5px;
            width: 8px;
            height: 8px;
            margin-top: -4px;
            background: #000000;
            border-radius: 8px;
        }

        .inquiry-rc input[type=checkbox]:checked + label::after {
            left: 3px;
            width: 16px;
            height: 8px;
            margin-top: -8px;
            border-left: 3px solid #3f4c6b;
            border-bottom: 3px solid #3f4c6b;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }
}


/* either */

.inquiry-rc .either {
    position: relative;
    display: inline-block;
    width: 120px;
    overflow: hidden;
    border: 1px solid #e9e9e9;
    background: #f9f9f9;
}

    .inquiry-rc .either input[type=radio] + label {
        position: static;
        float: left;
        display: block;
        width: 50%;
        margin-right: 0;
        padding: 0;
        overflow: hidden;
        text-align: center;
    }

        .inquiry-rc .either input[type=radio] + label::before {
            content: attr(data-label);
            top: 0;
            bottom: 0;
            z-index: 1;
            display: block;
            width: 50%;
            height: auto;
            margin-top: 0;
            text-align: center;
            color: transparent;
            background: transparent;
            border: 0 none;
            border-radius: 0;
        }

        .inquiry-rc .either input[type=radio] + label:last-child::before {
            left: 50%;
            right: 0;
        }

    .inquiry-rc .either input[type=radio]:checked + label::before {
        color: #fff;
    }

    .inquiry-rc .either input[type=radio] + label::after {
        border-radius: 0;
    }

    .inquiry-rc .either input[type=radio]:first-child + label::after {
        content: none;
    }

    .inquiry-rc .either input[type=radio] + label + input[type=radio] + label::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 0;
        display: block;
        width: auto;
        height: auto;
        margin: 2px;
        background: #3f4c6b;
        border: 1px solid #3f4c6b;
        border-radius: 3px;
        -webkit-transition: all 100ms;
        transition: all 100ms;
    }

    .inquiry-rc .either input[type=radio]:checked + label + input[type=radio] + label::after {
        left: 0;
        right: 50%;
    }

    .inquiry-rc .either input[type=radio] + label + input[type=radio]:checked + label::after {
        left: 50%;
        right: 0;
    }






/*大デバイス（デスクトップ, 1200px 未満）*/
@media (max-width: 1399.98px) {
     .itsys-catchimage {
        width: 680px;
        top: 260px;
    }
}

    @media (max-width: 1199.98px) {
        .rsys-catchimage {
            width: 580px;
            top: 260px;
        }
        .itsys-catchimage {
            width: 560px;
            top: 260px;
        }



    }


    /*中デバイス（タブレット, 992px 未満）*/
    @media (max-width: 991.98px) {
        .fs-2 {
            font-size: 1.875rem !important;
        }

        .navbar {
            min-height: 100px;
            height: unset;
            padding-top: 20px;
        }


        #Navber {
            position: absolute;
            top: 100px;
            left: 0;
            background: #ffffff;
            width: 100%;
            height: 100vh;
            min-height: 100vh;
            z-index: 1000;
        }

        .nav-item {
            padding: 16px;
            border-top: 1px solid #E5E6EA;
        }

        .wrap_aboutus_title {
            min-height: 450px;
        }
        /* btn */
        .btn-default {
            border-radius: 25px;
            min-width: 285px;
            height: 50px;
            line-height: 50px;
            font-size: 1.125rem;
        }

        .wrap_catch {
            display: inline-block;
            margin: auto;
            text-align: left;
        }

        .fs-catch {
            font-size: 2.5rem;
            padding-bottom: 1.5rem;
        }

        .fs-catch2 {
            font-size: 2.25rem;
        }

        .fs-catch3 {
            font-size: 1.5rem;
            padding-bottom: 1.5rem;
        }

        .arw-top {
            width: 50px;
            height: 50px;
            position: relative;
            bottom: 0;
        }

            .arw-top img {
                height: 28px;
            }

        @keyframes move-y {
            from {
                transform: translateY(8px);
            }

            to {
                transform: translateY(12px);
            }
        }

        .default-top {
            background-image: url(/img/bg/sp-default-top.svg);
        }

        img.default-01 {
            width: 100%;
            max-width: 288px;
        }


        img.default-03 {
            display: block;
            margin: auto;
            width: 100%;
            max-width: 278px;
            position: unset;
            bottom: unset;
        }

        img.default-04 {
            display: block;
            margin: auto;
            width: 100%;
            max-width: 218px;
        }

        .rsys-catchimage,
        .itsys-catchimage {
            position: relative;
            z-index: 1;
            right: unset;
            top: unset;
            width: 100%;
            max-width: 600px;
        }

        .table.tb_about tr td:first-child {
            width: unset;
            padding-bottom: 0;
            font-weight: bold;
        }

        .table.tb_about tr td:last-child {
            padding-top: 12px;
        }

        .table.tb_about tr td {
            display: block;
        }


        .table.youkou th,
        .table.youkou td{
            display: block;
        }
        .table.youkou th {
            border-bottom-width: 0 ;
        }
        .table.youkou td {
            padding-bottom:24px;
        }

    }

    /*小デバイス（横向きモバイル, 768px 未満）*/
    @media (max-width: 767.98px) {
        .rsys-top, .itsys-top {
            background-size: contain;
        }
        .rsys-title {
            max-width: 280px;
        }
        .itsys-catch1 {
            width: 100%;
            max-width: 415px;
        }
    }
