/*
Theme Name: Lightning Child Sample
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.5.1
*/

body{
	overflow:visible;
}

body, html{
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
}

h1,h2,h3,h4,h5,h6{
	font-weight: 400;
}

.grecaptcha-badge { visibility: hidden; }

.header-top{
	display: none;
}

.breadcrumb{
	display: none;
}

.global-nav-list>li:before {
	border-bottom:none;
}

.next-prev-prev .vk_post_imgOuter_singleTermLabel {
    left: auto;
    right: 0;
}

.vk_post_imgOuter_singleTermLabel {
    font-size: 10px;
    padding: .3em .8em;
    position: absolute;
    left: 0;
	right: auto;
    top: 0;
    z-index: 100;
}

.vk_posts{
	flex-direction: row-reverse;
}

.slash{
	width:100%;
	height:0px;
    position:relative;
    clear:both;
}

.original_header_nav{
	margin: 0 calc(50% - 50vw);
	height: 96px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100vw;
}

.original_header_left{
	position: absolute;
	top: 0;
	left: 40px;
	display: flex;
	justify-content: left;
	height: 96px;
	align-items: center;
}

.original_header_right{
	position: absolute;
	top: 0;
	right: 40px;
	display: flex;
	justify-content: right;
	height: 96px;
	align-items: center;
}

.original_nav{
	padding: 0px 20px;
	width: max-content;
	color: #fff;
}

