@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/* font size */
.fs-10 {
  font-size: 1rem !important;
}

.fs-12 {
  font-size: 1.2rem !important;
}

.fs-13 {
  font-size: 1.3rem !important;
}

.fs-14 {
  font-size: 1.4rem !important;
}

.fs-15 {
  font-size: 1.5rem !important;
}

.fs-16 {
  font-size: 1.6rem !important;
}

.fs-17 {
  font-size: 1.7rem !important;
}

.fs-18 {
  font-size: 1.8rem !important;
}

.fs-19 {
  font-size: 1.9rem !important;
}

.fs-20 {
  font-size: 2rem !important;
}

.fs-21 {
  font-size: 2.1rem !important;
}

.fs-22 {
  font-size: 2.2rem !important;
}

.fs-24 {
  font-size: 2.4rem !important;
}

.fs-26 {
  font-size: 2.6rem !important;
}

.fs-27 {
  font-size: 2.7rem !important;
}

.fs-28 {
  font-size: 2.8rem !important;
}

.fs-30 {
  font-size: 3rem !important;
}

.fs-32 {
  font-size: 3.2rem !important;
}

.fs-33 {
  font-size: 3.3rem !important;
}

.fs-35 {
  font-size: 3.5rem !important;
}

.fs-36 {
  font-size: 3.6rem !important;
}

.fs-36 {
  font-size: 3.6rem !important;
}

.fs-38 {
  font-size: 3.8rem !important;
}

.fs-40 {
  font-size: 4rem !important;
}

.fs-42 {
  font-size: 4.2rem !important;
}

.fs-45 {
  font-size: 4.5rem !important;
}

.fs-48 {
  font-size: 4.8rem !important;
}

.fs-50 {
  font-size: 5rem !important;
}

