@charset "UTF-8";
/* Scss Document */
/*=============================================
 * body
 *=============================================*/
body {
  color: #333;
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
  line-height: 32px;
  background: #fff;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  font-weight: 500;
}
body.main-page {
  background: #ecf0f1;
}

/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/

/*=============================================
 ******************* main **********************
 *=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
  min-width: 1366px;
}
section {
  margin-top: 100px;
  z-index: 1;
}
section:has(#side-menu) {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1220px;
}
section:has(#side-menu) .main-content {
  width: 910px;
  position: relative;
}
section:has(#side-menu) .main-content .wrap {
  width: 100%;
}
.tag {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  color: #808080;
  line-height: 26px;
  font-size: 12px;
  gap: 5px;
}
.tag li {
  border: 1px solid;
  border-radius: 6px;
  padding: 0 9px;
}
/*--------------------------------------
  main-page
--------------------------------------*/
.main-page .wrapper {
  padding: 100px 0 70px;
  position: relative;
}
.main-page section:before {
  content: '';
  position: absolute;
  top: -9px;
  right: -355px;
  background: url(../img/company/company_deco.svg) no-repeat center top;
  background-size: contain;
  width: 767px;
  height: 347px;
}
.main-page section:after {
  content: '';
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  height: 254px;
  background: linear-gradient(to right, rgb(236, 240, 241), rgba(236, 240, 241, 0));
}
.main-page .description {
  margin: 33px 0 70px;
  font-size: 32px;
  color: #1d274c;
}
.main-page .key-js {
  transform-origin: top left;
}
.main-page .slider img {
  height: 176px;
  margin-left: 20px;
  max-width: unset;
  width: auto;
}
.main-page__row {
  flex-wrap: wrap;
  margin-top: 138px;
  gap: 40px;
}
.main-page__row__item {
  width: 380px;
  margin-bottom: 60px;
}
.main-page__row__item h4 {
  font-size: 24px;
  line-height: 36px;
  margin: 35px 0 11px;
}
.main-page__row__item .txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 24.5px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}
.main-page__row__item .button {
  margin-top: 33px;
  width: 200px;
  line-height: 41px;
  height: 40px;
  font-size: 14px;
  display: block;
}
.main-page .main__sub__title {
  font-size: 40px;
  line-height: 60px;
  margin: 118px 0 110px;
}
/*--------------------------------------
  main-content
--------------------------------------*/
.main-content {
  position: relative;
  z-index: 1;
  padding: 124px 0 143px;
}
.main-content:before {
  content: '';
  position: absolute;
  top: 59px;
  right: -444px;
  background: url(../img/greetings/company_deco.svg) no-repeat center top;
  background-size: contain;
  width: 962px;
  height: 280px;
  z-index: -1;
}
.main-content.service:before {
  background: url(../img/staffing/service_deco.svg) no-repeat center top;
  background-size: contain;
  right: -529px;
}
.main-content.feature:before {
  background: url(../img/recruit-ability/feature_deco.svg) no-repeat center top;
  width: 862px;
}
.main-content.job-search:before {
  background: url(../img/carimeri-resort/job_deco.svg) no-repeat center top;
  width: 1196px;
}
.main-content.recruit::before {
  background: url(../img/refer/recruit_deco.svg) no-repeat center top;
  width: 807px;
}
.main-content.sport::before {
  background: url(../img/sports/news_deco.svg) no-repeat center top;
  width: 743px;
}
.main-content.contact::before,
.main-content.faq::before {
  background: url(../img/form/contact_deco.svg) no-repeat center top;
  width: 919px;
  right: -447px;
}
.main-content.entry::before {
  background: url(../img/form/contact_deco.svg) no-repeat center top;
  width: 919px;
  right: 0;
}
.main-content.policy::before {
  background: url(../img/privacy/policy_deco.svg) no-repeat center top;
  width: 699px;
  right: -57px;
}
.main-content.sitemap::before {
  background: url(../img/sitemap/sitemap_deco.svg) no-repeat center top;
  width: 881px;
  right: -57px;
}
.main-content:after {
  content: '';
  position: absolute;
  top: 60px;
  left: -74px;
  width: 100vw;
  height: 300px;
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0.25));
  z-index: -1;
}
.main-content h2 {
  font-size: 40px;
}
.main-content .ttl-common {
  font-size: 14px;
  margin: 10px 0 94px;
}
.main-content .sub__photo {
  margin-bottom: 108px;
}
.main-content.job-search .sub__photo {
  margin-bottom: 98px;
}
img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
html {
  min-width: auto;
}
.txt {
  text-align: justify;
}
:root {
  --main: #000;
  --sub: #fff;
}
.telhref {
  text-decoration: none !important;
}
.wrap {
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.nav-fixed {
  height: 100px;
  position: absolute;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #707070;
  box-sizing: border-box;
  z-index: 2;
  display: flex;
  align-items: center;
  background: #fff;
  transition: all 0.3s ease;
}
.main-page .nav-fixed {
  background: #ecf0f1;
}
.nav-fixed__nav {
  position: absolute;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: auto;
  align-items: center;
  right: 123px;
  font-size: 14px;
  top: 0;
  height: 100%;
  letter-spacing: -1px;
  gap: 27px;
  transition: all 0.3s ease;
}
.nav-fixed__nav > li {
  height: 100px;
  line-height: 100px;
}
/*=============================================
******************* sub-content  **************
*=============================================*/
.sub-content {
  position: fixed;
  top: 101px;
  width: 100%;
  min-width: 1366px;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.nav-fixed__nav > li:hover .sub-content {
  opacity: 1;
  visibility: visible;
}
.sub-content .inner {
  background: #fff;
  height: 187px;
  box-sizing: border-box;
  padding: 55px 50px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.main-page .sub-content .inner {
  background: #ecf0f1;
}
.sub-content .left h3 {
  width: 154px;
  margin-bottom: 20px;
  line-height: 1;
}
.sub-content .left h3 img {
  width: auto;
  height: 24px;
  object-fit: contain;
}
.sub-content .left h4 a {
  font-size: 20px;
  line-height: 30px;
  padding-left: 25px;
  position: relative;
  text-decoration: none;
  display: block;
}
.sub-content .left h4 a:before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0px;
  background: url(../img/shared/btn_arrow.svg) no-repeat center center;
  background-size: contain;
  width: 12px;
  height: 100%;
  filter: invert(1);
  transition: all 0.3s ease;
}
.sub-content .left h4 a:hover:before {
  transform: translateX(5px);
}
.sub-content ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 311px);
  line-height: 32px;
}
.sub-content ul li {
  width: calc(33% - 24px);
  margin-right: 40px;
}
.sub-content ul li a {
  display: block;
}
.sub-content ul li:nth-child(3n) {
  margin-right: 0;
}
.sub-ttl {
  position: relative;
}
.sub-ttl:before {
  content: '';
  bottom: 27px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 4px;
  background: #0071bb;
  border-radius: 50%;
  opacity: 0;
}
.sub-ttl:hover {
  color: #0071bb;
}
.sub-ttl a {
  text-decoration: none;
}
.sub-ttl:hover:before {
  opacity: 1;
}
header:before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  opacity: 0;
}
.active-link header:before {
  opacity: 1;
}
/*=============================================
******************* common  **********************
*=============================================*/
.row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.ttl-common {
  font-size: 20px;
  color: #0071bb;
  line-height: 30px;
}
.ttl-common--white {
  color: #fff;
}
.dot-title {
  font-size: 32px;
  line-height: 1;
}
.dot-title:before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #0071bb;
  margin: 0 21px 13px 0;
}
.button {
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  background: linear-gradient(to right, #1d274c, #004878);
  border-radius: 30px;
  height: 60px;
  line-height: 58px;
  width: 240px;
  position: relative;
  text-align: center;
  color: #fff;
  padding-left: 24px;
}
.button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 20px;
  background: url(../img/shared/btn_arrow.svg) no-repeat center center;
  background-size: contain;
  width: 12px;
  height: 100%;
  transition: all 0.3s ease;
}
.button:hover {
  opacity: 0.9;
}
.button:hover::before {
  transform: translateX(5px);
}