.top_first_sec{
	margin: 0 calc(50% - 50vw);
    padding: 120px calc(50vw - 50%);
	background: url("//wjc002.xsrv.jp/nisekoestate/wp-content/images/first_bg01.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}

.top_first_container{
	padding-top: 20px;
}

.top_first_title{
	font-size: clamp(1.313rem, 0.699rem + 3.07vw, 3rem);
	text-align: center;
	color: #fff;
}

.first_serch_box{
    margin: auto;
    padding: 10px;
	padding-bottom: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-radius: 12px;
    box-sizing: border-box;
    margin-top: 100px;
}

.first_serch_button{
	width: 49%;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.first_serch_button2{
	width: 24%;
	box-sizing: border-box;
}

.first_serch_button3{
	width: 49%;
	box-sizing: border-box;
	margin-bottom: 10px;
	position: relative;
}

.first_button_A{
	width: 100%;
	padding: 10px 0px;
	border-radius: 12px;
	border: solid 1px #fff;
	background-color: #FFDD84;
	text-align: center;
	color: #333;
	font-size: 16px;
	font-weight: bold;
}

.first_button_B{
	width: 100%;
	padding: 10px 0px;
	border-radius: 12px;
	border: solid 1px #fff;
	background-color: #85FFC8;
	text-align: center;
	color: #333;
	font-size: 16px;
	font-weight: bold;
}

.first_button_C{
	width: 100%;
	padding: 10px 0px;
	border-radius: 12px;
	border: solid 1px #eee;
	background-color: #eee;
	text-align: center;
	color: #333;
	font-size: 16px;
	font-weight: bold;
}

/* ドロップダウンここから */

.dropdown__lists {
   visibility: hidden;/*デフォルトでは非表示の状態にしておく*/
    opacity: 0;/*不透明度0*/
    transition: all .3s;/*表示の変化を0.3秒に指定*/
    width: 893px;
    position: absolute;
    top: 50px;
    left: -3px;
    list-style: none;
    background-color: #fff;
    border-radius: 12px;
    padding: 15px 0px;
	border: solid 3px #FDBD34;
	z-index: 10;
}

.first_serch_btn_A:hover .dropdown__lists {
     visibility: visible;/*Gナビメニューにホバーしたら表示*/
    opacity: 1;/*不透明度1*/
}

.dropdown__lists2 {
   visibility: hidden;/*デフォルトでは非表示の状態にしておく*/
    opacity: 0;/*不透明度0*/
    transition: all .3s;/*表示の変化を0.3秒に指定*/
    width: 666px;
    position: absolute;
    top: 50px;
    left: -3px;
    list-style: none;
    background-color: #fff;
    border-radius: 12px;
    padding: 15px 0px;
	border: solid 3px #5ECE82;
	z-index: 10;
}

.first_serch_btn_B:hover .dropdown__lists2 {
     visibility: visible;/*Gナビメニューにホバーしたら表示*/
    opacity: 1;/*不透明度1*/
}

.dropdown__lists3 {
   visibility: hidden;/*デフォルトでは非表示の状態にしておく*/
    opacity: 0;/*不透明度0*/
    transition: all .3s;/*表示の変化を0.3秒に指定*/
    width: 666px;
    position: absolute;
    top: 50px;
    left: -3px;
    list-style: none;
    background-color: #fff;
    border-radius: 12px;
    padding: 15px 0px;
	border: solid 3px #DC5893;
	z-index: 10;
}

.first_serch_btn_C:hover .dropdown__lists3 {
     visibility: visible;/*Gナビメニューにホバーしたら表示*/
    opacity: 1;/*不透明度1*/
}

.dropdown__list {
	width: 200px;
	margin: 10px;
	float: left;
    transition: all .3s;
    position: relative;
}

.dropdown__list a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    position: relative;
}

.dropdown__list_title{
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	font-size: 18px;
    color: #fff;
    width: 100%;
    text-align: center;
}

/* ドロップダウンここまで */

.footer_logo{
	text-align: left;
}

.footer_ood{
	max-width: 160px;
}

.footer_oof_link{
	margin-top: 15px;
	text-align: center;
	font-size: 14px;
}

.footer_banner{
	max-width: 350px;
	margin-left: auto;
}

.first_serch_btn_A{
	width: 19%;
	background-color: #fff;
	box-sizing: border-box;
	padding: 20px 0px;
	position: relative;
	border-radius: 12px;
	border: solid 2px #FDBD34;
}

.first_btn_A{
	text-align: center;
    margin-left: -26px;
    font-size: 18px;
	color: #FDBD34;
}

.first_btn_A_go{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	color: #fff;
	font-size: 18px;
	padding: 20px 5px;
	background-color: #FDBD34;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
}

.first_serch_btn_B{
	width: 19%;
	background-color: #fff;
	box-sizing: border-box;
	padding: 20px 0px;
	position: relative;
	border-radius: 12px;
	border: solid 2px #5ECE82;
}

.first_btn_B{
	text-align: center;
    margin-left: -26px;
    font-size: 18px;
	color: #5ECE82;
}

.first_btn_B_go{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	color: #fff;
	font-size: 18px;
	padding: 20px 5px;
	background-color: #5ECE82;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
}

.first_serch_btn_C{
	width: 19%;
	background-color: #fff;
	box-sizing: border-box;
	padding: 20px 0px;
	position: relative;
	border-radius: 12px;
	border: solid 2px #DC5893;
}

.first_btn_C{
	text-align: center;
    margin-left: -26px;
    font-size: 18px;
	color: #DC5893;
}

.first_btn_C_go{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	color: #fff;
	font-size: 18px;
	padding: 20px 5px;
	background-color: #DC5893;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
}

.first_serch_btn_D{
	width: 19%;
	background-color: #fff;
	box-sizing: border-box;
	position: relative;
	border-radius: 12px;
	border: solid 2px #F4633B;
}

.first_btn_D{
	text-align: center;
    margin-left: -26px;
	padding: 20px 0px;
    font-size: 18px;
	color: #F4633B;
}

.first_btn_D_go{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	color: #fff;
	font-size: 18px;
	padding: 20px 5px;
	background-color: #F4633B;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
}

.first_serch_btn_E{
	width: 19%;
	background-color: #fff;
	box-sizing: border-box;
	position: relative;
	border-radius: 12px;
	border: solid 2px #4377E9;
}

.first_btn_E{
	text-align: center;
    margin-left: -26px;
	padding: 20px 0px;
    font-size: 18px;
	color: #4377E9;
}

.first_btn_E_go{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	color: #fff;
	font-size: 18px;
	padding: 20px 5px;
	background-color: #4377E9;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
}



/*------------------------------------------ 001 ------------------------------------------*/

.top_001{
	padding: 50px 0px 70px;
}

.top_001_news{
	font-size: 21px;
	margin-bottom: 30px;
}

.tenant_list_container{
	display: flex;
	column-gap: 2%;
	flex-wrap: wrap;
	justify-content: flex-start;
	position: relative;
}

.tenant_list_content{
	width: 32%;
	margin-bottom: 30px;
}

.tenant_list_img{
	position: relative;
	margin-bottom: 10px;
	border-radius: 10px;
	overflow: hidden;
	font-size: 0;
	padding-bottom: 66.67%; /* 3:2のアスペクト比 */
	box-sizing: border-box;
}

.tenant_list_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tenant_list_new{
	position: absolute;
	top: 0;
	left: 0;
	    width: 20%;
    max-width: 60px;
	font-size: 0;
	z-index: 15;
}

.tenant_list_new img{
	height: auto;
    max-width: 100%;
}

.tenant_list_icons{
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 14px;
}

.tenant_list_icon{
	display: inline-block;
	color: #333;
	background-color: #FDBD34;
	border: solid 1px #fff;
	box-sizing: border-box;
	padding: 2px 8px;
	border-radius: 20px;
	margin-left: 5px;
	float: right;
}

.tenant_list_icon2{
	display: inline-block;
	color: #333;
	background-color: #5ECE82;
	border: solid 1px #fff;
	box-sizing: border-box;
	padding: 2px 8px;
	border-radius: 20px;
	margin-left: 5px;
	float: right;
}

.tenant_list_icon3{
	display: inline-block;
	color: #333;
	background-color: #FDBD34;
	border: solid 1px #fff;
	box-sizing: border-box;
	padding: 2px 8px;
	border-radius: 20px;
	margin-left: 5px;
	float: right;
}

.tenant_list_icon4{
	display: inline-block;
	color: #333;
	background-color: #5ECE82;
	border: solid 1px #fff;
	box-sizing: border-box;
	padding: 2px 8px;
	border-radius: 20px;
	margin-left: 5px;
	float: right;
}

.tenant_list_title{
	font-size: 15px;
	margin-bottom: 10px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	color: #333;
}

.tenant_list_detail{
	font-size: 14px;
	margin-bottom: 5px;
	color: #333;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tenant_list_price{
	font-size: 18px;
	color: #B4A579;
	margin-top: 10px;
}


/*------------------------------------------ sub ------------------------------------------*/

.sub_001{
	padding: 50px 0px;
}

.detail_image_container{
	margin-bottom: 50px;
}

.site-header-logo{
	padding-bottom: 15px;
	margin-bottom: 0px;
}

/*------------------------------------------ detail ------------------------------------------*/

.slick-prev:before, .slick-next:before{
	color: #232323;
}

.detail_main{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.detail_right{
	width: 26%;
    position: sticky;
	top: 15px;
}

.detail_contact{
	background-color: #F3F3F3;
	padding: 5% 3%;
	box-sizing: border-box;
}

.detail_contact_title{
	font-size: 16px;
	margin-bottom: 20px;
}

.detail_left{
	width: 72%;
}

.detail_container{
	border-bottom: solid 1px #ccc;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: #333;
}

.detail_type{
	font-size: 16px;
	color: #BCA76E;
	margin-bottom: 10px;
}

.detail_main_title{
	font-size: 21px;
	margin-bottom: 10px;
}

.detail_main_text{
	font-size: 14px;
	margin-bottom: 5px;
}

.detail_main_price{
	font-size: 21px;
	text-align: right;
	color: #BCA76E;
	margin-top: 40px;
}

.detail_sub_price{
	font-size: 18px;
}

.detail_title{
	font-size: 16px;
	margin-bottom: 35px;
	font-weight: bold;
}

.detail_part_container{
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
}

.detail_part{
	width: 30.333%;
	margin-right: 3%;
	margin-bottom: 20px;
	box-sizing: border-box;
}

.detail_part_title{
	font-size: 14px;
	color: #BCA76E;
	margin-bottom: 10px;
}

.detail_part_text{
	font-size: 15px;
	font-weight: bold;
}

.detail_text_box{
	font-size: 18px;
	line-height: 1.6;
}

.detail_map{
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
}
 
.detail_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.detail_floor_img{
	margin-bottom: 20px;
}

.slider_container {
  box-sizing: border-box;
}

.slider_container ul{
  padding-left: 0;
}

.slider_container img {
  max-width: 100%;
}

/* メインスライダーのスタイル */
#mainslider {
  margin-bottom: 10px; 
}
#mainslider .slick-slide {
  margin: 0 5px;/* スライドの間隔 */
}

/* サムネイルスライダーのスタイル */
#thumbs {
  max-width:100%;
  margin:0 auto;
}

