@charset "UTF-8";
/*
Theme Name: 錦糸町ビューティークリニック
Description: 錦糸町ビューティークリニックテーマ
Version: 1.0
*/
:root {
  --base: #303030;
  --gray1: #f2f2f2;
  --green1: #80d6ce;
  --green2: #b3c8c0;
}

body {
  position: relative;
}

.main {
  display: block;
  padding-top: 80px;
}

.pc {
  display: block;
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.tab {
  display: none;
}
@media only screen and (max-width: 1280px) {
  .tab {
    display: block;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.inline-pc {
  display: inline;
}
@media only screen and (max-width: 767px) {
  .inline-pc {
    display: none;
  }
}

.inline-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .inline-sp {
    display: inline;
  }
}

.no-link {
  pointer-events: none;
}

.page-links {
  margin-top: -7.2rem;
  padding-top: 7.2rem;
  position: relative;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .page-links {
    margin-top: -6rem;
    padding-top: 6rem;
  }
}

.js-scrolltoTop {
  transform: translateY(50px);
  opacity: 0;
  transition: 0.6s ease-in-out;
}
.js-scrolltoTop.on {
  transform: translateY(0);
  opacity: 1;
}

.l-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 80px;
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
.l-header__container {
  display: flex;
  align-items: center;
  max-width: 1236px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.l-header__logo {
  width: 140px;
}
.l-header__logo_link {
  display: block;
}
.l-header__btn {
  display: none;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .l-header__btn {
    display: block;
    width: 30px;
    height: 21px;
    border: 0;
    background: none;
    position: fixed;
    top: 29.5px;
    right: 20px;
    z-index: 5;
  }
  .l-header__btn::before, .l-header__btn::after,
  .l-header__btn span {
    content: "";
    width: 100%;
    height: 1px;
    background: var(--base);
    position: absolute;
    left: 0;
    transition: 0.3s;
  }
  .l-header__btn::before {
    top: 0;
  }
  .l-header__btn::after {
    bottom: 0;
  }
  .l-header__btn span {
    top: 50%;
    transform: translateY(-50%);
  }
  .l-header__btn.js-open::before {
    background: #FFF;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  .l-header__btn.js-open::after {
    background: #FFF;
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
  }
  .l-header__btn.js-open span {
    background: #FFF;
    opacity: 0;
  }
}

.l-footer {
  padding-top: 210px;
}
@media only screen and (max-width: 767px) {
  .l-footer {
    padding-top: 120px;
  }
}
.l-footer--home {
  width: 100%;
  padding-top: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
.l-footer__container {
  max-width: 1236px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.l-footer__copy {
  padding: 0 100px 34px;
  box-sizing: border-box;
  line-height: 1.4;
  text-align: right;
  font-size: 12px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .l-footer__copy {
    padding: 0 0 34px;
  }
}

.l-globalnav {
  display: flex;
  align-items: center;
  -moz-column-gap: 35px;
       column-gap: 35px;
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 767px) {
  .l-globalnav {
    display: none;
    width: 100%;
    max-height: 100vh;
    height: auto;
    padding: 85px 20px 17px;
    box-sizing: border-box;
    background: var(--green1);
    overflow: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
  }
}
.l-globalnav__logo {
  display: none;
}
@media only screen and (max-width: 767px) {
  .l-globalnav__logo {
    display: block;
    width: 168px;
    margin: 0 0 50px auto;
  }
}
@media only screen and (max-width: 767px) {
  .l-globalnav__wrap {
    display: flex;
    justify-content: flex-end;
  }
}
.l-globalnav__list {
  display: flex;
  align-items: center;
  -moz-column-gap: 22px;
       column-gap: 22px;
  line-height: 2.8;
  font-size: 15px;
  font-weight: 700;
  font-family: "Arial", sans-serif;
}
@media only screen and (max-width: 767px) {
  .l-globalnav__list {
    flex-direction: column;
    align-items: flex-end;
    row-gap: 42px;
    line-height: 1.168;
    font-size: 26px;
    color: #FFF;
  }
}
.l-globalnav__list a {
  color: var(--base);
}
@media only screen and (max-width: 767px) {
  .l-globalnav__list a {
    color: #FFF;
  }
}
.l-globalnav__contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 48px;
  background: var(--green1);
  line-height: 2.8;
  font-size: 15px;
  font-weight: 700;
  font-family: "Arial", sans-serif;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .l-globalnav__contact {
    width: 220px;
    height: 48px;
    margin: 52px 0 68px auto;
    background: #FFF;
    color: var(--green1);
  }
  .l-globalnav__contact:hover {
    color: var(--green1);
  }
}
.l-globalnav__copy {
  display: none;
}
@media only screen and (max-width: 767px) {
  .l-globalnav__copy {
    display: block;
    line-height: 1.6;
    text-align: right;
    font-size: 12px;
    font-weight: 600;
    color: #FFF;
  }
}

.l-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.l-container--ptn1 {
  max-width: 1060px;
}

.l-floating-btn {
  display: none;
}
@media only screen and (max-width: 767px) {
  .l-floating-btn {
    display: block;
    width: 90px;
    position: fixed;
    right: 14px;
    bottom: 14px;
  }
}

.c-btn {
  text-decoration: none;
}
.c-btn--ptn1 {
  display: inline-block;
  padding-right: 67px;
  position: relative;
  line-height: 1.25;
  font-size: 16px;
  font-weight: 700;
  color: var(--base);
}
.c-btn--ptn1::after {
  content: "";
  width: 50px;
  aspect-ratio: 1/1;
  background: url(../img/common/arrow-01.svg) 50% 50% no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.c-btn--ptn2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  width: 100%;
  height: 100px;
  background: var(--green1);
  position: relative;
  line-height: 1.4;
  font-size: 30px;
  font-weight: 600;
  color: #FFF;
}
.c-btn--ptn2:hover {
  color: #FFF;
}
.c-btn--ptn2::after {
  content: "";
  width: 50px;
  height: 50px;
  background: url(../img/common/arrow-02.svg) 50% 50% no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

.p-home-mv {
  margin: 0;
  padding: 0;
}

.p-home-about {
  padding: 110px 0 135px;
  background: url(../img/home/about_bg.webp) 50% 50% no-repeat;
  background-size: cover;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-home-about {
    padding: 100px 0 96px;
    background-image: url(../img/home/about_bg-sp.webp);
  }
}
.p-home-about__title {
  max-width: 860.4843px;
  width: 100%;
  margin: 0 auto 52px;
  padding: 0;
  background: none;
}
@media only screen and (max-width: 767px) {
  .p-home-about__title {
    max-width: 219.2988px;
    width: 100%;
    margin-bottom: 27px;
  }
}
.p-home-about__copy {
  margin: 0 auto 63px;
  line-height: 1.625;
  font-size: 32px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-home-about__copy {
    margin-bottom: 25px;
    font-size: 16px;
  }
}
.p-home-about__lead {
  margin: 0 auto 70px;
  line-height: 1.6363636364;
  font-size: 22px;
  font-weight: 700;
  color: var(--green1);
}
@media only screen and (max-width: 767px) {
  .p-home-about__lead {
    margin-bottom: 41px;
    line-height: 1.625;
    font-size: 16px;
  }
}
.p-home-about__caption {
  line-height: 2;
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-home-about__caption {
    width: 295px;
    margin: 0 auto;
    line-height: 1.6666666667;
    font-size: 15px;
  }
}

.p-home-news {
  padding: 120px 0 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-home-news {
    padding-top: 100px;
  }
}
.p-home-news::before, .p-home-news::after {
  position: absolute;
}
.p-home-news::before {
  content: "";
  width: 560px;
  height: 2000px;
  background: var(--gray1);
  top: 0;
  right: -120px;
  transform: skewX(30deg);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .p-home-news::before {
    width: 277px;
    height: 987px;
    right: -140px;
  }
}
.p-home-news::after {
  content: "Bringing you the latest topics";
  position: absolute;
  top: 206px;
  right: 236px;
  transform-origin: center;
  transform: rotate(-300deg);
  white-space: nowrap;
  line-height: 1;
  letter-spacing: 0.2em;
  font-size: 14px;
  font-weight: 600;
  color: var(--green2);
}
@media only screen and (max-width: 767px) {
  .p-home-news::after {
    top: 100px;
    right: 16px;
    font-size: 10px;
  }
}
.p-home-news__title {
  max-width: 264.4014px;
  width: 100%;
  margin: 0 0 110px;
  padding: 0;
  background: none;
}
@media only screen and (max-width: 767px) {
  .p-home-news__title {
    max-width: 132.2007px;
    margin-bottom: 54px;
  }
}
.p-home-news__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 70px;
  padding-bottom: 65px;
  border-bottom: 1px solid var(--base);
}
@media only screen and (max-width: 767px) {
  .p-home-news__list {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 14px;
         column-gap: 14px;
    row-gap: 40px;
    padding-bottom: 45px;
  }
}
.p-home-news__list_image {
  display: block;
  width: 100%;
  aspect-ratio: 1/0.6;
  overflow: hidden;
}
.p-home-news__list_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-home-news__list_content {
  padding: 20px 0 0;
}
@media only screen and (max-width: 767px) {
  .p-home-news__list_content {
    padding-top: 16px;
  }
}
.p-home-news__list_title {
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  font-size: 12px;
  font-weight: 700;
}
.p-home-news__btn {
  margin: 42px 0 0;
  text-align: right;
}

.p-home-service {
  padding: 120px 0 130px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-home-service {
    padding: 105px 0 100px;
  }
}
.p-home-service::before, .p-home-service::after {
  position: absolute;
}
.p-home-service::before {
  content: "";
  width: 558px;
  height: 1500px;
  background: var(--gray1);
  left: -130px;
  bottom: 0;
  transform: skewX(30deg);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .p-home-service::before {
    width: 279px;
    left: -120%;
  }
}
.p-home-service::after {
  content: "We provide high quality service";
  top: 780px;
  left: -20px;
  transform-origin: center;
  transform: rotate(-300deg);
  white-space: nowrap;
  line-height: 1;
  letter-spacing: 0.2em;
  font-size: 14px;
  font-weight: 600;
  color: var(--green2);
}
@media only screen and (max-width: 767px) {
  .p-home-service::after {
    top: auto;
    left: 50px;
    bottom: 100px;
    font-size: 10px;
  }
}
.p-home-service__title {
  max-width: 312.177px;
  width: 100%;
  margin: 0 auto 80px;
  padding: 0;
  background: none;
}
@media only screen and (max-width: 767px) {
  .p-home-service__title {
    max-width: 156.0895px;
    margin-bottom: 70px;
  }
}
.p-home-service__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 60px;
       column-gap: 60px;
  row-gap: 100px;
}
@media only screen and (max-width: 767px) {
  .p-home-service__list {
    grid-template-columns: 100%;
    row-gap: 89px;
  }
}
.p-home-service__item {
  display: flex;
  flex-direction: column;
}
.p-home-service__item_content {
  flex-grow: 1;
  padding: 0 0 75px;
  border-bottom: 1px solid var(--base);
}
@media only screen and (max-width: 767px) {
  .p-home-service__item_content {
    padding-bottom: 50px;
  }
}
.p-home-service__item_num {
  display: inline-block;
  margin: 0 0 23px;
  padding: 4px 13px;
  box-sizing: border-box;
  background: var(--green1);
  line-height: 1.2;
  font-size: 15px;
  font-weight: 700;
  font-family: "Arial", sans-serif;
  color: #FFF;
}
.p-home-service__item_title {
  margin: 0 0 20px;
  line-height: 1.1535461538;
  font-size: 26px;
  font-weight: 700;
  font-family: "Arial", sans-serif;
}
.p-home-service__item_title span {
  font-size: 20px;
}
.p-home-service__item_sub {
  margin: 0 0 45px;
  line-height: 1.2;
  font-size: 15px;
  font-weight: 700;
}
.p-home-service__item_image {
  width: 100%;
  aspect-ratio: 1/0.543;
  margin: 0 0 35px;
  overflow: hidden;
}
.p-home-service__item_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-home-service__item_caption {
  flex-grow: 1;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  font-size: 15px;
  font-weight: 700;
}
.p-home-service__item_btn {
  flex-grow: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  padding: 40px 0 0;
  text-align: right;
}

.p-home-case {
  padding: 165px 0 0;
  background: url(../img/home/case_bg.webp) 100% 0 no-repeat;
  background-size: cover;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-home-case {
    padding: 100px 0 0;
    background: url(../img/home/case_bg-sp.webp) 50% 0 no-repeat;
  }
}
.p-home-case::before {
  content: "";
  width: 129px;
  height: 504px;
  background: var(--green1);
  position: absolute;
  left: 78px;
  bottom: -274px;
  z-index: -1;
  transform: skewX(30deg);
}
@media only screen and (max-width: 767px) {
  .p-home-case::before {
    width: 66px;
    height: 245px;
    left: 40px;
  }
}
.p-home-case__title {
  max-width: 215.7998px;
  width: 100%;
  margin: 0 0 88px;
  padding: 0;
  background: none;
}
@media only screen and (max-width: 767px) {
  .p-home-case__title {
    max-width: 113.0483px;
    margin-bottom: 70px;
  }
}
.p-home-case__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 45px;
  max-width: 660px;
  width: 100%;
}
@media only screen and (max-width: 1280px) {
  .p-home-case__list {
    width: 66%;
  }
}
@media only screen and (max-width: 767px) {
  .p-home-case__list {
    grid-template-columns: 100%;
    row-gap: 40px;
    max-width: initial;
    width: 100%;
  }
}
.p-home-case__list_item:nth-child(3), .p-home-case__list_item:nth-child(4) {
  transform: translateX(calc(100% + 20px));
}
@media only screen and (max-width: 767px) {
  .p-home-case__list_item:nth-child(3), .p-home-case__list_item:nth-child(4) {
    transform: translateX(0);
  }
}
.p-home-case__list_image {
  display: block;
  width: 100%;
  height: 1/0.6;
}
.p-home-case__list_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-home-case__list_content {
  padding: 20px 0 0;
}
.p-home-case__list_title {
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  font-size: 12px;
  font-weight: 700;
}
.p-home-case__btn {
  margin: 80px 0 0;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .p-home-case__btn {
    margin-top: 70px;
  }
}

.p-home-company {
  padding: 200px 0 135px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-home-company {
    padding: 120px 0 100px;
  }
}
.p-home-company::before {
  content: "";
  width: 68px;
  height: 590px;
  background: var(--green1);
  position: absolute;
  right: 0;
  bottom: -256px;
  z-index: -1;
  transform: skewX(30deg);
}
@media only screen and (max-width: 767px) {
  .p-home-company::before {
    width: 40px;
    height: 295px;
    right: 2px;
    bottom: -47px;
  }
}
.p-home-company__title {
  max-width: 481.499px;
  width: 100%;
  margin: 0 0 90px auto;
  padding: 0;
  background: none;
}
@media only screen and (max-width: 767px) {
  .p-home-company__title {
    max-width: 240.75px;
    margin-bottom: 50px;
  }
}
.p-home-company__wrap {
  max-width: 670px;
  width: 100%;
  margin: 0 0 0 auto;
  border-top: 2px solid var(--base);
  border-bottom: 2px solid var(--base);
  box-sizing: border-box;
}
.p-home-company__block {
  display: grid;
  grid-template-columns: 187px 1fr;
  box-sizing: border-box;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  font-size: 15px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-home-company__block {
    grid-template-columns: 100%;
    padding: 20px;
    line-height: 1.3333333333;
  }
}
.p-home-company__block + .p-home-company__block {
  border-top: 1px dashed var(--base);
}
.p-home-company__block_title {
  padding: 23px 37px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .p-home-company__block_title {
    margin-bottom: 10px;
    padding: 0;
  }
}
.p-home-company__block_content {
  padding: 23px 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .p-home-company__block_content {
    padding: 0;
  }
}

.p-home-recruit {
  padding: 118px 0 228px;
  background: url(../img/home/recruit_bg.webp) 0 50%;
  background-size: cover;
}
.p-home-recruit__title {
  max-width: 372.9985px;
  width: 100%;
  margin: 0 auto 105px;
  padding: 0;
  background: none;
}
.p-home-recruit__btn .c-btn {
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .p-recruit-mv {
    padding: 0;
  }
}
.p-recruit-mv__content {
  padding: 80px 0 62px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .p-recruit-mv__content {
    padding: 69px 0 60px;
  }
}
.p-recruit-mv__content::before {
  content: "";
  width: 130px;
  height: 406px;
  background: var(--green1);
  position: absolute;
  left: 3px;
  bottom: -161px;
  z-index: -1;
  transform: skewX(30deg);
}
@media only screen and (max-width: 767px) {
  .p-recruit-mv__content::before {
    width: 64px;
    height: 294px;
    left: -60px;
    bottom: -47px;
  }
}
.p-recruit-mv__lead {
  margin: 0 auto;
  line-height: 2;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-recruit-mv__lead {
    line-height: 1.875;
    font-size: 16px;
  }
}

.p-recruit-about {
  padding: 208px 0 134px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-recruit-about {
    padding: 75px 0 430px;
    background: url(../img/recruit/about_bg-sp_1.webp) 50% 0 no-repeat;
    background-size: 100%;
  }
}
.p-recruit-about::before {
  content: "";
  max-width: 1400px;
  width: 100%;
  aspect-ratio: 1/0.511;
  background: url(../img/recruit/about_bg_1.webp) 50% 50% no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .p-recruit-about::before {
    width: 318.4038px;
    height: 335.7509px;
    aspect-ratio: auto;
    background: url(../img/recruit/about_bg-2.webp) 50% 50% no-repeat;
    background-size: 100%;
    top: auto;
    bottom: 0;
    transform: translateY(0);
    z-index: 0;
  }
}
.p-recruit-about__title {
  margin: 0 0 76px;
  padding: 0;
  background: none;
  line-height: 1.625;
  font-size: 32px;
  font-weight: 700;
}
.p-recruit-about__content {
  padding: 0 0 0 40px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .p-recruit-about__content {
    padding: 0;
  }
}
.p-recruit-about__text {
  line-height: 2;
  letter-spacing: 0.05em;
  font-size: 15px;
  font-weight: 700;
}
.p-recruit-about__text + .p-recruit-about__text {
  margin-top: 1.8em;
}

.p-recruit-attraction {
  padding: 145px 0 146px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-recruit-attraction {
    padding: 78px 0 54px;
  }
}
.p-recruit-attraction::before {
  content: "";
  width: 35px;
  height: 1248px;
  background: var(--green1);
  position: absolute;
  top: -146px;
  right: -35px;
  transform: skewX(30deg);
}
@media only screen and (max-width: 767px) {
  .p-recruit-attraction::before {
    width: 17px;
    height: 626px;
    top: -278px;
    right: 135px;
  }
}
.p-recruit-attraction::after {
  content: "";
  width: 213px;
  height: 391px;
  background: var(--green1);
  position: absolute;
  left: 519px;
  bottom: 0;
  z-index: -1;
  transform: skewX(30deg);
}
@media only screen and (max-width: 767px) {
  .p-recruit-attraction::after {
    width: 215px;
    height: 856px;
    left: 80px;
  }
}
.p-recruit-attraction__title {
  margin: 0 0 160px auto;
  padding: 0;
  background: none;
  position: relative;
  z-index: 1;
  line-height: 1.625;
  text-align: right;
  font-size: 32px;
  font-weight: 700;
}
.p-recruit-attraction__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -moz-column-gap: 80px;
       column-gap: 80px;
  row-gap: 189px;
  margin: 0;
  padding: 0 40px;
  position: relative;
  z-index: 1;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .p-recruit-attraction__list {
    padding: 0 60px;
    row-gap: 140px;
  }
}
.p-recruit-attraction__item {
  width: calc((100% - 160px) / 3);
  padding: 54px 0 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-recruit-attraction__item {
    width: 100%;
  }
}
.p-recruit-attraction__item::before {
  content: "";
  width: 220px;
  height: 140px;
  background: var(--gray1);
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  transform: translateX(-50%) skew(30deg);
}
.p-recruit-attraction__item_image {
  position: absolute;
}
.p-recruit-attraction__item_image-1 {
  width: 175.7509px;
  top: -105px;
  left: 50%;
  transform: translateX(-50%);
}
.p-recruit-attraction__item_image-2 {
  width: 217.5983px;
  top: -112px;
  left: 7px;
}
.p-recruit-attraction__item_image-3 {
  width: 193.2389px;
  top: -94px;
  left: 28px;
}
.p-recruit-attraction__item_image-4 {
  width: 200.741px;
  top: -72px;
  left: 50%;
  transform: translateX(-50%);
}
.p-recruit-attraction__item_image-5 {
  width: 198.1185px;
  top: -93px;
  left: 50%;
  transform: translateX(-50%);
}
.p-recruit-attraction__item_title {
  margin: 0 0 20px;
  line-height: 1.6363636364;
  font-size: 22px;
  font-weight: 700;
  color: var(--green1);
}
@media only screen and (max-width: 767px) {
  .p-recruit-attraction__item_title {
    color: var(--base);
  }
}
.p-recruit-attraction__item_caption {
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  font-size: 12px;
  font-weight: 700;
}

.p-recruit-example {
  padding: 0 0 146px;
  background: url(../img/recruit/example_bg.webp) 100% 100% no-repeat;
  background-size: 1400px;
}
@media only screen and (max-width: 767px) {
  .p-recruit-example {
    padding: 0 0 108px;
    background-image: url(../img/recruit/example_bg-sp.webp);
    background-size: cover;
  }
}
.p-recruit-example__block {
  padding: 70px 0 0;
  position: relative;
  z-index: 1;
}
.p-recruit-example__block::before {
  content: "";
  width: 676px;
  height: 705px;
  background: rgba(48, 48, 48, 0.8);
  position: absolute;
  top: 0;
  left: 84px;
  z-index: -1;
  transform: skewX(30deg);
}
@media only screen and (max-width: 767px) {
  .p-recruit-example__block::before {
    width: 578px;
    height: 580px;
    left: -136px;
  }
}
.p-recruit-example__title {
  margin: 0 0 70px;
  padding: 0;
  background: none;
  line-height: 1.625;
  font-size: 32px;
  font-weight: 700;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .p-recruit-example__title {
    margin-bottom: 40px;
  }
}
.p-recruit-example__list_item {
  padding: 30px 0 30px 110px;
}
@media only screen and (max-width: 767px) {
  .p-recruit-example__list_item {
    padding: 20px 0;
  }
}
.p-recruit-example__list_item + .p-recruit-example__list_item {
  border-top: 1px solid #FFF;
}
.p-recruit-example__list_item-2 {
  padding-left: 180px;
}
@media only screen and (max-width: 767px) {
  .p-recruit-example__list_item-2 {
    padding-left: 0;
  }
}
.p-recruit-example__list_item-3 {
  padding-left: 250px;
}
@media only screen and (max-width: 767px) {
  .p-recruit-example__list_item-3 {
    padding-left: 0;
  }
}
.p-recruit-example__list_item-4 {
  padding-left: 320px;
}
@media only screen and (max-width: 767px) {
  .p-recruit-example__list_item-4 {
    padding-left: 0;
  }
}
.p-recruit-example__list_first {
  display: block;
  line-height: 1.3636363636;
  font-size: 22px;
  font-weight: 700;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .p-recruit-example__list_first {
    font-size: 20px;
  }
}
.p-recruit-example__list_end {
  display: block;
  margin-left: 50px;
  padding-left: 36px;
  position: relative;
  line-height: 1.2;
  font-size: 28px;
  font-weight: 700;
  color: var(--green1);
}
@media only screen and (max-width: 767px) {
  .p-recruit-example__list_end {
    margin-left: 48px;
    font-size: 24px;
  }
}
.p-recruit-example__list_end::before {
  content: "";
  width: 22.1836px;
  height: 8.9092px;
  background: url(../img/common/arrow-03.svg) 50% 50% no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p-recruit-example__list_end span {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .p-recruit-example__list_end span {
    font-size: 15px;
  }
}

.p-recruit-position {
  padding: 155px 0 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-recruit-position {
    padding: 75px 0 0;
  }
}
.p-recruit-position::before {
  content: "";
  width: 555px;
  height: 1980px;
  background: var(--gray1);
  position: absolute;
  top: 506px;
  right: -32px;
  z-index: -1;
  transform: skewX(30deg);
}
@media only screen and (max-width: 767px) {
  .p-recruit-position::before {
    display: none;
  }
}
.p-recruit-position__title {
  margin: 0 0 102px auto;
  padding: 0;
  background: none;
  line-height: 1.625;
  text-align: right;
  font-size: 32px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-recruit-position__title {
    margin-bottom: 47px;
  }
}
.p-recruit-position__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 60px;
       column-gap: 60px;
  row-gap: 70px;
}
@media only screen and (max-width: 767px) {
  .p-recruit-position__list {
    grid-template-columns: 100%;
  }
}
.p-recruit-position__item {
  position: relative;
}
.p-recruit-position__item::before {
  content: "";
  width: 40px;
  height: 232px;
  background: var(--green1);
  position: absolute;
  top: -34px;
  left: 28px;
  z-index: -1;
  transform: skewX(30deg);
}
@media only screen and (max-width: 767px) {
  .p-recruit-position__item::before {
    width: 20px;
    height: 116px;
    top: -5px;
    left: 19px;
  }
}
.p-recruit-position__item_title {
  margin: 0 0 11px;
  line-height: 1.1538461538;
  font-size: 26px;
  font-weight: 700;
}
.p-recruit-position__item_title span {
  font-size: 20px;
}
.p-recruit-position__item_sub {
  margin: 0 0 45px;
  line-height: 1.6666666667;
  font-size: 15px;
  font-weight: 700;
}

.p-recruit-flow {
  padding: 190px 0 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-recruit-flow {
    padding-top: 155px;
  }
  .p-recruit-flow::after {
    content: "";
    width: 280px;
    height: 988px;
    background: var(--gray1);
    position: absolute;
    right: -135px;
    bottom: -660px;
    z-index: -1;
    transform: skewX(30deg);
  }
}
.p-recruit-flow::before {
  content: "";
  width: 68px;
  height: 590px;
  background: var(--green1);
  position: absolute;
  left: 93px;
  bottom: -396px;
  z-index: -1;
  transform: skewX(30deg);
}
@media only screen and (max-width: 767px) {
  .p-recruit-flow::before {
    width: 35px;
    height: 296px;
    left: 23px;
    bottom: -53px;
  }
}
.p-recruit-flow__title {
  margin: 0 0 60px;
  padding: 0;
  background: none;
  line-height: 1.625;
  font-size: 32px;
  font-weight: 700;
}
.p-recruit-flow__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .p-recruit-flow__list {
    grid-template-columns: 100%;
    row-gap: 46px;
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit-flow__item + .p-recruit-flow__item {
    position: relative;
  }
  .p-recruit-flow__item + .p-recruit-flow__item::before {
    content: "";
    width: 22px;
    height: 22px;
    border-right: 1px solid var(--green1);
    border-bottom: 1px solid var(--green1);
    position: absolute;
    left: 50%;
    bottom: calc(100% + 14px);
    transform: translateX(-50%) rotate(45deg);
  }
}
.p-recruit-flow__item + .p-recruit-flow__item .p-recruit-flow__item_image {
  position: relative;
}
.p-recruit-flow__item + .p-recruit-flow__item .p-recruit-flow__item_image::before {
  content: "";
  width: 22px;
  height: 22px;
  border-top: 1px solid var(--green1);
  border-right: 1px solid var(--green1);
  position: absolute;
  top: 50%;
  right: calc(100% + 15px);
  transform: translateY(-50%) rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .p-recruit-flow__item + .p-recruit-flow__item .p-recruit-flow__item_image::before {
    display: none;
  }
}
.p-recruit-flow__item_content {
  padding: 12px 0 0;
  text-align: center;
}
.p-recruit-flow__item_step {
  margin: 0 auto 12px;
  line-height: 1.675;
  letter-spacing: 0.1em;
  font-size: 12px;
  font-weight: 700;
  color: var(--green1);
}
.p-recruit-flow__item_step span {
  display: block;
  line-height: 0.875;
  letter-spacing: 0;
  font-size: 38px;
  font-weight: 400;
  font-family: "Arial", sans-serif;
}
.p-recruit-flow__item_title {
  line-height: 1.3;
  font-size: 20px;
  font-weight: 700;
}
.p-recruit-flow__att {
  display: flex;
  justify-content: flex-end;
  margin: 45px 0 0;
}
@media only screen and (max-width: 767px) {
  .p-recruit-flow__att {
    justify-content: flex-start;
    margin-top: 40px;
    padding: 0 16px;
  }
}
.p-recruit-flow__att_list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  font-size: 12px;
  font-weight: 700;
}
.p-recruit-flow__att_item {
  padding-left: 1em;
  position: relative;
}
.p-recruit-flow__att_item::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.p-recruit-follow {
  padding: 194px 0 0;
}
@media only screen and (max-width: 767px) {
  .p-recruit-follow {
    padding-top: 164px;
  }
}
.p-recruit-follow__title {
  margin: 0 0 66px;
  padding: 0;
  background: none;
  line-height: 1.625;
  text-align: right;
  font-size: 32px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-recruit-follow__title {
    margin-bottom: 56px;
  }
}
.p-recruit-follow__list {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  text-align: right;
  font-size: 15px;
  font-weight: 700;
}
.p-recruit-follow__list_item {
  padding-left: 1em;
  position: relative;
}
.p-recruit-follow__list_item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.p-recruit-follow__btn {
  margin: 85px auto 0;
}
@media only screen and (max-width: 767px) {
  .p-recruit-follow__btn {
    margin-top: 52px;
  }
}
.p-recruit-follow__btn .c-btn {
  margin: 0 auto;
}

/* KINDLERによる追加 */

.slick-slide picture {
    display: block;
    text-align: center;
}
.slick-slide.slick-slide img {
    display: inline-block;
}