.main-container {
  overflow: hidden!important;
}
.sp_view {
	display:block!important;
}
.pc_view {
	display:none!important;
}
.pc_view_inline {
	display:none!important;
}
.pc_only {
    display: none!important;
}
.pc_none {
    display: inline-block!important;
}

h2 {
	font-size:120%;
}
.h3_title {
    font-size: 1.3rem;
}
.wrap_top_nav {
	display: block;
    width: 100%;
    max-width: 100%;
    transform: inherit;
    top: inherit;
    left: inherit;
    left: inherit;
    box-shadow: none;
    border-radius: 0;
	border-bottom: 1px solid #ccc;
	/* position: fixed; */
	position:relative;
}
.uk-navbar-nav {
	/*flex-wrap: wrap;*/
    gap: 0;
	flex-flow: column;
	justify-content: space-between;
}
/*.uk-navbar-nav li {
	width: 25%!important;
}*/
.nav-list_item::before {
	content:none;
}
.uk-navbar-center.uk-navbar {
	gap:0;
}
.uk-navbar-nav>li>a {
	flex-wrap: wrap;
	font-size: 9px!important;
}
.nav-list_item:last-child::after {
	content:none;
}
nav {
    height: auto;
	margin: 0 auto;
}
.nav-list_item:nth-of-type(1){
	line-height: 1.5;
}
.top_nav.active .uk-navbar-nav li.nav-list_item.sp_only {
	display: block;
	padding-left: 0;
}
.uk-navbar-nav img.hmenu_top_img {
	width: 80%;
    margin: 50px auto 5px;
    display: block;
}
.top_open_info {
	display:none;
	width: 80%;
    margin: 10px auto;
}
.top_open_info p{
    font-size: 70%;
    line-height: 1.2em;
    margin: 0;
}

