@charset "UTF-8";

/* アニメーション */
@keyframes zoom {

    0% {
        transform: scale(1);
    }

    60% {
        transform: scale(1.05);
    }
}

/* タイトルサイズ修正 ************************************************************************************/
.title {
    font-size: 2vw;
}

/* メニューボタン */
.side_menu {
    width: 16vw;
    height: 50vh;
    font-size: 0.9vw;
    text-decoration: none;
    border-radius: 1vw;
    position: fixed;
    bottom: 29vh;
    right: 0vw;
    padding: 0.7em;
    text-align: center;
    z-index: 100;
}

.side_menu_ul {
    padding: 1vw;
    bottom: -50vh;
    right: 0px;
}

.side_menu_ul a {
    text-decoration: none;
    color: #ffffff;
}

.side_menu_li {
    /* box-shadow: 0px 0px 10px -5px #686868; */
    background-color: rgba(136, 136, 136, 0.845);
    border-radius: 1vh;
    cursor: pointer;
    list-style: none;
    padding: 0.5vw;
    margin: 0.5vw;
    list-style: none;
    transition: transform 0.5s;
}

.side_menu_li:hover {
    background-color: #0871b9;
    box-shadow: 0px 1px 15px -6px #8b8b8b;
    transform: scale(1.1);
}

.nav-wrap {
    display: none;
}

/* 背景svg ************************************************************************************/
.wave1 {
    width: 100%;
    height: 39vw;
}

.wave_pic1 {
    width: 100%;
    margin-bottom: -5vw;
    position: relative;
    object-fit: fill;
}

.wave_pic1 img {
    position: absolute;
    width: 100%;
    object-fit: fill;
}

.w_pic2 {
    top: 1vw;
    left: 0;
}

.w_pic1 {
    top: 0vw;
    left: 0;
}

.back_pic {
    margin-top: 0;
    position: relative;
    background-color: rgb(245, 245, 245);
    width: 100%;
    margin-bottom: 0;
}

.w_pic3_margin {
    width: 100%;
    height: 17vw;
}

.w_pic3 {
    position: absolute;
    bottom: -1vw;
}

/* 社長ごあいさつ ************************************************************************************/
.message_flex {
    width: 90%;
    position: relative;
}

.message_img {
    position: absolute;
    top: 50;
    left: 0;
    z-index: -1;
}

.message_img2 {
    display: none;
}

.message_txt {
    width: 70%;
    margin-left: 30%;
    padding: 1vw;
}

.pp_start_txt {
    margin-top: 3vw;
}

/* 会社概要 ****************************************************************************************/
.content_block {
    width: 70%;
    margin-left: 15%;
}

.company_contens {
    margin-bottom: 1vw;
    display: grid;
    grid-template-columns: 2fr 8fr;
    grid-template-rows: 1fr;
    gap: 1vw;
}

.company_con_title,
.company_con_txt {
    padding: 1.3vw;
    font-size: 18px;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 1px 19px -13px #e2e2e2;
    border-radius: 1vw;
}

.company_con_txt {
    display: flex;
    flex-direction: column;
    gap: 1vw;
}

.company_con_txt hr {
    margin-bottom: 3vh;
    border: 0 none;
    height: 2px;
    color: #d2d2d2;
    background-color: #d2d2d2;
}

.company_con_title {
    text-align: center;
}

.company_con_txt div {
    margin-bottom: 1vw;
}

.access_flex {
    display: flex;
    align-items: center;
}

.access_flex div {
    width: 65%;
}

.access_flex img {
    width: 35%;
    object-fit: contain;
}

.o_map {
    width: 16vw;
    margin-top: 1vw;
    margin-left: 3vw;
    border-radius: 1vw;
}

.o_map2 {
    border-radius: 1vw;
}

.o_map,
.o_map2 {
    max-height: 300px;
    /* 適宜調整 */
    height: auto;
}

.img_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.img_flex img {
    border-radius: 5%;
    width: 10vw;
    height: 10vw;
    object-fit: contain;
}



/* 個人情報・特定個人情報保護方針 */
.pp_contents {
    width: 60%;
    margin-left: 20%;
    font-size: 18px;
}

.pp_contact {
    width: 40%;
    margin-left: 30%;
    font-size: 19px;
    margin-top: 3vw;
    background-color: rgb(136, 136, 136);
    border-radius: 3vw;
    color: #fff;
    padding: 2vw 4vw 2vw 4vw;

}

.pp_first_txt {
    margin-bottom: 3vw;
}

.pp_contents div {
    margin-bottom: 2.3vw;
}

.pp_txt {
    margin: 1vw;
}

.pp_last_txt {
    margin-top: 1vw;
    text-align: right;
}

.pp_list li {
    margin-bottom: 1.5vh;
}

.pp_list_num {
    list-style-type: decimal;
    margin-left: 2vw;
}

.pp_list_none {
    margin-left: 1.5vw;
}

