@charset "UTF-8";
/*
Theme Name: service-2
Author: Catwork Co., Ltd.
*/
/* service-2
------------------------------------------------------------------------*/
/* ------ key ------*/
.outfit {
  font-family: "Outfit", sans-serif;
}

.page-header .point-list .point:nth-of-type(3) .point-ttl {
  padding-top: 0.9rem;
}
.page-header  .point-list .num {
  padding-bottom: 1.6rem;
}
.page-header  .point-list .point:nth-of-type(2) .num {
  padding-bottom: .4rem;
}
.page-header  .point-list .num .over {
  width: 100%;
}
.page-header  .point-list .num .rowreverse {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 15px;
  margin-right: 4px;
}

@media screen and (min-width: 751px) {
  .page-header  .point-list .num .en.l {
    font-size: 48px;
  }
  .page-header  .point-list .num {
    font-size: 2.1rem;
  }
  .page-header  .point-list .num .over {
    font-size: 1.7rem;
    line-height: 1.2;
  }
  .page-header  .point-list .point:nth-of-type(2) .num {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 750px) {
  .page-header .point-list .num {
    font-size: 3.8vw;
  }
  .page-header .point-list .point:nth-of-type(3) .num {
    font-size: 3.8vw;
  }
  .page-header .point-list .point:nth-of-type(3) .num .en {
    font-size: 9vw;
  }
  .page-header .point-list .num .rowreverse {
    font-size: 3.4vw;
  }
}

/* ------ ttl ------*/
.ttl-01 {
  text-align: center;
  margin-bottom: 6rem;
}
.ttl-01 .en {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 1.5px;
  color: #e74921;
  font-family: "Outfit", sans-serif;
}
.ttl-01 .jp {
  font-size: 4.2rem;
  font-weight: bold;
  padding-top: 1rem;
}
.ttl-01 .jp .color {
  color: #e74921;
}
.accent-01 {
  font-size: 6.4rem;
  line-height: .8;
  font-weight: bold;
  letter-spacing: 0.3rem;
  margin: 0 0.5rem;
  color: #e74921;
  font-family: "Outfit", sans-serif;
  position: relative;
}
.accent-01::before {
  content: '';
  width: 23px;
  height: 26px;
  background: url("../img/service-2/accent-01.png") center center / contain no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-75%, -35%);
}
@media screen and (max-width: 750px) {
  .ttl-01 {
    margin-bottom: 7vw;
  }
  .ttl-01 .en {
    font-size: 4.1vw;
  }
  .ttl-01 .jp {
    font-size: 6vw;
    line-height: 1.4;
    padding-top: 2vw;
  }
  .accent-01 {
    font-size: 9vw;
  }
  .accent-01::before {
    width: 15px;
    height: 18px;
    transform: translate(-85%, -45%);
  }
}
.ttl-02 {
  position: relative;
  padding-top: 7.8rem;
}
.ttl-02 h2 {
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 3.8px;
  color: #e74921;
}
.ttl-02 .en {
  font-size: 12rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 4px;
  color: #fff;
  font-family: "Outfit", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1090px) {
  .ttl-02 h2 {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 750px) {
  .ttl-02 {
    width: 100%;
    padding-top: 3rem;
  }
  .ttl-02 .en {
    font-size: 14vw;
    width: 100%;
  }
  .ttl-02 h2 {
    padding-top: 4vw;
    font-size: 6vw;
    line-height: 1.4;
    letter-spacing: .6px;
  }
}
.ttl-03 {
  display: flex;
  gap: 0 2rem;
}
.ttl-03 .en {
  font-size: 4.2rem;
  font-weight: bold;
  letter-spacing: 3.5px;
  color: #fff;
  font-family: "Outfit", sans-serif;
}
.ttl-03 .jp {
  color: #fff;
  font-size: 1.5rem;
  margin-left: 1.5rem;
  padding-top: 1.8rem;
  letter-spacing: 0;
  position: relative;
}
.ttl-03 .jp::before {
  content: "[";
  font-size: 2.4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1.5rem;
}
.ttl-03 .jp::after {
  content: "]";
  font-size: 2.4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1.8rem;
}
@media screen and (max-width: 550px) {
  .ttl-03 {
    flex-direction: column;
    gap: 0 2.5rem;
  }
  .ttl-03 .en {
    font-size: 4rem;
    line-height: 1;
  }
  .ttl-03 .jp {
    padding-top: 0;
    margin-bottom: 1rem;
  }
  .ttl-03 .jp::after {
    right: auto;
    padding-left: 1rem;
  }
}
/* ------ support(TOP) ------*/
.support-box {
  margin: 0 6rem;
  padding: 11.8rem 0 0;
}
.support-box .inner {
  position: relative;
}
.support-box .cont-box-01 .img {
  position: absolute;
  top: -2.5rem;
  right: -8rem;
  z-index: -1;
  width: 46.6%;
}
.support-box .cont-box-01 .img img {
  width: 100%;
  height: auto;
}
.support-box .cont-box-01 .readtop p {
  font-size: 2rem;
  line-height: 2.1;
  letter-spacing: 0;
  margin-top: 1.8rem;
  width: 55%;
}
.support-box .cont-box-01 .copy p {
  font-size: 2.8rem;
  line-height: 2.25;
  margin-top: 6rem;
}
.support-box .cont-box-01 .copy p .orange {
  color: #e74921;
}
.support-box .cont-box-01 .copy p .under-line {
  background: #fbe851;
  width: 100%;
  height: 100%;
  padding: 0.5rem 2.5rem 0.5rem 2rem;
  margin: -0.5rem 0 0 -2rem;
  box-sizing: border-box;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .support-box {
    margin-left: 0;
  }
  .support-box .ttl-02 h2 {
    font-size: 4rem !important;
  }
  .support-box .cont-box-01 .copy p {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 1000px) {
  .support-box .ttl-02 h2 {
    font-size: 3.2rem !important;
  }
  .support-box .cont-box-01 .img {
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  .support-box {
    margin: 0;
    padding: 49px 0 0;
  }
  .support-box .sp {
    display: inline !important;
  }
  .support-box .ttl-02 {
    text-align: center;
  }
  .support-box .ttl-02 h2 {
    font-size: 3rem !important;
  }
  .support-box .cont-box-01 .readtop p {
    margin-top: 0;
    font-size: 3.4vw;
  }
  .support-box .cont-box-01 .copy p {
    margin-top: 5vw;
    font-size: 3.75vw;
  }
  .support-box .cont-box-01 .img {
    width: 100%;
    margin: 4vw 0 3vw;
    position: static;
    text-align: center;
  }
  .support-box .cont-box-01 .img img {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  .support-box .cont-box-01 .readtop p {
    width: 100%;
    font-size: 3.75vw;
    line-height: 1.9;
  }
}
/* ------ point(ポイント) ------*/
.point-box {
  padding: 12rem 2rem;
}
.point-box .point-list {
  align-items: flex-start;
  position: relative;
}
.point-box .point-list::before {
  content: "";
  background: url("../img/service-2/point_bg01.png")center center / cover no-repeat;
  width: 23.7rem;
  height: 21.1rem;
  position: absolute;
  top: -16rem;
  right: -16rem;
}
.point-box .point-list .point {
  width: calc(calc(100% - 8rem) / 3);
  position: relative;
}
.point-box .point-list .point + .point {
  margin-left: 4rem;
}
.point-box .point-list .num {
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #1aa248;
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
  font-family: "Outfit", sans-serif;
  text-align: center;
  position: absolute;
  top: -2rem;
  left: -2rem;
  border-radius: 50% 50% 5px 50%;
}
.point-box .point-list .img img {
  max-width: 360px;
  border-radius: 20px;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.point-box .point-list h3 {
  font-size: 2.4rem;
  color: #e74921;
  text-align: center;
  letter-spacing: 1.6px;
  margin: 1.8rem 0 1.6rem;
}
.point-box .point-list p {
  font-size: 1.6rem;
  letter-spacing: .4px;
  line-height: 2;
}
@media screen and (max-width: 1200px) {
  .point-box .point-list::before {
    right: -12rem;
  }
}
@media screen and (max-width: 750px) {
  .point-box {
    padding: 12vw 0 6vw;
    margin: 0 4rem;
  }
  .point-box .point-list {
    flex-direction: column;
    gap: 4rem 0;
    margin: 2rem 0 4rem;
  }
  .point-box .point-list::before {
    content: "";
    background: url("../img/service-2/point_bg01.png")center center / cover no-repeat;
    width: 22.1vw;
    height: 20vw;
    position: absolute;
    top: -7.3vw;
    right: -2vw;
    z-index: -1;
  }
  .point-box .point-list .point {
    width: 100%;
  }
  .point-box .point-list .point + .point {
    margin: 2vw 0 0;
  }
  .point-box .point-list .num {
    width: 16vw;
    height: 16vw;
    line-height: 16vw;
    font-size: 5vw;
    top: -2rem;
    left: -2rem;
  }
  .point-box .point-list p {
    font-size: 3.3vw;
    letter-spacing: 0;
    line-height: 1.857;
    text-align: justify;
  }
  .point-box .point-list h3 {
    font-size: 5vw;
    line-height: 1.6;
    margin: 2rem 0;
  }
  .point-box .point-list .img {
    margin: 0 4rem;
  }
  .point-box .point-list .img img {
    max-width: none;
  }
}
/* ------ result-box(業績UP事例一部紹介) ------*/
.result-box {
  margin: 14rem 0 12rem;
  padding: 0 0 2.8rem;
}
.result-box .ttl-01 {
  margin-bottom: 5rem;
}
.result-box .company-set {
  position: relative;
}
.result-box .company-set::before {
  content: "";
  background: url("../img/service-2/recruit_bg02.png")center center / contain no-repeat;
  width: 23.7rem;
  height: 21.1rem;
  position: absolute;
  top: -9.8rem;
  left: -12.8rem;
  z-index: -1;
}
.result-box .company-set::after {
  content: "";
  background: url(../img/service-2/company-set_bg01.png) center center / contain no-repeat;
  width: 30rem;
  height: 28.4rem;
  position: absolute;
  bottom: -8.6rem;
  right: -13.5rem;
  z-index: -1;
}
.result-box .company-set img {
  max-width: 100%;
}
.result-box + .contact-bnr, #consultant + .contact-bnr {
  border-radius: 0;
}
.p-case-flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  justify-content: center;
  background: #fff;
  border: 10px solid #fafafa;
  border-radius: 30px;
  padding: 50px;
  box-sizing: border-box;
  position: relative;
}
.p-case-flex::before {
  content: "";
  background: url("../img/service-2/clip.png")center center / contain no-repeat;
  width: 12.2rem;
  height: 1.9rem;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
}
.p-case-flex + .p-case-flex {
  margin-top: 45px;
}
.case-profit {
  position: absolute;
  top: -3rem;
  right: -3rem;
}
.p-case-flexThumb {
  margin-right: 54px;
}
.p-case-flexThumbImg {
  display: block;
}
.p-case-Logo {
  margin-bottom: 20px;
}
.p-case-name {
  font-size: 2.2rem;
  line-height: 1.4;
  margin-bottom: 17px;
}
.p-case-desc-warp {
  display: flex;
  gap: 0 30px;
}
.p-case-desc {
  width: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-case-descTitle {
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  margin-right: 16px;
  max-width: 100%;
  padding-bottom: 7px;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 5px;
  text-align: center;
}
.p-case-descText {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.4;
}
.p-case-pic {
  margin-top: 40px;
  display: flex;
  gap: 0 30px;
}
.p-case-pic img {
  width: 50%;
}
@media screen and (max-width: 1060px) {
  .p-case-flex {
    padding: 4rem 2rem;
  }
  .p-case-flexThumb {
    margin-right: 3rem;
  }
  .p-case-desc-warp {
    gap: 0 2rem;
  }
  .p-case-descTitle {
    margin-right: 10px;
  }
  .p-case-pic {
    margin-top: 3rem;
    gap: 0 3rem;
  }
  .p-case-pic img {
    width: 47%;
  }
}
@media screen and (max-width: 750px) {
  .result-box {
    margin: 6rem 0;
  }
  .result-box .ttl-01 {
    margin-bottom: 2.4rem;
  }
  .p-case-flex {
    padding: 6vw 3vw 8vw;
    flex-direction: column;
  }
  .p-case-flex::before {
    width: 10.6rem;
    height: 1.8rem;
  }
  .p-case-flex + .p-case-flex {
    margin-top: 11vw;
  }
  .case-profit {
    position: absolute;
    top: 2.5vw;
    right: 5vw;
  }
  .case-profit img {
    width: 20vw;
  }
  .p-case-flexThumb {
    margin: 5vw 0;
  }
  .p-case-flexThumb img {
    width: 100%;
    padding: 0 5vw;
  }
  .p-case-Logo img {
    width: 46%;
    height: auto;
  }
  .p-case-name {
    font-size: 3.3vw;
  }
  .p-case-desc-warp {
    flex-direction: column;
    gap: 3vw 0;
  }
  .p-case-descTitle {
    font-size: 3vw;
    margin-right: 16px;
    padding: 2vw;
  }
  .p-case-descText {
    font-size: 3.5vw;
  }
  .p-case-pic {
    margin-top: 5vw;
    gap: 0 4vw;
    justify-content: space-between;
  }
}
/* ------ service-box(基本のサービス) ------*/
.service-box {
  margin-top: 12rem;
}
.service-box .inner {
  position: relative;
}
.service-box .inner::before {
  content: "";
  background: url("../img/service-2/service_bg01.png")center center / cover no-repeat;
  width: 32.9rem;
  height: 23.7rem;
  position: absolute;
  top: -1.5rem;
  right: -20rem;
}
.service-box .inner::after {
  content: "";
  background: url("../img/service-2/service_bg03.png")center center / cover no-repeat;
  width: 50.5rem;
  height: 45.7rem;
  position: absolute;
  bottom: -10rem;
  right: -35rem;
  z-index: -3;
}
.service-box .inner .service-list {
  position: relative;
}
.service-box .inner .service-list::after {
  content: "";
  background: url("../img/service-2/service_bg02.png")center center / cover no-repeat;
  width: 33.3rem;
  height: 26.7rem;
  position: absolute;
  top: 82rem;
  left: -30rem;
  z-index: -3;
}
.service-box .inner .service {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  gap: 0 90px;
  align-items: center;
  flex-wrap: nowrap;
  padding: 4rem 0 4.6rem;
  margin-top: 6rem;
  position: relative;
}
.service-box .inner .service:nth-of-type(odd) {
  flex-direction: row-reverse;
}
.service-box .inner .service::after {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-600px);
  content: "";
  background: #fff;
  border: 10px solid #fafafa;
  border-radius: 200px 0 0 200px;
  width: 100vw;
  height: calc(100% - 1rem);
  z-index: -2;
}
.service-box .inner .service:nth-of-type(odd):after {
  left: auto;
  right: 50%;
  transform: translateX(600px);
  border-radius: 0 200px 200px 0;
}
.service-box .inner .service .cont-wrap {
  max-width: 750px;
}
.service-box .inner .service .cont-wrap h3 {
  font-size: 3.6rem;
  line-height: 1;
  font-weight: bold;
  padding-top: 8rem;
  margin: 0 0 3rem 0;
  position: relative;
}
.service-box .inner .service .cont-wrap h3::before {
  content: "";
  background: url("../img/service-2/service_text01.png")left center / cover no-repeat;
  width: 18.2rem;
  height: 6.4rem;
  position: absolute;
  top: 0;
  left: 0;
}
.service-box .inner .service:nth-of-type(2) .cont-wrap h3::before {
  background: url("../img/service-2/service_text02.png")left center / cover no-repeat;
}
.service-box .inner .service:nth-of-type(3) .cont-wrap h3::before {
  background: url("../img/service-2/service_text03.png")left center / cover no-repeat;
}
.service-box .inner .service:nth-of-type(4) .cont-wrap h3::before {
  background: url("../img/service-2/service_text04.png")left center / cover no-repeat;
}
.service-box .inner .service:nth-of-type(5) .cont-wrap h3::before {
  background: url("../img/service-2/service_text05.png")left center / cover no-repeat;
}
.service-box .inner .service .cont-wrap .text01 {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 1300px) {
  .service-box .inner {
    padding: 0 6rem;
  }
  .service-box .inner::before {
    right: -10rem;
  }
  .service-box .inner::after {
    right: -25rem;
  }
  .service-box .inner .service-list::after {
    left: -10rem;
  }
  .service-box .inner .service {
    gap: 0 2vw;
  }
  .service-box .inner .service::after {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-47%);
    content: "";
    background: #fff;
    border: 0.586vw solid #fafafa;
    border-radius: 12.5vw 0 0 12.5vw;
    width: 100vw;
    height: calc(100% - 1rem);
    z-index: -2;
  }
  .service-box .inner .service:nth-of-type(odd):after {
    left: auto;
    right: 50%;
    transform: translateX(47%);
    border-radius: 0 12.5vw 12.5vw 0;
  }
}
@media screen and (max-width: 750px) {
  .service-box {
    margin: 12rem 0;
  }
  .service-box .inner {
    padding: 0;
  }
  .service-box .inner::before {
    width: 32.9vw;
    height: 23.7vw;
    top: 37.5vw;
    right: -11vw;
  }
  .service-box .inner::after {
    width: 50.5vw;
    height: 45.7vw;
    bottom: -18vw;
    right: -16vw;
  }
  .service-box .inner .service-list::after {
    width: 33.3vw;
    height: 26.7vw;
    top: 127vw;
    left: -4vw;
  }
  .service-box .inner .service {
    display: block;
    padding: 8vw 12vw 8vw 6vw;
    margin-top: 18vw;
  }
  .service-box .inner .service::after, .service-box .inner .service:nth-of-type(odd):after {
    top: 0;
    left: 0;
    right: auto;
    transform: none;
    border: 1.4vw solid #fafafa;
    border-radius: 0 41vw 0 0;
    width: calc(100vw - 8vw);
    height: 100%;
  }
  .service-box .inner .service .img {
    position: absolute;
    top: -12vw;
    right: 6vw;
  }
  .service-box .inner .service .img img {
    width: 36vw;
    height: auto;
  }
  .service-box .inner .service .cont-wrap {
    width: 100%;
  }
  .service-box .inner .service .cont-wrap h3 {
    font-size: 7.2vw;
    line-height: 1.16;
    padding-top: 14vw;
    margin: 0 0 3vw 0;
  }
  .service-box .inner .service .cont-wrap h3::before {
    width: 32.7vw;
    height: 11.4vw;
  }
  .service-box .inner .service .cont-wrap .text01 {
    font-size: 3.8vw;
    line-height: 1.8;
  }
}
/* ------ reason(料金プラン) ------*/
.reason-box {
  padding: 11rem 0 0;
  margin: 0 5rem;
}
.reason-box .inner {
  position: relative;
}
.reason-box .inner::before {
  content: "";
  background: url("../img/service-2/fee_bg01.png")center center / cover no-repeat;
  width: 41.6rem;
  height: 39.1rem;
  position: absolute;
  bottom: -13.5rem;
  left: -20rem;
}
.reason-box .ttl-01 {
  margin-bottom: 2.2rem;
}
.table-wrap {
  margin-top: 5rem;
}
.table-wrap p {
  font-size: 1.4rem;
  text-align: right;
  margin-top: 1rem;
}
.plan-table .white-th {
  background: transparent;
  border: none;
}
.plan-table tr:first-of-type .white-th:nth-of-type(2) {
  border-bottom: 2px solid #e6e6e6;
}
.plan-table tr .left-th {
  background: #333;
  color: #fff;
}
.plan-table tr:nth-of-type(2) .left-th {
  border-radius: 18px 0 0 0;
}
.plan-table tr:nth-of-type(14) .left-th {
  border-radius: 0 0 0 18px;
  border-bottom: none !important;
}
.plan-table .no-th {
  width: calc(57.1% / 3);
}
.plan-table {
  border-right: 2px solid #e6e6e6;
  border-radius: 0 0 0 18px;
}
.plan-table th {
  background: #f5f5f5;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 1.2px;
  padding: 1.55rem;
  position: relative;
  box-sizing: border-box;
  vertical-align: middle;
  border-right: 2px solid #e6e6e6;
  border-bottom: 2px solid #e6e6e6;
}
.plan-table td {
  width: 57.1%;
  color: #222;
  background: #fff;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 1.2px;
  padding: 2.5rem;
  position: relative;
  box-sizing: border-box;
  vertical-align: middle;
  border-bottom: 1px solid #e6e6e6;
}
.plan-table .no-01 {
  color: #fff;
  background: linear-gradient(90deg, #e74921 0%, #e74921 93%, transparent 93%, transparent 100%);
  border-radius: 18px 18px 0 0;
  border: none;
  border-right: 12px solid transparent;
  position: relative;
}
.plan-table .no-01::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 100%;
  background: #e74921;
  border-top-right-radius: 18px;
  z-index: -1;
}
.plan-table .no-02 {
  color: #fff;
  background: linear-gradient(90deg, transparent 0%, transparent 7%, #048788 7%, #048788 93%, transparent 93%, transparent 100%);
  border-radius: 18px 18px 0 0;
  border: none;
  border-right: 12px solid transparent;
}
.plan-table .no-02::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 100%;
  background: #048788;
  border-top-right-radius: 18px;
  z-index: -1;
}
.plan-table .no-02::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 100%;
  background: #048788;
  border-top-left-radius: 18px;
  z-index: -1;
}
.plan-table .no-03 {
  color: #fff;
  line-height: 1.3;
  background: linear-gradient(90deg, transparent 0%, transparent 7%, #0f91ce 7%, #0f91ce 100%);
  border-radius: 18px 18px 0 0;
  border: none;
  letter-spacing: 0;
}
.plan-table .no-03::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 100%;
  background: #0f91ce;
  border-top-left-radius: 18px;
  z-index: -1;
}
.plan-table .no-th01 {
  background: #f8edea;
}
.plan-table .no-th02 {
  background: #e8f1f1;
}
.plan-table .no-th03 {
  background: #e8f2f7;
}
.plan-table .no-th01:not(:last-of-type), .plan-table .no-th02:not(:last-of-type), .plan-table .no-th03:not(:last-of-type) {
  border-right: 12px solid #fff;
}
.plan-table .plan {
  font-size: 2.4rem;
}
.plan-table .plan02 {
  font-size: 2.1rem;
}
.plan-table .post {
  font-size: 1.5rem;
  line-height: 1;
  background: rgba(0, 0, 0, .3);
  padding: 0.2rem 1.5rem 0.5rem;
  border-radius: 30rem;
  letter-spacing: 1.2px;
}
.plan-table .post .num {
  font-family: "Outfit", sans-serif;
}
.plan-table .tab-num {
  font-size: 2.8rem;
  font-weight: bold;
  font-family: "Outfit", sans-serif;
}
.plan-table tr .maru {
  font-size: 2.4rem;
  color: #e74921;
  font-weight: bold;
}
@media screen and (max-width: 1010px) {
  .reason-box {
    margin: 0 3rem;
  }
  .plan-table .plan {
    font-size: 2.2rem;
    letter-spacing: 0;
  }
  .plan-table .plan02 {
    font-size: 2rem;
  }
  .plan-table .post {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 750px) {
  .reason-box {
    padding: 0;
    margin: 0 0 0 3rem;
  }
  .reason-box .inner::before {
    width: 23.8vw;
    height: 22.3vw;
    bottom: -9vw;
    left: -2vw;
  }
  .table-wrap {
    margin-top: 5vw;
    overflow-x: auto;
    display: block;
    position: relative;
  }
  .table-wrap .plan-table {
    width: 1010px;
    margin-right: 3rem;
  }
  @keyframes swipe {
    0% {
      transform: translateX(0);
      opacity: 0;
    }
    15% {
      opacity: 1;
    }
    35% {
      opacity: 1;
    }
    50% {
      transform: translateX(-30px);
      opacity: 0;
    }
    100% {
      transform: translateX(-30px);
      opacity: 0;
    }
  }
  .reason-box .table-wrap .swipe {
    position: absolute;
    top: 0;
    left: 6rem;
    z-index: 99;
  }
  .reason-box .table-wrap .swipe img {
    display: inline-block;
    width: 10.3rem;
    height: auto;
    animation: swipe 3s linear 1s infinite normal;
  }
  .reason-box .table-wrap table th, .reason-box .table-wrap table td {
    white-space: nowrap;
  }
  .reason-box .read {
    width: 1010px;
    font-size: 14px;
  }
}
/* ------ consultant(コンサルタント) ------*/
#consultant .inner {
  padding: 96px 50px 110px;
}
@media screen and (max-width: 1600px) {
  #consultant .inner {
    padding: 10rem 50px;
  }
}
@media screen and (max-width: 960px) {
  #consultant .inner {
    padding: 61px 50px 50px;
  }
}
@media screen and (max-width: 750px) {
  #consultant .inner {
    padding: 2vw 5% 19vw;
  }
}
@media screen and (max-width: 375px) {
  #consultant .inner {
    padding: 15px 20px 60px;
  }
}

