@font-face {
    font-family: "dejavu";
    src: url(/fonts/dejavu-sans.ttf);
}
@font-face {
    font-family: "archy-edt";
    src: url(/fonts/archyedt-bold.ttf);
}
*,
*::after,
*::before {
    font-family: "dejavu";
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
*::after,
*::before {
    position: absolute;
    content: "";
}
/* width */
::-webkit-scrollbar {
    width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f8f9fd;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #303285;
}
::-webkit-scrollbar-thumb:hover {
    background: #4346c2;
}

html {
    box-sizing: border-box;
}
body {
    font-family: "dejavu";
    font-weight: 400;
    line-height: 1.3;
    color: #2f3e51;
    background: #fff;
    overflow-x: hidden;
    scroll-behavior: smooth;
    font-size: 16px;
}
p {
    font-weight: 100;
    line-height: 1.5;
}
h1 {
    font-weight: 600;
}
ul {
    list-style: none;
}
a {
    text-decoration: none;
    color: inherit;
}
input,
textarea,
button {
    outline: none;
    border: none;
    background: none;
}
button {
    cursor: pointer;
    outline: none;
}
select {
    border: none;
    outline: none;
}
img {
    height: auto;
    max-width: 100%;
}
.archy-edt {
    font-family: "archy-edt";
}
.img {
    overflow: hidden;
}
.img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.map iframe {
    width: 100%;
    height: 100%;
}
.wrapper {
    width: 1600px;
    height: 100%;
    margin: auto;
    position: relative;
}
.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flex.centered {
    justify-content: center;
}
.blue {
    color: #303285;
}
.op05 {
    opacity: 0.5;
}
.radius5 {
    border-radius: 5px;
}
.title35 {
    font-size: 35px;
    font-family: "archy-edt";
}
.common_input {
    border-radius: 5px;
    border: #dedede 1px solid;
    padding-left: 20px;
    height: 65px;
}

@media screen and (max-width: 1650px) {
    .wrapper {
        width: 95%;
    }
}
@media screen and (max-width: 1300px) {
    .common_input {
        height: 50px;
    }
}
@media screen and (max-width: 600px) {
    .title35 {
        font-size: 30px;
    }
}

