* {
  margin: 0;
  padding: 0;
  font-family: Noto Sans JP;
  box-sizing: border-box;
  letter-spacing: 0.03em;
}

textarea::placeholder,
input::placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 25.2px;
  color: #999;
  letter-spacing: 0.05em;
}

html {
  width: 100%;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
}

li {
  list-style: none;
}

body {
  background-color: #f8f8ff;
}

.header {
  background-color: white;
  width: 100%;
  height: 90px;
  display: flex;
  padding-left: 40px;
  transition: opacity 0.2s ease;
}

.header:hover {
  opacity: 0.7;
}

.header__inner {
  display: flex;
  align-items: center;
}

.header__logo img {
  width: 270px;
}

@media screen and (max-width: 767px) {
  .header {
    padding: 0;
    height: 50px;
  }
  .header__inner {
    margin-left: 15px;
  }

  .header__logo img {
    width: 130px;
  }
}

.section__top {
  position: relative;
  background: url(/assets/images/recruit/picture/fv-bg.png) no-repeat center center;
  background-size: cover;
  background-position: center top;
  padding-bottom: 38px;
}

.section__top-list {
  display: flex;
  box-sizing: content-box;
  padding: 0 2%;
  position: relative;
  margin: 0 120px;
  padding: 24px 0 0;
  max-width: 1200px;
  gap: 24px;
}

.section__top-item {
  position: relative;
  font-size: 13px;
}

.section__top-item:first-child a {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #fff;
}

.section__top-item:first-child a::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/assets/images/recruit/icon/home-rounded.png) no-repeat center center;
  background-size: contain;
}

.section__top-item a {
  color: #00bdbd;
  text-decoration: underline;
}

.section__top-item h1 {
  font-size: 13px;
  font-weight: 400;
}

.section__top-item:not(:last-child):after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: -16.5px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: rotate(-45deg);
}

.section__top-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 56px;
  margin-bottom: 36px;
  box-sizing: border-box;
  max-width: 100vw;
}

.section__top-image__title {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .section__top-list {
    margin: 0 auto;
    padding: 8px 31px 0;
  }

  .section__top-item {
    font-size: 12px;
  }

  .section__top-item h1 {
    font-size: 12px;
  }

  .section__top-item:not(:last-child):after {
    right: -14px;
  }

  .section__top-container {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 40px;
    padding: 8px 15px 0;
  }

  .section__top-image__title {
    max-width: 360px;
  }
}

.common-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  background: linear-gradient(183.86deg, #73dede 3.09%, #2da6a6 96.78%);
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  margin: 0 auto;
  width: 520px;
  height: 77px;
  line-height: 1.6;
  border-radius: 216px;
  padding: 16px 64px 16px 84px;
  box-shadow: 0px 6px 0px 0px #221a15;
  border: 1px solid #221a15;
  position: relative;
  white-space: nowrap;
  letter-spacing: 0em;
}

.common-link::before {
  content: "カジュアル面談OK!";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  color: #eb537b;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.common-link::after {
  content: "/";
  position: absolute;
  top: -33px;
  left: calc(50% + 75px);
  color: #eb537b;
  font-size: 18px;
  font-weight: 700;
  transform: rotate(15deg);
}

.common-link__slash-left {
  position: absolute;
  top: -33px;
  left: calc(50% - 85px);
  color: #eb537b;
  font-size: 18px;
  font-weight: 700;
  transform: rotate(-15deg);
}

.common-link__slash-left::before {
  content: "\\";
}

.common-link p {
  flex-shrink: 0;
  letter-spacing: 0em;
}

.common-icon__mail {
  width: 40px;
  flex-shrink: 0;
}

.common-icon__cat-mail {
  width: 72px;
  position: absolute;
  right: -18px;
  bottom: 17px;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .common-link {
    width: 100%;
    max-width: 320px;
    height: 56px;
    border-radius: 48px;
    padding: 12px 48px 12px 40px;
    font-size: 18px;
    letter-spacing: 0.03em;
    box-shadow: 0px 4px 0px 0px #221a15;
  }

  .common-link::before {
    top: -32px;
  }

  .common-link::after {
    top: -35px;
  }

  .common-link__slash-left {
    top: -35px;
  }

  .common-icon__mail {
    width: 32px;
  }

  .common-icon__cat-mail {
    width: 48px;
    right: -15px;
    bottom: 15px;
  }
}

