@charset "UTF-8";
/*
Theme Name:ascend_premium_child
Template:ascend_premium
*/
body, h1, h2, h3, h4, h5, h6, p, span, a, th, td, li, strong {
  font-family: 游ゴシック, YuGothic, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Verdana, sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500 !important;
}

p {
  margin: 0 !important;
  font-weight: 500 !important;
  line-height: 1.8 !important;
  letter-spacing: 1px !important;
}

span {
  margin: 0;
  font-weight: 500 !important;
}

br {
  display: none !important;
}

.textblock {
  display: inline-block;
}

table {
  width: 100%;
}

button:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.sliderclass.kt_desktop_slider.clearfix.home-sliderclass {
  display: none;
}

.logofont img {
  max-height: 55px !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.kad-center-header.kt-header-flex-item {
  height: 100%;
}

nav.nav-main.clearfix {
  height: 100%;
}

nav.nav-main.clearfix ul {
  height: 100%;
}

nav.nav-main.clearfix ul li {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

nav.nav-main.clearfix ul li a {
  color: #463D3D !important;
  height: 100%;
  padding: 15px;
  border-bottom: 5px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

nav.nav-main.clearfix ul li a:hover {
  color: #6C6363 !important;
  border-bottom: 5px solid #FF798B;
}

.kad-header-menu-outer {
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
}

.sidebutton {
  position: fixed;
  right: 0;
  top: 35%;
  z-index: 50;
  width: 70px;
  display: inline-block;
}

.sidebutton .button1, .sidebutton .button2 {
  display: inline-block;
  width: 100%;
  padding: 10px 15px;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 1px;
  background: #25957D;
  font-weight: bold;
  border-radius: 4px 0px 0px 4px / 4px 0px 0px 4px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  height: 150px;
  text-align: center;
}

.sidebutton .button1 {
  background: #25957D;
}

.sidebutton .button2 {
  background: #F97B0B;
}

.top_hero--container {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.top_hero--container img {
  width: 55%;
  height: calc(100vh - 100px);
  min-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.top_hero--container .box {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top_hero--container .box p {
  display: none;
}

.top_hero--container .box hgroup {
  height: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top_hero--container .box hgroup div {
  width: 105%;
  margin: 0 auto 40px;
  padding: 30px  0;
  background: #fff;
}

.top_hero--container .box hgroup div h1 {
  font-size: 4.2rem;
  font-weight: bold !important;
  line-height: 60px;
  text-align: center;
  margin: 0;
  -webkit-transition: all .8s ease-out;
  transition: all .8s ease-out;
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
  opacity: 0;
}

.top_hero--container .box hgroup div h1.fadein {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.top_hero--container .box hgroup div h1 span {
  font-weight: bold !important;
  display: block;
}

.top_hero--container .box hgroup h3 {
  font-size: 2rem;
  text-align: center;
  width: 100%;
  position: relative;
}

.top_hero--container .box hgroup h3 span {
  position: relative;
}

.top_hero--container .box hgroup h3::before {
  content: '';
  height: 100px;
  width: 40%;
  background: #F5F5F5;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.top_hero--container .box .news-box {
  height: 7%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top_hero--container .box .news-box div {
  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;
}

.top_hero--container .box .news-box .title {
  color: #fff;
  font-family: "ヒラギノ角ゴ Pro W6", "HiraKakuPro-W6", "ヒラギノ角ゴ ProN W6", "HiraKakuProN-W6" !important;
  background: #FF798B;
  width: 20%;
  min-width: 70px;
}

.top_hero--container .box .news-box .contents {
  background: #FCF9F9;
  width: 80%;
  padding: 5px;
}

.top_hero--container .box .news-box .contents a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1024px) {
  .top_hero--container img {
    width: 60%;
  }
  .top_hero--container .box {
    width: 40%;
  }
  .top_hero--container .box hgroup div {
    padding: 20px 0;
    margin: 0 auto 30px;
  }
  .top_hero--container .box hgroup div h1 {
    font-size: 3.4rem;
  }
  .top_hero--container .box hgroup h3 {
    font-size: 1.6rem;
  }
  .top_hero--container .box hgroup h3::before {
    height: 80px;
  }
  .top_hero--container .box .news-box {
    height: 10%;
  }
  .top_hero--container .box .news-box .contents {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .top_hero--container {
    margin-top: 60px;
    display: block;
  }
  .top_hero--container img {
    width: 100%;
    height: calc(100vh - 260px);
  }
  .top_hero--container .box {
    width: 100%;
  }
  .top_hero--container .box hgroup {
    margin-bottom: 70px;
    position: relative;
  }
  .top_hero--container .box hgroup div {
    width: 70%;
    padding: 30px 0;
    margin: 0;
    position: absolute;
    top: -180px;
  }
  .top_hero--container .box hgroup div h1 {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  .top_hero--container .box hgroup h3 {
    margin: 0;
    padding: 15px 0;
  }
  .top_hero--container .box hgroup h3::before {
    height: 70px;
    width: 35%;
  }
  .top_hero--container .box .news-box {
    height: 60px;
  }
}

@media screen and (max-width: 599px) {
  .top_hero--container img {
    height: calc(100vh - 230px);
  }
  .top_hero--container .box hgroup {
    margin-bottom: 50px;
  }
  .top_hero--container .box hgroup div {
    min-width: 270px;
    padding: 20px 0;
    top: -130px;
  }
  .top_hero--container .box hgroup div h1 {
    font-size: 2.8rem;
    line-height: 45px;
  }
  .top_hero--container .box hgroup h3 {
    padding: 10px 0;
  }
  .top_hero--container .box hgroup h3::before {
    height: 60px;
  }
}

.com_title--box {
  height: 170px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}

.com_title--box::before {
  content: '';
  width: 100vw;
  height: 100%;
  background: #F5F5F5;
  position: absolute;
  top: 0;
  right: 88%;
}

.com_title--box hgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.com_title--box hgroup.scroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.com_title--box hgroup h2 {
  font-weight: bold !important;
  font-size: 3.6rem;
  font-family: "ヒラギノ角ゴ Pro W6", "HiraKakuPro-W6", "ヒラギノ角ゴ ProN W6", "HiraKakuProN-W6" !important;
  letter-spacing: 2px;
  line-height: 1;
  margin: 0;
}

.com_title--box hgroup h5 {
  font-size: 1.6rem;
  line-height: 1;
  margin: 0;
  margin-left: 30px;
}

.top_contents--container, .top_about--container, .top_services--container, .top_recruit--container {
  padding-bottom: 100px;
}

.top_contents--container .box, .top_about--container .box, .top_services--container .box, .top_recruit--container .box {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 30px;
}

.top_contents--button {
  color: #FF798B;
  border: 2px solid #FF798B;
  width: 200px;
  margin-top: 80px;
  padding: 10px 0 10px 30px;
  position: relative;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.top_contents--button:hover {
  color: #fff;
  background: #FF798B;
}

.top_contents--button:hover > i {
  color: #fff !important;
}

.top_contents--button a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.top_contents--button span {
  font-weight: bold !important;
  font-family: "ヒラギノ角ゴ Pro W6", "HiraKakuPro-W6", "ヒラギノ角ゴ ProN W6", "HiraKakuProN-W6" !important;
}

.top_contents--button i {
  font-size: 2.4rem !important;
  color: #FF798B !important;
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 1024px) {
  .com_title--box {
    height: 140px;
  }
  .com_title--box::before {
    right: auto;
    left: 115px;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .com_title--box hgroup h2 {
    font-size: 3rem;
  }
  .top_contents--container, .top_about--container, .top_services--container, .top_recruit--container {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  .com_title--box {
    height: 120px;
  }
  .top_contents--button {
    margin: 60px auto 0;
  }
}

@media screen and (max-width: 599px) {
  .com_title--box {
    padding: 0 20px;
  }
  .com_title--box::before {
    height: calc(100% - 30px);
  }
  .com_title--box hgroup {
    display: block;
  }
  .com_title--box hgroup h2 {
    font-size: 2.6rem;
  }
  .com_title--box hgroup h5 {
    font-size: 1.4rem;
    margin: 8px 0;
  }
  .top_contents--container, .top_about--container, .top_services--container, .top_recruit--container {
    padding-bottom: 60px;
  }
  .top_contents--container .box, .top_about--container .box, .top_services--container .box, .top_recruit--container .box {
    padding: 0 5px;
  }
  .top_contents--button {
    text-align: left;
    margin: 50px auto 0;
  }
}

.top_about--container {
  background-image: url(https://easter.hstk.xyz/wp-content/uploads/2020/06/about-us-back.jpg);
}

.top_about--container .box .contents-box {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.top_about--container .box .contents-box.scroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.top_about--container .box .contents-box .img-box {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top_about--container .box .contents-box .img-box img {
  width: 48%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.top_about--container .box .contents-box .img-box img:last-child {
  margin-top: 80px;
}

.top_about--container .box .contents-box .text-box {
  width: 45%;
}

.top_about--container .box .contents-box .text-box h3 {
  margin: 0 auto 50px;
  font-size: 2.4rem;
  font-weight: bold !important;
}

.top_about--container .box .contents-box .text-box h3 span {
  font-weight: bold !important;
  display: block;
}

.top_about--container .box .contents-box .text-box p {
  display: block;
}

.top_about--container .box .contents-box p {
  display: none;
}

@media screen and (max-width: 1024px) {
  .top_about--container .box .contents-box .img-box {
    width: 54%;
  }
  .top_about--container .box .contents-box .img-box img {
    width: 49%;
  }
  .top_about--container .box .contents-box .text-box h3 {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 768px) {
  .top_about--container .box .contents-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top_about--container .box .contents-box .img-box {
    width: 100%;
    max-width: 530px;
  }
  .top_about--container .box .contents-box .img-box img {
    width: 46%;
    height: 350px;
  }
  .top_about--container .box .contents-box .text-box {
    width: 95%;
    margin-top: 60px;
  }
  .top_about--container .box .contents-box .text-box h3 {
    text-align: center;
    margin: 0px auto 30px;
  }
  .top_about--container .box .contents-box .text-box h3 span {
    display: inline;
  }
}

@media screen and (max-width: 599px) {
  .top_about--container .box .contents-box {
    margin-top: 30px;
  }
  .top_about--container .box .contents-box .img-box {
    max-width: 400px;
  }
  .top_about--container .box .contents-box .img-box img {
    width: 49%;
    min-width: 150px;
    max-width: 190px;
    height: 220px;
  }
  .top_about--container .box .contents-box .img-box img:last-child {
    margin-top: 50px;
  }
  .top_about--container .box .contents-box .text-box {
    text-align: center;
    margin-top: 40px;
    width: 100%;
    max-width: 500px;
    padding: 0 5px;
  }
  .top_about--container .box .contents-box .text-box h3 {
    font-size: 2rem;
    text-align: left;
    margin: 0px auto 20px;
    display: inline-block;
  }
  .top_about--container .box .contents-box .text-box h3 span {
    display: block;
  }
  .top_about--container .box .contents-box .text-box p {
    text-align: left;
  }
}

.top_services--container .box span {
  width: 45%;
  min-width: 450px;
  margin: 70px 0;
  display: block;
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.top_services--container .box span.scroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.top_services--container .contents-box {
  margin-bottom: 120px;
  position: relative;
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.top_services--container .contents-box.scroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.top_services--container .contents-box img {
  width: 57%;
  height: 300px;
  position: relative;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.top_services--container .contents-box .img3 {
  -o-object-position: 100% 20%;
     object-position: 100% 20%;
  font-family: 'object-fit: cover; object-position: 100% 20%;';
}

.top_services--container .contents-box .text-box {
  width: 100%;
  max-width: 1140px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.top_services--container .contents-box .text-box div {
  width: 37%;
  margin: 0 0 0 auto;
  padding-right: 30px;
}

.top_services--container .contents-box .text-box div h3 {
  font-weight: bold !important;
  margin: 0 0 20px;
}

.top_services--container .contents-box .number {
  font-size: 30rem;
  font-family: "游明朝体", "YuMincho", 游ゴシック, YuGothic !important;
  line-height: 1 !important;
  color: #F5F5F5;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top_services--container .contents-lastbox {
  margin-bottom: 0;
}

.top_services--container .button-box {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.top_services--container .button-box .boxin {
  width: 29vw;
  margin: 0 0 0 auto;
}

.top_services--container .button-box .boxin .top_contents--button {
  margin: 100px auto 0;
}

@media screen and (max-width: 1024px) {
  .top_services--container .box span {
    margin: 50px 0;
  }
  .top_services--container .contents-box img {
    height: 250px;
  }
  .top_services--container .contents-box .text-box div {
    width: 40%;
  }
  .top_services--container .contents-box .text-box div h3 {
    font-size: 2.4rem;
    margin: 0 0 10px;
  }
  .top_services--container .contents-box .number {
    font-size: 25rem;
  }
}

@media screen and (max-width: 768px) {
  .top_services--container .contents-box {
    margin-bottom: 70px;
  }
  .top_services--container .contents-box img {
    width: 90%;
    height: 220px;
  }
  .top_services--container .contents-box .text-box {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .top_services--container .contents-box .text-box div {
    width: 100%;
    padding: 0 30px;
    margin: 30px auto 0;
  }
  .top_services--container .contents-box .number {
    font-size: 23rem;
    top: 270px;
    right: -30px;
  }
  .top_services--container .button-box .boxin {
    margin: 0 auto;
  }
  .top_services--container .button-box .boxin .top_contents--button {
    margin: 70px auto 0;
  }
}

@media screen and (max-width: 599px) {
  .top_services--container .box span {
    width: 100%;
    min-width: auto;
    padding: 0 10px;
    margin: 30px 0 40px;
  }
  .top_services--container .contents-box {
    margin-bottom: 50px;
  }
  .top_services--container .contents-box img {
    height: 180px;
  }
  .top_services--container .contents-box .text-box div {
    margin: 20px auto 0;
    padding: 0 15px;
  }
  .top_services--container .contents-box .text-box div h3 {
    font-size: 2.2rem;
    margin: 0 0 5px;
  }
  .top_services--container .contents-box .number {
    font-size: 20rem;
    top: 230px;
  }
  .top_services--container .button-box .boxin .top_contents--button {
    margin: 50px auto 0;
  }
}

.top_recruit--container {
  padding-bottom: 100px;
  background: #FFFAFA;
}

.top_recruit--container .box .com_title--box {
  margin-bottom: 50px;
}

.top_recruit--container .box .com_title--box::before {
  background: #FFEFEF;
}

.top_recruit--container .contents-box {
  text-align: right;
  width: 100%;
  margin: 0 auto;
  position: relative;
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.top_recruit--container .contents-box.scroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.top_recruit--container .contents-box img {
  width: 55%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.top_recruit--container .contents-box .message {
  text-align: left;
  width: 100%;
  max-width: 1140px;
  padding: 0 30px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.top_recruit--container .contents-box .message p {
  font-size: 2rem;
  font-weight: bold !important;
}

@media screen and (max-width: 1024px) {
  .top_recruit--container {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  .top_recruit--container .contents-box {
    text-align: center;
  }
  .top_recruit--container .contents-box img {
    width: 70%;
    height: 220px;
  }
  .top_recruit--container .contents-box .message {
    width: 320px;
    margin: 40px auto 0;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@media screen and (max-width: 599px) {
  .top_recruit--container {
    padding-bottom: 60px;
  }
  .top_recruit--container .box .com_title--box {
    margin-bottom: 30px;
  }
  .top_recruit--container .contents-box {
    padding: 0 10px;
  }
  .top_recruit--container .contents-box img {
    width: 100%;
    max-width: 420px;
    height: 160px;
  }
  .top_recruit--container .contents-box .message {
    width: 270px;
    margin: 30px auto 0;
  }
  .top_recruit--container .contents-box .message p {
    font-size: 1.6rem;
  }
  .top_recruit--container .contents-box .message .top_contents--button {
    margin: 40px auto 0;
  }
}

.top_contact--container {
  max-width: 1140px;
  margin: 80px auto 0;
  padding: 0px 30px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.top_contact--container .button-box {
  color: #FF798B;
  border: 2px solid #FF798B;
  background: #F5F5F5;
  width: 49%;
  padding: 30px;
  position: relative;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.top_contact--container .button-box:hover {
  color: #fff;
  background: #FF798B;
}

.top_contact--container .button-box:hover > h3 {
  color: #fff !important;
}

.top_contact--container .button-box:hover > div i {
  color: #fff !important;
}

.top_contact--container .button-box a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.top_contact--container .button-box h3 {
  color: #FF798B;
  font-family: "ヒラギノ角ゴ Pro W6", "HiraKakuPro-W6", "ヒラギノ角ゴ ProN W6", "HiraKakuProN-W6" !important;
  margin: 0 0 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.top_contact--container .button-box span {
  padding-right: 30px;
  display: block;
}

.top_contact--container .button-box i {
  font-size: 2.4rem !important;
  color: #FF798B !important;
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 1024px) {
  .top_contact--container {
    margin: 80px auto 0;
  }
  .top_contact--container .button-box {
    padding: 25px;
  }
}

@media screen and (max-width: 768px) {
  .top_contact--container {
    padding: 0px 15px 50px;
    display: block;
  }
  .top_contact--container .button-box {
    width: 70%;
    height: 175px;
    margin: 0 auto 30px;
  }
  .top_contact--container .button-box h3 {
    text-align: center;
  }
}

@media screen and (max-width: 599px) {
  .top_contact--container {
    margin: 60px auto 0;
    padding: 0px 15px 30px;
  }
  .top_contact--container .button-box {
    width: 100%;
    max-width: 390px;
    padding: 15px 20px;
  }
  .top_contact--container .button-box h3 {
    font-size: 2.2rem;
  }
  .top_contact--container .button-box span {
    font-size: 1.4rem;
  }
}

.recruit_search--form {
  width: 90%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 30px;
  background: #fff;
  border: 2px solid #ED818D;
  -webkit-box-shadow: 0px 5px 10px -7px;
          box-shadow: 0px 5px 10px -7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.recruit_search--form .postform {
  width: 25%;
  height: 40px;
  margin-right: 5px;
  padding: 0 18px 0 10px;
  border: 1px solid #aaa;
}

.recruit_search--form .keyword {
  width: 40%;
  height: 40px;
  padding: 0 10px;
  background: #fff;
  border: 1px solid #aaa;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.recruit_search--form .search {
  width: 100px;
  margin-left: 5px;
  background: #ED818D;
}

.recruit_search--form .search:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.7;
}

.recruit_status--tag {
  color: #fff;
  font-weight: bold !important;
  padding: 5px 20px;
  background: #4F86A1;
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  .recruit_search--form {
    width: 100%;
    max-width: 920px;
    padding: 20px 15px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_search--form {
    padding: 15px 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .recruit_search--form .postform {
    width: calc(50% - 6px);
    margin: 0 3px 8px;
  }
  .recruit_search--form .keyword {
    width: calc(80% - 6px);
    margin: 0 3px;
  }
  .recruit_search--form .search {
    width: calc(20% - 6px);
    margin: 0 3px;
  }
}

@media screen and (max-width: 599px) {
  .recruit_search--form {
    padding: 8px 3px;
  }
  .recruit_search--form .postform {
    height: 35px;
  }
  .recruit_search--form .keyword {
    width: calc(75% - 6px);
    height: 35px;
  }
  .recruit_search--form .search {
    width: calc(25% - 6px);
    height: 35px;
    padding: 0;
  }
  .recruit_status--tag {
    font-size: 1.4rem;
    padding: 3px 10px;
  }
}

.recruit_container {
  height: calc(100vw - 700px);
  max-height: 650px;
  min-height: 440px;
  margin-bottom: 150px;
  background-image: url(https://easter.hstk.xyz/wp-content/uploads/2020/08/recruit-hero.jpg);
  background-size: cover;
  position: relative;
}

.recruit_container .box {
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.recruit_container .box .title {
  padding: 20px 0;
  width: 30%;
  min-width: 360px;
  max-width: 450px;
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.recruit_container .box .title:before {
  content: '';
  width: 100vw;
  height: 100%;
  background: rgba(237, 129, 141, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}

.recruit_container .box .title h1 {
  color: #333;
  font-size: 4.8rem;
  font-weight: bold !important;
  line-height: normal;
  margin: 0;
  position: relative;
  -webkit-transition: all .8s ease-out;
  transition: all .8s ease-out;
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
  opacity: 0;
}

.recruit_container .box .title h1.fadein {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.recruit_container form {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

@media screen and (max-width: 1024px) {
  .recruit_container {
    height: calc(100vw - 580px);
    min-height: 330px;
  }
  .recruit_container .box .title {
    width: 35%;
    min-width: 200px;
    padding: 10px 0;
    margin-bottom: 50px;
  }
  .recruit_container .box .title h1 {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 768px) {
  .recruit_container {
    background-image: url(https://easter.hstk.xyz/wp-content/uploads/2020/08/recruit-hero-sp.jpg);
    margin-bottom: 200px;
  }
  .recruit_container .box .title {
    width: 42%;
  }
  .recruit_container form {
    position: relative;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@media screen and (max-width: 599px) {
  .recruit_container {
    height: calc(100vw - 220px);
    min-height: 180px;
    max-height: 330px;
    margin-bottom: 150px;
  }
  .recruit_container .box .title {
    min-width: 150px;
    margin-bottom: 20px;
  }
  .recruit_container .box .title h1 {
    font-size: 2.2rem;
  }
}

.recruit_message--container {
  padding-bottom: 120px;
}

.recruit_message--container .box {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 30px;
}

.recruit_message--container .contents-box {
  width: 100%;
  max-width: 1000px;
  margin: 120px auto 0;
  padding: 0 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.recruit_message--container .contents-box h3 {
  margin: 0 30px 0 0;
  font-size: 3.4rem;
  font-weight: bold !important;
  opacity: 0;
  -webkit-transform: translate(-30px, 0);
          transform: translate(-30px, 0);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.recruit_message--container .contents-box h3.scroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.recruit_message--container .contents-box h3 span {
  font-weight: bold !important;
}

.recruit_message--container .contents-box div {
  width: 60%;
  opacity: 0;
  -webkit-transform: translate(30px, 0);
          transform: translate(30px, 0);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.recruit_message--container .contents-box div.scroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.recruit_message--container .contents-box div p {
  line-height: 2.2 !important;
}

@media screen and (max-width: 1024px) {
  .recruit_message--container .contents-box div p {
    line-height: 2 !important;
  }
}

@media screen and (max-width: 768px) {
  .recruit_message--container {
    padding-bottom: 90px;
  }
  .recruit_message--container .contents-box {
    width: 60%;
    padding: 0;
    margin: 100px auto 0;
    display: block;
  }
  .recruit_message--container .contents-box h3 {
    margin: 0 0 40px 0;
  }
  .recruit_message--container .contents-box div {
    width: 100%;
  }
}

@media screen and (max-width: 599px) {
  .recruit_message--container {
    padding-bottom: 70px;
  }
  .recruit_message--container .box {
    padding: 0 5px;
  }
  .recruit_message--container .contents-box {
    width: 100%;
    max-width: 400px;
    padding: 0 15px;
    margin: 40px auto 0;
  }
  .recruit_message--container .contents-box h3 {
    font-size: 2.8rem;
    margin: 0 0 30px 0;
  }
  .recruit_message--container .contents-box div p {
    line-height: 1.8 !important;
  }
}

.recruit_new--container {
  padding-bottom: 150px;
}

.recruit_new--container .box {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 30px;
}

.recruit_new--container .box .com_title--box::before {
  background: rgba(237, 129, 141, 0.05);
  right: auto;
  left: 12%;
}

.recruit_new--container .box .com_title--box hgroup h2, .recruit_new--container .box .com_title--box h5 {
  color: #ED818D;
}

.recruit_new--container .box .contents-box {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.recruit_new--container .box .contents-box .contents {
  width: 48%;
}

.recruit_new--container .box .contents-box .contents img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.recruit_new--container .box .contents-box .contents .text {
  text-align: center;
  border: 1px solid #707070;
  position: relative;
}

.recruit_new--container .box .contents-box .contents .text .recruit_status--tag {
  position: absolute;
  top: 0;
  left: -1px;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}

.recruit_new--container .box .contents-box .contents .text h5 {
  font-size: 2rem;
  color: #ED818D;
  font-weight: bold !important;
  text-align: left;
  width: 80%;
  height: 90px;
  margin: 0 auto 20px;
  padding: 20px 0;
  border-bottom: 1px solid #707070;
  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;
}

.recruit_new--container .box .contents-box .contents .text div {
  text-align: left;
  height: 50px;
  padding-right: 10px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.recruit_new--container .box .contents-box .contents .text div span {
  width: 75%;
  display: block;
}

.recruit_new--container .box .contents-box .contents .text div .title {
  font-weight: bold !important;
  line-height: 3;
  width: 100px;
  background: rgba(237, 129, 141, 0.2);
  margin-right: 20px;
  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;
}

.recruit_new--container .box .contents-box .contents .text button {
  margin: 10px 0 30px;
  padding: 10px 30px;
  background: #ED818D;
}

.recruit_new--container .box .contents-box .contents .text button:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1024px) {
  .recruit_new--container {
    padding-bottom: 120px;
  }
  .recruit_new--container .box .com_title--box::before {
    -webkit-transform: none;
            transform: none;
    left: 115px;
  }
  .recruit_new--container .contents-box .contents {
    width: 49%;
  }
  .recruit_new--container .contents-box .contents img {
    height: 280px;
  }
  .recruit_new--container .contents-box .contents .text h5 {
    font-size: 1.8rem;
    width: 90%;
  }
  .recruit_new--container .contents-box .contents .text div {
    height: 100px;
    width: 90%;
    padding: 0;
    margin: 0 auto 15px;
    display: block;
  }
  .recruit_new--container .contents-box .contents .text div span {
    width: 100%;
  }
  .recruit_new--container .contents-box .contents .text div .title {
    line-height: 2.4;
    width: 90px;
    margin: 0 0 10px 0;
  }
}

@media screen and (max-width: 768px) {
  .recruit_new--container {
    padding-bottom: 90px;
  }
  .recruit_new--container .box .contents-box {
    margin-top: 70px;
    display: block;
  }
  .recruit_new--container .box .contents-box .contents {
    width: 90%;
    max-width: 550px;
    margin: 0 auto 30px;
  }
  .recruit_new--container .box .contents-box .contents .text h5 {
    height: auto;
    padding: 15px 0;
    margin: 0 auto 15px;
  }
  .recruit_new--container .box .contents-box .contents .text div {
    height: auto;
  }
  .recruit_new--container .box .contents-box .contents .text div .title {
    line-height: 2;
  }
  .recruit_new--container .box .contents-box .contents .text button {
    margin: 5px 0 25px;
    padding: 8px 20px;
  }
}

@media screen and (max-width: 599px) {
  .recruit_new--container {
    padding-bottom: 60px;
  }
  .recruit_new--container .box {
    padding: 0 5px;
  }
  .recruit_new--container .box .contents-box {
    margin-top: 40px;
  }
  .recruit_new--container .box .contents-box .contents {
    width: 100%;
    max-width: 480px;
    padding: 0 10px;
  }
  .recruit_new--container .box .contents-box .contents img {
    height: 180px;
  }
  .recruit_new--container .box .contents-box .contents .text h5 {
    width: 95%;
  }
  .recruit_new--container .box .contents-box .contents .text div {
    width: 95%;
  }
  .recruit_new--container .box .contents-box .contents .text div .title {
    font-size: 1.4rem;
    width: 80px;
  }
}

.recruit_recom--container {
  background: rgba(51, 51, 51, 0.05);
  padding: 50px 30px;
  margin-bottom: 100px;
  position: relative;
}

.recruit_recom--container h2 {
  font-weight: bold !important;
  margin: 0;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -45%);
          transform: translate(-50%, -45%);
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.recruit_recom--container h2.scroll {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.recruit_recom--container .box {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 30px 50px;
  background: #fff;
  border-top: 10px solid #ED818D;
}

.recruit_recom--container .box .job_title {
  padding-bottom: 30px;
  border-bottom: 1px solid #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.recruit_recom--container .box .job_title div h5 {
  margin: 0 0 20px;
  font-weight: bold !important;
}

.recruit_recom--container .box .job_title .link_pc button {
  padding: 10px 30px;
  background: #ED818D;
  white-space: nowrap;
}

.recruit_recom--container .box .job_title .link_pc button:hover {
  opacity: 0.7;
}

.recruit_recom--container .box .contents {
  padding: 30px 0;
  border-bottom: 1px solid #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.recruit_recom--container .box .contents .text {
  width: 60%;
}

.recruit_recom--container .box .contents .text div {
  margin-bottom: 20px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.recruit_recom--container .box .contents .text div span {
  width: 75%;
  display: inline-block;
}

.recruit_recom--container .box .contents .text div .title {
  font-weight: bold !important;
  line-height: 3;
  width: 100px;
  background: rgba(237, 129, 141, 0.2);
  margin-right: 20px;
  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;
}

.recruit_recom--container .box .contents img {
  width: 350px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.recruit_recom--container .box .button_sp {
  display: none;
}

.recruit_recom--container .box .button_sp button {
  padding: 10px 30px;
  background: #ED818D;
  white-space: nowrap;
}

.recruit_recom--container .box .button_sp button:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1024px) {
  .recruit_recom--container .box {
    width: 100%;
    min-width: auto;
    padding: 30px 20px;
  }
  .recruit_recom--container .box .contents .text div {
    display: block;
  }
  .recruit_recom--container .box .contents .text div span {
    width: 100%;
  }
  .recruit_recom--container .box .contents .text div .title {
    line-height: 2.4;
    width: 90px;
    margin: 0 0 10px 0;
  }
}

@media screen and (max-width: 768px) {
  .recruit_recom--container .box {
    width: 90%;
    max-width: 550px;
    padding: 20px;
  }
  .recruit_recom--container .box .job_title {
    padding-bottom: 20px;
  }
  .recruit_recom--container .box .job_title .link_pc {
    display: none;
  }
  .recruit_recom--container .box .contents {
    padding: 20px 0;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .recruit_recom--container .box .contents .text {
    width: 100%;
  }
  .recruit_recom--container .box .contents .text div {
    margin: 20px 0 0;
  }
  .recruit_recom--container .box .contents .text div .title {
    line-height: 2;
  }
  .recruit_recom--container .box .contents img {
    width: 90%;
    height: 280px;
  }
  .recruit_recom--container .box .button_sp {
    display: block;
    text-align: center;
    padding: 20px 0 5px;
  }
}

@media screen and (max-width: 599px) {
  .recruit_recom--container {
    padding: 40px 15px;
    margin-bottom: 80px;
  }
  .recruit_recom--container h2 {
    font-size: 2.6rem;
    white-space: nowrap;
  }
  .recruit_recom--container .box {
    width: 100%;
    max-width: 460px;
    padding: 15px 15px 20px;
    border-top: 7px solid #ED818D;
  }
  .recruit_recom--container .box .job_title {
    padding-bottom: 15px;
  }
  .recruit_recom--container .box .job_title div h5 {
    margin: 0 0 15px;
  }
  .recruit_recom--container .box .contents {
    padding: 15px 0;
  }
  .recruit_recom--container .box .contents .text div .title {
    font-size: 1.4rem;
    width: 80px;
  }
  .recruit_recom--container .box .contents img {
    height: 170px;
  }
}

.recruit_list--container {
  padding-bottom: 80px;
  background: #FFFAFA;
}

.recruit_list--container .com_title--box {
  max-width: 1140px;
  margin: 0 auto 70px;
  padding: 0 30px;
}

.recruit_list--container .com_title--box::before {
  background: #FFEFEF;
}

.recruit_list--container .contents_box {
  width: 98%;
  max-width: 1300px;
  margin: 70px auto 0;
  padding: 20px 0;
  background: #fff;
  outline: 2px solid #ED818D;
  outline-offset: -2px;
}

.recruit_list--container .contents_box li {
  margin: 0;
  position: relative;
}

.recruit_list--container .contents_box li::before {
  content: '';
  width: 1px;
  height: 100%;
  background: #ED818D;
  position: absolute;
  top: 0;
  right: 0;
}

.recruit_list--container .contents_box li .content {
  margin: 0;
  padding: 0 15px;
}

.recruit_list--container .contents_box li .content .img {
  width: 100%;
  height: 200px;
  position: relative;
}

.recruit_list--container .contents_box li .content .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.recruit_list--container .contents_box li .content .img .recruit_status--tag {
  position: absolute;
  bottom: 0;
  left: 0;
}

.recruit_list--container .contents_box li .content .text {
  text-align: center;
}

.recruit_list--container .contents_box li .content .text h5 {
  text-align: left;
  color: #ED818D;
  font-weight: bold !important;
  height: 95px;
  margin: 0px;
  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;
}

.recruit_list--container .contents_box li .content .text h5.sp {
  display: none;
}

.recruit_list--container .contents_box li .content .text .work {
  text-align: left;
  height: 80px;
  border-bottom: 1px solid #707070;
  padding-bottom: 10px;
  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;
}

.recruit_list--container .contents_box li .content .text .place {
  text-align: left;
  height: 80px;
  padding-top: 10px;
  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;
}

.recruit_list--container .contents_box li .content .text a {
  white-space: nowrap;
}

.recruit_list--container .contents_box li .content .text a button {
  margin: 25px 0 0;
  padding: 5px 30px;
  background: #ED818D;
}

.recruit_list--container .contents_box li .content .text a button:hover {
  opacity: 0.7;
}

.recruit_list--container .contents_box li .content .text a i {
  display: none;
}

.staff_list--nav {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.staff_list--nav .slick-arrow {
  padding: 2px 4px 0;
  margin: 6px 12px;
  background: none;
  outline: none;
}

.staff_list--nav .slick-arrow i {
  font-size: 2rem;
  color: #707070;
}

.staff_list--dots .slick-dots {
  position: relative;
}

@media screen and (max-width: 1024px) {
  .recruit_list--container .contents_box {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .recruit_list--container {
    padding-bottom: 50px;
  }
  .recruit_list--container .com_title--box {
    margin: 0 auto 60px;
  }
  .recruit_list--container .contents_box {
    padding: 0 15px;
    margin: 50px auto 0;
  }
  .recruit_list--container .contents_box li::before {
    width: 100%;
    height: 1px;
  }
  .recruit_list--container .contents_box li .content {
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .recruit_list--container .contents_box li .content .img {
    width: 30%;
    height: 130px;
  }
  .recruit_list--container .contents_box li .content .img .recruit_status--tag {
    font-size: 1.4rem;
    padding: 3px 10px;
  }
  .recruit_list--container .contents_box li .content .text {
    width: 70%;
    padding: 0 40px 0 20px;
    position: relative;
  }
  .recruit_list--container .contents_box li .content .text h5 {
    height: auto;
    padding-bottom: 10px;
    display: block;
  }
  .recruit_list--container .contents_box li .content .text .work {
    border: 0;
    width: 100%;
    height: auto;
    display: block;
  }
  .recruit_list--container .contents_box li .content .text .place {
    width: 100%;
    display: none;
  }
  .recruit_list--container .contents_box li .content .text a {
    width: 40px;
    height: 100%;
    position: absolute;
    top: 50%;
    right: -10px;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    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;
  }
  .recruit_list--container .contents_box li .content .text a button {
    display: none;
  }
  .recruit_list--container .contents_box li .content .text a i {
    font-size: 3rem;
    color: #ED818D;
    display: block;
  }
}

@media screen and (max-width: 599px) {
  .recruit_list--container {
    padding-bottom: 30px;
  }
  .recruit_list--container .com_title--box {
    margin: 0 auto 40px;
  }
  .recruit_list--container .contents_box {
    padding: 0 10px;
    margin: 40px auto 0;
  }
  .recruit_list--container .contents_box li .content {
    height: 140px;
    padding: 5px 0 0;
  }
  .recruit_list--container .contents_box li .content .img {
    min-width: 100px;
    height: 100px;
  }
  .recruit_list--container .contents_box li .content .img .recruit_status--tag {
    display: none;
  }
  .recruit_list--container .contents_box li .content .text {
    padding: 0px 25px 0 10px;
  }
  .recruit_list--container .contents_box li .content .text h5.pc {
    display: none;
  }
  .recruit_list--container .contents_box li .content .text h5.sp {
    font-size: 1.6rem;
    padding-bottom: 5px;
    display: block;
  }
  .recruit_list--container .contents_box li .content .text .work {
    font-size: 1.4rem;
    padding-bottom: 5px;
  }
  .recruit_list--container .contents_box li .content .text a i {
    font-size: 2.4rem;
  }
  .staff_list--nav {
    margin-top: 20px;
  }
}

.recruit_contact--container {
  text-align: center;
  padding: 50px 0 30px;
}

.recruit_contact--container .box {
  width: 450px;
  color: #FF798B;
  border: 2px solid #FF798B;
  background: #F5F5F5;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.recruit_contact--container .box:hover {
  background: #FF798B;
}

.recruit_contact--container .box:hover > h3 {
  color: #fff !important;
}

.recruit_contact--container .box:hover > span {
  color: #fff;
}

.recruit_contact--container .box a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.recruit_contact--container .box h3 {
  font-size: 3.2rem;
  letter-spacing: 2px;
  color: #FF798B;
  margin: 0 0 10px;
}

@media screen and (max-width: 768px) {
  .recruit_contact--container .box {
    width: 350px;
    padding: 10px 20px;
  }
  .recruit_contact--container .box h3 {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 599px) {
  .recruit_contact--container {
    padding: 40px 0 10px;
  }
  .recruit_contact--container .box {
    font-size: 1.4rem;
    width: 80%;
    max-width: 350px;
  }
  .recruit_contact--container .box h3 {
    font-size: 2.6rem;
    margin: 0 0 5px;
  }
}

#wrapper {
  min-height: calc(100vh - 278px);
  background: #fff;
}

.search_result--container {
  width: 100%;
  padding: 50px 0;
  border-top: 10px solid #ED818D;
}

.search_result--container .box {
  width: 90%;
  max-width: 1140px;
  margin: 0 auto 20px;
}

.search_result--container .box h2 {
  font-weight: bold !important;
  margin: 0 0 20px;
}

.search_list--container {
  background: rgba(51, 51, 51, 0.05);
}

.search_list--container .contents {
  max-width: 1300px;
  padding: 50px 20px;
  margin: 0 auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.search_list--container .contents .item {
  text-align: center;
  background: #fff;
  width: 48%;
  padding: 0 20px 30px;
  margin-bottom: 50px;
  border-top: 5px solid #ED818D;
}

.search_list--container .contents .item .job {
  width: 80%;
  height: 100px;
  margin: 0 auto;
  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;
}

.search_list--container .contents .item .job a.sp {
  display: none;
}

.search_list--container .contents .item .job a h3 {
  font-size: 2.4rem;
  text-align: left;
  color: #ED818D;
  font-weight: bold !important;
  margin: 0;
  display: inline-block;
}

.search_list--container .contents .item .box {
  border-top: 1px solid #707070;
  padding-top: 40px;
  position: relative;
}

.search_list--container .contents .item .box .recruit_status--tag {
  position: absolute;
  top: 23px;
  left: -20px;
}

.search_list--container .contents .item .box .img {
  width: 90%;
  height: 300px;
  margin: 0 auto 30px;
}

.search_list--container .contents .item .box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.search_list--container .contents .item .box .text {
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #707070;
}

.search_list--container .contents .item .box .text div {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search_list--container .contents .item .box .text div span {
  text-align: left;
  width: 75%;
  display: block;
}

.search_list--container .contents .item .box .text div .title {
  font-weight: bold !important;
  line-height: 3;
  width: 100px;
  background: rgba(237, 129, 141, 0.2);
  margin-right: 20px;
  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;
}

.search_list--container .contents .item button {
  padding: 10px 30px;
  background: #ED818D;
}

.search_list--container .contents .wp-pagenavi {
  margin: 10px auto;
}

@media screen and (max-width: 1024px) {
  .search_result--container .box {
    width: 100%;
    max-width: 960px;
    padding: 0 20px;
  }
  .search_list--container .contents .item {
    width: 49%;
    padding: 0 20px 20px;
  }
  .search_list--container .contents .item .job {
    width: 90%;
    height: 90px;
    max-width: 345px;
  }
  .search_list--container .contents .item .job a h3 {
    font-size: 2rem;
    line-height: 1.8;
  }
  .search_list--container .contents .item .box .img {
    height: 250px;
    margin: 0 auto 20px;
  }
  .search_list--container .contents .item .box .text {
    margin-bottom: 20px;
    padding-bottom: 0px;
  }
  .search_list--container .contents .item .box .text div {
    height: 90px;
    display: block;
  }
  .search_list--container .contents .item .box .text div span {
    width: 100%;
  }
  .search_list--container .contents .item .box .text div .title {
    line-height: 2;
    margin: 0 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .search_result--container .box h2 {
    font-size: 2.6rem;
  }
  .search_list--container .contents {
    display: block;
  }
  .search_list--container .contents .item {
    width: 90%;
    max-width: 550px;
    margin: 0 auto 50px;
  }
  .search_list--container .contents .item .job a.pc {
    display: none;
  }
  .search_list--container .contents .item .job a.sp {
    display: block;
  }
  .search_list--container .contents .item .job a h3 {
    max-width: initial;
  }
  .search_list--container .contents .item .box .text div .title {
    line-height: 2;
  }
  .search_list--container .contents .item button {
    padding: 8px 20px;
  }
}

@media screen and (max-width: 599px) {
  .search_result--container {
    padding: 30px 0 40px;
  }
  .search_result--container .box {
    padding: 0 15px;
  }
  .search_result--container .box h2 {
    font-size: 2.2rem;
    margin: 0 0 10px;
  }
  .search_list--container .contents {
    padding: 40px 10px 30px;
  }
  .search_list--container .contents .item {
    width: 100%;
    padding: 0 10px 20px;
    margin: 0 auto 35px;
  }
  .search_list--container .contents .item .job {
    width: 100%;
    height: 80px;
  }
  .search_list--container .contents .item .job a h3 {
    font-size: 1.8rem;
  }
  .search_list--container .contents .item .box {
    padding-top: 30px;
  }
  .search_list--container .contents .item .box .recruit_status--tag {
    top: 15px;
    left: -10px;
  }
  .search_list--container .contents .item .box .img {
    height: 160px;
  }
  .search_list--container .contents .item .box .text {
    margin-bottom: 15px;
  }
  .search_list--container .contents .item .box .text div {
    height: 110px;
    margin-bottom: 10px;
  }
  .search_list--container .contents .item .box .text div .title {
    font-size: 1.4rem;
    width: 80px;
    margin: 0 0 5px;
  }
  .search_list--container .contents .wp-pagenavi .page-numbers {
    padding: 2px 12px;
    margin: 3px;
  }
}

.col-lg-9 {
  width: 100%;
}

.staff_container .title {
  margin: 50px 0;
}

.staff_container .title h3 {
  border-bottom: 1px solid #333;
  display: inline-block;
  padding-right: 50px;
  margin: 0;
}

.staff_container table br {
  display: block !important;
}

.staff_container button {
  text-align: center;
  border: 2px solid #333;
  padding: 20px 30px;
  margin: 50px auto 0;
  display: block;
}

.single-footer {
  display: none;
}

#containerfooter .container {
  width: 100%;
}

.col-md-6 {
  width: 100%;
  padding: 0;
}

.footer_container {
  margin-bottom: 20px;
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.footer_container::after {
  content: '';
  width: calc(100% - 60px);
  max-width: 1140px;
  height: 1px;
  background: rgba(70, 61, 61, 0.4);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.footer_container .box {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer_container .box .logo {
  width: 220px;
  height: 45px;
  margin-top: 20px;
}

.footer_container .box .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: 'object-fit: contain;';
}

.footer_container .box .address {
  padding: 0 20px;
}

.footer_container .box .address p {
  color: #463D3D;
}

.footer_container .box2 {
  position: relative;
}

.footer_container .box2 .logo {
  position: relative;
}

.footer_container .box2 .logo::before {
  content: 'グループ会社';
  font-size: 1.2rem;
  color: #463D3D;
  position: absolute;
  top: -20px;
  left: 0;
}

.footer_nav {
  text-align: center;
  margin: 20px 0 15px;
}

.footer_nav ul {
  padding: 0;
  margin: 0 0 10px;
  list-style: none;
  display: inline-block;
}

.footer_nav ul li {
  padding: 0 5px;
  display: inline-block;
}

.footer_nav small {
  display: block;
}

@media screen and (max-width: 1024px) {
  .footer_container .box {
    width: auto;
    margin: 0 20px;
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  .footer_container .box {
    margin: 0;
  }
  .footer_nav {
    margin: 15px 0 10px;
  }
}

@media screen and (max-width: 599px) {
  .footer_container {
    display: block;
  }
  .footer_container .box {
    width: 100%;
    text-align: center;
  }
  .footer_container .box .logo {
    margin: 0 auto 5px;
  }
  .footer_container .box .address {
    text-align: left;
    display: inline-block;
  }
  .footer_container .box .address p {
    font-size: 1.2rem;
  }
  .footer_container .box2 {
    margin-top: 40px;
  }
  .footer_container .box2::before {
    left: 30%;
  }
  .footer_nav {
    margin: 10px 0 5px;
  }
}
/*# sourceMappingURL=style.css.map */