@charset "utf-8";
/*
Theme Name: muum-child
Version: 220927
Template: muum_tcd085
*/
:root {
  --color_orange: #ee741d;
  /* --color_orange: #000; */
}

body{
	position:static !important;
}

@media only screen and (max-width: 768px) {
  .sp_none {
    display: none !important;
  }
}

@media only screen and (min-width: 769px) {
  .pc_none {
    display: none !important;
  }
}

#header_search {
  display: none !important;

}

@media screen and (min-width:1252px) {
  #header_top {
    display: none !important;
  }
}

@media screen and (max-width:1251px) {
  #header_top {
    background-color: #fff;
    color: var(--color_orange);
	  height:80px !important;
  }

  #menu_button span {
    background: var(--color_orange) !important;
  }

  .mobile_logo_image {
    width: 120px !important;
    height: auto;
  }
  #mobile_menu a br {
    display: none;
  }
}
#menu_button {
  bottom: 10px !important;
}
#header {
  height: 80px !important;
}
#global_menu{
	height:80px;
}

#menu-head{
	height:80px;
}
#global_menu > ul > li > a{
	display:block;
	height:80px;
	line-height:80px;
}#global_menu ul ul {
  display: none;
  width: 100%;
  min-width: 240px;
  position: absolute;
  top: 80px;
  left: 0px;
  margin: 0;
  padding: 0;
  z-index: 100;
}
.header_fix_mobile #header,
#header {
  background-color: transparent !important;
  box-shadow: none !important;
}

#footer_search {
  display: none;
}

@media screen and (max-width:1252px) {
  #header_slider_wrap {
    margin-top: -60px !important;
  }
}

footer .widget_content li {
  margin: 0 20px 10px 0;
  display: inline;
}

#footer_widget .widget_content {
  width: auto !important;
}

#menu-head li:first-child a span {
  display: block !important;
  background-image: url(https://telluswork.jp/img/logo2.png) !important;
  background-size: 120px auto !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  width: 100%;
  height: 100%;
  position: relative;
}

#menu-head li:first-child a span small {
  opacity: 0;
}

#global_menu>ul>li>a {
  border-right: none !important;
}

#global_menu>ul>li:first-of-type a {
  border-left: none !important;
}

#global_menu>ul>li>a {
  color: #fff !important;
	font-size:16px;
}


#global_menu>ul>li>a:hover {
  color: #f9cfab !important;
}



/*
Recent Posts
*/
.h2_1 {
  font-size: 30px;
  border-bottom: 1px solid var(--color_orange);
  font-weight: 200 !important;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.h2_2,
#wpmem_login legend,
#wpmem_reg legend {
  font-size: 30px !important;
  border-left: 3px solid var(--color_orange) !important;
  font-weight: 200 !important;
  margin-bottom: 20px !important;
  padding: 10px 20px !important;
  line-height: 1 !important;
  text-align: left !important;
}


@media only screen and (max-width: 768px) {


  .h2_2,
  #wpmem_login legend,
  #wpmem_reg legend {
    font-size: 23px !important;
  }

}

.h2_2 span {
  background-color: #fff;
  border-radius: 30px;
  text-align: center;
  padding: 5px 10px;
  display: inline-block;
  line-height: 1;
  font-size: 15px;
  color: var(--color_orange);
  position: relative;
  top: -4px;
  margin-left: 30px;
}

@media only screen and (max-width: 768px) {

  .h2_1 {
    font-size: 20px;
    border-bottom: 1px solid var(--color_orange);
    font-weight: 200 !important;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

  .h2_2 {
    font-size: 20px;
  }
}

/*トップワンカラム*/
.home #main_col {
  width: 100%;
  margin: 0 0px 0 0;
}

/*トップ新着*/
#news_ul li {
  display: flex;
  justify-content: space-between;
  padding: 20px 10px;
  border-bottom: 1px solid #ddd;
  line-height: 1.7;
}

#news_ul li span {
  width: 100px;
}

#news_ul li div {
  flex: 1;
}

@media only screen and (max-width: 768px) {

  #news_ul li {
    display: block;
    padding: 10px;
  }

  #news_ul li span {
    width: 100%;
    display: block;
  }

  #news_ul li div {
    width: 100%;
  }


}

/**************************
 * 求人情報一覧
***************************/

/*タイトル*/
@media screen and (max-width: 750px) {
  #page_image_header.home .catch {
    font-size: 30px;
  }
}

.blog #main_col {
  width: 100%;
  margin: 0;
}

/*ポップアップ*/

#page_image_header.home .catch {
  color: #000;
}


.screen-reader-text {
  display: none;
}

#s_wrap {
  padding: 30px 50px;
  background-color: #dedede;

}

@media screen and (max-width: 1100px) {

  #s_wrap {
    overflow: hidden !important;
    padding: 30px 50px;
  }
}

@media screen and (max-width: 750px) {

  #s_wrap {
    overflow: hidden !important;
    padding: 30px 20px;
  }
}






.main-content-search {
  overflow: hidden !important;
  max-width: 1124px;
  margin: auto;
}

.main-content-search img {
  width: 18px;
  height: auto;
  margin-right: 10px;
}

.main-content-search dt {
  background-color: var(--color_orange);
  padding: 20px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
}

