body {
    font-family: 'Open Sans', 'Noto Sans JP';;
}

a,abbr,address,article,aside,audio,b,blockquote,body,button,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,input,ins,kbd,label,legend,li,main,mark,menu,nav,object,ol,p,pre,q,samp,section,select,small,span,strong,sub,summary,sup,table,tbody,td,textarea,tfoot,th,thead,time,tr,ul,var,video {
    -webkit-font-smoothing: antialiased;
    border: 0;
    box-sizing: border-box;
    color: #333;
    font-family: sans-serif;
    line-height: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
    transition: .3s cubic-bezier(.4,.4,0,1);
    word-spacing: 1px
}

.top {
    background: #fff;
    border-radius: 0;
    height: 100%;
    margin: 0 0 0 0;
    opacity: 1;
    overflow-y: auto;
    width: 100%;
    max-width: 100%;
    overflow-y: hidden;
}

.TitleAnnouncer {
    clip: rect(0, 0, 0, 0);
    border-width: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

header {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0;
    height: 70px;
    justify-content: center;
    left: 0;
    margin: 0 0 0 0;
    opacity: 1;
    padding: 0 0 0 0;
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 100%;
    color:#fff;

    display: flex;
    flex-direction: column;

    z-index: 2;


    .nav {
        background: rgba(0, 0, 0, 0);
        border-radius: 0px;
        display: flex;
        flex-direction: row;
        height: 50px;
        justify-content: space-between;
        margin: 0px 40px 0px;
        opacity: 1;
        overflow-x: auto;
        padding: 0 0 0 0;
        width: 1000px;
        max-width: calc(100% - 80px);

        @media (max-width: 767px) {
            margin: 0 0 0 0;
            max-width: 100%;
        }
    }

    .nav-container {
        background: rgba(0, 0, 0, 0);
        border-radius: 0;
        display: flex;
        flex: none;
        flex-direction: row;
        height: 100%;
        opacity: 1;
        overflow-x: auto;
        padding: 0 0 0 0;
        width: 1000px;
        max-width: 100%;
        justify-content: center;
        align-items:center;
    }

    .nav-container-right {
        background: rgba(0, 0, 0, 0);
        border-radius: 0;
        display: flex;
        flex-direction: row;
        flex: none;
        gap: 36px;
        height: 50px;
        opacity: 1;
        overflow-x: auto;
        padding: 0 0 0 0;
        width: 500px;
        max-width: 100%;
        justify-content: center;
        align-items:center;

        @media (max-width: 767px) {
            display: none;
        }

        .nav-item-link {
            text-decoration: none;
            border-radius: 0;
            color: rgb(255, 255, 255);
            font-family: var(--s-font-23a3d066);
            font-size: 14px;
            font-weight: 400;
            letter-spacing: 0em;
            line-height: 1.4;
            margin: 0 0 0 0;
            opacity: 1;
            padding: 0px 5px 0px;
            text-align: center;
            max-width: 100%;
            justify-content: center;
        }
    }

    .name { 
        border-radius: 0;
        color: #ffffff;
        font-size: 24px;
        font-weight: 700;
        letter-spacing: 0em;
        line-height: 1.4;
        margin: 0px 50px 0px 0px;
        opacity: 1;
        padding: 0 0 0 0;
        text-align: center;
        max-width: calc(100% - 50px);

        @media (max-width: 767px) {
            margin: 0 0 0 0;
            max-width: 100%;
        }
    }
    
    .fixed {
        padding: 16px 0;
        background: #fff;
        box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .15);
    }
}

.top_main {
    border-radius: 0px;
    height: 800px;
    opacity: 1;
    overflow-x: visible;
    overflow-y: visible;
    padding: 15px 0px 0px 0px;
    width: 100%;
    max-width: 100%;

    .top-main-container {
        height: 100%;
        width: 100%;

        &::before {
            content: "";
            background-image: url('/contents/img/header.jpg');

            background-position: 50%;
            background-size: cover;
            border-radius: inherit;
            height: 100%;
            left: 0;
            pointer-events: none;
            position: absolute;
            top: 0;
            transition: inherit;
            width: 100%;

            filter: brightness(0.5);
        }
    }

    .ttl_area {
        width: 61.22%;
        max-width: 960px;
        position: absolute;
        top: 312px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    
        .title-string {
            border-radius: 0;
            color: #ffffff;
            font-size: 64px;
            font-weight: 700;
            letter-spacing: 0em;
            line-height: 1.3;
            margin: 10px 0px 20px 0px;
            opacity: 1;
            padding: 0 0 0 0;
            text-align: left;
            max-width: 100%;
            justify-content: flex-start;

            @media (max-width: 767px) {
                font-size: 32px;
            }
        }
    }
}

