.about__wrap__title__text, .working__list__item__title, .working__list__item__text {
  padding: 2rem;
  border-radius: 2rem;
  background: white;
  box-shadow: -0.4rem 0.4rem #D84A68;
}

.working__outline, .welfare__outline {
  display: flex;
  align-items: center;
}
.working__outline picture, .welfare__outline picture {
  border-radius: 1.2rem;
  overflow: hidden;
}
.working__outline picture img, .welfare__outline picture img {
  width: 100%;
  height: auto;
  display: block;
}
.working__outline div h3, .welfare__outline div h3 {
  line-height: 1.5;
  padding: 0 1rem 2rem;
  border-bottom: 0.4rem solid #D84A68;
}
.working__outline div p, .welfare__outline div p {
  line-height: 1.5;
  font-weight: 500;
  padding-inline: 1rem;
}

@media screen and (width <= 767px) {
  .working__outline, .welfare__outline {
    justify-content: center;
    flex-direction: column;
    gap: 3.2rem;
    padding-inline: 1rem;
  }
  .working__outline picture, .welfare__outline picture {
    width: 100%;
  }
  .working__outline div h3, .welfare__outline div h3 {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  .working__outline div p, .welfare__outline div p {
    font-size: 1.4rem;
  }
}
@media screen and (width > 767px) {
  .working__outline, .welfare__outline {
    justify-content: space-between;
    width: 128rem;
  }
  .working__outline picture, .welfare__outline picture {
    width: 56rem;
  }
  .working__outline div, .welfare__outline div {
    width: 68.8rem;
  }
  .working__outline div h3, .welfare__outline div h3 {
    font-size: 2.4rem;
    margin-bottom: 3.2rem;
  }
  .working__outline div p, .welfare__outline div p {
    font-size: 1.6rem;
  }
}
.mv {
  display: grid;
  gap: 2rem;
}
.mv__title__image {
  display: block;
  border-radius: 1.6rem;
  overflow: hidden;
}
.mv__title__image img {
  width: 100%;
  height: auto;
}
.mv__title__text {
  line-height: 1.8;
  border-radius: 0 2rem 2rem 2rem;
  background: #FFF8F8;
}
.mv__entry {
  border-radius: 1.6rem;
  background: white;
}
.mv__entry__image {
  border-radius: 50%;
  overflow: hidden;
}
.mv__entry__image img {
  width: 100%;
  height: auto;
}
.mv__entry__title {
  line-height: 1.5;
}
.mv__entry__text {
  font-weight: 500;
  line-height: 1.5;
}
.mv__entry .red-button {
  margin-inline: auto;
}

@media screen and (width <= 767px) {
  .mv {
    grid-template-columns: 1fr;
    padding: 1.6rem 1.5rem 0;
    margin-bottom: 4rem;
    background: url("../images/wave-bg-SP.svg") no-repeat center/100%;
  }
  .mv__title {
    height: 37rem;
  }
  .mv__title__text {
    font-size: 2.6rem;
    padding: 2rem;
    translate: 0 -50%;
  }
  .mv__entry {
    padding: 2rem 2rem 3.5rem;
  }
  .mv__entry__image {
    display: inline-block;
    width: 14rem;
    height: 14rem;
  }
  .mv__entry__title {
    display: inline-block;
    width: 16rem;
    font-size: 2.2rem;
    margin: 0 0 4.2rem 1.5rem;
  }
  .mv__entry__text {
    font-size: 1.4rem;
    margin-bottom: 1.6rem;
  }
  .mv__entry .red-button {
    width: 29rem;
  }
}
@media screen and (width > 767px) {
  .mv {
    grid-template-columns: 90rem 54rem;
    padding: 4.6rem 7rem 0;
    background: url("../images/wave-bg.svg") no-repeat center/100%;
  }
  .mv__title__text {
    font-size: 4.8rem;
    padding: 4rem 2rem;
    translate: 0 -50%;
    width: -moz-fit-content;
    width: fit-content;
  }
  .mv__entry {
    padding: 19.5rem 3.5rem 4.8rem;
    margin-top: 17.5rem;
    position: relative;
    height: -moz-fit-content;
    height: fit-content;
  }
  .mv__entry__image {
    position: absolute;
    top: -17.5rem;
    left: calc(50% - 17.5rem);
    width: 35rem;
    height: 35rem;
    border-radius: 50%;
    overflow: hidden;
  }
  .mv__entry__title {
    font-size: 3.2rem;
    margin-bottom: 4.2rem;
  }
  .mv__entry__text {
    font-size: 1.6rem;
    margin-bottom: 4.2rem;
  }
  .mv__entry .red-button {
    width: 31.4rem;
  }
}
.about {
  padding: 6.4rem 9rem;
  margin: 0 7rem 8.4rem;
  background: white;
}
.about__title {
  margin-bottom: 2.4rem;
}
.about__wrap {
  display: flex;
  align-items: center;
}
.about__wrap__title {
  position: relative;
}
.about__wrap__title__image {
  height: auto;
  border-radius: 50%;
}
.about__wrap__title__text {
  line-height: 1.5;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
}
.about__wrap__contents__text {
  line-height: 1.5;
  font-weight: 500;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2.4rem;
}
.about__wrap__contents__text:not(:last-child) {
  margin-bottom: 2.5rem;
}
.about__wrap__contents__text::before {
  display: block;
  content: "";
  width: 3.6rem;
  height: 3.6rem;
  aspect-ratio: 1/1;
  background: url("../images/icon-check_pink.svg") no-repeat center/100%;
}

@media screen and (width <= 767px) {
  .about {
    padding: 3.2rem 1rem;
    margin: 0 1.5rem 4.5rem;
  }
  .about__wrap {
    justify-content: center;
    flex-direction: column;
    gap: 4rem;
  }
  .about__wrap__title {
    height: 34rem;
  }
  .about__wrap__title__image {
    width: 29rem;
  }
  .about__wrap__title__text {
    font-size: 2rem;
    bottom: 0;
    left: 50%;
    translate: -50% 0;
  }
  .about__wrap__contents__text {
    font-size: 1.6rem;
  }
}
@media screen and (width > 767px) {
  .about {
    padding: 6.4rem 9rem;
    margin: 0 7rem 8.4rem;
  }
  .about__wrap {
    justify-content: space-between;
  }
  .about__wrap__title {
    width: 54rem;
  }
  .about__wrap__title__image {
    width: 30rem;
  }
  .about__wrap__title__text {
    font-size: 2.8rem;
    top: 50%;
    right: 3rem;
    translate: 0 -50%;
  }
  .about__wrap__contents {
    width: 66rem;
  }
  .about__wrap__contents__text {
    font-size: 1.8rem;
  }
}
.working__list {
  display: grid;
}
.working__list__item {
  position: relative;
  z-index: 10;
}
.working__list__item__image {
  position: absolute;
  top: 50%;
  translate: -100% -50%;
  width: 20rem;
  height: auto;
  z-index: -1;
  border-radius: 50%;
}
.working__list__item__text {
  line-height: 1.5;
  font-weight: 500;
}
.working__list__item__text:nth-of-type(1) {
  margin-block: 0.4rem;
}

@media screen and (width <= 767px) {
  .working {
    margin: 0 1.5rem 4rem;
  }
  .working__title {
    margin-bottom: 2.4rem;
  }
  .working__outline {
    margin-bottom: 4rem;
  }
  .working__list {
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }
  .working__list__item {
    margin-left: 13rem;
  }
  .working__list__item__image {
    left: 7.4rem;
  }
  .working__list__item__title {
    font-size: 1.6rem;
  }
  .working__list__item__text {
    font-size: 1.4rem;
  }
}
@media screen and (width > 767px) {
  .working {
    margin: 0 0 11.5rem 16rem;
  }
  .working__title {
    margin-bottom: 4rem;
  }
  .working__outline {
    margin-bottom: 5.6rem;
  }
  .working__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 19.2rem;
    margin-left: 15.2rem;
  }
  .working__list__item__image {
    left: 5.4rem;
  }
  .working__list__item__title {
    font-size: 2.4rem;
  }
  .working__list__item__text {
    font-size: 1.6rem;
  }
}
.merit {
  background: #D84A68;
}
.merit__list {
  display: grid;
}
.merit__list__item__image {
  display: block;
  border-radius: 1.2rem;
  overflow: hidden;
  margin-bottom: 1.6rem;
}
.merit__list__item__image img {
  width: 100%;
  height: auto;
  display: block;
}
.merit__list__item__text {
  line-height: 1.5;
  color: white;
  font-weight: 500;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.6rem;
}
.merit__list__item__text::before {
  content: "";
  display: block;
  width: 3.6rem;
  height: 3.6rem;
  aspect-ratio: 1/1;
  background: url("../images/icon-check_white.svg") no-repeat center/100%;
}