._white::after,
._white::before,
.common-link__slash-left._white {
  color: #fff;
}

.section__what {
  position: relative;
  background: url(/assets/images/recruit/picture/how-bg.png) no-repeat center center;
  background-size: cover;
  background-position: center top;
  padding: 56px;
}

.common-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  text-align: center;
}

.common-image {
  width: 100%;
  height: 200px;
  object-fit: contain;
}

.common-br {
  display: none;
}

._inverse {
  display: inline;
}

@media screen and (max-width: 768px) {
  .common-container {
    margin-bottom: 24px;
  }

  .common-image {
    height: 130px;
  }

  ._tall {
    height: 168px;
  }
}

@media screen and (max-width: 600px) {
  .common-br {
    display: inline;
  }

  ._inverse {
    display: none;
  }
}

.section__what-inner {
  display: flex;
  gap: 48px;
  justify-content: center;
  align-items: center;
}

.section__what-image {
  max-width: 335px;
}

.section__what-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 170%;
  color: #fff;
  display: block;
  width: 100%;
  max-width: 617px;
  letter-spacing: 0.03em;
  color: #221a15;
}

@media screen and (max-width: 768px) {
  .section__what {
    padding: 40px 15px;
  }

  .section__what-inner {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 0;
  }

  .section__what-image {
    max-width: 210px;
  }

  .section__what-text {
    font-size: 16px;
  }
}

.section__wanted {
  position: relative;
  background-color: #fff;
  background-image:
    linear-gradient(
      0deg,
      transparent 34px,
      #f2f2f2 34px,
      #f2f2f2 35px,
      transparent 35px
    ),
    linear-gradient(
      90deg,
      transparent 34px,
      #f2f2f2 34px,
      #f2f2f2 35px,
      transparent 35px
    );
  background-size: 35px 35px;
  padding: 80px 15px 0.1px;
}

.section__wanted-text {
  color: #333;
  font-size: 20px;
  line-height: 170%;
  margin-top: 24px;
  letter-spacing: 0.03em;
}

.section__wanted-item {
  display: flex;
  gap: 0;
  justify-content: center;
  align-items: center;
  margin: 56px auto 112px;
}

.section__wanted-item:last-child {
  display: flex;
  gap: 0;
  justify-content: center;
  align-items: center;
  margin: 56px auto 95.5px;
}

.section__wanted-image {
  max-width: 360px;
  width: 100%;
  flex-shrink: 0;
  z-index: 2;
  transform: translateY(80px);
}

.section__wanted-outer {
  background: #fff4f4;
  border: 2px solid #221a15;
  box-shadow: 4px 4px 0px 0px #221a15;
  border-radius: 8px;
  padding: 40px;
  width: 100%;
  max-width: 880px;
  margin-left: -40px;
  z-index: 1;
}

.section__wanted-container {
  display: flex;
  gap: 16px;
  align-items: flex-end;
  margin-bottom: 40px;
}

.section__wanted-icon {
  width: 112px;
}

.section__wanted-inner {
  padding: 12.5px 0;
}

.section__wanted-text__heading {
  color: #eb537b;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 8px;
}

.section__wanted-title__ideal {
  color: #333;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
}

.section__wanted-text__explain {
  color: #333;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 16px;
}

.section__wanted-text__explain:last-child {
  margin-bottom: 0;
}

