main {
  letter-spacing: 0.12em;
}

.color-blue {
  color: var(--color-blue);
}
.color-pink {
  color: var(--color-pink);
}
.color-orange {
  color: var(--color-orange);
}
.color-green {
  color: var(--color-green);
}

.text-primary {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 2;
  @media screen and (max-width: 750px){
    font-size: 14px;
  }
}

.title-rec {
  text-align: center;
  color: var(--color-blue);
  font-family: var(--font-arare);
  .en {
    display: block;
    font-size: 22px;
    margin-bottom: 0.4em;
    @media screen and (max-width: 750px){
      font-size: 14px;
    }
  }
  .ja {
    line-height: 1.1;
    font-size: 36px;
    display: inline-block;
    background: linear-gradient(to bottom, transparent 80%,#f0e027 80%, #f0e027 100%);
    @media screen and (max-width: 750px){
      font-size: 24px;
    }
  }
}

.title-sprinkler {
  text-align: center;
  font-family: var(--font-arare);
  font-size: 39px;
  color: #fff;
  padding-top: 75px;
  background: url(../img/recruit/sprinkler_white.png) no-repeat center top / 91px;
  @media screen and (max-width: 750px){
    font-size: 24px;
    padding-top: 48px;
    background-size: 60px;
  }
}
.title-sprinkler--blue {
  color: var(--color-blue);
  background-image: url(../img/recruit/sprinkler_blue.png);
}

.recHero {
  padding-top: 110px;
  position: relative;
  z-index: 1;
  @media screen and (max-width: 750px){
    padding-top: 90px;
  }
}
.recHero__bg {
  position: relative;
  z-index: 1;
  &:after {
    content: "";
    height: 28px;
    width: 100%;
    background: url(../img/recruit/wave_grey.png) repeat-x center top / contain;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 2;
    @media screen and (max-width: 750px){
      height: 6px;
    }
  }
}
.recHero__deco {
  position: absolute;
  left: 0px;
  top: -1.8vw;
  width: 100%;
  z-index: 3;
}
.recPhilosophy {
  background: #ecf2e8 url(../img/recruit/bg_philosophy.png) no-repeat center 112px / 1354px;
  padding-top: 120px;
  padding-bottom: 36px;
  position: relative;
  z-index: 1;
  @media screen and (max-width: 750px){
    padding: 60px 4.4% 40px;
  }
  &:after {
    content: "";
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 100%;
    height: 116px;
    background: url(../img/recruit/circle_yellow_light.png) no-repeat center / 100% 100%;
    z-index: -1;
    @media screen and (max-width: 1800px) {
      background-size: cover;
    }
    @media screen and (max-width: 750px){
      height: 78px;
    }
  }
}
.recPhilosophy__text {
  margin-top: 40px;
  text-align: center;
  line-height: 2.7;
  @media screen and (max-width: 750px){
    text-align: left;
    line-height: 2;
  }
}
.recPhilosophy__photos {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 100px;
  @media screen and (max-width: 750px){
    margin-top: 40px;
    gap: 10px;
  }
  div {
    width: 320px;
  }
}
.recGlobal {
  position: relative;
  background-color: #fffbc2;
  padding: 130px 0 286px;
  position: relative;
  overflow: hidden;
  @media screen and (max-width: 750px){
    padding: 20px 4.4% 60px;
  }
}
.recGlobal__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.recGlobal__content {
  width: 100%;
  max-width: 692px;
}
.recGlobal__text {
  margin-top: 40px;
  line-height: 2.7;
  text-align: center;
  @media screen and (max-width: 750px){
    line-height: 2;
    text-align: left;
  }
}
.recGlobal__gallery {
  display: contents;
  @media screen and (max-width: 750px){
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 20px;
  }
}
.recGlobal__thumb {
  position: absolute;
  @media screen and (max-width: 750px){
    position: static;
    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
  &.-thumb01 {
    width: 779px;
    top: 116px;
    right: calc(50% - 996px);
    @media screen and (max-width: 750px){
      width: auto;
      grid-column: 1 / -1;
    }
  }
  &.-thumb02 {
    width: 317px;
    top: 61px;
    left: calc(50% - 776px);
    @media screen and (max-width: 750px){
      width: auto;
    }
  }
  &.-thumb03 {
    width: 230px;
    bottom: 114px;
    left: calc(50% - 561px);
    @media screen and (max-width: 750px){
      width: auto;
    }
  }
}
.recAbout {
  background: #e8a2c0 url(../img/recruit/bg_about.png) no-repeat center 183px / 1058px;
  position: relative;
  z-index: 1;
  padding-top: 120px;
  padding-bottom: 90px;
  @media screen and (max-width: 750px){
    padding: 60px 4.4% 60px;
    background: #e8a2c0;
  }
  &:before {
    content: "";
    height: 28px;
    width: 100%;
    background: url(../img/recruit/wave_pink.png) repeat-x center top / contain;
    position: absolute;
    left: 0px;
    bottom: 100%;
    z-index: 2;
    @media screen and (max-width: 750px){
      height: 6px;
    }
  }
}
.recAbout__character {
  position: absolute;
  width: 277px;
  top: -194px;
  right: calc(50% - 402px);
  z-index: 3;
  @media screen and (max-width: 750px){
    width: 133px;
    top: -62px;
    right: 5px;
  }
}
.recAbout__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.recAbout__deco {
  display: none;
  @media screen and (max-width: 750px){
    display: block;
    margin-top: 40px;
    text-align: center;
    img {
      width: 60%;
    }
  }
}
.recAbout__block {
  position: relative;
  color: #fff;
  &.-block01 {
    margin-top: 80px;
    left: -280px;
    transform: translateX(50%);
    @media screen and (max-width: 750px){
      margin-top: 40px;
      left: 0px;
      transform: none;
    }
  }
  &.-block02 {
    margin-top: -40px;
    right: -500px;
    transform: translateX(-50%);
    @media screen and (max-width: 750px){
      margin-top: 40px;
      left: 0px;
      transform: none;
    }
  }
  &.-block03 {
    margin-top: -140px;
    left: -330px;
    transform: translateX(50%);
    @media screen and (max-width: 750px){
      margin-top: 40px;
      left: 0px;
      transform: none;
    }
  }
  &.-block04 {
    margin-top: 150px;
    @media screen and (max-width: 750px){
      margin-top: 40px;
      left: 0px;
      transform: none;
    }
  }
}
.recAbout__num {
  font-size: 39px;
  text-align: center;
}
.recAbout__h3 {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.14em;
  line-height: 1.66;
  margin-top: 25px;
  @media screen and (max-width: 750px){
    font-size: 22px;
  }
}
.recAbout__text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0..14em;
  margin-top: 25px;
  font-weight: 500;
  @media screen and (max-width: 750px){
    font-size: 14px;
  }
}
.recAboutWords {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px 0;
  margin-top: 40px;
  @media screen and (max-width: 750px){
    gap: 30px;
    flex-direction: column;
  }
}
.recAboutWords__item {
  width: 26%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  @media screen and (max-width: 750px){
    width: 100%;
    gap: 10px;
  }
}
.recAboutWords__word {
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.14em;
  color: #e8a2c0;
}
.recAboutWords__text {
  text-align: left;
  line-height: 2;
}
.recData {
  padding-top: 280px;
  padding-bottom: 160px;
  background: url(../img/recruit/ptn_green.png) repeat center / 20px;
  position: relative;
  z-index: 1;
  @media screen and (max-width: 750px){
    padding: 120px 4.4% 60px;
  }
  &:after {
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 116px;
    background: url(../img/recruit/circle_pink_bottom.png) no-repeat center / 100% 100%;
    z-index: -1;
    @media screen and (max-width: 1800px) {
      background-size: cover;
    }
    @media screen and (max-width: 750px){
      height: 78px;
    }
  }
}
.recData__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.recDataList {
  margin-top: 146px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 80px 0;
  @media screen and (max-width: 750px){
    flex-direction: column;
    gap: 20px;
    margin-top: 60px;
  }
}
.recDataList__item {
  width: calc(50% - 32px);
  background-color: #fff;
  position: relative;
  border-radius: 30px;
  padding: 100px 40px 45px;
  @media screen and (max-width: 750px){
    width: 100%;
    padding: 40px 30px 40px;
  }
  &.-item01 {
    &:before {
      content: "";
      background: url(../img/recruit/deco_data_01.png) no-repeat center / contain;
      position: absolute;
      top: -50px;
      left: -72px;
      width: 161px;
      aspect-ratio: 322 / 359;
      @media screen and (max-width: 750px){
        width: 120px;
        left: -40px;
      }
    }
  }
  &.-item02 {
    &:before {
      content: "";
      background: url(../img/recruit/deco_data_02.png) no-repeat center / contain;
      position: absolute;
      top: -56px;
      right: 12px;
      width: 110px;
      aspect-ratio: 219 / 354;
      @media screen and (max-width: 750px){
        width: 80px;
      }
    }
  }
}
.recDataList__title {
  position: absolute;
  text-align: center;
  top: -20px;
  left: 0px;
  width: 100%;
  font-family: var(--font-arare);
  color: var(--color-blue);
  font-size: 30px;
  @media screen and (max-width: 750px){
    font-size: 24px;
    top: -12px;
  }
}
.recDataList__num {
  text-align: center;
  img {
    width: auto;
    height: 138px;
    @media screen and (max-width: 750px){
      height: 64px;
    }
  }
}
.recDataList__text {
  margin-top: 77px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.14em;
  font-weight: 500;
  @media screen and (max-width: 750px){
    font-size: 14px;
    margin-top: 30px;
  }
}
.recData__deco {
  width: calc(50% - 32px);
  text-align: center;
  @media screen and (max-width: 750px){
    width: 100%;
  }
  img {
    width: 90%;
    @media screen and (max-width: 750px){
      width: 60%;
    }
  }
}
.recJob {
  padding: 120px 0 200px; 
  background: url(../img/recruit/bg_job.png) no-repeat center / cover;
  @media screen and (max-width: 750px){
    padding: 40px 4.4% 60px;
  }
}
.recJob__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.recJobList {
  margin-top: 150px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 60px 0;
  @media screen and (max-width: 750px){
    margin-top: 80px;
    gap: 60px;
    flex-direction: column;
  }
}
.recJobList__item {
  width: calc(50% - 15px);
  background-color: #fff;
  position: relative;
  border-radius: 30px;
  border: 1px solid #c3bb4a;
  padding: 70px 40px 60px;
  @media screen and (max-width: 750px){
    width: 100%;
    padding: 70px 20px 40px;
  }
  &.-item01 {
    &:before {
      content: "";
      background: url(../img/recruit/deco_job_01.png) no-repeat center / contain;
      width: 128px;
      aspect-ratio: 255 / 197;
      position: absolute;
      top: -17px;
      right: 46px;
      @media screen and (max-width: 750px){
        top: -45px;
      }
    }
  }
  &.-item02 {
    &:before {
      content: "";
      background: url(../img/recruit/deco_job_02.png) no-repeat center / contain;
      width: 127px;
      aspect-ratio: 254 / 156;
      position: absolute;
      top: -34px;
      right: 44px;
    }
  }
  &.-item03 {
    &:before {
      content: "";
      background: url(../img/recruit/deco_job_03.png) no-repeat center / contain;
      width: 72px;
      aspect-ratio: 144 / 236;
      position: absolute;
      top: -20px;
      right: 46px;
    }
  }
  &.-item04 {
    &:before {
      content: "";
      background: url(../img/recruit/deco_job_04.png) no-repeat center / contain;
      width: 123px;
      aspect-ratio: 246 / 203;
      position: absolute;
      top: -31px;
      right: 34px;
    }
  }
}
.recJobList__icon {
  width: 184px;
  position: absolute;
  top: -84px;
  left: -36px;
  @media screen and (max-width: 750px){
    width: 120px;
    top: -60px;
    left: -15px;
  }
}
.recJobList__title {
  margin-left: 120px;
  font-size: 30px;
  font-family: var(--font-arare);
  @media screen and (max-width: 750px){
    margin: 0;
    text-align: center;
    font-size: 24px;
  }
}
.recJobList__text {
  line-height: 2;
  margin-top: 20px;
  text-align: left;
}
.recSupport {
  position: relative;
  padding-top: 140px;
  z-index: 1;
  background: #0c68b3 url(../img/recruit/bg_support.png) no-repeat center 455px / 1567px;
  padding-bottom: 260px;
  @media screen and (max-width: 750px){
    padding: 60px 4.4% 180px;
    background-size: auto 15vw;
  }
  &:before {
    content: "";
    height: 28px;
    width: 100%;
    background: url(../img/recruit/wave_blue.png) repeat-x center top / contain;
    position: absolute;
    left: 0px;
    bottom: 100%;
    z-index: 2;
    @media screen and (max-width: 750px){
      height: 8px;
    }
  }
  &:after {
    content: "";
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 100%;
    height: 116px;
    background: url(../img/recruit/circle_pink_light.png) no-repeat center / 100% 100%;
    z-index: -1;
    @media screen and (max-width: 1800px) {
      background-size: cover;
    }
    @media screen and (max-width: 750px){
      height: 78px;
    }
  }
}
.recLearn__deco {
  width: 283px;
  position: absolute;
  bottom: 58px;
  left: calc(50% - 378px);
  @media screen and (max-width: 750px){
    left: 20px;
    bottom: 5px;
    width: 150px;
  }
}
.recSupport__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.recSupport__subtitle {
  text-align: center;
  font-size: 30px;
  font-family: var(--font-arare);
  color: #fff;
  margin-top: 60px;
  @media screen and (max-width: 750px){
    font-size: 24px;
    margin-top: 40px;
  }
  span {
    display: inline-block;
    position: relative;
    padding: 16px 28px;
    @media screen and (max-width: 750px){
      padding: 10px 28px;
    }
    &:before {
      content: "";
      width: 42px;
      height: 45px;
      border-top: 1px solid #fff;
      border-left: 1px solid #fff;
      position: absolute;
      top: 0px;
      left: 0px;
    }
    &:after {
      content: "";
      width: 42px;
      height: 45px;
      border-bottom: 1px solid #fff;
      border-right: 1px solid #fff;
      position: absolute;
      bottom: 0px;
      right: 0px;
    }
  }
}
.recSupport__text {
  margin-top: 20px;
  text-align: center;
  color: #fff;
  @media screen and (max-width: 750px){
    text-align: left;
  }
}
.recSupport__content {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  padding: 0 60px;
  @media screen and (max-width: 750px){
    padding: 0;
    margin-top: 40px;
    flex-direction: column;
    gap: 40px;
  }
}
.recSupportList {
  width: 420px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 90px;
  @media screen and (max-width: 750px){
    width: 100%;
    display: contents;
  }
  &:nth-child(2) {
    margin-top: 190px;
  }
}
.recSupportList__item {
  padding-bottom: 20px;
  border-bottom: 3px solid #fff;
  @media screen and (max-width: 750px){
    &.-point01 {
      order: 1;
    }
    &.-point02 {
      order: 2;
    }
    &.-point03 {
      order: 3;
    }
    &.-point04 {
      order: 4;
    }
  }
}
.recSupportList__num {
  font-size: 20px;
  font-family: var(--font-arare);
  letter-spacing: 0.12em;
  @media screen and (max-width: 750px){
    font-size: 16px;
  }
  span {
    font-size: 36px;
    @media screen and (max-width: 750px){
      font-size: 32px;
    }
  }
}
.recSupportList__inner {
  border-left: 3px solid #fff;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.recSupportList__text {
  padding-left: 30px;
  width: 100%;
}
.recSupportList__title {
  font-size: 26px;
  letter-spacing: 0.14em;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
  @media screen and (max-width: 750px){
    font-size: 22px;
  }
  &:after {
    content: "";
    background: url(../img/recruit/deco_support_01.png) no-repeat center / contain;
    width: 39px;
    aspect-ratio: 39 / 37;
    position: absolute;
    top: -30px;
    right: -45px;
  }
}
.recLearn {
  position: relative;
  z-index: 1;
  background-color: #f9e1ea;
  padding-top: 50px;
  overflow: hidden;
  padding-bottom: 100px;
  @media screen and (max-width: 750px){
    padding: 50px 4.4% 0px;
  }
}
.recLearn__read {
  font-size: 24px;
  letter-spacing: 0.14em;
  text-align: center;
  color: var(--color-blue);
  font-weight: 500;
  margin-top: 60px;
  @media screen and (max-width: 750px){
    font-size: 20px;
  }
}
.recLearn__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.recLearnHeader {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 40px;
  @media screen and (max-width: 750px){
    flex-direction: column;
    gap: 20px;
  }
}
.recLearnHeader__thumb {
  width: 328px;
  @media screen and (max-width: 750px){
    width: 100%;
  }
  figure {
    display: block;
    width: 941px;
    @media screen and (max-width: 750px){
      width: 100%;
    }
  }
}
.recLearnHeader__text {
  width: 675px;
  font-size: 28px;
  line-height: 2;
  letter-spacing: 0.12em;
  font-family: var(--font-arare);
  color: var(--color-blue);
  @media screen and (max-width: 750px){
    width: auto;
    font-size: 20px;
  }
}
.recLearnList {
  display: flex;
  margin-top: 110px;
  gap: 72px 20px;
  flex-wrap: wrap;
  @media screen and (max-width: 750px){
    margin-top: 80px;
    gap: 48px;
    flex-direction: column;
  }
}
.recLearnList__item {
  width: calc(50% - 10px);
  background-color: rgba(255, 255, 255, 0.5);
  padding: 50px 35px 40px;
  border-radius: 30px;
  position: relative;
  @media screen and (max-width: 750px){
    width: 100%;
    padding: 40px 30px 40px;
  }
  &.-small {
    width: calc(calc(100% - 40px) / 3);
    @media screen and (max-width: 750px){
      width: 100%;
    }
  }
  &:after {
    content: "";
    width: 68px;
    aspect-ratio: 68 / 65;
    position: absolute;
    top: -38px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img/recruit/icon_starman.png) no-repeat center / contain;
  }
}
.recLearnList__title {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.14em;
  color: var(--color-blue);
  margin: 0 -1em;
  @media screen and (max-width: 750px){
    font-size: 20px;
  }
}
.recLearnList__text {
  margin-top: 18px;
}
.recEvent {
  padding-top: 300px;
  padding-bottom: 230px;
  background: url(../img/recruit/ptn_green.png) repeat center / 20px;
  position: relative;
  z-index: 1;
  @media screen and (max-width: 750px){
    padding: 120px 4.4% 60px;
  }
  &:before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 116px;
    background: url(../img/recruit/circle_pink_light_bottom.png) no-repeat center / 100% 100%;
    z-index: -1;
    @media screen and (max-width: 1800px) {
      background-size: cover;
    }
    @media screen and (max-width: 750px){
      height: 78px;
    }
  }
  &:after {
    content: "";
    height: 28px;
    width: 100%;
    background: url(../img/recruit/wave_green.png) repeat-x center top / contain;
    position: absolute;
    left: 0px;
    bottom: 0%;
    z-index: 1;
    @media screen and (max-width: 750px){
      height: 8px;
    }
  }
}
.recEvent__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.recEvent__read {
  font-size: 24px;
  letter-spacing: 0.14em;
  line-height: 2;
  text-align: center;
  color: var(--color-blue);
  font-weight: 500;
  margin-top: 60px;
  @media screen and (max-width: 750px){
    font-size: 20px;
  }
}
.recEvent__h3 {
  font-size: 26px;
  letter-spacing: 0.12em;
  font-family: var(--font-arare);
  color: var(--color-blue);
  text-align: center;
  margin-bottom: 30px;
  @media screen and (max-width: 750px){
    font-size: 20px;
    margin-bottom: 24px;
  }
}
.recEventExample {
  margin-top: 100px;
  @media screen and (max-width: 750px){
    margin-top: 60px;
  }
}
.recEventExample__img {
  width: 888px;
  margin-left: 32px;
  position: relative;
  z-index: 2;
  @media screen and (max-width: 750px){
    width: 100%;
    margin: 0;
  }
}
.recEventExample__thumb {
  z-index: 1;
  position: relative;
  margin-top: -38px;
  width: 488px;
  @media screen and (max-width: 750px){
    width: 100%;
    img {
      width: 70%;
    }
  }
}
.recEventVolunteer {
  margin-top: 80px;
}
.recEventVolunteer__text {
  text-align: center;
  color: var(--color-blue);
  line-height: 2.7;
  @media screen and (max-width: 750px){
    text-align: left;
    line-height: 2;
  }
}
.recEvent__gallery {
  display: flex;
  gap: 20px;
  margin-top: 80px;
  @media screen and (max-width: 750px){
    margin-top: 40px;
    gap: 10px;
  }
}
.recVoice {
  padding-top: 160px;
  padding-bottom: 240px;
  position: relative;
  z-index: 1;
  background: var(--color-green) url(../img/recruit/bg_voice.png) no-repeat center 1112px / 2068px;
  @media screen and (max-width: 750px){
    padding: 60px 4.4% 120px;
    background-size: 15vw;
  }
  &:after {
    content: "";
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 100%;
    height: 116px;
    background: url(../img/recruit/circle_yellow.png) no-repeat center / 100% 100%;
    z-index: -1;
    @media screen and (max-width: 1800px) {
      background-size: cover;
    }
    @media screen and (max-width: 750px){
      height: 78px;
    }
  }
}
.recVoice__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.recVoice__read {
  text-align: center;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.14em;
  color: #fff;
  font-weight: 500;
  margin-top: 70px;
  @media screen and (max-width: 750px){
    margin-top: 40px;
    font-size: 20px;
  }
}
.recVoiceList {
  margin-top: 110px;
  gap: 85px 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  @media screen and (max-width: 750px){
    gap: 60px;
    margin-top: 80px;
  }
}
.recVoiceList__item {
  width: 430px;
  background-color: #fffbc2;
  border-radius: 30px;
  padding: 120px 30px 50px;
  position: relative;
  &:first-child {
    margin-top: 120px;
  }
  @media screen and (max-width: 750px){
    width: 100%;
    padding: 80px 20px 40px;
    &:first-child {
      margin-top: 0px;
    }
  }
}
.recVoiceList__icon {
  width: 190px;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  @media screen and (max-width: 750px){
    width: 140px;
    top: -49px;
  }
}
.recVoiceList__name {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 20px;
  color: var(--color-blue);
  position: relative;
  @media screen and (max-width: 750px){
    font-size: 20px;
  }
  &:after {
    content: "";
    height: 3px;
    width: 94px;
    background-color: var(--color-blue);
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.recVoiceList__title {
  margin-top: 34px;
  color: var(--color-blue);
  font-size: 26px;
  font-family: var(--font-arare);
  letter-spacing: 0.12em;
  text-align: center;
  @media screen and (max-width: 750px){
    font-size: 22px;
    margin-top: 24px;
  }
}
.recVoiceList__text {
  margin-top: 25px;
  @media screen and (max-width: 750px){
    margin-top: 15px;
  }
}
.recFaq {
  padding-top: 40px;
  padding-bottom: 100px;
  position: relative;
  z-index: 2;
  background-color: #f0e027;
  @media screen and (max-width: 750px){
    padding: 20px 4.4% 00px;
  }
}
.recFaq__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.recFaq__deco {
  position: absolute;
  width: 988px;
  top: -422px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
  @media screen and (max-width: 750px){
    width: 320px;
    top: -120px;
  }
}
.recFaqList {
  margin-top: 90px;
  display: flex;
  flex-direction: column;
  gap: 46px;
  color: var(--color-blue);
}
.recFaqList__title {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  padding: 14px 20px;
  font-size: 24px;
  @media screen and (max-width: 750px){
    padding-left: 80px;
    position: relative;
    font-size: 18px;
  }
  .__num {
    margin-right: 20px;
    font-size: 35px;
    font-family: var(--font-arare);
    color: transparent;
    -webkit-text-stroke: 1px var(--color-blue);
    text-stroke: 1px var(--color-blue);
    @media screen and (max-width: 750px){
      font-size: 26px;
      position: absolute;
      top: 14px;
      left: 20px;
    }
  }
}
.recFaqList__content {
  padding: 30px 0 0 90px;
  @media screen and (max-width: 750px){
    padding: 20px 0 0;
  }
}
.recFaqList__answer {
  font-size: 24px;
  letter-spacing: 0.14em;
  font-weight: 500;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--color-blue);
  @media screen and (max-width: 750px){
    padding-left: 40px;
    position: relative;
    font-size: 20px;
  }
  .__num {
    font-size: 35px;
    letter-spacing: 0.12em;
    font-family: var(--font-arare);
    margin-right: 20px;
    @media screen and (max-width: 750px){
      font-size: 26px;
      position: absolute;
      top: 0px;
      left: 0px;
    }
  }
}
.recFaqList__text {
  margin-top: 20px;
}
.recEntry {
  padding-top: 295px;
  padding-bottom: 130px;
  background: url(../img/recruit/ptn_green.png) repeat center / 20px;
  position: relative;
  z-index: 1;
  @media screen and (max-width: 750px){
    padding: 160px 4.4% 100px;
  }
  &:before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 116px;
    background: url(../img/recruit/circle_yellow_bottom.png) no-repeat center / 100% 100%;
    z-index: -1;
    @media screen and (max-width: 1800px) {
      background-size: cover;
    }
    @media screen and (max-width: 750px){
      height: 78px;
    }
  }
  &:after {
    content: "";
    height: 28px;
    width: 100%;
    background: url(../img/recruit/wave_pink_light.png) repeat-x center top / contain;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 2;
    @media screen and (max-width: 750px){
      height: 8px;
    }
  }
}
.recEntry__read {
  font-size: 24px;
  letter-spacing: 0.14em;
  line-height: 2;
  text-align: center;
  color: var(--color-blue);
  font-weight: 500;
  margin-top: 80px;
  @media screen and (max-width: 750px){
    font-size: 16px;
    margin-top: 40px;
  }
}
.recEntry__deco {
  width: 1178px;
  position: absolute;
  z-index: 2;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  @media screen and (max-width: 750px){
    width: 360px;
    top: 12px;
  }
}
.recEntryList {
  margin: 80px auto 0;
  display: flex;
  flex-wrap: wrap;
  max-width: 1096px;
  gap: 20px;
  @media screen and (max-width: 750px){
    flex-direction: column;
    margin-top: 60px;
  }
}
.recEntryList__item {
  width: calc((100% - 40px) / 3);
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid #bcc5b6;
  padding: 24px 24px 30px;
  @media screen and (max-width: 750px){
    width: 100%;
  }
}
.recEntryList__thumb {
  img {
    aspect-ratio: 298 / 160;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
  }
}
.recEntryList__table {
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.14em;
  margin-top: 16px;
  color: var(--color-blue);
  tr {
    border-bottom: 1px solid var(--color-blue);
  }
  th {
    padding: 16px 0;
    width: 108px;
  }
  td {
    padding: 16px 0;
  }
}
.recEntryList__btn {
  margin-top: 30px;
  a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 64px;
    background-color: var(--color-blue);
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    border-radius: 50vh;
    text-decoration: none;
    letter-spacing: 0.14em;
  }
}
.recBottom {
  padding-top: 150px;
  background-color: #f9e1ea;
  padding-bottom: 270px;
  @media screen and (max-width: 750px){
    padding: 60px 4.4% 180px;
  }
}
.recBottom__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.recBottom__read {
  font-size: 24px;
  letter-spacing: 0.14em;
  line-height: 2;
  text-align: center;
  color: var(--color-blue);
  font-weight: 500;
  margin-top: 60px;
  @media screen and (max-width: 750px){
    font-size: 16px;
    text-align: left;
  }
}
.recBottomList {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin-top: 120px;
  @media screen and (max-width: 750px){
    gap: 40px;
    margin-top: 60px;
  }
}
.recBottomList__item {
  width: calc((100% - 50px) / 2);
  border-bottom: 10px solid #fff;
  padding-bottom: 24px;
  display: flex;
  @media screen and (max-width: 750px){
    width: 100%;
    flex-direction: column;
  }
}
.recBottomList__left {
  width: 190px;
  text-align: center;
  @media screen and (max-width: 750px){
    width: auto;
  }
}
.recBottomList__text {
  flex: 1;
  @media screen and (max-width: 750px){
    margin-top: 20px;
  }
}
.recBottomList__num {
  font-size: 35px;
  font-family: var(--font-arare);
  color: #f9e1ea;
  text-shadow:
      2px 0 0 var(--color-blue),
      -2px 0 0 var(--color-blue),
      0 2px 0 var(--color-blue),
      0 -2px 0 var(--color-blue),
      2px 2px 0 var(--color-blue),
      -2px 2px 0 var(--color-blue),
      2px -2px 0 var(--color-blue),
      -2px -2px 0 var(--color-blue);
  @media screen and (max-width: 750px){
    font-size: 28px;
  }
}
.recBottomList__title {
  margin-top: 10px;
  font-size: 26px;
  letter-spacing: 0.12em;
  color: var(--color-blue);
  font-family: var(--font-arare);
  text-align: center;
  @media screen and (max-width: 750px){
    font-size: 22px;
  }
  small {
    font-size: 20px;
    @media screen and (max-width: 750px){
      font-size: 16px;
    }
  }
}
.recBottomContact {
  margin-top: 100px;
  text-align: center;
  color: var(--color-blue);
}
.recBottom__h3 {
  font-size: 24px;
  letter-spacing: 0.14em;
  font-weight: bold;
  margin-bottom: 20px;
  @media screen and (max-width: 750px){
    font-size: 22px;
  }
}
.recBottom__subtitle {
  font-size: 18px;
  letter-spacing: 0.14em;
  font-weight: 500;
  @media screen and (max-width: 750px){
    font-size: 16px;
  }
}
.recBottomContact__tel {
  font-size: 18px;
  letter-spacing: 0.14em;
  margin-top: 10px;
  @media screen and (max-width: 750px){
    font-size: 16px;
  }
  img {
    width: 39px;
    margin-right: 10px;
    @media screen and (max-width: 750px){
      width: 32px;
      position: relative;
      top: -4px;
    }
  }
  a {
    font-size: 35px;
    font-family: var(--font-arare);
    @media screen and (max-width: 750px){
      font-size: 28px;
    }
  }
}
.recBottomContact {
  margin-top: 90px;
}
.recBottom__btn {
  display: flex;
  justify-content: center;
  a {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    width: 492px;
    height: 100px;
    background-color: var(--color-blue);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 50vh;
    text-decoration: none;
    letter-spacing: 0.14em;
    @media screen and (max-width: 750px){
      height: 80px;
    }
  }
}

.recsinleRequires__title {
  font-size: 24px;
  color: var(--color-blue);
  letter-spacing: 0.14em;
  font-weight: 500;
  background-color: #e6f0f7;
  border-radius: 10px;
  padding: 12px 24px;
  margin-bottom: 40px;
}
.recsinleRequires__list {
  color: var(--color-blue);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1.67;
  @media screen and (max-width: 750px){
    font-size: 16px;
  }
  dl {
    display: flex;
    border-bottom: 1px solid var(--color-blue);
    @media screen and (max-width: 750px){
      flex-direction: column;
    }
  }
  dt {
    width: 23.5%;
    padding: 16px 0;
    @media screen and (max-width: 750px){
      width: 100%;
    }
  }
  dd {
    padding: 16px 0;
    width: 76.5%;
    @media screen and (max-width: 750px){
      width: 100%;
      padding-top: 0;
      font-size: 14px;
    }
  }
}
.recForm {
  margin-top: 80px;
}