@charset "UTF-8";
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}
@font-face {
  font-family: "MyYuMinchoM";
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
  /* 游明朝Mediumが存在しないWindows8.1用 */
}
@font-face {
  font-family: "MyYuMinchoM";
  font-weight: bold;
  src: local("YuMincho-Demibold"), local("Yu Mincho");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}
/* 文字色 */
.slick-slider * {
  outline: 0;
}

.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  margin: 24px 0 0;
  font-size: 0px;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 4px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent;
}

.slick-dots li button:before {
  font-size: 6px;
  line-height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  border-radius: 6px;
  text-align: center;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-list {
  overflow: hidden;
}

.slick-track {
  overflow: hidden;
}

.slick-slide {
  float: left;
}

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  z-index: 100;
  display: block;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent;
}

.slick-prev:hover, .slick-prev:focus {
  color: transparent;
  outline: 0;
}

.slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: 0;
}

/*
  CUSTOM
———————————————–*/
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp, .pswp__bg, .pswp__scroll-wrap {
  height: 100%;
  width: 100%;
}

.pswp, .pswp__item, .pswp__scroll-wrap {
  overflow: hidden;
  top: 0;
  position: absolute;
  left: 0;
}

.pswp, .pswp__bg, .pswp__container, .pswp__img--placeholder, .pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp, .pswp__bg, .pswp__error-msg, .pswp__img, .pswp__item, .pswp__scroll-wrap, .pswp__zoom-wrap {
  position: absolute;
}

.pswp {
  display: none;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  outline: 0;
}

.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--animate_opacity {
  opacity: 0.001;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.pswp__bg {
  left: 0;
  top: 0;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: opacity;
}

.pswp__container, .pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.pswp__container, .pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__item {
  right: 0;
  bottom: 0;
}

.pswp__img {
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

.pswp__error-msg {
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/*=============================================

	ボタンパーツ

==============================================*/
/*=============================================

	ボタンパーツ

==============================================*/
/*=============================================

	ボタンパーツ

==============================================*/
.c-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  height: 60px;
  color: #fff;
  margin: 50px auto;
  background: #000;
}

.color-blue {
  color: #009DE6;
}

.entry, .faq, .office, .benefits, .data, .about, .topics, .intro {
  position: relative;
  z-index: 20;
}

.c-sectionTitle_en {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #009DE6;
}

@media print, screen and (max-width: 767px) {
  .c-sectionTitle_en {
    font-size: 4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-sectionTitle_en {
    font-size: 9.6rem;
  }
}
.c-sectionTitle_jp {
  display: block;
  font-weight: 800;
}

@media print, screen and (max-width: 767px) {
  .c-sectionTitle_jp {
    margin-top: 12px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-sectionTitle_jp {
    margin-top: 20px;
    font-size: 2rem;
  }
}
.c-moreBtn {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 194px;
  height: 48px;
  margin: 0 auto;
  border: 1px solid #009DE6;
  border-radius: 30px;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  color: #009DE6;
  font-weight: 300;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
}

.c-moreBtn:before, .c-moreBtn:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 1px;
  background-color: #009DE6;
  -webkit-transition: background 0.3s ease, -webkit-transform 0.3s ease;
  transition: background 0.3s ease, -webkit-transform 0.3s ease;
  transition: background 0.3s ease, transform 0.3s ease;
  transition: background 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.c-moreBtn:before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-moreBtn:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

@media (hover: hover) {
  .c-moreBtn:hover {
    background-color: #009DE6;
    color: #fff;
  }
  .c-moreBtn:hover:before {
    -webkit-transform: translateY(-50%) rotate(360deg);
            transform: translateY(-50%) rotate(360deg);
    background-color: #fff;
  }
  .c-moreBtn:hover:after {
    -webkit-transform: translateY(-50%) rotate(-450deg);
            transform: translateY(-50%) rotate(-450deg);
    background-color: #fff;
  }
}
#js-officeSlider .slick-list {
  overflow: visible !important;
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

#js-officeSlider .slick-track {
  padding: 14px 0;
}

.slick-prev,
.slick-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: auto;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 1;
  overflow: hidden;
  width: 65px;
  height: 30px;
  border: 1px solid #009DE6;
  border-radius: 20px;
  -webkit-transition: opacity 0.3s ease, border 0.3s ease;
  transition: opacity 0.3s ease, border 0.3s ease;
}

.slick-prev:before,
.slick-next:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgb(0, 157, 230)), color-stop(90%, rgba(0, 157, 230, 0.4)));
  background-image: linear-gradient(180deg, rgb(0, 157, 230) 10%, rgba(0, 157, 230, 0.4) 90%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.slick-prev:after,
.slick-next:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 17px;
  height: 10px;
  background-image: url(/service/salesmarketing/recruit/assets/images/icon-slider_arrow_skyblue.svg);
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  pointer-events: none;
  opacity: 0;
}

@media (hover: hover) {
  .slick-prev:hover,
  .slick-next:hover {
    border: 1px solid transparent;
  }
  .slick-prev:hover:before,
  .slick-next:hover:before {
    opacity: 1;
  }
  .slick-prev:hover:after,
  .slick-next:hover:after {
    background-image: url(/service/salesmarketing/recruit/assets/images/icon-slider_arrow_wht.svg);
  }
}
.slick-prev {
  left: calc(50% - 40px);
}

.slick-prev:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.slick-next {
  left: calc(50% + 40px);
}

.wrapper {
  position: relative;
}

/*=============================================

	メインビジュアル

==============================================*/
.mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  background-color: #EBEBEB;
}

