/*
Theme Name: nbcr Child
Version: 1.6
Template: nbcr
*/


/*共通*/
.flex {
	display: flex;
}


/*トップページヘッダーコンテンツキャッチコピー*/
#header_slider .item1 .catch {
	font-weight: bold;
	line-height: 1.1em;
}

@media screen and (max-width: 750px) {
	#header_slider .item1 .catch {
		text-align: left;
	}
	#header_slider .caption {
		top: 30%;
	}
	#header_slider .item1 .desc p {
		text-align: left;
		margin-top: 25px;
		line-height: 1.5em;
	}
}
		
#header_slider .item1 .desc p {
	font-size: 22px;
}


/*トップページ コンテンツ1 ナガサワについて*/
#cb_content_1 .cb_contents_inner .cb_header h2,
#cb_content_1 .cb_contents_inner .cb_header p {
	font-weight: bold !important;
}

#cb_content_1 .cb_contents_inner .cb_header p {
	color: #004092;
}

#cb_content_1 .cb_contents_inner .cb_header {
	width: 75%;
	margin: auto;
	text-align: left;
}

#cb_content_1 #top_about_nagasawa {
	margin: 100px 0;
}

#cb_content_1 #top_about_nagasawa_flex1 {
	width: 55%;
}

#cb_content_1 #top_about_nagasawa_flex2 {
	width: 35%;
	margin-left: 5%;
	margin-right: 5%;
}

#cb_content_1 #top_about_nagasawa_flex2 h3 {
	font-size: 2.7vw;
	font-weight: bold;
	line-height: 70px;
}

#cb_content_1 #top_about_nagasawa_flex2 p {
	font-size: 0.95em;
	line-height: 1.7em;
}

@media screen and (max-width: 1200px) {
	.flex {
		display: initial;
	}
	#cb_content_1 #top_about_nagasawa_flex1,
	#cb_content_1 #top_about_nagasawa_flex2 {
		width: 75%;
		margin: auto;
	}
	#cb_content_1 #top_about_nagasawa_flex1 {
		margin-bottom: 80px;
	}
	#cb_content_1 #top_about_nagasawa_flex2 h3 {
		font-size: 4vw;
		margin-bottom: 50px;
	}
	#cb_content_1 #top_about_nagasawa_flex2 p {
	font-size: 1em;
	line-height: 2em;
	}
}
@media screen and (max-width: 768px) {
	#cb_content_1 #top_about_nagasawa{
		margin: 40px 0;
	}
	#cb_content_1 #top_about_nagasawa_flex1 {
		margin-bottom: 20px;
	}
	#cb_content_1 #top_about_nagasawa_flex2 h3 {
		font-size: 5vw;
		line-height: 1.7em;
	}
}



/*トップページ ナガサワを知る*/
.cb_box_content.num2 .cb_header .headline {
	font-weight: bold;
}

.cb_box_content.num2 .cb_header .sub_title {
	font-weight: bold;
	color: #004092;
}

.cb_box_content .content_top {
	border-radius: 20px 20px 0 0;
}

.home #cb_content_2 .box_content {
	width: 90%;
	padding: 5%;
}

#cb_content_2 .box_content .content_bottom {
	border-radius: 0 0 20px 20px;
}

/*#cb_content_2 .box_content .content_top {
	color: #000000;
}*/

#cb_content_2 .box_content .content_top {
	/*height: initial;*/
	padding: 30px 60px;
}

#cb_content_2 .box_content .content_top .content_top_inner p{
	line-height: 1.8em;
}


/*body {
    font-family: 'Arial', sans-serif;
    background-color: #f8f8f8;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
}*/

.works_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    padding: 20px;
}

.workcard {
    background-color: #F5F5F5;
    border-radius: 15px;
    padding: 100px 50px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.workcard img {
    width: 60%;
	margin-bottom: 15px;
}

.workcard h3 {
    font-size: 2em !important;
	font-weight: bold;
	margin-bottom: 5px !important;
}

.workcard h4 {
	font-size: 0.9em !important;
}

.workcard p {
    color: #202020;
    line-height: 2;
}

#op_work_h3 {
	font-size: 1.5em !important;
}

#op_workcard {
	padding: 80px 50px !important;
}

.work_detail {
	margin-top: -60px !important;
}


@media (max-width: 768px) {
    .works_container {
        grid-template-columns: 1fr; 
    }
	.workcard,
	#op_workcard {
		padding: 50px 30px !important;
	}
}









/*トップページインタビュー*/
.cb_interview_list.num3 .cb_header .sub_title {
	font-weight: bold;
	color: #004092;
}



/*トップページ　YouTube*/
.home #cb_content_4 .cb_contents_inner {
	background-color: #F5F5F5;
	padding: 15% 8%;
	border-radius: 100px;
}
.ytube {
border-radius: 10px;
box-shadow: #00000078 0px 0px 10px 0px;
}

@media (max-width: 768px) {
	.home #cb_content_4 .cb_contents_inner {
		width: 70%;
		border-radius: 30px;
	}
	.cb_free_space.num4 .cb_header .headline {
		font-size: 22px !important;
	}
}




/*トップページ 募集要項*/
.cb_free_space.num5 {
	background-color: #004092;
}

.cb_free_space.num5 .cb_header .headline {
	color: #fff;
	padding-top: 150px;
}

.topentry_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
	max-width: 1030px;
    padding: 20px;
    width: 100%;
	margin: auto;
}

.topentrycard {
    background-color: #F5F5F5;
    border-radius: 10px;
    padding: 20px 40px 20px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: transform 0.2s;
}

.topentrycard:hover {
    transform: translateY(-5px);
}

.topentrycard img {
    width: 35%;
    margin-right: 15px;
}

