@charset "UTF-8";

html {
    font-size: 100%;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    font-feature-settings: "palt";
    letter-spacing: 0.08rem;
    color: #292D32;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

a {
    text-decoration: none;
    color: #292D32;
}

li {
    list-style: none;
}

.outer {
    max-width: 1000px;
    margin: auto;
    padding: 0 2%;
}

.wrapper {
    max-width: 900px;
    margin: auto;
    padding: 0 2%;
}

h1 {
    font-size: 3.7rem; /*59.2px*/
}

h2 {
    font-size: 2.25rem; /*36px*/
}

h3 {
    font-size: 1.5rem; /*24px*/
}

h4 {
    font-size: 1.125rem /*18px*/
}

/*------------------------------------------------------------------------
index.html
------------------------------------------------------------------------*/

/*------------------------------
header
------------------------------*/
#header {
    background-color: #05173F;
    width: 100%;
}

#header .logo {
    width: 100%;
    max-width: 115px;
    object-fit: cover;
}

#header .logo a {
    display: block;
    line-height: 1rem;
}

#header .outer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}

#header span {
    color:#6EC5E3 ;
}

#header a {
    color: #feffff;
}

#header a:hover {
    color: #6EC5E3;
    transition: color .5s;
}

#header .navi .menu {
    display: flex;
}

#header .navi .menu li {
    margin-left: 25px;
}

/*------------------------------
main_img
------------------------------*/

#top img {
    width: 100%;
    object-fit: cover;
    height: 100vh;
}

#top {
    position: relative;
}

#top h1 {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal; 
    color: #feffff;
    position: absolute;
    top: 27%;
    right: 10%;
}

/*------------------------------
main_category
------------------------------*/

#category .line-1 {
    margin-top: 30px;
    border: none
}

#category .line-2 {
    margin-top: 150px;
    border: solid 1px #05173F;
}

#category .line-3 {
    margin-top: 150px;
    border: solid 1px #05173F;
}

#category .no {
    font-family: "Graduate", serif;
    color: #6EC5E3;
    font-size: 50px;
    font-weight: 400;
    font-style: normal;
    text-align: right;
    padding-top: 30px;
}

#category h4 {
    color: #05173F;
    margin-top: 20px;
}

#category h2 {
    margin-top: 30px;
}

#category p {
    margin-top: 10px;
}

#category .number1 p {
    max-width: 580px;
    text-align: justify;
}

#category .number2 p {
    max-width: 580px;
    text-align: justify;
}

#category .number3 p {
    max-width: 580px;
    text-align: justify;
}

#category .btn1 {
    margin-top: 30px;
    font-size: 1.5rem;
    font-weight: 600;
    height: 2rem;
    background-color: #feffff;
    border: #6EC5E3 solid 2.5px;
    border-radius: 3px;
    height: auto;
    width: 273px;
    padding: 5px 40px;
    position: relative;
    margin-left: 20px;
}

#category .btn1::before{
    content: "";
    width: 40px;
    height: 2.5px;
    background-color: #6EC5E3;
    border-radius: 3px;
    position: absolute;
    top: 20px;
    left: -20px;
}

#category .btn2 {
    margin-top: 30px;
    font-size: 1.5rem;
    font-weight: 600;
    height: 1.5rem;
    background-color: #feffff;
    border: #6EC5E3 solid 2.5px;
    border-radius: 3px;
    height: auto;
    width: 376px;
    padding: 5px 40px;
    position: relative;
    margin-left: 20px;
}

#category .btn2::before{
    content: "";
    width: 40px;
    height: 2.5px;
    background-color: #6EC5E3;
    border-radius: 3px;
    position: absolute;
    top: 20px;
    left: -20px;
}

#category .btn3 {
    margin-top: 30px;
    font-size: 1.5rem;
    font-weight: 600;
    height: 1.5rem;
    background-color: #feffff;
    border: #6EC5E3 solid 2.5px;
    border-radius: 3px;
    height: auto;
    width: 359px;
    padding: 5px 40px;
    position: relative;
    margin-left: 20px;
}

#category .btn3::before{
    content: "";
    width: 40px;
    height: 2.5px;
    background-color: #6EC5E3;
    border-radius: 3px;
    position: absolute;
    top: 20px;
    left: -20px;
}

