.pc {
	display: block;
}
.sp {
	display: none;
}
@media screen and (max-width: 767px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}
/* ===== ヘッダー ===== */
.header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: fixed;
    z-index: 999999999;
    padding-inline: 84px;
    padding-block: 70px;
	right: 0px;
}
.hamburger__menu {
    display: flex;
    align-items: flex-start;
    align-items: center;
    width: 70px;
}

.header__menu-button {
    width: 70px;
    height: 48px;
    position: relative;
    border: none;
    background: transparent;
    appearance: none;
    cursor: pointer;
	background-color: unset !important;
}

.header__menu-bar {
    display: inline-block;
    width: 100%;
    height: 4px;
    background: #ffffff;
    position: absolute;
    left: 0px;
    transition: 0.5s;
}

.header__menu-bar:nth-child(1) {
    width: 70px;
    top: 0px;
}

.header__menu-bar:nth-child(2) {
    width: 70px;
    top: 50%;
    transform: translateY(-50%);
}

.header__menu-bar:nth-child(3) {
    width: 70px;
    bottom: 0px;
}

.header__menu-button--open {
    height: 48px;
    width: 65px;
}

.header__menu-button--open .floating_btn {
    display: none;
}

.header__menu-button--open .header__menu-bar {
    top: 50%;
}

.header__menu-button--open .header__menu-bar:first-child {
    transform: translateX(0%) translateY(-50%) rotate(23.4deg);
    width: 65px;
}

.header__menu-button--open .header__menu-bar:nth-child(2) {
    display: none;
}
.header__menu-button--open .header__menu-bar:last-child {
    transform: translateX(0%) translateY(-50%) rotate(-23.4deg);
    width: 65px;
}
.header.header--open {
	background-color: transparent;
}
.header.header--open .nav {
	order: 1;
}
.header.header--open .hamburger__menu {
	order: 2;
}
.nav {
	background-color: black;
	padding-inline: 84px;
	padding-block: 70px;
	height: 100%;
	position: fixed;
	z-index: 9999999;
	width: 100%;
	overflow-y: auto;
	scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}