.main-content-search dd {
  background-color: #fff;
  text-align: center;
  padding: 20px;
}

.main-content-search dd p {
  display: inline-block;
  padding: 5px;
  font-size: 14px;
  color: #333;
}

.search-field {
  width: 70% !important;
  border: 1px solid #ccc;
  font-size: 18px !important;
  padding: 5px !important;
  margin: 5px;

}

.search-submit {
  color: #fff;
  /*background-color: #ff7901;*/
  background-color: var(--color_orange);
  font-size: 18px;
  border: none;
  padding: 10px 30px;
  border-radius: 5px;

}



.main-content-blog {
  border-radius: 10px !important;
  overflow: hidden !important;
  margin-top: 50px !important;
  border: 3px solid #fff;
  margin-bottom: 50px;
}

.main-content-blog dt {
  background-color: var(--color_orange);
  padding: 20px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 1;
}

.main-content-blog dd {
  background-color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 14px;
}

.main-content-blog dd p {
  display: inline-block;
  padding: 5px;
  font-size: 14px;
  color: #333;
}


.main-content-blog ul {
  margin-bottom: 30px;
  height: 220px;
  overflow-y: scroll;
}


@media (max-width: 600px) {

  .main-content-blog ul {
    margin-bottom: 30px;
    height: 300px;
    overflow-y: scroll;
  }


}

.main-content-blog li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc;
}

.main-content-blog li .date {
  width: 120px;
  margin-right: 20px;
  ;
  padding: 5px;
  font-size: 14px;
}

.main-content-blog li .title {
  flex: 1;
  text-align: left;
  ;
  padding: 5px;
  font-size: 14px;
}

.main-content-blog li .title a {
  color: var(--color_orange);
}


.b_more {
  display: inline-block;
  padding: 10px 50px;
  color: #fff;
  background-color: var(--color_orange);
  border-radius: 10px;
}

#foot_wrap {
  background-color: #efefef;
}

.breadcrumbs {
  background-color: #efefef;
  font-size: 12px;
  padding: 5px 10px;
  color: #333;
}


.searchandfilter ul {
  display: block !important;
  width: 100% !important;
}

.searchandfilter li {
  list-style: none;
  display: block !important;
}

.searchandfilter li label {
  display: block !important;
  padding: 10px !important;
  background-color: #efefef;
  font-size: 15px;
}


@media (max-width: 600px) {

  .searchandfilter li label {
    font-size: 12px !important;
  }
}

.searchandfilter li label.selected {
  background-color: #f9e8da;
}


#pop span {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid var(--color_orange);
  margin-bottom: 10px;
}

.popmake input[type="submit"] {
  background-color: var(--color_orange);
  font-size: 14px;
  border: none;
  padding: 5px 0px;
  border-radius: 5px;
  color: #fff;
  width: 150px;
  margin: auto;
  display: block;
  text-align: center;
  margin-top: 40px;
}

.pum-theme-301 .pum-title,
.pum-theme-enterprise-blue .pum-title {
  color: var(--color_orange) !important;
  text-align: left;
  text-shadow: 0px 0px 0px rgb(2 2 2 / 23%);
  font-family: inherit;
  font-weight: 100;
  font-size: 20px !important;
  line-height: 36px;
}


#popmake-158 .searchandfilter li,
#popmake-160 .searchandfilter li,
#popmake-169 .searchandfilter li {
  list-style: none;
  display: inline-block !important;
  margin-bottom: 10px;
}
/*
#popmake-338 .searchandfilter>div>ul>li,
#popmake-334 .searchandfilter>div>ul>li,
#popmake-330 .searchandfilter>div>ul>li,
#popmake-332 .searchandfilter>div>ul>li {
  display: inline-block !important;
}

 */
.searchandfilter li label.selected {
  background-color: #f9e8da;
}


/*注目求人*/
#hot_ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
  flex-wrap: wrap;
}

#hot_ul>li {
  width: 23%;
  border: 1px solid #ccc;
  position: relative;
}

@media screen and (max-width:768px) {

  #hot_ul>li {
    width: 48% !important;
    border: 1px solid #ccc;
    position: relative;
    margin-bottom: 20px;
  }
}

#hot_ul .thum img {
  width: 100% !important;
  height: auto;
  /* 	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	margin:auto;
	object-fit: cover; */
}

#hot_ul>li {
  position: relative;
  top: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

#hot_ul .incate a {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  font-size: 12px;
  text-align: center;
  color: #fff;
  position: absolute;
  z-index: 3;
  left: 0px;
  top: 0px;
  min-width: 130px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 1100px) {
  #hot_ul .incate a {
    font-size: 11px;
    min-width: 100px;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
  }
}

#hot_ul .in_hot {
  padding: 15px;
}

#hot_ul .uncategorized a {
  /*注目求人の未分類独自設定*/
  background-color: var(--color_orange);
}

#hot_ul .date {
  font-size: 12px;
  margin: 7px 0 0 0;
  padding: 0 0 0 22px;
  color: #999;
  position: relative;
}

#hot_ul .date::before {
  font-family: 'footer_bar';
  content: '\e912';
  font-size: 13px;
  top: 0px;
  left: 0px;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ホバーアニメーション */
#hot_ul>li:hover {
  top: -3px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}

