@charset "UTF-8";
.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.roboto_condensed {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.inter, .voice_slide .slick-slide .detail .name span, .news_list li a .date, #mainVisual .scroll {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.lato {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-style: normal;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

/* ▼▼▼ トップ
======================================================*/
body {
  background: url(https://tw.dailyservice.co.jp/assets/common/img/recruit/top_bg.jpg) center/678px;
}

header {
  background: none;
}
header.add_bg {
  background: #fff;
}
header .jobfind a {
  background: none;
}

#main {
  padding-bottom: 0 !important;
}

.float_btn {
  position: fixed;
  top: 155px;
  right: 0;
  z-index: 100;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.float_btn.hede {
  opacity: 0;
  pointer-events: none;
}
.float_btn a {
  border-radius: 10px 0 0 10px;
  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;
  width: 64px;
  height: 180px;
  letter-spacing: 0.3em;
  background: #F77B00;
  color: #fff;
  font-weight: 500;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .float_btn a {
    width: 45px;
    height: 160px;
    font-size: 16px;
  }
}

.sub_ttl {
  margin-bottom: 25px;
  font-size: 28px;
}
.sub_ttl span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 600;
  margin-left: 1em;
}
.sub_ttl span::before {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  border: 4px solid #0BAA74;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  margin-right: 0.3em;
  margin-top: -0.3em;
}
@media screen and (max-width: 767px) {
  .sub_ttl {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .sub_ttl span {
    font-size: 12px;
  }
  .sub_ttl span::before {
    border-width: 2px;
    width: 10px;
    height: 10px;
  }
}

/* ▼ mainVisual
----------------------------------------*/
#mainVisual {
  padding: 30px 75px 0;
}
@media screen and (max-width: 767px) {
  #mainVisual {
    background: url(https://tw.dailyservice.co.jp/assets/common/img/recruit/mv_bg_sp.png) no-repeat center top/100%;
    padding: 30px 18px 0;
  }
}
#mainVisual .mv_flex {
  padding-left: 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  #mainVisual .mv_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
#mainVisual .ttl {
  width: 42vw;
  padding-bottom: max(2.19vw, 30px);
  font-size: 2.78vw;
  font-weight: bold;
  letter-spacing: 0.06em;
  position: absolute;
  left: 8%;
  bottom: 288px;
}
#mainVisual .ttl::before, #mainVisual .ttl::after {
  content: "";
  position: absolute;
  z-index: -1;
}
#mainVisual .ttl::before {
  background: url(https://tw.dailyservice.co.jp/assets/common/img/recruit/mv_bg01.png) no-repeat center/100%;
  width: 6.28vw;
  aspect-ratio: 1/1;
  top: -3.66vw;
  right: 0;
}
#mainVisual .ttl::after {
  background: url(https://tw.dailyservice.co.jp/assets/common/img/recruit/mv_bg02.png) no-repeat center/100%;
  width: 25.87vw;
  height: 33.4vw;
  top: -14.64vw;
  left: -24vw;
}
#mainVisual .ttl span {
  color: #F77B00;
  font-size: 3.44vw;
  margin: 0 -0.3em;
}
@media screen and (max-width: 767px) {
  #mainVisual .ttl {
    width: 100%;
    padding-bottom: 45px;
    font-size: 22px;
    position: static;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #mainVisual .ttl::before, #mainVisual .ttl::after {
    display: none;
  }
  #mainVisual .ttl span {
    font-size: 22px;
  }
}
#mainVisual .mynavi_entry {
  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;
  gap: 17px 0;
  background: url(https://tw.dailyservice.co.jp/assets/common/img/recruit/main_btn_pc.png) no-repeat center/100%;
  width: 288px;
  height: 288px;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #mainVisual .mynavi_entry {
    background: url(https://tw.dailyservice.co.jp/assets/common/img/recruit/main_btn_sp.png) no-repeat center/cover;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    gap: 10px 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 15px;
    font-size: 14px;
  }
}
#mainVisual .scroll {
  padding-bottom: 6px;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  right: 100%;
  bottom: 120px;
}
#mainVisual .scroll::before, #mainVisual .scroll::after {
  display: block;
  content: "";
  height: 108px;
  border-left: 1px solid #707070;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 100%;
  left: 50%;
}
#mainVisual .scroll::after {
  -webkit-animation: scroll 2s infinite;
          animation: scroll 2s infinite;
  border-color: #15DB8F;
}
@media screen and (max-width: 767px) {
  #mainVisual .scroll {
    display: none;
  }
}