.section__wanted-list {
  margin-bottom: 16px;
  font-size: 18px;
  color: #333333;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .section__wanted {
    background-image:
      linear-gradient(
        0deg,
        transparent 21px,
        #f2f2f2 21px,
        #f2f2f2 22px,
        transparent 22px
      ),
      linear-gradient(
        90deg,
        transparent 21px,
        #f2f2f2 21px,
        #f2f2f2 22px,
        transparent 22px
      );
    background-size: 22px 22px;
    padding: 40px 15px 15px;
  }

  .section__wanted-text {
    font-size: 16px;
  }

  .section__wanted-item {
    flex-direction: column-reverse;
    margin: 56px auto 120px;
    position: relative;
  }

  .section__wanted-item:first-child {
    margin: 0 auto 132px;
  }

  .section__wanted-item:last-child {
    margin: 56px auto 132px;
  }

  .section__wanted-image {
    max-width: 180px;
    position: absolute;
    bottom: -132px;
    right: 0;
    transform: none;
  }

  .section__wanted-outer {
    padding: 16px 16px 40px;
    margin: 0;
  }

  .section__wanted-inner {
    padding: 0;
  }

  .section__wanted-container {
    gap: 8px;
    align-items: center;
    margin-bottom: 0;
  }

  .section__wanted-icon {
    width: 56px;
    margin-top: -30px;
  }

  .section__wanted-list {
    font-size: 16px;
  }

  .section__wanted-text__heading {
    font-size: 14px;
  }

  .section__wanted-title__ideal {
    font-size: 20px;
    margin-bottom: 24px;
  }

  .section__wanted-text__explain {
    font-size: 16px;
  }
}

.section__position {
  position: relative;
  background: url(/assets/images/recruit/picture/position-bg.png) no-repeat center center;
  background-size: cover;
  background-position: center top;
  padding: 80px;
  background-color: #ffffe1;
  padding: 80px 0;
}

.section__position-list {
  display: flex;
  gap: 56px;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 880px;
  margin: 0 auto;
}

.section__position-item {
  width: 100%;
  max-width: 384px;
  text-align: center;
}

.section__position-image {
  width: 100%;
  margin-bottom: 16px;
}

.section__position-text__subtitle {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 4px;
}

.section__position-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
  color: #eb537b;
  margin-bottom: 16px;
}

.section__position-text__explain {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .section__position {
    padding: 40px 15px;
  }

  .section__position-list {
    gap: 24px 12px;
  }

  .section__position-item {
    max-width: 168px;
  }

  .section__position-image {
    margin-bottom: 12px;
  }

  .section__position-text__subtitle {
    font-size: 12px;
    margin-bottom: 2px;
  }

  .section__position-title {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .section__position-text__explain {
    font-size: 13px;
  }
}

.section__banner {
  position: relative;
  width: 100%;
  display: block;
}

.section__banner-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

._inner {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section__data {
  position: relative;
  background-color: #fff;
  background-image:
    linear-gradient(
      0deg,
      transparent 34px,
      #f2f2f2 34px,
      #f2f2f2 35px,
      transparent 35px
    ),
    linear-gradient(
      90deg,
      transparent 34px,
      #f2f2f2 34px,
      #f2f2f2 35px,
      transparent 35px
    );
  background-size: 35px 35px;
  padding: 104px 15px;
}

.section__data-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto;
}

.section__data-item {
  list-style: none;
}

.section__data-item:first-child {
  width: 100%;
  display: flex;
  justify-content: center;
}

.section__data-item:not(:first-child) {
  width: calc(50% - 12px);
  max-width: 500px;
}

.section__data-item img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1200px) {
  ._inner {
    bottom: -5px;
  }
}

@media screen and (max-width: 950px) {
  ._inner {
    bottom: -30px;
  }
}

@media screen and (max-width: 768px) {
  .section__data {
    padding: 40px 15px;
    background-image:
      linear-gradient(
        0deg,
        transparent 21px,
        #f2f2f2 21px,
        #f2f2f2 22px,
        transparent 22px
      ),
      linear-gradient(
        90deg,
        transparent 21px,
        #f2f2f2 21px,
        #f2f2f2 22px,
        transparent 22px
      );
    background-size: 22px 22px;
  }

  .section__data-list {
    gap: 12px;
  }

  .section__data-item:not(:first-child) {
    width: calc(50% - 6px);
  }

  ._inner {
    bottom: 110px;
  }
}

.section__career {
  position: relative;
  background: url(/assets/images/recruit/picture/career-bg.png) no-repeat center center;
  background-size: cover;
  background-position: center top;
  padding: 104px 15px;
}

.section__career-text {
  color: #221a15;
  font-size: 18px;
  line-height: 170%;
  margin-top: 40px;
  font-weight: 700;
}

.section__career-list {
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: center;
}

.section__career-item {
  width: 100%;
  max-width: 600px;
}

.section__career-image {
  margin: 0 auto;
}

.section__career-icon {
  height: 34px;
  object-fit: contain;
  margin-bottom: 8px;
}