.divide-bar {
    background: #304ffe;
    border-radius: 0;
    height: 4px;
    margin: 0px 0px 40px 0px;
    opacity: 1;
    padding: 0 0 0 0;
    width: 50px;
    max-width: 100%;
}

.about {
    background: #fff;
    border-radius: 50px 50px 0 0;
    overflow: hidden;
    padding: 195px 0px 80px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;

    .about-container {
        margin: 0px 40px 0px;
        width: 1000px;
        max-width: calc(100% - 80px);
        display: flex;
        flex-direction: column;

        .about-title {
            background: rgba(0, 0, 0, 0);
            border-radius: 0;
            flex-direction: row;
            margin: 0px 0px 25px 0px;
            opacity: 1;
            overflow-x: auto;
            padding: 0 0 0 0;
            max-width: 100%;
            overflow-y: hidden;
        }

        .about-string {
            border-radius: 0;
            color: #212121;
            font-size: 40px;
            font-weight: 700;
            letter-spacing: 0em;
            line-height: 1.2;
            margin: 0px 20px 0px 0px;
            padding: 0 0 0 0;
            text-align: left;
            max-width: calc(100% - 20px);
            justify-content: flex-start;

            @media (max-width: 767px) {
                font-size: 24px;
            }    
        }

        .about-company {
            border-radius: 0;
            color: #212121;
            font-weight: 500;
            letter-spacing: 0em;
            line-height: 1;
            padding: 0 0 0 0;
            text-align: left;
            justify-content: flex-start;
            font-size: 24px;
        }

        .top_common_ttl {
            font-size: 3.5rem;
            font-weight: 500;
            line-height: 1.5;
        }
    
        .about_ttl {
            font-size: 1.3rem;

            font-family: 'Open Sans', 'Noto Sans JP';
            font-size: 18px;
            letter-spacing: 0em;
            line-height: 1.8;
            padding: 0 0 0 0;
            text-align: left;
            justify-content: flex-start;
        }
    }
}