#category h3:hover {
    opacity: 0.3;
}

#category .arrow {
    color:#feffff;
    background-color: #6EC5E3;
    padding: 0px 15px 0px 15px;
    border-radius: 40px;
}

#category .contact-nav {
    margin-bottom: 150px;
}

/*------------------------------------------------------------------------
story.html
------------------------------------------------------------------------*/
#message h2 {
    margin-top: 150px;
    margin-bottom: 10px;
}

#message h4 {
    color: #6EC5E3;
    margin-bottom: 50px;
}

#message .sea_photo {
    display: flex;
    background-color: rgba(243, 243, 244, 1);
    border-radius: 3px 3px 0px 0px;
    padding: 50px 50px 0px 50px;
}

#message .sea_photo img {
    object-fit: cover;
    border-radius: 0px;
    width: 150px;
    height: 150px;
    border-top: solid 10px #feffff;
    border-bottom: solid 10px #feffff;
    border-right: solid 10px #feffff;
}

#message .sea_photo img:nth-child(1) {
    border-left: solid 10px #feffff;
}

#message .voice {
    font-family: "Shippori Mincho", serif;
    font-size: 1rem;
    font-weight: 400;
    color: #292D32;
    font-feature-settings: "palt";
    letter-spacing: 0.08rem;
    background-color: rgba(243, 243, 244, 1);
    border-radius: 0px 0px 3px 3px;
}

#message .voice p {
    padding: 10px 50px 10px 50px;
    text-align: justify;
}

#message .voice p:nth-child(1){
    text-indent: 1rem;
    padding-top: 50px;
}

#message .voice p:nth-child(3){
    text-indent: 1rem;
}

#message .voice p:nth-child(5){
    text-align: end;
    padding-right: 90px;
    padding-bottom: 50px;
}

#task h2 {
    margin-top: 150px;
    margin-bottom: 10px;
}

#task h4 {
    color: #6EC5E3;
    margin-bottom: 50px;
}

#task p {
    font-size: 1rem;
    color:#292D32;
    font-weight: normal;
    text-align: justify;
}

#task .container .con_img {
    width: 50px;
    height: 50px;
}

#task .container .con_img:nth-child(1) {
    width: 60px;
    height: 63.2px;
}

#task .container .con_title {
    padding-left: 10px;
}

#task .container p {
    color: #31448D;
    font-size: 0.75rem;
}

#task .container .p_sum {
    color: #31448D;
    font-size: 2rem;
    text-align: end;
}

#task .container .p_sum_down {
    color: #31448D;
    font-size: 2rem;
    line-height: 2rem;
    text-align: end;
    padding-top: 10px;
}

#task .container .p_sum:nth-child(4) {
    text-align: center;
}

#task .container .p_sum_min {
    font-size: 1rem;
}

#task .container .sum {
    font-size: 3.4rem;
}

#task .container .con1_6 {
    display: flex;
    align-items: center;
}

#task .container .con:nth-child(n) {
    display: inline-block;
    width: 220px;
    height: 180px;
    border: #31448D solid 5px;
    border-radius: 10%;
    padding: 10px 15px 0px 10px;
}

#task .container .con_box {
    margin: 50px auto 50px;
    width: 700px;
    display: grid;
    place-content: center;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 30px;
}

#future {
    margin-bottom: 150px;
}

#future h2 {
    margin-top: 150px;
    margin-bottom: 10px;
}

#future h4 {
    color: #6EC5E3;
    margin-bottom: 50px;
}

#future p {
    font-size: 1rem;
    color:#292D32;
    font-weight: normal;
    text-align: justify;
    margin-bottom: 50px;
}

#future img {
    object-fit: cover;
    object-position: left;
    margin-bottom: 50px;
}

/*------------------------------------------------------------------------
work1.html
------------------------------------------------------------------------*/
.gra_line01 {
    font-family: "Graduate", serif;;
    color: #05173F;
    background-image: linear-gradient(90deg, rgba(254, 255, 255, 1), rgba(212, 224, 242, 1));
    font-size: 100px;
    font-weight: 400;
    font-style: normal;
    text-align: right;
    padding-right: 16%;
}

