@charset "UTF-8";

/*-----------------------------
Contact
-----------------------------*/
#contact {
	background-image: url("../images/img_footer.jpg");
	background-size: cover;
	text-align: center;
	color: var(--white-color);
	padding: 120px 0;
}
#contact h2 {
	color: var(--white-color);
	margin: 0 0 50px 0;
	text-align: center;
    font-size: 48px;
    line-height: 1.4;
    font-weight: 900;
	padding-top: 55px;
	background: url("../images/img_text-contact.svg") no-repeat center top;
}
#contact h2::after {
    content: '';
    margin: 20px auto 0;
    width: 140px;
    height: 6px;
    background: var(--color3);
    display: block;
}
#contact h3 {
	font-size:24px;
}
#contact .btn a::before {
    content: '';
    background-image: url(../images/icon_mail.svg);
    display: inline-block;
    width: 24px;
    height: 19px;
    margin-right: 10px;
    vertical-align: text-bottom;
}
#contact .btn a:hover::before {
    background-image: url(../images/icon_mail2.svg);
}
.telbox{
	max-width: 720px;
    width: 100%;
	text-align: center;
	border: 1px solid var(--white-color);
	box-sizing: border-box;
	padding: 50px;
	margin: 0 auto;
}
.telbox h3{
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	margin: 0 0 30px 0;
	display: block;
}
.telbox h4{
	font-size: 56px;
	line-height: 1;
	padding-left: 60px;
	margin: 0 0 20px 0;
	display: inline-block;
	background: url(../images/img_tel.svg) bottom 3px left no-repeat;
}
.telbox p{
	display: block;
	font-size: 16px;
	line-height: 1;
	font-weight: 400;
}
.cntbox {
	text-align: center;
	padding: 50px;
}
.cntbox h3 {
	margin-bottom: 30px;
}
#contact .support-area {
	margin-top: 50px;
}
#contact .support-area h3{
	margin-bottom: 30px;
	font-size:32px;
}
#contact .support-area p{
	margin-bottom: 30px;
	font-size: 20px;
	line-height: 2;
}

/*-----------------------------
Footer
-----------------------------*/
footer {
	background-color: var(--color1);
	color: var(--white-color);
	padding: 120px 0 50px 0;
	position: relative;
}

.footer-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1100px;
	margin: 0 auto;
}

.footer-left {
	flex: 1;
}

.footer-logo {
	margin-bottom: 30px;
	width: 360px;
}
.footer-name {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 30px;
}
.footer-info .company-name {
	color: var(--white-color) !important;
	font-size: 24px;
	margin-bottom: 30px;
}
.footer-info .company-catch {
	font-size: 16px;
	margin-bottom: 10px;
}
.footer-info p {
	font-size: 16px;
	margin-bottom: 15px;
}
.footer-right {
	margin-left: auto;
	margin-right: 100px;
}
.footer-right ul li {
	font-size: 20px;
	margin-bottom: 40px;
}
.footer-menu {
	margin-bottom: 20px;
}
.footer-menu a {
	color: var(--white-color);
}
.footer-menu a:hover {
	color: var(--color3);
	text-decoration: underline;
	transition: transform 0.3s ease-out;
}
.footer-social {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 20px;
}
.footer-social a {
	color: var(--white-color);
	margin-left: 20px;
}
.footer-links div ul li {
	display: inline-block;
	margin-right: 10px;
}
.footer-links div ul li a {
	color: var(--white-color);
}
.footer-sns {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	max-width: 1100px;
	margin: 50px auto 0;
}
.footer-sns li {
	margin: 0 20px;
}
.footer-sns li a:hover {
	opacity: .7;
}
.footer-copy {
	color: var(--white-color);
	font-size: 16px;
	text-align: center;
	margin-top: 120px;
}
.copyright a {
	display: inline-block;
}
@media screen and (max-width: 1200px){
	footer {
		padding: 120px 50px 50px;
	}
	.telbox h4 {
		font-size: 36px;
		line-height: 1;
		padding-left: 35px;
		margin: 0 0 20px 0;
		display: inline-block;
		background: url(../images/img_tel.svg) bottom 3px left no-repeat;
		background-size: 30px;
	}
	.telbox {
		padding: 30px 20px;
		margin-right: 2%;
	}
	.cntbox {
		padding: 30px 20px;
	}
}
@media screen and (max-width: 1000px){
	.footer-menu img{
		width: 90%;
	}
	footer {
		padding: 120px 30px 50px;
	}
	.footer-left {
    	margin-right: 20px;
	}
	.footer-right ul li {
    	font-size: 18px;
	}
	.footer-name {
    	font-size: 24px;
	}
}
	
@media screen and (max-width: 768px) {
	footer {
    	padding: 100px 15px 40px;
	}
	.footer-logo {
		width: 240px;
		margin: 0 auto 30px;
	}
	.footer-content {
		text-align: center;
		display: block;
		max-width: 100%;
	}
	.footer-info p {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.footer-name {
		font-size: 20px;
	}
	.footer-menu {
		margin-bottom: 0;
		margin-top: 40px;
	}
	.telbox h3{
		font-size: 16px;
		line-height: 24px;
	}
	.telbox h4{
		font-size: 48px;
		background-size: 30px;
		padding-left: 40px;
	}
	#contact .inner {
		display: block;
	}
	#contact .telbox h4 .read2 {
		right: 8px;
	}
	#contact .telbox h4 span {
		font-size: 13px;
		top: -13px;
	}
	#contact .telbox h4 .read1 {
    	right: 118px;
	}
	.telbox {
		width: 100%;
		padding: 20px 15px;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.cntbox {
		width: 100%;
		padding: 30px 10px;
	}
	.telbox h3 {
    	font-size: 16px;
    	margin: 0 0 40px 0;
	}
	#contact h3 {
    	font-size: 24px;
	}
	.footer-copy {
		font-size: 14px;
		margin-top: 100px;
	}
	.telbox h4 {
		font-size: 36px;
		background-size: 30px;
		padding-left: 35px;
	}
	.telbox p {
		font-size: 16px;
	}
	.telbox h3 {
		font-size: 16px;
		margin: 0 0 20px 0;
	}
	.cntbox h3 {
		margin-bottom: 20px;
	}
	.footer-right ul {
		display: block;
	}
	.footer-right ul li {
		width: 100%;
		text-align: center;
	}
	.footer-right {
    	margin-left: auto;
    	margin-right: auto;
	}
}
@media screen and (max-width: 680px) {
	.telbox{
		padding: 30px 10px;
	}
	#contact h3 {
    	font-size: 18px;
	}
	#contact .title01 h2 {
    	font-size: 28px;
	}
	#contact .support-area h3 {
		margin-bottom: 20px;
		font-size: 20px;
		line-height: 2;
	}
	#contact .support-area p {
		font-size: 16px;
	}
	#contact {
		padding: 100px 0;
	}
}