@charset "UTF-8";
html {
  font-weight: 400;
}

body {
  background: #f8f5f0;
  padding: 0;
  color: #73564f;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

a {
  color: #73564f;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.sp {
  display: block;
}
@media screen and (min-width: 821px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 821px) {
  .pc {
    display: block;
  }
}

@media screen and (min-width: 821px) {
  header {
    background: transparent;
    transition: all 0.4s;
    position: absolute;
    top: 0;
    left: 0;
  }
}

main {
  margin-top: 32px;
}
@media screen and (min-width: 821px) {
  main {
    margin: 0;
  }
}

.reccruit-container {
  overflow: hidden;
}

.sec-ttl {
  font-size: 36px;
  letter-spacing: 0.1em;
  color: #e7839b;
  text-align: center;
  line-height: 1.1944444444;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
}
@media screen and (min-width: 821px) {
  .sec-ttl {
    font-size: 50px;
  }
}
.sec-ttl span {
  display: block;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 300;
  color: #73564f;
  margin-top: 4px;
}

.c-ttl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2em;
  margin-top: 24px;
}
@media screen and (min-width: 821px) {
  .c-ttl {
    font-size: 30px;
  }
}

.c-ttl02 {
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.2em;
  color: #6b98ae;
  text-align: center;
}
@media screen and (min-width: 821px) {
  .c-ttl02 {
    font-size: 40px;
  }
}

@media screen and (min-width: 821px) {
  .p-mv {
    margin: 0 0 3dvb auto;
    width: calc(100% - 105px);
  }
}