.slider_wrao {
  background: url(https://tw.dailyservice.co.jp/assets/common/img/recruit/slide_bg.png) no-repeat center top/100%;
  aspect-ratio: 1/0.95;
  width: 56%;
  padding: 0.5% 0.9% 0 8.5%;
  font-size: 0;
}
.slider_wrao .slider01 {
  width: 100%;
  font-size: 0;
  margin-bottom: 0 !important;
}
.slider_wrao .slider01 .slick-slide {
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.slider_wrao .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 20%;
  bottom: -50px;
}
.slider_wrao .slick-dots li {
  background: #C1C1C1;
  width: 23px;
  height: 3px;
  margin: 0 2.5px;
}
.slider_wrao .slick-dots li button {
  width: 23px;
  height: 3px;
  padding: 0;
}
.slider_wrao .slick-dots li button::before {
  display: none;
}
.slider_wrao .slick-dots li.slick-active {
  background: #51D69E;
}
@media screen and (max-width: 767px) {
  .slider_wrao {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 84%;
    padding: 0.5% 0.9% 0 13%;
    margin-bottom: 40px;
    margin-left: auto;
  }
  .slider_wrao .slick-dots {
    padding-right: 0;
    bottom: -16px;
  }
  .slider_wrao .slick-dots li {
    width: 10px;
    height: 2px;
    margin: 0 1px;
  }
  .slider_wrao .slick-dots li button {
    width: 10px;
    height: 2px;
  }
}

.entry {
  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;
  background: #fff;
  border: 1px solid #009DE7;
  border-radius: 5px;
  padding-right: 0.5em;
  margin: 0 auto;
  width: 190px;
  height: 50px;
  position: relative;
}
.entry::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 1.3px solid #009DE7;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
}
@media screen and (max-width: 767px) {
  .entry {
    width: 170px;
  }
  .entry img {
    width: 118px;
  }
}
@media screen and (min-width: 768px) {
  .entry.large {
    width: 320px;
    height: 85px;
    border-radius: 10px;
  }
  .entry.large::after {
    width: 14px;
    height: 14px;
    border-width: 1.5px;
    right: 20px;
  }
}

/* 線のアニメーション */
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 0.5);
            transform: scale(1, 0.5);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 0.5);
            transform: scale(1, 0.5);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
/* ▼ introduction
----------------------------------------*/
#introduction {
  margin: 110px auto 88px;
  padding: 0 6vw;
  background: url(https://tw.dailyservice.co.jp/assets/common/img/recruit/voice_bg03.png) no-repeat left -49px top 93px/97.83px, url(https://tw.dailyservice.co.jp/assets/common/img/recruit/voice_bg01_sp.png) no-repeat right -46px top 30px/86.32px;
}
@media screen and (max-width: 767px) {
  #introduction {
    background: none;
    margin: 48px auto 60px;
    padding: 0 18px;
  }
}
#introduction .grid {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 47px;
  position: relative;
  z-index: 1;
}
#introduction .grid::after {
  content: "";
  background: url(https://tw.dailyservice.co.jp/assets/common/img/recruit/about_bg02.svg) no-repeat center/100%;
  width: 1179.37px;
  height: 65.81px;
  position: absolute;
  top: -60px;
  left: 90px;
  z-index: -1;
}
#introduction .grid .txt_area {
  padding-right: 3.66vw;
}
#introduction .grid .txt_area h2 {
  margin-bottom: 20px;
  font-size: 26px;
}
#introduction .grid .txt_area p {
  line-height: 1.88;
}
@media screen and (max-width: 767px) {
  #introduction .grid {
    grid-template-columns: 100%;
    gap: 40px 0;
    margin-bottom: 55px;
  }
  #introduction .grid::after {
    width: 536.08px;
    height: 29.92px;
    top: -16px;
    left: -25px;
  }
  #introduction .grid .txt_area {
    padding-right: 0;
  }
  #introduction .grid .txt_area h2 {
    margin-bottom: 15px;
    font-size: 20px;
  }
}

