@charset "UTF-8";


.footer_head {
    background-image: url(../img/footer/beans_bg.jpg);
    padding-top: 550px;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}

.footer_head_contents {
    display: flex;
    justify-content: end;
    width: 88%;
    position: relative;
    margin-left: 12%;
    z-index: 99;
}

.footer_head:after {
    content: "";
    display: block;
    width: 100%;
    height: 400px;
    background: #fff;
    bottom: 0;
    left: 0;
    position: absolute;
}

section.company {
    background: #fff;
    padding: 80px;
    width: 50%;
    position: relative;
    z-index: 99;
}

section.contact {
    width: 50%;
    position: relative;
    z-index: 99;
    background: #bc2621;
}

h2.contact_title {
    color: #fff;
    font-size: 40px;
    font-family: "Hind", sans-serif;
    font-weight: 600;
    display: block;
    letter-spacing: 3px;
    margin-bottom: 40px;
}

h2.contact_title span {
    display: block;
    color: #fff;
    font-family: "Zen Maru Gothic", serif;
    letter-spacing: 1px;
    font-size: 20px;
}

h2.company_title {
    font-size: 40px;
    font-family: "Hind", sans-serif;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 40px;
}

h2.company_title span {
    display: block;
    font-family: "Zen Maru Gothic", serif;
    letter-spacing: 1px;
    font-size: 20px;
}

table.company_table th {
    padding: 10px 0;
    font-size: 14px;
    font-weight: 600;
    width: 20%;
    align-content: baseline;
}

table.company_table td {
    font-size: 14px;
    padding: 10px 0;
    width: 80%;
    font-weight: 500;
}

table.company_table td ul li {
    font-size: 14px;
    margin: 0 0 10px 0;
}

table.company_table td ul li span {
    font-size: 14px;
    margin-right: 10px;
}

.contact_inner {
    max-width: 800px;
    margin: 0 auto;
    padding: 80px;
    background: #bc2621;
}

.contact_text {
    color: #fff;
    margin-bottom: 40px;
    line-height: 28px;
    font-weight: 500;
    font-size: 14px;
}

.contact_inner a {
    display: flex;
    border-top: 1px solid;
    color: #fff;
    align-items: center;
    font-size: 25px;
    font-family: "Hind", sans-serif;
    padding-top: 40px;
    position: relative;
}

.contact_inner a:hover .mail_icon {
    width: 50px;
}

.mail_icon {
	width: 0;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7476%) hue-rotate(213deg) brightness(105%) contrast(99%);
    margin-left: 10px;
	transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
}

table.company_table td ul li:last-child {
    margin-bottom: 0;
}

table.company_table td a {
    display: block;
    font-size: 14px;
    color: #bc2621;
}

footer {
    background: #fff;
}

.footer_logo {
    margin: 0 auto 50px;
    width: 150px;
}

.footer_logo img {
    width: 100%;
    height: auto;
}

ul.footer_menu {
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.footer_menu li a {
    display: block;
    font-weight: bold;
    font-size: 12px;
}

ul.footer_menu li {
    margin: 0 10px;
}

small {
    display: block;
    text-align: center;
    font-size: 13px;
    padding: 40px 0;
    letter-spacing: 0.5px;
    font-family: "Hind", sans-serif;
    font-weight: bold;
}

.footer_inner {
    padding-top: 150px;
}
/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	
.footer_head {
    padding-top: 300px;
    background-attachment: inherit;
    background-position: center top;
    background-size: 140%;
    background-repeat: no-repeat;
    background-color: #e6ecec;
}

.footer_head_contents {
    display: block;
    width: 92%;
    margin-left: 8%;
}

section.contact {
    width: 100%;
}
	
span.mail_icon {
    width: 18px;
}

.contact_inner {
    padding: 10%;
}

h2.contact_title {
    font-size: 25px;
    margin-bottom: 30px;
}

h2.contact_title span {
    font-size: 15px;
}

.contact_text {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 30px;
}

.contact_text br {
    display: none;
}

.contact_inner a {
    font-size: 14px;
    letter-spacing: 1px;
    padding-top: 30px;
}

section.company {
    padding: 10% 10% 0;
    width: 100%;
}

h2.company_title {
    font-size: 25px;
    margin-bottom: 30px;
}

h2.company_title span {
    font-size: 15px;
}

table.company_table th {
    width: 25%;
    font-size: 12px;
    padding: 10px 0 20px;
}

table.company_table td {
    width: 70%;
    font-size: 12px;
    padding: 10px 0 20px;
}

table.company_table td ul li {
    font-size: 12px;
    margin: 0 0 5px 0;
}

table.company_table td ul li span {
    font-size: 12px;
}

table.company_table td a {
    font-size: 12px;
}

.footer_head:after {
    height: 300px;
}

.footer_inner {
    padding: 60px 0 0 0;
}

.footer_logo {
    width: 100px;
    margin: 0 auto 60px;
}

ul.footer_menu li a {
    font-size: 11px;
}

small {
    font-size: 11px;
    font-weight: 500;
}
}