.section__career-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
  color: #fcff67;
  margin: 0 0 16px;
}

.section__career-text__solicitation {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.7;
  text-align: center;
  color: #fff;
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .section__career {
    padding: 40px 15px;
  }

  .section__career-text {
    font-size: 16px;
  }

  .section__career-list {
    flex-direction: column;
    margin-top: 40px;
    gap: 40px;
  }

  .section__career-icon {
    height: 30px;
  }

  .section__career-title {
    font-size: 20px;
  }

  .section__career-image {
    max-width: 300px;
  }

  .section__career-text__solicitation {
    font-size: 18px;
    margin-top: 40px;
  }
}

.section__voice {
  background-color: #fff;
  background-image: radial-gradient(circle, #fff9fa 2.5px, transparent 5px);
  background-size: 20px 20px;
  padding: 80px;
}

.section__voice-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 1200px;
  margin: 40px auto 0;
}

.section__voice-item {
  display: flex;
  align-items: flex-start;
  gap: 0;
  background-color: #fff;
  border: 1px solid #221a15;
  border-radius: 8px;
  padding: 40px;
}

.section__voice-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.section__voice-image {
  width: 100%;
  max-width: 140px;
}

.section__voice-em {
  width: auto;
  padding: 2px 16px 4px 16px;
  border-radius: 128px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  font-style: normal;
  color: #0c8d8d;
}

.section__voice-container {
  border-radius: 16px;
  width: 100%;
  max-width: 980px;
}

.section__voice-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
  color: #eb537b;
  margin: 0 0 16px;
}

.section__voice-text {
  font-size: 18px;
  color: #333;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .section__voice {
    padding: 40px 15px;
  }

  .section__voice-list {
    margin: 0 auto 0;
  }

  .section__voice-item {
    flex-direction: column;
    padding: 16px;
  }

  .section__voice-inner {
    flex-direction: row;
    align-items: left;
  }

  .section__voice-image {
    max-width: 56px;
  }

  .section__voice-em {
    padding: 0;
  }

  .section__voice-container {
    max-width: 940px;
  }

  .section__voice-title {
    font-size: 20px;
  }

  .section__voice-text {
    font-size: 12px;
  }
}

.section__offer {
  position: relative;
  background: url(/assets/images/recruit/picture/how-bg.png) no-repeat center center;
  background-size: cover;
  background-position: center top;
  padding: 80px;
  text-align: center;
}

.section__offer-list__tab {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.section__offer-item__tab {
  width: 166px;
  height: 49px;
  padding: 11px 20px;
  border-radius: 88px;
  background-color: #fff;
  border: 1px solid #221a15;
  box-shadow: 0px 3px 0px 0px #221a15;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.7;
  color: #221a15;
  text-align: center;
  cursor: pointer;
}

._selected {
  color: #221a15;
  background-color: #a4ecec;
  box-shadow: none;
}

.section__offer-container {
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid #221a15;
  padding: 40px 55.5px;
  max-width: 1000px;
  margin: 40px auto 56px;
  box-shadow: 12px 12px 0px 0px #221a15;
  display: none;
  text-align: left;
}

.section__offer-container._active {
  display: block;
}

.section__offer-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
  color: #eb537b;
  text-align: center;
  padding: 0 0 40px;
  border-bottom: 2px solid #e5e5e5;
}

.section__offer-list__requirements {
  list-style: none;
}

.section__offer-item__requirements {
  display: flex;
  border-bottom: 1px solid #e5e5e5;
}

.section__offer-em {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.7;
  color: #333;
  width: 100%;
  max-width: 240px;
  font-style: normal;
  padding: 24px 16px;
  box-sizing: border-box;
}

.section__offer-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.7;
  color: #333;
  padding: 56px 24px 30px;
  box-sizing: border-box;
}

._narrow {
  padding: 0 0 16px;
  margin-top: -16px;
}

.section__offer-text__detail {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.03em;
  padding: 24px;
  box-sizing: border-box;
}

.section__offer-item__requirements {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  margin: 0;
}

.section__offer-title__flow {
  display: inline-block;
  height: 58px;
  padding: 4px 32px 6px;
  border-radius: 128px;
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #fff;
  color: #eb537b;
  margin: 0 auto 30px;
  position: relative;
  padding: 0 80px;
}