.top-logo {
	width: 90%;
}
.top-h2 {
	font-size: 150%;
}
.top_icon a {
	font-size: 150%;
}
.top_icon.on_header a {
	font-size: 100%;
}
.top_icon img {
	width: 30px;
	display: block;
	margin: 0 auto;
}
.access_p {
	width: 100% !important;
}
.top-logo.uk-margin-right {
	margin:0!important;
}
.wrap-top::before {
    width: 30vw;
    height: calc( 30vw / 400.0 * 260.0 );
    background-size: contain;
}
.wrap-top::after {
    width: 30vw;
    height: calc( 30vw / 400.0 * 260.0 );
    background-size: contain;
}
.headline_main {
	/*width: calc( 100% - 100px );*/
    margin: 50px auto 30px;
}
.headline_main::after{
    left: inherit;
    right: calc(100% + 1px);
}
.headline_main::before {
    left: calc(100% + 1px);
    right: inherit;
}
.wrap-top::after {
	background-position-y: top;
}
.wrap_top_news {
	flex-wrap: wrap;
}
.latest_info {
	width: 100%;
    margin-right: 0!important;
}
.wrap_button a {
	max-width: 100%;
}
.title_h3 {
	font-size: 120%;
	font-weight: 700;
}
.uk-card-title {
	font-size:105%;
}
.uk-card-body.uk-text-center p {
	font-size: 90%;
}
.wrap_top_access {
	flex-wrap: wrap;
}
.access_p {
    text-align: center;
	margin: 20px auto!important;
}
.wrap_fotter{
	flex-wrap: wrap;
}
.footer_left {
	width: 100%;
}
#access .consultation-list {
	margin: 0 auto!important;
}
.consultation-list {
	margin: 20px 10px 5px!important;
}
.footer_left p {
	margin: 0 20px 30px!important;
}
.footer_right {
	width: 80%;
	margin: 10px auto 30px;
}
.footer_right p {
	font-size:90%;
}
.ft_bottom {
	font-size: 11px;
    margin-top: 10px;
}
.nav_link_span {
	display: block;
    width: 100%;
    
}
span.nav_link_span {
    font-size: 0.8rem!important;
}
.uk-animation-slide-top {
    margin: 0!important;
}
.mv::before {
    height: 50px;
    background-size: contain;
}
.sub {
	padding-top: 0px;
}
.subpage_h2_img {
	width: 90px;
}
.doctor {
	text-align: center;
	width: 50%;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.doctor:first-of-type {
	width: 50%;
}
.wrap_staff_intoroduce {
	width: 80%;
	margin: 10px auto;
	justify-content: flex-start;
}
.doctor_img {
	width: 80%;
}
.job {
	width: 100%;
    text-align: center;
	margin-bottom:0;
	line-height:1.3;
	padding: 0;
}
.name {
	width: 100%;
    text-align: center;
	margin-top:0;
	line-height:1.3;
}
.subpage_h2 {
	margin-bottom: 60px;
	font-size: 180%;
}
.staff {
	width: 50%;
    margin-bottom: 20px;
}
.staff_img {
	width: 80%;
}
.staff_top_imgs {
	border-radius: 10px;
}
.staff_top_imgs:nth-of-type(2) {
	margin-right:0;
}
.staff_top_imgs:nth-of-type(3) {
	display:none;
}
.wrap_staff_top_images {
	margin-bottom: 50px;
	width: 90%;
	margin: 0 auto;
}
.top_icon.on_header {
	position: fixed;
    bottom: 0;
    left: 0;
    background-color: var(--col_i_ot_sub2);
    padding: 10px;
    box-sizing: border-box;
    /* width: 65%; */
    width: 50%;
    height: 80px;
    text-align: center;
    margin-left: 10px;
    margin-bottom: 10px;
    z-index: 10000;
    box-shadow: 2px 2px 5px;
}
.top_tel_link {
	font-size: 12px;
}
.top_icon.on_header img {
	width: 40px;
}
.footer {
	padding-bottom: 100px;
}
.uk-totop {
	bottom: 100px;
}
.wrap_nav_time {
    position: fixed;
    bottom: 0;
    right: calc( 20% + 2% );
    /* width: 28%; */
    width: 20%;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: var(--col_i_ot);
    height: 80px;
    text-align: center;
    color: #fff;
    box-shadow: 2px 2px 5px #fff;
}

.wrap_nav_menu {
	position: fixed;
    bottom: 0;
    /* width: 28%; */
    width: 20%;
    right: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: var(--col_i_st);
    height: 80px;
    text-align: center;
    color: #fff;
    box-shadow: 2px 2px 5px #fff;
}
.nav_menu_time_link {
	color: #fff;
    text-decoration: none!important;
    padding: 15px 0 0;
    box-sizing: border-box;
    display: block;
    line-height: 1.7;
}
.nav_menu_time_link:hover,
.nav_menu_time_link:visited {
	color:#fff;
}
.nav_menu_time_link i {
    color: #fff;
    display: block;
    font-size: 26px;
}
.nav_menu {
    color: #fff;
    padding: 14px 0;
}
.nav_menu i {
	display: block;
    color: #fff;
    font-size: 24px;
}
.top_nav.active {
	height: auto;
    position: fixed;
    z-index: 20001;
    background-color: #fff;
    transition: 0.2s all 0.1s;
    opacity: 1;
    top: 10px;
	right: 0;
	left: 0;
    border-radius: 8px;
    padding-bottom: 20px;
	box-sizing: border-box;
	width: 95%;
}
.top_nav.active .uk-navbar-nav li {
	width: 100%!important;
	padding-left: 100px;
}
.top_nav.active .nav_link_span {
	display: inline-block;
    font-size: 160%;
    width: auto;
    margin-left: 20px;
}
.top_nav.active .nav_list_link {
	justify-content: flex-start;
}
.hmenu_bg{
	display:block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20000;
    transform:translateY(100vh);
	transition: 0.3s all;
} 
.hmenu_bg.active{
    transform:translateY(0);
}
.hmenu_bg i{
    color: #fff;
    position: absolute;
    bottom: 20px;
    right: calc( 50% - 45px );
    font-size: 90px;
}
.top_nav {
	opacity:0;
	height:0;
	overflow:hidden;
}
.active .sp_view {
	display:none!important;
}
body.active_lock {
  height: 100%;
  overflow: hidden;
}
.wrap-top {
	/* display:none; */
}
.wrap_top_bn {
	flex-wrap: wrap;
}
.wrap_top_bn .uk-margin-right{
	margin-right: 0px!important;
	margin-bottom: 20px;
}
.wrap_top_bn .uk-margin-left{
	margin-left: 0px!important;
}
.transportation_facilities {
	padding: 10px;
}
#access,
#reservation {
	width: 99%;
	margin: 0 auto;
}
.access_img {
	width: 100%;
}
.access_address {
	width: 100%;
	margin-top: 50px;
}
#reservation .wrap_button {
	width: 90%;
	margin: 0 auto;
}
.wrap_reservation a {
	font-size: 200%;
}
.bring {
	padding: 10px 20px;
}
.bring li {
	margin: 0 40px;
}
.wrap_top_features .uk-card-title {
	font-size: 150%;
}
.wrap_latest_info {
	height: 180px;
    overflow-y: scroll;	
    margin: 0!important;
}
.wrap_latest_info a {
	line-height:1.3;
}
.wrap_hmenu_top_img {
	display:block;
}
.footer .top_icon {
	display:none;
}
.top_logo_img {
    max-width: 260px;
}
.staff_top_img,
.access_img img,
.reservation_top_img {
	border-radius: 0px;
	box-shadow: none;
}
.wrap_updates {
	padding: 20px;
}
#staff .staff_top_img {
	margin-bottom: 50px;
}
#staff .uk-first-column {
	padding: 0;
}
.footer_right p.ft_cl_dpt {
    font-size: 80%;
}
.nav_cl_dept {
	font-size: 70%;
    text-align: center;
	margin-bottom: 20px;
} 
a .nav_cl_dept {
	width: 100%;
	font-size: 100%;
}