.nav::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
}
.nav__sidebar {
	max-width: 540px;
    width: 100%;
    float: right;
	display: flex;
    flex-direction: column;
    gap: 60px;
}
.nav_logo__image {
	max-width: 332px;
	width: 100%;
	position: relative;
}
.nav__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 0px;
}
.nav__content {
	display: flex;
	flex-direction: column;
	gap: 12px;
	position: relative;
	padding-bottom: 12px;
}
.nav__content::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: white;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 0.4s ease;
}
.nav__content:hover::after {
	transform: scaleX(1);
	transform-origin: left;
}
.sns__link {
	display: flex;
	align-items: center;
	gap: 12px;
	padding-bottom: 86px;
}
.sns_logo__image {
	width: 30px;
	height: auto;
	object-fit: cover;
	order: 2;
}
.nav__link {
	text-decoration: none;
}
.footer__nav-title {
    font-family: 'avenir', sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: 0.1em;
}
.footer__nav-sub {
    font-family: 'Gothic Medium BBB', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', 'Meiryo', sans-serif;
    font-size: 14px;
    line-height: 2.0;
    letter-spacing: 0.1em;
    white-space: nowrap;
}
.nav__item {
	list-style: none;
}
.nav__item .footer__nav-title {
	color: white;
	line-height: 1;
}
.nav__item .footer__nav-sub {
	color: #999999;
	line-height: 1;
}
.nav .footer__nav-title {
	font-size: 24px;
}
.newwindow img {
	width: 13px;
	height: auto;
	object-fit: cover;
}
@media screen and (max-width: 767px) {
	.header {
		right: 30px !important;
		background-color: transparent !important;
	}
	.header.header--open {
		top: 53px !important;
    	right: 38px !important;
	}
	.hamburger__menu {
		width: 27px;
	}
	.header__menu-button {
		width: 27px;
		height: 16px;
	}
	.header__menu-bar {
		height: 2px;
	}
	.header__menu-bar:nth-child(1) {
		width: 27px;
	}
	.header__menu-bar:nth-child(2) {
		width: 27px;
	}
	.header__menu-bar:nth-child(3) {
		width: 27px;
	}
	.header__menu-button--open .header__menu-bar:first-child {
		transform: translateX(0%) translateY(-50%) rotate(30deg);
		width: 27px;
	}
	.header__menu-button--open .header__menu-bar:last-child {
		width: 27px;
	}
	.nav {
		padding-top: 120px;
		padding-inline: 15px;
		display: flex;
    	justify-content: center;
		overflow-y: auto;
	}
	.nav__list {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.header {
		padding: 0px !important;
	}
	.nav .footer__nav-sub {
		font-size: 14px !important;
	}
}
/*会社概要*/
#company {
	background-image: url("../image/back__image.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.company {
	position: relative;
	max-width: 1245px;
	width: 100%;
	margin: auto;
	background-color: white;
	padding: 50px;
	display: flex;
    flex-direction: column;
    gap: 60px;
	margin-bottom: 318px;
	margin-top: 150px;
}
.company__title {
    font-family: 'Midashi Go MB31', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
	font-size: 28px;
	color: #231815;
	letter-spacing: 0.05em;
	line-height: 1.92;
}
.info-item {
    display: flex;
	align-items: center;
    width: 100%;
    position: relative;
}
.label {
	font-family: 'Midashi Go MB31', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
    white-space: nowrap;
    font-weight: bold;
	color: #231815;
	letter-spacing: 0.05em;
	line-height: 1.6;
	font-size: 24px;
}

.line {
    flex-grow: 1;
    border-top: 1px solid #231815;
    height: 1px;
    position: relative;
}

.content {
	font-family: 'Midashi Go MB31', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
    white-space: normal;
    font-weight: bold;
	color: #231815;
	font-size: 24px;
	width: 86%;
	letter-spacing: 0.05em;
	line-height: 1.6;
}
.content span:nth-child(1) {
	white-space: nowrap;
}
@media screen and (max-width: 767px) {
	#company {
		background-repeat: repeat;
    	background-size: 227%; /* 調整 ex250%*/
		background-position: center;
	}
	.company {
		width: 90%;
		padding: 30px;
		gap: 30px;
	}
	.info-item {
		flex-direction: column;
		align-items: center !important;
		margin-bottom: 0px !important;
	}
	.company__title {
		font-size: 13px;
	}
	.label {
		border-bottom: solid 1px black;
    	width: 100%;
    	text-align: center;
		font-size: 11px;
	}
	.content {
		width: 100%;
		text-align: left;
		font-size: 11px;
		display: flex;
	}
	.company__wrap {
		display: flex;
    	flex-direction: column;
    	gap: 16px;
	}
}