.section__offer-title__flow::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  background: url(/assets/images/recruit/icon/sparkle-small.png) no-repeat center center;
  background-size: contain;
}

.section__offer-title__flow::after {
  content: "";
  position: absolute;
  right: -6px;
  top: 30%;
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  background: url(/assets/images/recruit/icon/sparkle-big.png) no-repeat center center;
  background-size: contain;
}

.section__offer-list__flow {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 56px;
}

.section__offer-item__flow {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 392px;
}

.section__offer-icon__flow {
  height: 34px;
  object-fit: contain;
  margin-bottom: 8px;
}

.section__offer-title__step {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.5;
  text-align: center;
  color: #221a15;
  margin-bottom: 16px;
}

.section__offer-image__step {
  width: 180px;
  margin-bottom: 16px;
}

.section__offer-text__flow {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7;
  text-align: center;
}

.section__offer-link {
  text-decoration: underline;
  text-decoration-style: solid;
  color: #ff2a62;
}

.section__offer-text__solicitation {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin-bottom: 45px;
  text-align: center;
  color: #333;
}

.section__offer-inner__top {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.section__offer-inner__bottom {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .section__offer {
    padding: 40px 15px;
  }

  .section__offer-list__tab {
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    padding: 0 15px;
    white-space: nowrap;
    scrollbar-width: none;
    margin: 0 -15px;
    height: 45px;
  }

  .section__offer-list__tab::-webkit-scrollbar {
    display: none;
  }

  .section__offer-item__tab {
    width: 144px;
    height: 42px;
    flex: 0 0 auto;
    font-size: 16px;
    padding: 8px;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }

  .section__offer-container {
    padding: 24px 16px;
    margin: 37px auto;
    box-shadow: 4px 4px 0px 0px #000000;
  }

  .section__offer-title {
    font-size: 22px;
    padding: 0 0 24px;
  }

  .section__offer-item__requirements {
    flex-direction: column;
  }

  .section__offer-em {
    font-size: 14px;
    padding: 12px;
  }

  .section__offer-text {
    font-size: 16px;
    margin-top: 40px;
    padding: 0 0 24px;
  }

  ._narrow {
    padding: 0 0 16px;
    margin-top: -16px;
  }

  .section__offer-text__detail {
    font-size: 14px;
    padding: 0 12px 15px;
  }

  .section__offer-title__flow {
    height: 43px;
    padding: 4px 16px 6px;
    font-size: 20px;
    margin-bottom: 15px;
  }

  .section__offer-title__flow::before {
    left: -22px;
    width: 40px;
    height: 40px;
  }

  .section__offer-title__flow::after {
    right: -24px;
    top: 35%;
    width: 40px;
    height: 40px;
  }

  .section__offer-list__flow {
    flex-direction: column;
    gap: 0;
    margin-bottom: 40px;
    align-items: center;
  }

  .section__offer-item__flow {
    padding: 16px 0;
    gap: 5px;
    border-bottom: 1px solid #d6d6d6;
  }

  .section__offer-inner__top {
    gap: 4px;
  }

  .section__offer-inner__bottom {
    flex-direction: row;
    gap: 12px;
  }

  .section__offer-icon__flow {
    height: 25px;
    flex-shrink: 0;
    margin: 0;
  }

  .section__offer-title__step {
    font-size: 20px;
    text-align: left;
    margin: 0;
  }

  .section__offer-image__step {
    width: 108px;
    flex-shrink: 0;
    margin: 0;
  }

  .section__offer-text__flow {
    font-size: 16px;
    text-align: left;
  }

  .section__offer-text__solicitation {
    font-size: 18px;
    letter-spacing: 0.03em;
    margin-bottom: 51px;
  }
}

.section__faq {
  position: relative;
  padding: 80px 15px 64px;
  background-color: #fff;
  background-image:
    linear-gradient(
      0deg,
      transparent 34px,
      #f2f2f2 34px,
      #f2f2f2 35px,
      transparent 35px
    ),
    linear-gradient(
      90deg,
      transparent 34px,
      #f2f2f2 34px,
      #f2f2f2 35px,
      transparent 35px
    );
  background-size: 35px 35px;
}

.section__faq-text {
  color: #333;
  font-size: 20px;
  line-height: 170%;
  margin: 40px 0 0;
}

.section__faq-label {
  background: #eb537b;
  display: flex;
  margin: 0 auto 16px;
  border-radius: 16px;
  padding: 16px;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  align-items: center;
  gap: 8px;
  position: relative;
  cursor: pointer;
  height: auto;
  min-height: 72px;
  box-sizing: border-box;
  word-break: break-word;
  border: 1px solid #eb537b;
  width: 100%;
  max-width: 1000px;
  user-select: none;
}

.section__faq-label::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(/assets/images/recruit/icon/question.png) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
}

