@charset "utf-8";
/*
Theme Name: 株式会社Connection.
Author: Kotaro Saito
Description:  株式会社Connection.のテーマ
version: 1.0.0
*/

/*common
-----------------------------------------------------------------------------------------*/
html,body{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	color: rgba(69, 69, 69, 1);
	text-align: left;
	scroll-behavior: smooth;
}

.font-work {
  font-family: "Work Sans", sans-serif;
  letter-spacing: 1px;
}


@media screen and (min-width:768px) {
.sp{
	display: none;
}
}

@media screen and (max-width:767px) {
.pc{
	display: none;
}

html,body{
	font-size: 14px;
}
}


/*header
-----------------------------------------------------------------------------------------*/
.header-menu{
	color: rgba(255, 127, 0, 1);
}

.header-menu:hover{
	color: rgba(255, 183, 0, 1);
}

.header-top{
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	border-radius: 30px;
	padding: 10px 50px;
	justify-content: space-between;
	align-items: center;
	width: calc(100% - 100px);
	margin: auto;
	position: fixed;
	top: 10px;
	left: 50px;
	z-index: 999;
}

.header-logo{
	width: 350px;
}

.header-menu-top{
	gap: 50px;
	align-items: center;
}

.header-contact{
	background-color: rgba(255, 127, 0, 1);
	border-radius: 20px;
	padding: 15px;
	width: 200px;
	color: rgba(255, 255, 255, 1);
	gap: 10px;
	justify-content: center;
}

.header-contact:hover{
	background-color: rgba(255, 183, 0, 1);
}

.contact-logo{
	width: 20px;
	margin: 0;
}

.sp-navigation{
	display: none;
}
@media screen and (max-width:1350px) {
	.header-top {
    padding: 10px 20px;
	}

	.header-menu-top {
		gap: 20px;
	}

	.header-contact {
		width: 180px;
	}

	.header-logo {
		width: 250px;
	}
}

@media screen and (max-width:1023px) {
	.header-menu-top{
		display: none;
	}

	.sp-navigation{
		display: block;
	}

	.header-top {
		width: 100%;
		top: 0px;
		left: 0px;
		border-radius: 0;
	}

	.header-top {
		padding: 8px 20px;
    }

	.header-logo {
		width: 200px;
	}

	nav.drawer-nav {
		top: 50px;
		padding-top: 20px;
	}

	a.drawer-menu-item{
		color: rgba(255, 127, 0, 1);
		text-align: center;
	}

	.drawer--right.drawer-open button.drawer-hamburger {
		right: 0rem;
	}

	.header-contact {
		margin: 15px auto 0; 

	}

}


@media screen and (max-width:767px) {
}


/*footer
-----------------------------------------------------------------------------------------*/
div.copy-right{
	padding: 100px 20px 20px;
	background-color: rgba(255, 240, 225, 1);
	width: 35%;
	height: 400px;
	border-radius: 0 30px 0 0;
	margin-top: -50px;
	text-align: center;
}

.footer-copy-flex{
	align-items: flex-end;
}

.footer-logo{
	width: 430px;
	margin: 0 auto 80px;
}

.footer-add{
	margin-bottom: 30px;
}

.footer-menu-top{
	padding: 50px 0 80px;
	justify-content: center;
}

.footer-box{
	position: relative;
	background-color: rgba(255, 183, 0, 1);
	padding:  100px 20px 20px;
	width: 65%;
	height: 350px;
}

.footer-menu{
	color: rgba(69, 69, 69, 1);
}

.footer-menu:hover{
	color: rgba(255, 255, 255, 1);
}

.footer-contact:hover{
	color: rgba(255, 127, 0, 1);
	background-color: rgba(255, 255, 255, 1);
}

.footer-contact-orange{
	display: none;
}

.footer-contact:hover .contact-logo{
	display: none;
}


.footer-contact:hover .footer-contact-orange{
	display: inline-block;
}

.footer-flex{
	justify-content: space-between;
	align-items: center;
	width: 800px;
	margin: auto;
}

.footer-logo-flex{
	gap: 25px;
}

.footer-link{
	width: 30%;
}

.footer-top{
	border-radius: 50%;
	background-color: rgba(255, 127, 0, 1);
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -50px;
	right: 150px;
}

.footer-top-img{
	width: 30px;
}

@media screen and (max-width:1300px) {
	.footer-logo {
		width: 320px;
	}

	.footer-flex{
		width: 600px;
	}


}

@media screen and (max-width:1023px) {
	.footer-menu-top {
		display: none;
    }

	.footer-flex {
		width: 330px;
	}

	.footer-box {
		width: 50%;
		height: 200px;
	}

	div.copy-right {
		padding: 30px 20px 20px;
		width: 50%;
		height: 250px;
	}

	.footer-logo {
		margin: 0 auto 20px;
	}

}

