.pc {
	display: none;
}
.sp {
	display: block;
}
.sp.flex {
	display: flex;
}
.container-2 {
	width: 90%;
}
main {
	margin-top: 58px;
}
body {
	overflow: hidden;
}
/*--------------------------------------------------------------------------
ヘッダー
--------------------------------------------------------------------------*/
header {
	position: fixed;
	top: 0;
	left: 0;
	height: 58px;
	z-index: 100;
	background-color: #fff;
}

#drower-btn {
	width: 58px;
	height: 58px;
	position: relative;
	margin-right: -16px;
	cursor: pointer;
}
#drower-btn .top,
#drower-btn .mid,
#drower-btn .btm {
	width: 24px;
	height: 2px;
	border-radius: 2px;
	background-color: #3e3a39;
	left: 17px;
	position: absolute;
	transition: 0.5s;
}
#drower-btn .top {
	top: 21px;
}
#drower-btn .mid {
	top: 28px;
}
#drower-btn .btm {
	top: 35px;
}

#drower-btn.active .top {
	background-color: #fff;
	transform: rotate(45deg) translate(5px, 5px);
}
#drower-btn.active .btm {
	background-color: #fff;
	transform: rotate(-45deg) translate(5px, -5px);
}
#drower-btn.active .mid {
	opacity: 0;
}
#drower-menu {
	position: fixed;
	top: 0;
	right: -310px;
	width: 310px;
	background-color: #283c64;
	transition: 0.5s;
	height: auto;
}

#drower-menu.active {
	right: 0;
	transition: 0.5s;
}

#drower-menu ul {
	margin-top: 20px;
	padding: 50px;
}
#drower-menu ul li {
	width: 100%;
}
#drower-menu ul li a {
	color: #fff;
	padding: 18px 0;
	display: block;
	position: relative;
}
#drower-menu ul li:nth-child(6) a:after {
	content: "";
	position: absolute;
	top: 20px;
	right: 105px;
	background: url(https://nishi-koubou.com/wp-content/themes/nishi-kenchiku/img/common/external-link.svg)
		no-repeat left top/contain;
	width: 20px;
	height: 20px;
}
#drower-menu ul .contact {
	margin-top: 30px;
}
#drower-menu ul .contact a {
	border: 1px solid #fff;
	padding: 8px;
	width: 150px;
	text-align: center;
}

#drower-back {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	background-color: rgba(0, 0, 32, 0.5);
}
/*--------------------------------------------------------------------------
フッター
--------------------------------------------------------------------------*/
#footer > .flex {
	display: block;
}
#footer .info-wrap {
	padding: 0 5% 3rem;
	border-right: none;
	border-bottom: 1px solid #fff;
}
#footer .nav-wrap {
	padding: 3rem 5%;
}
#footer .nav-wrap ul li:not(:last-child) a {
	font-size: 1.2rem;
}
#top-btn {
	left: 95%;
}

