/* style.css */
/*
Theme Name: My Custom Theme
Theme URI: https://example.com/
Author: Your Name
Author URI: https://example.com/
Description: A simple custom WordPress theme.
Version: 1.0
*/

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: linear-gradient(to right, #bde5fe 0%, #d8f7cf 100%);
}
main {
    min-height: 100vh;
}

.header-logo {
    height: 50px;
}

.logo {
    display: flex;
    justify-content: center; /* 水平方向の中央揃え */
    align-items: center; /* 垂直方向の中央揃え */
    /* height: 300px; 適当な高さ */
    /* border: 1px solid #ccc; */
}

.navbar-nav {
    color: #65A5DD;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}
.collapse.navbar-collapse {
    margin: auto;
    margin-right: 0;
    /* max-width: 400px; */
}
.logo-text {
    font-size: large;
    color: #65A5DD;
}
.logo-text-sub {
    font-size: small;
    color: gray;
}

.navbar-nav .nav-link {
    color: #57A3E1;
    font-weight: bold;
    margin: 0 15px;
    position: relative;
}

.navbar-nav .nav-link::after {
    content: '';
    display: block;
    width: 2px;
    height: 15px;
    background-color: #23D8A0;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
}

.navbar-nav .nav-item:last-child .nav-link::after {
    display: none;
}

footer .navbar a {
    padding: 0px 50px;
    text-decoration: none;
}

.carousel-item {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.carousel-item img {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.carousel-item p {
    color: white;
    text-shadow: 0px 1rem 2rem rgb(0 0 0 / 80%) !important;
    position: absolute;
    font-weight: bold;
}

.carousel-indicators button {
    background-color: #57A3E1 !important;
    height: 20px !important;
    width: 20px !important;
    border-radius: 999px !important;
    /* overflow: hidden; */
    border: unset !important;
}


.tel {
    position: fixed;
    top: 150px;
    right: 0;
    background-color: #57A3E1;
    color: white;
    padding: 20px 10px;
    border-radius: 10px 0px 0px 10px;
    width: 50px;
    cursor: pointer;
    transition: all ease 0.2s;
    text-align: center;
    text-decoration: none;
}
.tel div {
    margin-top: 20px;
    padding-top: 20px;
    border-top: solid 1px white;
    line-height: 1.2rem;
}
.tel:hover {
    scale: 1.1;
}

.section {
    padding: 30px 0;
    margin: 60px 0;
    margin-right: 15vw;
    /* width: 100%; */
    text-align: center;
    background-color: #fff;
    border-radius: 0px 25px 25px 0px;

}
.section .container, .section .container-xxl{
    /* background-color: #23D8A0; */
    /* position: absolute; */
    /* width: fit-content; */
    /* left: 50%; */
    transform: translateX(5vw);
}

.section-subtitle {
    font-size: 1.2rem;
    color: #65A5DD;
    margin-bottom: 10px;
}
.section-title {
    font-size: 1.6rem;
    margin-bottom: 20px;
    letter-spacing: 5px;
}

.section-content {
    max-width: 1000px;
    margin: auto;
    font-size: 1.2rem;
    line-height: 1.6;
}


footer {
    border-radius: 25px 25px 0px 0px;
    background-color: #65A5DD;
    color: #fff;
    /* position:absolute; */
    bottom: 0;
    width: 100vw;
}





#business img {
    border-radius: 10px;
}


#company table.sp-hide {
    border-spacing: 30px;
    border-collapse: separate;
}
#company table.sp-hide tr td {
    width: 50%;
}
#company table.sp-hide tr td:first-child {
    letter-spacing: 1rem;
    font-weight: bold;
    color: #444444;
}
#company table.sp-hide tr td:last-child {
    /* letter-spacing: 1rem; */
    color: #6C6C6C;
    text-align: left;
    padding-left: 1rem;
}