#hot_ul .title {
  font-weight: 600;
  line-height: 1.8;
  max-height: 5.4em;
  overflow: hidden;
  visibility: visible;
  word-wrap: break-word;
  word-break: break-all;
}

@media screen and (max-width: 750px) {
  #hot_ul .title {
    font-size: 16px;
  }
}

/*求人一覧バナー*/

.cate_bnr {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 0px !important;
}

.cate_bnr li {
  width: 48%;
  border: 1px solid #dedede;
  border-radius: 5px;
  overflow: hidden;
  height: 150px;
  margin-bottom: 10px;
}

@media screen and (max-width:900px) {
  .cate_bnr li {
    width: 100%;
  }
}

.cate_bnr li a {
  display: block;
  display: flex;
  justify-content: space-between;
  text-decoration: none;
}

.cate_bnr li a>p:first-child {
  width: 30%;
  padding: 0px;
  margin: 0px 20px 0px 0px;
  overflow: hidden;
  height: 150px;
}

.cate_bnr li a>p:last-child {
  background-color: #f5ae16;
  ;
  color: #fff;
  margin: 0 0 0 20px;
  padding: 10px;
  display: flex;
  height: 150px;

  align-items: center;
  align-content: center;
  box-sizing: border-box;
}

.cate_bnr li a>div {
  flex: 1;
  height: 150px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;

}

.cate_bnr li a>div h3 {
  font-size: 25px;
  margin: 0 0 10px 0 !important;
  line-height: 1.5;
}

@media screen and (max-width:1023px) {

  .cate_bnr li a>div h3 {
    font-size: 22px;
    margin: 0 0 10px 0 !important;
  }
}

@media screen and (max-width:450px) {

  .cate_bnr li a>div h3 {
    font-size: 18px;
    margin: 0 0 10px 0 !important;
  }
}

.cate_bnr li a>div p {
  font-size: 16px;
  margin: 0;

}

@media screen and (max-width:900px) {

  .cate_bnr li a>div p {
    font-size: 14px;
  }
}

@media screen and (max-width:450px) {

  .cate_bnr li a>div p {
    font-size: 13px;
  }
}

.cate_bnr li a>p img {
  width: 120%;
  height: 120%;
  object-fit: cover;
}

.term {
  padding: 0px 15px;
}

.term a {
  position: static !important;
  color: #000;
  padding: 3px !important;
  display: inline-block;
  font-size: 10px;
  border: 1px solid #ccc;
  background-color: #efefef;
}

.r_note li {
  font-size: 10px;
  display: inline-block;
  padding: 2px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin: 2px;
  background-color: #dedede;
}

/**************************
 * 採用担当者様向け org
***************************/

.h2_3 {
  font-size: 30px;
  text-align: center;
  line-height: 1;
  margin: 50px 0 60px !important;
}


@media screen and (max-width:768px) {
  .h2_3 {
    font-size: 30px;
    text-align: center;
    line-height: 1;
    margin: 0px 0 30px !important;
  }

  .h2_3 img {
    display: block;
    width: 70%;
    margin: auto auto 15px !important;
  }
}

#org1 {
  margin-bottom: 60px;
}

.fea_ul {
  display: flex;
  justify-content:center;
	flex-wrap:wrap;
}

.fea_ul li {
  width: 43%;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 30px;
	margin:20px;
  border-radius: 5px;
  list-style-type: none;
  position: relative;
}

.fea_ul li .num {
  width: 80px;
  height: 80px;
  border-radius: 70px;
  left: -30px;
  top: -30px;
  position: absolute;
  background-color: var(--color_orange);
  padding: 5px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.3;
}


@media screen and (max-width:768px) {

  .fea_ul li .num {

    left: -15px;
    top: -15px;
  }

  .fea_ul {
    display: block;
    margin-left: 0 !important;
  }

  .fea_ul li {
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 15px;
    border-radius: 5px;
    list-style-type: none;
    position: relative;
    margin-bottom: 30px;
  }
}

.fea_ul .num span {
  font-size: 15px;
  display: block;
}

.fea_ul li strong {
  font-size: 30px;
  display: block;
}

.fea_ul h3 {
  text-align: center;
	margin-top:1em !important;
	font-size:20px !important;
}

.fea_ul li img {
  width: 30%;
  height: auto;
  display: block;
  margin: auto;
  margin-bottom: 30px;
}


#org2 {
  background-color: #efefef;
  padding: 60px 30px;
}


#org3 {
  margin-bottom: 60px;
	text-align:center;
}
.org_box{
	text-align:center;
}
@media screen and (max-width:768px) {

  #org2 {
    background-color: #efefef;
    padding: 40px 20px;
    margin-left: 0px !important;
  }

}

.dekiru_ul {
  margin: 0px;
}

@media screen and (max-width:768px) {

  .dekiru_ul {
    margin-left: 0 !important;
  }

}