.p-point {
  padding: 16px 0 0;
}
@media screen and (min-width: 821px) {
  .p-point {
    max-width: 1100px;
    margin: 0 auto;
  }
}
.p-point .p-point__inner {
  padding: 36px 30px 24px;
  background: url("../img/recruit_new/bg-point-sp.webp") no-repeat center;
  background-size: 100% 100%;
  width: 345px;
  height: 565px;
  margin: 0 auto;
}
@media screen and (min-width: 821px) {
  .p-point .p-point__inner {
    max-width: 1100px;
    width: 100%;
    height: 723px;
    background: url(../img/recruit_new/bg-point.webp) no-repeat center;
    background-size: 100% 100%;
    padding: 83px 28px;
  }
}
.p-point .p-point__inner h2 {
  width: 154px;
  margin: 0 auto 22px;
}
@media screen and (min-width: 821px) {
  .p-point .p-point__inner h2 {
    width: 230px;
    margin: 0 auto 24px;
  }
}
@media screen and (min-width: 821px) {
  .p-point .p-point__inner ul {
    max-width: 715px;
    margin: 0 auto;
  }
}
.p-point .p-point__inner ul li {
  display: flex;
  align-items: flex-start;
}
.p-point .p-point__inner ul li:not(:last-child) {
  margin-bottom: 18px;
}
@media screen and (min-width: 821px) {
  .p-point .p-point__inner ul li:not(:last-child) {
    margin-bottom: 30px;
  }
}
.p-point .p-point__inner ul li::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: url("../img/recruit_new/icon-check.webp") no-repeat center top/cover;
  flex-shrink: 0;
  margin-right: 6px;
}
@media screen and (min-width: 821px) {
  .p-point .p-point__inner ul li::before {
    width: 55px;
    height: 55px;
  }
}
.p-point .p-point__inner ul li .p-point__item__inner {
  width: 86%;
}
@media screen and (min-width: 821px) {
  .p-point .p-point__inner ul li .p-point__item__inner {
    width: 100%;
  }
}
.p-point .p-point__inner ul li .p-point__item__inner .p-point__item__ttl {
  background: #e7839b;
  font-weight: bold;
  color: #fff;
  line-height: 1.4285714286;
  padding: 8px 0px 8px 20px;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 821px) {
  .p-point .p-point__inner ul li .p-point__item__inner .p-point__item__ttl {
    padding: 6px 0px 6px 48px;
    font-size: 30px;
    display: flex;
    align-items: center;
    gap: 6px;
  }
}
.p-point .p-point__inner ul li .p-point__item__inner .p-point__item__ttl small {
  font-size: 14px;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (min-width: 821px) {
  .p-point .p-point__inner ul li .p-point__item__inner .p-point__item__ttl small {
    font-size: 20px;
  }
}
.p-point .p-point__inner ul li .p-point__item__inner p {
  font-weight: 500;
  margin-top: 4px;
  margin-left: 4px;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 821px) {
  .p-point .p-point__inner ul li .p-point__item__inner p {
    font-size: 20px;
    margin: 4px 0 0 50px;
    letter-spacing: 0.1em;
  }
}

.p-value {
  padding: 85px 28px 75px;
}
@media screen and (min-width: 821px) {
  .p-value {
    padding: 158px 28px 118px;
  }
}
@media screen and (min-width: 821px) {
  .p-value .p-value__inner {
    max-width: 1120px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 821px) {
  .p-value .p-value__inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.p-value .p-value__inner .p-value__innner-text {
  margin-bottom: 33px;
}
@media screen and (min-width: 821px) {
  .p-value .p-value__inner-img {
    max-width: 494px;
    flex-shrink: 0;
  }
}
.p-value h2 {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}
@media screen and (min-width: 821px) {
  .p-value h2 {
    max-width: 1045px;
    margin: 0 auto 40px;
    text-align: left;
  }
}
.p-value h2:before {
  content: "";
  display: block;
  width: 130px;
  height: 40px;
  background: url("../img/recruit_new/value-deco.webp") no-repeat center top/cover;
  position: absolute;
  bottom: -36px;
  right: 0;
}
@media screen and (min-width: 821px) {
  .p-value h2:before {
    width: 211px;
    height: 64px;
    right: inherit;
    left: 345px;
    bottom: -44px;
  }
}
.p-value h2 img {
  width: 218px;
  margin-left: -30px;
}
@media screen and (min-width: 821px) {
  .p-value h2 img {
    width: 395px;
  }
}
.p-value h3 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-bottom: 23px;
  line-height: 1.7;
}
@media screen and (min-width: 821px) {
  .p-value h3 {
    font-size: 30px;
  }
}
.p-value h3 span {
  display: inline-block;
  margin-left: -13px;
}
.p-value p {
  line-height: 1.91;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 821px) {
  .p-value p {
    font-size: 20px;
    line-height: 2.25;
  }
}

.p-info {
  padding: 0 20px 70px;
}
@media screen and (min-width: 821px) {
  .p-info {
    padding: 0 20px 140px;
  }
}
.p-info h3 {
  margin-bottom: 48px;
}
@media screen and (min-width: 821px) {
  .p-info h3 {
    margin-bottom: 70px;
  }
}
.p-info .p-info__item {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 821px) {
  .p-info .p-info__item {
    max-width: 990px;
    margin: 0 auto;
  }
}
.p-info .p-info__item:not(:last-child) {
  margin-bottom: 48px;
}
@media screen and (min-width: 821px) {
  .p-info .p-info__item:not(:last-child) {
    margin-bottom: 50px;
  }
}
.p-info .p-info__item:nth-of-type(2) .p-info__item__text .p-info__item-logo {
  width: 154px;
}
@media screen and (min-width: 821px) {
  .p-info .p-info__item:nth-of-type(2) .p-info__item__text .p-info__item-logo {
    margin: 0 0 24px;
  }
}
.p-info .p-info__item:nth-of-type(3) .p-info__item__text .p-info__item-logo {
  width: 147px;
}
@media screen and (min-width: 821px) {
  .p-info .p-info__item:nth-of-type(3) .p-info__item__text .p-info__item-logo {
    margin: 0 0 24px;
  }
}
.p-info .p-info__item__inner {
  background: #fff;
  border: 1px solid #73564f;
  padding: 40px 22px;
  position: relative;
}
@media screen and (min-width: 821px) {
  .p-info .p-info__item__inner {
    display: flex;
    align-items: stretch;
    padding: 36px 57px;
    justify-content: space-between;
    gap: 64px;
  }
}
.p-info .p-info__item__inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #73564f;
  position: absolute;
  top: 10px;
  right: -10px;
  z-index: -1;
}
@media screen and (min-width: 821px) {
  .p-info .p-info__item__text {
    width: 49.2045454545%;
    flex-shrink: 0;
  }
}
.p-info .p-info__item__text .p-info__item__num {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.2em;
  width: 154px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  background: #6b98ae;
  padding: 8px 0;
  border-radius: 18px;
  margin-bottom: 32px;
  position: relative;
}
@media screen and (min-width: 821px) {
  .p-info .p-info__item__text .p-info__item__num {
    margin: 0 0 20px;
  }
}
.p-info .p-info__item__text .p-info__item__num::before, .p-info .p-info__item__text .p-info__item__num::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
}
.p-info .p-info__item__text .p-info__item__num::after {
  left: auto;
  right: 12px;
}
.p-info .p-info__item__text .p-info__item-logo {
  width: 80%;
  margin: 0 auto 31px;
}
@media screen and (min-width: 821px) {
  .p-info .p-info__item__text .p-info__item-logo {
    width: 58%;
    margin: 0 0 46px;
  }
}
.p-info .p-info__item__text .p-info__item-name-area {
  padding-bottom: 26px;
  border-bottom: 1px solid #73564f;
}
@media screen and (min-width: 821px) {
  .p-info .p-info__item__text .p-info__item-name-area {
    display: flex;
    align-items: center;
    padding-bottom: 12px;
  }
}
.p-info .p-info__item__text .p-info__item-name {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 821px) {
  .p-info .p-info__item__text .p-info__item-name {
    margin-bottom: 0;
  }
}
.p-info .p-info__item__text .p-info__item-area {
  font-size: 20px;
  font-weight: bold;
  width: 195px;
  margin: 0 auto;
  padding: 12px 0;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #73564f;
  border-radius: 19px;
}
@media screen and (min-width: 821px) {
  .p-info .p-info__item__text .p-info__item-area {
    margin: 0 0 0 10px;
    border-radius: 24px;
  }
}
.p-info .p-info__item__text .p-info__item-desc {
  letter-spacing: 0.06em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
  line-height: 1.875;
  padding-top: 22px;
}
@media screen and (min-width: 821px) {
  .p-info .p-info__item__text .p-info__item-desc {
    width: auto;
    font-size: 20px;
    padding-top: 8px;
  }
}
.p-info .p-info__item__text .p-info__item-address {
  background: #f2f0f2;
  border-radius: 4px;
  padding: 24px;
  letter-spacing: 0.06em;
  margin-bottom: 27px;
}
@media screen and (min-width: 821px) {
  .p-info .p-info__item__text .p-info__item-address {
    font-size: 20px;
    margin-bottom: 0;
    padding: 20px 27px;
    border-radius: 5px;
  }
}
.p-info .p-info__item__text .p-info__item-address p {
  margin-bottom: 7px;
}
@media screen and (min-width: 821px) {
  .p-info .p-info__item__text .p-info__item-address p {
    margin-bottom: 6px;
  }
}
.p-info .p-info__item__text .p-info__item-address dl div {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5px;
}
@media screen and (min-width: 821px) {
  .p-info .p-info__item__text .p-info__item-address dl div {
    margin-bottom: 8px;
  }
}
.p-info .p-info__item__text .p-info__item-address dl div:last-child {
  margin-bottom: 0;
}
.p-info .p-info__item__text .p-info__item-address dl div dt {
  width: 30%;
  line-height: 1.5;
}
@media screen and (min-width: 821px) {
  .p-info .p-info__item__text .p-info__item-address dl div dt {
    line-height: 1.3;
  }
}
.p-info .p-info__item__text .p-info__item-address dl div dd {
  line-height: 1.5;
}
@media screen and (min-width: 821px) {
  .p-info .p-info__item__text .p-info__item-address dl div dd {
    line-height: 1.3;
  }
}
@media screen and (min-width: 821px) {
  .p-info .p-info__item-img-instagram {
    width: 43%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: stretch;
  }
}
.p-info .p-info__item-img-instagram .p-info__item-instagram {
  margin-top: 20px;
}
@media screen and (min-width: 821px) {
  .p-info .p-info__item-img-instagram .p-info__item-instagram {
    margin-top: 0;
    margin-bottom: 38px;
  }
}
.p-info .p-info__item-img-instagram .p-info__item-instagram h4 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 8px;
  letter-spacing: 0.12em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