.service {
    background: #fff;
    border-radius: 50px 50px 0 0;
    overflow: hidden;
    padding: 100px 0px 60px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;

    .service-container {
        margin: 0px 40px 0px;
        width: 1000px;
        max-width: calc(100% - 80px);
        display: flex;
        flex-direction: column;

        .service-title {
            background: rgba(0, 0, 0, 0);
            border-radius: 0;
            flex-direction: row;
            margin: 0px 0px 25px 0px;
            opacity: 1;
            overflow-x: auto;
            padding: 0 0 0 0;
            max-width: 100%;
            overflow-y: hidden;
        }

        .service-string {
            border-radius: 0;
            color: #212121;
            font-size: 40px;
            font-weight: 700;
            letter-spacing: 0em;
            line-height: 1.2;
            margin: 0px 20px 0px 0px;
            padding: 0 0 0 0;
            text-align: left;
            max-width: calc(100% - 20px);
            justify-content: flex-start;

            @media (max-width: 767px) {
                font-size: 24px;
            }    
        }

        .service-company {
            border-radius: 0;
            color: #212121;
            font-weight: 500;
            letter-spacing: 0em;
            line-height: 1;
            padding: 0 0 0 0;
            text-align: left;
            justify-content: flex-start;
            font-size: 24px;
        }

        .top_common_ttl {
            font-size: 3.5rem;
            font-weight: 500;
            line-height: 1.5;
        }
    
        .service_ttl {
            font-size: 1.3rem;

            font-family: 'Open Sans', 'Noto Sans JP';
            font-size: 18px;
            letter-spacing: 0em;
            line-height: 1.8;
            padding: 0 0 0 0;
            text-align: left;
            justify-content: flex-start;
        }
    }

    .service-detail-container {
        align-content: flex-start;
        align-items: flex-start;
        background: rgba(0, 0, 0, 0);
        border-radius: 0;
        flex-direction: row;
        flex-wrap: wrap;
        margin: 0px -20px 0px;
        opacity: 1;
        overflow-x: visible;
        overflow-y: visible;
        padding: 0 0 0 0;
        width: calc(100% - -40px);
        max-width: calc(100% - -40px);

        .ttl {
            font-family: 'Open Sans', 'Noto Sans JP';
        }
        
        .service-detail-item {
            align-items: flex-start;
            background: rgba(0, 0, 0, 0);
            border-radius: 0;
            margin: 0px 20px 50px;
            overflow-x: visible;
            overflow-y: visible;
            padding: 0px 0px 0px;
            width: calc(50% - 40px);
            max-width: calc(50% - 40px);

            @media (max-width: 767px) {
                max-width: 100%;
                width: calc(100% - 40px);
            }

            .service-detail-image {
                border-radius: 0px;
                height: 320px;
                margin: 30px 0 0 0;
                width: 100%;
                max-width: 100%;
            }

            .service-detail-title {
                border-radius: 0;
                color: #212121;
                font-size: 20px;
                font-family: 'Open Sans', 'Noto Sans JP';
                font-weight: 700;
                letter-spacing: 0em;
                line-height: 1.2;
                margin: 25px 0px 10px 0px;
                padding: 0 0 0 0;
                text-align: left;
                max-width: 100%;
                justify-content: flex-start;
            }

            .service-detail-string {
                border-radius: 0;
                color: #616161;
                font-family: 'Open Sans', 'Noto Sans JP';
                letter-spacing: 0em;
                line-height: 1.8;
                text-align: left;
                justify-content: flex-start;
            }
        }
    }
}

.access {
    background: #fff;
    border-radius: 50px 50px 0 0;
    overflow: hidden;
    padding: 100px 0px 60px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;

    .access-container {
        background: #ffffff;
        border-radius: 0;
        overflow-x: visible;
        overflow-y: visible;
        padding: 100px 0px 0px 0px;
        width: 100%;
        max-width: 100%;

        display: flex;
        flex-direction: column;
        align-items: center;

        .access-title {
            background: rgba(0, 0, 0, 0);
            border-radius: 0;
            flex-direction: row;
            margin: 0px 0px 25px 0px;
            opacity: 1;
            overflow-x: auto;
            padding: 0 0 0 0;
            max-width: 100%;
            overflow-y: hidden;
        }

        .access-string {
            border-radius: 0;
            color: #212121;
            font-size: 40px;
            font-weight: 700;
            letter-spacing: 0em;
            line-height: 1.2;
            margin: 0px 20px 0px 0px;
            padding: 0 0 0 0;
            text-align: left;
            max-width: calc(100% - 20px);
            justify-content: flex-start;

            @media (max-width: 767px) {
                font-size: 24px;
            }    
        }

        .access-company {
            border-radius: 0;
            color: #212121;
            font-weight: 500;
            letter-spacing: 0em;
            line-height: 1;
            padding: 0 0 0 0;
            text-align: left;
            justify-content: flex-start;
            font-size: 24px;
        }

        .top_common_ttl {
            align-items: flex-start;
            background: rgba(0, 0, 0, 0);
            border-radius: 0px;
            justify-content: flex-end;
            margin: 0px 40px 0px;
            opacity: 1;
            overflow-x: visible;
            overflow-y: visible;
            padding: 0 0 0 0;
            width: 1000px;
            max-width: calc(100% - 80px);
        }

        .access-map-container {
            background: rgba(0, 0, 0, 0);
            border-radius: 0;
            height: 570px;
            margin: 0 0 0 0;
            opacity: 1;
            padding: 0 0 0 0;
            width: 100%;
            max-width: 100%;
        }
    }
}