#thumbs .slick-slide{
  margin: 0 5px;/* スライドの間隔 */
}

/* 現在表示中のサムネイルのデザイン */
#thumbs .slick-current img {
 
}

.detail_contact_box input{
	border-radius: 5px!important;
}

.detail_contact_box p{
	margin-bottom: 3px;
}

#mainslider li{
  position: relative;
aspect-ratio: 4 / 3;
  width: 100%; /* 幅 */
  box-sizing: border-box;
}

#mainslider li img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
	font-size: 0;
}

#thumbs li{
  position: relative;
	aspect-ratio: 4 / 3;
  width: 100%; /* 幅 */
  box-sizing: border-box;
}

#thumbs li img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
	font-size: 0;
}

/*------------------------------------------ お問い合わせ ------------------------------------------*/

.contact_container{
	max-width: 960px;
	margin: auto;
}

.contact_form_container{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact_form_container p{
	margin-bottom: 10px;
}

.contact_form_single{
	width: 48%;
}

.contact_form_double{
	width: 100%;
}

.contact_form_title{
	margin-bottom: 5px;
}

.contact_form_inL{
	width: 49%;
	float: left;
	display: flex;
    align-items: end;
}

.contact_form_inR{
	width: 49%;
	float: right;
	display: flex;
    align-items: end;
}

.contact_form_in2unit{
	padding-left: 5px;
}

#formbtn{
    width: 200px;
    font-size: 18px;
    display: block;
    margin: auto;
    background-color: #BCA66E;
    border-radius: 10px;
	border: solid 1px #BCA66E;
}