@media screen and (min-width: 821px) {
  .p-info .p-info__item-img-instagram .p-info__item-instagram h4 {
    font-size: 20px;
    letter-spacing: 0.2em;
  }
}
.p-info .p-info__item-img-instagram .p-info__item-instagram h4::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url("../img/recruit_new/icon-insta01.svg") no-repeat center top/cover;
}
@media screen and (min-width: 821px) {
  .p-info .p-info__item-img-instagram .p-info__item-instagram h4::before {
    width: 43px;
    height: 43px;
  }
}
.p-info .p-info__item-img-instagram .p-info__item-instagram .p-info__item-insta-btn {
  margin-bottom: 17px;
}
.p-info .p-info__item-img-instagram .p-info__item-instagram .p-info__item-insta-btn a {
  display: block;
  width: 290px;
  height: 58px;
  line-height: 58px;
  border-radius: 29px;
  background: #edbd55;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 0 auto;
  position: relative;
  transition: opacity 0.4s;
}
.p-info .p-info__item-img-instagram .p-info__item-instagram .p-info__item-insta-btn a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 821px) {
  .p-info .p-info__item-img-instagram .p-info__item-instagram .p-info__item-insta-btn a {
    font-size: 20px;
    width: 340px;
    height: 68px;
    line-height: 68px;
    border-radius: 34px;
  }
}
.p-info .p-info__item-img-instagram .p-info__item-instagram .p-info__item-insta-btn a::after {
  content: "＞";
  display: block;
  font-size: 17px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.p-info .p-info__item-img-instagram .p-info__item-instagram .p-info__item-insta-link {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.06em;
  gap: 6px;
}
@media screen and (min-width: 821px) {
  .p-info .p-info__item-img-instagram .p-info__item-instagram .p-info__item-insta-link {
    font-size: 20px;
  }
}
.p-info .p-info__item-img-instagram .p-info__item-instagram .p-info__item-insta-link::before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background: url("../img/recruit_new/icon-insta02.svg") no-repeat center top/cover;
}