.section__faq-label::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/assets/images/recruit/icon/arrow.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 16px;
  transition: transform 0.3s ease;
}

.section__faq-image {
  width: 40px;
}

.section__faq-input:checked + .section__faq-label {
  margin: 0 auto 0;
  border-radius: 24px 24px 0 0;
  border-bottom: none;
}

.section__faq-input:checked + .section__faq-label + .section__faq-container {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0 auto 16px;
  background: #fff;
  border-radius: 0 0 24px 24px;
  border: 1px solid #eb537b;
  border-top: 1px dashed #eb537b;
  width: 100%;
  max-width: 1000px;
  padding: 16px 16px 32px;
}

.section__faq-input:checked + .section__faq-label::after {
  transform: rotate(180deg);
}

.section__faq-input {
  display: none;
}

.section__faq-container {
  display: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 32.4px;
  padding: 16px;
}

.section__faq-text__answer {
  margin: 0;
  word-break: break-all;
  color: #41414c;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 800px) {
  .section__faq {
    padding: 40px 15px 24px;
    background-image:
      linear-gradient(
        0deg,
        transparent 21px,
        #f2f2f2 21px,
        #f2f2f2 22px,
        transparent 22px
      ),
      linear-gradient(
        90deg,
        transparent 21px,
        #f2f2f2 21px,
        #f2f2f2 22px,
        transparent 22px
      );
    background-size: 22px 22px;
    border: 0;
  }

  .section__faq-text {
    font-size: 16px;
    line-height: 1.7;
    margin: 24px 0 0;
  }

  .section__faq-label {
    border-radius: 12px;
    padding: 12px 34px 16px 12px;
    font-size: 18px;
    min-height: 56px;
  }

  .section__faq-label::before {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
  }

  .section__faq-label::after {
    width: 14px;
    height: 14px;
    right: 12px;
  }

  .section__faq-image {
    width: 32px;
  }

  .section__faq-input:checked + .section__faq-label {
    border-radius: 12px 12px 0 0;
  }

  .section__faq-input:checked + .section__faq-label + .section__faq-container {
    border-radius: 0 0 12px 12px;
    border: 1px solid #00bdbd;
    border-top: 1px dashed #00bdbd;
    padding: 12px 12px 16px;
  }

  .section__faq-text__answer {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
  }
}

.section__contact {
  position: relative;
  background: url(/assets/images/recruit/picture/contact-bg.png) no-repeat center center;
  background-size: cover;
  background-position: center top;
  padding: 80px 220px 50px;
}

.section__contact-form {
  background-color: #fff;
  font-weight: 700;
  font-size: 14px;
  margin: 40px 0 80px;
  padding: 64px 120px;
  border-radius: 24px;
  border: 1px solid #221a15;
  box-shadow: 12px 12px 0px 0px #000000;
}

.section__contact-title {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.5;
  color: #eb537b;
  text-align: center;
  margin-bottom: 16px;
}

.section__contact-text__explain {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7;
  color: #333;
  text-align: center;
  margin-bottom: 40px;
}

.section__contact-tab {
  margin: 0 0 26px;
}

.section__contact-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 16px;
}

.section__contact-radio-label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px 12px 12px;
  background-color: #fff;
  color: #333;
  font-weight: 400;
  font-size: 18px;
  cursor: pointer;
  height: 55px;
  justify-content: center;
  border: 1px solid #fff;
}

.section__contact-radio-label:hover {
  background-color: rgba(0, 189, 189, 0.05);
  border-radius: 40px;
}

.section__contact-radio {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #eb537b;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

.section__contact-radio:checked {
  background-color: #ffecf1;
}

.section__contact-radio:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #eb537b;
}