@media only screen and (max-width: 768px) {
  .fs-sp-8 {
    font-size: 0.8rem !important;
  }
  .fs-sp-9 {
    font-size: 0.9rem !important;
  }
  .fs-sp-10 {
    font-size: 1rem !important;
  }
  .fs-sp-11 {
    font-size: 1.1rem !important;
  }
  .fs-sp-12 {
    font-size: 1.2rem !important;
  }
  .fs-sp-13 {
    font-size: 1.3rem !important;
  }
  .fs-sp-14 {
    font-size: 1.4rem !important;
  }
  .fs-sp-15 {
    font-size: 1.5rem !important;
  }
  .fs-sp-16 {
    font-size: 1.6rem !important;
  }
  .fs-sp-17 {
    font-size: 1.7rem !important;
  }
  .fs-sp-18 {
    font-size: 1.8rem !important;
  }
  .fs-sp-20 {
    font-size: 2rem !important;
  }
  .fs-sp-21 {
    font-size: 2.1rem !important;
  }
  .fs-sp-22 {
    font-size: 2.2rem !important;
  }
  .fs-sp-24 {
    font-size: 2.4rem !important;
  }
  .fs-sp-26 {
    font-size: 2.6rem !important;
  }
  .fs-sp-27 {
    font-size: 2.7rem !important;
  }
  .fs-sp-28 {
    font-size: 2.8rem !important;
  }
  .fs-sp-30 {
    font-size: 3rem !important;
  }
  .fs-sp-32 {
    font-size: 3.2rem !important;
  }
  .fs-sp-33 {
    font-size: 3.3rem !important;
  }
  .fs-sp-35 {
    font-size: 3.5rem !important;
  }
  .fs-sp-36 {
    font-size: 3.6rem !important;
  }
  .fs-sp-36 {
    font-size: 3.6rem !important;
  }
  .fs-sp-37 {
    font-size: 3.7rem !important;
  }
  .fs-sp-38 {
    font-size: 3.8rem !important;
  }
  .fs-sp-40 {
    font-size: 4rem !important;
  }
  .fs-sp-42 {
    font-size: 4.2rem !important;
  }
  .fs-sp-45 {
    font-size: 4.5rem !important;
  }
  .fs-sp-48 {
    font-size: 4.8rem !important;
  }
  .fs-sp-50 {
    font-size: 5rem !important;
  }
}
/* font weight */
.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-normal {
  font-weight: normal !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-bold {
  font-weight: bold !important;
}

.bold {
  font-weight: bold !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

@media only screen and (max-width: 768px) {
  .fw-sp-300 {
    font-weight: 300 !important;
  }
  .fw-sp-400 {
    font-weight: 400 !important;
  }
  .fw-sp-normal {
    font-weight: normal !important;
  }
  .fw-sp-500 {
    font-weight: 500 !important;
  }
  .fw-sp-600 {
    font-weight: 600 !important;
  }
  .fw-sp-700 {
    font-weight: 700 !important;
  }
  .fw-sp-bold {
    font-weight: bold !important;
  }
  .fw-sp-800 {
    font-weight: 800 !important;
  }
  .fw-sp-900 {
    font-weight: 900 !important;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 1rem;
  font-size: clamp(6px, 0.75758vw, 10px);
  margin: 0 !important;
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 1rem;
    font-size: clamp(8px, 2.6666666667vw, 16px) !important;
    margin: 0 !important;
  }
}

body {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #FCEFF9;
}
body * {
  font-family: "Noto Sans CJK JP";
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #231815;
  word-break: break-all;
}
@media only screen and (max-width: 768px) {
  body * {
    font-size: 1.5rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  padding: 0;
  margin: 0;
}

p {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 92%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .container,
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    width: 100%;
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }
}

.container {
  max-width: 120rem;
}

@media only screen and (max-width: 768px) {
  .container {
    max-width: 100%;
  }
}
.content-in {
  position: relative;
  max-width: 108rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .content-in {
    max-width: 33.5rem;
  }
}

.sentences-paragraph {
  display: block;
  position: relative;
  font-size: inherit;
  height: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .sentences-paragraph {
    height: 1rem;
  }
}

.stick-title {
  position: relative;
  display: flex;
  column-gap: 2rem;
  align-items: center;
  line-height: 1;
  margin-bottom: 4.2rem;
}
@media only screen and (max-width: 768px) {
  .stick-title {
    column-gap: 0.8rem;
    margin-bottom: 2.4rem;
  }
}
.stick-title:before {
  content: "";
  display: block;
  position: relative;
  width: 1rem;
  height: 4.5rem;
  border-radius: 0.3rem;
  background-color: #E8176B;
}
@media only screen and (max-width: 768px) {
  .stick-title:before {
    width: 0.5rem;
    height: 2.1rem;
    border-radius: 0.2rem;
  }
}

.left-right {
  position: relative;
  display: flex;
  column-gap: 7.6rem;
}
.left-right .right-part {
  display: block;
  position: relative;
}
.left-right .left-part {
  display: block;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .left-right {
    flex-direction: column;
    row-gap: 4rem;
  }
}
.left-right.reverse {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  .left-right.reverse {
    flex-direction: column;
  }
}

.thumb-wrapper {
  display: block;
  position: relative;
  width: 100%;
  height: fit-content;
}
.thumb-wrapper .thumb-img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.header {
  display: block;
  position: sticky;
  top: 0;
  background-color: #FCEFF9;
  padding: 2rem 0;
  z-index: 5000;
}
@media only screen and (max-width: 768px) {
  .header {
    padding: 1rem 0;
  }
}
.header:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5.5rem;
  background: linear-gradient(to bottom, #FADCEC 0%, transparent 26%, transparent 62%);
  transform: translateY(100%);
}
.header .container {
  max-width: 1320px;
}
.header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 4.8rem;
}
.header .header-inner .header-logo {
  display: block;
  width: 48rem;
  flex-shrink: 0;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .header .header-inner .header-logo {
    width: 26.3rem;
  }
}
.header .header-inner .header-logo img {
  display: block;
  position: relative;
  width: 100%;
}
.header .header-inner .social-btns {
  display: flex;
  align-items: center;
  column-gap: 4rem;
}
@media only screen and (max-width: 768px) {
  .header .header-inner .social-btns {
    column-gap: 2rem;
    display: none;
  }
}
.header .header-inner .social-btns .social-items {
  display: flex;
  align-items: center;
  column-gap: 2rem;
}
.header .header-inner .social-btns .social-items .social-item {
  display: block;
  position: relative;
  width: fit-content;
  height: fit-content;
}
.header .header-inner .social-btns .social-items .social-item img {
  display: block;
  position: relative;
}
.header .header-inner .social-btns .social-items .social-item .instagram-icon {
  width: 3.4rem;
  height: 3.4rem;
  object-fit: contain;
}
@media only screen and (max-width: 768px) {
  .header .header-inner .social-btns .social-items .social-item .instagram-icon {
    width: 20px;
    height: 20px;
  }
}
.header .header-inner .social-btns .social-items .social-item .tiktok-icon {
  width: 3.6rem;
  height: 3.6rem;
  object-fit: contain;
}
@media only screen and (max-width: 768px) {
  .header .header-inner .social-btns .social-items .social-item .tiktok-icon {
    width: 20px;
    height: 20px;
  }
}
.header .header-inner .social-btns .btns {
  display: flex;
  align-items: center;
  column-gap: 2rem;
}
.header .header-inner .social-btns .btns .btn-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22.3rem;
  height: 5rem;
  padding: 0.4rem 1rem;
  border-radius: 90rem;
}
.header .header-inner .social-btns .btns .btn-item.btn-recruit {
  background-color: #E8176B;
}
.header .header-inner .social-btns .btns .btn-item.btn-line {
  background-color: #1FC01F;
}
.header .header-inner .social-btns .btns .btn-item .btn-text {
  display: block;
  position: relative;
  width: fit-content;
  height: fit-content;
  color: #FFF;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.recruit-page .mainview {
  display: block;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .recruit-page .mainview {
    padding-bottom: 3rem;
  }
}
.recruit-page .mainview .container {
  max-width: 1190px;
}
.recruit-page .mainview .mainview-inner {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 20rem;
}
@media only screen and (max-width: 768px) {
  .recruit-page .mainview .mainview-inner {
    padding-top: 3.6rem;
  }
}
.recruit-page .mainview .main-content {
  display: block;
  position: relative;
  z-index: 1;
}
.recruit-page .mainview .spots-img {
  position: absolute;
  width: 81.6rem;
  top: 12rem;
  left: 15.4rem;
}
.recruit-page .mainview .mainview-img {
  display: block;
  position: absolute;
  width: 60.5rem;
  top: 2.4rem;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .recruit-page .mainview .mainview-img {
    position: relative;
    width: 100%;
    max-width: 36rem;
    margin: 2rem auto 0 auto;
    top: unset;
    right: unset;
  }
}
.recruit-page .mainview .mainview-title {
  font-family: "Noto Sans CJK JP";
  font-size: 6.5rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 4rem;
  color: #E8176B;
}
@media only screen and (max-width: 768px) {
  .recruit-page .mainview .mainview-title {
    font-size: 2.4rem;
    margin-bottom: 1.6rem;
    text-align: center;
  }
}
.recruit-page .mainview .mainview-text {
  margin-bottom: 4.8rem;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .recruit-page .mainview .mainview-text {
    text-align: center;
    margin-bottom: 1.8rem;
  }
}
.recruit-page .mainview .desc-btns {
  display: block;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.recruit-page .mainview .desc-btns .desc {
  margin-bottom: 5rem;
  text-align: center;
  color: #E8176B;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .recruit-page .mainview .desc-btns .desc {
    margin-bottom: 2rem;
    line-height: 1.8;
  }
}
.recruit-page .mainview .desc-btns .btns {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 3rem;
}
@media only screen and (max-width: 768px) {
  .recruit-page .mainview .desc-btns .btns {
    flex-direction: column;
    row-gap: 2rem;
  }
}
.recruit-page .mainview .desc-btns .btns .btn-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.5rem;
  height: 7.5rem;
  padding: 0.4rem 1rem;
  border-radius: 90rem;
}
@media only screen and (max-width: 768px) {
  .recruit-page .mainview .desc-btns .btns .btn-item {
    width: 24.6rem;
    height: 5.5rem;
  }
}
.recruit-page .mainview .desc-btns .btns .btn-item.btn-recruit {
  background-color: #E8176B;
}
.recruit-page .mainview .desc-btns .btns .btn-item.btn-line {
  background-color: #1FC01F;
}
.recruit-page .mainview .desc-btns .btns .btn-item .btn-text {
  display: block;
  position: relative;
  width: fit-content;
  height: fit-content;
  color: #FFF;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.recruit-page .growth-section {
  position: relative;
  width: 100%;
  padding: 16rem 0;
  background-color: #FFF;
  overflow-x: hidden;
}
@media only screen and (max-width: 768px) {
  .recruit-page .growth-section {
    padding: 6rem 0;
  }
}
.recruit-page .growth-section .container {
  display: block;
  position: relative;
  max-width: 1090px;
  z-index: 1;
}
.recruit-page .growth-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-left: 100vw solid #FCEFF9;
  border-bottom: 16rem solid transparent;
}
@media only screen and (max-width: 768px) {
  .recruit-page .growth-section:before {
    border-bottom: 5.2rem solid transparent;
  }
}
.recruit-page .growth-section:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  border-bottom: 0 solid transparent;
  border-right: 100vw solid #F8E8E8;
  border-top: 16rem solid transparent;
}
@media only screen and (max-width: 768px) {
  .recruit-page .growth-section:after {
    border-top: 5.2rem solid transparent;
  }
}
.recruit-page .growth-section .section-title {
  font-family: "DIN 2014";
  font-size: 7rem;
  font-weight: 700;
  line-height: 1.4;
  color: #E8176B;
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .recruit-page .growth-section .section-title {
    font-size: 3rem;
    margin-bottom: 2.6rem;
    text-align: center;
  }
}
.recruit-page .growth-section .items-list .list-item {
  display: block;
  position: relative;
  width: 100%;
}
.recruit-page .growth-section .items-list .list-item:not(:last-child) {
  margin-bottom: 6.4rem;
}
@media only screen and (max-width: 768px) {
  .recruit-page .growth-section .items-list .list-item:not(:last-child) {
    margin-bottom: 3.2rem;
  }
}
.recruit-page .growth-section .items-list .list-item .en-label {
  display: block;
  position: absolute;
  top: -4rem;
  right: 0;
  line-height: 1;
  font-family: "DIN 2014";
  font-size: 11.8rem;
  font-weight: 700;
  color: #F8E8E8;
}
@media only screen and (max-width: 768px) {
  .recruit-page .growth-section .items-list .list-item .en-label {
    font-size: 4.6rem;
    top: -1.2rem;
  }
}
.recruit-page .growth-section .items-list .list-item .number-label {
  display: flex;
  align-items: center;
  column-gap: 3rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .recruit-page .growth-section .items-list .list-item .number-label {
    column-gap: 1.5rem;
    margin-bottom: 2rem;
  }
}
.recruit-page .growth-section .items-list .list-item .number-label .number {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.6rem;
  height: 6.6rem;
  border-radius: 0.7rem;
  background-color: #E8176B;
  color: #FFF;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .recruit-page .growth-section .items-list .list-item .number-label .number {
    width: 3.3rem;
    height: 3.3rem;
    border-radius: 0.4rem;
  }
}
.recruit-page .growth-section .items-list .list-item .number-label .label {
  line-height: 1;
  color: #E8176B;
}
.recruit-page .growth-section .items-list .list-item .item-title {
  display: block;
  position: relative;
  line-height: 1.4;
  margin-bottom: 3.6rem;
}
@media only screen and (max-width: 768px) {
  .recruit-page .growth-section .items-list .list-item .item-title {
    margin-bottom: 2rem;
  }
}
.recruit-page .salary-section {
  position: relative;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 16rem;
  background-color: #F8E8E8;
  overflow-x: hidden;
}
@media only screen and (max-width: 768px) {
  .recruit-page .salary-section {
    padding-top: 2.4rem;
    padding-bottom: 6rem;
  }
}
.recruit-page .salary-section .container {
  display: block;
  position: relative;
  max-width: 1090px;
  z-index: 1;
}
.recruit-page .salary-section:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  border-bottom: 0 solid transparent;
  border-right: 100vw solid #E8176B;
  border-top: 16rem solid transparent;
}
@media only screen and (max-width: 768px) {
  .recruit-page .salary-section:after {
    border-top: 5.2rem solid transparent;
  }
}
.recruit-page .salary-section .block-list .block-item {
  display: block;
  position: relative;
  width: 100%;
}
.recruit-page .salary-section .block-list .block-item:not(:last-child) {
  margin-bottom: 5.6rem;
}
@media only screen and (max-width: 768px) {
  .recruit-page .salary-section .block-list .block-item:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.recruit-page .salary-section .block-list .block-item .block-title {
  margin-bottom: 4rem;
  line-height: 1.4;
  color: #E8176B;
}
@media only screen and (max-width: 768px) {
  .recruit-page .salary-section .block-list .block-item .block-title {
    margin-bottom: 3rem;
  }
}
.recruit-page .salary-section .block-list .block-item .left-right {
  column-gap: 4rem;
}
.recruit-page .salary-section .block-list .block-item .left-right .thumb-wrapper {
  width: 42rem;
  flex-shrink: 0;
  border-radius: 0.7rem;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .recruit-page .salary-section .block-list .block-item .left-right .thumb-wrapper {
    width: 100%;
  }
}
.recruit-page .salary-section .block-list .block-item .left-right .left-part {
  display: block;
  position: relative;
  width: 100%;
}
.recruit-page .salary-section .block-list .block-item .left-right .left-part .items-list {
  display: block;
  position: relative;
  width: 100%;
}
.recruit-page .salary-section .block-list .block-item .left-right .left-part .items-list .list-item {
  display: flex;
  column-gap: 3rem;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .recruit-page .salary-section .block-list .block-item .left-right .left-part .items-list .list-item {
    column-gap: 1rem;
  }
}
.recruit-page .salary-section .block-list .block-item .left-right .left-part .items-list .list-item:not(:last-child) {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .recruit-page .salary-section .block-list .block-item .left-right .left-part .items-list .list-item:not(:last-child) {
    margin-bottom: 4.4rem;
  }
}
.recruit-page .salary-section .block-list .block-item .left-right .left-part .items-list .list-item .rect-text {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 24rem;
  height: 10rem;
  padding: 2rem 1rem;
  text-align: center;
  background-color: #E8176B;
  border-radius: 0.7rem;
  color: #FFF;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .recruit-page .salary-section .block-list .block-item .left-right .left-part .items-list .list-item .rect-text {
    width: 15rem;
    height: 7rem;
  }
}
.recruit-page .salary-section .block-list .block-item .left-right .left-part .items-list .list-item .rect-text:after {
  content: "";
  display: block;
  position: absolute;
  width: 2.6rem;
  height: 2.6rem;
  left: 50%;
  bottom: 0.8rem;
  transform: translate(-50%, 100%);
  background-image: url(../img/iconrounddown.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: container;
}
@media only screen and (max-width: 768px) {
  .recruit-page .salary-section .block-list .block-item .left-right .left-part .items-list .list-item .rect-text:after {
    width: 1.8rem;
    height: 1.8rem;
    bottom: 0.6rem;
  }
}
.recruit-page .salary-section .block-list .block-item .left-right .left-part .items-list .list-item .item-content .step-label {
  display: flex;
  align-items: center;
  column-gap: 2rem;
  align-items: center;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .recruit-page .salary-section .block-list .block-item .left-right .left-part .items-list .list-item .item-content .step-label {
    column-gap: 1.2rem;
    margin-bottom: 1.2rem;
  }
}
.recruit-page .salary-section .block-list .block-item .left-right .left-part .items-list .list-item .item-content .step-label * {
  line-height: 1.4;
}
.recruit-page .salary-section .block-list .block-item .left-right .left-part .items-list .list-item .item-content .salary {
  line-height: 1.4;
}
.recruit-page .evaluation-section {
  position: relative;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 20rem;
  background-color: #E8176B;
  overflow-x: hidden;
}
@media only screen and (max-width: 768px) {
  .recruit-page .evaluation-section {
    padding-top: 2.4rem;
    padding-bottom: 8rem;
  }
}
.recruit-page .evaluation-section .container {
  display: block;
  position: relative;
  max-width: 1090px;
  z-index: 1;
}
.recruit-page .evaluation-section:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  border-bottom: 0 solid transparent;
  border-right: 100vw solid #FCEFF9;
  border-top: 16rem solid transparent;
}
@media only screen and (max-width: 768px) {
  .recruit-page .evaluation-section:after {
    border-top: 5.2rem solid transparent;
  }
}
.recruit-page .evaluation-section .stick-title {
  color: #FFF;
}
.recruit-page .evaluation-section .stick-title:before {
  background-color: #FFF;
}
.recruit-page .evaluation-section .header-desc {
  color: #FFF;
  line-height: 1.6;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .recruit-page .evaluation-section .header-desc {
    margin-bottom: 2.4rem;
  }
}
.recruit-page .evaluation-section .subtitle {
  color: #FFF;
  line-height: 1.4;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .recruit-page .evaluation-section .subtitle {
    margin-bottom: 2rem;
  }
}
.recruit-page .evaluation-section .items-list .list-item {
  display: flex;
  align-items: center;
  column-gap: 2.8rem;
  position: relative;
  width: 100%;
  background-color: #FFF;
  border-radius: 0.7rem;
  padding: 3.4rem 3.2rem;
  box-shadow: 0.1rem 0.1rem 0.8rem rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 768px) {
  .recruit-page .evaluation-section .items-list .list-item {
    column-gap: 1.2rem;
    padding: 1.3rem 1.2rem;
  }
}
.recruit-page .evaluation-section .items-list .list-item:not(:last-child) {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .recruit-page .evaluation-section .items-list .list-item:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.recruit-page .evaluation-section .items-list .list-item .number {
  display: flex;
  width: 3.6rem;
  height: 3.6rem;
  align-items: center;
  justify-content: center;
  border-radius: 90rem;
  background-color: #E8176B;
  color: #FFF;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .recruit-page .evaluation-section .items-list .list-item .number {
    width: 2.2rem;
    height: 2.2rem;
  }
}
.recruit-page .evaluation-section .items-list .list-item .item-title {
  line-height: 1.4;
}
.recruit-page .environment-section {
  position: relative;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 20rem;
  background-color: #FCEFF9;
  overflow-x: hidden;
}
@media only screen and (max-width: 768px) {
  .recruit-page .environment-section {
    padding-top: 2.4rem;
    padding-bottom: 8rem;
  }
}
.recruit-page .environment-section .container {
  display: block;
  position: relative;
  max-width: 1090px;
  z-index: 1;
}
.recruit-page .environment-section:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  border-bottom: 0 solid transparent;
  border-right: 100vw solid #FFF;
  border-top: 16rem solid transparent;
}
@media only screen and (max-width: 768px) {
  .recruit-page .environment-section:after {
    border-top: 5.2rem solid transparent;
  }
}
.recruit-page .environment-section .left-right {
  margin-bottom: 1.2rem;
}
.recruit-page .environment-section .left-right .left-part {
  display: block;
  position: relative;
  width: 100%;
}
.recruit-page .environment-section .thumb-wrapper {
  width: 42rem;
  flex-shrink: 0;
  border-radius: 0.7rem;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .recruit-page .environment-section .thumb-wrapper {
    width: 100%;
    margin-top: 2rem;
  }
}
.recruit-page .environment-section .header-desc {
  line-height: 1.6;
  color: #E8176B;
}
@media only screen and (max-width: 768px) {
  .recruit-page .environment-section .header-desc {
    margin-bottom: 1rem;
  }
}
.recruit-page .environment-section .subtitle {
  line-height: 1.4;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .recruit-page .environment-section .subtitle {
    margin-bottom: 2rem;
  }
}
.recruit-page .environment-section .items-list .list-item {
  display: flex;
  position: relative;
  width: 100%;
  background-color: #FFF;
  border-radius: 0.7rem;
  padding: 1.4rem 0;
  box-shadow: 0.1rem 0.1rem 0.8rem rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 768px) {
  .recruit-page .environment-section .items-list .list-item {
    padding: 0.7rem 0;
  }
}
.recruit-page .environment-section .items-list .list-item:not(:last-child) {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .recruit-page .environment-section .items-list .list-item:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.recruit-page .environment-section .items-list .list-item .number {
  display: block;
  text-align: center;
  align-content: center;
  width: 15.2rem;
  color: #E8176B;
  border-right: 0.2rem solid #EACBE3;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .recruit-page .environment-section .items-list .list-item .number {
    width: 6.9rem;
  }
}
.recruit-page .environment-section .items-list .list-item .item-content {
  padding: 0.7rem 3rem;
}
@media only screen and (max-width: 768px) {
  .recruit-page .environment-section .items-list .list-item .item-content {
    padding: 0.4rem 1.4rem;
  }
}
.recruit-page .environment-section .items-list .list-item .item-content * {
  line-height: 1.4;
}
.recruit-page .environment-section .items-list .list-item .item-content .item-type {
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 768px) {
  .recruit-page .environment-section .items-list .list-item .item-content .item-type {
    margin-bottom: 0.4rem;
  }
}
.recruit-page .voice-section {
  position: relative;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 20rem;
  background-color: #FFF;
  overflow-x: hidden;
}
@media only screen and (max-width: 768px) {
  .recruit-page .voice-section {
    padding-top: 2.4rem;
    padding-bottom: 8rem;
  }
}
.recruit-page .voice-section .container {
  display: block;
  position: relative;
  max-width: 1090px;
  z-index: 1;
}
.recruit-page .voice-section:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  border-bottom: 0 solid transparent;
  border-right: 100vw solid #FCEFF9;
  border-top: 16rem solid transparent;
}
@media only screen and (max-width: 768px) {
  .recruit-page .voice-section:after {
    border-top: 5.2rem solid transparent;
  }
}
.recruit-page .voice-section .header-desc {
  line-height: 1.6;
  color: #E8176B;
  margin-bottom: 4.8rem;
}
@media only screen and (max-width: 768px) {
  .recruit-page .voice-section .header-desc {
    margin-bottom: 1rem;
  }
}
.recruit-page .voice-section .items-list .list-item {
  display: block;
  position: relative;
  width: 100%;
}
.recruit-page .voice-section .items-list .list-item:not(:last-child) {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .recruit-page .voice-section .items-list .list-item:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.recruit-page .voice-section .items-list .list-item .left-right {
  column-gap: 5rem;
}
@media only screen and (max-width: 768px) {
  .recruit-page .voice-section .items-list .list-item .left-right {
    row-gap: 1.2rem;
  }
}
.recruit-page .voice-section .items-list .list-item .left-right .thumb-wrapper {
  width: 34.3rem;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .recruit-page .voice-section .items-list .list-item .left-right .thumb-wrapper {
    width: 100%;
  }
}
.recruit-page .faq-section {
  position: relative;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 7rem;
  background-color: #FCEFF9;
  overflow-x: hidden;
}
@media only screen and (max-width: 768px) {
  .recruit-page .faq-section {
    padding-top: 2.4rem;
    padding-bottom: 2rem;
  }
}
.recruit-page .faq-section .container {
  display: block;
  position: relative;
  max-width: 1090px;
  z-index: 1;
}
.recruit-page .faq-section .qa-list .qa-item {
  display: block;
  position: relative;
  width: 100%;
  padding: 3rem;
  background-color: #FFF;
  border-radius: 0.7rem;
  box-shadow: 0.1rem 0.1rem 0.8rem rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 768px) {
  .recruit-page .faq-section .qa-list .qa-item {
    padding: 2.3rem 1.5rem;
  }
}
.recruit-page .faq-section .qa-list .qa-item:not(:last-child) {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .recruit-page .faq-section .qa-list .qa-item:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.recruit-page .faq-section .qa-list .qa-item .q-panel,
.recruit-page .faq-section .qa-list .qa-item .a-panel {
  display: flex;
  align-items: center;
  column-gap: 0.9rem;
}
.recruit-page .faq-section .qa-list .qa-item .q-panel {
  padding-bottom: 3.1rem;
  border-bottom: 0.1rem solid #EACBE3;
}
@media only screen and (max-width: 768px) {
  .recruit-page .faq-section .qa-list .qa-item .q-panel {
    padding-bottom: 2.5rem;
  }
}
.recruit-page .faq-section .qa-list .qa-item .a-panel {
  padding-top: 3.1rem;
}
@media only screen and (max-width: 768px) {
  .recruit-page .faq-section .qa-list .qa-item .a-panel {
    padding-top: 2.5rem;
  }
}
.recruit-page .faq-section .qa-list .qa-item .q-label,
.recruit-page .faq-section .qa-list .qa-item .a-label {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 90rem;
  background-color: #E8176B;
  color: #FFF;
  line-height: 1;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .recruit-page .faq-section .qa-list .qa-item .q-label,
  .recruit-page .faq-section .qa-list .qa-item .a-label {
    width: 2.1rem;
    height: 2.1rem;
  }
}
.recruit-page .faq-section .qa-list .qa-item .qq,
.recruit-page .faq-section .qa-list .qa-item .aa {
  line-height: 1.4;
}
.recruit-page .cta-section {
  position: relative;
  width: 100%;
  padding: 9rem 0;
  background-color: #FFF;
  overflow-x: hidden;
}
@media only screen and (max-width: 768px) {
  .recruit-page .cta-section {
    padding: 4rem 0;
  }
}
.recruit-page .cta-section .container {
  display: block;
  position: relative;
  max-width: 1090px;
  z-index: 1;
}
.recruit-page .cta-section .desc {
  margin-bottom: 5rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .recruit-page .cta-section .desc {
    margin-bottom: 3rem;
  }
}
.recruit-page .cta-section .btns {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 3rem;
}
@media only screen and (max-width: 768px) {
  .recruit-page .cta-section .btns {
    flex-direction: column;
    row-gap: 2rem;
  }
}
.recruit-page .cta-section .btns .btn-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.5rem;
  height: 7.5rem;
  padding: 0.4rem 1rem;
  border-radius: 90rem;
}
@media only screen and (max-width: 768px) {
  .recruit-page .cta-section .btns .btn-item {
    width: 24.6rem;
    height: 5.5rem;
  }
}
.recruit-page .cta-section .btns .btn-item.btn-recruit {
  background-color: #E8176B;
}
.recruit-page .cta-section .btns .btn-item.btn-line {
  background-color: #1FC01F;
}
.recruit-page .cta-section .btns .btn-item .btn-text {
  display: block;
  position: relative;
  width: fit-content;
  height: fit-content;
  color: #FFF;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.footer {
  padding: 7rem 0;
  background-color: #000;
}
.footer .social-btns {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 2rem;
  width: fit-content;
  margin: 0 auto 5rem auto;
}
@media only screen and (max-width: 768px) {
  .footer .social-btns {
    margin-bottom: 2rem;
  }
}
.footer .social-btns .social-btn {
  display: block;
  position: relative;
  width: fit-content;
  height: fit-content;
}
.footer .social-btns .social-btn img {
  display: block;
  position: relative;
}
.footer .social-btns .social-btn .instagram-icon {
  width: 3.4rem;
  height: 3.4rem;
  object-fit: contain;
}
@media only screen and (max-width: 768px) {
  .footer .social-btns .social-btn .instagram-icon {
    width: 20px;
    height: 20px;
  }
}
.footer .social-btns .social-btn .tiktok-icon {
  width: 3.6rem;
  height: 3.6rem;
  object-fit: contain;
}
@media only screen and (max-width: 768px) {
  .footer .social-btns .social-btn .tiktok-icon {
    width: 20px;
    height: 20px;
  }
}
.footer .btn-logo {
  display: block;
  position: relative;
  width: 15rem;
  margin: 0 auto 3.6rem auto;
}
@media only screen and (max-width: 768px) {
  .footer .btn-logo {
    margin-bottom: 3rem;
  }
}
.footer .copyright {
  color: #FFF;
  line-height: 1.4;
  text-align: center;
}

/*# sourceMappingURL=recruit.css.map */