/* ▼ news
----------------------------------------*/
#news {
  background: #48D89B;
  padding: 50px 20px 93px;
}
#news .news_area {
  background: #fff;
  border-radius: 0 30px 30px 0;
  width: min(100%, 1170px);
  padding: 50px 85px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#news .news_area::before {
  content: "";
  background: #fff;
  width: calc(100% + 30vw);
  height: 100%;
  position: absolute;
  top: 0;
  right: 30px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #news {
    padding: 28px 18px 75px;
    width: calc(100% + 18px);
  }
  #news .news_area {
    padding: 54px 30px 55px 18px;
    margin-left: -18px;
  }
  #news .news_area::before {
    display: none;
  }
}

.news_list {
  border-top: 1px solid #BEBAB1;
}
.news_list li {
  border-bottom: 1px solid #BEBAB1;
}
.news_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: first baseline;
      -ms-flex-align: first baseline;
          align-items: first baseline;
  gap: 0 20px;
  padding: 28px 30px 28px 0;
  position: relative;
  word-break: break-all;
}
.news_list li a::before {
  content: "";
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 1px solid currentColor;
  border-right: 0;
  border-top: 0;
  position: absolute;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  top: 50%;
  right: 5px;
}
.news_list li a .date {
  color: #989898;
  font-size: 12px;
  font-weight: 500;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .news_list li a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 16px 20px 16px 0;
  }
  .news_list li a::before {
    width: 8px;
    height: 8px;
  }
  .news_list li a p {
    margin-top: 5px;
    width: 100%;
  }
}

/* ▼ features
----------------------------------------*/
#features {
  background: url(https://tw.dailyservice.co.jp/assets/common/img/recruit/bg_arc.png) no-repeat center top/100% 157px, linear-gradient(180deg, transparent 0%, transparent 155px, #48D89B 155px, #48D89B 100%);
  padding: 75px 0 70px;
  color: #fff;
}
#features h2 {
  margin-bottom: 35px;
  font-size: 24px;
  text-align: center;
}
#features .txt_yel {
  margin-top: 45px;
  color: #FFFA7B;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #features {
    background: url(https://tw.dailyservice.co.jp/assets/common/img/recruit/bg_arc_sp.png) no-repeat center top/100% 52.5px, linear-gradient(180deg, transparent 0%, transparent 51px, #48D89B 51px, #48D89B 100%);
    padding: 65px 0 50px;
  }
  #features h2 {
    font-size: 18px;
  }
  #features .txt_yel {
    margin-top: 33px;
    font-size: 19px;
  }
}