@media print, screen and (max-width: 767px) {
  .mv {
    padding: 120px 0 105px;
  }
}
@media print, screen and (min-width: 768px) {
  .mv {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 146px 0;
  }
}
.mv_inner {
  position: relative;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

@media print, screen and (max-width: 767px) {
  .mv_inner {
    padding: 0 30px 60px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .mv_inner {
    padding: 60px 40px 60px 40px;
  }
}
@media print, screen and (min-width: 1025px) {
  .mv_inner {
    padding: 60px 80px 60px 170px;
  }
}
.mvObj01 {
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
}

@media print, screen and (max-width: 767px) {
  .mvObj01 {
    left: -170px;
    bottom: -10px;
    width: 190%;
    height: 34vw;
    background-image: url(/service/salesmarketing/recruit/assets/images/mv_bg_obj05_sp.svg);
  }
}
@media print, screen and (min-width: 768px) {
  .mvObj01 {
    left: 50%;
    bottom: -4px;
    -webkit-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
    width: 100%;
    height: 9.8vw;
    background-image: url(/service/salesmarketing/recruit/assets/images/mv_bg_obj05_pc.svg);
  }
}
.mvObj02 {
  position: absolute;
  background-image: url(/service/salesmarketing/recruit/assets/images/mv_bg_obj01.png);
  background-size: 100%;
  z-index: -1;
}

@media print, screen and (max-width: 767px) {
  .mvObj02 {
    width: 554px;
    height: 277px;
    top: 210px;
    left: -127px;
  }
}
@media print, screen and (min-width: 768px) {
  .mvObj02 {
    width: 827px;
    height: 415px;
    top: 120px;
    left: 330px;
  }
}
.mvObj03 {
  content: "";
  display: inline-block;
  position: absolute;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media print, screen and (max-width: 767px) {
  .mvObj03 {
    top: -40px;
    left: calc(50% + 24px);
    width: 162px;
    height: 58px;
    background-image: url(/service/salesmarketing/recruit/assets/images/mv_bg_obj04.png);
  }
}
@media print, screen and (min-width: 768px) {
  .mvObj03 {
    top: 60px;
    left: calc(50% - 763px);
    width: 233px;
    height: 434px;
    background-image: url(/service/salesmarketing/recruit/assets/images/mv_bg_obj02.png);
  }
}
.mvObj04 {
  display: inline-block;
  position: absolute;
  top: 190px;
  left: calc(50% + 520px);
  width: 220px;
  height: 332px;
  background-image: url(/service/salesmarketing/recruit/assets/images/mv_bg_obj03.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media print, screen and (max-width: 767px) {
  .mvObj04 {
    content: none;
  }
}
@media print, screen and (min-width: 768px) {
  .mvObj04 {
    content: "";
  }
}
.mvLogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.mvLogo_omitted {
  width: 100%;
}

@media print, screen and (max-width: 767px) {
  .mvLogo_omitted {
    max-width: 112px;
  }
}
@media print, screen and (min-width: 768px) {
  .mvLogo_omitted {
    max-width: 142px;
  }
}
.mvLogo_omitted img {
  width: 100%;
}

.mvLogo_formal {
  width: 100%;
}

@media print, screen and (max-width: 767px) {
  .mvLogo_formal {
    max-width: 172px;
    margin-left: 9px;
  }
}
@media print, screen and (min-width: 768px) {
  .mvLogo_formal {
    max-width: 440px;
    margin-left: 18px;
  }
}
.mvLogo_formal img {
  width: 100%;
}

.mvTitle {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  color: #000;
}

@media print, screen and (max-width: 767px) {
  .mvTitle {
    margin-top: 10px;
    font-size: 5rem;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 768px) {
  .mvTitle {
    margin-top: 20px;
    font-size: 9.3rem;
    line-height: 1.4;
  }
}
.mvSubTitle {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: #000;
}

@media print, screen and (max-width: 767px) {
  .mvSubTitle {
    margin-top: 18px;
    font-size: 2.4rem;
    letter-spacing: -0.1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .mvSubTitle {
    margin-top: 30px;
    font-size: 3.3rem;
  }
}
/*=============================================
	イントロアニメーションによるスタイル
==============================================*/
.mvLogo {
  opacity: 0;
}

@media print, screen and (max-width: 767px) {
  .mvLogo {
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
  }
}
@media print, screen and (min-width: 768px) {
  .mvLogo {
    -webkit-transform: translateY(140px);
            transform: translateY(140px);
  }
}
.mvTitle {
  opacity: 0;
}

.mvSubTitle {
  opacity: 0;
}

@media print, screen and (max-width: 767px) {
  .mvSubTitle {
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }
}
@media print, screen and (min-width: 768px) {
  .mvSubTitle {
    -webkit-transform: translateY(-140px);
            transform: translateY(-140px);
  }
}
.mvObj01 {
  -webkit-transform: translateY(-150px);
          transform: translateY(-150px);
  opacity: 0;
}

.mvObj02 {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  opacity: 0;
}

.mvObj03 {
  -webkit-transform: translateX(60px);
          transform: translateX(60px);
  opacity: 0;
}

.mvObj04 {
  -webkit-transform: translateX(-60px);
          transform: translateX(-60px);
  opacity: 0;
}

/*=============================================

	イントロ文章

==============================================*/
.intro {
  overflow: hidden;
  margin-top: 100vh;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  background-color: rgba(240, 240, 239, 0.8);
}

@media print, screen and (max-width: 767px) {
  .intro {
    padding: 100px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .intro {
    padding: 180px 0 170px;
  }
}
.intro:after {
  content: "Business\aTrans\a Formation";
  display: inline-block;
  position: absolute;
  z-index: 1;
  opacity: 0.3;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: #fff;
}

@media print, screen and (max-width: 767px) {
  .intro:after {
    top: -76px;
    left: 0;
    font-size: 20vw;
    line-height: 3.32;
    letter-spacing: -0.3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .intro:after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 19vw;
    line-height: 0.83;
    letter-spacing: -0.3rem;
  }
}
.intro_inner {
  position: relative;
  z-index: 10;
  width: 100%;
  margin: 0 auto;
}

@media print, screen and (max-width: 767px) {
  .intro_inner {
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .intro_inner {
    max-width: 1280px;
    padding: 0 40px;
  }
}
.introText {
  max-width: 700px;
  margin: 0 auto;
  font-weight: 800;
}

@media print, screen and (max-width: 767px) {
  .introText {
    font-size: 1.6rem;
    line-height: 2.3;
  }
}
@media print, screen and (min-width: 768px) {
  .introText {
    font-size: 2.2rem;
    line-height: 2.7;
  }
}
/*=============================================

	トピックス

==============================================*/
.topics {
  overflow: hidden;
  background-color: #fff;
}

@media print, screen and (max-width: 767px) {
  .topics {
    padding: 80px 0 70px;
  }
}
@media print, screen and (min-width: 768px) {
  .topics {
    padding: 120px 0 200px;
  }
}
.topics:before {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #D9D9D6;
  opacity: 0.2;
}

@media print, screen and (max-width: 767px) {
  .topics:before {
    top: 44px;
    left: 0px;
    width: 1500px;
    height: 510px;
    border-radius: 200px 0 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .topics:before {
    top: 165px;
    left: 310px;
    width: 3000px;
    height: 652px;
    border-radius: 250px 0 0 0;
  }
}
.topics_inner {
  position: relative;
  z-index: 10;
  width: 100%;
  margin: 0 auto;
}

@media print, screen and (max-width: 767px) {
  .topics_inner {
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .topics_inner {
    padding: 0 40px;
    max-width: 1080px;
  }
}
.topicsPost {
  width: 100%;
}

@media print, screen and (max-width: 767px) {
  .topicsPost {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .topicsPost {
    margin-top: 30px;
  }
}
.topicsSlide {
  position: relative;
}

@media print, screen and (max-width: 767px) {
  .topicsSlide {
    margin: 0 -15px;
  }
}
.topicsSlide_lists {
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media print, screen and (max-width: 767px) {
  .topicsSlide_lists {
    padding-bottom: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .topicsSlide_lists {
    padding-bottom: 60px;
  }
}
.topicsSlide_lists.slick-initialized {
  opacity: 1;
}

.topicsSlide_lists_node {
  display: inline-block;
}

@media print, screen and (max-width: 767px) {
  .topicsSlide_lists_node {
    padding: 7px;
  }
}
@media print, screen and (min-width: 768px) {
  .topicsSlide_lists_node {
    padding: 10px;
  }
}
.topicsSlideLink {
  display: block;
  height: 100%;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 14px -3px rgba(180, 180, 180, 0.35);
          box-shadow: 0px 3px 14px -3px rgba(180, 180, 180, 0.35);
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}

@media print, screen and (max-width: 767px) {
  .topicsSlideLink {
    padding: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .topicsSlideLink {
    padding: 20px;
  }
}
@media (hover: hover) {
  .topicsSlideLink:hover {
    border: 2px solid #009DE6;
  }
}
.topicsSlideImage {
  display: inline-block;
  width: 100%;
}

.topicsSlideImage img {
  width: 100%;
}

.topicsSlideDate {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  font-family: "Poppins", sans-serif;
  color: #009DE6;
  font-weight: 300;
}

@media print, screen and (max-width: 767px) {
  .topicsSlideDate {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .topicsSlideDate {
    font-size: 1.6rem;
  }
}
.topicsSlideTitle {
  font-weight: 700;
  color: #53565A;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media print, screen and (max-width: 767px) {
  .topicsSlideTitle {
    margin-top: 6px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
@media print, screen and (min-width: 768px) {
  .topicsSlideTitle {
    margin-top: 10px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
@media (hover: hover) {
  .topicsSlide_lists_node:hover .topicsSlideTitle {
    color: #009DE6;
  }
}
/*=============================================

	about

==============================================*/
.about {
  overflow: hidden;
  background-image: url(/service/salesmarketing/recruit/assets/images/about_bg_pc.png);
  background-size: cover;
  background-position: center top;
}

@media print, screen and (max-width: 767px) {
  .about {
    padding: 90px 0 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .about {
    padding: 225px 0 100px;
  }
}
.pdfPass {
  display: none;
}

.aboutTitle {
  position: absolute;
  right: 0;
}

@media print, screen and (max-width: 767px) {
  .aboutTitle {
    top: 25px;
    max-width: 212px;
  }
}
@media print, screen and (min-width: 768px) {
  .aboutTitle {
    top: 0;
    max-width: 784px;
  }
}
.aboutTitle img {
  width: 100%;
}

.about_inner {
  position: relative;
  z-index: 10;
  width: 100%;
  margin: 0 auto;
}

@media print, screen and (max-width: 767px) {
  .about_inner {
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .about_inner {
    max-width: 1080px;
    padding: 0 40px;
  }
}
.aboutNode {
  background-color: #fff;
}

@media print, screen and (max-width: 767px) {
  .aboutNode {
    padding: 30px 15px;
    border-radius: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .aboutNode {
    padding: 60px;
    border-radius: 60px;
  }
}
@media print, screen and (max-width: 767px) {
  .aboutNode + .aboutNode {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .aboutNode + .aboutNode {
    margin-top: 40px;
  }
}
.aboutNodetTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media print, screen and (max-width: 767px) {
  .aboutNodetTitle {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .aboutNodetTitle {
    font-size: 3.8rem;
  }
}
.aboutNodetTitle:after {
  content: "";
  display: inline-block;
  background-image: url(/service/salesmarketing/recruit/assets/images/logo-mv_omitted.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}

@media print, screen and (max-width: 767px) {
  .aboutNodetTitle:after {
    width: 59px;
    height: 34px;
    margin-left: 6px;
  }
}
@media print, screen and (min-width: 768px) {
  .aboutNodetTitle:after {
    width: 94px;
    height: 56px;
    margin-left: 15px;
  }
}
@media print, screen and (max-width: 767px) {
  .aboutNodetText {
    margin-top: 15px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
@media print, screen and (min-width: 768px) {
  .aboutNodetText {
    margin-top: 40px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.aboutNodeMedia {
  position: relative;
  width: 100%;
}

@media print, screen and (max-width: 767px) {
  .aboutNodeMedia {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .aboutNodeMedia {
    margin-top: 30px;
  }
}
@media print, screen and (max-width: 767px) {
  .aboutNode-01 .aboutNodeMedia, .aboutNode-02 .aboutNodeMedia {
    height: 47.2vw;
    max-height: 177px;
  }
}
@media print, screen and (min-width: 768px) {
  .aboutNode-01 .aboutNodeMedia, .aboutNode-02 .aboutNodeMedia {
    height: 46.2vw;
    max-height: 495px;
  }
}
@media print, screen and (max-width: 767px) {
  .aboutNode-04 .aboutNodeMedia {
    height: 61vw;
    max-height: 230px;
  }
}
@media print, screen and (min-width: 768px) {
  .aboutNode-04 .aboutNodeMedia {
    height: 48vw;
    max-height: 525px;
  }
}
.aboutNodeMedia iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.aboutPdfWrap {
  position: relative;
}

.aboutPdf {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #000;
}

@media print, screen and (max-width: 767px) {
  .aboutPdf {
    height: 65.4vw;
  }
}
@media print, screen and (min-width: 768px) {
  .aboutPdf {
    height: 44vw;
    max-height: 600px;
  }
}
.aboutCanvas {
  position: absolute;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 100%;
  height: auto;
}

@media print, screen and (max-width: 767px) {
  .aboutCanvas {
    top: calc(50% - 17px);
  }
}
@media print, screen and (min-width: 768px) {
  .aboutCanvas {
    top: calc(50% - 25px);
  }
}
.aboutPdfToolbar {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  background: #868788;
}

@media print, screen and (max-width: 767px) {
  .aboutPdfToolbar {
    padding: 6px 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .aboutPdfToolbar {
    padding: 14px 18px;
  }
}
.aboutPdfToolbar_pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.aboutPdfPage {
  padding: 0 10px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
}

.aboutPdfBtnPrev,
.aboutPdfBtnNext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 23px;
  height: 23px;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.aboutPdfBtnPrev:after,
.aboutPdfBtnNext:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 23px;
  background-image: url(/service/salesmarketing/recruit/assets/images/icon-pdf_arrow.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}

.aboutPdfBtnPrev.is-disabled,
.aboutPdfBtnNext.is-disabled {
  pointer-events: none;
  opacity: 0;
}

@media (hover: hover) {
  .aboutPdfBtnPrev:hover,
  .aboutPdfBtnNext:hover {
    opacity: 0.4;
  }
}
.aboutPdfBtnPrev:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.aboutPdfBtnFull {
  display: inline-block;
  width: 23px;
  height: 23px;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.aboutPdfBtnFull:after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 20px;
  background-image: url(/service/salesmarketing/recruit/assets/images/icon-fullscreen.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}

@media (hover: hover) {
  .aboutPdfBtnFull:hover {
    opacity: 0.4;
  }
}
.aboutPdfLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  text-decoration: underline;
}

@media print, screen and (max-width: 767px) {
  .aboutPdfLink {
    margin-top: 21px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .aboutPdfLink {
    margin-top: 30px;
    font-size: 1.6rem;
  }
}
.aboutPdfLink:after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  width: 16px;
  height: 13px;
  margin-top: 2px;
  background-image: url(/service/salesmarketing/recruit/assets/images/icon-blank_blk.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}

/*=============================================

	データで見るBX

==============================================*/
.data {
  background-color: #fff;
}

@media print, screen and (max-width: 767px) {
  .data {
    padding: 40px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .data {
    padding: 100px 0;
  }
}
.data_inner {
  position: relative;
  z-index: 10;
  width: 100%;
  margin: 0 auto;
}

@media print, screen and (max-width: 1024px) {
  .data_inner {
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 1025px) {
  .data_inner {
    max-width: 1240px;
    padding: 0 20px;
  }
}
.dataWrap {
  width: 100%;
  background-image: linear-gradient(134deg, rgb(4, 159, 230), rgb(133, 208, 243));
}

@media print, screen and (max-width: 1024px) {
  .dataWrap {
    padding: 35px 15px 30px;
    border-radius: 20px;
  }
}
@media print, screen and (min-width: 1025px) {
  .dataWrap {
    padding: 110px 20px 80px;
    border-radius: 90px;
  }
}
.dataTitle {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.dataTitle_en,
.dataTitle_ja {
  color: #fff;
}

.dataLede {
  width: 100%;
  color: #fff;
}

@media print, screen and (max-width: 1024px) {
  .dataLede {
    margin: 20px auto 0;
    font-size: 1.1rem;
    line-height: 1.8;
  }
}
@media print, screen and (min-width: 1025px) {
  .dataLede {
    max-width: 1000px;
    margin: 40px auto 0;
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
.dataContent {
  width: 100%;
}

@media print, screen and (max-width: 1024px) {
  .dataContent {
    margin: 20px auto 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .dataContent {
    display: grid;
    margin: 30px auto 0;
    max-width: 1000px;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.dataContent_node {
  cursor: pointer;
  position: relative;
  border-top: 1px solid #fff;
}

@media print, screen and (max-width: 1024px) {
  .dataContent_node {
    padding: 10px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
@media print, screen and (min-width: 1025px) {
  .dataContent_node {
    padding: 10px 20px;
    border-left: 1px solid #fff;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }
}
@media print, screen and (max-width: 1024px) {
  .dataContent_node:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background-image: url(/service/salesmarketing/recruit/assets/images/icon-data_puls.svg);
    background-size: 14px 14px;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #fff;
    border-radius: 50%;
  }
}
@media print, screen and (min-width: 1025px) {
  .dataContent_node-remote {
    grid-row: 1/2;
    grid-column: 1/3;
  }
}
@media print, screen and (min-width: 1025px) {
  .dataContent_node-employee {
    border-right: 1px solid #fff;
  }
}
@media print, screen and (min-width: 1025px) {
  .dataContent_node-gender {
    border-right: 1px solid #fff;
  }
}
@media print, screen and (min-width: 1025px) {
  .dataContent_node-overtime {
    border-right: 1px solid #fff;
  }
}
@media print, screen and (min-width: 1025px) {
  .dataContent_node-paid {
    border-bottom: 1px solid #fff;
  }
}
.dataContent_node-childcare {
  border-bottom: 1px solid #fff;
}

@media print, screen and (min-width: 1025px) {
  .dataContent_node-childcare {
    grid-row: 4/5;
    grid-column: 2/4;
    border-right: 1px solid #fff;
  }
}
@media (hover: hover) {
  .dataContent_node:hover {
    background-color: #fff;
  }
}
.dataNodeTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-weight: 700;
  color: #fff;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media print, screen and (max-width: 1024px) {
  .dataNodeTitle {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .dataNodeTitle {
    font-size: 2rem;
  }
}
.dataNodeTitle:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

@media print, screen and (max-width: 1024px) {
  .dataNodeTitle:before {
    width: 40px;
    height: 40px;
  }
}
@media print, screen and (min-width: 1025px) {
  .dataNodeTitle:before {
    width: 55px;
    height: 55px;
  }
}
.dataContent_node-remote .dataNodeTitle:before {
  background-image: url(/service/salesmarketing/recruit/assets/images/icon-d01_wht.svg);
}

.dataContent_node-employee .dataNodeTitle:before {
  background-image: url(/service/salesmarketing/recruit/assets/images/icon-d02_wht.svg);
}

.dataContent_node-age .dataNodeTitle:before {
  background-image: url(/service/salesmarketing/recruit/assets/images/icon-d03_wht.svg);
}

.dataContent_node-recruitmentCat .dataNodeTitle:before {
  background-image: url(/service/salesmarketing/recruit/assets/images/icon-d04_wht.svg);
}

.dataContent_node-gender .dataNodeTitle:before {
  background-image: url(/service/salesmarketing/recruit/assets/images/icon-d05_wht.svg);
}

.dataContent_node-mGender .dataNodeTitle:before {
  background-image: url(/service/salesmarketing/recruit/assets/images/icon-d06_wht.svg);
}

.dataContent_node-lGender .dataNodeTitle:before {
  background-image: url(/service/salesmarketing/recruit/assets/images/icon-d07_wht.svg);
}

.dataContent_node-overtime .dataNodeTitle:before {
  background-image: url(/service/salesmarketing/recruit/assets/images/icon-d08_wht.svg);
}

.dataContent_node-paid .dataNodeTitle:before {
  background-image: url(/service/salesmarketing/recruit/assets/images/icon-d09_wht.svg);
}

.dataContent_node-childcare .dataNodeTitle:before {
  background-image: url(/service/salesmarketing/recruit/assets/images/icon-d10_wht.svg);
}

@media (hover: hover) {
  .dataContent_node:hover .dataNodeTitle {
    color: #009DE6;
  }
  .dataContent_node-remote:hover .dataNodeTitle:before {
    background-image: url(/service/salesmarketing/recruit/assets/images/icon-d01_skyblue.svg);
  }
  .dataContent_node-employee:hover .dataNodeTitle:before {
    background-image: url(/service/salesmarketing/recruit/assets/images/icon-d02_skyblue.svg);
  }
  .dataContent_node-age:hover .dataNodeTitle:before {
    background-image: url(/service/salesmarketing/recruit/assets/images/icon-d03_skyblue.svg);
  }
  .dataContent_node-recruitmentCat:hover .dataNodeTitle:before {
    background-image: url(/service/salesmarketing/recruit/assets/images/icon-d04_skyblue.svg);
  }
  .dataContent_node-gender:hover .dataNodeTitle:before {
    background-image: url(/service/salesmarketing/recruit/assets/images/icon-d05_skyblue.svg);
  }
  .dataContent_node-mGender:hover .dataNodeTitle:before {
    background-image: url(/service/salesmarketing/recruit/assets/images/icon-d06_skyblue.svg);
  }
  .dataContent_node-lGender:hover .dataNodeTitle:before {
    background-image: url(/service/salesmarketing/recruit/assets/images/icon-d07_skyblue.svg);
  }
  .dataContent_node-overtime:hover .dataNodeTitle:before {
    background-image: url(/service/salesmarketing/recruit/assets/images/icon-d08_skyblue.svg);
  }
  .dataContent_node-paid:hover .dataNodeTitle:before {
    background-image: url(/service/salesmarketing/recruit/assets/images/icon-d09_skyblue.svg);
  }
  .dataContent_node-childcare:hover .dataNodeTitle:before {
    background-image: url(/service/salesmarketing/recruit/assets/images/icon-d10_skyblue.svg);
  }
}
.dataNodeItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}

@media print, screen and (max-width: 1024px) {
  .dataNodeItem {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 1025px) {
  .dataNodeItem {
    margin-top: 20px;
  }
}
.dataContent_node-remote .dataNodeItem {
  margin-top: 32px;
}

@media print, screen and (max-width: 1024px) {
  .dataContent_node-remote .dataNodeItem {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -18px;
  }
}
.dataContent_node-employee .dataNodeItem, .dataContent_node-age .dataNodeItem, .dataContent_node-paid .dataNodeItem, .dataContent_node-overtime .dataNodeItem {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (max-width: 1024px) {
  .dataContent_node-childcare .dataNodeItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media print, screen and (min-width: 1025px) {
  .dataContent_node-childcare .dataNodeItem {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media print, screen and (min-width: 1025px) {
  .dataNodeItemContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.dataContent_node-childcare .dataNodeItemContent {
  gap: 25px;
}

@media print, screen and (max-width: 1024px) {
  .fs30 {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .fs30 {
    font-size: 3rem;
  }
}
@media print, screen and (max-width: 1024px) {
  .fs40 {
    font-size: 3rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .fs40 {
    font-size: 4rem;
  }
}
@media print, screen and (max-width: 1024px) {
  .fs75 {
    font-size: 5.3rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .fs75 {
    font-size: 7.5rem;
  }
}
@media print, screen and (max-width: 1024px) {
  .fs78 {
    font-size: 6.2rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .fs78 {
    font-size: 7.8rem;
  }
}
@media print, screen and (max-width: 1024px) {
  .fs80 {
    font-size: 7.5rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .fs80 {
    font-size: 8rem;
  }
}
@media print, screen and (max-width: 1024px) {
  .fs90 {
    font-size: 7.5rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .fs90 {
    font-size: 9rem;
  }
}
@media print, screen and (max-width: 1024px) {
  .fs97 {
    font-size: 8.7rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .fs97 {
    font-size: 9.7rem;
  }
}
@media print, screen and (max-width: 1024px) {
  .fs121 {
    font-size: 9.7rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .fs121 {
    font-size: 12.1rem;
  }
}
.dataNodeItem_one {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.2rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media (hover: hover) {
  .dataContent_node:hover .dataNodeItem_one {
    color: #009DE6;
  }
}
.dataNodeItem_node {
  text-align: center;
}

@media print, screen and (max-width: 1024px) {
  .dataContent_node-remote .dataNodeItem_node {
    width: calc((100% - 52px) / 2);
  }
}
.dataContent_node-childcare .dataNodeItem_node {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}

.dataNodeItem_node_title {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media (hover: hover) {
  .dataContent_node:hover .dataNodeItem_node_title {
    color: #009DE6;
  }
}
.dataNodeItem_node_number {
  display: inline-block;
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.2rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media (hover: hover) {
  .dataContent_node:hover .dataNodeItem_node_number {
    color: #009DE6;
  }
}
.dataNodeChildcare_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: -15px;
  border-radius: 50%;
  border: 1px solid #fff;
  font-weight: 700;
  color: #fff;
  line-height: 1.6;
  -webkit-transition: border 0.3s ease, color 0.3s ease;
  transition: border 0.3s ease, color 0.3s ease;
}

@media print, screen and (max-width: 1024px) {
  .dataNodeChildcare_title {
    width: 65px;
    height: 65px;
  }
}
@media print, screen and (min-width: 1025px) {
  .dataNodeChildcare_title {
    width: 80px;
    height: 80px;
  }
}
@media (hover: hover) {
  .dataContent_node:hover .dataNodeChildcare_title {
    color: #009DE6;
    border: 1px solid #009DE6;
  }
}
.dataNodeChildcare_number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.dataNodeHiddenText {
  display: none;
}

/*=============================================
	データモーダル
==============================================*/
/* Demo Animation Style */
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

[aria-hidden=false] .dataModalOverlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

[aria-hidden=false] .dataModalContainer {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

[aria-hidden=true] .dataModalOverlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

[aria-hidden=true] .dataModalContainer {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.dataModalOverlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10000;
  will-change: transform;
}

@media print, screen and (max-width: 1024px) {
  .dataModalOverlay {
    padding: 50px 15px;
  }
}
@media print, screen and (min-width: 1025px) {
  .dataModalOverlay {
    padding: 20px;
  }
}
.dataModalContainer {
  position: relative;
  background-color: #009DE6;
  border-radius: 10px;
  text-align: center;
}

@media print, screen and (max-width: 1024px) {
  .dataModalContainer {
    width: calc(100% - 30px);
    max-width: 500px;
    padding: 30px;
  }
}
@media print, screen and (min-width: 1025px) {
  .dataModalContainer {
    width: 648px;
    padding: 30px 100px;
  }
}
.dataModalTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  color: #fff;
  line-height: 1.6;
}

@media print, screen and (max-width: 1024px) {
  .dataModalTitle {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .dataModalTitle {
    font-size: 2rem;
  }
}
.dataModalTitle:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
}

@media print, screen and (max-width: 1024px) {
  .dataModalTitle:before {
    width: 30px;
    height: 30px;
  }
}
@media print, screen and (min-width: 1025px) {
  .dataModalTitle:before {
    width: 40px;
    height: 40px;
  }
}
.dataModalTitle.remote:before {
  background-image: url(/service/salesmarketing/recruit/assets/images/icon-d01_wht.svg);
}

.dataModalTitle.employee:before {
  background-image: url(/service/salesmarketing/recruit/assets/images/icon-d02_wht.svg);
}

.dataModalTitle.age:before {
  background-image: url(/service/salesmarketing/recruit/assets/images/icon-d03_wht.svg);
}

.dataModalTitle.recruitmentCat:before {
  background-image: url(/service/salesmarketing/recruit/assets/images/icon-d04_wht.svg);
}

.dataModalTitle.gender:before {
  background-image: url(/service/salesmarketing/recruit/assets/images/icon-d05_wht.svg);
}

.dataModalTitle.mGender:before {
  background-image: url(/service/salesmarketing/recruit/assets/images/icon-d06_wht.svg);
}

.dataModalTitle.lGender:before {
  background-image: url(/service/salesmarketing/recruit/assets/images/icon-d07_wht.svg);
}

.dataModalTitle.overtime:before {
  background-image: url(/service/salesmarketing/recruit/assets/images/icon-d08_wht.svg);
}

.dataModalTitle.paid:before {
  background-image: url(/service/salesmarketing/recruit/assets/images/icon-d09_wht.svg);
}

.dataModalTitle.childcare:before {
  background-image: url(/service/salesmarketing/recruit/assets/images/icon-d10_wht.svg);
}

.dataModalText {
  display: inline-block;
  color: #fff;
  line-height: 1.6;
  text-align: left;
}

@media print, screen and (max-width: 1024px) {
  .dataModalText {
    margin-top: 15px;
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .dataModalText {
    margin-top: 16px;
    font-size: 1.4rem;
  }
}
.dataModalClose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.dataModalClose:before, .dataModalClose:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1px;
  background-color: #fff;
}

.dataModalClose:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.dataModalClose:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

/*=============================================

	制度・環境

==============================================*/
.benefits {
  background-color: #fff;
  background-size: cover;
}

@media print, screen and (max-width: 767px) {
  .benefits {
    padding: 30px 0;
    background-image: url(/service/salesmarketing/recruit/assets/images/benefits_bg_sp.jpg);
  }
}
@media print, screen and (min-width: 768px) {
  .benefits {
    padding: 100px 0;
    background-image: url(/service/salesmarketing/recruit/assets/images/benefits_bg_pc.jpg);
  }
}
.benefits_bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
}

@media print, screen and (max-width: 767px) {
  .benefits_bg {
    background-image: url(/service/salesmarketing/recruit/assets/images/benefits_bg_sp.jpg);
    background-size: cover;
  }
}
@media print, screen and (min-width: 768px) {
  .benefits_bg {
    max-height: 850px;
    background-image: url(/service/salesmarketing/recruit/assets/images/benefits_bg_pc.jpg);
    background-size: 100%;
  }
}
.benefits_inner {
  position: relative;
  z-index: 10;
  width: 100%;
  margin: 0 auto;
}

@media print, screen and (max-width: 767px) {
  .benefits_inner {
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .benefits_inner {
    max-width: 1280px;
    padding: 0 40px;
  }
}
.benefitsContent {
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 14px -3px rgba(180, 180, 180, 0.35);
          box-shadow: 0px 3px 14px -3px rgba(180, 180, 180, 0.35);
}

@media print, screen and (max-width: 767px) {
  .benefitsContent {
    padding: 30px 15px;
    border-radius: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .benefitsContent {
    padding: 100px 100px 80px;
    border-radius: 90px;
  }
}
.benefitsSlide {
  position: relative;
}

@media print, screen and (max-width: 767px) {
  .benefitsSlide {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .benefitsSlide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px 30px;
    margin-top: 40px;
  }
}
@media print, screen and (max-width: 767px) {
  .benefitsSlide_node {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .benefitsSlide_node {
    width: calc(50% - 20px);
  }
}
@media print, screen and (max-width: 767px) {
  .benefitsSlide_node + .benefitsSlide_node {
    margin-top: 20px;
  }
}
.benefitsSlide_node.is-disabled {
  display: none;
}

.benefitsSlideTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #009DE6;
  font-weight: 700;
  line-height: 1.4;
}

@media print, screen and (max-width: 767px) {
  .benefitsSlideTitle {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .benefitsSlideTitle {
    font-size: 2rem;
  }
}
.benefitsSlideTitle_icon {
  display: inline-block;
}

@media print, screen and (max-width: 767px) {
  .benefitsSlideTitle_icon {
    width: 35px;
    height: 35px;
    margin-right: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .benefitsSlideTitle_icon {
    width: 45px;
    height: 45px;
    margin-right: 15px;
  }
}
.benefitsSlideTitle_icon img {
  width: 100%;
}

.benefitsSlideText {
  line-height: 1.6;
}

@media print, screen and (max-width: 767px) {
  .benefitsSlideText {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .benefitsSlideText {
    margin-top: 18px;
    font-size: 1.6rem;
  }
}
.benefitsSlide_more {
  margin-top: 30px;
}

/*=============================================

	オフィス紹介

==============================================*/
.office {
  overflow: hidden;
  background-color: #fff;
}

@media print, screen and (max-width: 767px) {
  .office {
    padding: 40px 0 0px;
  }
}
@media print, screen and (min-width: 768px) {
  .office {
    padding: 120px 0 100px;
  }
}
.office_inner {
  position: relative;
  z-index: 10;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

@media print, screen and (max-width: 767px) {
  .office_inner {
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .office_inner {
    padding: 0 40px;
  }
}
.officePost {
  width: 100%;
}

@media print, screen and (max-width: 767px) {
  .officePost {
    margin: 40px auto 0;
  }
}
@media print, screen and (min-width: 768px) {
  .officePost {
    max-width: 604px;
    margin: 40px auto 0;
  }
}
.officeSlide_lists {
  position: relative;
}

@media print, screen and (max-width: 767px) {
  .officeSlide_lists {
    padding-bottom: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .officeSlide_lists {
    padding-bottom: 55px;
  }
}
.officeSlide_lists_node {
  display: inline-block;
  position: relative;
  opacity: 0.4;
  border-radius: 10px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media print, screen and (max-width: 767px) {
  .officeSlide_lists_node {
    margin: 0 -10px;
  }
}
@media print, screen and (min-width: 768px) {
  .officeSlide_lists_node {
    margin: 0 -30px;
  }
}
.officeSlide_lists_node.slick-current {
  opacity: 1;
}

.officeSlideImage {
  width: 100%;
  -webkit-transform: scale(0.777);
          transform: scale(0.777);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 14px -3px rgba(180, 180, 180, 0.35);
          box-shadow: 0px 0px 14px -3px rgba(180, 180, 180, 0.35);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}

@media print, screen and (max-width: 767px) {
  .officeSlideImage {
    padding: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .officeSlideImage {
    padding: 20px;
  }
}
.slick-current .officeSlideImage {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.officeSlideImage img {
  width: 100%;
}

.officeSlideTextarea {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media print, screen and (min-width: 768px) {
  .officeSlideTextarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    padding: 20px 30px;
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(154, 39, 238, 0)), color-stop(95%, rgb(0, 157, 230)));
    background-image: linear-gradient(180deg, rgba(154, 39, 238, 0) 30%, rgb(0, 157, 230) 95%);
  }
}
@media print, screen and (max-width: 767px) {
  .slick-current .officeSlideTextarea {
    opacity: 1;
  }
}
@media print and (hover: hover), screen and (hover: hover) and (min-width: 768px) {
  .slick-current.officeSlide_lists_node:hover .officeSlideTextarea {
    opacity: 1;
  }
}
.officeSlideTextarea_title {
  font-weight: 700;
  line-height: 1.6;
}

@media print, screen and (max-width: 767px) {
  .officeSlideTextarea_title {
    margin-top: 10px;
    font-size: 1.6rem;
    color: #000;
  }
}
@media print, screen and (min-width: 768px) {
  .officeSlideTextarea_title {
    font-size: 2rem;
    color: #fff;
  }
}
.officeSlideTextarea_text {
  margin-top: 5px;
  line-height: 1.6;
}

@media print, screen and (max-width: 767px) {
  .officeSlideTextarea_text {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .officeSlideTextarea_text {
    font-size: 1.6rem;
    color: #fff;
  }
}
/*=============================================

	よくあるご質問

==============================================*/
.faq {
  background-color: #fff;
}

@media print, screen and (max-width: 767px) {
  .faq {
    padding: 40px 0 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .faq {
    padding: 20px 0 100px;
  }
}
.faq_inner {
  position: relative;
  z-index: 10;
  width: 100%;
  margin: 0 auto;
}

@media print, screen and (max-width: 767px) {
  .faq_inner {
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .faq_inner {
    max-width: 1080px;
    padding: 0 40px;
  }
}
@media print, screen and (max-width: 767px) {
  .faqPost {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .faqPost {
    margin-top: 40px;
  }
}
.faq_lists_node {
  position: relative;
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
}

@media print, screen and (max-width: 767px) {
  .faq_lists_node {
    padding: 15px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .faq_lists_node {
    padding: 20px;
  }
}
.faq_lists_node + .faq_lists_node {
  margin-top: 20px;
}

.faq_lists_node.is-disabled {
  display: none;
}

.faqQ {
  cursor: pointer;
  position: relative;
}

.faqQ:before, .faqQ:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 1px;
  background-color: #009DE6;
  -webkit-transition: background 0.3s ease, -webkit-transform 0.3s ease;
  transition: background 0.3s ease, -webkit-transform 0.3s ease;
  transition: background 0.3s ease, transform 0.3s ease;
  transition: background 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.faqQ:before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.faqQ:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.faqQ.is-open:after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}

@media (hover: hover) {
  .faq_lists_node:hover .faqQ:before {
    -webkit-transform: translateY(-50%) rotate(360deg);
            transform: translateY(-50%) rotate(360deg);
  }
  .faq_lists_node:hover .faqQ:after {
    -webkit-transform: translateY(-50%) rotate(-450deg);
            transform: translateY(-50%) rotate(-450deg);
  }
}
.faqQ_text {
  position: relative;
  display: block;
  min-height: 42px;
  font-weight: 700;
}

@media print, screen and (max-width: 767px) {
  .faqQ_text {
    padding: 0 25px 0 40px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
@media print, screen and (min-width: 768px) {
  .faqQ_text {
    padding: 15px 50px 15px 105px;
    font-size: 1.8rem;
    line-height: 1.8;
  }
}
.faqQ_text:before {
  content: "Q";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgb(0, 157, 230)), color-stop(90%, rgba(0, 157, 230, 0.4)));
  background-image: linear-gradient(180deg, rgb(0, 157, 230) 10%, rgba(0, 157, 230, 0.4) 90%);
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #fff;
}

@media print, screen and (max-width: 767px) {
  .faqQ_text:before {
    width: 30px;
    height: 30px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .faqQ_text:before {
    width: 62px;
    height: 62px;
    font-size: 3rem;
  }
}
.faqA {
  display: none;
  position: relative;
  overflow: hidden;
}

.faqA_text {
  position: relative;
  display: block;
  min-height: 67px;
}

@media print, screen and (max-width: 767px) {
  .faqA_text {
    padding: 15px 25px 0 40px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
@media print, screen and (min-width: 768px) {
  .faqA_text {
    padding: 10px 50px 0 105px;
    font-size: 1.6rem;
    line-height: 2.2;
  }
}
.faqA_text:before {
  content: "A";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 15px;
  left: 0;
  border: 1px solid #009DE6;
  border-radius: 50%;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #009DE6;
}

@media print, screen and (max-width: 767px) {
  .faqA_text:before {
    width: 30px;
    height: 30px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .faqA_text:before {
    width: 62px;
    height: 62px;
    font-size: 3rem;
  }
}
.faq_more {
  margin-top: 30px;
}

/*=============================================

	募集職種

==============================================*/
.entry {
  overflow: hidden;
}

@media print, screen and (max-width: 767px) {
  .entry {
    padding: 60px 0 75px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgb(255, 255, 255)), color-stop(60%, rgb(255, 184, 29)));
    background-image: linear-gradient(180deg, rgb(255, 255, 255) 40%, rgb(255, 184, 29) 60%);
  }
}
@media print, screen and (min-width: 768px) {
  .entry {
    padding: 210px 0 270px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgb(255, 255, 255)), color-stop(60%, rgb(255, 179, 24)));
    background-image: linear-gradient(180deg, rgb(255, 255, 255) 40%, rgb(255, 179, 24) 60%);
  }
}
.entry:before {
  content: "CONTACT US";
  display: inline-block;
  position: absolute;
  left: 50%;
  z-index: 10;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0.4;
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}

@media print, screen and (max-width: 767px) {
  .entry:before {
    bottom: -10px;
    font-size: 6.2rem;
    letter-spacing: -0.3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .entry:before {
    bottom: -2.2vw;
    font-size: 15.5vw;
  }
}
.entry:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  z-index: 1;
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
}

@media print, screen and (max-width: 767px) {
  .entry:after {
    min-width: 780px;
    width: 100%;
    height: 3000px;
    background-image: url(/service/salesmarketing/recruit/assets/images/entry_bg_sp.png);
  }
}
@media print, screen and (min-width: 768px) {
  .entry:after {
    min-width: 2280px;
    width: 100%;
    height: 3000px;
    background-image: url(/service/salesmarketing/recruit/assets/images/entry_bg_pc.png);
  }
}
.entry_inner {
  position: relative;
  z-index: 10;
  width: 100%;
  margin: 0 auto;
}

@media print, screen and (max-width: 767px) {
  .entry_inner {
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .entry_inner {
    max-width: 980px;
    padding: 0 40px;
  }
}
.entryTitle {
  text-align: center;
}

.entryTitle_en,
.entryTitle_ja {
  color: #fff;
}

.entryPost {
  margin-top: 40px;
}

.entryCatList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media print, screen and (max-width: 767px) {
  .entryCatList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media print, screen and (min-width: 768px) {
  .entryCatList {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    border: 1px solid #FF8200;
    border-radius: 40px 40px 0 0;
    overflow: hidden;
  }
}
.entryCatList_node {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: relative;
  color: #FF8200;
  background-color: #fff;
  -webkit-transition: color 0.3s ease, background 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease;
}

@media print, screen and (max-width: 767px) {
  .entryCatList_node {
    width: calc((100% - 7px) / 2);
    height: 40px;
    border-radius: 8px;
    border: 1px solid #fff !important;
  }
}
@media print, screen and (min-width: 768px) {
  .entryCatList_node {
    width: 100%;
    height: 64px;
  }
}
@media print, screen and (max-width: 767px) {
  .entryCatList_node:nth-child(n+3) {
    margin-top: 7px;
  }
}
.entryCatList_node span {
  position: relative;
  z-index: 10;
}

.entryCatList_node:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 183, 27)), to(rgb(255, 131, 3)));
  background-image: linear-gradient(180deg, rgb(255, 183, 27), rgb(255, 131, 3));
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.entryCatList_node + .entryCatList_node {
  border-left: 1px solid #FF8200;
}

.entryCatList_node.is-active {
  color: #fff;
}

.entryCatList_node.is-active:before {
  opacity: 1;
}

@media (hover: hover) {
  .entryCatList_node:hover {
    color: #fff;
  }
  .entryCatList_node:hover:before {
    opacity: 1;
  }
}
.entryjob_lists {
  position: relative;
  background-color: #fff;
}

@media print, screen and (max-width: 767px) {
  .entryjob_lists {
    margin-top: 20px;
    border-radius: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .entryjob_lists {
    border-left: 1px solid #FF8200;
    border-right: 1px solid #FF8200;
    border-bottom: 1px solid #FF8200;
    border-radius: 0 0 40px 40px;
  }
}
.entryjob_lists_node {
  display: none;
}

@media print, screen and (max-width: 767px) {
  .entryjob_lists_node {
    padding: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .entryjob_lists_node {
    padding: 30px 60px;
  }
}
.entryjob_lists_node.is-active {
  display: block;
}

.entryBlock {
  background-color: #FFF8E7;
}

@media print, screen and (max-width: 767px) {
  .entryBlock {
    padding: 20px 12px;
    border-radius: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .entryBlock {
    padding: 30px 90px;
    border-radius: 30px;
  }
}
@media print, screen and (max-width: 767px) {
  .entryBlock + .entryBlock {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .entryBlock + .entryBlock {
    margin-top: 20px;
  }
}
.entryBlock_title {
  font-weight: 700;
  color: #FF8200;
  text-align: center;
  line-height: 1.6;
}

@media print, screen and (max-width: 767px) {
  .entryBlock_title {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .entryBlock_title {
    font-size: 2rem;
  }
}
@media print, screen and (max-width: 767px) {
  .entryBlock_lists {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .entryBlock_lists {
    margin-top: 35px;
  }
}
.entryBlock_lists_node + .entryBlock_lists_node {
  margin-top: 15px;
}

.entryBlockListLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding-bottom: 15px;
}

.entryBlockListLink:before, .entryBlockListLink:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
}

.entryBlockListLink:before {
  width: 100%;
  background-color: #EAEAEA;
}

.entryBlockListLink:after {
  background-color: #FF8200;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

@media print, screen and (max-width: 767px) {
  .entryBlockListLink:after {
    width: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .entryBlockListLink:after {
    width: 30px;
  }
}
.is-noLink .entryBlockListLink {
  pointer-events: none;
}

@media (hover: hover) {
  .entryBlockListLink:hover:after {
    width: 100%;
  }
}
.entryBlockListTitle {
  font-weight: 700;
  line-height: 1.6;
}

@media print, screen and (max-width: 767px) {
  .entryBlockListTitle {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .entryBlockListTitle {
    font-size: 1.6rem;
  }
}
.entryBlockListIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 10px;
  border: 1px solid #FF8200;
  background-image: url(/service/salesmarketing/recruit/assets/images/icon-blank_orange.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

@media print, screen and (max-width: 767px) {
  .entryBlockListIcon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    height: 20px;
    border-radius: 20px;
    background-size: 10px 8px;
  }
}
@media print, screen and (min-width: 768px) {
  .entryBlockListIcon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66px;
            flex: 0 0 66px;
    height: 30px;
    border-radius: 30px;
    background-size: 12px 10px;
  }
}
.is-noLink .entryBlockListIcon {
  display: none;
}

@media (hover: hover) {
  .entryBlockListLink:hover .entryBlockListIcon {
    background-image: url(/service/salesmarketing/recruit/assets/images/icon-blank_wht.svg);
    background-color: #FF8200;
  }
}
.entryText {
  color: #fff;
}

@media print, screen and (max-width: 767px) {
  .entryText {
    margin-top: 30px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
@media print, screen and (min-width: 768px) {
  .entryText {
    margin-top: 60px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
@media print, screen and (max-width: 767px) {
  .entryButtonLists {
    margin-top: 18px;
  }
}
@media print, screen and (min-width: 768px) {
  .entryButtonLists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    gap: 21px;
    margin-top: 40px;
  }
}
.entryButtonLists_node {
  width: 100%;
}

@media print, screen and (max-width: 767px) {
  .entryButtonLists_node + .entryButtonLists_node {
    margin-top: 10px;
  }
}
.entryButtonLists_node_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0 30px;
  background-color: #fff;
  font-weight: 600;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
}

@media print, screen and (max-width: 767px) {
  .entryButtonLists_node_link {
    height: 50px;
    border-radius: 8px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .entryButtonLists_node_link {
    height: 90px;
    border-radius: 10px;
    font-size: 2rem;
  }
}
.entryButtonLists_node_link:after {
  content: "";
  display: inline-block;
  background-image: url(/service/salesmarketing/recruit/assets/images/icon-blank_orange.svg);
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #FF8200;
  -webkit-transition: background 0.3s ease, border 0.3s ease;
  transition: background 0.3s ease, border 0.3s ease;
}

@media print, screen and (max-width: 767px) {
  .entryButtonLists_node_link:after {
    width: 40px;
    height: 20px;
    border-radius: 20px;
    background-size: 10px 8px;
  }
}
@media print, screen and (min-width: 768px) {
  .entryButtonLists_node_link:after {
    width: 36px;
    height: 36px;
    background-size: 12px 10px;
    border-radius: 50%;
  }
}
@media (hover: hover) {
  .entryButtonLists_node_link:hover {
    background-color: #FF8200;
    color: #fff;
  }
  .entryButtonLists_node_link:hover:after {
    background-image: url(/service/salesmarketing/recruit/assets/images/icon-blank_wht.svg);
    background-size: 12px 10px;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #fff;
  }
}