/* --------------------------------------- */
#company table.pc-hide {
    border-spacing: 5px;
    border-collapse: separate;
    text-align: left;
}
#company table.pc-hide tr td {
    width: 1000%;
}
#company table.pc-hide tr.label {
    letter-spacing: 1rem;
    font-weight: bold;
    color: #444444;
}
#company table.pc-hide tr.value {
    /* letter-spacing: 1rem; */
    color: #6C6C6C;
    padding-left: 1rem;
    font-size: smaller;
}
#company table.pc-hide tr.value td {
    padding-bottom: 1.2rem;
}



#greeting img {
    border-radius: 20px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

#bio img {
    width: 130px;
    height: 130px;
    border-radius: 999px;
    /* width: 200px;
    height: 200px;
    border-radius: 15px; */
    object-fit: cover;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
    margin: 0 auto;
    display: block;
    transition: transform 0.3s ease;
}

#bio .bio-card {
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

#bio .bio-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 9px;
    background: linear-gradient(to right, #65A5DD, #23D8A0);
}

#bio .bio-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

#bio .bio-card:hover img {
    transform: scale(1.05);
}

#bio .bio-name {
    font-size: 1.4rem;
    font-weight: bold;
    color: #444444;
    margin: 1.5rem 0;
    text-align: center;
    position: relative;
}

#bio .bio-name::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #65A5DD;
    margin: 10px auto;
    border-radius: 3px;
}

#bio .h6.fw-bolder {
    color: #65A5DD;
    font-size: 1.2rem;
    margin: 1.5rem 0;
    text-align: center;
}

#bio ul.fs-6 {
    list-style: none;
    padding: 0;
}

#bio ul.fs-6 li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 25px;
}

#bio ul.fs-6 li::before {
    content: '▶︎';
    color: #65A5DD;
    position: absolute;
    left: 0;
    font-weight: bold;
}

#bio ul.fs-6 li:last-child {
    border-bottom: none;
}

#bio .sub-list {
    border-bottom: none !important;
}

#bio .sub-list ul {
    list-style: none;
    padding-left: 20px;
    margin-top: 10px;
}

#bio .sub-list ul li {
    padding: 5px 0;
    border-bottom: 1px solid #eee;
    font-size: 0.9rem;
}

#bio .sub-list ul li:last-child {
    border-bottom: none;
}

/* スマホ向け */
@media screen and (max-width: 768px) {
    .section {
        padding: 30px 15px;
        margin: 60px 0;
        margin-right: 0;
        text-align: center;
        background-color: #fff;
        border-radius: 0px 25px 25px 0px;
        width: 100%;
    }

    .section .container {
        transform: none;
        padding: 0 10px;
    }

    .sp-hide {
        display: none;
    }

    .carousel-item p {
        font-size: large;
        top: 50%;
        left: 50%;
        transform: translateX(-50%);
    }

    .collapse.navbar-collapse {
        margin-top: 15px;
        line-height: 30px;
        padding-left: 20px;
    }

    .carousel-indicators button {
        height: 10px !important;
        width: 10px !important;
    }

    footer .pt-3 {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

}

/* PS向け（デスクトップや大画面） */
@media screen and (min-width: 769px) {
    .pc-hide {
        display: none;
    }
    .carousel-item img {
        border-radius: 25px 5px 5px 25px;
        max-width: 90vw;
        margin: auto;
        margin-right: 0;
    }
    .carousel-item p {
        font-size: 70px;
        top: 50%;
        right: 50%;
        transform: translatex(50%);
    }

    .navbar-nav {
        text-align: center;
        padding: 0px 50px;
        width: fit-content;
    }
    .navbar-nav:last-child {
        padding-right: 0px;
    }
    .navbar-nav::after {
        content: "　";
        width: 2px;
        height: 30px;
        border-radius: 99px;
        background-color: #23D8A0;
        position: absolute;
        top: -5px;
        right: -0rem;
    }
    .navbar-nav:last-child::after {
        display: none;
        content: "";
    }
}



#business .btn-primary {
    background-color: #65A5DD;
    color: white;
    border-radius: 25px;
    padding: 10px 20px;
    font-size: 1.2rem;
    font-weight: bold;
    border: none;
}