#work1_01 .work1_title h2 {
    padding-top: 150px;
}

#work1_01 .work1_title h4 {
    padding-top: 10px;
    color: #6EC5E3;
}

#work1_01 .work1_title p {
    max-width: 750px;
    padding-top: 30px;
    font-size: 1rem;
    color: #292D32;
    font-weight: normal;
    text-align: justify;
}

#work1_01 .work1_01_2photo {
    display: flex;
}

#work1_01 .work1_01_2photo img {
    max-width: 300px;
    border-radius: 3px;
    margin: 50px 30px 0px 0px;
}

#work1_01 .work1_01_3 img {
    width: 300px;
    height: 186px;
    object-fit: none;
    object-position: 63% 72.5%;
    border-radius: 3px;
    margin-top: 50px;
}

#work1_01 .work1_01_4 .evidence {
    margin-top: 50px;
    margin-bottom: 50px;
}

#work1_01 .work1_01_4 .evidence .L {
    width: 200px;
    background-color: #05173F;
    color: #feffff;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
    font-size: 1rem;
    padding-top: 5px;
    padding-bottom: 2.5px;
}

#work1_01 .work1_01_4 .evidence .s {
    width: 200px;
    background-color: #F3F3F4;
    color: #706E6E;
    border: solid #05173F 1px;
    text-align: center;
    border-radius: 0px 0px 10px 10px;
    font-size: 0.8rem;
    padding-top: 2.5px;
    padding-bottom: 5px;
}

#work1_01 .work1_01_4 .evidence {
    display: flex;
    flex-wrap: wrap;
}

#work1_01 .work1_01_4 .evi {
    margin-right: 15px;
    margin-bottom: 15px
}

.gra_line02 {
    font-family: "Graduate", serif;;
    color: #05173F;
    background-image: linear-gradient(90deg, rgba(212, 224, 242, 1), rgba(245, 255, 255, 1));
    font-size: 100px;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    padding-left: 16%;
    margin-top: 150px;
}

#work1_02 .work1_title h2 {
    padding-top: 150px;
}

#work1_02 .work1_title h4 {
    padding-top: 10px;
    color: #6EC5E3;
}

#work1_02 .work1_title p {
    max-width: 750px;
    padding-top: 30px;
    font-size: 1rem;
    color: #292D32;
    font-weight: normal;
    text-align: justify;
}

#work1_02 img {
    background-color: #F3F3F4;
    width: 300px;
    height: 186px;
    object-fit: contain;
    object-position: 47% 20%;
    border-radius: 3px;
    margin-top: 50px;
}

.work1_photobtn a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 10px 20px;
    margin-left: 30px;
    width: 230px;
    color: #292D32;
    font-size: 1rem;
    background-color: #feffff;
    border: solid 2px #6EC5E3;
    border-radius: 3px;
    text-align: end;
}

.work1_photobtn a::before {
    content: '';
    width: 12px;
    height: 12px;
    border-top: 2px solid #6EC5E3;
    border-right: 2px solid #6EC5E3;
    transform: rotate(45deg);
}

.work1_photobtn a::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 13px;
    transform: translateY(-50%);
    width: 20px;
    height: 1.5px;
    background-color: #6EC5E3;
}

.work1_photobtn a:hover {
    opacity: 0.3;
}

.work1_photobtn {
    display: flex;
    align-items: end;
    margin-bottom: 150px;
}

#work1_03 .work1_title h2 {
    padding-top: 150px;
}

#work1_03 .work1_title h4 {
    padding-top: 10px;
    color: #6EC5E3;
}

#work1_03 .work1_title p {
    max-width: 750px;
    padding-top: 30px;
    font-size: 1rem;
    color: #292D32;
    font-weight: normal;
    text-align: justify;
}

#work1_03 img {
    width: 300px;
    height: 186px;
    object-fit: cover;
    border-radius: 3px;
    margin-top: 50px;
}

/*------------------------------------------------------------------------
work2.html
------------------------------------------------------------------------*/

#work2_top .work2_title {
    padding-top: 150px;
}

#work2_top .work2_title h4 {
    padding-top: 10px;
    color: #6EC5E3;
}