.top-mainvisual {
    height: calc( 100vh - 70px );
    height: 600px;
      overflow: hidden;
}
.top-mainvisual:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
   position: relative;
        z-index: 120;
        width: 85%;
}
.top-mainvisual-image {
    padding-left: 0!important;
}
.top-mainvisual .top-wave01 {
	height: 200px;
}

.top-mainvisual .top-wave01 {
	bottom: 0px;
	top:inherit;
}

.top-mainvisual .top-wave02 {
	height: 130px;
}

.top-mainvisual .top-wave02 {
	bottom: 0px;
	top:inherit;
}

.h2_topmain_ttl {
    font-size: 1.5rem;
    color: var(--color-01);
    line-height: 2;
    font-weight: 600;
    text-align: center;
    text-shadow: 0 0 10px #fff,0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
    letter-spacing: 0.4rem;
    
}
.main-container{
	position:relative!important;
}
.main-container:after {
    position: absolute;
	transform: none;
	top: -5vh;
	left: 0;
	max-height: 40vh;
	background-size: inherit;
	background-position-x: left;
	width: 100%;
    position: relative;
    z-index: 120;
    width: 85%;
    
}
.icon {
	display: none;
}
.h2_topmain_ttl{
	padding: 0;
	margin-bottom: 0;
	font-size: 7vw;
}
.top-nav {
	padding:0;
}
.wrap_hmenu {
	width: 80px;
}
.top-logo {
	width: calc( 100% - 80px);
	max-width: calc( 100% - 80px);
}
.wrap_hmenu a {
	color :#FFF!important;
}
.inner_hmenu {
	width: 60px;
	padding: 0 0 0 20px;
	CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
	background-image: url(./../img/hmenu_bg.png);
	background-size: 125px;
	background-position-x: 0px;
	background-position-y: -55px;
	background-repeat: no-repeat;
}
.top-mainvisual .top-scroll a {
}
.wrap_mm_support {
	width: 80%;
	margin: 10px auto!important;
	display: block;
}
.wrap_mm_support > div {
	width :100%;
}
.wrap_mm_btns li {
	padding: 20px 5px;
}
.wrap_mm_btns li span{
	line-height: 1.2rem;
}
.wrap_mm_link_li {
    padding: 10px;
}
.wrap_hmenu .wrap_mm_link_link {
	font-size: 80%;
}
.wrap_mm_sns_link a i{
	font-size: 10vw;
}
.top_title_gp .top_section_title{
	font-size: 1.8rem;
}
.top_title_gp .top_section_title:before {
	width: 50vw;
	height: 50vw;
}
.top-col li .txt-area {
    box-shadow: 5px 5px 0px #DDE7A2!important;
/*	border: 1px solid var(--color-05); */
}
.top-col li .image {
}
.tab__area {
	margin: 30px 0;
}
.tab__list {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	width: 95%;
	padding: 0;
}
.tab__item {
	display: block;
	width: calc( 100% / 2.0 );
}
.tab__item:nth-of-type(5),
.tab__item:nth-of-type(6) {
	width: calc( 100% / 2.0 );
}
.tab__item a {
	border-radius: 8px 8px 0 0;
	font-size: 1rem;
	padding: 10px 3px;
	box-sizing: border-box;
}
.wrap_facility_gaiyo {
	padding: 15px 10px!important;
}
.top_fcility_img {
	height:50vw;
}
img.facility_img {
    height: 25vh!important;
    width: 100%;

}
.facility_gaiyo {
    padding: 0!important;
	/* padding:15px 0!important; */

}