.button--white {
  background: #fff;
  color: #333;
}
.button--white:before {
  filter: invert(1);
}
/*=============================================
===============================================
===============================================
*************** mobie first header ************
===============================================
===============================================
*=============================================*/
h1 {
  color: #fff;
  position: absolute;
  left: 16px;
  top: 16px;
  line-height: 1.5;
  z-index: 2;
  font-weight: 300;
  text-shadow: 2px 2px 4px #000;
  font-size: 11px;
  max-width: 60%;
}
.header-box {
  position: fixed;
  z-index: 101;
  min-height: 100px;
  min-width: 1366px;
}
.head-info {
  margin-right: 0px;
  display: none;
}
header .logo {
  width: 172px;
  margin-left: 40px;
  margin-top: 4px;
  transition: all 0.3s ease;
}

@media screen and (min-width: 561px) {
  .fixed-btn .nav-fixed {
    margin: 20px 31px 0;
    border: 1px solid #dadada;
    box-sizing: border-box;
    border-radius: 10px;
    width: auto;
    position: relative;
    height: 60px;
  }
  .fixed-btn .nav-fixed__nav {
    top: 0;
    height: 100%;
  }
  .fixed-btn header .logo {
    width: 128px;
    margin-top: 0;
    top: 6px;
    
  }
  .fixed-btn:not(.menu-open) .hamberger-btn {
    border-radius: 0px 10px 10px 0;
  }
}
/*=============================================
******************* hamberger  ****************
*=============================================*/
.hamberger-btn {
  top: 20px;
  position: absolute;
  right: 30px;
  width: 60px;
  height: 60px;
  z-index: 201;
  transition: all 0.4s ease;
  overflow: hidden;
  border-radius: 50%;
  background: linear-gradient(to right, #1d274c, #004878);
  cursor: pointer;
}
.hamberger-btn span {
  width: 30px;
  height: 2px;
  position: absolute;
  top: 54%;
  left: calc(50% - 15px);
  background: #fff;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.13s;
}
.hamberger-btn span::before {
  width: 30px;
  height: 2px;
  position: absolute;
  left: 0;
  background: #fff;
  content: '';
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamberger-btn span::before {
  top: -6px;
}
.menu-open .hamberger-btn span {
  transform: rotate(360deg);
}
.menu-open .hamberger-btn span {
  transform: translate3d(0, -3px, 0) rotate(-43deg);
  transition: transform 0.12s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
}

.menu-open .hamberger-btn span::before {
  top: 0;
  transform: rotate(-94deg);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*=============================================
******************* nav-header  ***************
*=============================================*/
.nav-header {
  width: 100%;
  height: 100vh;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  background: url(../img/shared/nav_bg.webp) no-repeat center top;
  background-size: cover;
}
.menu-open .nav-header {
  left: 0%;
  visibility: visible;
  overflow: auto;
  z-index: 99;
  opacity: 1;
}
.nav-header__container {
  width: 315px;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.nav-header__logo {
  width: 200px;
  margin-bottom: 40px;
}
.nav-header .nav-header__button {
  width: 200px;
  height: 40px;
  line-height: 38px;
  background: transparent;
  border: 2px solid;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
}
.nav-header__button:before {
  filter: none;
}
.nav-header__main {
  background: rgba(255, 255, 255, 0.9);
  width: calc(100% - 315px);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 100px 73px;
  box-sizing: border-box;
  justify-content: space-between;
}
.nav-header__main .ttl-common {
  font-size: 12px;
}
.nav-header__main ul {
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  margin-top: 28px;
}
.nav-header__main ul a:hover {
  text-decoration: underline;
}
.nav-header__col {
  width: calc(33% - 26px);
  border-top: 1px solid #dadada;
  padding-top: 31px;
}
.nav-header__col .toggle-link {
  pointer-events: none;
}
.nav-header__col a {
  text-decoration: none;
}
.nav-header__row {
  margin-top: 38px;
  border-top: 1px solid #dadada;
  padding-top: 29px;
  position: relative;
}
.js-scroll {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
/*=============================================
******************* footer  *******************
*=============================================*/
footer {
  background: url(../img/shared/footer_bg2.webp) no-repeat center top;
  background-size: cover;
  color: #fff;
  padding: 84px 0 28px;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7), 0 0 10px rgba(0, 0, 0, 0.5);
}

footer .footer__logo {
  width: 172px;
}
footer .wrap {
  max-width: 1210px;
}
footer .footer__title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 32px;
  letter-spacing: 0px;
}
footer .footer__info {
  font-size: 14px;
  font-weight: 400;
  line-height: 24.5px;
}
footer .footer__sns {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: absolute;
  right: 0;
  top: 15px;
  gap: 10px;
}
footer .footer__row {
  margin-top: 60px;
  justify-content: space-between;
}
.global__nav {
  width: calc(100% - 310px);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 7px;
}
.global__nav__col {
  width: calc(25% - 15px);
  position: relative;
  padding-top: 22px;
  padding-left: 25px;
  box-sizing: border-box;
  margin-bottom: 34px;
}
.global__nav__col:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0.25;
}
.global__nav__col h3 {
  position: relative;
  margin-bottom: 12px;
}
.global__nav__col h3 a {
  text-decoration: none;
}
.global__nav__col h3::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -25px;
  background: url(../img/shared/btn_arrow.svg) no-repeat center center;
  background-size: contain;
  width: 12px;
  height: 100%;
  transition: all 0.3s ease;
}
.global__nav__col h3:hover:before {
  transform: translateX(5px);
}
.global__nav__col h3 + h3 {
  margin: 0;
  padding: 22px 0;
}
.global__nav__col h3 + h3:after {
  content: '';
  position: absolute;
  top: 0;
  left: -40px;
  right: 0;
  height: 1px;
  background: #fff;
  opacity: 0.25;
}
.global__nav__col ul {
  line-height: 24px;
  font-size: 12px;
  font-weight: 400;
}
footer address {
  font-size: 11px;
  font-weight: 400;
  text-align: left;
  margin: 90px 0 0 -30px;
}
.footer__banner {
  background: #3c4856;
  padding: 95px 0 90px;
  color: #fff;
}
.footer__banner .wrap {
  max-width: 1090px;
}
.footer__banner h3 {
  font-size: 24px;
}
.footer__banner__description {
  position: absolute;
  top: 0;
  left: calc(50% - 80px);
  font-size: 14px;
}
.footer__banner .row {
  margin-top: 34px;
  margin-right: -3px;
  justify-content: space-between;
  gap: 5px;
}
.footer__banner .row p a {
  display: block;
  position: relative;
  text-decoration: none;
  font-size: 14px;
}
.footer__banner .row p a span {
  opacity: 0.5;
  text-align: center;
  display: block;
}

/*--------------------------------------
  bread
--------------------------------------*/
#bread {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  left: calc(50% - 612px);
  font-size: 12px;
  padding-top: 5px;
  gap: 24px;
  position: absolute;
  top: 0;
  z-index: 10;
}
#bread > li + li:before {
  content: '';
  display: inline-block;
  background: url(../img/shared/bread_icon.svg) no-repeat center top;
  width: 8px;
  height: 8px;
  margin-right: 10px;
}
#bread a {
  color: #808080;
}
/*--------------------------------------
  contact
--------------------------------------*/

