* {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Noto Sans JP', sans-serif;
}

.typearea{
    margin: 0 auto;
    width: 1200px;
}
.com-tit{
    width: 1200px;
    padding-top: 160px;
}
.com-tit p{
    display: flex;
    justify-content: center;
    font-size: 48px;
    font-weight: 700;
    color: rgba(34, 34, 34, 1);
}
.out-nav{
    width: 100%;
    background-color: rgba(255, 209, 0, 1);
    height: 120px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999;
    text-align: center;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
.nav{
    display: flex;
    align-items: center;
    width: 1200px;
    margin-left: 50%;
    transform:translate(-50%,0);
    height: 60px;
}
.lg_img{
    width: 212px;
    height: 60px;
}
.nav-ul{
    margin-left: 124px;
    display: flex;
}
.nav-to{
    font-size: 24px;
    font-weight: 400;
    color: rgba(34, 34, 34, 1) !important;
    text-decoration:none;
    white-space: nowrap;

}
.nav-li{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 64px;
}
.nav-li:first-child{
    margin-left: 0;
}
.nav-li span{
    display: inline-block;
    width: 48px;
    height: 4px;
    background: rgba(34, 34, 34, 1);
    margin-top: 10px;
}

.language-selector {
    position: relative;
    display: inline-block;
    font-family: "Arial", sans-serif;
    margin-left: 64px;
    white-space: nowrap;
    margin-top: -5px;
}


.lang-btn {
    background: rgba(255, 209, 0, 1);
    color: #000;
    border: none;
    padding: 10px 20px;
    font-size: 20px;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s;
}



.lang-menu {
    position: absolute;
    top: 46px;
    left: 0;
    width: 130px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    list-style: none;
    margin: 0;
    padding: 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.lang-menu li {
    padding: 10px 14px;
    cursor: pointer;
    font-size: 15px;
    color: #000;
    transition: background 0.2s;
}

.lang-menu li:hover {
    background:  rgba(255, 209, 0, 1);
}

.hidden {
    display: none;
}