/*プライバシーポリシー*/
#privacy-policy {
	background-image: url("../image/policy_bc_image.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.privacy-policy {
	position: relative;
	max-width: 1245px;
	width: 100%;
	margin: auto;
	background-color: white;
	padding: 50px;
	display: flex;
    flex-direction: column;
    gap: 60px;
	margin-bottom: 318px;
	margin-top: 150px;
}
.privacy-policy__title {
	font-family: 'Midashi Go MB31', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
	font-size: 28px;
	color: #231815;
	letter-spacing: 0.05em;
	line-height: 1.92;
}
.privacy-policy__intro p {
	font-family: 'Midashi Go MB31', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
    font-size: 24px;
    color: #231815;
    letter-spacing: 0.05em;
    font-weight: bold;
	line-height: 1.6;
}
.privacy-policy__section h2 {
	font-family: 'Midashi Go MB31', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
	font-size: 28px;
	color: #231815;
	letter-spacing: 0.05em;
	line-height: 1.92;
}
.privacy-policy__section p,
.privacy-policy__section a {
	font-family: 'Midashi Go MB31', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
    font-size: 24px;
    color: #231815;
    letter-spacing: 0.05em;
    font-weight: bold;
	line-height: 1.6;
	text-decoration: none;
}
.privacy-policy__section a {
	word-break: break-all;
}
.privacy-policy__section ol {
	list-style-position: inside;
}
.privacy-policy__section li {
	font-family: 'Midashi Go MB31', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
    font-size: 24px;
    color: #231815;
    letter-spacing: 0.05em;
    font-weight: bold;
	line-height: 1.6;
}
@media screen and (max-width: 767px) {
	#privacy-policy {
		background-repeat: repeat;
    	background-size: 250%;
		background-position: center;
	}
	.privacy-policy {
		width: 90%;
		padding: 30px;
		gap: 16px;
	}
	.privacy-policy__title {
		font-size: 13px;
	}
	.privacy-policy__intro p,
	.privacy-policy__section a {
		font-size: 11px;
	}
	.privacy-policy__section h2 {
		font-size: 11px;
	}
	.privacy-policy__section p {
		font-size: 11px;
	}
	.privacy-policy__section li {
		font-size: 11px;
	}
}


#recruit {
	background-image: url("../image/recruit_back_image.png");
	background-repeat: no-repeat;
	background-size: cover;
}
#recruit .line {
	width: 100%;
	border-bottom: solid 2px black;
}
#recruit h2 {
	font-size: 28px;
}
@media screen and (max-width: 767px) {
	#recruit {
		background-repeat: repeat;
    	background-size: 250%;
		background-position: center;
	}
	#recruit h2 {
		font-size: 13px;
	}
	#recruit .line {
		border-bottom: solid 1px black;
	}
}
/*お問い合わせ*/
/* ==========================================================================
   コンタクトセクション - メインスタイル
   ========================================================================== */

#contact {
	background-image: url("../image/back__image.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.contact_form_container {
	position: relative;
	max-width: 1245px;
	width: 100%;
	margin: auto;
	background-color: white;
	padding: 52px 195px 62px 195px;
	display: flex;
    flex-direction: column;
	margin-bottom: 318px;
	margin-top: 150px;
}

.contact_form_container p {
	font-family: 'Midashi Go MB31', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
	color: #251714;
}

/* ==========================================================================
   テキストスタイル
   ========================================================================== */

.txt {
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: calc(31/18);
	margin-bottom: 22px;
}

.txt .h1 {
	display: block;
	text-align: center;
	font-size: 28px;
	letter-spacing: 0.05em;
	line-height: calc(54/28);
}

.txt .h2 {
	display: block;
	text-align: center;
	font-size: 24px;
	letter-spacing: 0.05em;
	line-height: calc(60/24);
}

/* ==========================================================================
   フォームスタイル
   ========================================================================== */

#contact .wrapper {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

/* フォーム入力要素 */
input[type=date], 
input[type=email], 
input[type=number], 
input[type=password], 
input[type=search], 
input[type=tel], 
input[type=text], 
input[type=url], 
select, 
textarea {
	width: 100%;
	border: none;
	border-radius: 3px;
	padding: 23px 18px;
	transition: none;
	background: #E6EDED;
	height: 61px;
	font-size: 16px;
}

/* プレースホルダースタイル */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	font-family: 'Midashi Go MB31', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif !important;
	font-size: 16px;
}

input:-moz-placeholder,
textarea::-webkit-input-placeholder {
	font-family: 'Midashi Go MB31', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif !important;
	font-size: 16px;
}

input::-moz-placeholder,
textarea::-webkit-input-placeholder {
	font-family: 'Midashi Go MB31', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif !important;
	font-size: 16px;
}

input:-ms-input-placeholder,
textarea::-webkit-input-placeholder {
	font-family: 'Midashi Go MB31', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif !important;
	font-size: 16px;
}

/* テキストエリア */
textarea {
	min-height: 150px !important;
	box-sizing: border-box;
}