#f-contact {
  background: #fff;
  padding: 106px 0 100px;
  text-align: center;
  border-top: 1px solid #f2f2f2;
  color: #333333;
}
#f-contact h2 {
  font-size: 40px;
  color: #0071bb;
}
#f-contact .wrap {
  max-width: 1268px;
}
#f-contact .row {
  position: relative;
  margin-top: 64px;
}

#f-contact .row > div {
  width: 50%;
}
#f-contact .row > div.hidden {
  display: none;
}
#f-contact .row > div:nth-child(1) {
  border-right: 1px solid #dadada;
}
#f-contact .row > div .txt {
  text-align: center;
  font-size: 14px;
  line-height: 24.5px;
  margin: 20px 0 57px;
  color: #808080;
  font-weight: 400;
}
#f-contact .row h3 {
  font-size: 24px;
}
.footer2 #f-contact .row .contact__row__item {
  width: 100%;
}
.footer2 #f-contact .row .contact__row__item:not(.hidden) {
  display: none;
}
.footer2 #f-contact .row .contact__row__item.hidden {
  display: block;
}

/* コンタクトタイトルの切り替え制御 */
.footer2 #f-contact .contact__title .contact-text {
  display: none;
}
.footer2 #f-contact .contact__title .entry-text {
  display: inline;
}
#f-contact .contact__title .entry-text {
  display: none;
}
.contact__row__item__button {
  display: block;
  margin: 0 auto;
}
.contact__row__item a img {
  width: 195px;
}
.contact-page #f-contact {
  display: none;
}
.tel {
  color: #0071bb;
  text-decoration: underline;
}
/*--------------------------------------
  side-menu
--------------------------------------*/
#side-menu {
  width: 214px;
  background: url(../img/shared/side_menu_deco.svg) no-repeat top left;
  background-size: 1px;
  margin: 290px 27px 0 0;
  box-sizing: border-box;
  padding: 29px 0 0 60px;
  position: relative;
  z-index: 2;
}
#side-menu a {
  text-decoration: none;
}
#side-menu h3 {
  font-size: 24px;
  position: relative;
  margin-bottom: 21px;
}
#side-menu h3:before {
  content: '';
  position: absolute;
  top: 0;
  left: -24px;
  background: url(../img/shared/btn_arrow.svg) no-repeat center center;
  width: 12px;
  height: 100%;
  filter: invert(1);
}

