@font-face {
  font-family: "Roboto";
  src: url("../FONT/Roboto-VariableFont_wdth,wght.ttf") format("truetype");
  font-display: swap;
}
* {
  font-family: "Roboto";
  margin: 0;
  padding: 0;
  color: rgb(21, 68, 113);
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  display: flex;
  flex-direction: column;
  gap: 50px;
  min-height: 100vh;
  padding-top: 100px;
}

/* default widget */
.nav-bar {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  padding: 20px 100px;
  background: #E3F3FF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  gap: 20px;
}
.nav-bar .list-link {
  display: flex;
  margin: auto 0;
  gap: 20px;
}
.nav-bar .list-link .link {
  min-width: 150px;
  text-align: center;
  color: rgb(26, 44, 86);
}
.nav-bar .list-link .link:hover {
  font-weight: 900;
}
.nav-bar .list-link .active {
  font-weight: 900;
}
.nav-bar .logo {
  width: 150px;
}
.nav-bar .contact {
  width: 220px;
  height: 60px;
  margin: auto 0 auto auto;
}
.nav-bar .burger {
  display: none;
  flex-direction: column;
  width: 75px;
  height: 55px;
  margin: auto 0 auto auto;
}
.nav-bar .burger span {
  display: block;
  background: rgb(21, 68, 113);
  height: 8px;
  border-radius: 4px;
  width: 100%;
}
.nav-bar .burger #s2 {
  margin: auto 0;
}
@media only screen and (max-width: 1080px) {
  .nav-bar {
    padding: 20px 50px;
  }
  .nav-bar .contact {
    display: none;
  }
  .nav-bar .list-link {
    display: none;
  }
  .nav-bar .burger {
    display: flex;
  }
}

.nav-mobile {
  z-index: 1;
  display: none;
  position: fixed;
  background: rgb(227, 243, 255);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  flex-direction: column;
  padding: 200px 20px 50px 20px;
  gap: 20px;
}
.nav-mobile .link {
  min-width: 150px;
  text-align: center;
  color: rgb(26, 44, 86);
  margin: auto 0;
}
.nav-mobile .link:hover {
  font-weight: 900;
}
.nav-mobile .active {
  font-weight: 900;
}
.nav-mobile .contact {
  width: 400px;
  height: 60px;
  margin: auto auto 0 auto;
}