#work2_top .work2_title p {
    width: 750px;
    padding-top: 30px;
    font-size: 1rem;
    color: #292D32;
    font-weight: normal;
    text-align: justify;
}

#work2_top img {
    width: 380px;
    height: 244px;
    object-fit: cover;
    border-radius: 3px;
}

#work2_top .work2_phototitle h3 {
    padding-left: 30px;
    padding-top: 85px;
}

#work2_top .work2_phototitle {
    display: flex;
    margin-top: 50px;
    margin-bottom: 150px;
    background-color: #F3F3F4;
}

#work2_top .work2_phototitle a:hover {
    opacity: 0.3;
}

#work2_flow .item .step {
    color: #F3F3F4;
    width: 160px;
    height: 140px;
    background-color: #05173F;
    clip-path: polygon(0 0, 100% 0,  100% 80%, 50% 100%, 0 80%);
    font-weight: 700;
    flex-shrink: 0;
    padding-top: 20px;
    margin-right: 100px;
    text-align: center;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
}

#work2_flow .item .step .item_no {
    font-size: 1.5rem;
}

#work2_flow .item img {
    width: 120px;
    height: 115px;
    object-fit: cover;
    border-radius: 3px;
    margin-right: 30px;
    border: #e4e4e4 solid 1px;
}

#work2_flow .item_text dt {
    font-size: 1.5rem;
    font-weight: 700;
}

#work2_flow .item_text dl {
    padding-top: 10px;
}

#work2_flow .item {
    display: flex;
    margin-bottom: 100px;
}

#work2_flow .item:nth-of-type(4) {
    margin-bottom: 0px;
}

/*------------------------------------------------------------------------
company.html
------------------------------------------------------------------------*/

#company img {
    width: 900px;
    height: 200px;
    object-fit: cover;
    border-radius: 3px;
    margin-top: 150px;
}

#company .company_title {
    margin-top: 100px;
}

#company .company_title h4 {
    padding-top: 10px;
    color: #6EC5E3;
    margin-bottom: 20px;
    width: 350px;
}

#company .company_box {
    display: flex;
    align-items: first baseline;
}

#company .company_list dl {
    display: flex;
    flex-wrap: wrap;
}

#company .company_list dt {
    width: 35%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: #292D32 1px solid;
}

#company .company_list dd {
    width: 65%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: #292D32 1px solid;
}


#company .company_list dt:last-of-type {
    border-bottom: #292D32 1px solid;
}

#company .company_list dd:last-of-type {
    border-bottom: #292D32 1px solid;
}

#company {
    margin-bottom: 150px;
}

/*------------------------------------------------------------------------
contact.html
------------------------------------------------------------------------*/

#contact {
    margin-top: 150px;
    margin-bottom: 150px;
    text-align: center;
}

#contact .contact_title h4 {
    padding-top: 10px;
    color: #6EC5E3;
    margin-bottom: 20px;
}

#contact .contact_title p {
    font-size: 1rem;
    color: #292D32;
    font-weight: normal;
    text-align: justify;
    text-align: center;
}

#contact .contact_2 {
    margin-top: 100px;
}

#contact .contact_3 {
    margin-top: 100px;
}

#contact .contact_list dl {
    display: flex;
    flex-wrap: wrap;
    width: 415px;
    text-align: left;
    margin: 30px auto 0px auto;
}

#contact .contact_list dt {
    width: 40%;
    border-top: solid 1px #292D32;
    padding-top: 10px;
    padding-bottom: 10px;
}

#contact .contact_list dd {
    width: 60%;
    border-top: solid 1px #292D32;
    padding-top: 10px;
    padding-bottom: 10px;
}

#contact .contact_list dt:last-of-type {
    border-bottom: solid 1px #292D32;
}

#contact .contact_list dd:last-of-type {
    border-bottom: solid 1px #292D32;
}

#contact .contact_3 .contact_title h2 {
    margin-bottom: 30px;
}

#contact .contact_3 .contact_title .mail {
    display: inline-block;
    border: solid 2px #6EC5E3;
    color: #6EC5E3;
    font-weight: 500;
    background-color: #F3F3F4;
    border-radius: 3px;
    padding: 10px 70px;
    margin: 30px auto;
}