#side-menu ul {
  line-height: 35px;
  margin-right: -50px;
}

#side-menu ul li a {
  position: relative;
  display: block;
  margin-right: -20px;
}
#side-menu ul li a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -24px;
  width: 9px;
  height: 1px;
  opacity: 0;
  background: #808080;
}
#side-menu ul li a:hover::before,
#side-menu ul li a.active::before {
  opacity: 1;
}

section:has(.service) #side-menu {
  margin-top: 230px;
}
section:has(.job-search) #side-menu h3:before {
  height: 30px;
}

/*--------------------------------------
  news-info
--------------------------------------*/
.news__info dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 24px 0;
  margin-left: -6px;
  border-bottom: 1px solid #dadada;
  gap: 52px;
  align-items: start;
  position: relative;
}
.news__info dl:before {
  content: '';
  position: absolute;
  top: 0;
  right: 36px;
  background: url(../img/shared/btn_arrow.svg) no-repeat center center;
  background-size: contain;
  width: 12px;
  height: 100%;
  filter: invert(1);
}
.news__info dl dt {
  font-size: 12px;
  min-width: 185px;
  color: #808080;
}
.news__info dl dt span {
  width: 100px;
  height: 20px;
  display: inline-block;
  margin-left: 25px;
  text-align: center;
  border: 1px solid #dadada;
  box-sizing: border-box;
  line-height: 20px;
  border-radius: 5px;
  background: #fbfbfb;
  color: #808080;
}
.news__info dl dd {
  margin-top: 3px;
  margin-right: 80px;
}
/*--------------------------------------
  img-row
--------------------------------------*/
.img-row .row {
  border-top: 1px solid #dadada;
  padding-top: 44px;
  padding-bottom: 50px;
  justify-content: space-between;
}
.img-row .row .numb {
  min-width: 40px;
}
.img-row .row .content {
  width: 420px;
}
.img-row .row .photo {
  width: 315px;
  margin-top: 6px;
}
.img-row .row h4 {
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 31px;
}
.img-row .row .content ul {
  line-height: 24.5px;
  font-size: 14px;
  font-weight: 400;
}
.img-row .row .content .txt {
  font-weight: 400;
}
.img-row .row .content ul li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: start;
  margin-bottom: 12px;
}
.img-row .row .content ul li:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  min-width: 4px;
  background: #0071bb;
  border-radius: 50%;
  margin: 11px 10px 2px 0;
}
.img-row .row .content .button {
  width: 200px;
  height: 40px;
  line-height: 40px;
  margin-top: 10px;
  font-size: 14px;
}
.feature .img-row .row h4 {
  font-size: 32px;
}
/*--------------------------------------
  border-row
--------------------------------------*/
.border-row__item {
  position: relative;
  border-top: 1px solid #dadada;
  padding: 25px 0 58px;
}
.border-row__item:before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 200px;
  height: 1px;
  background: #0071bb;
}
.border-row__item .title {
  font-size: 20px;
  margin-bottom: 40px;
}

/*--------------------------------------
  service-row
--------------------------------------*/
.service__icon__row__item {
  border-top: 1px solid #dadada;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding: 30px 0;
}
.service__icon__row__item .icon {
  margin: 0 42px 0 70px;
  min-width: 100px;
}
.service__icon__row__item .content {
  height: 90px;
}
.service__icon__row__item .content h4 {
  font-size: 24px;
  line-height: 36px;
}
.service__icon__row__item .content .txt {
  font-size: 14px;
  line-height: 24.5px;
  margin-top: 11px;
}
.c-row {
  justify-content: space-between;
}
.c-row .photo {
  width: 420px;
}
.c-row .content {
  width: 420px;
  padding-top: 49px;
}
.c-row .content .numb {
  font-size: 14px;
  min-width: 60px;
}
.c-row .content .row:nth-child(2) {
  margin: 32px 0;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  padding: 33px 0;
}
.c-row .content .right h4 {
  font-size: 24px;
  line-height: 36px;
  padding-top: 7px;
  margin-bottom: 6px;
}
.c-row .content .right .txt {
  font-size: 14px;
  line-height: 24.5px;
  font-weight: 400;
}
.main-content.service .service__text {
  margin: 38px 0 60px;
  font-weight: 400;
}
.main-content.service .service__sub__title2 {
  margin: 106px 0 63px;
}
.main-content.service .service__sub__title3 {
  margin: 98px 0 63px;
}
.main-content.service .service__sub__title4 {
  margin: 57px 0px 63px;
}