.top_facility_gaiyo_tbl td {
	width: 100% !important;
	display: block;
	padding: 3px !important;
}
.top_facility_gaiyo_tbl td:nth-of-type(1) {
	color:var(--color-01);
	font-weight: bold;
	margin-top: 10px;
}
.top_facility_gaiyo_tbl td:nth-of-type(2) {
	font-size: 85%;
	margin-bottom: 10px;
}
.top_title_gp {
	position:relative;
	z-index:2;
}
.top-facility {
	margin: 200px 0 200px 0;
    border-top-right-radius: 200px;
}

.top_news{
	padding-bottom:30px;
}
.top-contact {
	padding: 50px 0 58px;
}
.tel {
	margin: 50px 0;
}
.top-contact .tel a {
	font-size: 10vw;
    line-height: 1.5em;
}
.wrap_ft_link {
	height:auto;
}
.copyright {
	margin: 0;
	font-size: 2.5vw;
	letter-spacing: 0.01em;
	color: #fff;
}
.wrap_copyright {
	background-color: var(--color-02);
}
.rectop_wave img {
	max-width:inherit;
}
.page-title-area {
	height:40vh;
	margin-bottom:20vh;
	background-size: cover !important;
}
.common-wave01 {
	top:inherit;
	bottom:0;
	height: 90px;
}
.rectop_wave img {
	width: calc(2898px / 455 * 90);
	height: 100%;
	max-width: calc(2898px / 455 * 90);
}
.common-wave02 {
	top:inherit;
	bottom:20px;
	height: 90px;
}
.page-title-area .page-title {
	width: 80%;
	font-size: 8vw;
	line-height: 1.2em;
	top:100%;
}
.circle {
	display: none;
}
.circle02 {
	display: none;
}
.fac_special_msg {
	text-align: left;
}
.page_iner {
	box-sizing: border-box;
	padding-top: 50px;
}
.h3_title_line {
	text-align: center
}
.h3_title_line span{
	font-size: 80%;
	color:var(--color-05);
}
.h3_title_line span.h3_title_line_span{
	color:var(--color-03);
}

header {
	z-index:99999!important;
}
.wrap_chgimgscroll {
    padding-left: 30px;
}
/*.staff_name {
	height: calc(100vh - 200px);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
#staff_01 .staff_name {
	background-image:url(./../staff/img/cover.png),url(./../staff/img/staff_img01.png);
    z-index: 100;
}
#staff_02 .staff_name {
	background-image:url(./../staff/img/cover.png),url(./../staff/img/staff_img02.png);
}
#staff_03 .staff_name {
	background-image:url(./../staff/img/cover.png),url(./../staff/img/staff_img03.png);
}
#staff_04 .staff_name {
	background-image:url(./../staff/img/cover.png),url(./../staff/img/staff_img04.png);
}
#staff_05 .staff_name {
	background-image:url(./../staff/img/cover.png),url(./../staff/img/staff_img05.png);
}
#staff_06 .staff_name {
	background-image:url(./../staff/img/cover.png),url(./../staff/img/staff_img06.png);
}*/
/*#staff_01 .area,
#staff_03 .area,
#staff_05 .area {
	background-image: url(./../staff/img/cover_bg1.png);
	background-attachment: fixed!important;
	background-size: contain;
    height: 100%;
    
}*/
/*#staff_02 .area,
#staff_04 .area,
#staff_06 .area {
	background-image: url(./../staff/img/cover_bg2.png);
	background-attachment: fixed!important;
	background-size: contain;
     height: 100%;
    width: 100%;
}*/
/*.area .staff_name {
	background-position-x: 50%;
	background-position-y: 50%;
	padding: 40px;
	background-size: cover;
}*/
.wrap_whole_staff .uk-card-default {
	background-color:rgba(255,255,255,0.4);
}
.memo_copy {
	bottom: 10px;
	text-shadow: 0px 0 8px white;
	width: calc(100% - 50px);
}
.memo_copy.staff_index {
	position: relative;
	width: 100%;
	margin: 40px 0 0px;
}
.wrap_whole_staff .wrap_chgimgscroll {
	padding:0!important;
}
.wrap_whole_staff .page_iner {
	padding:0!important;
}
.wrap_whole_staff .wrappp {
	margin:0!important;
}
.h2_name {
	text-shadow: 2px 2px 4px #fff;
    line-height: 1.2;
    font-size: 1.5rem;
}
.h2_name::first-letter {
/*	color: var(--color-02);*/
	font-size:130%;
}

