@charset "utf-8";
/* CSS Document */

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }

.cover {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}

.centerBox {
    display: block;
    position: relative;
}

h1{
    font-family: 'Roboto', sans-serif;
    font-family: 'Shippori Antique B1', sans-serif;
}

/*========= ヘッダー ===============*/
a {
  text-decoration: none;
}

ul {
  list-style: none;
}

.fv {
  background: url(画像パス) no-repeat center center / cover;
  height: 700px;
}

.header {
    display: none;
    background: #00CC99;
    width: 100%;
}

/* クラスfixedが付与されたときのヘッダー背景色を指定 */
.header.fixed {
    display: block;
    background: rgba(255,255,255,0.5);
}

/* 上部に固定させるスタイルを用意 */
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.header-nav-list {
  display: flex;
  justify-content: space-around;
}

.header-nav-item-link {
  display: block;
  color: #333;
  height: 100px;
  line-height: 100px;
}

/* クラスfixedが付与されたときのヘッダーの高さを指定 */
.fixed .header-nav-item-link { 
  height: 50px;
  line-height: 50px;
}

.container {
  height: 2000px;
  background: #ddd;
}

.header_logo{
    display: flex;
    align-items: center;
}

.header_logo>img{
    height: 90%;
    margin: 0px 10px 0px 0px;
}

.none{
    display: none !important; 
}
/*========= ヘッダー ===============*/

/*========= ページネーションCSS ===============*/

.pagination {
    position:fixed;
    right:20px;
    top: 50%;
    transform: translateY(-50%);
    font-size:1em;
    z-index: 10;
    list-style: none;
}

.pagination a {
    display:block;
    height:20px;
    margin-bottom:5px;
    color:#758492;
    position:relative;
    padding:4px;
}

.pagination a.active:after {
    box-shadow:inset 0 0 0 5px;
}

/*現在地表示のテキストの設定*/
.pagination a .hover-text {
    position:absolute;
    right:15px;
    top:0;
    opacity:0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    padding-right: 15px;
}

.pagination a:hover .hover-text {
    opacity: 1;
}

.pagination a:after {
    -webkit-transition:box-shadow 0.5s ease;
    transition:box-shadow 0.5s ease;
    width:10px;
    height:10px;
    display: block;
    border:1px solid;
    border-radius:50%;
    content:"";
    position: absolute;
    margin:auto;
    top:0;
    right:3px;
    bottom:0;
}

/*========= ページネーションCSS ===============*/

.section1 {
    background: url(../img/back.png) no-repeat fixed; background-size: cover; 
}

.header_top{
    display: flex;
    height: 50%;
    /*background-color: blue;*/
    align-items: center;
}
.header_top_logo{
    width: 20%;
    height: 100%;
}
.header_top_logo>img{
    height: 70%;
}
.header_top_logo>h1{
    height: 30%;
}
.header_top_button{
    width: 20%;
/*  background-color: gray;*/
}
.header_top_button>a{
    transition: .3s;
    padding: 10px 15px;
    border-radius: 12px;
    background-color: #2ecadf;
    text-decoration: none;
    color: #fff;
    font-size: 1.2rem;
}
.header_top_button>a:hover{
  transition: .3s; /* 変化時間 0.3秒 */
  background-color: #00a9de; /* 背景色 */
}
.header_top_menu{
    width: 60%;
    height: 100%;
/*  background-color: green;*/
    display: flex;
    align-items: flex-end;
    justify-content: space-evenly;
}
.header_top_menu_button{
    width: 20%;
    height: 100%;
/*  background-color: white;*/
    margin: 5px 5px;
}
.header_top_menu_button>a{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    background-color: white;
    border-radius: 5px;
    padding: 5px 5px;
}
.header_top_menu_button>a>img{
    height: 60%;
}
.header_top_menu_button>a>p{
    height: 40%;
}

.header_bottom{
    margin: 30px 0px;
    height: 50%;
/*  background-color: red;*/
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-form-002 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    border: 2px solid #2589d0;
    border-radius: 25px;
    width: 95%;
}
.search-form-002>label {
    width: 100%;
}

.search-form-002 input {
    width: 100%;
    height: 45px;
    padding: 5px 15px;
    border: none;
    box-sizing: border-box;
    font-size: 1em;
    outline: none;
}

.search-form-002 input::placeholder{
    color: #767d83;
}

.search-form-002 button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 45px;
    border: none;
    background-color: #2589d0;
    cursor: pointer;
}