.footer {
  margin: auto 0 0 0;
  background: rgb(227, 243, 255);
}
.footer .div-info {
  display: flex;
  flex-direction: column;
  padding: 50px 0;
  gap: 50px;
}
.footer .div-info .div-top {
  display: flex;
}
.footer .div-info .div-top .div-logo {
  width: 35%;
  margin: auto 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footer .div-info .div-top .div-logo .logo {
  width: 200px;
  height: auto;
  margin: 0 auto 0 0;
}
.footer .div-info .div-top .div-logo .div-plan {
  margin: 0 auto auto 0;
  display: none;
  flex-direction: column;
  gap: 5px;
}
.footer .div-info .div-top .div-logo .div-plan h3 {
  margin-bottom: 10px;
}
.footer .div-info .div-top .div-logo .div-plan a {
  margin-left: 30px;
}
.footer .div-info .div-top .div-logo .div-plan a:hover {
  font-weight: 500;
}
.footer .div-info .div-top .div-flex {
  display: flex;
  width: 65%;
}
.footer .div-info .div-top .div-flex .perm {
  padding: 20px 40px;
  margin: 0 auto 0 0;
  display: flex;
  flex-direction: column;
}
.footer .div-info .div-top .div-flex .perm p {
  margin: auto;
}
.footer .div-info .div-top .div-flex .perm .tperm {
  display: flex;
  gap: 10px;
}
.footer .div-info .div-top .div-flex .perm .tperm img {
  width: 30px;
  height: 30px;
  margin: auto;
}
.footer .div-info .div-top .div-flex .contact {
  margin: auto 0 auto auto;
}
.footer .div-info .div-top .div-flex .contact .tel {
  font-weight: 700;
  font-size: 32px;
}
.footer .div-info .div-bottom {
  display: flex;
}
.footer .div-info .div-bottom .div-left {
  width: 35%;
  display: flex;
  flex-direction: column;
}
.footer .div-info .div-bottom .div-left .div-plan {
  margin: 0 auto auto 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.footer .div-info .div-bottom .div-left .div-plan h3 {
  margin-bottom: 10px;
}
.footer .div-info .div-bottom .div-left .div-plan a {
  margin-left: 30px;
}
.footer .div-info .div-bottom .div-left .div-plan a:hover {
  font-weight: 500;
}
.footer .div-info .div-bottom .div-left .B2 {
  margin: auto auto 0 0;
  width: 350px;
  height: 70px;
}
.footer .div-info .div-bottom .map {
  width: 65%;
  height: 400px;
  border-radius: 9px;
  border: 1px rgb(26, 44, 86) solid;
}
.footer .div-info .Bgg2 {
  display: none;
  margin: auto;
  width: 350px;
  height: 70px;
}
.footer .mention {
  width: 100%;
  display: flex;
  background: rgb(26, 44, 86);
  height: 40px;
}
.footer .mention a {
  margin: auto;
  color: white;
  font-weight: 900;
}
.footer .mention a:hover {
  transition: 0.2s;
  color: rgb(47, 108, 167);
}
@media only screen and (max-width: 1150px) {
  .footer .div-info .div-top .div-logo {
    width: 40%;
    margin: 0;
  }
  .footer .div-info .div-top .div-logo .div-plan {
    display: flex;
  }
  .footer .div-info .div-top .div-flex {
    width: 60%;
    flex-direction: column-reverse;
    gap: 30px;
  }
  .footer .div-info .div-top .div-flex .perm {
    margin: auto 0 auto auto;
  }
  .footer .div-info .div-top .div-flex .contact {
    margin: auto 0 auto auto;
  }
  .footer .div-info .div-bottom {
    flex-direction: column;
    gap: 30px;
  }
  .footer .div-info .div-bottom .map {
    width: 100%;
  }
  .footer .div-info .div-bottom .div-left {
    display: none;
  }
  .footer .div-info .Bgg2 {
    display: flex;
  }
}

/* default div */
.div-center {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
}

.div-img {
  background-size: cover;
  background-position: center;
}

.div-frame1 {
  background: rgb(227, 243, 255);
  border: 1.5px rgb(21, 68, 113) solid;
  border-radius: 9px;
}

/* default text*/
.T0 {
  font-size: 14px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1080px) {
  .T0 {
    font-size: 18px;
  }
}

.T1 {
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1080px) {
  .T1 {
    font-size: 20px;
  }
}

.T2 {
  font-size: 18px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1080px) {
  .T2 {
    font-size: 22px;
  }
}

.T3 {
  font-size: 20px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1080px) {
  .T3 {
    font-size: 24px;
  }
}

.T4 {
  font-size: 22px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1080px) {
  .T4 {
    font-size: 26px;
  }
}

.TH {
  font-weight: 600;
}

.TL {
  font-weight: 200;
  font-style: italic;
}

.sp1 {
  font-weight: 700;
  font-style: italic;
}

.title1 {
  font-weight: 800;
  font-size: 40px;
  text-align: center;
}

/* button */
.B1 {
  transition: 0.1s;
  background: #154471;
  display: flex;
  border-radius: 6px;
}
.B1 p {
  margin: auto;
  color: white;
}
.B1:hover {
  transition: 0.1s;
  background: #2F6CA7;
}

.B2 {
  transition: 0.1s;
  background: rgb(255, 255, 255);
  display: flex;
  border-radius: 6px;
}
.B2 p {
  margin: auto;
  font-weight: 800;
  color: rgba(21, 68, 113, 0.84);
}
.B2:hover {
  transition: 0.1s;
  background: rgb(157, 189, 219);
}
.B2:hover p {
  color: white;
}

.B3 {
  transition: 0.1s;
  background: rgb(227, 243, 255);
  display: flex;
  border-radius: 6px;
}
.B3 p {
  margin: auto;
  font-weight: 800;
  color: rgba(21, 68, 113, 0.84);
}
.B3:hover {
  transition: 0.1s;
  background: rgb(157, 189, 219);
}
.B3:hover p {
  color: white;
}

.B4 {
  transition: 0.1s;
  background: none;
  display: flex;
  border-radius: 3px;
  border: 1px rgba(21, 68, 113, 0.84) solid;
}
.B4 p {
  margin: auto;
  color: rgb(21, 68, 113);
}
.B4:hover {
  transition: 0.1s;
  background: rgb(157, 189, 219);
}

/* input */
.input1 {
  text-decoration: none;
  padding-bottom: 20px;
  border-bottom: 1px rgb(26, 44, 86) solid;
  color: rgb(21, 68, 113);
}

/* default elements */
a, button, input {
  cursor: pointer;
  border: 0;
  text-decoration: none;
  background: none;
}

input, textarea {
  border: 0;
  background: none;
  outline: none;
}/*# sourceMappingURL=style.css.map */