@charset "UTF-8";

/* ========== recruit_bana ========== */
footer .recruit_bana {
    padding: 70px 0 100px;
    text-align: center;
    background-image: url("../../common/img/recruit_bg.jpg");
    background-size: 117%;
    background-position: center top;
    background-repeat: no-repeat;
}

footer .recruit_bana .title {
    margin-bottom: 50px;
}
footer .recruit_bana .title img {
    max-width: 780px;
    width: 80%;
}
footer .recruit_bana .title p {
    color: #fff;
    font-weight: bold;
}
footer .recruit_bana .title p span {
    background: #fff;
    color: #b24800;
    margin-left: 0.5em;
    padding: 8px 15px;
    font-size: 100%;
}

footer .recruit_bana .read {
    color: #fff;
    line-height: 1.9em;
}

footer .recruit_bana a {
    width: 270px;
    height: 65px;
    display: block;
    margin: 40px auto 0;
    padding: 0 30px;
    color: #b24800;
    font-size: 20px;
    font-family: 'Mukta Mahee', sans-serif;
    font-weight: bold;
    text-align: left;
    line-height: 65px;
    text-decoration: none;
    border-radius: 100px;
    background: #fff;
    transition: .3s;
    position: relative;
}
footer .recruit_bana a:hover {
    color: #fff;
    background: #b24800;
}
footer .recruit_bana a::before,
footer .recruit_bana a::after {
    position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
    transition: .3s;
    z-index: 9;
}
footer .recruit_bana a::before {
    right: 30px;
	width: 15px;
	height: 2px;
	background: #b24800;
}
footer .recruit_bana a::after {
    right: 30px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #b24800;
	border-right: 2px solid #b24800;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
footer .recruit_bana a:hover::before {
    right: 25px;
    background: #fff;
}
footer .recruit_bana a:hover::after {
    right: 25px;
    border-color: #fff;
}

/* ========== contact ========== */
footer .contact {
    padding: 50px;
    background: #f3f3f3;
}

footer .contact .contact_list {
    max-width: 1280px;
    width: 100%;
    margin: auto;
    display: flex;
    position: relative;
}

/* pagetop */
footer .contact #pagetop {
    width: 75px;
    height: 75px;
    position: absolute;
    right: 0;
    bottom: -90px;
    border-radius: 100%;
    background: #fff;
    transition: .3s;
}
footer .contact #pagetop:hover {
    bottom: -97px;
}
footer .contact #pagetop a {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    left: 0;
    top: 20px;
    margin: auto;
}
footer .contact #pagetop a::after {
    content: '';
    width: 0.1em;
    height: 0.9em;
    display: inline-block;
    vertical-align: middle;
    background: #202020;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
}
footer .contact #pagetop a::before {
    content: '';
    width: 0.58em;
    height: 0.58em;
    border: 0.1em solid #202020;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(-45deg);
    transform-origin: top right;
    position: absolute;
    right: 50%;
    box-sizing: border-box;
}

footer .contact .contact_list .txt,
footer .contact .contact_list .tel,
footer .contact .contact_list .form {
    width: 30%;
    padding: 20px 50px;
}
footer .contact .contact_list .title {
    font-family: 'Mukta Mahee', sans-serif;
	font-style: italic;
    font-weight: bold;
}
footer .contact .contact_list .txt {
    padding-left: 0;
    font-size: 14px;
    line-height: 1.8em;
}
footer .contact .contact_list .txt .title {
    margin-bottom: 5px;
    font-size: 58px;
    font-weight: bold;
    letter-spacing: 0.04em;
}
footer .contact .contact_list .form {
    padding-right: 0;
}
footer .contact .tel {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    display: table;
}
footer .contact .tel span br {
    display: none;
}
footer .contact .tel div {
    font-size: 15px;
    display: table-cell;
    vertical-align: middle;
}
footer .contact .tel img {
    width: 42px;
    margin: -5px 7px 0 0;
    display: inline-block;
    vertical-align: middle;
}
footer .contact .tel .title {
    font-size: 43px;
    line-height: 1.5em;
    letter-spacing: 0.025em;
}
footer .contact .tel span {
    font-size: 93%;
}