/* ------ flow(サービス導入の流れ) ------*/
.service-2 .flow-box .flow-wrap .flow-slider::before {
  content: "";
  background: url("../img/service-2/flow_bg01.png")center center / cover no-repeat;
  width: 41.6rem;
  height: 39.1rem;
  position: absolute;
  top: -10rem;
  left: -20rem;
  z-index: -2;
}
.service-2 .flow-box .flow-wrap .flow-slider::after {
  content: "";
  background: url("../img/service-2/flow_bg02.png")center center / contain no-repeat;
  width: 24rem;
  height: 21rem;
  position: absolute;
  bottom: -7.6rem;
  right: -11.4rem;
  z-index: -1;
}
.service-2 .flow-box {
    padding: 10rem 0 0;
}

.flow-box .flow-wrap .flow-slider .slide .txt-wrap h3::before {
  content: "";
  background: url("../img/service-2/flow_text01.png")left center / cover no-repeat;
  width: 18.2rem;
  height: 6.4rem;
  position: absolute;
  top: 0;
  left: 0;
}
.flow-box .flow-wrap .flow-slider .slide:nth-of-type(1) .txt-wrap h3:before {
  left: 0.7rem;
}
.flow-box .flow-wrap .flow-slider .slide:nth-of-type(2) .txt-wrap h3:before {
  background: url("../img/service-2/flow_text02.png")left center / cover no-repeat;
}
.flow-box .flow-wrap .flow-slider .slide:nth-of-type(3) .txt-wrap h3:before {
  background: url("../img/service-2/flow_text03.png")left center / cover no-repeat;
}
.flow-box .flow-wrap .flow-slider .slide:nth-of-type(4) .txt-wrap h3:before {
  background: url("../img/service-2/flow_text04.png")left center / cover no-repeat;
}
.flow-box .flow-wrap .flow-slider .slide:nth-of-type(5) .txt-wrap h3:before {
  background: url("../img/service-2/flow_text05.png")left center / cover no-repeat;
}
.flow-box .flow-wrap .flow-slider .slide:nth-of-type(6) .txt-wrap h3:before {
  background: url("../img/service-2/flow_text06.png")left center / cover no-repeat;
}



