@charset "UTF-8";
body *:after,
body *:before,
body,body *{
min-inline-size:0;
}

/* reset 
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, section, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  font: inherit;
  vertical-align: baseline;
  list-style: none;
  text-decoration: none;
}
header, nav, article, aside, section, footer {
  display: block;
}
img {
  border: none;
}
.clear {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
* {
  box-sizing: border-box;
}
body, th, td, input, textarea, select, button {
  font-family: "Zen Kaku Gothic Antique", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}
body {
  font-size: 14px;
  color: #000;
  font-weight: 500;
}
body p, body span, body div, table th, table td {
  line-height: 1.5;
}
table {
  word-break: break-all;
}

/* リンク設定
------------------------------------------------------------*/
a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  transition: all 0.2s ease-out 0s;
}
a:link, a:hover, a:active, a:visited {
  outline: none;
  color: #000;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a:hover {
  color: #2996b9;
}
a img:hover {
  opacity: 0.6;
}
body {
  background: #fff;
}
.w1300 {
  max-width: 1300px;
  margin: 0 auto;
}
/*                    トップページ　　　　*/
/*　　共通　　　*/
.top_box {
  padding: 40px 15px;
}
.top_omoi {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
}
.top_business {
  padding-top: 80px !important;
}
.page_box > .inner, .top_box > .inner {
  margin: 0 auto;
  max-width: 1300px;
}
.top_midasi {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  line-height: 1;
  position: relative;
  width: fit-content;
  letter-spacing: 1px;
  border-bottom: solid 4px #2996b9;
  padding-bottom: 5px;
  position: relative;
}
.top_midasi span {
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
}
.more {
  text-align: center;
  margin: 20px 0 0 0;
}
.more a {
  margin: 0 auto;
  display: block;
  max-width: 480px;
  width: 100%;
  padding: 5px;
  position: relative;
  letter-spacing: 1px;
  border-radius: 100px;
  border: solid 3px #c44866;
  background: #c44866;
  color: #fff;
  height: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 15px;
  font-weight: bold;
  transition: all 0.2s ease-out 0s;
  line-height: 1;
  font-weight: bold;
}
.more a:after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  aspect-ratio: 1 / 1;
  height: auto;
  background: none;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  right: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.more a:before {
  content: "";
  display: block;
  background: url(../images/common/arrow_more_01.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  aspect-ratio: 1 / 1;
  height: auto;
  width: 47px;
  left: 5px;
  top: 0px;
  bottom: 0;
  margin: auto;
}
.more a:hover {
  color: #c44866;
  background: #fff;
}
.more a:hover:after {
  color: #c44866;
}
.bg_gray {
  background: #F5F5F5;
}
.bg_green {
  background: #2996b9;
}
.bg_red {
  background: #c44866;
}
p {
  margin-bottom: 20px;
}
p:last-of-type {
  margin-bottom: 0px;
}
.panel_green {
  position: relative;
}
.panel_green:before {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  background: #2996b9;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
}
/*  top_slider    */
.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
.chumoku_slider, .top_slider {
  opacity: 0;
  transition: opacity .3s linear;
}
.chumoku_slider.slick-initialized, .top_slider.slick-initialized {
  opacity: 1;
}
.top_slider_wrap {
  overflow: hidden;
  position: relative;
  margin-top: 96px;
}
.slider_text {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 0 15px;
}
.slider_txt_01 {
  margin-bottom: 50px;
}
/*   top_slider　arrow   カスタマイズ　　*/
#arrows_02, #arrows {
  width: 97%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  z-index: 1;
}
.top_slider .slick-arrow {
  background: none;
  border: none;
  position: absolute;
  font-size: 100px;
  color: #b38832;
  line-height: 1;
}
#arrows_02 .slick-arrow, #arrows .slick-arrow {
  z-index: 10;
  cursor: pointer;
  position: absolute;
  font-size: 70px;
  color: #b38832;
  top: -16px;
  font-size: 40px;
}
#arrows_02 .arrow_left, #arrows .arrow_left {
  left: 0px;
}
#arrows_02 .arrow_right, #arrows .arrow_right {
  right: 0px;
}
/* dot */
.slick-dots {
  bottom: -58px !important;
}
.slick-dots li button:before {
  font-size: 11px !important;
}
.slick-dots li button:before, .slick-dots li.slick-active button:before {
  color: #2996b9 !important;
}
/*  注目案件_slider    */
.chumoku_slider_wrap {
  position: relative;
  margin-bottom: 110px;
}
.chumoku_item {
  border: solid 6px #2996B9;
  margin: 0 10px;
}
.chumoku_item a {
  display: block;
  height: 325px;
  position: relative;
  padding: 20px 20px;
}
.chumoku_item a:before {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: url("../images/svg/arrow_more_03.svg") no-repeat center center;
  background-size: contain;
  display: block;
  width: 42px;
  aspect-ratio: 1 / 1;
  height: auto;
}
.chumoku_item a:hover {
  background: #e0f0f5;
}
.chumoku_item .title {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.chumoku_item .spec > span {
  display: block;
  line-height: 1;
  width: fit-content;
  background: #F5F5F5;
  padding: 4px 10px 5px;
  margin-bottom: 8px;
}
/*  検索欄　    */
.search_box_wrap {
  padding: 30px 15px;
}
.search_box_wrap .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 5px;
}
.search_box_wrap .inner > div {
  width: 100%
}
button, input[type="submit"], input[type="reset"], input[type="button"] {
  background: none;
  border: none;
  cursor: pointer;
}
button, input[type="submit"], input[type="reset"], input[type="button"], input[type="text"], input[type="password"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="number"], textarea, select {
  border: 1px solid #DFDFDF;
  padding: 5px;
  border-radius: 1px;
  background: #fff;
  padding: 5px 10px;
  font-size: 16px;
}
textarea {
  width: 100%;
  height: 150px;
}
input[type="text"], input[type="password"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="number"], select {
  height: 50px;
  background: #fff;
}
:focus {
  border: 2px solid #c0c0c0;
  outline: none;
}
.search_btn_wrap {
  margin-top: 20px;
}
.search_box_wrap input, .search_box_wrap select {
  width: 100%;
}
.search_select_box select {
  -webkit-appearance: none;
  appearance: none; /* デフォルトの矢印を非表示 */
}
.search_select_box select::-ms-expand {
  display: none; /* デフォルトの矢印を非表示(IE用) */
}
/* セレクトボックスの矢印デザイン変更 */
.search_select_box {
  position: relative;
}
.search_select_box:after, .search_select_box:before {
  pointer-events: none;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.search_select_box:before {
  background: #c44866;
  width: 32px;
  height: 100%;
  right: 0px;
}
.search_select_box:after {
  width: 6px;
  aspect-ratio: 1 / 1;
  height: auto;
  background: none;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(135deg);
  right: 11px;
}
.search_btn {
  margin: 0 auto;
  display: block;
  width: 100%;
  padding: 5px;
  position: relative;
  letter-spacing: 1px;
  border-radius: 100px;
  background: #c44866;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  font-weight: bold;
  transition: all 0.2s ease-out 0s;
  line-height: 1;
  font-size: 20px;
  height: 60px;
  border: solid 7px #c44866;
  position: relative;
}
.search_btn:before {
  content: "";
  display: block;
  background: url(../images/common/search_more.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  aspect-ratio: 1 / 1;
  height: auto;
  width: 47px;
  left: 1px;
  top: 0px;
  bottom: 0;
  margin: auto;
}
.search_btn:hover {
  color: #c44866;
  background: #fff;
}
.search_text_box {
  position: relative;
}
/*.search_text_box:before {
    content: "";
    position: absolute;
    right: 13px;
	top: 0;
	bottom: 0;
	margin: auto;
    background: url(../images/svg/icon_search.svg) no-repeat center center;
    background-size: contain;
    display: block;
    width: 24px;
    aspect-ratio: 1 / 1;
    height: auto;
}
.search_text_box input{
padding-right:40px;

}*/
/*  ログイン　誘導    */
.top_yudo {
  background: #F5F5F5;
}
.login_yudo_LR {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
  margin-left: -15px;
  margin-right: -15px;
}
.login_yudo_LR > div {
  width: 50%;
  padding: 25px 15px;
}
.login_yudo_LR * {
  color: #fff;
}
.login_yudo_LR .L {
  background: #2996b9;
  border-right: solid 1px #fff;
}
.login_yudo_LR .R {
  background: #c44866;
  border-left: solid 1px #fff;
}
.login_yudo_LR .top_midasi {
  margin-bottom: 15px;
  border-color: #fff;
}
.login_more_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 15px auto 0 auto;
}
.login_more {
  max-width: 250px;
  width: 100%;
}
.login_more a {
  margin: 0 auto;
  height: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
  border-radius: 50px;
  max-width: 300px;
  text-align: center;
  position: relative;
  border: solid 3px #fff;
  color: #fff;
}
.login_more a:before {
  content: "";
  position: absolute;
  display: block;
  width: 7px;
  aspect-ratio: 1 / 1;
  height: auto;
  background: none;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(45deg);
  right: 13px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.login_yudo_LR .L .login_more a:hover:before {
  border-top: solid 3px #2996B9;
  border-right: solid 3px #2996B9;
}
.login_yudo_LR .R .login_more a:hover:before {
  border-top: solid 3px #c44866;
  border-right: solid 3px #c44866;
}
.login_more a:hover {
  background: #fff !important;
}
.login_yudo_LR .L .login_more a:hover {
  color: #2996b9;
}
.login_yudo_LR .R .login_more a:hover {
  color: #c44866;
}
.login_yudo_LR p {
  font-size: 12px;
}
/*  私たちの思い    */
.omoi_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 100px;
}
.omoi_detail {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.omoi_detail .midasi, .omoi_detail .midasi * {
  line-height: 1;
}
.omoi_detail .midasi {
  font-size: 28px;
  font-weight: bold;
  height: 110px;
  padding-top: 15px;
  color: #fff;
  background: #2996B9;
  position: relative;
  justify-content: center;
  align-items: center;
  display: flex;
}
.omoi_detail .midasi span {
  font-size: 20px;
  margin-top: 8px;
}
.omoi_detail .midasi .icon {
  position: absolute;
  top: -39px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.omoi_detail .text {
  color: #fff;
  padding: 40px 30px 60px;
  line-height: 1.7;
  flex: 1;
}
.omoi_detail_01 .text {
  background: url(../images/top/omoi_img_01.jpg) no-repeat center center;
  background-size: cover;
}
.omoi_detail_02 .text {
  background: url(../images/top/omoi_img_02.jpg) no-repeat center center;
  background-size: cover;
}
.omoi_detail_03 .text {
  background: url(../images/top/omoi_img_03.jpg) no-repeat center center;
  background-size: cover;
}
/*   企業様    */
.label_wrap * {
  line-height: 1.5;
}
.label_wrap {
  border: solid 4px #2996b9;
  background: #fff;
  padding: 30px 20px 30px 20px;
  text-align: center;
  position: relative;
}
.label_wrap:before {
  content: "";
  display: block;
  background: url(../images/common/icon_sdgs_01.png) no-repeat center center;
  background-size: contain;
  width: 56px;
  aspect-ratio: 1 / 1;
  height: auto;
  position: absolute;
  top: -28px;
  right: 0;
  left: 0;
  margin: auto;
}
.label_midasi {
  color: #2996b9;
  font-size: 22px;
  font-weight: 900;
  margin: 10px 0;
  line-height: 1.3;
}
.label_wrap p {}
.label_txt_01 {
  font-weight: bold;
  margin: 15px 0 15px 0;
}
.label_txt_02 {
  font-size: 15px;
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
  line-height: 2;
}
.caution {
  font-size: 12px;
}
/*   特定技能外国人の方はこちら 　日本人の方はこちら  */
.top_type .top_midasi, .top_type .top_midasi * {
  color: #fff;
}
.top_type .top_midasi {
  border-color: #fff;
}
.jp_caution {
  position: relative;
  top: -21px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.type_list_02, .type_list_01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.type_list_01 {
  row-gap: 30px;
}
.type_list_01 li {
  width: 49%;
  text-align: center;
  background: #fff;
}
.type_list_01 .title {
  font-weight: bold;
  line-height: 1;
  margin: 15px 0 0 0;
  font-size: 15px;
}
.type_list_01 .title span {
  line-height: 1.4;
  font-size: 12px;
}
.type_list_01 .img {
  position: relative;
}
.type_list_01 .img:before {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  aspect-ratio: 1 / 1;
  height: auto;
  background: url("../images/svg/arrow_more_02.svg") no-repeat center center;
  background-size: contain;
  right: 5px;
  bottom: 5px;
  z-index: 1;
}
.type_list_02 {
  row-gap: 25px;
}
.type_list_02 li {
  width: 100%;
  border-bottom: solid 2px #2996B9;
}
.type_list_02 li a {
  position: relative;
  line-height: 1;
  flex-direction: column;
  justify-content: center;
  display: flex;
  padding: 0 15px 10px 0;
  height: 100%;
  font-weight: bold;
}
.type_list_02 li a:before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  aspect-ratio: 1 / 1;
  height: auto;
  background: none;
  border-top: solid 2px #2996B9;
  border-right: solid 2px #2996B9;
  transform: rotate(45deg);
  right: 0px;
}
.type_list_02 li a span {
  font-size: 10px;
  line-height: 1.2;
}
/*   勤務地か探す    */
.place_table_wrap{
    max-width: 1000px;
    margin: 0 auto;
	background: #fff;

}
.place_table {
  margin: 0 auto;
}
.place_table th, .place_table td {
  padding: 5px 0;
}
.place_table th {
  vertical-align: top;
  width: 100px;
}
.place_table td {
  vertical-align: middle;
  padding-left: 15px;
}
.place_table a{
font-size: 12px;
font-weight: bold;
} 
.place_table .pt_01 a {
  width: 100%;
  height: 30px;
  font-weight: bold;
  line-height: 1;
  border: solid 2px #2996B9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 50px;
}
.place_table .pt_01 a:hover {
  background: #e0f0f5;
}
.place_table .pt_02 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.place_table .pt_02 a {
  text-decoration: underline;
  text-decoration-color: #2996B9;
  text-decoration-thickness: 2px;
}










.place_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 5px;
}
.place_list li {
  width: 100%;
}
.place_list a {
  position: relative;
  height: 40px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  border: solid 2px #2996B9;
  flex-direction: column;
  justify-content: center;
  display: flex;
  border-radius: 50px;
  text-align: left;
  padding: 0 0 0 43px;
}
.place_list a:before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  aspect-ratio: 1 / 1;
  height: auto;
  background: none;
  border-top: solid 2px #2996B9;
  border-right: solid 2px #2996B9;
  transform: rotate(45deg);
  right: 24px;
}
.place_list a:hover {
  background: #e0f0f5;
}
/*   お役立ち情報-    */
.useful_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 40px;
}
.useful_list li {
  width: 100%;
}
.type_list .img, .useful_list .img {
  aspect-ratio: 16 / 12;
  width: 100%;
  height: auto;
}
.type_list .img img, .useful_list .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.useful_list .date {
  font-size: 16px;
  text-align: left;
  color: #204175;
  position: relative;
  margin: 23px 0 20px 0;
  letter-spacing: 1px;
  line-height: 1;
}