.dekiru_ul li {
  margin: 0 0 30px;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.dekiru_ul li:nth-child(2) {
  flex-direction: row-reverse;
}

.dekiru_ul li h3 {
  width: 100%;
  text-align: center;
  font-size: 30px;
  margin-top: 30px !important;
}

.dekiru_ul li .img {
  width: 20%;
  margin: 0 3% 0;
}

.dekiru_ul li img {
  width: 100%;
  height: auto;
}

.dekiru_ul li .txt {
  flex: 1;
}


@media screen and (max-width:768px) {

  .dekiru_ul li .img {
    width: 80%;
    margin: 0 auto 0;
  }

  .dekiru_ul li {
    margin: 0 0 30px;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    display: block;
  }

  .dekiru_ul li h3 {
    width: 100%;
    text-align: center;
    font-size: 20px;
  }
}


/*カテゴリーアーカイブワンカラム*/
#main_col {
  width: 100%;
  margin: 0 40px 0 0;
}


/*トップワンカラム*/
.single #main_col {
  width: 100%;
  margin: 0 40px 0 0;
}

#media_image-2 {
  width: calc(100% / 3 - 20px);
  padding: 0 30px 40px 0;
  border-right: 1px solid #ccc;
  margin: 0px !important;
	margin-right: 30px !important;
}


#mw_wrap {
  background-color: #efefef;
  padding: 20px;
  margin: 60px auto 60px;
}

#mw_wrap table th,
#mw_wrap table td {
  border-bottom: 1px solid #ffff;
  padding: 5px;
  font-weight: normal !important;
}

input,
textarea {
  background-image: none !important;
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid #ccc !important;
  padding: 5px;
  width: 100%;
}

.a_btn {
  text-align: center;
}

.a_btn button {
  display: inline-block;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-top: 30px;
}

.a_btn br {
  display: none;
}


#wpmem_login,
#wpmem_msg,
#wpmem_reg,
.wpmem_msg {
  width: 75%;
  margin: auto !important;
}

.dl_1 {
  display: flex;
  flex-wrap: wrap;
}

.dl_1 dt {
  width: 30%;
  box-sizing: border-box;
  padding: 10px;
  background-color: #efefef;
  border-bottom: 1px solid #dedede;
}

.dl_1 dd {
  width: 70%;
  box-sizing: border-box;
  padding: 10px;
  border-bottom: 1px solid #dedede;
  margin: 0 !important;
}


@media screen and (max-width:768px) {

  .dl_1 {
    display: block;
  }

  .dl_1 dt {
    display: block;
    width: 100%;
  }

  .dl_1 dd {
    display: block;
    width: 100%;
  }
}


@media screen and (max-width:768px) {
  #media_image-2 {
    width: 100% !important;
    padding: 0px !important;
    border-right: none !important;
    margin: 0px !important;
    float: none !important;
    text-align: center !important;
  }

  #menu-head-1 {
    text-align: center !important;
  }

  footer .widget_content li {
    display: block;
  }

  footer .widget_content li a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #dedede;
  }

  #nav_menu-2 {
    width: 100%;
    float: none !important;
  }
}
@media screen and (max-width: 750px) {
  #header_slider_wrap {
    height: 350px !important;
    margin: 0 0 20px 0;
    margin-top: 0px;
    margin-top: 0px !important;
  }

  #header_slider {
    height: 350px !important;
  }

  #header_slider .item {
    height: 350px !important;
  }
}

@media screen and (max-width: 550px) {
  #header_slider_wrap {
    height: 250px !important;
    margin: 0 0 20px 0;
    margin-top: 0px !important;
  }

  #header_slider {
    height: 250px !important;
  }

  #header_slider .item {
    height: 250px !important;
  }
}

@media screen and (max-width: 600px) {
  .gaiyouT th {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
    border: none !important;
  }

  .gaiyouT td {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
    border: none !important;
  }

  .gaiyouT tr {
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .blog_list .title {
    font-size: 12px !important;
  }
}

@media screen and (max-width: 550px) {
  #page_image_header {
    height: 250px !important;
  }
}



.button_div {
  text-align: center !important;
}

.page-id-13 {
  background-image: url(https://telluswork.jp/wp-content/uploads/2022/10/my_bg.jpg);
  background-size: cover;
  background-position: center bottom;
  background-attachment: fixed;
  /*--背景画像の固定--*/
}


.page-id-13 #main_col {
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
	padding:30px;
}

.logged-in.page-id-13 #main_col {
  padding: 40px;
  box-sizing: border-box;
}


@media screen and (max-width:1100px) {

  .page-id-13 #main_col {
    padding-top: 1px;
    padding-bottom: 1px;
  }

}

#comp_map {
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2);
  margin-top: 60px !important;
}

#comp_map iframe {
  height: 350px;
  width: 100%;
}

.top_bnr1 {
  display: flex;
  justify-content: space-between;
  margin: 60px auto 40px !important;
	max-width:1130px;
	flex-wrap:wrap;

}
.top_bnr1 li {
/*     width: 32%; */
	width:24%;
    margin-bottom: 20px;

}


@media screen and (max-width:1251px) {

  .top_bnr1 {
    display: flex;
    justify-content: space-between;
    margin: 60px auto 0px !important;
  }
}


@media screen and (max-width:1024px) {

  .top_bnr1 {
    flex-wrap: wrap;
	padding:0px 20px;
  }

}

@media screen and (max-width:550px) {
  .top_bnr1 li {
    width: 100%;
    margin-bottom: 10px;
  }
}

.top_bnr1 img {
  width: 100%;
  height: auto;

}

#index_tab li.active {
  display: none;
}


.top_bnr0_2{
	margin-bottom:40px !important;
}

.home .top_bnr0_2{
	display:none !important;
}