.features_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 40px;
  width: min(100%, 924px);
  margin: 0 auto;
}
.features_list li {
  text-align: center;
}
.features_list li span {
  display: inline-block;
  background: #000;
  border-radius: 30px;
  padding: 11px 15px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-align: center;
  position: relative;
}
.features_list li span::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 7px 0 7px;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: -10px;
}
.features_list li .txt {
  text-align: center;
}
.features_list li .txt::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 89%;
  aspect-ratio: 1/1;
  margin: 0 auto 17px;
}
.features_list li:nth-child(1) .txt::before {
  background-image: url(https://tw.dailyservice.co.jp/assets/common/img/recruit/icon01.png);
}
.features_list li:nth-child(2) .txt::before {
  background-image: url(https://tw.dailyservice.co.jp/assets/common/img/recruit/icon02.png);
}
.features_list li:nth-child(3) .txt::before {
  background-image: url(https://tw.dailyservice.co.jp/assets/common/img/recruit/icon03.png);
}
@media screen and (max-width: 767px) {
  .features_list {
    grid-template-columns: 100%;
    gap: 30px 0;
  }
  .features_list li {
    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;
    padding-left: 145px;
    position: relative;
    min-height: 134px;
  }
  .features_list li span {
    display: block;
    width: min(100%, 200px);
    padding: 10px 5px;
    margin-bottom: 15px;
    font-size: 13px;
    text-align: center;
  }
  .features_list li span::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 5px 0 5px;
    bottom: -9px;
  }
  .features_list li .txt {
    text-align: left;
  }
  .features_list li .txt::before {
    width: 134px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
}

/* ▼ slide_area
----------------------------------------*/
.slide_area {
  background: #31C788;
  padding: 50px 0;
  color: #fff;
}
.slide_area > p {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-align: center;
}
.slide_area > p .indent {
  margin-right: -0.4em;
}
@media screen and (max-width: 767px) {
  .slide_area {
    padding: 50px 0 75px;
  }
}

.features_slide {
  width: min(100%, 1089px);
  padding: 0 35px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.features_slide .slick-slide {
  margin: 0 10px;
}
.features_slide .slick-slide img {
  border-radius: 8px;
}
.features_slide .slick-slide p {
  margin-top: 10px;
}
.features_slide .slick-prev, .features_slide .slick-next {
  width: 30px;
  height: 30px;
  top: 40%;
}
.features_slide .slick-prev::before, .features_slide .slick-next::before {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 2px solid currentColor;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
}
.features_slide .slick-prev {
  left: 0;
}
.features_slide .slick-prev::before {
  border-right: 0;
  border-top: 0;
}
.features_slide .slick-next {
  right: 0;
}
.features_slide .slick-next::before {
  border-left: 0;
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  .features_slide {
    padding: 0 0 0 40px;
  }
  .features_slide .draggable {
    padding-right: 30%;
  }
  .features_slide .slick-slide {
    margin: 0 20px 0 0;
  }
  .features_slide .slick-slide p {
    margin-top: 7px;
  }
  .features_slide .slick-prev {
    left: 3px;
  }
  .features_slide .slick-next {
    display: none;
  }
}

.slash {
  display: inline-block;
  padding: 0 24px 0 30px;
  position: relative;
}
.slash::before, .slash::after {
  content: "";
  border-left: 2px solid currentColor;
  height: 30px;
  position: absolute;
  bottom: 0;
}
.slash::before {
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  left: 5px;
}
.slash::after {
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  right: 5px;
}

/* ▼ about
----------------------------------------*/
#about {
  padding: 110px 18px 0;
  position: relative;
}
#about::after {
  content: "";
  background: #48D89B;
  border-radius: 30px 30px 0 0;
  width: 100%;
  height: 275px;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  #about {
    padding-top: 57px;
  }
  #about::after {
    border-radius: 20px 20px 0 0;
    height: 155px;
  }
}
#about .box {
  background: #fff;
  border-radius: 30px;
  width: min(100%, 1000px);
  padding: 43px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#about .box .sub_ttl {
  text-align: center;
}
#about .box .sub_ttl span {
  margin: 0;
}
#about .box .img {
  text-align: center;
  margin: 70px 0 50px;
}
@media screen and (max-width: 767px) {
  #about .box {
    padding: 30px 20px 35px;
  }
  #about .box .sub_ttl span {
    display: block;
    text-align: center;
  }
  #about .box .img {
    text-align: center;
    margin: 40px 0 35px;
  }
}