#formbtn2{
    width: 100%;
    font-size: 16px;
    display: block;
    margin: auto;
    background-color: #BCA66E;
    border-radius: 10px;
	border: solid 1px #BCA66E;
}

.detail_contact_tel{
	width: 100%;
	height: 42px;
    font-size: 16px;
    display: block;
    margin: auto;
    background-color: #fff;
	color: #BCA66E;
    border-radius: 10px;
	border: solid 1px #BCA66E;
	text-align: center;
	padding: 8px 0px;
}

.detail_contact_submit p{
	margin-bottom: 10px;
    height: 42px;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url]{
	border-radius: 0;
}

.contact_section_title{
	font-size: 21px;
	font-weight: 400;
	margin-top: 30px;
}

.policy_contact{
	border: 1px solid #666;
	padding: 20px;
	width: 90%;
	margin: auto;
	height: 300px;
	overflow: auto;
	border-radius: 5px;
	margin-bottom: 15px;
}

.policy_contact2{
	border: 1px solid #666;
	padding: 15px;
	width: 100%;
	margin: auto;
	height: 120px;
	overflow: auto;
	border-radius: 5px;
	margin-bottom: 15px;
}

.contactspam{
	text-align: center;
}

.contact_required{
	margin-left: 7px;
    padding: 2px 10px;
    border-radius: 20px;
    background-color: #E83D3D;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
}

/*------------------------------------------ company ------------------------------------------*/