.search-form-002 button::after {
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Cpath%20d%3D%22M23.7%2020.8%2019%2016.1c-.2-.2-.5-.3-.8-.3h-.8c1.3-1.7%202-3.7%202-6C19.5%204.4%2015.1%200%209.7%200S0%204.4%200%209.7s4.4%209.7%209.7%209.7c2.3%200%204.3-.8%206-2v.8c0%20.3.1.6.3.8l4.7%204.7c.4.4%201.2.4%201.6%200l1.3-1.3c.5-.5.5-1.2.1-1.6zm-14-5.1c-3.3%200-6-2.7-6-6s2.7-6%206-6%206%202.7%206%206-2.6%206-6%206z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    content: '';
}

/******* FV *******/

.section2 {
    background: url(../img/section_bg2.png) no-repeat fixed; background-size: cover; 
}

.section3 {
    background: url(../img/section_bg3.png) no-repeat fixed; background-size: cover; 
}

.section4 {
    background: url(../img/section_bg4.png) no-repeat fixed; background-size: cover; 
}

.top_logo{
    position: absolute;
    left: 26%;
    top: 50%;
    transform: translate(0%,7%);
    display: block;
    max-width: 50%;
    height: 50%;
/*    background-color: blue;*/
    position: relative;

 }

.top_logo>h1{
    position: absolute;
    left: 16%;
    top: 24%;
    transform: translate(0%,0%);
/*    width: 100%;*/
    font-size: x-large;
}

.top_logo>p{
    position: absolute;
    left: 37%;
    top: 70%;
    transform: translate(0%,0%);
/*    width: 100%;*/
    font-size: xx-large;
}

.top_logo_img{
    position: absolute;
    left: 0;
    top: 0%;
    transform: translate(38%,90%);
    width: 60%;
 }

.top_aboutus{
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translate(0%,0%);
    display: block;
    width: 30%;
    height: 30%;
/*    background-color: red;*/
 }
 .top_aboutus>a>h1{
    position: absolute;
    left: 0%;
    top: 0%;
    transform: translate(10%,50%);
    width: 80%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    font-size: xx-large;
    font-weight: bold;
 }

.top_business{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(60%,-179%);
    display: block;
    width: 30%;
    height: 30%;
/*    background-color: green;    */
}

 .top_business>a>h1{
    position: absolute;
    left: 0%;
    top: 0%;
    transform: translate(10%,50%);
    width: 80%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    font-size: xx-large;
    font-weight: bold;
 }

.top_company{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-150%,-160%);
    display: block;
    width: 30%;
    height: 30%;
/*    background-color: gray;    */
}

 .top_company>a>h1{
    position: absolute;
    left: 0%;
    top: 0%;
    transform: translate(10%,50%);
    width: 80%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    font-size: xx-large;
    font-weight: bold;
 }

.top_contact{
    position: absolute;
    left: 65%;
    top: 50%;
    transform: translate(0%,0%);
    width: 30%;
    height: 30%;
/*    background-color: yellow;    */
}

 .top_contact>a>h1{
    position: absolute;
    left: 0%;
    top: 0%;
    transform: translate(10%,50%);
    width: 80%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    font-size: xx-large;
    font-weight: bold;
 }

.menu_botton{
    display: block;
    position: relative;
}
.bubble{
    width: 100%;
    height: auto;
    display: block;
}
.title{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: 200px;
    box-sizing: border-box;
    background: rgba(255,255,255,0.3);
    border: 1px solid #FFF;
    padding: 15px;
    text-align: center;
    color: #FFF;
    font-size: 120%;
    font-weight: bold;
    transition: .3s;
}
.example:hover>span{
    background: rgba(255,255,255,1);
    color: #333;
}

.content{
    display: flex;
    width: 100%;
    height: 100%;
}

.content_left{
    width: 30%;
    height: 100%;
    display: block;
    position: relative;
}

.content_left_title{
    position: absolute;
    left: 0%;
    top: 0%;
    transform: translate(0%,0%);
    width: 100%;
    height: 100%;
/*    background-color: yellow;  */
}