.top_bnr0 {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
	margin:80px auto 0px;
  flex-wrap: wrap;
	max-width:1130px;
}


.top_bnr0 img {
  width: 100%;
  height: 100%;

}

@media screen and (max-width:1251px) {

  .top_bnr0 {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    margin: 40px auto 20px !important;
	padding:0px 20px;
  }
}


.top_bnr0 li {
  width: 22%;
	margin-bottom:20px;
}

@media screen and (max-width:550px) {
  .top_bnr0 li {
    width: 48%;
    margin-bottom: 20px;
  }
}

#main_contents {
	padding-bottom:30px !important;
}


@media screen and (max-width:550px) {

#main_contents {
	margin-bottom:-10px !important;
	padding-bottom:0px !important;
}



}


.post_content{
	padding:0px;
}

.wpmem_msg {
  width: 100%;
  padding: 0px;
  box-sizing: border-box;
}


#wpmem_login, #wpmem_msg, #wpmem_reg, .wpmem_msg {
  width: 100% !important;
}

.pc .admin-bar.header_fix {
  padding-top: 32px !important;
}

.a_btn2{
	display:inline-block;
	border:1px solid #ccc;
	width:100%;
	text-align:center;
	position: relative;
	overflow: hidden;
	text-decoration: none;
	display: inline-block;
    padding: 20px;
    text-align: center;
    outline: none;
    transition: ease .2s;
	box-sizing:border-box;
}

.a_btn2 span {
	position: relative;
	z-index: 5;
	color:#000;
}

.a_btn2:hover span{
	color:#fff;
}

.a_btn2::before {
	content: '';
	position: absolute;
	top: 0;
	left: -130%;
	background:var(--color_orange);
	width:120%;
	height: 100%;
	transform: skewX(-25deg);
}

.a_btn2:hover::before {
	animation: naname .6s forwards;/*アニメーションの名前と速度を定義*/
}

@keyframes naname {
	100% {
		left:-10%;/*画面の見えていない左から右へ移動する終了地点*/
	}
}


#bg_logo{
	background-image:url("/img/bg_logo.png");
	background-size:40vw auto !important;
	background-repeat:no-repeat !important;
	  background-attachment: fixed !important;
	background-position:right center;
}


@media screen and (max-width:768px){
#bg_logo{
	background-image:url("/img/bg_logo.png");
	background-size:80vw auto !important;
	background-repeat:no-repeat !important;
	  background-attachment: fixed !important;
	background-position:130% center !important;
}
}



.qa dt{

  font-size: 20px;
/*   border-bottom: 1px solid var(--color_orange); */
  font-weight: normal !important;
  margin-bottom: 10px;
  padding-bottom: 0px;
	position:relative;
	padding-left:35px;
	line-height:1;
	padding-bottom:10px;
}
.qa dt span{
	background-color:var(--color_orange);
	display:inline-block;
	position:absolute;
	left:0;
	top:0px;
	color:#fff;
	width:25px;
	height:25px;
	line-height:25px;
	text-align:center;
}

.qa dd {

	position:relative;
	padding-left:40px;
	margin-left:35px;
	margin-bottom:40px;
}
.qa dd span{
	color:var(--color_orange);
	background-color:#efefef;
	display:inline-block;
	position:absolute;
	left:0;
	top:0px;
	width:25px;
	height:25px;
	line-height:25px;
	text-align:center;
}


@media only screen and (max-width: 768px) {

.qa dt{

  font-size: 17px;
/*   border-bottom: 1px solid var(--color_orange); */
  font-weight: normal !important;
  margin-bottom: 10px;
  padding-bottom: 0px;
	position:relative;
	padding-left:35px;
	line-height:1;
	padding-bottom:10px;
}
.qa dt span{
	background-color:var(--color_orange);
	display:inline-block;
	position:absolute;
	left:0;
	top:0px;
	color:#fff;
	width:25px;
	height:25px;
	line-height:25px;
	text-align:center;
}

.qa dd {

	position:relative;
	padding-left:40px;
	margin-left:35px;
	margin-bottom:40px;
}
.qa dd span{
	color:var(--color_orange);
	background-color:#efefef;
	display:inline-block;
	position:absolute;
	left:0;
	top:0px;
	width:25px;
	height:25px;
	line-height:25px;
	text-align:center;
}

}



.online{
	margin:40px auto 40px !important;
	width:70%;
}
@media screen and (max-width:600px){


.online{
	margin:30px auto 30px !important;
	width:100%;
}
}

.online a{
	color:#fff !important;
	display:block;
	background-color:var(--color_orange);
	color:#fff !important;
	padding:20px;
	text-align:center;
	position:relative;
	line-height:1.8;
	font-weight:bold;
	border-radius:5px;
	box-shadow:0px 0px 10px rgba(0,0,0,0.3);
	transition: all 0.5s 0s ease;
}

.online a:hover{
	opacity:0.8;
	box-shadow:0px 0px 0px #fff !important;
}

.online strong{
	font-size:25px !important;
	font-weight:bold;
}
.online small{
font-weight:normal !important;
	font-size:20px !important;
}