@media screen and (max-width:767px) {
	.footer-logo-flex {
		gap: 0px;
		margin-top: 15px;
	}

	.footer-box {
		width: 36%;
		height: 140px;
		padding: 50px 10px 20px;
	}

	 div.copy-right {
		padding: 20px;
		width: 64%;
		height: 190px;
	}

	.footer-menu {
		font-size: 0.8rem;
	}

	.footer-flex{
		width: auto;
	}

	.footer-logo {
		width: 200px;
	}

	.footer-top {
		width: 70px;
		height: 70px;
		top: -30px;
		right: 15px;
	}
}


/*お知らせ
-----------------------------------------------------------------------------------------*/
.home-top{
	padding-bottom: 200px;
}

.home-category{
	font-size: 1.2rem;
	padding-right: 25px;
	margin-right: 25px;
	border-right: 1px solid rgba(69, 69, 69, 1);
}

.home-category-flex{
	gap: 50px;
}

.home-category-all{
	color: rgba(69, 69, 69, 1);
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(255, 127, 0, 1);
}

.cat-nwes{
	color: rgba(160, 206, 0, 1);
}

.cat-media{
	color: rgba(255, 183, 0, 1);
}

.cat-others{
	color: rgba(195, 195, 195, 1);
}

.home-flex{
	gap: 50px;
	justify-content: center;
}

.home-left{
	width: 70%;
}