.content_left_title>h2{
    position: absolute;
    left: 30%;
    top: 25%;
    transform: translate(0%,0%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    font-size: xx-large;
    font-weight: bold;
}

.content_right{
    width: 70%;
    height: 100%;
    background-color: gray;
    display: block;
    position: relative;
}

.content_right_content{
    position: absolute;
    left: 15%;
    top: 20%;
    transform: translate(0%,0%);
    width: 60%;
    height: 70%;
    background: rgba(255,255,255,0.5);
    padding: 10px 10px;
}

.content_right_content>h3{
    font-size: xx-large;
    font-weight: bold;
}
.content_right_content>p {
    margin: 31px 10px;
    width: 97%;
    /* height: 90%; */
    word-break: break-all;
}

/*会社概要のテーブル*/

.kaisha {
    margin: 10px 10px;
    width: 97%;
/*    height: 90%;*/
    word-break: break-all;
}

.kaisha th,
.kaisha td {
    border: 1px solid #ccc;
    padding: 20px;
}
.kaisha th{
    width: 30%;
}

.kaisha th {
    font-weight: bold;
    background-color: #dedede; 
}

/*会社概要のテーブル*/

.contact{
    width: 100%;
    height: 100%;
    isplay: block;
    position: relative;
}

.contact_title{
    position: absolute;
    left: 5%;
    top: 5%;
    transform: translate(0%,0%);
    width: 25%;
    height: 25%;
/*    background-color: yellow;  */
}

.contact_title>h2{
    position: absolute;
    left: 0%;
    top: 0%;
    transform: translate(60%,550%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    font-size: xx-large;
    font-weight: bold;
}
.contact_from{
    position: absolute;
    left: 23%;
    top: 37%;
    transform: translate(0%,0%);
    width: 50%;
    height: 50%;
    background: rgba(255,255,255,0.5);
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contact_from>h3{
    font-size: xx-large;
    font-weight: bold;
}

.contact_from>form{
    width: 80%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.c-form-text {
    height: 2.4em;
    width: 100%;
    padding: 0 16px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #ccc inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.c-form-text:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}

.c-form-submit-button {
    display: inline-block;
    width: 100%;
    padding: 8px;
    border: none;
    border-radius: 4px;
    background-color: #333;
    color: #fff;
    font-weight: bold;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    border: 2px solid transparent;
    margin: 10px;
}

.c-form-submit-button:hover {
    background-color: #000;
}

.c-form-submit-button:focus {
    outline: 0;
    background-color: #000;
    border: 2px solid rgb(33, 150, 243);
}

.c-form-textarea {
    display: block;
    width: 100%;
    height: 50%;
    padding: 4px 16px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #ccc inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    resize: vertical;
}

.c-form-textarea:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}

footer{
    position: absolute;
    left: 47%;
    top: 95%;
    transform: translate(0%,0%);
}
@media only screen and (max-width: 1400px) {
    .top_logo{
        position: absolute;
        left: 26%;
        top: 50%;
        transform: translate(0%,16%);
        display: block;
        max-width: 50%;
        height: 50%;
    /*    background-color: blue;*/
        position: relative;

     }

    .top_aboutus{
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-150%,100%);
        display: block;
        width: 30%;
        height: 30%;
    /*    background-color: red;*/
     }

     .top_business{
         position: absolute;
         left: 50%;
         top: 50%;
         transform: translate(60%,-150%);
         display: block;
         width: 30%;
         height: 30%;
     /*    background-color: green;    */
     }

     .top_company{
         position: absolute;
         left: 50%;
         top: 50%;
         transform: translate(-150%,-160%);
         display: block;
         width: 30%;
         height: 30%;
     /*    background-color: gray;    */
     }

     .top_business{
         position: absolute;
         left: 50%;
         top: 50%;
         transform: translate(60%,-150%);
         display: block;
         width: 30%;
         height: 30%;
     /*    background-color: green;    */
     }

     .top_contact{
         position: absolute;
         left: 66%;
         top: 76%;
         transform: translate(0%,0%);
         width: 30%;
         height: 30%;
     /*    background-color: yellow;    */
     }

} 

@media only screen and (max-width: 1400px) {
    .top_logo{
        position: absolute;
        left: 26%;
        top: 50%;
        transform: translate(0%,16%);
        display: block;
        max-width: 50%;
        height: 50%;
    /*    background-color: blue;*/
        position: relative;

     }

     .top_logo>h1 {
        position: absolute;
        left: 22%;
        top: 23%;
        transform: translate(0%,0%);
        /* width: 100%; */
        font-size: large;
     }

     .top_logo>p {
         position: absolute;
         left: 35%;
         top: 72%;
         transform: translate(0%,0%);
         /* width: 100%; */
         font-size: xx-large;
     }

    .top_aboutus{
        position: absolute;
        left: 50%;
        top: 44%;
        transform: translate(-150%,100%);
        display: block;
        width: 30%;
        height: 30%;
    /*    background-color: red;*/
     }

     .top_business{
         position: absolute;
         left: 50%;
         top: 50%;
         transform: translate(60%,-150%);
         display: block;
         width: 30%;
         height: 30%;
     /*    background-color: green;    */
     }

     .top_company{
         position: absolute;
         left: 50%;
         top: 50%;
         transform: translate(-150%,-160%);
         display: block;
         width: 30%;
         height: 30%;
     /*    background-color: gray;    */
     }

     .top_business{
         position: absolute;
         left: 50%;
         top: 50%;
         transform: translate(60%,-150%);
         display: block;
         width: 30%;
         height: 30%;
     /*    background-color: green;    */
     }

     .top_contact{
         position: absolute;
         left: 66%;
         top: 73%;
         transform: translate(0%,0%);
         width: 30%;
         height: 30%;
     /*    background-color: yellow;    */
     }

     .content_left_title>h2 {
         position: absolute;
         left: 22%;
         top: 18%;
         transform: translate(0%,0%);
         display: flex;
         justify-content: center;
         align-items: center;
         color: black;
         font-size: xx-large;
         font-weight: bold;
     }

     .contact_title>h2{
         position: absolute;
         left: 0%;
         top: 0%;
         transform: translate(42%,500%);
         display: flex;
         justify-content: center;
         align-items: center;
         color: black;
         font-size: xx-large;
         font-weight: bold;
     }
} 


@media only screen and (max-width: 1200px) {
    .top_logo{
        position: absolute;
        left: 18%;
        top: 50%;
        transform: translate(0%,16%);
        display: block;
        max-width: 70%;
        height: 50%;
    /*    background-color: blue;*/
        position: relative;

     }

     .top_logo>h1 {
        position: absolute;
        left: 24%;
        top: 23%;
        transform: translate(0%,0%);
        /* width: 100%; */
        font-size: large;
     }

     .top_logo>p {
         position: absolute;
         left: 35%;
         top: 72%;
         transform: translate(0%,0%);
         /* width: 100%; */
         font-size: xx-large;
     }

    .top_aboutus{
        position: absolute;
        left: 2%;
        top: 69%;
        transform: translate(0%,0%);
        display: block;
        width: 40%;
        height: 30%;
    /*    background-color: red;*/
     }

     .top_business{
        position: absolute;
        left: 61%;
        top: -4%;
        transform: translate(0%,0%);
        display: block;
        width: 40%;
        height: 30%;
     /*    background-color: green;    */
     }

     .top_company{
        position: absolute;
        left: 4%;
        top: -5%;
        transform: translate(0%,0%);
        display: block;
        width: 40%;
        height: 30%;
     /*    background-color: gray;    */
     }

     .top_contact{
         position: absolute;
         left: 62%;
         top: 72%;
         transform: translate(0%,0%);
         width: 40%;
         height: 30%;
     /*    background-color: yellow;    */
     }

     .content_left_title>h2 {
         position: absolute;
         left: 22%;
         top: 18%;
         transform: translate(0%,0%);
         display: flex;
         justify-content: center;
         align-items: center;
         color: black;
         font-size: xx-large;
         font-weight: bold;
     }

     .contact_title>h2{
         position: absolute;
         left: 19%;
         top: 56%;
         transform: translate(0%,0%);
         display: flex;
         justify-content: center;
         align-items: center;
         color: black;
         font-size: xx-large;
         font-weight: bold;
     }
} 

@media only screen and (max-width: 900px) {
    .top_logo{
        position: absolute;
        left: 10%;
        top: 69%;
        transform: translate(0%,13%);
        display: block;
        max-width: 80%;
        height: 50%;
        /* background-color: blue; */
        position: relative;
     }

     .top_logo>h1 {
        position: absolute;
        left: 35%;
        top: 23%;
        transform: translate(0%,0%);
        /* width: 100%; */
        font-size: x-large;
     }

     .top_logo>p {
         position: absolute;
         left: 35%;
         top: 72%;
         transform: translate(0%,0%);
         /* width: 100%; */
         font-size: xx-large;
     }

    .top_aboutus{
        position: absolute;
        left: 0%;
        top: 82%;
        transform: translate(0%,0%);
        display: block;
        width: 40%;
        height: 30%;
     }

     .top_business{
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(60%,-150%);
        display: block;
        width: 30%;
        height: 30%;
     /*    background-color: green;    */
     }

     .top_company{
        position: absolute;
        left: 0%;
        top: 0%;
        transform: translate(0%,0%);
        display: block;
        width: 40%;
        height: 30%;
     }

     .top_business{
        position: absolute;
        left: 60%;
        top: -4%;
        transform: translate(0%,0%);
        display: block;
        width: 40%;
        height: 30%;
     /*    background-color: green;    */
     }

     .top_contact{
        position: absolute;
        left: 59%;
        top: 79%;
        transform: translate(0%,0%);
        width: 40%;
        height: 30%;
     /*    background-color: yellow;    */
     }

     .content_left_title>h2 {
         position: absolute;
         left: 11%;
         top: 11%;
         transform: translate(0%,0%);
         display: flex;
         justify-content: center;
         align-items: center;
         color: black;
         font-size: xx-large;
         font-weight: bold;
     }

     .contact_title>h2{
         position: absolute;
         left: 19%;
         top: 56%;
         transform: translate(0%,0%);
         display: flex;
         justify-content: center;
         align-items: center;
         color: black;
         font-size: xx-large;
         font-weight: bold;
     }
} 

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }

    /******** FV **********/
    .centerBox {
        display: block;
        position: relative;
        height: 100%;
    }

    .top_logo>h1{
        position: absolute;
        left: 4%;
        top: 23%;
        transform: translate(0%,0%);
        width: 100%;
        font-size: medium;
    }

    .top_logo>p{
        position: absolute;
        left: 35%;
        top: 59%;
        transform: translate(0%,0%);
        /* width: 100%; */
        font-size: large;
    }

    .top_logo{
        position: absolute;
        left: 4%;
        top: 27%;
        transform: translate(0%,0%);
        display: block;
        max-width: 90%;
        height: 50%;
    /*    background-color: blue;*/
        position: relative;

     }

    .top_business{
        position: absolute;
        left: 30%;
        top: 6%;
        transform: translate(0%,0%);
        width: 70%;
    /*    background-color: green;    */
    }

    .top_business>a>h1{
        position: absolute;
        left: 0%;
        top: 0%;
        transform: translate(10%,0%);
        width: 80%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: black;
        font-size: large;
        font-weight: bold;
     }

     .top_company{
        position: absolute;
        left: -6%;
        top: 60%;
        transform: translate(0%,0%);
        width: 70%;
     /*    background-color: gray;    */
     }

      .top_company>a>h1{
        position: absolute;
        left: 0%;
        top: 0%;
        transform: translate(10%,0%);
        width: 80%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: black;
        font-size: large;
        font-weight: bold;
      }

      .top_contact{
          position: absolute;
          left: 30%;
          top: 70%;
          transform: translate(0%,0%);
          width: 70%;
/*          height: 70%;*/
      /*    background-color: yellow;    */
      }

       .top_contact>a>h1{
            position: absolute;
            left: 0%;
            top: 0%;
            transform: translate(10%,0%);
            width: 80%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            color: black;
            font-size: large;
            font-weight: bold;
       }

       .top_aboutus{
            position: absolute;
            left: -13%;
            top: -5%;
            transform: translate(0%,0%);
            width: 70%;
        /*    background-color: green;    */
        }
        .top_aboutus>a>h1{
            position: absolute;
            left: 0%;
            top: 0%;
            transform: translate(10%,0%);
            width: 80%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            color: black;
            font-size: large;
            font-weight: bold;
        }
    /******** FV **********/

    .content {
        display: flex;
        width: 100%;
        height: 100%;
        flex-direction: column;
    }
    .content_left {
        width: 100%;
        height: 20%;
        display: block;
        position: relative;
    }
    .content_right {
        width: 100%;
        height: 80%;
        background-color: gray;
        display: block;
        position: relative;
    }

    .content_left_title{
        position: absolute;
        width: 45%;
        height: 20%;
        transform: translate(0%,0%);
    /*    background-color: yellow;  */
    }

    .content_left_title>h2{
        position: absolute;
        left: 20%;
        top: 230%;
        transform: translate(0%,0%);
        display: flex;
        justify-content: center;
        align-items: center;
        color: black;
        font-size: large;
        font-weight: bold;
    }

    .content_right_content {
        position: absolute;
        left: 4%;
        top: 5px;
        transform: translate(0%,0%);
        width: 80%;
        height: 95%;
        background: rgba(255,255,255,0.5);
        padding: 10px 10px;
    }

    .contact_title {
        position: absolute;
        left: 0%;
        top: 0%;
        transform: translate(0%,0%);
        width: 45%;
        height: 20%;
        /* background-color: yellow; */
    }
    .contact_title>h2 {
        position: absolute;
        left: 0%;
        top: 0%;
        transform: translate(42%,470%);
        display: flex;
        justify-content: center;
        align-items: center;
        color: black;
        font-size: large;
        font-weight: bold;
    }

    .contact_from {
        position: absolute;
        left: 3%;
        top: 23%;
        transform: translate(0%,0%);
        width: 70%;
        height: 64%;
        background: rgba(255,255,255,0.5);
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .contact_from>form{
        margin: 20px 0px;
        width: 80%;
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
    }

    footer {
        position: absolute;
        left: 37%;
        top: 95%;
        transform: translate(0%,0%);
    }
}