@charset "UTF-8";
/*
Theme Name: service-12
Author: Catwork Co., Ltd.
*/
/* service-12
------------------------------------------------------------------------*/
/* ------ FV周り ------*/
@media screen and (min-width: 751px) {
  .common.service-12 .page-header .point-list .point01 .flex {
    margin-top: -7px;
  }
  .common.service-12 .page-header .point-list .flex div {
    display: block;
  }
  .common.service-12 .page-header .point-list .flex div {
    display: block;
  }
  .common.service-12 .page-header .point-list .point:nth-of-type(1) .num {
    margin-top: 0px;
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, 0);
    white-space: nowrap;
    letter-spacing: -0.05em;
    line-height: 1.1;
  }
  .common.service-12 .heapage-headerder .point-list .point.point02::before,
  .common.service-12 .page-header .point-list .point.point01::before,
  .common.service-12 .page-header .point-list .point.point03::before {
    top: 38%;
  }
  .common.service-12 .page-header .point-list .point02 .flex .point-ttl,
  .common.service-12 .page-header .point-list .point01 .flex .point-ttl,
  .common.service-12 .page-header .point-list .point03 .flex .point-ttl {
    position: absolute;
    white-space: nowrap;
    left: 50%;
    transform: translate(-50%, 0);
    top: 11%;
    font-size: 18px;
  }
  .common.service-12 .page-header .point-list .point02 .num,
  .common.service-12 .page-header .point-list .point01 .num,
  .common.service-12 .page-header .point-list .point03 .num {
    position: absolute;
    top: 47% !important;
    left: 50%;
    transform: translate(-50%, 0px);
    font-size: 36px;
    letter-spacing: 0.08em;
    white-space: nowrap;
  }
  .common.service-12 .page-header .point-list .point02 span.less {
    font-size: 20px;
  }
  .common.service-12 .page-header .point-list .point03 span.less {
    font-size: 20px;
  }
  .common.service-12 .page-header .point-list .point02 .num .en,
  .common.service-12 .page-header .point-list .point01 .num .en,
  .common.service-12 .page-header .point-list .point03 .num .en {
    font-size: 48px;
    white-space: nowrap;
  }
  .service-12 .page-header .point-list .num {
    padding-bottom: 1.2rem;
  }
}
@media screen and (max-width: 750px) {
  .common.service-12 .page-header .point-list .point::before {
    top: 40%;
  }
  .common.service-12 .page-header .point-list .point01 .flex {
    margin-top: -2px;
  }
  .common.service-12 .page-header .point-list .point.point02::before {
    top: 40%;
  }
  .common.service-12 .page-header .point-list .point02 .flex {
    margin-top: -2px;
  }
  .common.service-12 .page-header .point-list .point02 .flex .point-ttl {
    top: 14%;
  }
  .common.service-12 .page-header .point-list .point02 .num .en {
    font-size: 8.35vw;
  }
  .common.service-12 .page-header .point-list .point:nth-of-type(1) .num {
    font-size: 5vw;
    margin-top: -1vw;
    align-items: baseline;
  }
  .common .page-header .point-list .point:nth-of-type(2) .num {
    font-size: 5vw;
    align-items: baseline;
  }
  .common .page-header .point-list .point:nth-of-type(2) .num .less {
    font-size: 3.6vw;
  }
  .common .page-header .point-list .point:nth-of-type(3) .num {
    font-size: 3.6vw;
    align-items: baseline;
  }
}
/* ------ 実績 ------*/
@media screen and (min-width: 751px) {
  /* slide全体をクリック範囲にする */
  .service-12 .slick-center-slider .slide {
    position: relative; /* aタグの絶対配置の基準にする */
  }
  .service-12 .slick-center-slider .slide > a.slide_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    text-decoration: none;
    color: inherit;
  }
  .service-12 .slick-center-slider .slide_inner .ttl {
    transition: color 0.3s ease;
  }
  .service-12 .slick-center-slider .slide_inner:hover .ttl {
    color: #e74921;
  }
  .service-12 .result_slider .button01 a {
    display: block;
    height: 6.4rem;
    background: #222 url(../img/home/arrow01.png) right 1.7rem center no-repeat;
    border-radius: 3.2rem;
    padding: 1.85rem 0 0;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.2;
    text-align: center;
    transition: all .2s;
    width: 360px;
    margin: 0 auto;
    margin-top: 5rem;
    border: #222 2px solid;
    text-indent: -17px !important;
    letter-spacing: 0.03em;
  }
  .service-12 .result_slider .button01 a:hover {
    background: #fff url(../img/home/arrowblack.png) right 1.7rem center no-repeat;
    transition: all .2s;
    color: #222;
    border: #222 2px solid;
  }
}
.service-12 .result_slider p.client {
  font-size: 1.5rem;
  text-align: right;
  color: #999;
  position: absolute;
  bottom: 27px;
  left: 0;
  padding: 0 28px;
}
.result_slider .slick-slider .slide {
  position: relative;
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  .service-12 section.result_slider {
    padding: 10rem 0 0 !important;
  }
}
@media screen and (max-width: 750px) {
  .result_slider .button01 a {
    text-indent: -18px;
  }
}
/* ------ お悩み ------*/
.service-12 .worry-box {
  position: relative;
}
.service-12 .worry-box::before {
  content: "";
  background: url(../img/common/bg_ye_01.png) center center / contain no-repeat;
  width: 44.8rem;
  height: 51.6rem;
  position: absolute;
  top: -15.8rem;
  left: -0.4rem;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .service-12 .worry-box::before {
    width: 17.8rem;
    height: 51.6rem;
    position: absolute;
    top: -18.8rem;
    left: -5.4rem;
    z-index: -1;
  }
  .service-12 .worry-box {
    margin-top: 5.4rem;
  }
}
/* ------ 採用の結果 ------*/
.recruit_result {
  position: relative;
  text-align: center;
  padding-top: 7.5rem;
}
.recruit_result .background-title {
  font-size: 18rem;
  color: #fff;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.02em;
}
.recruit_result .headline {
  position: relative;
  z-index: 1;
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: -7.7rem;
}
.recruit_result .highlight {
  position: relative;
  display: inline-block;
}
.recruit_result .word {
  position: relative;
  z-index: 2;
}
.recruit_result .footer-text {
  font-size: 14px;
  color: #444;
  line-height: 1.8;
}
.recruit_result .txtg {
  width: 80%;
  margin: 0 auto;
  margin-top: 23rem;
}
.recruit_result h3 {
  position: relative;
}
.recruit_result h3::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 60px;
  background-image: url(../img/service-10/parentheses_l.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 30px;
  vertical-align: middle;
  top: 10px;
  margin-top: -5px;
}
.recruit_result h3::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 60px;
  background-image: url(../img/service-10/parentheses_r.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 27px;
  vertical-align: middle;
  margin-top: -5px;
}
.recruit_result .txtg span {
  color: #fbe851;
}
.recruit_result .headline p {
  font-size: 4rem;
  letter-spacing: 0.001em;
}
.recruit_result .headline span.block {
  background: #fff;
  border: 2px solid #000;
  padding: 7px 38px 11px 37px;
  margin-left: 7px;
  margin-right: 10px;
  font-size: 4rem;
}
.recruit_result .headline span.block.block1 {
  padding: 7px 18px 11px 17px;
  margin-left: 6px;
}
.recruit_result .block.block1 {
  position: relative;
}
.recruit_result p.last-text {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: -0.02em !important;
}
.recruit_result .image {
  max-width: 970px;
  margin: 0 auto;
  margin-top: 6.5rem;
  margin-bottom: 3.5rem;
}
.recruit_result .image img {
  width: 100%;
}
.recruit_result .two_block::before {
  content: "";
  width: 39rem;
  height: 40px;
  background-image: url(../img/service-10/crayon.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 0;
  vertical-align: middle;
  position: absolute;
  bottom: -2.6rem;
  z-index: 2;
}
.recruit_result .last-text span {
  color: #e74921;
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .recruit_result .txtg {
    margin-top: 21rem;
  }
}
@media screen and (min-width: 751px) and (max-width: 1100px) {
  .recruit_result .txtg {
    margin-top: 17rem;
  }
  .recruit_result h3::before {
    width: 8px;
    height: 54px;
  }
  .recruit_result h3::after {
    width: 8px;
    height: 54px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  .recruit_result .txtg {
    margin-top: 14rem;
  }
  .recruit_result h3::before {
    width: 6px;
    height: 44px;
  }
  .recruit_result h3::after {
    width: 6px;
    height: 44px;
  }
  .recruit_result .image {
    width: 90%;
  }
}
@media screen and (min-width: 751px) and (max-width: 780px) {
  .recruit_result .txtg {
    margin-top: 12.8rem;
  }
}
@media screen and (max-width: 750px) {
  .recruit_result .background-title {
    font-size: 21.25vw;
  }
  .recruit_result .headline p {
    font-size: 24px;
    margin-top: 21px;
    font-weight: 600;
    line-height: 2;
  }
  .recruit_result .headline span.block {
    font-size: 7.2vw;
    padding: 6px 10px 6px 12px;
    margin-left: 3px;
    margin-right: 6px;
    border: 1.8px solid #000;
  }
  .recruit_result .block.block1::before {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 0;
    vertical-align: middle;
    position: absolute;
    background-image: url(../img/service-12/crayon_sp.png);
    width: 214%;
    height: 40px;
    left: 106%;
    transform: translate(-50%, 0px);
    bottom: -35px;
  }
  .recruit_result p.last-text {
    letter-spacing: -0.02em !important;
    padding-right: 1.3em;
    padding-left: 1.3em;
    font-size: 14px;
    line-height: 1.85;
    text-align: left;
  }
  .recruit_result {
    padding-top: 4rem;
    margin-top: 0;
  }
  .recruit_result .two_block::before {
    display: none;
  }
  .recruit_result .headline span.block.block1 {
    padding: 6px 10px 6px 12px;
    margin-left: 3px;
    margin-right: 6px;
    border: 1.8px solid #000;
  }
  .recruit_result .image {
    width: 95%;
    margin-top: 1.2rem;
    margin-bottom: 3rem;
  }
}
/* ------ 成果を上げた例 ------*/
.service_detail .service_detail_inner ul::before {
  display: none;
}
.service_detail_inner ul::after {
  display: none;
}
@media screen and (min-width: 751px) {
  .ec-success-example .service_detail_inner {
    margin-top: 8.2rem;
  }
  .service-12 .ec-success-example .red span.en {
    font-family: "Outfit", sans-serif;
    font-size: 2.6rem;
    font-weight: 500;
  }
  .service-12 .ec-success-example p.second span.en {
    font-family: "Outfit", sans-serif;
    font-size: 3.6rem;
    font-weight: 500;
  }
  .service-12 .ec-success-example h4.lined-heading::before, .service-12 .ec-success-example h4.lined-heading::after {
    width: 380px;
  }
  .service-12 section.service_detail.ec-success-example {
    margin-bottom: 13rem;
  }

}
@media screen and (min-width: 1101px) {
  .service-12 .ec-success-example .service_detail_inner_wrapper {
    padding: 6rem 1rem 2.4rem
  }
}
@media screen and (min-width: 1001px) and (max-width: 1100px) {
  .service-12 .ec-success-example p.first {
    font-size: 1.8rem;
  }
  .service-12 .ec-success-example .txt_mini p.second {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 751px) and (max-width: 1150px) {
  .service-12 .ec-success-example h4.lined-heading::before, .service-12 .ec-success-example h4.lined-heading::after {
    width: 320px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  .service-12 .ec-success-example h4.lined-heading::before, .service-12 .ec-success-example h4.lined-heading::after {
    width: 240px;
  }
}
@media screen and (min-width: 751px) and (max-width: 800px) {
  .service-12 .ec-success-example h4.lined-heading::before, .service-12 .ec-success-example h4.lined-heading::after {
    width: 180px;
  }
}
@media screen and (max-width: 750px) {
  .service-12 .ec-success-example h4.lined-heading::before, .ec-success-example h4.lined-heading::after {
    width: 25px;
  }
  .service-12 section.service_detail.ec-success-example {
    margin-bottom: 9rem;
  }
  .service-12 section.service_detail.ec-success-example::after {
    bottom: -25.4rem;
    right: -23vw;
  }
  .service-12 .ec-success-example p.first:has(br) {
    line-height: 1.5;
  }
}
/* ------ 思いが人を動かす ------*/
.service-12 #about::before {
  display: none;
}
section.service_detail.ec-success-example {
  position: relative;
}
section.service_detail.ec-success-example::after {
  content: "";
  background: url(../img/service-12/seika_bg.png) center center / contain no-repeat;
  width: 37.5rem;
  height: 32.5rem;
  position: absolute;
  bottom: -23rem;
  right: 4.2rem;
  z-index: -1;
}
@media screen and (min-width: 751px) {
  .service-12 #about .inner {
    max-width: 1400px;
    padding: 84px 50px 0;
    box-sizing: border-box;
  }
  .service-12 .illust.illust_pc {
    left: 50%;
    top: -42%;
    width: 53%;
  }
  .service-12 .illust.illust_bird {
    left: 5.5%;
    top: 12%;
    width: 10%;
  }
  .service-12 .illust.illust_sta {
    left: inherit;
    bottom: -2%;
    width: 7.8%;
    right: -2%;
  }
  .service-12 #about .inner .about-box h3 {
    font-size: 4.8rem;
    margin-left: 26px;
  }
  .service-12 #about .inner .about-box h3 .span01::before {
    top: -0.5rem;
    left: -6.5rem;
  }
  .service-12 #about .inner .about-box h3 .span01::after {
    top: -1rem;
    right: -3rem;
  }
  .service-12 #about .inner .about-box .text01 {
    line-height: 2;
    margin-top: 3.8rem;
  }
  .service-12 #about .inner .about-box {
    padding: 0px 0 31px;
  }
  .service-12 section#about {
    margin-bottom: 12rem;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.service_detail.ec-success-example::after {
    content: "";
    background: url(../img/service-12/seika_bg.png) center center / contain no-repeat;
    width: 37.5rem;
    height: 32.5rem;
    position: absolute;
    bottom: -23rem;
    right: -19.8rem;
    z-index: -1;
  }
}
@media screen and (min-width: 751px) and (max-width: 1100px) {
  .service-12 .illust.illust_pc {
    top: -36%;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  .service-12 .illust.illust_pc {
    top: -26%;
  }
}
@media screen and (max-width: 750px) {
  .service-12 #about.service-12 .inner {
    padding: 2vw 5.333vw 0;
  }
  .service-12 .illust.illust_pc {
    left: 50%;
    top: -36%;
    width: 54.5%;
  }
  .service-12 #about .inner .about-box h3 {
    margin-left: 16px;
  }
  .service-12 #about .inner .about-box h3 .span01::after {
    top: -14px;
    right: -17.5px;
  }
  .service-12 .illust.illust_sta {
    bottom: 7%;
    width: 50px;
    left: inherit;
    top: inherit;
    right: -8.5%;
  }
  .service-12 .illust.illust_bird {
    width: 50px;
    top: 40%;
    left: -2.5%;
    transform: scaleX(-1) !important;
  }
  .service-12 #about.service-12 {
    margin-bottom: 6rem;
  }
}
/* ------ 流れ ------*/
@media screen and (min-width: 751px) {
  .service-12 .flow-box {
    padding: 10.5rem 0 0;
  }
}
.service-12 .flow-box .flow-wrap .flow-slider::before {
  content: "";
  background: url(../img/service-12/flow_bg01.png) center center / cover no-repeat;
  width: 41.6rem;
  height: 39.1rem;
  position: absolute;
  top: -10.8rem;
  left: -20rem;
  z-index: -2;
}
.service-12 .flow-box .flow-wrap .flow-slider::after {
  content: "";
  background: url(../img/service-12/flow_bg02.png) center center / contain no-repeat;
  width: 26rem;
  height: 21rem;
  position: absolute;
  bottom: -7.2rem;
  right: -11.8rem;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .service-12 .flow-box .flow-wrap .flow-slider::before {
    z-index: -2;
    width: 19.2rem;
    height: 18.1rem;
    top: -4.5rem;
    left: -9rem;
  }
  .service-12 .flow-box .flow-wrap .flow-slider::after {
    width: 24rem;
    height: 21rem;
    position: absolute;
    bottom: -7.6rem;
    right: -11.4rem;
    z-index: -1;
  }
}
/* ------ 料金イメージ ------*/
@media screen and (min-width: 751px) {
  .service-12 .support-box-recruit .allwrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .support-box-recruit .imgwrapper {
    margin-top: -2.5rem;
  }
  .service-12 .imgwrapper img {
    width: 100%;
  }
  .support-box-recruit .txtwrapper {
    width: 60%;
    margin-top: 2rem;
  }
  .service-12 section.support-box.support-box-recruit .ttl-02 {
    padding-top: 0;
    margin-top: -5.5rem;
  }
  .support-box-recruit.support-box .ttl-02 h2 {
    color: #e74921;
    font-size: 3.2rem;
    letter-spacing: 0.05em;
  }
  .support-box-recruit span.eng {
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    font-size: 4.2rem;
  }
  section.support-box.support-box-recruit {
    margin-top: 9.5rem;
  }
  .support-box.support-box-recruit .ttl-01 {
    margin-bottom: 5rem;
  }
  .support-box.support-box-recruit .readtop p {
    font-size: 1.8rem;
    line-height: 2;
    letter-spacing: -0.005em;
  }
  .support-box.support-box-recruit .readtop {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 750px) {
  .support-box.support-box-recruit {
    padding: 5.6rem 0 0;
  }
  .support-box-recruit .imgwrapper {
    width: 80%;
    margin: 0 auto;
  }
  .support-box-recruit .imgwrapper img {
    width: 100%;
  }
  .support-box-recruit.support-box .ttl-02 h2 {
    font-size: 2.8rem;
    line-height: 1.3;
    padding-top: 0;
    text-align: center;
  }
  .support-box-recruit span.eng {
    font-size: 3.8rem;
    font-family: "Outfit", sans-serif;
    font-weight: 500;
  }
  .support-box-recruit.support-box .cont-box-01 .readtop p {
    font-size: 1.8rem;
    line-height: 2;
    letter-spacing: 0;
    margin-top: 1.8rem;
    width: 100%;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .service-12 .support-box-recruit .imgwrapper {
    margin-top: 0;
    width: 35%;
  }
  .service-12 .support-box-recruit .imgwrapper {
    margin-top: 0;
    width: 35%;
  }
}
/* ------ サービス ------*/
.service_detail_recruit .service_detail_inner {
  position: relative;
}
.service_detail_recruit .service_detail_inner::after {
  content: "";
  background: url(../img/service-12/service_bg01.png) center center / contain no-repeat;
  width: 39.5rem;
  height: 34.5rem;
  position: absolute;
  top: -21.2rem;
  right: -20.8rem;
  z-index: -1;
}
@media screen and (min-width: 751px) {
  section.service_detail.service_detail_recruit {
    margin-top: 11rem;
  }
  section.service_detail.service_detail_recruit .service_detail_inner {
    margin-top: 10.2rem;
  }
}
@media screen and (max-width: 750px) {
  .service-12 section.service_detail.service_detail_recruit {
    margin-top: 5rem;
  }
  .service_detail_recruit .service_detail_inner {
    margin-top: 20px;
  }
  .service_detail_recruit .service_detail_inner::after {
    content: "";
    background: url(../img/service-12/service_bg01.png) center center / contain no-repeat;
    width: 29.5rem;
    height: 24.5rem;
    position: absolute;
    top: -14.2rem;
    right: -19.8rem;
    z-index: -1;
  }
}
/* ------ オプション追加 ------*/
@media screen and (min-width: 751px) {
  .service-12 .service_option ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .service-12 .service_option li {
    display: block;
  }
  .service-12 .service_option .img {
    width: 200px;
  }
  .service-12 .service_option .img {
    margin: 0 auto;
  }
  .service-12 .service_option .txt {
    width: 100%;
    padding: 0;
  }
  .service-12 .service_option h4 {
    font-size: 2.8rem;
    margin-top: 3px;
  }
  .service-12 .service_option h4 {
    text-align: center;
  }
  .service-12 .service_option p {
    margin-top: 6px;
  }
}