.cat_name{
margin-bottom: 10px;
}

object{
    display: flex;
    flex-wrap: wrap;
	column-gap: 5px;
}
.cat_name a{
display: block;
font-size: 12px;
background: #2996b9;
color: #fff;
font-weight: bold;
padding: 0px 15px;
}

.useful_list .title {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
}
.useful_list .date:before {
  content: "";
  position: absolute;
  display: block;
  width: 7px;
  aspect-ratio: 1 / 1;
  height: auto;
  background: none;
  border-top: solid 3px #2996B9;
  border-right: solid 3px #2996B9;
  transform: rotate(45deg);
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
/*   お知らせ   */
.news_list_wrap {
  border: solid 4px #2996b9;
  background: #fff;
  padding: 20px 15px;
}
.news_list li {
  border-bottom: solid 1px #DDDDDD;
}
.news_list li a {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 30px 15px 5px;
  position: relative;
}
.news_list li a:before {
  content: "";
  position: absolute;
  display: block;
  width: 7px;
  aspect-ratio: 1 / 1;
  height: auto;
  background: none;
  border-top: solid 3px #2996B9;
  border-right: solid 3px #2996B9;
  transform: rotate(45deg);
  right: 13px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.news_list li .date {
  letter-spacing: 1px;
}
.news_list li .title {}
/*   新着案件    */
.anken_list_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 15px 15px;
}
.anken_list_wrap .news_list {
  width: 100%;
}
/*   header    */
.header {
  z-index: 10;
  transition: all 0.2s ease-out 0s;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
.header .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px;
  background: #fff;
}
.header_logo {}
.header_R, .header_login, .header_nav_list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 15px;
}
.header_logo, .header_pro a, .header_nav_list a {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.header_nav_list a {
  font-size: 12px;
  font-weight: bold;
}
.header_pro a {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
  background: #c44866;
  color: #fff;
  border-radius: 50px;
  width: 190px;
  text-align: center;
  position: relative;
}
.header_pro a:after {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  aspect-ratio: 1 / 1;
  height: auto;
  background: none;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  right: 22px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.header_pro a:hover {
  opacity: 0.6;
}
.header_login {
  column-gap: 15px;
}

.lang_switch{
justify-content: center;
    align-items: center;
    display: flex;

}
.lang_switch a{

}
.lang_switch a.current{
text-decoration: underline;
font-weight: bold;


}

/*   追尾    */
.header.scrolled {
  //height: 60px;
}
/*   footer    */
.footer .ue {
  background: #2996B9;
}
.footer .ue, .footer .sita {
  padding: 15px;
}
.footer_nav_list a, .footer .sita > div {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}
.footer_nav_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}
.footer_nav_list a {
  color: #fff;
  letter-spacing: 1px;
  font-size: 12px;
}
.footer_nav_list a:hover {
  color: #a1c9d5;
}
.footer .sita {
  padding: 15px 15px;
  text-align: center;
}
.footer_logo {
  margin-bottom: 15px;
}
.footer .copy {
  font-size: 12px;
  letter-spacing: 1px;
}
.ec-blockTopBtn {
  position: fixed;
  display: none;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  display: flex;
  width: 50px;
  height: 50px;
  right: 10px;
  bottom: 75px;
  font-size: 22px;
  border-radius: 100px;
  background: url("../images/common/page_top_on.png") no-repeat center center #c44866;
  background-size: contain;
  align-items: center;
  transition: all 0.2s ease-out 0s;
  border: solid 4px #c44866;
  color: #c44866 !important;
  z-index: 1;
}
.ec-blockTopBtn:hover img {
  opacity: 0;
}