.company {
    background: #fff;
    border-radius: 50px 50px 0 0;
    overflow: hidden;
    padding: 100px 0px 60px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;

    .company-container {
        margin: 0px 40px 0px;
        width: 1000px;
        max-width: calc(100% - 80px);
        display: flex;
        flex-direction: column;

        .company-title {
            background: rgba(0, 0, 0, 0);
            border-radius: 0;
            flex-direction: row;
            margin: 0px 0px 25px 0px;
            opacity: 1;
            overflow-x: auto;
            padding: 0 0 0 0;
            max-width: 100%;
            overflow-y: hidden;
        }

        .company-string {
            border-radius: 0;
            color: #212121;
            font-size: 40px;
            font-weight: 700;
            letter-spacing: 0em;
            line-height: 1.2;
            margin: 0px 20px 0px 0px;
            padding: 0 0 0 0;
            text-align: left;
            max-width: calc(100% - 20px);
            justify-content: flex-start;

            @media (max-width: 767px) {
                font-size: 24px;
            }    
        }

        .company-company {
            border-radius: 0;
            color: #212121;
            font-weight: 500;
            letter-spacing: 0em;
            line-height: 1;
            padding: 0 0 0 0;
            text-align: left;
            justify-content: flex-start;
            font-size: 24px;
        }

        .top_common_ttl {
            font-size: 3.5rem;
            font-weight: 500;
            line-height: 1.5;
        }

    .company-info-table {
        width: 100%;
        border-collapse: collapse;
        margin: 20px 0;
        color: rgb(51, 51, 51);
        border-collapse: separate;
        border-spacing: 0 4px;
      }

      .company-info-row {
        background-color: #fafafa;
      }
  
      .company-info-header {
        background-color: #eeeeee;
        color: rgb(51, 51, 51);
        text-align: left;
        padding: 30px;
        font-weight: bold;
        width: 20%;
      }
  
      .company-info-data {
        padding: 8px;
        text-align: left;
      }
  
      .company-name {
        margin: 0;
        font-size: 1.2em;
        color: #333;
        font-family: 'Open Sans', 'Noto Sans JP';
        font-weight: 400;
        line-height: 1.4;
      }
  
      .company-name-en {
        border-radius: 0;
        color: #757575;
        font-family: 'Open Sans', 'Noto Sans JP';
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 0em;
        line-height: 1.4;
        margin: 5px 0px 0px 0px;
        opacity: 1;
        padding: 0 0 0 0;
        text-align: left;
        max-width: 100%;
        justify-content: flex-start;
      }
  
      .contact-info {
        margin: 0;
        font-size: 0.9em;
        color: #333;
      }
  
      .address {
        margin: 0;
        font-size: 0.9em;
        color: #333;
      }
  
      .business-details {
        margin: 0;
        font-size: 0.9em;
        color: #333;
        line-height: 1.6;
      }
    }

    .ttl {
        font-size: 1.3rem;
    }
}

.partner {
    background: #fff;
    border-radius: 50px 50px 0 0;
    overflow: hidden;
    padding: 100px 0px 60px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;

    .partner-container {
        margin: 0px 40px 0px;
        width: 1000px;
        max-width: calc(100% - 80px);
        display: flex;
        flex-direction: column;

        .partner-title {
            background: rgba(0, 0, 0, 0);
            border-radius: 0;
            flex-direction: row;
            margin: 0px 0px 25px 0px;
            opacity: 1;
            overflow-x: auto;
            padding: 0 0 0 0;
            max-width: 100%;
            overflow-y: hidden;
        }

        .partner-string {
            border-radius: 0;
            color: #212121;
            font-size: 40px;
            font-weight: 700;
            letter-spacing: 0em;
            line-height: 1.2;
            margin: 0px 20px 0px 0px;
            padding: 0 0 0 0;
            text-align: left;
            max-width: calc(100% - 20px);
            justify-content: flex-start;

            @media (max-width: 767px) {
                font-size: 24px;
            }    
        }

        .partner-company {
            border-radius: 0;
            color: #212121;
            font-weight: 500;
            letter-spacing: 0em;
            line-height: 1;
            padding: 0 0 0 0;
            text-align: left;
            justify-content: flex-start;
            font-size: 24px;
        }

        .top_common_ttl {
            font-size: 3.5rem;
            font-weight: 500;
            line-height: 1.5;
        }
    }
    .partner-list {
        display: flex;
        gap: 40px;
        justify-content: center;
        align-items: center;
        margin-top: 24px;
        flex-wrap: wrap;
    }
    .partner-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-decoration: none;
        background: #3b3b3b;
        border-radius: 12px;
        padding: 24px 32px;
        transition: box-shadow 0.2s;
        box-shadow: 0 2px 8px rgba(0,0,0,0.07);
        min-width: 250px;
        min-height: 200px;
        max-width: 220px;
        max-height: 200px;
        width: 250px;
        height: 200px;
        box-sizing: border-box;
        justify-content: flex-start;
    }
    .partner-item:hover {
        box-shadow: 0 4px 16px rgba(0,0,0,0.15);
    }
    .partner-logo {
        width: 160px;
        height: 80px;
        object-fit: contain;
        margin-bottom: 16px;
        background: #3b3b3b;
        border-radius: 8px;
        padding: 8px;
        display: block;
    }
    .partner-name {
        color: #fff;
        font-size: 1.1em;
        font-weight: 500;
        text-align: center;
        margin-top: 8px;
        letter-spacing: 0.05em;
        flex: 1 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-height: 32px;
    }
}