.topentrycard span {
    font-size: 22px;
    font-weight: bold;
}

.arrow-icon {
    font-size: 1.2em; /* サイズ調整 */
	font-weight: bold;
    margin-left: 10px;
    vertical-align: middle;
}

#topentrycard_op_span {
	font-size: 18px !important;
}

#cb_content_5 .post_content a {
	color: #000000;
}

#cb_content_5 .post_content a:hover {
	color: #3b3b3b;
}




/* Responsive styling for mobile */
@media (max-width: 768px) {
    .topentry_container {
        grid-template-columns: 1fr;
	    padding: 5%;
	    width: 90%;
    }
}












/*インタビューページ*/
.interview-template-default #interview_single .inview2.animate .catch {
	font-weight: bold;
}

.interview-template-default #staff_detail {
	background-color: #F5F5F5;
	padding: 6% 10%;
	border-radius: 60px;
}

.interview-template-default #staff_detail p {
	line-height: 1.5em;
}

.interview-template-default #staff_detail h3{
	font-weight: bold;
}

@media screen and (max-width: 1200px) {
	.interview-template-default #staff_detail {
		padding: 10% 10%;
		border-radius: 30px;
	}
}



/*インタビュー一覧ページ*/
#header_category_button a {
	display: flex !important;
	line-height: 22px;
	align-items: center;
	justify-content: center;
	font-size: 0.9em;
	border-radius: 20px;
	background-color: #f3f3f3;
	padding: 20px;
	font-weight: bold;
}

#header_category_button ol {
	gap: 10px;
}

#header_category_button a,
#header_category_button li:last-of-type a {
	border: initial !important;
}

#header_category_button a:hover, #header_category_button li.active a {
	background-color: #004092;
	color: #fff;
}

#interview_archive .inview {
	margin-bottom: 120px;
}


/*募集要項ページ*/
#page_header_type2 .title {
	font-weight: bold;
}

/*仮募集要項*/
#bosyu p{
	line-height: 1.7em;
}

table {
	margin-top: 150px !important;
	width: 100%;
	border-collapse: collapse;
	font-size: 0.9em;
}
th, td {
	border: 1px solid #ccc;
	padding: 10px;
	text-align: left;
	line-height: 1.5em !important;
}
th {
	font-weight: bold !important;
}
th.gray-background {
	background-color: #d5d5d5;
}


/*問い合わせフォーム*/
#contact_top {
	text-align: center;
}

#contact_top h2 {
	font-size: 4em;
}

#contact_top h4 {
	margin-top: 100px !important;
}

#contact_top p {
    font-size: 0.85em;
    color: #414141;
    line-height: 2em;
}

.page-id-223 #page_content table {
	margin-top: 0 !important;
}

#page_content .wpcf7 {
	background-color: initial;
	margin: 0 !important;
	padding-top: 0!important;
}

.page-id-174 #page_content .wpcf7 th,
.page-id-174 #page_content .wpcf7 td,
.page-id-223 #page_content .wpcf7 th,
.page-id-223 #page_content .wpcf7 td,
.page-id-2 #page_content .wpcf7 th,
.page-id-2 #page_content .wpcf7 td {
	display: block;
	width: 100%;
	border: initial;
	background-color: initial;
}

.page-id-174 #page_content .wpcf7 th,
.page-id-223 #page_content .wpcf7 th,
.page-id-2 #page_content .wpcf7 th {
	border-top: 1px solid #eeeeee;
	padding-top: 40px;
	padding-bottom: 0;
}

.page-id-174 #page_content .wpcf7 th .required-contactform7,
.page-id-223 #page_content .wpcf7 th .required-contactform7,
.page-id-2 #page_content .wpcf7 th .required-contactform7 {
	color: #E60039;
	font-size: 0.7em;
	padding-left: 10px;
}

.page-id-174 #page_content .wpcf7 td,
.page-id-223 #page_content .wpcf7 td,
.page-id-2 #page_content .wpcf7 td {
	padding-bottom: 40px;
}

.page-id-174 #page_content span,
.page-id-223 #page_content span,
.page-id-2 #page_content span {
	font-weight: 300 !important;
	font-size: 0.9em;
}

.page-id-174 #page_content span .wpcf7-list-item,
.page-id-223 #page_content span .wpcf7-list-item,
.page-id-2 #page_content span .wpcf7-list-item {
	font-size: 1em;
}

.page-id-174 .wpcf7 input,
.page-id-174 .wpcf7 textarea,
.page-id-223 .wpcf7 input,
.page-id-223 .wpcf7 textarea,
.page-id-2 .wpcf7 input,
.page-id-2 .wpcf7 textarea {
	padding: 30px 15px;
	border-radius: 20px;
}

.page-id-174 .wpcf7 .btn-success,
.page-id-223 .wpcf7 .btn-success,
.page-id-2 .wpcf7 .btn-success {
	padding: 30px 15px 50px 15px;
	border-radius: 20px;
}

@media (max-width: 768px) {
	.page-id-174 #page_content .wpcf7 td,
	.page-id-223 #page_content .wpcf7 td,
	.page-id-2 #page_content .wpcf7 td {
		padding: 0 0 40px 0;
	}
	.page-id-174 #page_content .wpcf7 th,
	.page-id-223 #page_content .wpcf7 th,
	.page-id-2 #page_content .wpcf7 th {
		padding: 40px 0 0 0;	
	}
}



/*Googleリキャプチャ非表示*/

.grecaptcha-badge {
	visibility: hidden;
}


/*トップ動画右下の赤いポチ非表示*/
#header_slider .slick-dots button:hover::before, #header_slider .slick-dots .slick-active button::before {
	display: none;
}