#contact .contact_3 .contact_title .mail:hover {
    opacity: 0.3;

}

/*------------------------------
footer
------------------------------*/
#footer {
    background-color: #05173F;
}

#footer .box1-3 {
    display: flex;
    justify-content: end;
    margin-bottom: 30px;
}

#footer a {
    color: #feffff;
    font-size: 1.5rem;
    list-style: 1;
}

#footer span {
    color: #6EC5E3;
}

#footer li {
    color: #6EC5E3;
    font-size: 0.75rem;
    line-height: 1.4;
}

#footer .box1 {
    padding-top: 100px;
    margin-right: 0px;
}

#footer .box1 ul {
    margin-bottom: 20px;
}
#footer .box1 ul:hover {
    transform: translate(10px, 0px);
    transition-duration: 0.8s;
}

#footer .pr1 img{
    width: 100px;
    height: 100px;
    object-fit: cover;
    object-position: 100% 100%;
    border-radius: 3px;
    margin-right: 20px;
}

#footer .pr2 img{
    width: 100px;
    height: 100px;
    object-fit: cover;
    object-position: 0% 40%;
    background-color: #feffff;
    border-radius: 3px;
    margin-right: 20px;
}

#footer .pr3 img{
    width: 100px;
    height: 100px;
    object-fit: contain;
    border-radius: 3px;
    margin-right: 20px;
}

#footer .box3 p {
    color: #6EC5E3;
    font-size: 0.75rem;
    line-height: 1.4;
    margin-right: 20px;
    text-align: center;
}

#footer .box2 {
    margin-top: 100px;
}

#footer .box3 {
    display: flex;
    margin-top: 30px;
}

#footer .box2-3 {
    margin-right: 0%;
    margin-left: 10%;
}

#footer .pr1 img:hover {
    opacity: 0.3;
}

#footer .pr2 img:hover {
    opacity: 0.3;
}

#footer .pr3 img:hover {
    opacity: 0.3;
}

#footer .line {
border-top: solid 1px #feffff;
}

#footer .address {
    display: flex;
    justify-content: space-between;
    padding-bottom: 100px;
    padding-left: 0px;
    padding-right: 0px;
}

#footer .address h3 {
    color: #feffff;
    font-size: 1.5rem;
    font-weight: 400;
}

#footer .ad1 img {
    line-height: 1;
    margin-left: 5px;
    margin-bottom: 3px;
}

#footer .ad1 img:hover {
    opacity: 0.3;
}

#footer .ad1 a {
    font-size: 1rem;
}

#footer .address p {
    color: #feffff;
}

#footer .ad2 a {
    font-size: 1rem;
}

#footer .ad2 a:hover {
    opacity: 0.3;
}

#footer .ad2 {
    padding-top: 32px;
}


/*------------------------------------------------------------------------
レスポンシブ対応
------------------------------------------------------------------------*/

@media screen and (max-width: 980px) {
/*------------------------------
共通
------------------------------*/
    h1 {
        font-size: 2.5rem; /*59.2→48px*/
    }

    h2 {
        font-size: 1.875rem; /*36px→x30px*/
    }
    
    h3 {
        font-size: 1.25rem; /*24px→20px*/
    }
    
    h4 {
        font-size: 1rem /*18px→16px*/
    }

/*------------------------------
index.htme header
------------------------------*/    

    main {
        padding-top: 80px;
    }

    #header {
        height: 80px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
    }

    #header .hamburger {
        width: 50px;
        height: 50px;
        cursor: pointer;
        position: fixed;
        top: 5px;
        right: 10px;
        z-index: 30;
    } 

    #header .hamburger span {
        width: 30px;
        height: 3px;
        background-color: #feffff;
        display: inline-block;
        position: absolute;
        left: 10px;
        transition: all 0.4s;
    }

    #header .hamburger span:nth-of-type(1) {
        top: 21px;
    }

    #header .hamburger span:nth-of-type(2) {
        top: 33px;
    }
    
    #header .hamburger span:nth-of-type(3) {
        top: 45px;
    }

    #header .navi {
        width: 80%;
        height: 100vh;
        background-color: #05173F;
        position: fixed;
        top: 0;
        right: -80%;
        z-index: 20;
        transition: all 0.6s;
    }

    #header .navi .menu {
        width: 100%;
        height: 100vh;
        flex-direction: column;
        padding-top: 80px 0;
        overflow: auto;
    }

    #header .navi .menu li {
        padding: 10px 0;
        margin-left: 25px;
    }

    #header .navi .menu li:nth-of-type(1) {
        margin-top: 80px;
    }

    #header .navi.active {
        right: 0;
    }

    #header .hamburger .active span:nth-of-type(1) {
        top: 32px;
        transform: rotate(-45deg);
    }

    #header .hamburger .active span:nth-of-type(2) {
        opacity: 0;
    }

    #header .hamburger .active span:nth-of-type(3) {
        top: 32px;
        transform: rotate(45deg);
    }