@media screen and (max-width:400px){

.online small{
font-weight:normal !important;
	font-size:18px !important;
}

.online strong{
	font-size:21px !important;
	font-weight:bold;
}

}
.online img{
/* 	position:absolute;
	left:-10px;
	top:-30px;
	width:80px;
	height:auto; */
	width:40px;
	height:auto;
	margin-right:10px;
}


/* .in_bu{
	display:flex;
	justify-content:space-between;
	align-content:top;
	align-items:top;
}

.in_bu .img{*/
	margin:0px 20px;
	width:80%;
	height:auto;
	display:block;
}
.in_bu .txt{
	width:100%;
}


.in_bu .img img{
	width:100%;
	height:auto;
}



#page_image_header {
	margin-bottom:0 !important;
}
#header_slider .item1 .desc p {
	line-height:1.3;
}

#header_slider .caption {
	text-shadow:5px 5px 8px rgba(0,0,0,0.7);
	text-align:left;
}



/*mv動画*/

@media screen and (max-width:1450px){
#header_slider .video_wrap.type1 {
  position: absolute;
  top: 47%;
  left: auto;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
}
@media screen and (max-width:1360px){
#header_slider .video_wrap.type1 {
  position: absolute;
  top: 42%;
  left: auto;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
}


@media screen and (max-width:1100px){
#header_slider .video_wrap.type1 {
  position: absolute;
  top: 47%;
  left: auto;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
}

@media screen and (max-width:801px){
#header_slider .video_wrap.type2 {
  position: absolute;
  top: -30px;
	}
}
@media screen and (max-width:751px){
#header_slider .video_wrap.type1 {
  position: absolute;
  top: 35%;
	}
}
@media screen and (max-width:651px){
#header_slider .video_wrap.type1 {
  position: absolute;
  top: 30%;
	}#header_slider .video_wrap.type2 {
  position: absolute;
  top: -60px;
	}
}

#header_slider_wrap{
	height:37.9vw !important;/*1450:550*/
}


#mv {
	position: relative;
}


/*ブレイクポイントごとの非表示*/
@media screen and (min-width:1280px) {
	.dn1 {display:none !important;}

.mv_video {
	-webkit-transition: opacity .4s cubic-bezier(0.18, 0.06, 0.23, 1) 0s;
	transition: opacity .4s cubic-bezier(0.18, 0.06, 0.23, 1) 0s;
	opacity: 1;
	height: auto;
	position: relative;
}

.in-video {
	width: 100% !important;
	height: auto;
}
}
@media screen and (min-width:1024px) and (max-width:1279px) {
	.dn2 {display:none !important;}

.mv_video {
	-webkit-transition: opacity .4s cubic-bezier(0.18, 0.06, 0.23, 1) 0s;
	transition: opacity .4s cubic-bezier(0.18, 0.06, 0.23, 1) 0s;
	opacity: 1;
	height: auto;
	position: relative;
}

.in-video {
	width: 100% !important;
	height: auto;
}

}
@media screen and (min-width:768px) and (max-width:1023px) {
	.dn3 {display:none !important;}
.mv_video {
	-webkit-transition: opacity .4s cubic-bezier(0.18, 0.06, 0.23, 1) 0s;
	transition: opacity .4s cubic-bezier(0.18, 0.06, 0.23, 1) 0s;
	opacity: 1;
	height: auto;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.in-video {
	/* width: 100% !important; */
	height: 768px;
	transform: translateX(-200px);
}

}
@media screen and (min-width:360px) and (max-width:767px) {
	.dn4 {display:none !important;}
.mv_video {
	-webkit-transition: opacity .4s cubic-bezier(0.18, 0.06, 0.23, 1) 0s;
	transition: opacity .4s cubic-bezier(0.18, 0.06, 0.23, 1) 0s;
	opacity: 1;
	height: auto;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.in-video {
	width: 100% !important;
}#mv {
  position: relative;
  margin-bottom: 40px;
}

}
@media screen and (max-width:359px) {
	.dn5 {display:none !important;}
.mv_video {
	-webkit-transition: opacity .4s cubic-bezier(0.18, 0.06, 0.23, 1) 0s;
	transition: opacity .4s cubic-bezier(0.18, 0.06, 0.23, 1) 0s;
	opacity: 1;
	height: auto;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.in-video {
	width: 100% !important;
}#mv {
  position: relative;
  margin-bottom: 40px;
}

}


/*test*/
#index_tab_post_list .post_list.type1 .content,
.blog_list.type1 .content{
	height:auto !important;
	border:none !important;
}

#index_tab_post_list .post_list.type1 .link,
.blog_list.type1 .link {
  border: 1px solid #efefef !important;
}
#index_tab_post_list .post_list.type1 .date,
.blog_list.type1 .date{
font-size: 12px;
padding: 0 0 0 22px;
color: #999;
position: relative !important;
	top:auto !important;
	bottom:auto !important;
	left:0 !important;
	margin-bottom:10px !important;
}

#index_tab_post_list .post_list.type1 .item,
.blog_list.type1 .item{
	height:auto !important;
}

.r_note{
	margin-top:10px !important;
}

.in_bu .txt li {
	list-style-type:disc !important;
}

.f_orange{
	color:var(--color_orange) !important;
}
.searchandfilter input{
	width:auto !important;
}

.page-id-1025 input[type="radio"] {
  -webkit-appearance: radio;
  display: inline;
  width: auto;
}

#dl_c dt span{
	display:inline-block !important;
	background-color:var(--color_orange) !important;
	border-radius:30px;
	padding:3px 10px;
	font-weight:normal;
	color:#fff;
	line-height:1;
	font-size:14px;
	margin-left:10px;
}

 #dl_c{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;

}