/*--------------------------------------------------------------------------
フロントページ
--------------------------------------------------------------------------*/
#front {
	margin-top: 0;
}
.front-mv img {
	margin-top: 58px;
	height: calc(100vh - 58px);
}
#front .concept {
	padding-top: 8rem;
	padding-bottom: 12rem;
}
#front .concept .img-wrap {
	width: 110%;
	height: 25rem;
	left: 2px;
}
#front .concept .h-wrap {
	margin-left: 0;
	margin-top: 20rem;
	width: 100%;
}
#front .concept .desc {
	width: 100%;
	padding-right: 0;
}
#front .works {
	padding-bottom: 16rem;
}
#front .works .g-h-2-center {
	margin-bottom: 4rem;
}
#front .works .more {
	margin: 6rem auto 0;
}
#front .recruit {
	padding: 14.5rem 0 13.5rem;
}
#front .recruit .img-wrap {
	width: 110%;
	height: 25rem;
	left: 2px;
}
#front .recruit .h-wrap {
	margin-left: 0;
	padding-top: 5.5rem;
	width: 100%;
}
#front .recruit .head {
	padding-left: 0 !important;
}
#front .recruit .desc {
	width: 100%;
	padding-right: 0;
	padding-left: 0 !important;
}
#front .insta .insta_list {
	justify-content: space-between;
}
#front .insta .insta_list li:not(:nth-child(4n)) {
	margin-right: 0;
}
#front .insta .insta_list li {
	width: 49%;
	margin-bottom: 2%;
}
#front .more {
	max-width: 90%;
}
.top-swiper-sp .swiper-wrapper {
	transition-timing-function: linear !important;
}
#front .works-slider .title {
	padding: 2rem 5% 0;
}
#front .works-slider .cap {
	padding: 0 5%;
}
/*--------------------------------------------------------------------------
アバウトページ
--------------------------------------------------------------------------*/
#about .sec_p-ttl .ttl-wrap {
	width: 18rem;
}
#about .sec_caption {
	margin-top: 0;
}
#about .sec_caption .flex {
	display: block;
}
#about .sec_caption .flex p {
	width: 100%;
}
#about .sec_caption p:nth-child(1) {
	font-size: 2rem;
	margin-bottom: 3rem;
}
#about .sec_images .line {
	margin: 4rem auto;
	height: 6rem;
}
#about .g-h-center span {
	font-size: 2.4rem;
}
#about .sec_info h2 {
	font-size: 24px;
}
#about .sec_info table {
	width: 100%;
}
#about .sec_info table th,
#about .sec_info table td {
	display: block;
	padding: 1.5rem;
}
#about .sec_info table th {
	padding-bottom: 0;
}
#about .sec_info table td {
	padding-top: 1rem;
}
#about .sec_info table {
	margin-bottom: 12rem;
}
#about .sec_sdgs .container {
	flex-direction: column;
	align-items: center;
}
#about .sec_sdgs .container picture {
	width: 80%;
	padding-right: 0;
	margin-bottom: 40px;
}
#about .sec_sdgs .container picture img {
	width: 100%;
}
#about .sec_sdgs .container .text {
	width: 92%;
}
#about .sec_sdgs .container .text h2 {
	padding-top: 0;
}
/*--------------------------------------------------------------------------
ワークスページ
--------------------------------------------------------------------------*/
#archive-works .sec_p-ttl .ttl-wrap {
	width: 18rem;
}
#archive-works .archive-wrap {
	display: block;
	padding-top: 50px;
}
#archive-works .archive-wrap li {
	width: 100%;
	margin-bottom: 4rem;
}
#archive-works .archive-wrap li .img-wrap {
	height: 22.6rem;
}
#archive-works .archive-wrap .text-wrap .flex:first-child {
	display: block;
}
#archive-works .archive-wrap li .text-wrap .title {
	font-size: 1.4rem;
}
#archive-works .archive-wrap li .text-wrap .date {
	font-size: 1.3rem;
	line-height: 1;
}
#archive-works .archive-wrap li .text-wrap .address {
	font-size: 1.3rem;
}
#archive-works.tieup .sec_p-ttl .ttl-wrap {
	width: 34rem;
}
.wp-pagenavi {
	padding-top: 5rem;
	margin-bottom: 12rem;
}
/*--------------------------------------------------------------------------
シングルページ
--------------------------------------------------------------------------*/
#single-works h1 {
	font-size: 1.7rem;
}
#single-works h2 {
	font-size: 1.5rem;
}
#single-works .sec_add-box .img-wrap {
	margin-bottom: 1.2rem;
}
#single-works .sec_add-box .img-wrap.img3 {
	margin-left: 1.2rem;
}
#single-works .sec_add-box {
	padding-top: 6rem;
	margin-bottom: 12rem;
}

#single-works .container {
	width: 100%;
}
#single-works .container .img-wrap {
	height: 43rem;
}
/*--------------------------------------------------------------------------
コンタクトページ
--------------------------------------------------------------------------*/
#contact .sec_p-ttl .ttl-wrap {
	width: 21rem;
}
#contact .sec_caption {
	padding-top: 0.5rem;
}
#contact .sec_caption p {
	line-height: 2;
}
#contact .sec_caption {
	margin-bottom: 8.5rem;
}
#contact .sec_form h2 {
	margin-bottom: 0;
}
#contact .sec_form > p {
	line-height: 1.5;
}
#contact .sec_form form > p {
	margin-bottom: 2rem;
}
#contact .sec_form form p label {
	display: block;
}
#contact .sec_form form p label span:last-child {
	width: 100%;
}
#contact .sec_form form .box {
	margin-left: 0;
}
#contact .sec_form form .box p label {
	display: flex;
	align-items: flex-start;
}
input[type="checkbox"]::before {
	transform: translateY(25%);
}
#contact .sec_form form .submit-wrap {
	width: 100%;
}
#contact .sec_tel {
	display: block;
	padding-bottom: 10.8rem;
	padding-top: 3.3rem;
}
#contact .sec_tel .a,
#contact .sec_tel .b,
#contact .sec_tel .c {
	width: 100%;
}
#contact .sec_tel .a img {
	width: 13px;
	height: 13px;
	margin: 3px 5px 0 0;
}
#contact .sec_tel .b {
	line-height: 1.1;
}
/*--------------------------------------------------------------------------
プライバシーポリシー
--------------------------------------------------------------------------*/
@media (max-width: 500px) {
	#privacy .main h2 {
		font-size: 1.8rem;
		line-height: 1.6;
	}
}

#privacy .sec_p-ttl .ttl-wrap {
	width: 32rem;
}
#privacy .sec_p-ttl {
	margin-bottom: 2rem;
}
#privacy .main ul li {
	font-size: 1.4rem;
}