/* オートフィル対応 */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	box-shadow: 0 0 0px 1000px white inset;
	-webkit-box-shadow: 0 0 0px 1000px #E6EDED inset;
	transition: background-color 5000s ease-in-out 0s;
}

/* ==========================================================================
   ボタンスタイル
   ========================================================================== */

[type=button], 
[type=submit], 
button {
	display: inline-block;
	font-weight: 400;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: #3F3F3F;
	border: none;
	padding: .5rem 1rem;
	font-size: 1rem;
	border-radius: 3px;
	transition: unset;
	height: 66px;
}

[type=button]:focus, 
[type=button]:hover, 
[type=submit]:focus, 
[type=submit]:hover, 
button:focus, 
button:hover {
	background-color: #3F3F3F;
}

/* ==========================================================================
   Contact Form 7 固有のスタイル
   ========================================================================== */

.wpcf7-list-item-label {
	font-family: 'Midashi Go MB31', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif !important;
	font-size: 16px;
	letter-spacing: 0.024em;
	line-height: calc(13/16);
}

.wpcf7-form-control-wrap {
	margin: 25px 0px;
	text-align: center;
}

.wpcf7-submit {
	font-family: 'Midashi Go MB31', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
	font-size: 16px;
	letter-spacing: 0.34em;
	line-height: 1.0;
	width: 100%;
}

.wpcf7-not-valid-tip {
	text-align: left;
	margin-top: 10px;
}
.hidden-fields-container {
	display: none;
}
.screen-reader-response {
	display: none;
}

/* ==========================================================================
   プライバシーポリシー
   ========================================================================== */

.privacy_policy {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	font-family: 'Midashi Go MB31', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
	font-size: 16px;
	letter-spacing: 0.024em;
	line-height: calc(13 / 16);
	margin-block: 45px;
}

/* ==========================================================================
   レスポンシブデザイン - モバイル対応
   ========================================================================== */

@media screen and (max-width: 767px) {
	
	/* コンタクトセクション - モバイル */
	#contact {
		background-repeat: repeat;
		background-size: 227%; /* 調整 ex250%*/
		background-position: center;
	}
	
	.contact_form_container {
		width: 90%;
		gap: 0px;
		padding-inline: 13px;
		padding-top: 14px;
		padding-bottom: 25px;
	}
	
	/* テキストスタイル - モバイル */
	.title_sp {
		font-size: 12px;
		letter-spacing: 0.025em;
		line-height: calc(16/12);
		margin-bottom: 21px;
	}
	
	.h2_sp {
		font-size: 10px;
		letter-spacing: 0.024em;
		line-height: calc(27/10);
		margin-bottom: 21px;
	}
	
	.txt_sp {
		font-size: 8px;
		letter-spacing: 0.024em;
		line-height: calc(13/8);
		margin-bottom: 18px;
	}
	
	/* フォームスタイル - モバイル */
	#contact .wrapper {
		gap: 12px;
	}
	
	input[type=date], 
	input[type=email], 
	input[type=number], 
	input[type=password], 
	input[type=search], 
	input[type=tel], 
	input[type=text], 
	input[type=url], 
	select, 
	textarea {
		padding: 14px 16px;
		height: 39px;
		font-size: 11px;
	}
	
	/* プレースホルダースタイル - モバイル */
	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 11px;
	}
	
	input:-moz-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 11px;
	}
	
	input::-moz-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 11px;
	}
	
	input:-ms-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 11px;
	}
	
	/* ボタンスタイル - モバイル */
	[type=button], 
	[type=submit], 
	button {
		height: 30px;
	}
	
	/* プライバシーポリシー - モバイル */
	.privacy_policy {
		font-size: 11px;
		gap: 11px;
		margin-block: 22px;
    	line-height: calc(13 / 11);
	}
	
	.wpcf7-submit {
		font-size: 11px;
		line-height: calc(16 / 11);
	}
}