.contact {
    background: #fff;
    border-radius: 50px 50px 0 0;
    overflow: hidden;
    padding: 100px 0px 60px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;

    .contact-container {
        margin: 0px 40px 0px;
        width: 1000px;
        max-width: calc(100% - 80px);
        display: flex;
        flex-direction: column;

        .contact-title {
            background: rgba(0, 0, 0, 0);
            border-radius: 0;
            flex-direction: row;
            margin: 0px 0px 25px 0px;
            opacity: 1;
            overflow-x: auto;
            padding: 0 0 0 0;
            max-width: 100%;
            overflow-y: hidden;
        }

        .contact-string {
            border-radius: 0;
            color: #212121;
            font-size: 40px;
            font-weight: 700;
            letter-spacing: 0em;
            line-height: 1.2;
            margin: 0px 20px 0px 0px;
            padding: 0 0 0 0;
            text-align: left;
            max-width: calc(100% - 20px);
            justify-content: flex-start;

            @media (max-width: 767px) {
                font-size: 24px;
            }    
        }

        .contact-company {
            border-radius: 0;
            color: #212121;
            font-weight: 500;
            letter-spacing: 0em;
            line-height: 1;
            padding: 0 0 0 0;
            text-align: left;
            justify-content: flex-start;
            font-size: 24px;
        }

        .top_common_ttl {
            font-size: 3.5rem;
            font-weight: 500;
            line-height: 1.5;
        }

        .contact-detail-message {
            border-radius: 0;
            color: #333;
            font-family: var(--s-font-23a3d066);
            font-size: 18px;
            font-weight: 500;
            letter-spacing: 0em;
            line-height: 1.2;
            margin: 0px 0px 40px 0px;
            padding: 0 0 0 0;
            max-width: 100%;
        }

    .company-info-table {
        width: 100%;
        border-collapse: collapse;
        margin: 20px 0;
        color: rgb(51, 51, 51);
        border-collapse: separate;
        border-spacing: 0 4px;
      }

      .company-info-row {
        background-color: #fafafa;
      }
  
      .company-info-header {
        background-color: #eeeeee;
        color: rgb(51, 51, 51);
        text-align: left;
        padding: 30px;
        font-weight: bold;
        width: 20%;
      }
  
      .company-info-data {
        padding: 8px;
        text-align: left;
      }
  
      .contact-info {
        margin: 0;
        font-size: 0.9em;
        color: #333;
      }
  
    }

    .ttl {
        font-size: 1.3rem;
    }
}

footer {
    .footer-container {
        margin: 0px 20px 20px;
        width: calc(100% - 40px);
        max-width: calc(100% - 40px);

        .footer-string {
            border-radius: 0;
            color: #333;
            font-family: var(--s-font-23a3d066);
            font-size: 14px;
            font-weight: 400;
            letter-spacing: 0em;
            line-height: 1.4;
            margin: 0 0 0 0;
            opacity: 1;
            padding: 0 0 0 0;
            text-align: center;
            max-width: 100%;
            justify-content: center;
        }
    }
}
