@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

#foot_contact {
    background-image: url(img/foot_contact.jpg);
    height: 700px;
    padding: 120px 15vw;
    margin-bottom: 200px;
    background-position: center;
}

#foot_contact h3 {
    font-family: "Heebo", sans-serif !important;
    font-weight: 600 !important;
    color: #fff !important;
    font-size: 50px !important;
}

#foot_contact h4 {
    font-weight: 600;
    color: #fff;
    margin-top: 25px;
    font-size: 24px;
}

#foot_contact div {
    position: relative;
}

#foot_contact div {
    position: relative;
}

#foot_contact ul {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50px;
    width: 100%;
}

#foot_contact ul li {
    width: 50%;
    padding: 100px 15px;
}

#foot_contact ul li:first-child {
    background-color: rgb(30,61,75);
    color: #fff;
    height: 500px;
}

#foot_contact ul li:first-child h5 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

#foot_contact ul li:first-child img {
    height: 30px;
    margin: 25px auto;
    display: block;
}

#foot_contact ul li:first-child p {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

#foot_contact ul li:first-child a {
    background: #fff;
    display: block;
    width: 50%;
    margin: 25px auto 0;
    text-align: center;
    padding: 15px;
    border-radius: 100px;
    color: rgb(30, 61, 75);
}


#foot_contact ul li:last-child {
    background-color: rgb(0,40,54);
    color: #fff;
    height: 500px;
}

#foot_contact ul li:last-child h5 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

#foot_contact ul li:last-child img {
    height: 30px;
    margin: 25px auto;
    display: block;
}

#foot_contact ul li:last-child p {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

#foot_contact ul li:last-child a {
    color: #fff;
    font-size: 40px;
    font-family: "Heebo", sans-serif !important;
    display: block;
    text-align: center;
    margin-top: 25px;
    font-weight: 600;
}

#foot_contact ul li:last-child span {
    color: #5c626d;
    font-size: 18px;
    text-align: center;
    display: block;
}



/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    #foot_contact {padding: 120px 15px;}
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    #foot_contact {padding: 60px 15px;  margin-bottom: 400px;}
    #foot_contact h3 {font-size: 36px;}
    #foot_contact h4 {font-size: 18px;margin-top: 0;}
    #foot_contact ul {flex-wrap: wrap;}
    #foot_contact ul li {width: 100%;padding: 70px 15px;}
    #foot_contact ul li:first-child {height: auto;}
    #foot_contact ul li:last-child {height: auto;}
    #foot_contact ul li:first-child p {font-size: 16px;}
    #foot_contact ul li:last-child p {font-size: 16px;}
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    #foot_contact ul li:first-child a {width: 90%;}
}