/*--------------------------------------
  job-search
--------------------------------------*/
.job-search .c-row .content {
  padding-top: 0;
}
.job-search .c-row .content .row:nth-child(1) {
  padding-top: 32px;
  border-top: 1px solid #dadada;
}
.job-search .c-row .content .row:nth-child(2) {
  margin: 23px 0 32px;
  padding: 33px 0 26px;
}
.job-search__box {
  margin: 96px 0;
  border: 2px solid #0071bb;
  border-radius: 20px;
  padding: 64px 6px 57px;
  display: flex;
  justify-content: space-around;
  line-height: 28px;
}
.job-search__box button {
  margin: -5px 3px 0 0;
}
.job-search__box button:before {
  background: url(../img/shared/icon_pop.svg) no-repeat center center;
  background-size: contain;
  width: 14px;
}
.job-search__banners .title {
  font-size: 20px;
  color: #0071bb;
}
.job-search__banners .row {
  flex-wrap: wrap;
  margin-top: 38px;
  justify-content: space-between;
}
.job-search__banners .row p {
  width: 420px;
  margin-bottom: 22px;
}
.job-search__banners .row p a {
  display: block;
  text-decoration: none;
}
.job-search__banners .row p a span {
  display: inline-block;
  font-weight: 400;
  position: relative;
  margin-top: 10px;
}
.job-search__banners .row p a span:after {
  content: '';
  position: absolute;
  top: 0;
  left: calc(100% + 61px);
  width: 14px;
  height: 100%;
  background: url(../img/shared/icon_pop.svg) no-repeat center center;
  background-size: contain;
  filter: invert(1);
  opacity: 0.3;
}

/*--------------------------------------
  people-row
--------------------------------------*/
.people__row {
  gap: 40px;
}
.people__row__item h4 {
  font-size: 20px;
  line-height: 30px;
  margin: 30px 0 7px;
  letter-spacing: -1px;
}
.people__row__item .txt {
  font-weight: 400;
  color: #808080;
  font-size: 14px;
  line-height: 24.5px;
}
.people__row__item .tag {
  margin-top: 24px;
}

/*--------------------------------------
  pagination
--------------------------------------*/
#pagination {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 62px;
  padding: 0 10px;
  color: #808080;
}
#pagination ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  text-align: center;
}
#pagination ul li {
  width: 50px;
  box-sizing: border-box;
  border-left: 1px solid #dadada;
}
#pagination ul li:last-child {
  border-right: 1px solid #dadada;
}
#pagination .next:after {
  content: '';
  display: inline-block;
  background: url(../img/shared/btn_arrow.svg) no-repeat center top;
  width: 12px;
  height: 12px;
  filter: invert(1);
  margin-left: 10px;
}
#pagination .prev:before {
  content: '';
  display: inline-block;
  background: url(../img/shared/btn_arrow.svg) no-repeat center top;
  width: 12px;
  height: 12px;
  filter: invert(1);
  transform: scaleX(-1);
  margin-right: 10px;
}
/*=============================================
******************* btn-cus  ******************
*=============================================*/
.btn-cus {
  position: relative;
  width: 412px;
  max-width: 100%;
}
.btn-cus a:hover,
.btn-cus span:hover {
  opacity: 0.8;
}

.btn-cus a,
.btn-cus span {
  display: block;
  font-size: 20px;
  line-height: 64px;
  height: 67px;
  text-align: center;
  text-decoration: none;
}

.pc {
  display: none;
}
/*=============================================
===============================================
===============================================
*************** css for iphone 5 ************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** css for ie 11 ***************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** CSS FOR PC ***************
===============================================
===============================================
*=============================================*/

@media only screen and (min-width: 561px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .txt {
    text-align: left;
  }

  /*=============================================
 ******************** header ******************
 *=============================================*/
  header {
    position: relative;
    width: 100%;
    z-index: 100;
  }
  header .logo a {
    text-decoration: none;
  }
  html img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .js-scroll {
    display: flex;
    justify-content: flex-start;
  }

  /*=============================================
 ******************* footer *******************
 *=============================================*/
}