.company_sec_001{
	padding: 100px 0px;
	background: linear-gradient(90deg, #FAF4EF 0%, #FAF4EF 70%, #fff 70%, #fff 100%);
	width: 100vw;
	margin: 0 calc(50% - 50vw);
}

.company_sec_002{
	padding: 70px 0px;
}

.company_sec_003{
	padding: 100px 0px;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	position: relative;
}

.company_sec_004{
	padding: 100px 0px;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	position: relative;
	background-color: #FAF4EF;
}

.company_btm_bg{
	width: 70%;
	position: absolute;
	right: 0;
	top: 30px;
	height: 600px;
	background-color: #FAF4EF;
}

.main_container{
	max-width: 1140px;
	margin: auto;
}

@media screen and (max-width: 1199px) {
.main_container{
	max-width: 960px;
	margin: auto;
}
}

@media screen and (max-width: 991px) {
.main_container{
	max-width: 720px;
	margin: auto;
}
}

@media screen and (max-width: 767px) {
.main_container{
	max-width: 540px;
	margin: auto;
}
}

@media screen and (max-width: 575px) {
.main_container{
	width: 96vw;
	margin: auto;
}
}

.company_top_container{
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: row-reverse;
}

.company_top_img{
	width: 48%;
}

.company_top_content{
	padding: 40px;
	border-bottom-left-radius: 15px;
	border-top-left-radius: 15px;
	background-color: #fff;
	min-height: 360px;
}

.company_top_title{
	max-width: 200px;
    margin: auto;
    margin-bottom: 30px;
}

.company_top_text{
	line-height: 2;
}

.company_container{
	max-width: 800px;
	margin: auto;
}

.company_detail_title{
	font-size: 26px;
	text-align: center;
	margin-bottom: 40px;
}

.detailTable{
	border: solid 1px #fff;
}

.detailTable tr{
	border-bottom: solid 1px #707070;
}

.detailTable td{
	padding: 20px 15px;
	font-size: 16px;
	line-height: 1.7;
}

.company_map{
	margin: auto;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
	margin-top: 25px;
	overflow: hidden;
}

.company_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.company_btm_title{
	font-size: 26px;
	text-align: center;
	margin-bottom: 25px;
	position: relative;
}

.company_btm_text{
	text-align: center;
	line-height: 2;
	margin-bottom: 30px;
	position: relative;
}

/*------------------------------------------ recruit ------------------------------------------*/

.recruit_sec_001{
	padding: 100px 0px;
}

.recruit_sec_002{
	padding: 70px 0px;
	background-image: url(//wjc002.xsrv.jp/nisekoestate/wp-content/images/recruit_bg.webp);
	width: 100vw;
	margin: 0 calc(50% - 50vw);
}

.recruit_sec_003{
	padding: 70px 0px 100px;
}

.recruit_logo{
	max-width: 200px;
	margin: auto;
	margin-bottom: 40px;
}

.recruit_title{
	font-size: 32px;
	text-align: center;
	margin-bottom: 40px;
}

.recruit_text_box{
	text-align: center;
	line-height: 2.2;
	font-size: 14px;
}

.recuirt_jinzai_container{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.recuirt_jinzai_content{
	width: 58%;
}

.recuirt_jinzai_img{
	width: 38%;
}

.recuirt_jinzai_title{
	font-size: 24px;
	margin-bottom: 40px;
}

.recuirt_jinzai_text{
	line-height: 2;
}

.recruit_jobtype{
	font-size: 24px;
	text-align: center;
	margin-bottom: 35px;
}

.jobtype_container{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 25px;
}

.jobtype_content{
	width: 25%;
	border-radius: 5px;
	overflow: hidden;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	position: relative;
}

.jobtype_bg{
	position: relative;
	font-size: 0;
}

.jobtype_content_textbox{
	position: absolute;
	width: 100%;
	top: 74%;
}

.jobtype_text{
	text-align: center;
	font-size: 14px;
}

.jobtype_content_text2{
	font-size: 14px;
	margin-top: 5px;
}

.recruit_botan{
	width: 300px;
	text-align: center;
	padding: 7px 0px;
	border: solid 1px #BCA76E;
	background-color: #fff;
	border-radius: 7px;
	color: #BCA76E;
	margin-top: 40px;
}

.recruit_botan:hover{
	width: 300px;
	text-align: center;
	padding: 7px 0px;
	border: solid 1px #BCA76E;
	background-color: #BCA76E;
	border-radius: 7px;
	color: #fff;
	margin-top: 40px;
}

.company_link_button{
	width: 300px;
	margin: auto;
	text-align: center;
	padding: 7px 0px;
	border: solid 1px #BCA76E;
	background-color: #fff;
	border-radius: 7px;
	color: #BCA76E;
	margin-top: 50px;
	position: relative;
}

.company_link_button:hover{
	width: 300px;
	margin: auto;
	text-align: center;
	padding: 7px 0px;
	border: solid 1px #BCA76E;
	background-color: #BCA76E;
	border-radius: 7px;
	color: #fff;
	margin-top: 50px;
	position: relative;
}

.recruitment_title{
	font-size: 28px;
	margin-bottom: 30px;
}

.first_serch_box_sp{
	display: none;
}

.tb_no{
	display: none;
}

/*------------------------------------------ TOPページの新着情報 ------------------------------------------*/

.top_000{
	padding-top: 50px;
}

.lcp_catlist{
	padding-left: 0;
}

.lcp_catlist li{
	    list-style: none;
    border-bottom: solid 1px #999;
    padding-left: 10px;
    padding-bottom: 10px;
	white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
}

.lcp_catlist li a{
	padding-left: 20px;
	color: #333;
	text-decoration: none;
}

.lcp_catlist li a:hover{
	padding-left: 20px;
	color: #B4A579;
	text-decoration: none;
}

.top_info{
	max-width: 800px;
	margin: auto;
}

.top_info_title{
	font-size: 21px;
	margin-bottom: 30px;
	text-align: center;
}

@media screen and (max-width: 1199px) {
	/* 1199px以下に適用されるCSS（タブレット用） */
/* ドロップダウンここから */

.dropdown__lists {
   visibility: hidden;/*デフォルトでは非表示の状態にしておく*/
    opacity: 0;/*不透明度0*/
    transition: all .3s;/*表示の変化を0.3秒に指定*/
    width: 728px;
    position: absolute;
    top: 50px;
    left: -3px;
    list-style: none;
    background-color: #fff;
    border-radius: 12px;
    padding: 15px 0px;
	border: solid 3px #FDBD34;
	z-index: 10;
}

.first_serch_btn_A:hover .dropdown__lists {
     visibility: visible;/*Gナビメニューにホバーしたら表示*/
    opacity: 1;/*不透明度1*/
}

.dropdown__lists2 {
   visibility: hidden;/*デフォルトでは非表示の状態にしておく*/
    opacity: 0;/*不透明度0*/
    transition: all .3s;/*表示の変化を0.3秒に指定*/
    width: 543px;
    position: absolute;
    top: 50px;
    left: -3px;
    list-style: none;
    background-color: #fff;
    border-radius: 12px;
    padding: 15px 0px;
	border: solid 3px #5ECE82;
	z-index: 10;
}

.first_serch_btn_B:hover .dropdown__lists2 {
     visibility: visible;/*Gナビメニューにホバーしたら表示*/
    opacity: 1;/*不透明度1*/
}

.dropdown__lists3 {
   visibility: hidden;/*デフォルトでは非表示の状態にしておく*/
    opacity: 0;/*不透明度0*/
    transition: all .3s;/*表示の変化を0.3秒に指定*/
    width: 543px;
    position: absolute;
    top: 50px;
    left: -3px;
    list-style: none;
    background-color: #fff;
    border-radius: 12px;
    padding: 15px 0px;
	border: solid 3px #DC5893;
	z-index: 10;
}

.first_serch_btn_C:hover .dropdown__lists3 {
     visibility: visible;/*Gナビメニューにホバーしたら表示*/
    opacity: 1;/*不透明度1*/
}

.dropdown__list {
	width: 158px;
	margin: 10px;
	float: left;
    transition: all .3s;
    position: relative;
}

.dropdown__list a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    position: relative;
}
	
.dropdown__list_title{
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	font-size: 16px;
    color: #fff;
    width: 100%;
    text-align: center;
}

/* ドロップダウンここまで */
	
.top_first_container {
    padding-top: 30px;
}
	
.first_serch_box {
    margin: auto;
    padding: 10px;
    padding-bottom: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-radius: 12px;
    box-sizing: border-box;
    margin-top: 60px;
}
	
}

@media screen and (max-width: 991px) {
	/* 991px以下に適用されるCSS（タブレット用） */
.top_first_container {
    padding-top: 0px;
}
	
.first_serch_box {
    margin: auto;
    padding: 10px;
    padding-bottom: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-radius: 12px;
    box-sizing: border-box;
    margin-top: 40px;
}
	
.tenant_list_content {
    width: 49%;
    margin-bottom: 30px;
}
	
.first_serch_box{
	display: none;
}
	
.first_serch_box_sp{
	display: block;
	margin: auto;
    margin-top: 40px;
	max-width: 600px;
	font-size: 16px;
}
	
	.serch_box_sp_container{
		border-radius: 7px;
		margin-bottom: 10px;
		overflow: hidden;
	}
	
	.serch_box_sp_title{
		text-align: center;
		color: #fff;
		padding: 3px 0px;
	}

	.serch_box_sp_flex{
		display: flex;
		padding-left: 0;
		margin: 0;
		flex-wrap: wrap;
	}
	
	.serch_box_sp_button{
		flex: 1;
        list-style: none;
        margin: 0;
	}
	
	.serch_box_sp_button_add{
		list-style: none;
        margin: 0;
        width: 50%;
	}
	
	.serch_box_sp_content{
		padding: 7px 0px;
		text-align: center;
		background-color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		text-decoration: none;
	}

	.box_sp_container_Y{
		border: solid 2px #FCBD34;
	}
	
	.serch_sp_title_Y{
		background-color: #FCBD34;
	}
	
	.serch_sp_Y{
		color: #FCBD34;
        outline: 2px solid #FCBD34;
        outline-offset: 0px;
	}
	
	.box_sp_container_G{
		border: solid 2px #5ECE82;
	}
	
	.serch_sp_title_G{
		background-color: #5ECE82;
	}
	
	.serch_sp_G{
		color: #5ECE82;
        outline: 2px solid #5ECE82;
        outline-offset: 0px;
	}
	
	.box_sp_container_P{
		border: solid 2px #DC5893;
	}
	
	.serch_sp_title_P{
		background-color: #DC5893;
	}
	
	.serch_sp_P{
		color: #DC5893;
        outline: 2px solid #DC5893;
        outline-offset: 0px;
	}
	
	.serch_box_sp_bottom{
		display: flex;
		justify-content: space-between;
	}
	
	.serch_box_sp_btm_button_A{
		border: solid 2px #F4633B;
		border-radius: 7px;
		overflow: hidden;
		margin: 0;
		width: 49%;
	}
	
	.serch_box_sp_btm_button_B{
		border: solid 2px #4377E9;
		border-radius: 7px;
		overflow: hidden;
		margin: 0;
		width: 49%;
	}
	
	.serch_sp_A{
		color: #F4633B;
	}
	
	.serch_sp_B{
		color: #4377E9;
	}
	
.detail_main{
	display: block;
}

.detail_right{
	width: 100%;
    position: relative;
	top: 30px;
}
	
.detail_left{
	width: 100%;
}
	
.company_sec_001{
	background: linear-gradient(90deg, #FAF4EF 0%, #FAF4EF 90%, #fff 90%, #fff 100%);
	padding: 70px 0px;
}
	
.company_sec_003{
	padding: 70px 0px;
}

.company_sec_004{
	padding: 70px 0px;
}
	
.recruit_sec_001{
	padding: 70px 0px;
}

	.company_top_container{
		display: block;
	}
	
	.company_top_img {
    width: 100%;
}
	
.company_top_content {
    padding: 40px;
    border-radius: 15px;
    border-top-left-radius: 15px;
    background-color: #fff;
    min-height: 360px;
}
	
.company_top_content {
    padding: 40px 20px;
    border-radius: 15px;
	}
	
.company_top_title {
    max-width: 150px;
    margin: auto;
    margin-bottom: 30px;
}
	
.detailTableTd1{
		width: auto;
	}
	
	.jobtype_content{
		width: 50%;
	}
	
.footer_logo{
	text-align: left;
}

.footer_banner{
	max-width: 300px;
	margin-left: auto;
}
	
}

@media screen and (max-width: 767px) {
	/* 767px以下に適用されるCSS */
	
.site-header-logo img {
        max-height: 40px;
    }
	
	.page-header{
		min-height: 5rem;
	}
	
	.page-header-title, h1.page-header-title{
		font-size: 1.5rem;
	}
	
.top_first_sec{
    padding: 120px calc(50vw - 50%) 40px;
}
	
.footer_logo{
	text-align: center;
	margin-bottom: 20px;
}
	
.footer_ood{
	max-width: 160px;
	margin: auto;
	margin-bottom: 20px;
}

.footer_banner{
	max-width: 300px;
	margin: auto;
}
	
.first_serch_box_sp{
	font-size: 14px;
	margin-top: 30px;
}
	
.serch_box_sp_container{
		margin-bottom: 6px;
	}
	
.tenant_list_icons{
	position: absolute;
	top: 3px;
	right: 3px;
	font-size: 12px;
}
	
.tenant_list_icon{
	display: inline-block;
	color: #333;
	background-color: #FDBD34;
	border: solid 1px #fff;
	box-sizing: border-box;
	padding: 2px 6px;
	border-radius: 20px;
	margin-left: 3px;
	float: right;
}

.tenant_list_icon2{
	display: inline-block;
	color: #333;
	background-color: #5ECE82;
	border: solid 1px #fff;
	box-sizing: border-box;
	padding: 2px 6px;
	border-radius: 20px;
	margin-left: 3px;
	float: right;
}

.tenant_list_icon3{
	display: inline-block;
	color: #333;
	background-color: #FDBD34;
	border: solid 1px #fff;
	box-sizing: border-box;
	padding: 2px 6px;
	border-radius: 20px;
	margin-left: 3px;
	float: right;
}

.tenant_list_icon4{
	display: inline-block;
	color: #333;
	background-color: #5ECE82;
	border: solid 1px #fff;
	box-sizing: border-box;
	padding: 2px 6px;
	border-radius: 20px;
	margin-left: 3px;
	float: right;
}
	
.detail_part {
    width: 47%;
    margin-right: 3%;
    margin-bottom: 20px;
    box-sizing: border-box;
}
	
.detailTable td {
    padding: 20px 15px;
    font-size: 14px;
    line-height: 1.7;
}

	.detailTableTd1{
		width: 24%;
	}
	
.recruit_logo {
    max-width: 150px;
    margin-bottom: 30px;
}
	
.recruit_title {
	font-size: 21px;
}
	
.recuirt_jinzai_title {
    font-size: 21px;
    margin-bottom: 30px;
}
	
.recuirt_jinzai_img {
    width: 100%;
    margin-bottom: 20px;
}
	
.recuirt_jinzai_container {
    display: block;
}
	
	.recruit_text_box{
		text-align: left;
	}
	
.recruitment_title {
    font-size: 21px;
    margin-bottom: 30px;
}
	
    .jobtype_content {
        width: 100%;
    }

.recuirt_jinzai_content {
    width: 100%;
}
	
.contact_form_container {
    display: block;
}
	
.contact_form_single{
		width: 100%;
	}
	
	.tb_no{
		display: block;
	}
	
#thumbs {
	width: 94%;
	margin: auto;
}

}