/* c-side
--------------------------- */
@media screen and (max-width: 991px){
	.c-side{
		display: none;
	}
}
@media screen and (min-width: 992px){
	.c-side{
		display: flex;
		position: fixed;
		top: 27px;
		right: 2.77%;
		z-index: 1;
	}
	.c-side-link{
		position: relative;
		width: 180px;
		height: 45px;
		border-radius: 25px;
		font-size: 0.916rem;
		letter-spacing: 0.05em;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #fff;
		text-decoration: none;
		transition: .3s;
	}
	.c-side-link:first-child{
		background-color: #d95f4c;
		margin-right: 10px;
	}
	.c-side-link:nth-child(2){
		background-color: #e5c733;
	}
	.c-side-link:hover{
		text-decoration: none;
		color: #fff;
		opacity: 0.8;
	}
	.c-side-link .arrow{
		width: 9px;
		height: 8px;
		position: absolute;
		top: 50%;
		right: 15px;
		transform: translateY(-50%);
	}
	.c-side-link .arrow::after{
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		display: block;
		top: 0;
		left: 0;
		background-image: url("../images/arrow.svg");
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
}
@media screen and (min-width: 1200px){
	.c-side{
		top: 31px;
	}
	.c-side-link{
		width: 180px;
		height: 45px;
		font-size: 0.73rem;
	}
}

/* footer
--------------------------- */
#footer{
	margin-top: 8.33rem;
}
#footer.footer_page{
	position: relative;
	padding-top: 6.33rem;
	margin-top: 5.66rem;
}
#footer.footer_page::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: #fff;
}
#footer.footer_page::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: rgba(217,217,217,0.5);
	top: 0;
	right: 0;
}
@media screen and (min-width: 768px){
	#footer{
		margin-top: 8.44rem;
	}
	#footer.footer_page{
		padding-top: 8.44rem;
		margin-top: 7.54rem;
	}
}
@media screen and (min-width: 992px){
	#footer{
		margin-top: 10.55rem;
	}
	#footer.footer_page{
		padding-top: 10.55rem;
		margin-top: 9.42rem;
	}
	#footer.footer_page::after{
		width: calc(100% - 60px);
	}
}
@media screen and (min-width: 1200px){
	#footer.footer_page::after{
		width: calc(100% - 80px);
	}
}
@media screen and (min-width: 1400px){
	#footer{
		margin-top: 12.66rem;
	}
	#footer.footer_page{
		padding-top: 12.66rem;
		margin-top: 11.33rem;
	}
}
.fc_scroll {
	overflow: hidden;
	width: 100%;
	margin-bottom: 3.76rem;
}
.fc_track {
	display: flex;
	width: max-content;
	animation: scrollLoopSP 40s linear infinite;
}
.fc_track img {
	width: 391.7vw;
	flex-shrink: 0;
	margin-right: 3.5rem;
}
@media screen and (min-width: 768px) {
	.fc_track {
		animation: scrollLoopPC 40s linear infinite;
	}
	
	.fc_track img {
		width: 126vw;
		margin-right: 2%;
	}
}
@media screen and (min-width: 1200px){
	.fc_scroll{
		margin-bottom: 4.03rem;
	}
}
/* PC用アニメーション */
@keyframes scrollLoopPC {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-126vw);
	}
}
/* スマホ用アニメーション */
@keyframes scrollLoopSP {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-391.7vw);
	}
}
.footer_contact{
	margin-bottom: 8.33rem;
}
.fc_txt{
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0.03em;
	line-height: 1.8;
	margin-bottom: 3.66rem;
}
.fc_btn{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.fc_btn a:first-child{
	margin-bottom: 15px;
}
@media screen and (min-width: 768px){
	.fc_btn{
		flex-direction: row;
		justify-content: center;
	}
	.fc_btn a:first-child{
		margin-right: 20px;
		margin-bottom: 0;
	}
}
@media screen and (min-width: 1200px){
	.footer_contact{
		margin-bottom: 12rem;
	}
	.fc_txt{
		line-height: 1.5;
		margin-bottom: 4.7rem;
	}
	.fc_btn a:first-child{
		margin-right: 30px;
	}
}
.footer_container{
	position: relative;
	padding-top: 100px;
	padding-bottom: 160px;
}
.footer_container::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: rgba(150,150,150,0.25);
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.footer_inner{
	width: 78.93%;
	max-width: 1314px;
	margin-right: auto;
	margin-left: auto;
}
.footer_logo{
	width: 50px;
	margin: 0 auto 4.91rem;
}
.footer_logo a{
	display: block;
}
.footer_nav{
	display: none;
}
.footer_company{
	text-align: center;
}
.footer_company p{
	font-size: 0.83rem;
	line-height: 2.4;
	letter-spacing: 0;
	margin-bottom: 0;
}
.footer_company p.f-cor{
	font-size: 0.916rem;
	font-weight: 600;
	margin-top: 4.01rem;
}
@media screen and (min-width: 768px){
	.footer_container{
		padding-bottom: 90px;
	}
	.footer_inner{
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: flex-end;
	}
	.footer_left{
		width: 80%;
	}
	.footer_logo{
		margin: 0 0 0.7rem;
		width: 55px;
	}
	.footer_nav{
		display: flex;
		width: auto;
	}
	.footer_nav ul{
		position: relative;
		padding-right: 40px;
		margin-bottom: 0;
	}
	.footer_nav ul::after{
		position: absolute;
		content: "";
		width: 1px;
		height: 100%;
		background-color: rgba(180,180,180,0.5);
		top: 0;
		right: 0;
	}
	.footer_nav ul:not(:first-child){
		padding-left: 15px;
	}
	.footer_nav ul li{
		list-style: none;
		margin-bottom: 1.38rem;
	}
	.footer_nav ul li:last-child{
		margin-bottom: 4.15rem;
	}
	.footer_nav ul li a{
		display: inline-block;
		font-size: 0.92rem;
		color: #000;
		letter-spacing: 0.03em;
		transition: .3s;
	}
	.footer_nav ul li a:hover{
		text-decoration: none;
		opacity: 0.7;
	}
	.footer_company{
		text-align: left;
		margin-top: 5.6rem;
	}
	.footer_company p.f-cor{
		margin-top: 2.46rem;
	}
}
@media screen and (min-width: 992px){
	.footer_container::before{
		width: 90%;
	}
	.footer_nav ul{
		padding-right: 70px;
	}
	.footer_nav ul:not(:first-child){
		padding-left: 20px;
	}
}
@media screen and (min-width: 1200px){
	.footer_container{
		padding-top: 130px;
		padding-bottom: 120px;
	}
	.footer_logo{
		width: 70px;
	}
	.footer_nav ul{
		padding-right: 90px;
	}
	.footer_nav ul:not(:first-child){
		padding-left: 30px;
	}
	.footer_nav ul li{
		margin-bottom: 1.13rem;
	}
	.footer_nav ul li:last-child{
		margin-bottom: 4.73rem;
	}
	.footer_nav ul li a{
		font-size: 0.86rem;
	}
	.footer_company{
		margin-top: 6.23rem;
	}
	.footer_company p{
		line-height: 2.5;
	}
	.footer_company p.f-cor{
		font-size: 0.86rem;
		margin-top: 2.4rem;
	}
}
@media screen and (min-width: 1400px){
	.footer_nav ul{
		padding-right: 100px;
	}
}


/* 767以下の表示設定
----------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 576px) {
ul.footer_menu {
	display: none;
}
}
@media screen and (max-width: 575px) {
	/*　フッター固定メニュー　*/
	ul.footer_menu {
		width: 100%;
		height: 50px;
		display: flex;
		margin: 0;
		padding: 0;
		position: fixed;
		bottom: 0;
		left:0;
		z-index: 999;
        transition: all .4s;
	}
	ul.footer_menu li {
		width: calc(100% / 3);
		margin: 0;
		list-style: none;
		position: relative;
	}
	ul.footer_menu li:not(:last-child)::after{
		position: absolute;
		content: "";
		width: 1px;
		height: 100%;
		background-color: rgba(255,255,255,0.4);
		top: 0;
		right: 0;
	}
	ul.footer_menu li a {
		border: none;
		text-align: center;
		text-decoration: none;
		width: 100%;
			height: 100%;
        font-size: 0.9375rem;
		letter-spacing: 0.08em;
		background-color: #f84519;
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}