/*------------------------------
story.html
------------------------------*/ 

    #message h2 {
        margin-top: 100px;
    }

    #message .sea_photo img:nth-of-type(-n+4) {
        display: none;
    }

    #message .sea_photo img {
        width: 100%;
        height: 100%;
    }

    #message .sea_photo {
        padding-top: 50px;
    }

    #message .voice p {
        padding: 10px 50px 10px 50px;
    }

    #task h2 {
        margin-top: 100px;
    }

    .wrapper {
        padding: 0 10%;
    }

    #task .container .con_box {
        grid-template-columns:repeat(1,auto);
        width: auto;
    }

    #future h2 {
        margin-top: 100px;
    }

    #future {
        margin-bottom: 100px;
    }

/*------------------------------
work1.html
------------------------------*/ 

    .gra_line01 {
        font-size: 80px;
    }

    #work1_01 .work1_title h2 {
    padding-top: 100px;
    }

    #work1_01 .work1_01_2photo {
        flex-direction: column;
    }

    #work1_01 .work1_01_2photo img:nth-of-type(2) {
        margin: 20px 30px 0px 0px;
    }

    .gra_line02 {
        margin-top: 100px;
    }

    #work1_02 .work1_title h2 {
        padding-top: 100px;
    }

    .work1_photobtn {
        flex-direction: column;
        align-items: baseline;
        margin-left: -30px;
    }

    #work1_02 img {
        margin-bottom: 15px;
    }

    #work1_03 .work1_title h2 {
        padding-top: 100px;
    }

    #work1_03 img {
        margin-bottom: 15px;
    }

/*------------------------------
work2.html
------------------------------*/ 

#work2_top .work2_title {
    padding-top: 100px;
}

#work2_top img {
    width: 250px;
    height: 182px;
}

#work2_top .work2_phototitle h3 {
    padding-left: 30px;
    padding-top: 60px;
}

#work2_flow .item {
    flex-direction: column;
}

#work2_flow .item img {
    margin-top: 20px;
    margin-left: 20px;
}

#work2_flow .item_text dt {
    margin-top: 10px;
    margin-left: 20px;
}

#work2_flow .item_text dd {
    margin-left: 20px;
}


/*------------------------------
campany.html
------------------------------*/ 

    #company img {
        max-width: 100%;
        object-fit: cover;
        margin-top: 100px auto 0px;
    }

    #company .company_title {
        margin-top: 50px;
    }

    #company .company_box {
        flex-direction: column;
    }

    #company {
        margin-bottom: 100px;
    }

/*------------------------------
contact.html
------------------------------*/ 
    #contact {
        margin-top: 100px;
        margin-bottom: 100px;
    }


#contact .contact_2 {
    margin-top: 50px;
}

#contact .contact_3 {
    margin-top: 50px;
}

#contact .contact_list dt {
    width: 30%;
}

#contact .contact_list dd {
    width: 70%;
}


/*------------------------------
footer
------------------------------*/
    #footer .box1-3 {
        flex-direction: column;
    }

    #footer .box2 {
        margin-top: 20px;
    }

    #footer .box2-3 {
        margin-left: 0%;
    }

    #footer .address {
        flex-direction: column;
        padding-left: 2%;
        padding-right: 2%;
    }

    #footer .line {
        padding-left: 2%;
        padding-right: 2%;
    }
}