.p-salary {
  padding: 70px 20px 90px;
  background: #fff;
}
@media screen and (min-width: 821px) {
  .p-salary {
    padding: 140px 20px 187px;
  }
}
.p-salary .c-ttl02 {
  margin-top: 10px;
}
.p-salary .p-salary__inner {
  margin-top: 113px;
  padding: 38px 27px;
  border: 1px solid #73564f;
  position: relative;
}
@media screen and (min-width: 821px) {
  .p-salary .p-salary__inner {
    max-width: 1000px;
    margin: 185px auto 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 53px 70px;
    gap: 50px;
  }
}
.p-salary .p-salary__inner::before {
  content: "";
  display: block;
  width: 1px;
  height: 48px;
  background: #73564f;
  position: absolute;
  top: -88px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 821px) {
  .p-salary .p-salary__inner::before {
    top: -124px;
  }
}
@media screen and (min-width: 821px) {
  .p-salary .p-salary__inner .p-salary__item {
    width: 50%;
  }
}
.p-salary .p-salary__inner .p-salary__item:nth-child(2) {
  margin-top: 33px;
  padding-top: 40px;
  border-top: 1px dotted #73564f;
}
@media screen and (min-width: 821px) {
  .p-salary .p-salary__inner .p-salary__item:nth-child(2) {
    border: none;
    margin-top: 0;
    padding-top: 0;
    position: relative;
  }
  .p-salary .p-salary__inner .p-salary__item:nth-child(2)::before {
    content: "";
    display: block;
    width: 2px;
    height: 298px;
    border-left: 2px dotted #73564f;
    position: absolute;
    left: -25px;
    top: 61%;
    transform: translateY(-50%);
  }
}
.p-salary .p-salary__inner .p-salary__item:nth-child(2) figure img {
  width: 50px;
}
@media screen and (min-width: 821px) {
  .p-salary .p-salary__inner .p-salary__item:nth-child(2) figure img {
    margin: 34px auto 24px;
  }
}
.p-salary .p-salary__inner .p-salary__item:nth-child(2) .p-salary__item-price {
  margin-bottom: 12px;
  letter-spacing: 0;
}
@media screen and (min-width: 821px) {
  .p-salary .p-salary__inner .p-salary__item:nth-child(2) .p-salary__item-price {
    letter-spacing: 0.2em;
    margin-bottom: 55px;
  }
}
.p-salary .p-salary__inner .p-salary__item figure {
  text-align: center;
  margin-bottom: 7px;
}
@media screen and (min-width: 821px) {
  .p-salary .p-salary__inner .p-salary__item figure {
    margin-bottom: 21px;
  }
}
.p-salary .p-salary__inner .p-salary__item figure img {
  width: 84px;
  display: block;
  margin: 0 auto 21px;
}
.p-salary .p-salary__inner .p-salary__item figure figcaption {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 821px) {
  .p-salary .p-salary__inner .p-salary__item figure figcaption {
    font-size: 30px;
  }
}
.p-salary .p-salary__inner .p-salary__item .p-salary__item-price {
  color: #6b98ae;
  font-size: 30px;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2em;
}
.p-salary .p-salary__inner .p-salary__item .p-salary__item-price strong {
  font-size: 56px;
  font-weight: bold;
  letter-spacing: 0.08em;
  position: relative;
  top: 3px;
}
@media screen and (min-width: 821px) {
  .p-salary .p-salary__inner .p-salary__item .p-salary__item-price strong {
    letter-spacing: 0.05em;
    margin: 0 6px;
  }
}
.p-salary .p-salary__inner .p-salary__item .p-salary__item-price span {
  display: inline-block;
  margin: 0 4px;
  position: relative;
  top: -8px;
}
.p-salary .p-salary__inner .p-salary__item .p-salary__item-top {
  text-align: center;
  color: #fff;
  background: #e7839b;
  padding: 8px 0;
  font-size: 20px;
  font-weight: bold;
  border-radius: 20px;
  margin: 4px 0 11px;
}
@media screen and (min-width: 821px) {
  .p-salary .p-salary__inner .p-salary__item .p-salary__item-top {
    padding: 9px 0;
    font-size: 26px;
    border-radius: 24px;
    margin: 12px auto 40px;
    width: 344px;
  }
}
.p-salary .p-salary__inner p {
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.13em;
}
@media screen and (min-width: 821px) {
  .p-salary .p-salary__inner p {
    font-size: 20px;
  }
}