/*--------------------------------------
  smartphone
--------------------------------------*/
@media only screen and (max-width: 560px) {
  /*--------------------------------------
    common
  --------------------------------------*/
  section {
    margin-top: 92px;
  }
  section:has(#side-menu) {
    flex-direction: column;
  }
  section:has(#side-menu) .main-content {
    width: 100%;
    box-sizing: border-box;
  }
  main {
    min-width: 560px;
  }
  header .logo {
    width: 188px;
    margin-left: 31px;
  }
  .wrap {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
  }
  .dot-title {
    font-size: 28px;
    line-height: 42px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: start;
  }
  .dot-title:before {
    margin-top: 11px;
  }
  .row {
    flex-direction: column;
  }
  /*--------------------------------------
    main-content
  --------------------------------------*/

  .main-content {
    padding: 79px 0 94px;
  }
  .main-content::before {
    background: url(../img/greetings/company_deco_sp.svg) no-repeat center top;
    width: 560px;
    height: 200px;
    background-size: contain;
    right: 0;
    top: 18px;
  }
  .main-content.service:before {
    background: url(../img/staffing/service_deco_sp.svg) no-repeat center top;
    background-size: contain;
    right: 0;
  }
  .main-content.feature:before {
    background: url(../img/recruit-ability/feature_deco_sp.svg) no-repeat center top;
    width: 560px;
    background-size: contain;
    right: 0;
  }
  .main-content.job-search:before {
    background: url(../img/carimeri-resort/job_deco_sp.svg) no-repeat center top;
    width: 560px;
    background-size: contain;
    right: 0;
  }
  .main-content.recruit:before {
    background: url(../img/refer/recruit_deco_sp.svg) no-repeat center top;
    background-size: contain;
    width: 100%;
  }
  .main-content.sport:before {
    background: url(../img/sports/news_deco_sp.svg) no-repeat center bottom;
    width: 280px;
    height: 200px;
    background-size: contain;
    right: 0;
  }
  .main-content.contact::before,
  .main-content.faq::before {
    background: url(../img/form/contact_deco_sp.svg) no-repeat center top;
    width: 560px;
    background-size: contain;
    right: 0;
  }
  .main-content.entry::before {
    background: url(../img/form/contact_deco_sp.svg) no-repeat center top;
    width: 560px;
    background-size: contain;
    right: 0;
  }
  .main-content.policy::before {
    background: url(../img/privacy/policy_deco_sp.svg) no-repeat center top;
    width: 560px;
    background-size: contain;
    right: 0;
  }
  .main-content.sitemap::before {
    background: url(../img/sitemap/sitemap_deco_sp.svg) no-repeat center top;
    width: 560px;
    background-size: contain;
    right: 0;
  }
  .main-content::after {
    display: none;
  }
  .main-content h2 {
    font-size: 32px;
  }
  .main-content .ttl-common {
    margin: 5px 0 62px;
    font-size: 12px;
  }
  .main-content .sub__photo {
    margin: 0 -64px 100px;
  }

  /*--------------------------------------
    main-page
  --------------------------------------*/
  .main-page .wrapper {
    padding: 79px 0 51px;
  }
  .main-page .description {
    margin-bottom: 107px;
  }
  .main-page section:after {
    height: 130px;
    bottom: 87px;
  }
  .main-page section:before {
    top: -40px;
    right: -429px;
  }
  .main-page:not(.company) section:before {
    display: none;
  }
  .main-page:not(.company) .keyvisual {
    position: absolute;
    top: -172px;
    left: 0;
    z-index: -1;
  }
  body:has(.keyvisual):not(.fixed-btn) header .logo {
    background: url(../img/shared/footer_logo.webp) no-repeat center top;
    background-size: contain;
  }
  body:has(.keyvisual):not(.fixed-btn) header .logo img {
    opacity: 0;
  }
  .main-page:not(.company) .nav-fixed {
    background: transparent;
    transition: all 0.3s ease;
  }
  .main-page:not(.company).fixed-btn .nav-fixed {
    background: #ecf0f1;
  }
  .main-page:not(.company) .title {
    width: 317px;
  }
  .main-page:not(.company) .wrapper:before {
    display: none;
  }
  .main-page:not(.company) .description {
    color: #fff;
  }
  .main-page .slider img {
    height: 90px;
  }
  .main-page__row {
    margin-top: 62px;
    flex-direction: row;
    gap: 20px;
  }
  .main-page__row__item {
    width: 240px;
    flex-direction: column;
    display: flex;
    margin-bottom: 65px;
    min-height: 358px;
  }
  .main-page__row__item h4 {
    margin: 21px 0 5px;
  }
  .main-page__row__item .txt {
    letter-spacing: -1px;
    margin-bottom: 30px;
  }
  .main-page__row__item .button {
    margin-top: auto !important;
    width: 100%;
  }
  .main-page .main__sub__title {
    line-height: 70px;
    margin-top: 543px;
    margin-bottom: 43px;
  }
  #side-menu {
    display: none;
  }

  /*--------------------------------------
    header
  --------------------------------------*/
  .header-box {
    min-width: 560px;
  }
  .nav-fixed {
    height: 92px;
    border: none;
  }
  .nav-fixed:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 140px;
    height: 1px;
    background: #dadada;
  }
  .nav-fixed__nav {
    display: none;
  }
  /*--------------------------------------
    bread
  --------------------------------------*/
  #bread {
    position: static;
    background: #fff;
    border-bottom: 1px solid #dadada;
    padding: 16px 0 12px 18px;
  }
  /*--------------------------------------
    contact
  --------------------------------------*/
  #f-contact {
    padding: 76px 0 70px;
  }
  #f-contact .row {
    margin-top: 0;
  }
  #f-contact .row > div {
    padding-top: 53px;
    width: 100%;
  }
  #f-contact .row > div:nth-child(1) {
    border: none;
    border-bottom: 1px solid #dadada;
    padding-bottom: 50px;
  }
  #f-contact .row > div .txt {
    margin: 29px 0 50px;
    color: #333;
  }
  /*--------------------------------------
    news-info
  --------------------------------------*/
  .news__info {
    margin-top: 31px;
  }
  .news__info dl {
    padding: 35px 0 28px;
    margin-left: 0;
    gap: 23px;
    flex-direction: column;
  }
  .news__info dl:before {
    right: 12px;
  }
  .news__info dl:nth-child(1) {
    padding-bottom: 28px;
  }
  .news__info dl:last-child {
    padding-bottom: 30px;
  }
  .news__info dl dt span {
    width: 119px;
    height: 24px;
    margin-left: 27px;
    font-size: 14px;
    line-height: 25px;
    transform: translateY(2px);
  }
  .news__info dl dd {
    margin-top: 0;
    line-height: 35px;
  }

  .news__category {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: static;
    justify-content: end;
    margin-top: 46px;
    align-items: start;
    gap: 19px;
  }
  .news__category h3 {
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 10px;
  }
  .news__category ul {
    width: 240px;
    border-radius: 6px;
    border: 2px solid #dadada;
    flex-direction: column;
    gap: 0;
    box-sizing: border-box;
    overflow: hidden;
    height: 50px;
    z-index: 2;
    position: relative;
  }
  .news__category ul.active {
    overflow: visible;
    height: auto;
  }
  .news__category ul.active:before {
    transform: rotate(180deg);
  }
  .news__category ul:before {
    content: '';
    position: absolute;
    top: 18px;
    right: 18px;
    background: url(../img/shared/dropdown.svg) no-repeat center center;
    width: 9px;
    height: 9px;
    transition: all 0.3s ease;
  }
  .news__category ul li {
    height: 50px;
    background: #f5f7f8;
    line-height: 50px;
    font-size: 16px;
    padding-left: 17px;
    border-bottom: 1px solid #dadada;
  }

  /*--------------------------------------
    people-row
  --------------------------------------*/
  .people__row {
    gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .people__row__item {
    margin-bottom: 43px;
    width: 48%;
  }
  /*--------------------------------------
    img-row
  --------------------------------------*/
  .img-row .row {
    flex-direction: column;
    padding-left: 109px;
    position: relative;
  }
  .img-row .row .numb {
    position: absolute;
    top: 42px;
    left: 0;
  }
  .img-row .row .content {
    width: auto;
  }
  .img-row .row .content h4 {
    margin-bottom: 27px;
  }
  .img-row .row .photo {
    margin-top: 28px;
    width: auto;
  }
  .img-row .row .content .button {
    margin-top: 40px;
    margin-left: 0;
    width: 300px;
    height: 50px;
    line-height: 48px;
    font-size: 16px;
    margin-bottom: 25px;
  }
  .feature .img-row .row h4 {
    font-size: 28px;
  }
  /*--------------------------------------
    border-row
  --------------------------------------*/
  .border-row__item {
    font-size: 16px;
    padding: 35px 0 58px;
  }
  .border-row__item:before {
    width: 125px;
  }
  .border-row__item .title {
    font-size: 20px;
  }
  /*--------------------------------------
    service-row
  --------------------------------------*/
  .service__icon__row__item {
    padding-bottom: 23px;
  }
  .service__icon__row__item .numb {
    width: 40px;
    flex-shrink: 0;
  }
  .service__icon__row__item .icon {
    margin: 0 37px 0 47px;
  }
  .service__icon__row__item .content {
    height: auto;
    margin-top: -3px;
  }
  .service__icon__row__item .content h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .c-row {
    position: relative;
    z-index: 1;
    padding: 73px 0 70px;
  }
  .c-row .photo {
    position: absolute;
    width: auto;
    left: -30px;
    right: -30px;
    height: 100%;
    z-index: -1;
    top: 0;
  }
  .c-row .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .c-row .content {
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    padding: 63px 50px 60px;
    border-radius: 10px;
    box-sizing: border-box;
  }
  .c-row .content .numb {
    font-size: 16px;
  }
  .c-row .content .row {
    flex-direction: row;
  }
  .c-row .content .row:nth-child(2) {
    margin: 23px 0;
    padding: 23px 0;
  }

  .main-content.service .service__text {
    margin: 53px 0 59px;
  }
  .main-content.service .service__sub__title2 {
    margin: 101px 0 56px;
  }
  .main-content.service .service__sub__title3 {
    margin: 49px 0 57px;
  }
  .main-content.service .service__sub__title4 {
    margin: 57px 0px 53px;
  }
  .main-content.service .service__photo2 {
    overflow: hidden;
    border-radius: 10px;
  }
  .main-content.service .service__photo2 img {
    max-width: unset;
    width: 660px;
    margin: 0 -80px;
  }

  /*--------------------------------------
    job-search
  --------------------------------------*/
  .job-search .c-row .content {
    padding-top: 30px;
  }
  .job-search .c-row .content .row:nth-child(1) {
    border-color: transparent;
  }
  .job-search .c-row .content .row:nth-child(2) {
    margin: 23px 0 25px;
    padding: 22px 0 20px;
  }
  .job-search__box {
    margin: 51px 0 63px;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 45px 0 48px;
    gap: 46px;
  }
  .job-search__banners .row {
    margin-top: 25px;
  }
  .job-search__banners .row p {
    width: 100%;
    font-size: 14px;
    margin-bottom: 7px;
  }
  .job-search__banners .row p a span {
    margin-top: 7px;
  }

  /*--------------------------------------
    pagination
  --------------------------------------*/
  #pagination {
    margin-top: 34px;
    padding: 0px 30px;
  }
  /*--------------------------------------
    nav-header
  --------------------------------------*/
  .nav-header {
    background: #fff;
    height: 150vh;
  }
  .nav-header__inner {
    padding-bottom: 100px;
  }
  .nav-header__container {
    height: 150px;
    width: 100%;
    flex-direction: row;
    align-items: start;
    justify-content: start;
    padding: 24px 30px;
    background: url(../img/shared/nav_bg.webp) no-repeat center bottom;
    background-size: 100% 260%;
    gap: 31px;
    box-sizing: border-box;
  }
  .nav-header .nav-header__button {
    margin: 0;
  }
  .nav-header__logo {
    width: 176px;
    margin-bottom: 0;
  }
  .nav-header__main {
    width: 100%;
    padding: 30px;
  }
  .nav-header__col {
    border-top: none;
    border-bottom: 1px solid #dadada;
    width: 100%;
    padding: 28px 0;
    position: relative;
  }
  .nav-header__col:before {
    content: '';
    position: absolute;
    top: 20px;
    right: 0;
    background: url(../img/shared/toggle_icon.svg) no-repeat center top;
    width: 40px;
    height: 40px;
    background-size: contain;
  }
  .nav-header__col .toggle-link {
    pointer-events: unset;
  }
  .nav-header__col h3 {
    height: 24px;
  }
  .nav-header__col h3 img {
    width: auto;
    max-height: 100%;
  }
  .nav-header__col .ttl-common {
    position: absolute;
    right: 70px;
    top: 0px;
    font-size: 16px;
  }
  .nav-header__col ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .nav-header__col ul li {
    width: 50%;
    padding-left: 10%;
    box-sizing: border-box;
  }
  .nav-header__col ul li:nth-child(2n) {
    padding-left: 0;
  }
  .nav-header__col:not(.toggle)::before {
    background: url(../img/shared/toggle_arrow.svg) no-repeat center top;
    background-size: contain;
  }
  .nav-header__col:not(.toggle) .ttl-common {
    top: 30px;
  }
  .nav-header__col.active:before {
    background: url(../img/shared/toggle_icon2.svg) no-repeat center top;
    background-size: contain;
  }
  .nav-header__row {
    padding-top: 28px;
    margin-top: 28px;
  }
  .nav-header__row:before {
    content: '';
    position: absolute;
    top: 20px;
    right: 0;
    background: url(../img/shared/toggle_arrow.svg) no-repeat center top;
    width: 40px;
    height: 40px;
    background-size: contain;
  }
  /*--------------------------------------
    btn-cus
  --------------------------------------*/
  .button {
    width: 320px;
    margin: 0 auto;
    height: 80px;
    display: block;
    border-radius: 40px;
    line-height: 86px;
  }
  .button:before {
    left: 30px;
  }
  /*--------------------------------------
    hamb
  --------------------------------------*/
  .hamberger-btn {
    width: 80px;
    height: 80px;
    top: 30px;
    transition: all 0.3s ease;
  }
  .menu-open .hamberger-btn {
    width: 70px;
    height: 70px;
    border-radius: 0 0 0 30px;
    top: 0;
    right: 0;
  }
  .menu-open .hamberger-btn span {
    transform: translate3d(3px, -8px, 0) rotate(-43deg);
    transition: transform 0.12scubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  }

  /*=============================================
 * .toggle
 *=============================================*/

  .toggle .toggle-link {
    cursor: pointer;
    position: relative;
  }
  .toggle .toggle-main {
    display: none;
  }
  .toggle.active .toggle-main {
    display: block;
  }
  /*--------------------------------------
    footer
  --------------------------------------*/
  footer {
    padding: 100px 0 40px;
    text-align: center;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7), 0 0 10px rgba(0, 0, 0, 0.5);
  }
  footer .footer__logo {
    width: 172px;
    margin: 0 auto;
  }
  footer .footer__row {
    margin-top: 46px;
    margin-bottom: 63px;
  }
  footer .footer__title {
    margin-bottom: 19px;
  }
  footer .footer__info {
    font-size: 16px;
    line-height: 28px;
  }
  footer .global__nav {
    display: none;
  }
  footer .footer__sns {
    position: static;
    justify-content: space-between;
  }
  footer .footer__sns li {
    width: 60px;
  }
  footer address {
    text-align: center;
    margin-left: 0;
    margin-top: 60px;
  }
  .footer__banner {
    padding: 57px 0 48px;
  }
  .footer__banner__description {
    position: static;
    margin: 22px -1px 0;
    font-size: 16px;
  }
  .footer__banner .row {
    margin-top: 27px;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .footer__banner .row p {
    margin-bottom: 6px;
    width: calc(50% - 10px);
  }
}