.wrap_staff_rec_menu {
	background-color:var(--color-07);
	border-top: 1px solid #ccc;
}
.wrap_staff_smenu_bn {
	
}
.wrap_staff_smenu_select_staff {
	margin-top: 0 !important;
	padding: 30px 20px 20px !important;
}
.staff_smenu_h a{
/*	color: var(--color-06) !important;
	font-weight: bold;
	display: block !important;
	text-align: center;
	padding: 5px 10px !important;
	background-color: var(--color-04);
	border-radius: 15px;
	letter-spacing: 0.1em;*/
}
#hmenu_content {
	width: 100%;
	box-sizing: border-box;
}
.wrap_chgimgscroll {
    display: block;
}
.wrap_chgimgscroll_image {
	position:relative;
	display: block;
    height: 70vh;
}
.staff_name_psn {
    background-color: #FBFFE4;
}
.area .staff_name {
    background-image: url(./../img/flame_deco02_inv.png), url(./../img/flame_deco02.png);
    background-repeat: no-repeat;
    background-size: 25% 25%;
    background-position-x: 100%, 0%;
    background-position-y: 0%, 100%;
    padding: 20px 5px 50px 40px;
    margin: 0;
}
.stf_jobtyp {

}
/*img.staff_imgsp {
    margin-top: 0!important;
}*/
.memo_copy {
    width: 100%;
    font-size: 1.2rem;
}
.page_iner {
	margin-top: 100px;
}
.wrap_button {
	width:100%!important;
}
.wrap_rec_nyu_fac_adr {
	flex-wrap: wrap;
	line-height:1.3em;
}
.wrap_rec_nyu_fac_adr .badge {
	margin-top: 20px;
	display: inline-block;
}
.wrap_rec_nyu_fac_adr > div:nth-of-type(1){
	width: 100%;
}
.wrap_rec_nyu_fac_adr > div:nth-of-type(2){
	width: 100%;
	margin-top:30px;
}
.wrap_rec_nyu_fac_tbl th {
	/* display: none; */
}
.wrap_rec_nyu_fac_tbl td {
	/* display: block; */
	/* widht:100%; */
}
.wrap_rec_nyu_fac_tbl tr > td:nth-of-type(1) {
	font-weight: bold;
	text-align: center;
	color:var(--color-01);
}
.ifs_copy {
	top: inherit;
	left: inherit;
	position: relative;
	transform: translate(0, 0);
	flex-wrap: wrap;
	font-size: 5vw;
	justify-content: flex-end;
}
.ifs_copy_wrp {
	margin:0!important;
	padding:0!important;
}
.ifs_copy_wrp img{
	width: 50px;
	padding: 0;
}
.sub_name{
	line-height: 1.3em;
}
.bg_common_wave01{
/*    background-image: url(./../img/common_wave01.png);
*/    background-size: 1000%;
    background-position: bottom;
    background-repeat: no-repeat;
    border: 10px solid #EFF8B7;
}
.wrap_rec_fac:nth-of-type(2n+1){
    border: 10px solid var(--color-07);

}
.wrap_rec_fac:nth-of-type(2n){
    border: 10px solid var(--color-06);
}