.section__contact-radio:checked + span {
  color: #ffecf1;
}

.section__contact-radio-label:has(.section__contact-radio:checked) {
  background-color: #ffecf1;
  color: #333;
  border: 1px solid #f090a9;
  border-radius: 40px;
  box-sizing: border-box;
  padding: 12px 24px 12px 12px;
}

.section__contact-radio-label:has(.section__contact-radio:checked) span {
  color: #333;
}

.section__contact-outer {
  margin: 0 0 40px;
}

.section__contact-label {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 0 0 8px;
  color: #41414c;
  cursor: pointer;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.7;
}

.section__contact-require {
  border-radius: 4px;
  gap: 10px;
  padding: 6px 10px;
  background: #eb537b;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  line-height: 1;
  color: #fff;
}

._optional {
  background: #959595;
}

.section__contact-text__example {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.6;
  color: #6a6a71;
  margin: 0 0 24px;
}

.section__contact-container {
  display: flex;
  margin: 8px 0;
  gap: 8px 0;
}

.section__contact-input {
  width: 100%;
  height: 45px;
  border-radius: 8px;
  gap: 10px;
  border-width: 1px;
  padding: 10px 16px;
  margin: 0 0 8px;
  border: #ddd solid 1px;
}

.section__contact-textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
  resize: vertical;
}

.section__contact-agree {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  margin: 24px 0 0;
}

.section__contact-agree > a {
  text-decoration: underline;
  text-decoration-style: solid;
  color: #00bdbd;
}

.section__contact-button {
  width: 100%;
  max-width: 380px;
  font-weight: 700;
  height: 72px;
  border-radius: 48px;
  padding: 16px 40px;
  background: linear-gradient(183.86deg, #73dede 3.09%, #2da6a6 96.78%);
  box-shadow: 0px 5px 0px 0px #221a15;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  border: 1px solid #221a15;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
}

.section__contact-button::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background: url(/assets/images/recruit/icon/arrow-ring.png) no-repeat center center;
  background-size: contain;
}

@media screen and (max-width: 1000px) {
  .section__contact {
    padding: 40px 15px;
  }

  .section__contact-form {
    margin: 0;
    padding: 40px 16px;
    border-radius: 16px;
    box-shadow: 8px 8px 0px 0px #00000026;
  }

  .section__contact-title {
    font-size: 22px;
  }

  .section__contact-text__explain {
    font-size: 16px;
    margin-bottom: 24px;
  }

  .section__contact-radio-label {
    padding: 12px 24px 12px 8px;
    font-size: 16px;
    width: 100%;
    height: 51px;
    justify-content: flex-start;
  }

  .section__contact-radio:checked + span {
    color: #00bdbd;
  }

  .section__contact-radio-label:has(.section__contact-radio:checked) {
    padding: 12px 24px 12px 9px;
  }

  .section__contact-outer {
    margin: 0 0 24px;
  }

  .section__contact-label {
    font-size: 16px;
  }

  .section__contact-text__element {
    font-size: 18px;
  }

  .section__contact-container {
    gap: 4px 0;
  }

  .section__contact-button {
    height: 53px;
    padding: 12px 56px;
    font-size: 18px;
    letter-spacing: 0.04em;
    box-shadow: 0px 4px 0px 0px #221a15;
  }

  .section__contact-input {
    height: 50px;
  }

  .section__contact-textarea {
    height: 191px;
  }

  .section__contact-agree {
    font-size: 12px;
  }

  .section__contact-agree > a {
    color: #ff2a62;
  }

  .section__contact-button::after {
    right: 6px;
    width: 28px;
    height: 28px;
  }
}

/* モーダル */
.recruit-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.recruit-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.recruit-modal__content {
  position: relative;
  background: #fff;
  border-radius: 12px;
  padding: 40px 32px;
  max-width: 420px;
  width: 90%;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.recruit-modal__message {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 24px;
  white-space: pre-line;
}

.recruit-modal__button {
  display: inline-block;
  padding: 10px 40px;
  background: #ff2a62;
  color: #fff;
  border: none;
  border-radius: 30px;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  transition: opacity 0.3s;
}

.recruit-modal__button:hover {
  opacity: 0.8;
}
