
.title .p1 {
    font-family: Century Gothic;
    font-weight: bold;
    font-size: calc(20px + 2rem);
    color: #010101;
    line-height: 1;
}

.title .p2{
font-family: Century Gothic;
font-weight: bold;
font-size: calc(6px + 1rem);
color: #0072BA;
line-height: calc(10px + 1.5rem);
margin-top: calc(10px + 1.5rem);
}



.position_box {
    width: 100%;
    padding: calc(9px + 1rem) 0;
    border-bottom: 1px #DCDCDC solid;
}

.position {
    max-width: 1480px;
    width: 85%;
    margin: auto;
}

.position {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: calc(4px + 0.5rem);
}

.position p {
    font-family: PingFang SC;
    font-weight: 500;
    font-size: calc(8px + 0.5rem);
    color: #606060;
    line-height: 1;
}
.position img{
    width: calc(6px + 1rem);
}

.position_nav {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: calc(1px + 4rem);
}

.position_nav_item {
    height: 100%;
    font-family: Century Gothic;
    font-weight: 400;
    font-size: calc(10px + 0.5rem);
    color: #5B5B5B;
    line-height: 1;
    display: flex;
    align-items: center;
}

.position_nav_item_act {
    border-bottom: calc(0px + 0.1rem) #0072BA solid;
}

.contact_title_box {
    width: 100%;
    padding-top: calc(13px + 5rem);
    padding-bottom: calc(18px + 4rem);
    background-color: #EEEEEE;
}

.contact_title {
    max-width: 1480px;
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.contact_title .title .p2{
    font-family: Century Gothic;
    font-weight: bold;
    font-size: calc(10px + 3rem);
    color: #2B2B2B;
    line-height: 1;
}
.contact_title .title .p3{
font-family: Century Gothic;
font-weight: bold;
font-size: calc(6px + 1rem);
color: #9D9D9D;
line-height: 1;
margin-top: calc(4px + 1rem);
}

@media (max-width: 1100px){
    .title .p1{
        font-size: calc(16px + 1rem);
    }
    .title .p2{
        font-size: calc(12px + 1rem);
        line-height: 1.5;
    }
    .position p{
        font-size: calc(10px + 1rem);
    }
    .position img {
        width: calc(12px + 1rem);
    }
    .contact_title{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: calc(10px + 3rem);
    }
    .contact_title .title .p3{
        font-size: calc(10px + 1rem);
    }
    .position_nav_item{
        font-size: calc(10px + 1rem);
    }
}