#dl_c dt{
	padding-bottom:10px;
/* 	color:var(--color_orange); */
	font-weight:normal;
/* 	font-size:18px; */
	width:35%;
}

#dl_c dd{
	padding-bottom:10px;
	margin-bottom:20px;
/* 	border-bottom:1px solid #dedede; */
	width:65%;
}

@media screen and (max-width:800px){

#dl_c dt,
#dl_c dd{
	font-size:14px !important;
	}
}
@media screen and (max-width:700px){

#dl_c{
	display:block;
	}

#dl_c dt,
#dl_c dd{
	display:block;
	width:100%;
	}
#dl_c dd{
	border-bottom:1px solid #ccc;
	}
#dl_c dt{
	font-weight:bold;
	}
}

/* #global_menu #menu-item-424 ,
#mobile_menu .menu-item-424 a{
	background-color:#ffb400 !important;
}
 */

.top_list .category{
	background-color:#f5ae16 !important;
}



#f_fix{
	margin:40px auto 40px !important;
	position:fixed;
	height:70px !important;
	margin:0 auto !important;
	left:0;
	right:0;
	bottom:5px;
	  z-index:997;
	  max-width: 1130px;
	padding:0px 5px;
}
@media screen and (max-width:1280px){

#f_fix{

	  max-width: 600px;
	}
}
@media screen and (max-width:768px){


  #f_fix{
	margin:0px 0px 0px !important;
	width:calc(100% - 60px);
	  left:5px;
	bottom:-2px;
	padding:0px;
	  max-width: none !important;
}
}

#f_fix a{
	color:#fff !important;
	display:block;
	background-color:var(--color_orange);
	color:#fff !important;
	height:70px !important;
	line-height:70px;
	box-sizing:border-box;
	text-align:center;
	position:relative;
	font-weight:bold;
	box-shadow:0px 0px 10px rgba(0,0,0,0.3);
	transition: all 0.5s 0s ease;
	border-radius:10px !important;
}

@media screen and (max-width:768px){


  #f_fix a{
	height:60px !important;
	line-height:60px !important;
	  font-size:18px !important;
}
}


#f_fix a:hover{
	background-color:#eb8936;
	box-shadow:0px 0px 0px #fff !important;
	opacity:1 !important;
}

#f_fix strong{
	font-size:22px !important;
	font-weight:bold;
}


@media screen and (max-width:768px){


#f_fix strong{
	font-size:19px !important;
	font-weight:bold;
}
}
#f_fix small{
font-weight:normal !important;
	font-size:20px !important;
}

@media screen and (max-width:400px){

  #f_fix small{
font-weight:normal !important;
	font-size:18px !important;
}

#f_fix strong{
	font-size:21px !important;
	font-weight:bold;
}

}
#f_fix img{
/* 	position:absolute;
	left:-10px;
	top:-30px;
	width:80px;
	height:auto; */
	width:30px;
	height:auto;
	margin-right:10px;
}

#footer{
	padding-bottom:80px;
}


.form_att{
	font-size:14px;
	padding:20px;
	background-color:#efefef;
	border:1px solid #ccc;
	line-height:1.7;
	margin-bottom:20px;
}

.page-id-1155 input[type="radio"],
.page-id-1155 input[type="checkbox"] {
  -webkit-appearance: radio;
  display: inline;
  width: auto;
}

.page-id-1163 input[type="radio"],
.page-id-1163 input[type="checkbox"]{
  -webkit-appearance: radio;
  display: inline;
  width: auto;
}


.page-id-1260 input[type="radio"],
.page-id-1260 input[type="checkbox"]{
  -webkit-appearance: radio;
  display: inline;
  width: auto;
}

.page-id-1163 .mwform-checkbox-field.horizontal-item{
	display:block;
	margin-left:0 !important;
}


#footer .menu-item-1172 > a{
	display:none;
}
#global_menu > ul > li {
  position: relative;
  line-height: 1;
  text-align: center;
  font-size: 14px;
  -ms-flex:none !important;
  -webkit-flex: none !important;
  flex: none !important;
  min-width: 100px;
	width: calc(100% / 8) !important;
	border-left: 1px solid #ccc;
	box-sizing:border-box;
}
#global_menu #menu-item-247{
	border-left:none !important;
}

#global_menu > ul > li a{
	padding:0px 10px;
}
#menu-item-247 {
  width: 150px !important;
}
#menu-item-247 a {
	padding:0 !important;
}

#global_menu .sub-menu a{
	padding:20px;
}

@media screen and (max-width:768px){
footer .widget_content li {
  margin: 0 0px 10px 0 !important;
  display: inline;
}
}


#global_menu{
	background-color:#fff !important;
	color:#000 !important;
}

#global_menu ul li a {
  color: #000 !important;
  border-color: #edcfb6;
  border-right-color: rgb(237, 207, 182);

  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

#global_menu ul li a:hover {
	background-color:#f5ae16 !important;
	background:#f5ae16 !important;
	color:#fff !important;
}