@media screen and (max-width: 750px) {
	.service-2 .flow-box {
    padding: 4rem 0 0;
}
  .service-2 .flow-box .flow-wrap .flow-slider::before {
    background-size: contain;
    width: 12rem;
    height: 12rem;
    top: -4.4rem;
    left: .8rem;
  }
  .service-2 .flow-box .flow-wrap .flow-slider::after {
    bottom: -3.4rem;
    right: 1rem;
    width: 11.5rem;
    height: 10.5rem;
  }


}

/* contact-bnr-s(幅小) ------*/
.contact-bnr-s {
  height: 400px;
  background: url("../img/common/contact-bnr_bg.png")center center /cover no-repeat;
  border-radius: 0;
}
@media screen and (max-width: 1400px) {
  .contact-bnr-s {
    height: 325px;
    background: url("../img/common/contact-bnr_bg.png")center center /cover no-repeat;
  }
}
@media screen and (max-width: 960px) {
  .contact-bnr-s {
    height: 260px;
  }
}
@media screen and (max-width: 750px) {
  .contact-bnr-s {
    height: 143.733vw;
    background: url("../img/common/contact-bnr_bg_sp.png")center center /cover no-repeat;
  }
}
@media screen and (max-width: 375px) {
  .contact-bnr-s {
    height: 539px;
    background: url("../img/common/contact-bnr_bg_sp.png")center center /cover no-repeat;
  }
}
.service-2 .pc02, .service-2 .sp02 {
  display: none;
}
@media (max-width: 1300px) {
  .service-2 .pc02 {
    display: block;
  }
}
@media (max-width: 510px) {
  .service-2 .sp02 {
    display: block;
  }
}
/*お悩みセクション*/
.support-box .ttl-02 h2 {
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #222;
  font-size: 3.2rem;
}
.support-box .ttl-02 span.color {
  font-family: "Outfit", sans-serif;
  color: #e74921;
}
.support-box .ttl-02 span.big {
  font-size: 4.8rem;
  font-weight: 500;
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 1px;
}
.support-box .ttl-02 .en {
  display: none;
}
@media (max-width: 960px) {
  .support-box .ttl-02 {
    padding-top: 4rem;
  }
}
@media (max-width: 840px) {
  .support-box .ttl-02 {
    padding-top: 2rem;
  }
}
@media (max-width: 750px) {
  .support-box .ttl-02 h2 {
    font-size: 5.8vw !important;
    letter-spacing: -.2px;
  }
  .support-box span.secondrow {
    white-space: nowrap;
    margin-left: -3px;
    font-size: 2.5rem;
  }
  .support-box .ttl-02 {
    padding-top: 0;
    margin-top: -10px;
  }
  .support-box span.firstrow {
    white-space: nowrap;
    margin-left: -3px;
  }
}
/*こんなお悩み*/
.service-2 .worry-box {
  margin-top: 12.5rem;
}
.service-2 .worry-wrapper h3 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 1px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  transform: translateY(-60%);
}
.service-2 .worry-box .ttl-01 {
  margin-bottom: 6rem;
}
@media screen and (max-width: 750px) {
  .service-2 .worry-box {
    margin: 58px 0 0;
  }
  .worry-wrapper ul {
    flex-direction: column;
  }
  .worry-box .ttl-01 {
    margin-bottom: 32px;
  }
  .service-2 .worry-wrapper h3 {
    font-size: min(24px, 5vw);
  }
  .service-2 .additional .worry-wrapper h3 {
    transform: translateY(-6%) !important;
  }
	    .service-2 .worry-wrapper {
        padding: 4rem 3rem 3rem 5.6rem;
    }
}
/*サービス詳細*/
.service_detail_icon {
  width: 120px;
}
.service_detail_icon img {
  width: 100%;
}
.service_detail_inner {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 12.2rem;
}
.service_detail_inner ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem; /* 任意の間隔 */
  padding: 0;
  margin: 0;
  list-style: none;
}
.service_detail_inner_wrapper {
  background: #fff;
  border-radius: 30px;
  padding: 3rem 4rem 4rem;
  position: relative;
}
.service_detail_icon {
  width: 120px;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
  left: 50%;
}
.service_detail_inner h3 {
  color: #e74921;
  font-size: 2.4rem;
  text-align: center;
  margin-top: 64px;
}
.service_detail_inner p.overview {
  line-height: 1.75;
  font-size: 1.6rem;
  margin-top: 30px;
}
.service_detail_inner_wrapper .point {
  text-align: center;
  position: relative;
  margin-top: 4.2rem;
}
.service_detail_inner_wrapper .point h4 {
  display: inline-block;
  background: #222;
  color: #fff;
  border-radius: 20px;
  padding: 2px 34px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.service_detail_inner_wrapper .list {
  text-align: left !important;
}
.service_detail_inner_wrapper .list p {
  line-height: 1.5;
  letter-spacing: 0;
  position: relative;
  margin-left: 40px;
  margin-bottom: 16px;
}
.service_detail_inner_wrapper .list p::before {
  position: absolute;
  top: .1em;
  left: -40px;
  content: "";
  background: url("../img/service-1/list_check.png") center bottom / cover no-repeat;
  width: 30px;
  height: 30px;
}
.service_detail_inner_wrapper .list {
  background: #f7f7f7;
  padding: 4.4rem 2.2rem 3rem;
}
.service_detail_inner_wrapper .list p.last {
  margin-bottom: 0;
}
.service_detail h3.numbered::before {
  content: attr(data-number);
  position: absolute;
  left: 49%;
  top: 48%;
  transform: translate(-50%, -50%);
  font-size: 10rem;
  color: #f4f4f4;
  z-index: -1;
  pointer-events: none;
  font-family: 'Outfit', sans-serif;
}
.service_detail h3.numbered {
  position: relative;
  z-index: 1;
}
.service_detail_inner ul li:nth-child(n + 4) {
  margin-top: 6rem;
}
/*擬似要素関係*/
.service_detail_inner ul {
  position: relative;
}
.service-2 .service_detail_inner ul::after {
display: none;
}
@media (max-width: 1200px) {
  .service_detail {
    padding-right: 2.6em;
    padding-left: 2.6em;
  }
  .service_detail_inner ul {
    gap: 3rem;
  }
  .service_detail_inner_wrapper {
    padding: 3rem;
  }
}
@media (max-width: 1000px) {
  .service_detail_inner ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .service_detail_inner ul li:nth-child(n + 3) {
    margin-top: 6rem;
  }
}
@media (max-width: 750px) {
  .service_detail_inner h3 {
    font-size: min(20px, 5.4vw);
    margin-top: min(40px, 11vw);
  }
  .service_detail h3.numbered::before {
    font-size: 8rem;
  }
  .service_detail_inner p.overview {
    font-size: 14px;
    margin-top: min(30px, 3vw);
  }
  .service_detail_inner_wrapper .list {
    padding: 3rem 2rem 2rem;
  }
  .service_detail_inner_wrapper .point h4 {
    font-size: 14px;
    padding: 1px 24px;
  }
  .service_detail_inner_wrapper .list p::before {
    width: 20px;
    height: 20px;
    top: 1px;
    left: -28px;
  }
  .service_detail_inner_wrapper .list p {
    font-size: 14px;
    margin-left: 28px;
    margin-bottom: 16px;
  }
  .service_detail_inner_wrapper {
    padding: 6vw 5vw;
    border-radius: 25px;
  }
  .service_detail_icon {
    width: 100px;
  }
  .service_detail_inner {
    margin-top: 90px;
  }
  .service_detail_inner ul::after {
    width: 16rem;
    height: 14rem;
    bottom: -4rem;
    left: -10rem;
  }
}
@media (max-width: 600px) {
  .service_detail_inner {
    margin-top: 40px;
  }
  .service_detail_inner ul {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .service_detail_inner ul li {
    margin-top: 6rem;
  }
}
/*result*/
.result-box .ttl_block {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: 4.5em;
}
.result-box .cat {
  display: flex;
  align-items: center;
  margin-right: 25px;
}
.result-box .logo {
  margin-right: 35px;
  transform: translateY(8%);
}
.result-box .logo img {
  width: 200px;
}
.result-box .name {
  margin-right: 35px;
}
.result-box .name p {
  font-size: 1.8rem;
}
.result-box .cat_name {
  border: 1px solid #ccc;
  padding: 0 8px;
  margin-right: 10px;
  line-height: 1.2;
}
.result-box .cat_name p {
  font-size: 1.4rem;
}
.result-box .cat_cont p {
  font-size: 1.6rem;
  line-height: 2.4;
  letter-spacing: 0;
}
.result_blocks {
  display: flex;
}
.result_block.l {
  padding-right: 30px;
  border-right: 1px solid #e8e8e8;
}
.result_block.r {
  padding-left: 30px;
}
.result-box h4 {
  text-align: center;
  color: #fff;
  background: #222;
  border-radius: 5px;
  font-size: 1.8rem;
  padding: .7rem;
  margin-bottom: 2em;
}
.result-box .content {
  display: flex;
}
.result-box .img {
  width: 55%;
  margin-right: 30px;
}
.result-box .data {
  width: 45%;
}
.result-box .number {
  text-align: center;
}
.result-box h5 {
  min-width: 120px;
  text-align: center;
  background: url(../img/service-2/stripe.png) center center / cover no-repeat;
  display: inline-block;
  padding: 2px 12px;
  border-radius: 9999px;
  color: #fff;
  white-space: nowrap;
}
.result-box .stripe {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -46%);
}
.result-box li {
  position: relative;
}
.result-box .number {
  font-size: 1.5em;
  text-align: center;
  background: #f5f5f5;
  padding: 1.2rem 2rem .2rem;
}
.result-box ul li:not(:first-child) {
  margin-top: 3.6rem;
}
.result-box .number span {
  color: #e74921;
}
.result-box .number span.outfit {
  font-size: 4.4rem;
}
@media screen and (max-width: 1000px) {
  .result-box .ttl_block {
    justify-content: center;
  }
  .result-box .logo {
    width: 100%;
    text-align: center;
    margin: 0 0 3em;
  }
  .result-box .name {
    margin: 0;
  }
  .result-box .cat {
    margin: 0 0 0 3em;
  }
}
@media screen and (max-width: 750px) {
  .result-box .company-set::before {
    width: 15rem;
    height: 13rem;
    top: -4rem;
    left: -11rem;
  }
  .result-box .company-set::after {
    width: 16rem;
    height: 15rem;
    bottom: -4rem;
    right: -8rem;
  }
  .result-box .ttl_block {
    margin-bottom: 2em;
  }
  .result-box .logo {
    margin-bottom: 1rem;
  }
  .result-box .logo img {
    width: 135px;
  }
  .result-box .name {
    width: 100%;
    text-align: center;
  }
  .result-box .cat {
    width: 100%;
    margin: 6px 0 0;
  }
  .result-box .cat_name {
    width: 10em;
    text-align: center;
  }
  .result_blocks {
    flex-direction: column;
  }
  .result_block.l {
    padding: 0 0 3em;
    border-right: none;
    border-bottom: 1px solid #e8e8e8;
  }
  .result_block.r {
    padding: 3em 0 0;
  }
  .result-box .img {
    width: 58%;
    margin-right: 20px;
  }
  .result-box .data {
    width: 42%;
  }
  .result-box h5 {
    letter-spacing: 0;
  }
  .result-box .number {
    padding: 2rem 1rem .2rem;
  }
  .result-box .number span.outfit {
    font-size: 4rem;
    line-height: 1.5;
  }
}
.flow-box .slick-slide {
  height: auto;
}
.contact-bnr {
  height: 400px;
}
.contact-bnr-appeal {
  border-radius: 0;
}
@media screen and (max-width: 1000px) {
  .contact-bnr {
    height: 280px;
  }
}
@media screen and (max-width: 750px) {
  .contact-bnr {
    height: auto;
    border-radius: 0;
  }
}
/*料金*/
.fee-box .worry-wrapper ul {
  margin-top: 0;
  padding: 0 10px;
  flex-wrap: wrap;
}
.fee-box .worry-wrapper ul li {
  padding: 1.8em 1em 1.2em;
}
.fee-box .worry-wrapper ul li p {
  display: grid;
  place-content: center;
}
.fee-box ul.second li {
  border-top: 1px solid rgba(34, 34, 34, 0.1);
}
.fee-box p.attention {
  font-size: 1.4rem;
  text-align: right;
  letter-spacing: .4px;
  margin-top: 1.4rem;
  margin-right: 2.5rem;
}
.fee-box .worry-wrapper {
  padding: 6.5rem 3rem 4.4rem 3rem;
}
.fee-box .worry-wrapper ul li img {
  width: 95px;
}
.fee-box .worry-wrapper ul li:nth-child(n + 6) img {
  transform: translateY(12px);
}
.fee-box span.red.outfit {
  font-size: 2.4rem;
}
.fee-box .worry-wrapper ul.additional_icons li img {
  width: 170px;
  max-width: 100%;
}
.fee-box .additional .worry-wrapper {
  position: relative;
}
.fee-box .additional .worry-wrapper::before {
  content: "";
  background: url(../img/service-2/fee_bg01.png) center center / contain no-repeat;
  width: 27rem;
  height: 24.6rem;
  position: absolute;
  top: -6.8rem;
  left: -17.2rem;
  z-index: -1;
}
.fee-box .additional .worry-wrapper {
  position: relative;
}
.fee-box .additional .worry-wrapper::after {
  content: "";
  background: url(../img/service-2/fee_bg02.png) center center / contain no-repeat;
  width: 37rem;
  height: 33rem;
  position: absolute;
  bottom: -15.2rem;
  right: -23.2rem;
  z-index: -1;
}
.additional {
  margin-top: 4.6rem;
}
.service-2 .additional .worry-wrapper ul {
  position: relative
}
.service-2 .additional .worry-wrapper ul::after {
  content: "";
  width: 1px;
  position: absolute;
  top: 50px;
  bottom: 30px;
  left: 50%;
  background-color: rgba(34, 34, 34, 0.1);
}
.service-2 .additional .worry-wrapper ul li {
  width: 48%;
  padding: 1.6rem 1rem;
  border: none;
}
.service-2 .additional .worry-wrapper ul li:nth-child(even) {
  padding-right: 3em;
}
.fee-box .additional .worry-wrapper ul.additional_icons li img {
  transform: translateX(10%);
}
.service-2 .additional .worry-wrapper ul li p {
  margin-top: 0;
  font-size: 2rem;
  letter-spacing: 2px;
}
.additional .balloon-text {
  position: relative;
  display: inline-block;
  padding: 0.75em 2em 2em 2em;
  z-index: 1;
  font-size: 2.1rem;
  color: #fff;
}
.additional .balloon-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/service-2/lp_additional.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.additional .balloon-wrapper {
  text-align: center;
}
.additional .worry-wrapper {
  max-width: 800px !important;
}
.additional .worry-wrapper h3 {
  white-space: nowrap;
}
.additional .worry-wrapper {
  margin-top: 2rem;
}
.service-2 .additional .worry-wrapper h3 {
  transform: translateY(-32%);
  line-height: 1.35;
}
.service-bnr.lp .sub {
  color: #fff;
  font-size: 1.6rem;
}
.service-bnr.lp .sub span.outfit {
  font-size: 2.4rem;
}
.service-bnr.lp .main {
  color: #fff;
  font-size: 2.4rem;
}
.service-bnr.lp .main span {
  font-size: 4rem;
}
.fee-box {
  margin-top: 11.5em;
  margin-bottom: 10.6em;
}
.fee-box .ttl-01 {
  margin-bottom: 8.6rem;
}
@media (max-width: 1200px) {
  .fee-box {
    padding-right: 2.6rem;
    padding-left: 2.6rem;
  }
}
@media (max-width: 1000px) {
  .fee-box .worry-wrapper ul {
    padding: 0;
  }
}
@media (max-width: 750px) {
  .fee-box {
    margin-bottom: 8.6em;
  }
  .fee-box {
    margin-top: 4rem;
  }
  .fee-box .worry-wrapper {
    padding: 4rem 1.8rem 3rem;
  }
  .fee-box .worry-wrapper2 {
    padding: 9rem 1.8rem 3rem;
  }
  .fee-box .worry-wrapper h3 {
    top: -12px;
  }
  .fee-box .worry-wrapper ul {
    flex-direction: row;
  }
  .fee-box .worry-wrapper ul li {
    width: 50%;
    min-height: 135px;
    flex-direction: column;
    justify-content: center;
    padding: 1.45rem 0;
    border: none;
  }
  .fee-box .worry-wrapper ul li:nth-child(even) {
    border-left: 1px solid rgba(34, 34, 34, 0.1);
  }
  .fee-box .worry-wrapper ul li:nth-child(n + 3) {
    border-top: 1px solid rgba(34, 34, 34, 0.1);
  }
  .fee-box .worry-wrapper ul li img {
    width: min(14vw, 80px);
  }
  .fee-box .worry-wrapper ul li:nth-child(n + 6) img {
    transform: none;
  }
  .fee-box .worry-wrapper ul li p {
    font-size: 2rem;
    text-align: center;
  }
  .fee-box p.attention {
    margin-right: 0;
  }
  .service-2 .additional .worry-wrapper ul {
    flex-direction: row;
  }
  .service-2 .additional .worry-wrapper ul::after {
    top: 20px;
    bottom: 0;
  }
  .service-2 .additional .worry-wrapper ul li {
    display: block;
    width: 50%;
    padding: 1em 0 !important;
    border: none;
  }
  .fee-box .worry-wrapper ul.additional_icons li img {
    width: 100px;
  }
  .fee-box .additional .worry-wrapper::before {
    width: 16rem;
    height: 10rem;
    top: 0;
    left: -11rem;
  }
  .fee-box .additional .worry-wrapper::after {
    width: 12rem;
    height: 11rem;
    bottom: -3rem;
    right: -5rem;
  }
  .service-bnr.lp .main span {
    font-size: 1.65rem;
  }
}
/*訴求つき問い合わせ*/
.contact-bnr-appeal .accent {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 212px;
}
.contact-bnr-appeal .accent img {
  width: 100%;
}
.contact-bnr-appeal .line p {
  position: relative;
  display: inline-block;
  padding: .8em 1.2em 1.8em;
  z-index: 1;
  font-size: 2.1rem;
  letter-spacing: 1.5px;
  white-space: nowrap;
  color: #fff;
}
.contact-bnr-appeal .line p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/service-2/appeal_line.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.contact-bnr-appeal .youtube p {
  position: relative;
  display: inline-block;
  padding: .8em 1.2em 1.8em;
  z-index: 1;
  font-size: 2.1rem;
  letter-spacing: 1.5px;
  white-space: nowrap;
  color: #fff;
}
.contact-bnr-appeal .youtube p::before {
  content: "";
  position: absolute;
  top: 0rem;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/service-2/appeal_youtube.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
section.contact-bnr-appeal {
  position: relative;
  margin-top: 16.8rem;
  height: auto;
  padding-bottom: 6em;
}
.contact-bnr-appeal .balloon {
  display: flex;
  justify-content: center;
  gap: .6em;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  transform: translateY(-38%);
}
.contact-bnr-appeal .accent {
  display: flex;
  position: absolute;
  top: -7.5rem;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contact-bnr-appeal .explain p {
  color: #fff;
  font-size: 1.7rem;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0;
  padding-top: 7.2rem;
  margin-bottom: 2em;
}
.contact-bnr-appeal .inner {
  height: inherit !important;
}
.contact-bnr-appeal .inner {
  color: #222;
  background: #fff;
  padding: 2.6rem 6.2rem 3.8rem;
  border-radius: 30px;
}
.contact-bnr-appeal .inner .ttl-box {
  width: 34.5%;
  padding-top: 2em;
}
.contact-bnr-appeal .inner .tel-box {
  width: 34.5%;
}
.contact-bnr-appeal .inner .mail-box {
  width: 31%;
  padding-left: 4em;
}
.contact-bnr-appeal .inner .ttl-box h2 {
  font-size: 4rem;
  padding-top: 3.5rem;
}
.contact-bnr-appeal .inner .ttl-box .text01 {
  margin-top: 1.8em;
}
.contact-bnr-appeal .contact-bnr-appeal .inner .mail-box h3 {
  padding-top: 7.2rem;
  background-size: 5.6rem;
}
.contact-bnr-appeal .inner .tel-box .tel-info {
  margin-top: 1.5rem;
}
.contact-bnr-appeal .inner .mail-box .button a {
  display: block;
  width: 24.5rem;
  height: 6rem;
  border: 2px solid #0f91ce;
  border-radius: 3.2rem;
  padding: 1.2rem 0 0;
  box-sizing: border-box;
  color: #0f91ce;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  text-align: center;
  margin: 1.6rem auto 0;
  transition: all .2s;
}
.contact-bnr-appeal p.button a {
  position: relative;
}
.contact-bnr-appeal p.button a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  width: 24px;
  height: 24px;
  background-image: url(../img/service-2/arrow_blue.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.contact-bnr-appeal .inner .mail-box .button a:hover {
  background: #0f91ce !important;
  color: #fff !important;
  transition: all .2s !important;
}
.contact-bnr-appeal p.button a:hover::before {
  background-image: url(../img/service-2/arrow_blue_hover.png);
}
@media (max-width: 750px) {
  .contact-bnr-appeal .balloon {
    gap: 1.5em;
  }
  .contact-bnr-appeal .line p, .contact-bnr-appeal .youtube p {
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0;
    padding: .4em 1.6em .6em;
  }
  .contact-bnr-appeal .line p::before, .contact-bnr-appeal .youtube p::before {
    background-image: none;
    background-color: #00a23f;
    border-radius: 30px;
  }
  .contact-bnr-appeal .youtube p::before {
    background-color: #e94b08;
  }
  .contact-bnr-appeal .line p::after, .contact-bnr-appeal .youtube p::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 16px solid #00a23f;
    position: absolute;
    bottom: -10px;
    right: 20%;
    transform: rotate(-15deg);
  }
  .contact-bnr-appeal .youtube p::after {
    border-top: 16px solid #e94b08;
    right: auto;
    left: 20%;
    transform: rotate(15deg);
  }
  .contact-bnr-appeal .inner {
    padding: 0 45px 15px;
  }
  .contact-bnr-appeal .inner .ttl-box {
    width: 100%;
    padding-top: 0;
    border-color: rgba(34, 34, 34, 0.1);
  }
  .contact-bnr-appeal .inner .ttl-box h2 {
    font-size: 6.4vw;
    padding-top: 21px;
  }
  .contact-bnr-appeal .inner .ttl-box .text01 {
    margin-top: 16.5px;
  }
  .contact-bnr-appeal .inner .tel-box {
    width: 100%;
    border-color: rgba(34, 34, 34, 0.1);
  }
  .contact-bnr-appeal .inner .mail-box {
    width: 100%;
    padding-left: 0;
  }
}
/*擬似要素系*/
.worry-box .worry-wrapper {
  position: relative;
}
.worry-box .worry-wrapper::before {
  content: "";
  background: url(../img/service-2/worry_bg01.png) center center / contain no-repeat;
  width: 23.8rem;
  height: 21.6rem;
  position: absolute;
  top: -8.8rem;
  left: -10.4rem;
  z-index: -1;
}
@media (max-width: 750px) {
  .worry-box .worry-wrapper::before {
    width: 124px;
    height: 109px;
    top: -15.5px;
    left: -101px;
  }
}
.service_detail .service_detail_inner ul {
  position: relative;
}
.service_detail .service_detail_inner ul::before {
  content: "";
  background: url(../img/service-2/service_detail_bg01.png) center center / contain no-repeat;
  width: 41.4rem;
  height: 39rem;
  position: absolute;
  bottom: -10.5rem;
  right: -18.4rem;
  z-index: -1;
}
@media (max-width: 1200px) {
  section.contact-bnr-appeal {
    padding-right: 2.6rem;
    padding-left: 2.6rem;
  }
}
@media (max-width: 750px) {
  .service_detail .service_detail_inner ul::before {
    width: 20rem;
    height: 18rem;
    bottom: -4rem;
    right: -10rem;
  }
}
@media screen and (max-width: 750px) {
  .service-bnr.service-2only-bnr .ttl-03 .jp {
    padding-top: 0;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  .service-bnr.service-2only-bnr {
    border-radius: 8px;
  }
  .service-bnr.service-2only-bnr a {
    padding: 3.4rem 2rem 0;
  }
  /*  .service-2only-bnr.service-bnr::before {
    width: 15.4rem;
    height: 14.8rem;
    top: 50%;
    right: 6rem;
  }*/
  .service-2only-bnr.service-bnr::before {
    width: 115px;
    height: 112.5px;
    top: 36%;
    right: 42.5px;
  }
  .service-bnr.service-2only-bnr {
    background-size: 3.7rem;
  }
  .service-bnr.service-2only-bnr {
    margin: 0 2.8rem 8rem;
  }
  .service-bnr.service-2only-bnr a .text01 {
    font-size: 1.65rem;
    margin-top: 16px;
    white-space: nowrap;
  }
  .service-bnr.service-2only-bnr {
    min-height: 120px;
  }
  .ttl-03 .en {
    font-weight: 500;
    letter-spacing: 1px;
  }
  .service-2only-bnr.service-bnr.lp .main {
    color: #fff;
    font-size: 1.55rem;
    margin-top: 9px;
    white-space: nowrap;
    letter-spacing: -0.01em;
  }
  .service-2only-bnr.service-bnr {
    background: #0f91ce url(../img/service-1/service_bnr_arrow01.png) right 1.5rem center no-repeat;
    background-size: 27px;
  }
  .service-2only-bnr.service-bnr.lp .sub span.outfit {
    font-size: 5rem;
  }
  .service-2only-bnr.service-bnr.lp .sub {
    font-size: 1.8rem;
	  margin-top: -5px;
  }
}