.p-worklifebalance {
  background: #fff;
  padding: 0 20px 80px;
}
@media screen and (min-width: 821px) {
  .p-worklifebalance {
    padding: 0 20px 152px;
  }
}
.p-worklifebalance h2 {
  margin-bottom: 28px;
  position: relative;
}
@media screen and (min-width: 821px) {
  .p-worklifebalance h2 {
    margin-bottom: 66px;
  }
}
.p-worklifebalance h2 span {
  position: relative;
  z-index: 10;
}
.p-worklifebalance h2::before {
  content: "";
  display: block;
  width: 382px;
  height: 40px;
  background: url(../img/recruit_new/text-lifeworkbalance.webp) no-repeat center top/cover;
  position: absolute;
  left: 51%;
  transform: translateX(-50%);
  bottom: 18px;
  z-index: 0;
}
@media screen and (min-width: 821px) {
  .p-worklifebalance h2::before {
    width: 678px;
    height: 72px;
  }
}
.p-worklifebalance .p-worklifebalance__inner-item {
  margin-bottom: 75px;
}
@media screen and (min-width: 821px) {
  .p-worklifebalance .p-worklifebalance__inner-item {
    max-width: 914px;
    margin: 0 auto 152px;
  }
}
.p-worklifebalance .p-worklifebalance__inner-img {
  margin: 0 calc(50% - 50vw);
}
.p-worklifebalance .salon-activities {
  background: #f8f5f0;
  padding: 68px 15px 40px;
}
@media screen and (min-width: 821px) {
  .p-worklifebalance .salon-activities {
    max-width: 1110px;
    margin: 0 auto;
    padding: 142px 70px 80px;
  }
}
.p-worklifebalance .salon-activities h3 {
  margin-bottom: 35px;
  line-height: 1.4;
}
@media screen and (min-width: 821px) {
  .p-worklifebalance .salon-activities h3 {
    margin-bottom: 70px;
  }
}
.p-worklifebalance .salon-activities .salon-activities__inner .salon-activities__item {
  padding-bottom: 46px;
  margin-bottom: 53px;
  border-bottom: 1px solid #73564f;
}
@media screen and (min-width: 821px) {
  .p-worklifebalance .salon-activities .salon-activities__inner .salon-activities__item {
    display: flex;
    align-items: flex-start;
    gap: 50px;
    margin-bottom: 54px;
    padding: 0 60px 54px;
  }
}
.p-worklifebalance .salon-activities .salon-activities__inner .salon-activities__item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 821px) {
  .p-worklifebalance .salon-activities .salon-activities__inner .salon-activities__item:last-child {
    margin-bottom: 54px;
    padding: 0 60px 54px;
    border-bottom: 1px solid #73564f;
  }
}
.p-worklifebalance .salon-activities .salon-activities__inner .salon-activities__item figure {
  margin-bottom: 37px;
}
@media screen and (min-width: 821px) {
  .p-worklifebalance .salon-activities .salon-activities__inner .salon-activities__item figure {
    max-width: 305px;
    flex-shrink: 0;
    margin-bottom: 0;
  }
}
.p-worklifebalance .salon-activities .salon-activities__inner .salon-activities__item h4 {
  position: relative;
  z-index: 1;
  letter-spacing: 0.02em;
  margin-bottom: 30px;
}
@media screen and (min-width: 821px) {
  .p-worklifebalance .salon-activities .salon-activities__inner .salon-activities__item h4 {
    margin-bottom: 10px;
  }
}
.p-worklifebalance .salon-activities .salon-activities__inner .salon-activities__item h4 span {
  background: #e7839b;
  font-weight: bold;
  font-size: 20px;
  padding: 8px;
  color: #fff;
  display: block;
  position: relative;
  z-index: 1;
  box-shadow: 5px 5px 0px 0px #e5b5c3;
}
@media screen and (min-width: 821px) {
  .p-worklifebalance .salon-activities .salon-activities__inner .salon-activities__item h4 span {
    padding: 8px 30px;
  }
}
.p-worklifebalance .salon-activities .salon-activities__inner .salon-activities__item p {
  line-height: 1.875;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 821px) {
  .p-worklifebalance .salon-activities .salon-activities__inner .salon-activities__item p {
    font-size: 20px;
    letter-spacing: 0.06em;
  }
}