#global_menu > ul > li.menu-item-has-children.active > a {
	background-color:#f5ae16 !important;
	background:#f5ae16 !important;
	color:#fff !important;
}

#global_menu > ul > li.active > a, #global_menu > ul > li.current-menu-item > a, #header.active #global_menu > ul > li.current-menu-item.active_button > a,#global_menu > ul ul a:hover,#global_menu > ul ul a{
	background-color:#f5ae16 !important;
	background:#f5ae16 !important;
	color:#fff !important;
}

#menu-head li:first-child a span {
  display: block !important;
  background-image: url(https://telluswork.jp/img/logo03.png) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  width: 100%;
  height: 100%;
  position: relative;
}


#global_menu > ul > li:first-child > a {
  color: #fff;
  background:#fff !important;
  border-color: var(--color_orange);
    border-right-color: rgb(237, 108, 0);
    border-left-color: rgb(237, 108, 0);
}

.swiper-container{
	opacity:0;
}

.swiper-initialized{
	opacity:1 !important;
}



.swiper-slide {
	border-radius:30px;
	overflow:hidden;
}

.swiper-slide img{
	width:100%;
	height:auto;
	transition:all 0.3s linear;
}

.swiper-slide img:hover{

transform: scale(1.1,1.1);
}


.swiper-horizontal {
  width: 100vw;
  overflow: hidden;
	margin-top:30px !important;
}


#slide_txt{
	text-align:center;
	padding-top:30px;
	text-align:center;
}
#slide_txt img{
	max-width:700px;
	width:90%;
	height:auto;
}



.home_kensaku{
	margin: 0 calc(50% - 50vw);
  width: 100vw;
	box-sizing:border-box;
}


.swiper-button-prev,
.swiper-button-next{
	display:none !important;
}


#area{
	display:flex;
	justify-content:space-between;
	margin-bottom:40px;
}

#l_area{
	width:35%;
}
#r_area{
	width:60%;
	display:flex;
	justify-content:space-between;
}

#r_area ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	position:relative;
	top:-10px;
}
#r_area li{
	width:48%;
}


#area img{
	width:100%;
	height:auto;
}
.h2_3{
	font-size:30px;
	border-bottom:1px dotted #989898;
	font-weight:normal;
	padding-bottom:10px;
}



@media screen and (max-width:750px){
	#area{
		flex-wrap:wrap;
	}

#l_area{
	width:80%;
	margin:auto auto 40px;
}
#r_area{
	width:100%;
	display:flex;
	justify-content:space-between;
}	.h2_3{
		padding-top:50px;
	}

}


#h_bnr img{
	width:100%;
	height:auto;
	max-width:900px;
	margin:0px auto 40px;
	display:block;
	padding:10px;
}

#footer_menu{
	display:none !important;
}

.swiper-scrollbar{
	display:none !important;
}

#mobile_menu a:hover span {
  color: var(--color_orange) !important;
}

#mobile_menu a:hover {
  color: var(--color_orange) !important;
}

#container{
	width:100%;
	overflow:hidden;
}


#global_menu > ul > li:first-child {
  border-left: none !important;
}


.info_txt{
	text-align:center;
	line-height:2;
	background-color:#fbf1e9;
	padding:30px;
	margin-bottom:50px;
}

.info_txt a{
	font-size:20px;
}

.post_content ul {
  list-style: disc outside none;
  margin-left: 1.3em;
}

.review-template-default.single h2{
font-size:30px;
	text-align:left;
	border-left:5px solid #ed6e05;
	padding-left:10px;
}
.review-template-default.single .wp-block-image img{
	width:100%;
}

@media screen and (max-width:768px){
.review-template-default.single h2{
font-size:22px;
}
}

/* 追加23.5.25 */

/* 色変え */
#return_top a {
  background-color: var(--color_orange) !important;
}
.widget_headline, .design_headline1, .widget_tab_post_list_button a:hover, .page_navi span.current {
  border-color: var(--color_orange) !important;
}
.widget_tab_post_list_button a:hover, .page_navi span.current, #author_page_headline, #header_carousel_type1 .slick-dots button:hover::before, #header_carousel_type1 .slick-dots .slick-active button::before, #header_carousel_type2 .slick-dots button:hover::before, #header_carousel_type2 .slick-dots .slick-active button::before {
  background-color: var(--color_orange) !important;
}

/* フッター */
#footer #menu-foot {
  font-size: 15px;
}
#footer #menu-foot li {
  margin-right: 15px;
}


/*ホテル体験記の時間*/
.re_dl{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}


.re_dl dt{
	width:10%;
	border-bottom:1px dotted #ccc;
	margin:0 !important;
}

.re_dl dd{
	width:90%;
	border-bottom:1px dotted #ccc;
	margin:0 !important;
}

@media screen and (max-width:768px){
.re_dl{
	display:block;
}


.re_dl dt{
	width:100%;
	border-bottom:none !important;
	margin:0 !important;
	background-color:#efefef;
	padding:5px;
}

.re_dl dd{
	width:100%;
	border-bottom:none !important;
	margin:0 0 20px 0 !important;
}
}



.wp-block-media-text .wp-block-media-text__content {
  padding: 0;
}
@media screen and (min-width:601px){
.wp-block-media-text__media img {
margin:30px;
	box-sizing:border-box;
}
}