@media screen and (min-width: 1366px) {
  .main-content:after {
    left: calc(50% - 50vw);
    margin-left: 166px;
  }
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 35px;
  height: 35px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #fff;
  border: none;
  outline: none;
  background: #b10505;
  font-family: 'fontello';
  z-index: 98;
  border-radius: 50%;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  /* background: #b10505; */
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 30px;
  line-height: 0.5;
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 0;
  background: url('../img/shared/prev.png') no-repeat;
  background-size: 100%;
  width: 40px;
  height: 40px;
}
[dir='rtl'] .slick-prev {
  right: 0px;
  left: auto;
}
.slick-prev:before {
  content: '';
}
[dir='rtl'] .slick-prev:before {
  content: '▶';
  color: #fff;
}
.slick-next {
  right: 0;
  background: url('../img/shared/next.png') no-repeat;
  background-size: 100%;
  width: 40px;
  height: 40px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: 0px;
}
.slick-next:before {
  content: '';
  color: #fff;
}
[dir='rtl'] .slick-next:before {
  content: '←';
}
/* Dots */
.slick-dots {
  position: absolute;
  bottom: 5%;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 10px 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  background: #fff;
  border-radius: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  background: #b10505;
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.txt_thanks {
  text-align: center;
  color: #000;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn-over img,
  .over-img img,
  img.over,
  img:not(.btn):not(.non-over),
  button img,
  .btn {
    opacity: 1;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
  }
  .btn {
    transition: none !important ;
    -moz-transition: none !important ;
    -webkit-transition: none !important ;
  }
  .over-img img:hover, img.over:hover, /* a:not([href=""]):hover img:not(.btn):not(.non-over), */
a:hover img:not(.btn):not(.non-over), button:hover img {
    cursor: pointer;
    opacity: 0.8;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
  }
  a:before {
    text-decoration: underline;
    display: inline-block;
  }

  a:before,
  a:hover:before {
    text-decoration: none;
  }
}