@media screen and (width <= 767px) {
  .merit {
    padding: 4rem 1.5rem 4.8rem;
    margin-bottom: 6rem;
  }
  .merit__title {
    margin-bottom: 3.2rem;
  }
  .merit__list {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
  .merit__list__item__text {
    font-size: 1.6rem;
  }
}
@media screen and (width > 767px) {
  .merit {
    padding: 7rem 16rem;
    margin-bottom: 21rem;
  }
  .merit__title {
    margin-bottom: 4rem;
  }
  .merit__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
  }
  .merit__list__item__text {
    font-size: 1.8rem;
  }
}
.cv-section__title {
  line-height: 1.5;
  padding-left: 2rem;
}
.cv-section__wrap {
  border-radius: 1.6rem;
  background: white;
  overflow: hidden;
  box-shadow: 0 0.4rem 2.5rem rgba(0, 0, 0, 0.2);
}
.cv-section__wrap__image {
  display: block;
  width: 100%;
}
.cv-section__wrap__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cv-section__wrap__content {
  display: grid;
}
.cv-section__wrap__content__title {
  line-height: 1.5;
  color: white;
  background: #D84A68;
}
.cv-section__wrap__content__item__copy {
  font-weight: 500;
  text-align: center;
}
.cv-section__wrap__content__item__btnWrap {
  display: grid;
  gap: 1.6rem;
}

