* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

h1 {
    font-size: 2.5vw;
}

h2 {
    font-size: 1.5vw;
}

p {
    font-size: 1.1vw;
}

a {
    font-size: 1.1vw;
    text-decoration: none;
    color: #000;
}

li {
    list-style: none;
}

img {
    width: 100%;
    vertical-align: middle;
}

header {
    position: fixed;
    z-index: 10;
    background-color: #fff;
    width: 100%;
    height: 6vw;
    padding: 0 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.burger-btn{
    display: none;
}
.nav-wrapper{      
    display: none;      
    width: 100vw;      
    height: 100vh;      
    position: fixed;      
    top: 0;      
    left: 0;       
    z-index: 2;     
}
ul.nav-list {
    margin-top: 30vw;
}     
.header-nav{        
    width: 50%;
    height: 100%;
    background-color: #ffffffd6;
    z-index: 2;
    display: flex;
    justify-content: center;
    margin-left: auto;   
}     
.header-nav.nav-list{        
    display: block;        
    position: absolute;        
    top: 50%;        
    left: 50%;        
    transform: translate(-50%,-50%);        
    text-align: center;      
}      
.header-nav.nav-item{        
    margin-right: 0;        
    margin-bottom: 40px;      
}
li.nav-item {
    margin-bottom: 5vw;
}
.nav-item a {
    font-size: 3.5vw;
    font-weight: bold;
}

a:hover {
    transition: all .3s;
    color: #8C95BC;
}

main {
    padding-top: 6vw;
}

#jump1, #jump2, #jump3 {
    margin-top: -6vw;
    padding-top: 6vw;
}

.header_logo {
    width: 9vw;
}

.header_menu ul {
    display: flex;
}

.header_menu li {
    margin-right: 3vw;
    font-weight: bold;
}

.fv {
    width: 100vw;
    margin: 0 auto;
}

.fv_txts {
    width: 70vw;
    margin: 0 auto;
    padding-bottom: 2vw;
}

.fv_txts p {
    width: 60%;
    margin: 0 auto 1vw;
}

.fv_txts h1 {
    margin-top: 2vw;
    margin-bottom: 1vw;
}

.service {
    background-color: #8C95BC;
}

.title {
    text-align: center;
    padding: 2vw;
}

.title p {
    color: #06208B;
}

.service_item_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 18vw 2vw;
}

.service_item {
    width: 46%;
    height: 25vw;
    padding: 3vw;
    margin: 1vw;
    background-color: #fff;
    border: 1px solid #707070;
    border-radius: 5px;
    text-align: center;
}

.service_img {
    width: 7vw;
    height: 7vw;
    border-radius: 50%;
    margin: 0 auto;
}

.service_title_en {
    color: #8C95BC;
}

.service_title {
    margin: 1vw;
}

.service_txt p {
    text-align: left;
}

table {
    border: 3px solid #707070;
    border-collapse: collapse;
    margin: 0 auto;
}

tr {
    border: 1px solid #707070;
}

th {
    width: 10vw;
    height: 5vw;
    text-align: left;
    background-color: #dde1f1;
    padding-left: 1vw;
}

td {
    width: 50vw;
    padding-left: 1vw;
}

.map {
    padding: 0 10vw;
}

.footer_menu {
    display: flex;
    justify-content: center;
}

.footer_menu ul {
    display: flex;
    margin: 6vw 0;

}

.footer_menu ul li {
    margin: 0 3vw;
    font-weight: bold;
}

.footer_logo {
    width: 9vw;
    margin: 0 auto 2vw;
}