/* ▼ voice
----------------------------------------*/
#voice {
  background-color: #fff;
  background-image: url(https://tw.dailyservice.co.jp/assets/common/img/recruit/voice_bg01.png), url(https://tw.dailyservice.co.jp/assets/common/img/recruit/voice_bg03.png), url(https://tw.dailyservice.co.jp/assets/common/img/recruit/voice_bg04.png);
  background-repeat: no-repeat;
  background-size: 718px, 76px, 242.78px;
  background-position: left -125px top 85px, right 42px top 97px, right -121px top 82%;
  border-radius: 0 0 30px 0;
  padding: 67px 0 94px;
  position: relative;
}
#voice::before, #voice::after {
  content: "";
  aspect-ratio: 1/1;
  position: absolute;
  border-radius: 50%;
}
#voice::before {
  background: url(https://tw.dailyservice.co.jp/assets/common/img/recruit/voice_bg03.png) no-repeat center/100%, #fff;
  width: 60.21px;
  top: -30px;
  left: 88px;
}
#voice::after {
  background: url(https://tw.dailyservice.co.jp/assets/common/img/recruit/voice_bg02.png) no-repeat center/100%, #fff;
  width: 166px;
  top: -87px;
  right: -83px;
}
@media screen and (max-width: 767px) {
  #voice {
    background-image: url(https://tw.dailyservice.co.jp/assets/common/img/recruit/voice_bg01_sp.png), url(https://tw.dailyservice.co.jp/assets/common/img/recruit/voice_bg04.png);
    background-size: 190px, 136px;
    background-position: left -95px top 165px, right -68px top 62%;
    padding: 70px 0 55px;
  }
  #voice::before {
    top: -27px;
    left: 102px;
  }
  #voice::after {
    width: 106px;
    top: -16px;
    right: -51px;
  }
  #voice .sub_ttl {
    margin-bottom: 17px;
  }
}
#voice .box {
  background: url(https://tw.dailyservice.co.jp/assets/common/img/recruit/box_bg.png) no-repeat right 45px top 55px/384.55px, #48D89B;
  border-radius: 30px;
  padding: 100px 64px 43px;
  color: #fff;
}
#voice .box p {
  width: 383px;
  text-align: center;
}
#voice .box p.ttl {
  margin-bottom: 13px;
  font-size: 28px;
  font-weight: bold;
}
#voice .box p.ttl span {
  font-size: 22px;
}
#voice .box .btm {
  margin-top: 15px;
}
#voice .box .btm a {
  border-color: #fff;
}
@media screen and (max-width: 767px) {
  #voice .box {
    background: #48D89B;
    padding: 38px 15px 50px;
  }
  #voice .box p {
    width: 100%;
  }
  #voice .box p.ttl {
    margin-bottom: 15px;
    font-size: 20px;
  }
  #voice .box p.ttl span {
    font-size: 16px;
  }
  #voice .box p.ttl .slash {
    padding: 0 23px 0 27px;
  }
  #voice .box p.ttl .slash::before, #voice .box p.ttl .slash::after {
    height: 27px;
  }
  #voice .box p.txt {
    padding-bottom: 195px;
    background: url(https://tw.dailyservice.co.jp/assets/common/img/recruit/box_bg.png) no-repeat center bottom/281.29px;
  }
  #voice .box .btm {
    margin-top: 35px;
  }
}

.slide_wrap {
  margin-left: max(50% - 500px, 20px);
  overflow: hidden;
}

.voice_slide {
  width: 1032px;
  margin-bottom: 20px;
}
.voice_slide .draggable {
  overflow: visible;
}
.voice_slide .draggable .slick-track {
  margin: 0;
}
.voice_slide .slick-slide {
  margin-right: 55px;
}
.voice_slide .slick-slide .img {
  display: inline-block;
  border-radius: 20px 50% 50% 20px;
  overflow: hidden;
}
.voice_slide .slick-slide .detail {
  background: #fff;
  border-radius: 5px;
  padding: 20px 0 20px 25px;
  margin: -50px 0 0 35px;
  position: relative;
}
.voice_slide .slick-slide .detail .name {
  font-size: 24px;
  font-weight: bold;
}
.voice_slide .slick-slide .detail .name span {
  display: inline-block;
  vertical-align: middle;
  color: #0BAA74;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .voice_slide {
    width: 280px;
  }
  .voice_slide .slick-slide {
    margin-right: 0;
  }
  .voice_slide .slick-slide .img {
    margin-right: 35px;
  }
  .voice_slide .slick-slide .img img {
    width: 253px;
  }
  .voice_slide .slick-slide .detail {
    padding: 15px 0 15px 25px;
    margin: -17px 0 0 10px;
  }
  .voice_slide .slick-slide .detail .name {
    font-size: 22px;
  }
}

.link_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px 20px;
}
.link_list li > a {
  background: #fff;
  border: 1px solid currentColor;
  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;
  height: 100px;
  color: #0BAA74;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-align: center;
  position: relative;
}
.link_list li > a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent currentColor transparent;
  border-width: 0px 0px 20px 20px;
  position: absolute;
  bottom: 3px;
  right: 3px;
}
@media screen and (max-width: 767px) {
  .link_list {
    grid-template-columns: 100%;
    width: min(100%, 340px);
    margin: 0 auto;
  }
  .link_list li > a {
    height: 85px;
  }
}

#link_area {
  background: #EFEFEF;
  padding: 75px 0;
}
#link_area .entry_box {
  background: #F07F0F;
  border-radius: 20px;
  padding: 30px 20px 36px;
  margin-top: 40px;
  text-align: center;
}
#link_area .entry_box p {
  margin-bottom: 25px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #link_area {
    padding: 67px 0 55px;
  }
  #link_area .entry_box {
    border-radius: 10px;
    padding: 15px;
    margin-top: 30px;
  }
  #link_area .entry_box p {
    margin-bottom: 10px;
    font-size: 14px;
  }
}