@charset "utf-8";
@import url("root.css");

/*------------------------------------------------------------*/
/* フッターメニュー                                   */
/*------------------------------------------------------------*/
footer {
	padding: 0;
}

.footer_box {
	background: var(--dark-navy);

	.container {
		max-width: 1100px;
		padding: 65px 0;
		margin: 0 auto 0;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		justify-content: space-between;

		@media screen and (max-width: 480px) {
			padding: 45px 0;
		}

	}
}

.footer_box .main {
	width: 100%;
	max-width: 400px;

	@media screen and (max-width: 820px) {
		margin-bottom: 45px;
	}
}

.footer_box .main h2 {
	margin-bottom: 40px;
	max-width: 200px;
}

.footer_box .main p {
	font-size: 1.4rem;
	letter-spacing: 0.04em;
	line-height: 3rem;
	font-weight: 500;
	color: var(--base);
	margin-top: 30px;
}



.footer_box .footer_menu {
	width: 100%;
	max-width: 480px;
	display: flex;
}

.footer_box .footer_menu ul {
	display: block;
	width: 100%;
	max-width: 240px;
}

.footer_box .footer_menu ul li {
	text-align: left;
}

.footer_box .footer_menu ul li h3 {
	font-size: 1.4rem;
	letter-spacing: 0.04em;
	margin-bottom: 30px;
}

.footer_box .footer_menu ul li a {
	color: var(--base);
	font-size: 1.4rem;
	letter-spacing: 0.04em;
	line-height: 3.8rem;
	/* background: url(../img/common/arrow_link3.svg) no-repeat; */
	background-position: center left;
	background-size: 5px auto;
	/* padding-left: 20px; */
	font-weight: 500;
	transition: all .1s;
	text-decoration: none;

}

.footer_box .footer_menu ul li a:hover {
	opacity: 0.7;
	background-size: 8px auto;
	color: var(--red-orange);
}

.mark_content {
	padding: 65px 0 45px;
	width: 100%;
	display: flex;
	justify-content: center;
	border-top: 1px solid #DBDBDB;
	background: #fafafa;

	@media screen and (max-width: 480px) {
		padding: 0 0 45px;
	}

	ul {
		width: 90%;
		max-width: 1100px;
		justify-content: space-between;
		align-items: center;

		padding-bottom: 65px;
		border-bottom: 1px solid #DBDBDB;

		@media screen and (max-width: 480px) {
			padding-bottom: 45px;
		}

		li {
			width: 34%;

			&:last-child {
				width: 55%;
			}

			@media screen and (max-width: 820px) {
				width: 100%;

				&:last-child {
					margin-top: 45px;
					width: 100%;
				}
			}

			@media screen and (max-width: 480px) {
				&:last-child {
					margin-top: 0;
					width: 100%;

					p {
						small {
							font-size: 1.1rem;
						}
					}
				}

			}

		}


	}

	.trademark_text {
		width: 100%;

		p {
			text-align: left;
		}
	}

	.marks {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

}


.marks,
.corporate_link {
	background: #fafafa;
}



.marks>div {
	margin: 0 3px;
}

.marks .mark_box a {
	color: #333;
	font-size: 1.2rem;
	text-decoration: underline;
	text-align: center;
	display: block;
	margin-bottom: 15px;
	width: 100%;

	@media screen and (max-width: 480px) {
		margin-bottom: 0;
	}
}

.marks .mark_box>div {
	display: flex;
	padding: 5px 10px;
	border: 1px solid gray;
	align-items: center;
	justify-content: space-around;
}

.marks .mark_box>div img {
	max-height: 75px;
	width: auto;
}

.marks>div img {
	max-height: 75px;
	width: auto;
}

.corporate_link {
	width: 100%;
}

.corporate_link ul {
	justify-content: center;
	align-items: center;
}

.corporate_link ul li {
	text-align: center;
	padding: 0 20px;
	border-right: 1px solid #5D5D5D;
	display: grid;
	place-content: center;
}

.corporate_link ul li:last-child {
	border: none;
}

.corporate_link ul li a {
	font-size: 1.1rem;
	color: #5D5D5D;
	font-weight: 500;
}

.copyright {
	text-align: center;
	width: 100%;
	padding: 45px 0;
}

.copyright p {
	font-size: 1rem;
}

@media screen and (max-width: 480px) {

	footer {
		padding: 0 0 0;
	}

	.footer_box .main h2 {
		max-width: 70%;
		margin-bottom: 25px;
		padding: 0;
		margin: 0 0 3rem;
	}

	.footer_box .main p {
		font-size: 1.4rem;
		letter-spacing: 0.04em;
		line-height: 3rem;
	}

	.footer_box .footer_menu {
		flex-direction: column;
	}

	.footer_box .footer_menu ul {
		width: 100%;
		max-width: 100%;
	}

	/* .footer_box .footer_menu ul:last-child {
		margin-bottom: 25px;
	} */

	.marks {
		margin-top: 0;
		display: flex;
		padding: 45px 0;
		flex-wrap: wrap;
		justify-content: center;
		gap: 3rem 0;
	}

	.corporate_link ul {
		justify-content: center;
		align-items: center;
		gap: 1rem 0;
	}

	.corporate_link ul li {
		padding: 0 7px;
	}

	.corporate_link ul li:first-child {}

	.corporate_link ul li:nth-of-type(3n) {
		border: none;
	}

	.corporate_link ul li a {
		font-size: 1.2rem;
	}

	.copyright p {
		font-size: 1.2rem;
	}
}


.footer_banner {
	ul {
		display: flex;
		justify-content: space-between;
		margin-bottom: 65px;

		@media screen and (max-width: 480px) {
			margin-bottom: 40px;
		}

		li {
			width: calc(100% / 3 - 10px);

			img {
				width: 100%;
				height: 100%;
			}

			a {
				transition: all .1s;

				&:hover {
					opacity: .7;
				}
			}

			@media screen and (max-width: 480px) {
				width: 100%;
				margin-bottom: 20px;
			}
		}

	}
}