footer .contact .form {
    display: table;
    padding: 50px 0 50px 50px !important;
}
footer .contact .form p {
    width: 375px;
    height: 80px;
    border: 2px solid #202020;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    background: #fff;
}
footer .contact .form p::before,
footer .contact .form p::after {
    position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
    transition: .3s;
    z-index: 9;
}
footer .contact .form p::before {
    right: 32px;
	width: 20px;
	height: 2px;
	background: #202020;
}
footer .contact .form p::after {
    right: 32px;
	width: 13px;
	height: 13px;
	border-top: 2px solid #202020;
	border-right: 2px solid #202020;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
footer .contact .form p:hover::before {
    right: 27px;
    background: #fff;
}
footer .contact .form p:hover::after {
    right: 27px;
    border-color: #fff;
}
footer .contact .form a {
    width: 100%;
    height: 100%;
    text-decoration: none;
    position: absolute;
    top: 0;
    transition: .3s;
    z-index: 1;
}
footer .contact .form a::before {
    content: "";
    width: 100%;
    height: 101%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #202020;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease .3s;
}
footer .contact .form a:hover::before {
    transform-origin: 0% 50%;
    transform: scaleX(1);
}
footer .contact .form a span {
    width: 250px;
    height: 100%;
    padding: 0 0 0 25px;
    display: flex;
    align-items: center;
    font-size: 22px;
    font-family: 'Mukta Mahee', sans-serif;
    font-weight: bold;
    position: relative;
    transition: .3s;
}
footer .contact .form a:hover span {
    color: #fff;
}
footer .contact .form a span::after {
    content: "";
    height: 60%;
    border-right: 1px solid #202020;
    position: absolute;
    right: 0;
    transition: .3s;
}
footer .contact .form a:hover span::after {
    border-color: #fff;
}

/* ========== links ========== */
footer .links {
    width: 95%;
    max-width: 1660px;
    margin: 50px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .links .logo {
    text-align: center;
}
footer .links .logo img {
    width: 90px;
}
footer .links .logo p {
    margin-top: 10px;
    font-size: 2.1vmin;
}
footer .links .logo p span {
    display: block;
    font-size: 54.5%;
    font-weight: normal;
}

footer .links .detail {
    max-width: 1100px;
    display: flex;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
footer .links .detail div {
    width: 240px;
    padding: 3%;
    border-right: 1px solid #ccc;
}
footer .links .detail div a,
footer .links .detail div.office p {
    display: block;
    font-size: 19px;
    font-family: 'Mukta Mahee', sans-serif;
    font-weight: bold;
}
footer .links a {
    transition: .3s;
    text-decoration: none;
}
footer .links a:hover {
    color: #ccc;
}
footer .links .detail div a.sub {
    margin-top: 8px;
    padding-left: 17px;
    font-size: 14px;
    position: relative;
}
footer .links .detail div a.sub::before {
    content: "";
    width: 12px;
    height: 2px;
    background: #ff8c3e;
    position: absolute;
    top: -3px;
    bottom: 0;
    left: 0;
    margin: auto;
}
footer .links .detail div.office {
    width: 370px;
    padding-right: 0;
    font-size: 14px;
    line-height: 1.8em;
    border: none;
}
footer .links .detail div.office p {
    margin-bottom: 8px;
}
footer .links .detail div.office br.address {
    display: none;
}

footer .links .other {
    margin-top: 20px;
    text-align: right;
}
footer .links .other a {
    font-size: 14px;
    margin-left: 20px;
}
footer .links .other a img {
    width: 1em;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 0 0 9px;
    transition: .3s;
}
footer .links .other a:hover img {
    opacity: 0.25;
}

footer small {
    width: 95%;
    max-width: 1660px;
    margin: 0 auto 40px;
    color: #666;
    font-size: 12px;
    display: block;
}

@media screen and (max-width: 1550px) {
footer .links {
    display: block;
}
footer .links .detail {
    margin: auto;
}
footer .links .other {
    max-width: 1100px;
    margin: 20px auto 0;
}

footer .links .logo {
    margin-bottom: 30px;
}

footer small {
    max-width: 1100px;
}
}

@media screen and (max-width: 1080px) {
footer .recruit_bana {
    background-size: 1800px;
}

footer .contact {
    padding: 4%;
}

footer .contact .contact_list .txt,
footer .contact .contact_list .tel,
footer .contact .contact_list .form {
    padding: 20px 3%;
}

footer .contact .contact_list .txt {
    padding-left: 0;
}
footer .contact .contact_list .txt br {
    display: none;
}
footer .contact .contact_list .txt .title {
    margin: 0;
    font-size: 5vw;
}

footer .contact .tel .title {
    font-size: 3vw;
}
footer .contact .tel img {
    width: 3.3vw;
}
footer .contact .tel span {
    font-size: 82%;
}

footer .contact .contact_list .form {
    padding: 20px 0 20px 3% !important;
}
footer .contact .form a span::after {
    border-right: none;
}

footer .links .detail div.office br.address {
    display: block;
}

/* ========== links ========== */
footer .links {
    display: block;
}

footer .links .logo p {
    font-size: 2.8vmin;
}

footer .links .detail {
    margin-top: 30px;
}
footer .links .detail div a,
footer .links .detail div.office p {
    font-size: 2.3vmin;
}

footer small {
    margin: 30px auto 20px;
    font-size: 1.7vmin;
    text-align: center;
}

}

@media screen and (max-width: 900px) {
footer .contact .contact_list .txt,
footer .contact .contact_list .tel,
footer .contact .contact_list .form {
    padding: 20px 30px;
}

footer .contact .contact_list .txt {
    font-size: 1.5vw;
    padding-left: 0;
}
footer .contact .contact_list .txt br {
    display: none;
}
footer .contact .contact_list .txt .title {
    font-size: 3.4vw;
}

footer .contact .tel span br {
    display: block;
}
footer .contact .tel img {
    width: 2.8vw;
}
footer .contact .tel .title {
    font-size: 2.8vw;
}

footer .contact .form {
    padding: 20px 0 20px 30px !important;
}
footer .contact .form a span {
    width: auto;
    font-size: 2.3vw;
    padding-left: 20px;
}
footer .contact .form a span::after {
    border: none;
}
footer .contact .form p {
    width: auto;
}
footer .contact .form p::before {
    right: 25px;
    width: 17px;
}
footer .contact .form p::after {
    right: 25px;
    width: 10px;
    height: 10px;
}

}

@media screen and (max-width: 767px) {
footer .recruit_bana {
    background-size: 1800px;
}

footer .recruit_bana {
    padding: 40px 0 60px;
}
footer .recruit_bana .title img {
    width: 95%;
}
footer .recruit_bana .title p {
    font-size: 75%;
}

footer .recruit_bana .read {
    font-size: 85%;
}

footer .recruit_bana a {
    max-width: 260px;
    width: 60%;
    height: 55px;
    font-size: 100%;
    line-height: 55px;
}

/* ========== contact ========== */
footer .contact {
    padding: 50px 20px 65px;
}

footer .contact .contact_list {
    display: block;
}

/* pagetop */
footer .contact #pagetop {
    width: 62px;
    height: 62px;
    margin: auto;
    right: 0;
    left: 0;
    bottom: -95px;
}
footer .contact #pagetop:hover {
    bottom: -95px;
}
footer .contact #pagetop a {
    margin-top: -3px;
}

footer .contact .contact_list .txt,
footer .contact .contact_list .tel,
footer .contact .contact_list .form {
    width: 100%;
    padding: 0 !important;
}

footer .contact .contact_list .txt {
    text-align: center;
    font-size: 3.5vmin;
    line-height: 5min;
    margin-bottom: 20px;
    padding-bottom: 20px !important;
    border-bottom: 1px solid #ccc;
}
footer .contact .contact_list .txt .title {
    font-size: 8vmin;
}
footer .contact .contact_list .txt br {
    display: block;
}

footer .contact .tel {
    border: none;
}
footer .contact .tel div {
    text-align: center;
    font-size: 3.5vmin;
    padding-bottom: 20px !important;
}
footer .contact .tel .title {
    font-size: 8.3vmin;
}
footer .contact .tel img {
    width: 6.8vmin;
    margin-left: -7vmin;
}
footer .contact .tel span br {
    display: none;
}

footer .contact .form a span {
    width: 70%;
    font-size: 4.5vmin;
}
footer .contact .form a span::after {
    
    border-right: 1px solid #202020;
}
footer .contact .form p {
    height: 60px;
    border: 0.5vw solid #202020;
}
footer .contact .form p::before,
footer .contact .form p::after {
    right: 10%;
}
footer .contact .form p::before {
   width: 15px;
}
footer .contact .form p::after {
    width: 10px;
    height: 10px;
}

/* ========== links ========== */
footer .links {
    margin: 30px auto 0;
}
footer .links .logo img {
    width: 60px;
}
footer .links .logo p {
    font-size: 4.4vmin;
}

footer .links .detail {
    flex-wrap: wrap;
}
footer .links .detail div {
    width: 37.5% !important;
    padding: 4% 6%;
    border: none;
}
footer .links .detail div:first-child,
footer .links .detail div:nth-child(3) {
    border-right: 1px solid #ccc;
}
footer .links .detail div:first-child,
footer .links .detail div:nth-child(2) {
    padding-top: 0;
    border-bottom: 1px solid #ccc;
}
footer .links .detail div a,
footer .links .detail div.office p {
    font-size: 4vmin;
}
footer .links .detail div a.sub,
footer .links .detail div.office {
    font-size: 3.05vmin;
}
footer .links .detail div.office br.address {
    display: none;
}
footer .links .detail div a.sub {
    padding-left: 14px;
}
footer .links .detail div a.sub::before {
    width: 9px;
    height: 0.2vh;
}

footer .links .other {
    margin-top: 15px;
    text-align: center;
}
footer .links .other a {
    margin: 0;
    font-size: 3.05vmin;
}
footer .links .other a:first-child {
    margin-right: 18px;
}
footer .links .other a img {
    width: 0.8em;
}

footer small {
    margin: 30px auto 20px;
    font-size: 3vmin;
    text-align: center;
}
}