.wrap_top_rec_bnrs > div {
	width:100%;
}
.wrap_facility_img_cont img {
    display: block;
}
.wrap_facility_img_cont .uk-cover-container {
	background-image: none !important;
	border: none;
	padding: 0;
}
.page-title-area_staff {
	/* background-position-x: 75%!important; */
}

.updates .l_info {
	padding-bottom: 30px;
}
.wrap_group_sum_dtdd {
    width: 50%;
}
.goto_staff_index {
}
.inner_jitsumu_merit {
    justify-content: center;
    padding-left: 0;
}
.inner_jitsumu_merit li {
	background-position-x: 0%;
}
.inner_jitsumu_licence li {
	line-height: 1.4em;
	padding-left: 30px;
	margin-bottom: 20px;
}
.inner_jitsumu_licence li::before {
	height:1.4em;
	width: 1.4em;
}
.facility_gaiyo h3 {
	margin-top: 20px;
	/*background-image: url(./..//img/flame_deco03.png);
	background-position-x: right;
	background-repeat: no-repeat;
	padding: 10px;
	background-size: contain;	*/
}
.top-esp_about_con {
    display: block!important;
}
.widthsp {
    width: 100%!important;
}
.top-esp_about {
    margin-top: 0!important;
    border-bottom-left-radius: 200px;
    background: #EFF8B7;
    padding-bottom: 200px;
    position: relative;

} 
.clover {
    position: absolute;
    width: 300px;
    height: 225px;
    background-image:url("../img/clover.png");
    left: 35%; 
    top: 75%;
    box-sizing: border-box;
}
.top-catchcopy {
    
    border-bottom-left-radius: 200px!important;
}
.copywrap{
    margin: 0 0 0 10%;
}
.catchcopy {
    font-size: 1.7rem;
    color: #926003;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 2;
    padding-top: 80px;
}
.catchcopy span {
    background: linear-gradient(transparent 70%, #FFFFFF 70%);
}

.bodycopy {
    font-size: 1.2rem;
    color: var(--color-01);
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 2.3;
    margin-top: 30px;
    display: inline-block;
}
.about_righwp {
    padding-top: 0px;
}
.about_right {
    width: 100%;
    height: 400px;
    background-position: 20%;
    margin: 0!important;
    
}
.wrap_facility_img_cont .uk-cover-container {
    height: auto!important;
}
.top-mainvisual-arrows .slick-arrow {
    position: absolute!important;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    margin: 10px;
    z-index: 5;
    top: 60%;
}
.top-mainvisual-arrows .slick-arrow:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  opacity: 1;
  position: absolute;
  top: 50%;

}
.topimg03 {
    background-position: 55% 0!important;
}
.topimg04 {
    background-position: 65% 0!important;
}
.sp_iner {
	width: 100%;
	padding: 0 5%; 
}

.k-ttlnew {
    background: #734F14;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 0.9rem;
    text-shadow: none!important;
}
/* 採用情報 */
.page-title-area_recruit {
	background: url( "../recruit/img/recruit_topimg.png") 85% 50% no-repeat !important;
	background-size: cover !important;
}

.top-col li {
    position: relative;
}

.topul_main {
    background-image: url("../img/line_sp.png");
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    }

.e-k_recruit_flyimg {
    border-radius: 8px;
    border: 2px solid var(--color-01);
    margin: 20px auto;
    height: 220px;
    object-fit: cover;
    object-position: 0% 0%;
    width: 100%;
}
.e-k_exterior {
    object-position: 50% 50%!important;
}

.pdlft_none {
    padding-left: 0!important;
}
.espk_info_bnr {
    width: 100%;
    display: block!important;
}
.espk_info_bnr a img.bnr {
    margin-bottom: 20px;
}
.esp-k_news,.esp-k_summary,.esp-k_access,.esp-k_service {
    padding-bottom: 100px;
}
.linh {
    line-height: 1.8!important;
}
.footer_back {
    background-size: cover!important; 
    height: 280px!important;
    background-repeat: no-repeat;
    background-position: 60% 50%!important;
}