.home-link{
	display: inline-block;
	border-radius: 30px;
	padding: 25px 50px;
	margin-top: 50px;
	width: 100%;
	color: rgba(69, 69, 69, 1);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.home-mein-flex{
	justify-content: space-between;
	align-items: center;
}

.home-text-flex{
	gap: 25px;
	align-items: center;
	margin-bottom: 15px;
}

.home-tagu{
	color: rgba(255, 255, 255, 1);
}

.color-nwes{
	background-color: rgba(160, 206, 0, 1);
	display: block;
	padding: 5px;
	width: 100px;
	border-radius: 20px;
	text-align: center;
}

.color-media{
		display: block;
	padding: 5px;
	width: 100px;
	border-radius: 20px;
	text-align: center;
	background-color: rgba(255, 183, 0, 1);
}

.color-others{
	display: block;
	padding: 5px;
	width: 100px;
	border-radius: 20px;
	text-align: center;
	background-color: rgba(195, 195, 195, 1);
}

.wp-pagenavi {
	margin-top: 50px;
	text-align: center;
	
}

.wp-pagenavi span.current {             
	background-color: rgba(255, 183, 0, 1);
	border: none;
	color: rgb(255, 255, 255);
	border-radius: 50%;
	padding: 8px 18px 10px;
}

.wp-pagenavi a, .wp-pagenavi span {    
	border: none;
	margin: 10px;
	color: rgba(69, 69, 69, 1);
}

a.nextpostslink,a.previouspostslink{    
	color: rgba(255, 255, 255, 1);
	background-color: rgba(255, 127, 0, 1);
	border-radius: 50%;
	padding: 8px 16px 10px;

}

.side-top{
	margin-top: 25px;
}

.home-archive{
	font-size: 1.2rem;
}

.side-box{
	margin-top: 15px;
}

.select-archive{
	border: 1px solid rgba(255, 127, 0, 1);
	width: 200px;
	padding: 15px;
	appearance: none; 
}

.side-box{
	position: relative;
}

.side-box::before{
	position: absolute;
	content: '';
	height: 48px;
	width: 50px;
	background-color: rgba(255, 127, 0, 1);
	top: 0;
	right: 0px;
}

.side-box::after{
	position: absolute;
	content: '';
	width: 7px;
	height: 7px;
	margin: 0 10px;
	border-bottom: 3px solid rgba(255, 255, 255, 1);
	border-right: 3px solid rgba(255, 255, 255, 1);
	transform: rotate(45deg);
	top: 15px;
	right: 10px;
}

.home-category-all2{
	border: none;
}

@media screen and (max-width:1023px) {
	.home-left {
		width: 100%;
	}
}

@media screen and (max-width:767px) {
	.home-category-flex {
		gap: 15px;
	}

	.home-category {
		font-size: 1rem;
		padding-right: 5px;
		margin-right: 5px;
	}

	.home-link {
		border-radius: 15px;
		padding: 10px 15px;
		margin-top: 20px;
	}

	.home-text-flex {
		gap: 10px;
		margin-bottom: 10px;
	}

	.link-arrow {
		margin-left: auto;
	}

	.home-top {
		padding-bottom: 30px;
	}

	.home-flex {
		gap: 0px;
	}

	.wp-pagenavi {
    margin-top: 20px;
	}
}




/*single
-----------------------------------------------------------------------------------------*/
.single-top{
	width: 80%;
	margin: auto;
}

.single-img{
	width: 60%;
	margin: auto;
	margin-bottom: 50px;
}

.single-img img{
	object-fit: cover;
}

.single-title{
	font-size: 1.2rem;
	font-weight: 500;
	padding-bottom: 30px;
	margin-bottom: 50px;
	border-bottom: 1px solid rgba(255, 127, 0, 1);
}

.single-link-flex{
	gap: 25px;
	margin: 50px auto 0;
	width: fit-content;
}

.single-link{
	color: rgba(69, 69, 69, 1);
}

.single-arrow a{
	background-color: rgba(255, 127, 0, 1);
	color: rgba(255, 255, 255, 1);
	padding: 5px 12px;
	border-radius: 50%;
}

@media screen and (max-width:1023px) {
	.single-top {
		width: 100%;
	}

	.single-img {
		width: 80%;
	}
}

@media screen and (max-width:767px) {
	.single-title {
		padding-bottom: 10px;
		margin-bottom: 20px;
	}

	.single-img {
		width: 100%;
		margin-bottom: 15px;
    }

	 .single-link-flex {
		margin: 20px auto 0;
	 }
}

/*買取実績
-----------------------------------------------------------------------------------------*/
.works-flex{
	gap: 60px;
}

.works-list{
	width: calc((100% - 60px*2)/3);
	background-color: rgba(255, 255, 255, 1);
	padding: 50px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	border-radius: 30px;
}

.works-img img{
	height: 250px;
	object-fit: cover;
	margin-bottom: 10px;
}

.works-text-flex{
	gap: 10PX;
	align-items: flex-start;
	color: rgba(69, 69, 69, 1);
	margin-bottom: 5px;
}

.works-circle{
	width: 10px;
	height: 10px;
	margin: 9px 0 0;
}

.works-title{
	width: 85px;
}

.works-text{
    width: calc(100% - 130px);
}

@media screen and (max-width:1620px) {
	.single-top {
		width: 100%;
	}
}

@media screen and (max-width:1400px) {
	.works-flex {
		gap: 30px;
	}

	.works-list {
		width: calc((100% - 30px * 2) / 3);
		padding: 25px 15px;
	}
}


@media screen and (max-width:1023px) {
		.works-list {
		width: calc((100% - 30px) / 2);
	}

}

@media screen and (max-width:767px) {
		.works-list {
		width: 100%;
		padding: 25px 15px;
	}

	.works-flex {
        gap: 20px;
    }

}





/*single
-----------------------------------------------------------------------------------------*/
.single-works-top{
	width: 80%;
	margin: auto;
}

.single-works-flex{
	gap: 60px;
	align-items: center;
	margin-bottom: 50px;
}

.works-gallery-top{
	width: 45%;
}

.works-gallery img{
	height: 350px;
	object-fit: cover;
}

.mySwiper-gallery2{
	margin-bottom: 15px;
}

.single-works-right{
	width: 45%;
}

.single-works-text{
	padding: 25px 30px;
	width: 100%;
	border-bottom: 1px solid rgba(255, 127, 0, 1);
}
@media screen and (max-width:1023px) {
	.single-works-top {
		width: 100%;
	}

	.single-works-flex {
		gap: 20px;
	}

	.single-works-text {
		padding: 25px 10px;
	}
}

@media screen and (max-width:767px) {
	.works-gallery-top {
		width: 100%;
	}

	.single-works-right{
		width: 100%;
	}

	.single-works-text {
        padding: 10px;
    }

	 .single-works-flex {
		margin-bottom: 20px;
	}
}




/*お客様の声
-----------------------------------------------------------------------------------------*/
.voice-top{
	width: 80%;
	margin: auto;
}

.voice-box{
	border-radius: 30px;
	background-color: rgba(255, 255, 255, 1);
	padding: 50px;
	margin-top: 50px;
	width: 100%;
	color: rgba(69, 69, 69, 1);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.voice-box:first-child{
	margin-top: 0;
}

.voice-flex{
	gap: 25px;
	margin-bottom: 30px;
	align-items: center;
}

.voice-img img{
	height: 135px;
	width: 135px;
}

.voice-title{
	font-size: 1.2rem;
	font-weight: 500;
	margin-bottom: 15px;
}
@media screen and (max-width:1023px) {
	.voice-top {
		width: 100%;
	}
}

@media screen and (max-width:767px) {
	.voice-box {
		padding: 15px;
		margin-top: 20px;
	}

	.voice-title {
		margin-bottom: 10px;
	}

	.voice-flex {
		margin-bottom: 15px;
		gap: 15px;
	}

	.wp-pagenavi span.current {
		padding: 8px 16px 10px;
	}
}




/*404
-----------------------------------------------------------------------------------------*/
div.error-message{
	font-size: 150%;
}

@media screen and (max-width:767px) {
div.error-message{
	font-size: 120%;
}
}