.p-lesson {
  padding: 80px 20px;
}
@media screen and (min-width: 821px) {
  .p-lesson {
    padding: 152px 20px;
  }
}
.p-lesson .p-lesson__img {
  margin-bottom: 42px;
}
@media screen and (min-width: 821px) {
  .p-lesson .p-lesson__img {
    max-width: 855px;
    margin: 0 auto 60px;
  }
}
.p-lesson h3 {
  margin-bottom: 55px;
}
@media screen and (min-width: 821px) {
  .p-lesson h3 {
    margin-bottom: 92px;
  }
}
.p-lesson .p-lesson__inner .p-lesson__item {
  background: #fff;
  border-radius: 13px;
  padding: 40px 29px 34px;
  position: relative;
  margin-bottom: 55px;
}
@media screen and (min-width: 821px) {
  .p-lesson .p-lesson__inner .p-lesson__item {
    max-width: 855px;
    margin: 0 auto 80px;
    padding: 40px 29px 48px;
  }
}
.p-lesson .p-lesson__inner .p-lesson__item:last-child {
  margin-bottom: 0;
}
.p-lesson .p-lesson__inner .p-lesson__item:nth-child(2) figure {
  width: 39px;
}
.p-lesson .p-lesson__inner .p-lesson__item:nth-child(3) figure {
  width: 75px;
}
.p-lesson .p-lesson__inner .p-lesson__item .p-lesson__item-num {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.2em;
  width: 127px;
  color: #6b98ae;
  text-align: center;
  height: 28px;
  border-radius: 14px;
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #6b98ae;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-family: "Work Sans", sans-serif;
}
.p-lesson .p-lesson__inner .p-lesson__item .p-lesson__item-num span {
  font-size: 18px;
  margin-left: 6px;
  margin-bottom: 2px;
}
.p-lesson .p-lesson__inner .p-lesson__item figure {
  width: 72px;
  margin: 0 auto 16px;
}
@media screen and (min-width: 821px) {
  .p-lesson .p-lesson__inner .p-lesson__item figure {
    margin: 0 auto 34px;
  }
}
.p-lesson .p-lesson__inner .p-lesson__item h4 {
  color: #fff;
  background: #edbd55;
  padding: 6px 0;
  text-align: center;
  letter-spacing: 0.06em;
  margin-bottom: 12px;
  line-height: 1.4;
  font-weight: bold;
  font-size: 20px;
  border-radius: 9px;
}
@media screen and (min-width: 821px) {
  .p-lesson .p-lesson__inner .p-lesson__item h4 {
    max-width: 400px;
    margin: 0 auto 20px;
  }
}
.p-lesson .p-lesson__inner .p-lesson__item p {
  letter-spacing: 0.07em;
  line-height: 1.875;
  text-align: center;
}
@media screen and (min-width: 821px) {
  .p-lesson .p-lesson__inner .p-lesson__item p {
    font-size: 20px;
  }
}