/* 個人情報 */
.pi_pdf a {
    width: 20vw;
    box-shadow: 0px 1px 19px -13px #a3a3a3;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #525252;
    justify-content: center;
    transition: transform 0.5s;
}

.pi_pdf a p {
    margin: 1vw;
}

.pi_pdf a:hover {
    box-shadow: 0px 1px 19px -13px #8b8b8b;
    transform: scale(1.05);
}

.wyn {
    width: 90%;
    margin-top: 3vw;
    margin-left: 5%;
    padding: 1vw;
    border: rgb(222, 222, 222) 2px solid;
}

/* 保有個人データの安全管理 */
.major_items,
.major_items2 {
    scroll-margin-top: 15vw;
}

/* 資格情報 */
.shikaku_img_phone {
    display: none;
}

.shikaku_contents {
    width: 80%;
    margin-left: 10%;
    font-size: 18px;
}

.shikaku_flex {
    display: flex;
    align-items: center;
}

.shikaku_img {
    width: 50%;
    margin: 3vw;
}

.shikaku_list {
    width: 50%;
}

.shikaku_list li {
    margin-bottom: 1.5vh;
}

.shikaku_txt {
    margin-top: 1vw;
    color: #ff7300;
}

@media (max-width: 768px) {
    .side_menu {
        display: none;
    }

    /* スライドメニュー */
    .nav-wrap {
        display: block;
        margin-top: 30%;
    }

    .scroll-nav {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .nav_arrow {
        width: 5%;
        margin: 1%;
        height: auto;
        cursor: pointer;
        box-shadow: 0px 0px 10px 13px #ffffff;
        z-index: 999;
    }

    .scroll-nav ul {
        display: flex;
        /* 横並び */
        width: 80%;
        list-style: none;
        padding: 0;
        margin: 0;
        box-sizing: border-box;
        white-space: nowrap;
        overflow: hidden;
    }

    .scroll-nav ul li {
        border-right: solid #0871b9;
    }

    .scroll-nav ul li a {
        font-size: 15px;
        margin: 1vw;
        padding: 1vw;
        text-decoration: none;
        color: #000000;
        font-weight: 600;
    }

    .scroll-nav ul li a:hover {
        color: #ff7300;
    }

    .scroll-nav ul li {
        display: inline-block;
    }

    .scroll-nav ul li:last-child {
        border-right: none;
    }

    .scroll-nav ul li a {
        font-size: 15px;
    }

    /* 写真 */
    .message_flex {
        display: block;
        margin-left: 5%;
    }

    .message_img {
        display: none;
    }

    .message_img2 {
        display: block;
        width: 60%;
        margin-left: 20%;
    }

    .message_txt {
        width: 90%;
        margin-left: 5%;
    }

    /* タイトル */
    .title {
        font-size: 8vw;
    }

    /* 内容 */
    .major_items2 {
        margin: 2%;
    }

    .content_block {
        width: 100%;
        margin: 0;
    }

    .company_contens {
        display: grid;
        grid-template-columns: 3fr 7fr;
        gap: 1vw;
    }

    .company_con_title,
    .company_con_txt {
        display: flex;
        align-items: center;
        padding: 1vw;
        background-color: rgba(255, 255, 255, 0.8);
        box-shadow: 0px 1px 19px -13px #e2e2e2;
        border-radius: 1vw;
        font-size: 16px;
    }

    .access_flex {
        display: block;
        gap: 1vw;
    }

    .access_flex div,
    .access_flex img {
        width: 80%;
        height: 40%;
        margin: 10%;
        object-fit: cover;
        border-radius: 2vw;
    }

    .o_map,
    .o_map2 {
        width: 100%;
        max-height: 200px;
        margin: 0;
        border-radius: 2vw;
    }

    .img_flex {
        gap: 10px;
    }

    .img_flex img {
        border-radius: 5%;
        width: 25vw;
        height: 25vw;
        object-fit: contain;
    }

    .company_con_txt hr {
        width: 90%;
        margin: 5%;
    }

    .shikaku_contents {
        width: 100%;
        margin-left: 0;
    }

    .shikaku_img {
        width: 30%;
        margin: 3vw;
    }

    .shikaku_list {
        width: 70%;
    }


    .pp_contents {
        width: 90%;
        margin-left: 5%;
        font-size: 18px;
    }

    .pi_pdf a {
        width: 50vw;
    }

    .pp_contact {
        width: 90%;
        margin-left: 5%;
    }

    .wyn {
        width: 100%;
        margin: auto;
    }

    .shikaku_contents {
        width: 90%;
        margin-left: 5%;
    }

    .shikaku_flex {
        display: block;
    }

    .shikaku_img_phone {
        display: block;
        width: 60%;
        margin: 5% 20%;
    }

    .shikaku_img {
        display: none;
    }

    .shikaku_list {
        width: 100%;
    }
}