@media screen and (width <= 767px) {
  .cv-section {
    padding-inline: 1rem;
    margin-bottom: 6.6rem;
    background: url("../images/wave-bg-SP.svg") no-repeat center/100%;
  }
  .cv-section__title {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
  .cv-section__wrap__image {
    height: 11.6rem;
  }
  .cv-section__wrap__content {
    grid-template-columns: 1fr;
  }
  .cv-section__wrap__content__title {
    font-size: 2.8rem;
    padding: 1.6rem 0 0.8rem 2rem;
  }
  .cv-section__wrap__content__item {
    padding: 2.4rem 4.8rem 3.2rem;
  }
  .cv-section__wrap__content__item__copy {
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
  }
  .cv-section__wrap__content__item__btnWrap {
    grid-template-columns: 1fr;
  }
}
@media screen and (width > 767px) {
  .cv-section {
    padding-inline: 16rem;
    margin-bottom: 17.6rem;
    background: url("../images/wave-bg.svg") no-repeat center/100%;
  }
  .cv-section__title {
    font-size: 4.8rem;
    margin-bottom: 7rem;
  }
  .cv-section__wrap__image {
    height: 23rem;
  }
  .cv-section__wrap__content {
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }
  .cv-section__wrap__content__title {
    font-size: 4.8rem;
    padding: 4rem 0 4rem 4rem;
  }
  .cv-section__wrap__content__item__copy {
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
  }
  .cv-section__wrap__content__item__btnWrap {
    grid-template-columns: repeat(2, 1fr);
    padding-inline: 3.2rem;
  }
}
.welfare__list {
  display: grid;
  gap: 4rem;
}
.welfare__list__item__image {
  display: block;
  width: 100%;
  border-radius: 1.2rem;
  overflow: hidden;
}
.welfare__list__item__image img {
  display: block;
  width: 100%;
  height: auto;
}
.welfare__list__item__title {
  line-height: 1.5;
  border-bottom: 0.4rem solid #D84A68;
}
.welfare__list__item__text {
  line-height: 1.5;
  font-weight: 500;
}

@media screen and (width <= 767px) {
  .welfare {
    padding-inline: 2.5rem;
    margin-bottom: 6rem;
  }
  .welfare__title {
    margin-bottom: 2.4rem;
  }
  .welfare__outline {
    margin-bottom: 4rem;
  }
  .welfare__list {
    grid-template-columns: 1fr;
  }
  .welfare__list__item__image {
    margin-bottom: 3.2rem;
  }
  .welfare__list__item__title {
    font-size: 1.6rem;
    padding: 0 1rem 2rem;
    margin-bottom: 2rem;
  }
  .welfare__list__item__text {
    font-size: 1.4rem;
    padding-inline: 1rem;
  }
}
@media screen and (width > 767px) {
  .welfare {
    padding-inline: 16rem;
    margin-bottom: 8rem;
  }
  .welfare__title {
    margin-bottom: 4rem;
  }
  .welfare__outline {
    margin-bottom: 6.4rem;
  }
  .welfare__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .welfare__list__item__image {
    margin-bottom: 1.6rem;
  }
  .welfare__list__item__title {
    font-size: 1.8rem;
    padding: 0 1rem 1rem;
    margin-bottom: 1.2rem;
  }
  .welfare__list__item__text {
    font-size: 1.8rem;
  }
}
.faq {
  background: #D84A68;
}
.faq__list__item {
  padding: 1.4rem 2rem;
  border-radius: 2rem;
  background: white;
}
.faq__list__item__q, .faq__list__item__a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2.4rem;
  line-height: 1.5;
}
.faq__list__item__q::before, .faq__list__item__a::before {
  font-size: 2.4rem;
  font-weight: 500;
  color: #D84A68;
}
.faq__list__item__q::before {
  content: "Q.";
}
.faq__list__item__a small {
  font-weight: 500;
}
.faq__list__item__a::before {
  content: "A.";
}

@media screen and (width <= 767px) {
  .faq {
    padding: 4rem 1.5rem 4.8rem;
    margin-bottom: 4rem;
  }
  .faq__title {
    margin-bottom: 3.2rem;
  }
  .faq__list__item:not(:last-child) {
    margin-bottom: 2.4rem;
  }
  .faq__list__item__q, .faq__list__item__a {
    font-size: 1.4rem;
  }
  .faq__list__item__a small {
    font-size: 1.2rem;
  }
}
@media screen and (width > 767px) {
  .faq {
    padding: 3.8rem 16rem;
    margin-bottom: 9.2rem;
  }
  .faq__title {
    margin-bottom: 4rem;
  }
  .faq__list__item:not(:last-child) {
    margin-bottom: 4rem;
  }
  .faq__list__item__q, .faq__list__item__a {
    font-size: 1.8rem;
  }
  .faq__list__item__a small {
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=style.css.map */