.p-requirement {
  background: #fff;
  padding-bottom: 80px;
}
@media screen and (min-width: 821px) {
  .p-requirement {
    padding: 152px 0;
  }
}
.p-requirement .p-requirement__inner {
  max-width: 1110px;
  border: 18px solid #6b98ae;
  background: #fff;
  padding: 48px 15px;
}
@media screen and (min-width: 821px) {
  .p-requirement .p-requirement__inner {
    margin: 0 auto;
    padding: 80px 86px;
  }
}
.p-requirement h2 {
  color: #73564f;
  letter-spacing: 0.04em;
  margin-bottom: 40px;
}
@media screen and (min-width: 821px) {
  .p-requirement h2 {
    margin-bottom: 74px;
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 821px) {
  .p-requirement dl div {
    display: flex;
    align-items: center;
    border: none;
    padding: 0;
  }
}
.p-requirement dl div:not(:last-child) {
  margin-bottom: 29px;
  padding-bottom: 24px;
  border-bottom: 1px solid #73564f;
}
@media screen and (min-width: 821px) {
  .p-requirement dl div:not(:last-child) {
    border: none;
    padding: 0;
    margin: 0;
  }
}
@media screen and (min-width: 821px) {
  .p-requirement dl div:last-child dd {
    border-bottom: 1px solid #73564f;
  }
}
.p-requirement dl div dt {
  font-size: 18px;
  font-weight: bold;
  color: #6b98ae;
  letter-spacing: 0.06em;
  margin-bottom: 15px;
}
@media screen and (min-width: 821px) {
  .p-requirement dl div dt {
    width: 13%;
    font-size: 20px;
  }
}
@media screen and (min-width: 821px) {
  .p-requirement dl div dd {
    width: 87%;
    border-top: 1px solid #73564f;
    padding: 20px 35px;
    font-size: 20px;
  }
}
.p-requirement dl div dd p {
  line-height: 1.875;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (min-width: 821px) {
  .p-requirement dl div dd p {
    letter-spacing: 0.1em;
  }
}
.p-requirement dl div dd p:not(:last-child) {
  margin-bottom: 5px;
}
.p-requirement dl div dd p .blank {
  display: inline-block;
}
@media screen and (min-width: 821px) {
  .p-requirement dl div dd p .blank {
    display: none;
  }
}

.p-entry {
  background: #fff;
}
.p-entry .p-entry__inner {
  background: #f9ce78;
  border-radius: 127px 0 0 0;
  padding: 52px 20px 80px;
  text-align: center;
}
@media screen and (min-width: 821px) {
  .p-entry .p-entry__inner {
    padding: 140px 20px;
    border-radius: 238px 0 0 0;
  }
}
.p-entry h2 {
  color: #73564f;
  margin-bottom: 25px;
}
@media screen and (min-width: 821px) {
  .p-entry h2 {
    margin-bottom: 37px;
  }
}
.p-entry .txt01 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin-bottom: 30px;
}
@media screen and (min-width: 821px) {
  .p-entry .txt01 {
    margin-bottom: 19px;
  }
}
.p-entry .txt01 strong {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 821px) {
  .p-entry .txt01 strong {
    font-size: 35px;
  }
}
.p-entry .txt01 img {
  width: 32px;
  height: 32px;
  margin: 0 4px 3px 0;
  display: inline-block;
}
@media screen and (min-width: 821px) {
  .p-entry .txt01 img {
    width: 42px;
    height: 42px;
  }
}
@media screen and (min-width: 821px) {
  .p-entry .txt01.txt01-pc {
    margin-bottom: 40px;
  }
  .p-entry .txt01.txt01-pc strong {
    font-size: 30px;
  }
}
.p-entry .txt02 {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.7894736842;
}
.p-entry .num {
  width: 62px;
  height: 62px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  background: #6b98ae;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  font-family: "Work Sans", sans-serif;
}
@media screen and (min-width: 821px) {
  .p-entry .num {
    margin: 0 auto 14px;
  }
}
.p-entry .or {
  font-family: "Work Sans", sans-serif;
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #73564f;
  margin: 46px 0;
}
@media screen and (min-width: 821px) {
  .p-entry .or {
    margin: 94px 0;
  }
}
.p-entry .btn01 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  padding: 11px 0;
  border-radius: 20px;
  background: #73564f;
  letter-spacing: 0.08em;
  border-radius: 40px;
  margin: 40px 0 20px;
}
@media screen and (min-width: 821px) {
  .p-entry .btn01 {
    font-size: 35px;
    max-width: 842px;
    margin: 20px auto 9px;
  }
}
.p-entry .btn02 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  border-radius: 20px;
  background: #e7839b;
  letter-spacing: 0.08em;
  border-radius: 40px;
  margin-top: 22px;
}
@media screen and (min-width: 821px) {
  .p-entry .btn02 {
    text-align: center;
    max-width: 338px;
    margin: 54px auto 0;
  }
}
.p-entry .btn02.second a {
  padding: 10px 0;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 821px) {
  .p-entry .btn02.second a {
    padding: 20px 0;
  }
}
@media screen and (min-width: 821px) {
  .p-entry .btn02.second {
    max-width: 518px;
  }
}
.p-entry .btn02 a {
  color: #fff;
  padding: 20px 0;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  letter-spacing: 0.2em;
  transition: opacity 0.4s;
}
.p-entry .btn02 a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 821px) {
  .p-entry .btn02 a {
    padding: 16px 0;
  }
}
.p-entry .btn02 a::after {
  content: "＞";
  display: block;
  font-size: 16px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.p-entry .insta-link {
  font-size: 19px;
  font-weight: bold;
  margin-top: 26px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.p-entry .insta-link::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url("../img/recruit_new/icon-insta02.svg") no-repeat center top/cover;
}

@media screen and (min-width: 821px) {
  .pankuzu {
    margin-bottom: 80px;
  }
}
/*# sourceMappingURL=recruit_new.css.map */