@charset "UTF-8";
@media screen and (min-width: 576px) {
  header #HeaderContener {
    position: fixed;
    height: 11.5vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }
  header #HeaderContener #ItemArea {
    height: 6vh;
    width: 92.5vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(239, 241, 244, 0.5019607843);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-radius: 50px;
    padding: 0 20px;
  }
  header #HeaderContener #ItemArea #Icon {
    height: 6vh;
    width: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header #HeaderContener #ItemArea #Icon img {
    width: 100%;
  }
  header #HeaderContener #ItemArea .header-nav {
    height: 6vh;
    display: flex;
    align-items: center;
  }
  header #HeaderContener #ItemArea .header-nav .header-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 4vh;
    width: 650px;
    font-size: 13px;
    color: var(--primary-color);
  }
  header #HeaderContener #ItemArea .header-nav .header-menu .left {
    display: flex;
    align-items: center;
  }
  header #HeaderContener #ItemArea .header-nav .header-menu .left li {
    margin-left: 30px;
  }
  header #HeaderContener #ItemArea .header-nav .header-menu .left li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
  }
  header #HeaderContener #ItemArea .header-nav .header-menu .right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--base-color);
    font-size: 12px;
  }
  header #HeaderContener #ItemArea .header-nav .header-menu .right #contact-btn a {
    width: 110px;
    height: 32.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2vw;
    background: var(--accent-color);
  }
  header #HeaderContener #ItemArea .header-nav .header-menu .right #menu-bar button {
    width: 75px;
    height: 32.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    border-radius: 2vw;
    background-color: var(--tertiary-color);
  }
  header #HeaderContener #ItemArea .header-nav .header-menu .right #menu-bar button span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    font-weight: 300;
  }
  header .header-tab-area {
    display: none;
    position: fixed;
    height: 100vh;
    width: 100vw;
    align-items: center;
    justify-content: center;
    z-index: 5;
  }
  header .header-tab-area .header-tab-container {
    background-color: var(--base-color);
    width: 95vw;
    height: 95vh;
    border-radius: 25px;
    display: flex;
    justify-content: center;
  }
  header .header-tab-area .header-tab-container .center-container .head-area {
    height: 6.5vh;
    width: 92.5vw;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header .header-tab-area .header-tab-container .center-container .head-area .box-container {
    width: 50px;
    height: 32.5px;
  }
  header .header-tab-area .header-tab-container .center-container .head-area .menu-bar-btn {
    width: 75px;
    height: 32.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2vw;
    background-color: var(--tertiary-color);
    color: var(--base-color);
  }
  header .header-tab-area .header-tab-container .center-container .head-area .menu-bar-btn span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    font-weight: 300;
  }
  header .header-tab-area .header-tab-container .center-container .under-area {
    height: 88.5vh;
    width: 92.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .header-tab-area .header-tab-container .center-container .under-area .under-area-container {
    width: 60vw;
  }
  header .header-tab-area .header-tab-container .center-container .under-area .under-area-container .link-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 13%;
  }
  header .header-tab-area .header-tab-container .center-container .under-area .under-area-container .link-container .about-us {
    display: flex;
    justify-content: center;
    margin: 0 1%;
  }
  header .header-tab-area .header-tab-container .center-container .under-area .under-area-container .link-container .about-us .main-btn {
    width: 225px;
    font-size: 40px;
    color: var(--primary-color);
    font-weight: 180;
    line-height: 200%;
    margin-bottom: 10%;
  }
  header .header-tab-area .header-tab-container .center-container .under-area .under-area-container .link-container .about-us .sub-btn {
    width: 225px;
    font-size: 16px;
    color: var(--secondary-color);
    font-weight: 180;
    line-height: 230%;
  }
  header .header-tab-area .header-tab-container .center-container .under-area .under-area-container .link-container .service {
    margin: 0 1%;
    display: flex;
    justify-content: center;
  }
  header .header-tab-area .header-tab-container .center-container .under-area .under-area-container .link-container .service .main-btn {
    width: 200px;
    font-size: 40px;
    color: var(--primary-color);
    font-weight: 180;
    line-height: 200%;
    margin-bottom: 10%;
  }
  header .header-tab-area .header-tab-container .center-container .under-area .under-area-container .link-container .service .sub-btn {
    width: 200px;
    font-size: 16px;
    color: var(--secondary-color);
    font-weight: 180;
    line-height: 230%;
  }
  header .header-tab-area .header-tab-container .center-container .under-area .under-area-container .link-container .news {
    margin: 0 1%;
    display: flex;
    justify-content: center;
  }
  header .header-tab-area .header-tab-container .center-container .under-area .under-area-container .link-container .news .main-btn {
    width: 170px;
    font-size: 40px;
    color: var(--primary-color);
    font-weight: 180;
    line-height: 200%;
    margin-bottom: 10%;
  }
  header .header-tab-area .header-tab-container .center-container .under-area .under-area-container .link-container .news .sub-btn {
    width: 170px;
    font-size: 16px;
    color: var(--secondary-color);
    font-weight: 180;
    line-height: 230%;
  }
  header .header-tab-area .header-tab-container .center-container .under-area .under-area-container .link-container .company {
    margin: 0 1%;
    display: flex;
    justify-content: center;
  }
  header .header-tab-area .header-tab-container .center-container .under-area .under-area-container .link-container .company .main-btn {
    width: 225px;
    font-size: 40px;
    color: var(--primary-color);
    font-weight: 180;
    line-height: 200%;
    margin-bottom: 10%;
  }
  header .header-tab-area .header-tab-container .center-container .under-area .under-area-container .link-container .company .sub-btn {
    width: 225px;
    font-size: 16px;
    color: var(--secondary-color);
    font-weight: 180;
    line-height: 230%;
  }
  header .header-tab-area .header-tab-container .center-container .under-area .under-area-container .btn-container {
    display: flex;
    justify-content: center;
  }
  header .header-tab-area .header-tab-container .center-container .under-area .under-area-container .btn-container ul li .contact-btn {
    width: 300px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: var(--accent-color);
    font-size: 30px;
    font-weight: 180;
    color: var(--base-color);
    margin-bottom: 10%;
  }
  header .header-tab-area .header-tab-container .center-container .under-area .under-area-container .under-link-container {
    display: flex;
    justify-content: center;
  }
  header .header-tab-area .header-tab-container .center-container .under-area .under-area-container .under-link-container ul {
    width: 100%;
  }
  header .header-tab-area .header-tab-container .center-container .under-area .under-area-container .under-link-container ul li {
    font-size: 14px;
    font-weight: 160;
    color: var(--secondary-color);
    text-align: center;
  }
  header .header-tab-area .header-tab-container .center-container .under-area .under-area-container .under-link-container ul .privacy-policy {
    margin-bottom: 1%;
  }
}
@media screen and (max-width: 575px) {
  header #HeaderContener {
    position: fixed;
    height: 9vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }
  header #HeaderContener #ItemArea {
    height: 5vh;
    width: 92.5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(239, 241, 244, 0.5019607843);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-radius: 50px;
    padding: 0 10px;
  }
  header #HeaderContener #ItemArea #Icon {
    height: 45px;
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header #HeaderContener #ItemArea #Icon img {
    width: 100%;
  }
  header #HeaderContener #ItemArea .header-nav {
    height: 6vh;
    display: flex;
    align-items: center;
  }
  header #HeaderContener #ItemArea .header-nav .header-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 4vh;
    font-size: 13px;
    color: var(--primary-color);
  }
  header #HeaderContener #ItemArea .header-nav .header-menu .left {
    display: none;
    align-items: center;
  }
  header #HeaderContener #ItemArea .header-nav .header-menu .left li {
    margin-left: 30px;
  }
  header #HeaderContener #ItemArea .header-nav .header-menu .left li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
  }
  header #HeaderContener #ItemArea .header-nav .header-menu .right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--base-color);
    font-size: 12px;
  }
  header #HeaderContener #ItemArea .header-nav .header-menu .right #contact-btn a {
    width: 90px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 180;
    border-radius: 20px;
    background: var(--accent-color);
  }
  header #HeaderContener #ItemArea .header-nav .header-menu .right #menu-bar button {
    width: 62.5px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    border-radius: 20px;
    background-color: var(--tertiary-color);
  }
  header #HeaderContener #ItemArea .header-nav .header-menu .right #menu-bar button span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    font-weight: 300;
  }
  header .header-tab-area {
    display: none;
    position: fixed;
    height: 100vh;
    width: 100%;
    align-items: center;
    justify-content: center;
    z-index: 5;
  }
  header .header-tab-area .header-tab-container {
    background-color: var(--base-color);
    height: 97.5%;
    width: 95%;
    border-radius: 25px;
    display: flex;
    justify-content: center;
  }
  header .header-tab-area .header-tab-container .center-container {
    width: 95%;
  }
  header .header-tab-area .header-tab-container .center-container .head-area {
    height: 6.5vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  header .header-tab-area .header-tab-container .center-container .head-area .menu-bar-btn {
    position: absolute;
    top: 13px;
    right: 7px;
    width: 62.5px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background-color: var(--tertiary-color);
  }
  header .header-tab-area .header-tab-container .center-container .head-area .menu-bar-btn span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    font-weight: 300;
    color: var(--base-color);
  }
  header .header-tab-area .header-tab-container .center-container .under-area {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .header-tab-area .header-tab-container .center-container .under-area .under-area-container {
    width: 80%;
  }
  header .header-tab-area .header-tab-container .center-container .under-area .under-area-container .link-container {
    width: 100%;
    margin: 20% 0;
  }
  header .header-tab-area .header-tab-container .center-container .under-area .under-area-container .link-container .about-us .main-btn {
    width: 100%;
    font-size: 32px;
    color: var(--primary-color);
    font-weight: 180;
    line-height: 200%;
    margin-bottom: 10%;
  }
  header .header-tab-area .header-tab-container .center-container .under-area .under-area-container .link-container .about-us .sub-btn {
    width: 100%;
    font-size: 13px;
    color: var(--secondary-color);
    font-weight: 180;
    line-height: 200%;
  }
  header .header-tab-area .header-tab-container .center-container .under-area .under-area-container .link-container .service .main-btn {
    width: 100%;
    font-size: 32px;
    color: var(--primary-color);
    font-weight: 180;
    line-height: 200%;
    margin-bottom: 10%;
  }
  header .header-tab-area .header-tab-container .center-container .under-area .under-area-container .link-container .service .sub-btn {
    width: 100%;
    font-size: 13px;
    color: var(--secondary-color);
    font-weight: 180;
    line-height: 230%;
  }
  header .header-tab-area .header-tab-container .center-container .under-area .under-area-container .link-container .news .main-btn {
    width: 100%;
    font-size: 32px;
    color: var(--primary-color);
    font-weight: 180;
    line-height: 200%;
    margin-bottom: 10%;
  }
  header .header-tab-area .header-tab-container .center-container .under-area .under-area-container .link-container .news .sub-btn {
    width: 100%;
    font-size: 13px;
    color: var(--secondary-color);
    font-weight: 180;
    line-height: 230%;
  }
  header .header-tab-area .header-tab-container .center-container .under-area .under-area-container .link-container .company .main-btn {
    width: 100%;
    font-size: 32px;
    color: var(--primary-color);
    font-weight: 180;
    line-height: 200%;
    margin-bottom: 10%;
  }
  header .header-tab-area .header-tab-container .center-container .under-area .under-area-container .link-container .company .sub-btn {
    width: 100%;
    font-size: 13px;
    color: var(--secondary-color);
    font-weight: 180;
    line-height: 230%;
  }
  header .header-tab-area .header-tab-container .center-container .under-area .under-area-container .btn-container {
    width: 100%;
    margin-bottom: 10%;
  }
  header .header-tab-area .header-tab-container .center-container .under-area .under-area-container .btn-container ul li {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .header-tab-area .header-tab-container .center-container .under-area .under-area-container .btn-container ul li .contact-btn {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    background: var(--accent-color);
    font-size: 20px;
    font-weight: 180;
    color: var(--base-color);
  }
  header .header-tab-area .header-tab-container .center-container .under-area .under-area-container .under-link-container {
    display: flex;
    justify-content: center;
  }
  header .header-tab-area .header-tab-container .center-container .under-area .under-area-container .under-link-container ul {
    width: 100%;
  }
  header .header-tab-area .header-tab-container .center-container .under-area .under-area-container .under-link-container ul li {
    font-size: 14px;
    font-weight: 160;
    color: var(--secondary-color);
    text-align: center;
  }
  header .header-tab-area .header-tab-container .center-container .under-area .under-area-container .under-link-container ul .privacy-policy {
    margin-bottom: 3%;
  }
}
@media (min-width: 576px) {
  footer #FooterContainer .footer_items {
    height: 500px;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: solid var(--primary-color) 0.5px;
  }
  footer #FooterContainer .footer_items .items-container {
    width: 2000px;
    height: 300px;
    margin: 0 6%;
    display: flex;
    justify-content: space-between;
  }
  footer #FooterContainer .footer_items .items-container .image {
    height: 50px;
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer #FooterContainer .footer_items .items-container .image img {
    width: 100%;
  }
  footer #FooterContainer .footer_items .items-container .text-side {
    width: 65%;
    display: flex;
    justify-content: space-between;
  }
  footer #FooterContainer .footer_items .items-container .text-side .main-btn {
    font-size: 24px;
    color: var(--primary-color);
    font-weight: 180;
    line-height: 150%;
    margin-bottom: 10%;
  }
  footer #FooterContainer .footer_items .items-container .text-side .sub-btn {
    font-size: 14px;
    color: var(--secondary-color);
    font-weight: 180;
    line-height: 230%;
  }
  footer #FooterContainer .footer_items .items-container .text-side .about-us .btn .main-btn {
    width: 135px;
  }
  footer #FooterContainer .footer_items .items-container .text-side .about-us .btn .sub-btn {
    width: 135px;
  }
  footer #FooterContainer .footer_items .items-container .text-side .service .btn .main-btn {
    width: 110px;
  }
  footer #FooterContainer .footer_items .items-container .text-side .service .btn .sub-btn {
    width: 110px;
  }
  footer #FooterContainer .footer_items .items-container .text-side .company .btn .main-btn {
    width: 130px;
  }
  footer #FooterContainer .footer_items .items-container .text-side .company .btn .sub-btn {
    width: 130px;
  }
  footer #FooterContainer .footer_items .items-container .text-side .news .btn .main-btn {
    width: 80px;
  }
  footer #FooterContainer .footer_items .items-container .text-side .news .btn .sub-btn {
    width: 80px;
  }
  footer #FooterContainer .footer_items .items-container .text-side .contact .btn .main-btn {
    width: 125px;
  }
  footer #FooterContainer .footer_items .items-container .text-side .contact .btn .sub-btn {
    width: 125px;
  }
}
@media (max-width: 575px) {
  footer #FooterContainer .footer_items {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: solid var(--primary-color) 0.5px;
  }
  footer #FooterContainer .footer_items .items-container {
    width: 95%;
  }
  footer #FooterContainer .footer_items .items-container .image {
    width: 190px;
    margin-top: 10%;
    margin-bottom: 12%;
  }
  footer #FooterContainer .footer_items .items-container .image img {
    width: 100%;
  }
  footer #FooterContainer .footer_items .items-container .text-side {
    width: 100%;
  }
  footer #FooterContainer .footer_items .items-container .text-side .main-btn {
    font-size: 24px;
    color: var(--primary-color);
    font-weight: 180;
    line-height: 150%;
    margin-bottom: 4%;
  }
  footer #FooterContainer .footer_items .items-container .text-side .sub-btn {
    font-size: 14px;
    color: var(--secondary-color);
    font-weight: 180;
    display: none;
  }
  footer #FooterContainer .footer_items .items-container .text-side .about-us .btn .main-btn {
    width: 135px;
  }
  footer #FooterContainer .footer_items .items-container .text-side .about-us .btn .sub-btn {
    width: 135px;
  }
  footer #FooterContainer .footer_items .items-container .text-side .service .btn .main-btn {
    width: 110px;
  }
  footer #FooterContainer .footer_items .items-container .text-side .service .btn .sub-btn {
    width: 110px;
  }
  footer #FooterContainer .footer_items .items-container .text-side .company .btn .main-btn {
    width: 130px;
  }
  footer #FooterContainer .footer_items .items-container .text-side .company .btn .sub-btn {
    width: 130px;
  }
  footer #FooterContainer .footer_items .items-container .text-side .news .btn .main-btn {
    width: 80px;
  }
  footer #FooterContainer .footer_items .items-container .text-side .news .btn .sub-btn {
    width: 80px;
  }
  footer #FooterContainer .footer_items .items-container .text-side .contact .btn .main-btn {
    width: 125px;
  }
  footer #FooterContainer .footer_items .items-container .text-side .contact .btn .sub-btn {
    width: 125px;
  }
}
:root {
  --primary-color: #0944ab;
  --secondary-color: #4a4e51;
  --tertiary-color: #353a3d;
  --accent-color: linear-gradient(150deg,#1c5daa 0%, #2e6eb9 20%, #d9b8cd 80%);
  --accent-background-color: linear-gradient(270deg,#1c5daa 0%, #2e6eb9 20%, #d9b8cd 80%);
  --base-color: #E1E1E1;
  --nomal-font:YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  --Desktop-screen-size: 500px;
  --form-primary-color: rgb(255, 124, 157);
  --title-text-color: var(--base-color);
}

html {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased; /* フォントスムージングをオフ */
}

html body {
  margin: 0;
  padding: 0;
  max-width: 100vw;
  background-color: #fff;
  font-family: var(--nomal-font);
  text-rendering: optimizeLegibility; /* 読みやすさを向上 */
}

html body a {
  text-decoration: none;
}

@media screen and (min-width: 576px) {
  main .top_contact {
    margin: 300px 0;
    width: 100vw;
    display: flex;
    justify-content: center;
  }
  main .top_contact .contact-container {
    width: 850px;
    margin: 0 7.5%;
  }
  main .top_contact .contact-container .title {
    display: flex;
    margin: 70px 0;
  }
  main .top_contact .contact-container .title h1 {
    font-size: 85px;
    color: var(--primary-color);
    font-weight: 120;
    line-height: 1;
  }
  main .top_contact .contact-container .title p {
    font-size: 20px;
    color: var(--primary-color);
    font-weight: 180;
    line-height: 200%;
    display: flex;
    align-items: flex-end;
    margin-left: 50px;
  }
  main .top_contact .contact-container .line {
    background: linear-gradient(270deg, #1c5daa 0%, #2e6eb9 20%, #d9b8cd 55%);
    width: 100%;
    height: 2px;
  }
  main .top_contact .contact-container .sub-text {
    display: flex;
    justify-content: space-between;
    margin: 70px 0;
  }
  main .top_contact .contact-container .sub-text .left p {
    width: 380px;
    font-size: 18px;
    color: var(--secondary-color);
    font-weight: 250;
    line-height: 220%;
  }
  main .top_contact .contact-container .sub-text .right h1 {
    font-size: 26px;
    text-align: center;
    color: var(--primary-color);
    font-weight: 180;
    line-height: 150%;
    margin-bottom: 5%;
  }
  main .top_contact .contact-container .sub-text .right .contact-form-btn {
    padding: 0 20px;
    font-size: 13px;
    width: 270px;
    height: 50px;
    border-radius: 30px;
    color: var(--primary-color);
    border: var(--primary-color) 2px solid;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    text-decoration: none;
  }
  main .top_contact .contact-container .sub-text .right .contact-form-btn:hover {
    background-color: var(--primary-color);
    color: var(--base-color);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(40, 51, 70, 0.3);
  }
  main .top_contact .contact-container .sub-text .right .contact-form-btn:hover span {
    transform: translateX(5px);
    background-color: var(--base-color);
    color: var(--primary-color);
  }
  main .top_contact .contact-container .sub-text .right .contact-form-btn:active {
    transform: translateY(0);
    box-shadow: 0 4px 10px rgba(40, 51, 70, 0.2);
  }
  main .top_contact .contact-container .sub-text .right .contact-form-btn span {
    width: 70px;
    height: 25px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    font-weight: 350;
    color: var(--base-color);
    background-color: var(--primary-color);
    transition: all 0.3s ease;
  }
  main .top_contact_phone {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  main .top_contact {
    display: none;
  }
  main .top_contact_phone {
    margin-bottom: 30%;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  main .top_contact_phone .contact-container {
    width: 95%;
  }
  main .top_contact_phone .contact-container .title {
    width: 100%;
  }
  main .top_contact_phone .contact-container .title h1 {
    width: 100%;
    text-align: center;
    font-size: 45px;
    color: var(--primary-color);
    font-weight: 120;
  }
  main .top_contact_phone .contact-container .title p {
    margin-top: 5%;
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: var(--primary-color);
    font-weight: 180;
  }
  main .top_contact_phone .contact-container .line {
    background: linear-gradient(270deg, #1c5daa 0%, #2e6eb9 20%, #d9b8cd 55%);
    width: 100%;
    height: 1.5px;
    margin: 10% 0;
  }
  main .top_contact_phone .contact-container .sub-text {
    width: 100%;
  }
  main .top_contact_phone .contact-container .sub-text .left p {
    width: 100%;
    font-size: 15px;
    color: var(--secondary-color);
    font-weight: 250;
    line-height: 220%;
    margin-bottom: 10%;
  }
  main .top_contact_phone .contact-container .sub-text .right {
    width: 100%;
  }
  main .top_contact_phone .contact-container .sub-text .right h1 {
    font-size: 20px;
    color: var(--primary-color);
    font-weight: 180;
    line-height: 150%;
    margin-bottom: 5%;
    text-align: center;
  }
  main .top_contact_phone .contact-container .sub-text .right .contact-form-btn {
    margin: 0 auto;
    padding: 0 17px;
    font-size: 13px;
    width: 210px;
    height: 47.5px;
    border-radius: 30px;
    color: var(--primary-color);
    border: var(--primary-color) 2px solid;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    text-decoration: none;
  }
  main .top_contact_phone .contact-container .sub-text .right .contact-form-btn:hover {
    background-color: var(--primary-color);
    color: var(--base-color);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(40, 51, 70, 0.3);
  }
  main .top_contact_phone .contact-container .sub-text .right .contact-form-btn:hover span {
    transform: translateX(5px);
    background-color: var(--base-color);
    color: var(--primary-color);
  }
  main .top_contact_phone .contact-container .sub-text .right .contact-form-btn:active {
    transform: translateY(0);
    box-shadow: 0 4px 10px rgba(40, 51, 70, 0.2);
  }
  main .top_contact_phone .contact-container .sub-text .right .contact-form-btn span {
    width: 70px;
    height: 25px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    font-weight: 350;
    color: var(--base-color);
    background-color: var(--primary-color);
    transition: all 0.3s ease;
  }
}
@media screen and (min-width: 576px) {
  main .top_news {
    margin-top: 300px;
    width: 100vw;
    display: flex;
    justify-content: center;
  }
  main .top_news .news-container {
    height: 600px;
    width: 100%;
    border-radius: 20px;
    margin: 0 2%;
    background-color: var(--tertiary-color);
    color: var(--base-color);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  main .top_news .news-container .inner {
    height: 390px;
    width: 100%;
    display: flex;
    margin: 0 7.5%;
    justify-content: space-between;
  }
  main .top_news .news-container .inner .left-title h1 {
    color: var(--base-color);
    font-size: 90px;
    font-weight: 120;
    margin-bottom: 20px;
  }
  main .top_news .news-container .inner .left-title p {
    font-size: 20px;
    font-weight: 150;
    margin-bottom: 80px;
  }
  main .top_news .news-container .inner .left-title .view-all-btn {
    padding: 0 20px;
    font-size: 14px;
    width: 280px;
    height: 58px;
    border-radius: 30px;
    border: var(--base-color) 1.2px solid;
    background-color: var(--tertiary-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    z-index: 1;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    color: var(--base-color);
  }
  main .top_news .news-container .inner .left-title .view-all-btn:hover {
    background-color: rgba(53, 58, 61, 0.8);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(53, 58, 61, 0.3);
  }
  main .top_news .news-container .inner .left-title .view-all-btn:hover span {
    transform: translateX(5px);
    background-color: var(--base-color);
    color: var(--tertiary-color);
  }
  main .top_news .news-container .inner .left-title .view-all-btn:active {
    transform: translateY(0);
    box-shadow: 0 4px 10px rgba(53, 58, 61, 0.2);
  }
  main .top_news .news-container .inner .left-title .view-all-btn span {
    width: 70px;
    height: 25px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    font-weight: 350;
    background-color: var(--base-color);
    color: var(--tertiary-color);
    transition: all 0.3s ease;
  }
  main .top_news .news-container .inner .right-news {
    width: 56.5%;
  }
  main .top_news .news-container .inner .right-news .news-tab-area {
    height: 100%;
    width: 100%;
    border-top: solid rgba(225, 225, 225, 0.3) 1px;
  }
  main .top_news .news-container .inner .right-news .news-tab-area .news-tab {
    height: 33.3333333333%;
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: solid rgba(225, 225, 225, 0.3) 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    text-decoration: none;
  }
  main .top_news .news-container .inner .right-news .news-tab-area .news-tab:hover {
    background-color: rgba(53, 58, 61, 0.1);
    transform: translateX(5px);
  }
  main .top_news .news-container .inner .right-news .news-tab-area .news-tab:hover .arrow {
    background-color: var(--tertiary-color);
    border-color: var(--base-color);
  }
  main .top_news .news-container .inner .right-news .news-tab-area .news-tab:hover .arrow span {
    color: var(--base-color);
    transform: translateX(3px);
  }
  main .top_news .news-container .inner .right-news .news-tab-area .news-tab:active {
    transform: translateX(2px);
  }
  main .top_news .news-container .inner .right-news .news-tab-area .news-tab time {
    font-size: 14px;
    color: var(--base-color);
    font-weight: 150;
    width: 110px;
    display: flex;
    align-items: center;
    transition: color 0.3s ease;
  }
  main .top_news .news-container .inner .right-news .news-tab-area .news-tab h3 {
    margin-left: 20px;
    font-size: 16px;
    font-weight: 280;
    width: 360px;
    display: flex;
    align-items: center;
    transition: color 0.3s ease;
  }
  main .top_news .news-container .inner .right-news .news-tab-area .news-tab .arrow {
    margin-left: 35%;
    width: 75px;
    height: 25px;
    border: solid rgba(225, 225, 225, 0.3) 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    transition: all 0.3s ease;
  }
  main .top_news .news-container .inner .right-news .news-tab-area .news-tab .arrow span {
    width: 75px;
    height: 25px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--base-color);
    transition: all 0.3s ease;
  }
  main .top_news_phone {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  main .top_news {
    display: none;
  }
  main .top_news_phone {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 30%;
  }
  main .top_news_phone .news-container {
    height: 600px;
    width: 100%;
    border-radius: 20px;
    background-color: var(--tertiary-color);
    color: var(--base-color);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  main .top_news_phone .news-container .inner {
    height: 470px;
    width: 82.5%;
    justify-content: space-between;
  }
  main .top_news_phone .news-container .inner .left-title {
    width: 100%;
    display: flex;
  }
  main .top_news_phone .news-container .inner .left-title h1 {
    color: var(--base-color);
    font-size: 50px;
    font-weight: 120;
  }
  main .top_news_phone .news-container .inner .left-title p {
    display: flex;
    font-size: 16px;
    font-weight: 150;
    margin-top: 11%;
    margin-left: 4%;
  }
  main .top_news_phone .news-container .inner .right-news {
    width: 100%;
    height: 300px;
    margin: 10% 0;
  }
  main .top_news_phone .news-container .inner .right-news .news-tab-area {
    height: 100%;
    width: 100%;
    border-top: solid rgba(225, 225, 225, 0.3) 1px;
  }
  main .top_news_phone .news-container .inner .right-news .news-tab-area .news-tab {
    height: 33.3333333333%;
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: solid rgba(225, 225, 225, 0.3) 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    text-decoration: none;
  }
  main .top_news_phone .news-container .inner .right-news .news-tab-area .news-tab:hover {
    background-color: rgba(53, 58, 61, 0.1);
    transform: translateX(5px);
  }
  main .top_news_phone .news-container .inner .right-news .news-tab-area .news-tab:hover .arrow {
    background-color: var(--tertiary-color);
    border-color: var(--tertiary-color);
  }
  main .top_news_phone .news-container .inner .right-news .news-tab-area .news-tab:hover .arrow span {
    color: var(--base-color);
    transform: translateX(3px);
  }
  main .top_news_phone .news-container .inner .right-news .news-tab-area .news-tab:active {
    transform: translateX(2px);
  }
  main .top_news_phone .news-container .inner .right-news .news-tab-area .news-tab time {
    font-size: 13px;
    color: var(--base-color);
    font-weight: 150;
    width: 110px;
    display: flex;
    align-items: center;
    transition: color 0.3s ease;
  }
  main .top_news_phone .news-container .inner .right-news .news-tab-area .news-tab h3 {
    margin-left: 20px;
    font-size: 15px;
    font-weight: 280;
    width: 360px;
    display: flex;
    align-items: center;
    transition: color 0.3s ease;
  }
  main .top_news_phone .news-container .inner .view-all-btn {
    padding: 0 20px;
    font-size: 13px;
    width: 200px;
    height: 50px;
    border-radius: 30px;
    background-color: var(--tertiary-color);
    border: var(--base-color) 1.2px solid;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    z-index: 1;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    color: var(--base-color);
  }
  main .top_news_phone .news-container .inner .view-all-btn:hover {
    background-color: rgba(53, 58, 61, 0.8);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(53, 58, 61, 0.3);
  }
  main .top_news_phone .news-container .inner .view-all-btn:hover span {
    transform: translateX(5px);
    background-color: var(--base-color);
    color: var(--tertiary-color);
  }
  main .top_news_phone .news-container .inner .view-all-btn:active {
    transform: translateY(0);
    box-shadow: 0 4px 10px rgba(53, 58, 61, 0.2);
  }
  main .top_news_phone .news-container .inner .view-all-btn span {
    width: 55px;
    height: 25px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    font-weight: 350;
    background-color: var(--base-color);
    color: var(--tertiary-color);
    transition: all 0.3s ease;
  }
} /*# sourceMappingURL=style.css.map */