@charset "UTF-8";
/* -----------------
 251113 新卒大幅修正
----------------- */
/* sec-recruit */
.recruit-ttl {
  margin-top: 7rem;
  margin-bottom: 5rem;
  text-align: center;
  font-size: 2.1rem;
  text-decoration: underline;
  text-underline-offset: 1rem;
}
.recruit-catch {
  margin-bottom: 4rem;
  text-align: center;
  font-size: 2.1rem;
  font-weight: bold;
}
.recruit-catch strong {
  display: block;
  font-size: 3.6rem;
  font-weight: bold;
}
@media screen and (min-width: 1201px) {
  .recruit-wrap__img-shape1 {
    bottom: auto;
    top: 13rem;
  }
  .recruit-wrap__img-shape2 {
    bottom: auto;
    top: 15rem;
  }
}
@media screen and (max-width: 1200px) {
  .recruit-ttl {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .recruit-catch {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 560px) {
  .recruit-ttl {
    font-size: 1.6rem;
  }
  .recruit-catch {
    font-size: 1.6rem;
  }
  .recruit-catch strong {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 405px) {
  .recruit-ttl {
    margin-top: 0;
  }
  .recruit-catch {
    font-size: 1.5rem;
  }
  .recruit-catch strong {
    font-size: 2.2rem;
  }
}

/* sec-staff-new */
.sec-staff-new {
  background-color: #f5f1e9;
  overflow: hidden;
}
.staff-list__txt {
  margin-top: 1rem;
  padding: 0 1.1rem;
  display: block;
  width: fit-content;
  color: #333;
  line-height: 2.65rem;
  background-color: #ebdbae;
  font-weight: bold;
  font-size: 1.6rem;
}
.staff-list__faq {
  margin-top: 7rem;
  padding: 6rem 8rem 6rem 6rem;
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  background-color: #fbf9f6;
}
.staff-list__faq-ttl img {
  max-height: 40rem;
}
.staff-list__faq-list {
  max-width: 97.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.8rem 4.1rem;
}
.staff-list__faq-item {
  padding: 2.8rem 3.5rem 2rem;
  background-color: #fff;
  border-radius: 0.6rem;
}
.staff-list__faq-item__ttl {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc;
  font-size: 2rem;
  font-weight: bold;
}
.staff-list__faq-item__ttl span {
  margin-right: 1.3rem;
  display: inline-block;
  font-family: "Outfit", sans-serif;
  color: #e9c967;
  font-weight: 600;
  font-size: 2.4rem;
}
.staff-list__faq-item p {
  font-size: 1.6rem;
  line-height: 1.8;
}
.interview-swiper {
  max-width: 186.1rem;
  min-width: 150rem;
  width: 123vw;
  margin-right: -58rem;
  margin-left: 0;
}
.interview-swiper .swiper-slide {
	width: 31.1rem;
}
.movie-list {
  justify-content: start;
  flex-wrap: nowrap!important;
  gap: 3.5rem;
}
.staff-list__wrap-img {
  position: relative;
}
.staff-list__wrap-img.sp-tb {
  margin-top: 3rem;
}
.staff-list__wrap-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: block;
  object-fit: cover;
  object-position: center center;
  transition: opacity 0.4s ease;
  cursor: pointer;
}
.staff-list__wrap-img img.none {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.interview-list__ct-img {
  position: relative;
}
.interview-list__ct-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: block;
  object-fit: cover;
  object-position: center center;
  transition: opacity 0.4s ease;
  cursor: pointer;
}
.interview-list__ct-img img.none {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
@media screen and (max-width: 1200px) {
  .staff-list__faq {
    padding: 4rem 3rem;
  }
  .staff-list__faq-list {
    width: 90%;
    gap: 3rem;
  }
}
@media screen and (max-width: 1024px) {
  .staff-list__wrap-img iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 560 / 315;
  }
	.interview-swiper .swiper-slide {
		width: 28rem;
	}
	.movie-list {
	  gap: 1.5rem;
	}
}
@media screen and (max-width: 834px) {
  .staff-list__faq {
    margin-top: 4rem;
    flex-direction: column;
    gap: 4rem;
  }
  .staff-list__faq-ttl {
    height: 3.3rem;
  }
  .staff-list__faq-ttl img {
    position: relative;
    top: 4rem;
    transform: rotate(-90deg);
    transform-origin: top left;
  }
  .staff-list__faq-list {
    width: 100%;
    gap: 2rem;
  }
  .staff-list__faq-item {
    padding: 2rem;
  }
  .staff-list__faq-item__ttl {
    padding-bottom: 0.5rem;
    font-size: 1.8rem;
  }
  .staff-list__faq-item__ttl span {
    font-size: 2rem;
  }
  .staff-list__faq-item p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .staff-list__faq {
    padding: 3rem 2rem;
    gap: 2rem;
  }
  .staff-list__faq-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
  .staff-list__faq-ttl img {
    top: 3rem;
    width: 5vw;
    max-height: none;
  }
  .staff-list__faq-item__ttl {
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    font-size: 1.6rem;
  }
  .staff-list__faq-item__ttl span {
    margin-right: 0.5rem;
    font-size: 1.8rem;
  }
}

/* sec-point */
.sec-point {
  background-color: #fff;
}
/* .point-intro__ttl {
  max-width: 76.5rem;
  margin: 0 auto;
}
.point-intro__txt {
  margin-top: -3.4rem;
  text-align: center;
}
.point-intro__list {
  margin-top: 2.2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.1rem 3.3rem;
} */
@media screen and (min-width: 1024px) {
  .point-wrap__ct {
    padding-right: 17rem;
  }
  .point-wrap__img03 {
    margin-right: -14rem;
  }
}
/* @media screen and (max-width: 834px) {
  .point-intro__list {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 635px) {
  .point-intro__txt {
    max-width: calc(100% - 15vw);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 500px) {
  .point-intro__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
} */

/* sec-features-new */
.sec-features-new {
  padding-top: 0;
}

/* .sec-aiming */
.sec-aiming {
  padding-top: 0;
}
.aiming-top {
  padding: 14rem 5% 13.5rem;
  color: #fff;
  background: url(../img/new/aiming-top_bg.png) no-repeat center center / cover;
}
.aiming-top__catch {
  margin: 0 auto;
  width: 14rem;
  line-height: 4.3rem;
  font-size: 1.8rem;
  text-align: center;
  border: 1px solid #fff;
}
.aiming-top__ttl {
  margin-top: 2.9rem;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
}
.aiming-top__txt {
  margin: 5rem auto 0;
  max-width: 74rem;
  width: 100%;
  line-height: 2;
}
.aiming-top02 {
  padding: 6rem 0 5.5rem;
  background-color: #b9c8b1;
}
.aiming-top02__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6rem;
}
.aiming-top02__item {
  padding: 3.4rem 2.2rem 4rem;
  background-color: #fff;
  border-radius: 0.6rem;
}
.aiming-top02__hg {
  margin-bottom: 1.5rem;
}
.aiming-top02__hg-ttl {
  margin: 0 auto;
  padding: 0 1.7rem;
  width: fit-content;
  font-size: 1.8rem;
  line-height: 3.3rem;
  text-align: center;
  background-color: #ebdbae;
  border-radius: 100vmax;
  font-weight: 600;
}
.aiming-top02__hg-catch {
  margin-top: 1.4rem;
  font-size: 2.1rem;
  text-align: center;
  font-weight: bold;
}
.aiming-top02__item .c-txt__basic {
  max-width: 22.4rem;
  margin: 0 auto;
  font-size: 1.6rem;
}
@media screen and (max-width: 1200px) {
  .aiming-top02__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 834px) {
  .aiming-top {
    padding: 5rem 5%;
    background-image: url(../img/new/aiming-top_bg-sp.jpg);
  }
  .aiming-top__catch {
    font-size: 1.6rem;
    line-height: 3.5rem;
  }
  .aiming-top__ttl {
    font-size: 2.4rem;
  }
  .aiming-top__txt {
    margin-top: 2rem;
  }

  .aiming-top02 {
    padding: 3rem 0;
  }
  .aiming-top02__list {
    gap: 1rem;
  }
  .aiming-top02__item {
    padding: 3rem 2rem;
  }
}
@media screen and (max-width: 600px) {
  .aiming-top02__list {
    grid-template-columns: repeat(1, 1fr);
  }
  .aiming-top02__item {
    padding: 2rem 1.5rem;
  }
  .aiming-top02__hg {
    margin-bottom: 1rem;
  }
  .aiming-top02__hg-catch {
    margin-top: 1rem;
  }
  .aiming-top02__item .c-txt__basic {
    max-width: 100%;
    font-size: 1.4rem;
  }
}
.aiming-add__ttl {
  margin: 9rem 0 2.5rem;
  font-size: 3.6rem;
  text-align: center;
  font-weight: bold;
}
.aiming-list__system-item--full:not(:first-of-type) {
  margin-top: 6rem;
}
.aiming-list__sys-flex {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 3rem;
}
.aiming-list__sys-flex:not(:has(.-first)) {
  margin-top: -7rem;
  align-items: center;
}
.aiming-list__sys-cont {
  max-width: 73rem;
}
.aiming-list__sys-hg {
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 3rem;
}
.aiming-list__sys-txt {
  padding: 0 1.2rem;
  font-size: 1.8rem;
  line-height: 3.7rem;
  border: 1px solid #333;
}
.aiming-list__sys-ttl {
  position: relative;
  width: fit-content;
  font-size: 3rem;
  font-weight: bold;
}
.aiming-list__sys-ttl::before {
  position: absolute;
  content: '';
  bottom: 0.5em;
  left: 0;
  width: 100%;
  height: 1.1rem;
  background-color: #f8e19e;
  z-index: -1;
}
.aiming-list__sys-flex__img img {
  max-height: 25rem;
  position: relative;
  z-index: 2;
}
.aiming-list__sys-flex__img.-first {
  max-width: 19.4rem;
}
.aiming-list__sys-first {
  margin-top: 4rem;
  display: flex;
  justify-content: start;
  width: 100%;
}
.aiming-list__sys-first__dl {
  background-color: #f6f1e8;
}
.aiming-list__sys-first__dl:first-of-type {
  width: 32%;
}
.aiming-list__sys-first__dl:last-of-type {
  width: 67%;
}
.aiming-list__sys-first__dl:first-of-type .aiming-list__sys-first__dt {
  background-color: #b9c8b1;
}
.aiming-list__sys-first__dl:last-of-type .aiming-list__sys-first__dt {
  background-color: #e9c967;
}
.aiming-list__sys-first__dl:last-of-type {
  border-left: 1px dotted #878787;
}
.aiming-list__sys-first__dl:first-of-type img {
  max-width: 25rem;
}
.aiming-list__sys-first__dl:last-of-type img {
  max-width: 35rem;
}
.aiming-list__sys-first__dl:last-of-type picture img {
  max-width: 22.1rem;
}
.aiming-list__sys-first__dt {
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.7;
}
.aiming-list__sys-first__dd {
  padding: 3rem 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.aiming-list__sys-first__dd img {
  display: block;
  width: 100%;
}
.aiming-list__sys-first__dd picture {
  display: block;
}
.aiming-list__sys-first__dd:has(picture) img:first-child {
  padding-top: 1rem;
  width: 60%;
}
.aiming-list__sys-second {
  margin-top: -1rem;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4.5rem;
  background-color: #faeccd;
}
.aiming-list__sys-second__dt {
  max-width: 27.5rem;
  width: 100%;
  aspect-ratio: 550 / 195;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.3rem;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  background-color: #f3d887;
  border-radius: 0.6rem;
}
.aiming-list__sys-second__dt .ja {
  font-size: 1.8rem;
}
.aiming-list__sys-second__dt .num {
  font-size: 6rem;
  font-family: "Outfit", sans-serif;
}
.aiming-list__sys-second__dt .num small {
  font-size: .5em;
}
.aiming-list__sys-second__dd-txt {
  font-size: 3rem;
  font-weight: bold;
}
.aiming-list__sys-second__dd-txt strong {
  font-size: 1.3em;
  color: #e9c967;
}
.aiming-list__sys-second__dd-txt small {
  font-size: 0.53em;
}
.aiming-list__sys-second__dd-obi {
  display: inline-block;
  padding: 0 1rem;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.67;
  background-color: #333;
}
.aiming-list__sys-img {
  display: block;
  margin-top: -1rem;
}
.aiming-list__sys-img.-first {
  display: block;
  margin-top: 4.2rem;
}
.aiming-list__sys-img.-last {
  padding: 4rem 3.3rem;
  background-color: #f5f1e9;
}
.aiming-list__sys-point {
  margin-right: 1.7rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 2.5rem;
}
.aiming-list__sys-point__p {
  max-width: 8rem;
}
.aiming-list__sys-point__ttl {
  padding-top: 2rem;
  font-size: 2.1rem;
  text-decoration: underline;
  font-weight: bold;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
.aiming-list__sys-point .c-txt__basic {
  margin-left: 1rem;
  padding-top: 2rem;
  font-size: 1.6rem;
}
.aiming-list__sys-point .c-txt__basic strong {
  font-weight: 400;
  color: #e9c969;
}
@media screen and (min-width: 451px) {
  .aiming-list__sys-second__dd-txt br {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .aiming-list__sys-flex:not(:has(.-first)) {
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .aiming-list__sys-first {
    flex-direction: column;
    gap: 1rem;
  }
  .aiming-list__sys-first__dl:first-of-type {
    width: 100%;
  }
  .aiming-list__sys-first__dl:last-of-type {
    width: 100%;
  }
  .aiming-list__sys-first__dl:last-of-type {
    border-left-width: 0;
  }
  .aiming-list__sys-first__dl:first-of-type img {
    max-width: 35rem;
  }
  .aiming-list__sys-first__dl:last-of-type img {
    max-width: 40rem;
  }
  .aiming-list__sys-first__dl:last-of-type picture img {
    max-width: 30rem;
  }
  .aiming-list__sys-first__dd {
    padding: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .aiming-list__system-item--full {
    position: relative;
  }
  .aiming-list__system-item--full:not(:first-of-type) {
    margin-top: 3rem;
  }
  .aiming-add__ttl {
    margin: 5rem 0 2rem;
    font-size: 2.6rem;
  }
  .aiming-list__sys-flex {
    flex-direction: column;
    gap: 1rem;
  }
  .aiming-list__sys-flex__img {
    position: absolute;
    top: -2rem;
    right: -1rem;
  }
  .aiming-list__sys-flex__img.-first {
    margin-right: 0;
    margin-left: auto;
    max-width: 25%;
  }
  .aiming-list__sys-flex__img img {
    max-height: 10rem;
  }
  .aiming-list__sys-second {
    margin-top: 2rem;
    padding: 2rem;
    flex-direction: column;
    gap: 1rem;
  }
  .aiming-list__sys-second__dd-txt {
    font-size: 2.4rem;
  }
  .aiming-list__sys-second__dd-obi {
    font-size: 1.4rem;
  }
  .aiming-list__sys-img {
    margin-top: 1rem;
  }
  .aiming-list__sys-point__ttl {
    padding-top: 1rem;
  }
  .aiming-list__sys-point .c-txt__basic {
    margin-left: 0;
    padding-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .aiming-list__sys-first__dd:has(picture) img:first-child {
    width: 100%;
  }
  .aiming-list__sys-first__dd {
    flex-direction: column;
  }
}
@media screen and (max-width: 600px) {
  .aiming-list__sys-hg {
    margin-bottom: 1.5rem;
    gap: 1rem 2rem;
  }
  .aiming-list__sys-txt {
    padding: 0 0.8rem;
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
  .aiming-list__sys-ttl {
    font-size: 2rem;
  }
  .aiming-list__sys-ttl::before {
    height: 0.3em;
    bottom: 0.3em;
  }
  .aiming-list__sys-second__dd-txt {
    font-size: 2rem;
  }
  .aiming-list__sys-img.-last {
    padding: 2rem;
  }
}
@media screen and (max-width: 525px) {
  .aiming-list__sys-second__dd-obi:not(:first-of-type) {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 450px) {
  .aiming-list__sys-ttl {
    font-size: 1.8rem;
  }
  .aiming-list__sys-first__dd {
    padding: 1rem 2rem 2rem;
  }
  .aiming-list__sys-second__dt .ja {
    font-size: 1.5rem;
  }
  .aiming-list__sys-second__dt .num {
    font-size: 4rem;
  }
  .aiming-list__sys-second__dd-txt {
    font-size: 1.8rem;
  }
  .aiming-list__sys-second__dd-txt small {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 380px) {
  .aiming-list__sys-ttl {
    font-size: 1.6rem;
  }
}
.aiming-add {
  margin-top: 6rem;
  padding: 6rem 4.5rem 2.5rem;
  background-color: #f5f1e9;
}
.aiming-add__add-ttl {
  position: relative;
  margin: 0 auto;
  width: fit-content;
  font-size: 3rem;
}
.aiming-add__add-ttl span {
  position: relative;
  z-index: 2;
}
.aiming-add__add-ttl::before {
  position: absolute;
  content: '';
  width: 6.6rem;
  aspect-ratio: 132 / 126;
  top: -1.8rem;
  left: -9.2rem;
  z-index: 1;
  background: url(../img/new/aiming-add_img.png) no-repeat center center / cover;
}
.aiming-add__add-ttl::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1.1rem;
  bottom: 0.2em;
  left: 0;
  background-color: #f8e19e;
  z-index: 1;
}
.aiming-add__list {
  position: relative;
  margin-top: 4.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem 0;
}
.aiming-add__list:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  z-index: 1;
  border-bottom: 1px dotted #333;
}
.aiming-add__item {
  padding: 1.2rem 3rem;
}
.aiming-add__item:nth-of-type(2),
.aiming-add__item:nth-of-type(5) {
  border-right: 1px dotted #333;
  border-left: 1px dotted #333;
}
.aiming-add__item-ttl {
  position: relative;
  margin-bottom: 2rem;
  padding-left: 3.6rem;
  font-size: 2.1rem;
  font-weight: bold;
}
.aiming-add__item-ttl::before {
  position: absolute;
  content: '';
  width: 2.75rem;
  aspect-ratio: 1;
  top: calc(50% - 1.4rem);
  left: 0;
  z-index: 1;
  background: url(../img/new/aiming-check.png) no-repeat center center / cover;
}
.aiming-add__item .c-txt__basic {
  font-size: 1.6rem;
}
.aiming-add__txt {
  margin-top: 0.5rem;
  display: block;
  text-align: right;
  font-size: 1.45rem;
  font-weight: bold;
}
@media screen and (max-width: 1274px) {
  .aiming-add__item {
    padding: 1rem 1.5rem;
  }
}
@media screen and (max-width: 1182px) {
  .aiming-add__list:before {
    top: 46%;
  }
}
@media screen and (max-width: 1041px) {
  .aiming-add__list:before {
    top: 42%;
  }
}
@media screen and (max-width: 1024px) {
  .aiming-add__list {
    margin-top: 3rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
  .aiming-add__list:before {
    display: none;
  }
  .aiming-add__item:nth-of-type(2) {
    border-width: 0;
  }
  .aiming-add__item:nth-of-type(5) {
    border-width: 0;
  }
  .aiming-add__item:nth-of-type(3),
  .aiming-add__item:nth-of-type(4),
  .aiming-add__item:nth-of-type(5),
  .aiming-add__item:nth-of-type(6) {
    border-top: 1px dotted #333;
  }
  .aiming-add__item:nth-of-type(even) {
    position: relative;
  }
  .aiming-add__item:nth-of-type(even)::before {
    position: absolute;
    content: '';
    width: 1px;
    height: calc(100% - 2rem);
    top: 1rem;
    left: 0;
    z-index: 1;
    border-left: 1px dotted #333;
  }
}
@media screen and (max-width: 834px) {
  .aiming-add {
    margin-top: 4rem;
    padding: 4rem 2rem 2rem;
  }
  .aiming-add__add-ttl {
    font-size: 2.4rem;
  }
  .aiming-add__add-ttl::before {
    width: 4rem;
    top: calc(50% - 1.9rem);
    left: -5.2rem;
  }
  .aiming-list__career-ttl {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 600px) {
  .aiming-add__add-ttl {
    margin-top: 3rem;
    font-size: 2rem;
  }
  .aiming-add__add-ttl::before {
    width: 3.6rem;
    top: -4.5rem;
    left: calc(50% - 1.8rem);
  }
  .aiming-add__list {
    margin-top: 2rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .aiming-add__item:not(:first-of-type) {
    border-top: 1px dotted #333;
  }
  .aiming-add__item:nth-of-type(2) {
    border-top: 1px dotted #333;
  }
  .aiming-add__item:nth-of-type(even)::before {
    display: none;
  }
  .aiming-add__item-ttl {
    margin-bottom: 0.5rem;
    padding-left: 2.5rem;
    font-size: 1.8rem;
  }
  .aiming-add__item-ttl::before {
    width: 1.8rem;
    top: calc(50% - 1rem);
  }
}
@media screen and (max-width: 440px) {
  .aiming-add__add-ttl {
    font-size: 4.5vw;
  }
  .aiming-add__add-ttl::after {
    height: 0.3em;
  }
  .aiming-add__item .c-txt__basic {
    font-size: 1.4rem;
  }
  .aiming-add__txt {
    font-size: 1.2rem;
  }
}

.aiming02-catch {
  position: relative;
  margin: 3rem auto 0;
  padding: 2rem;
  max-width: 56.7rem;
  border: 1px solid #333;
}
.aiming02-catch::before {
  position: absolute;
  content: '';
  width: 7.4rem;
  aspect-ratio: 148 / 345;
  top: -2rem;
  right: -4rem;
  z-index: 1;
  background: url(../img/new/aiming-add02_peo.png) no-repeat top left / cover;
}

.aiming02-catch__ttl {
  position: relative;
  margin: 0 auto;
  width: fit-content;
  font-size: 1.7rem;
  font-weight: bold;
}
.aiming02-catch__ttl::before {
  position: absolute;
  content: '';
  width: 100%;
  height: .65rem;
  bottom: 0.3em;
  left: 0;
  z-index: 1;
  background-color: #f8e19e;
}
.aiming02-catch__ttl span {
  position: relative;
  z-index: 2;
}

.aiming02-catch .c-txt__basic {
  font-size: 1.6rem;
  text-align: center;
}
.aiming-tab__wrap {
  margin-top: 4.2rem;
}
.aiming-tab__box {
  margin: 0 auto;
  width: fit-content;
  display: flex;
  justify-content: center;
  background-color: #f1f1f1;
  border-radius: 100vmax;
}
.aiming-tab__link {
  display: block;
  padding: 1rem 2rem;
  color: #333;
  font-size: 1.6rem;
  border-radius: 100vmax;
}
.aiming-tab__link.current {
  color: #fff;
  background-color: #e9c967;
  font-weight: 600;
}
.aiming-tab__link br {
  display: none;
}
.aiming-tab__img {
  margin-top: 3.2rem;
  display: none;
}
.aiming-tab__img.active {
  display: block;
}
.aiming-list__education-wrap {
  flex-direction: column;
  background-color: #f6f1e8;
}
.aiming-list__education-wrap:before {
  left: calc(50% - 1.35rem);
  border-bottom-color: #f6f1e8;
}
.aiming-list__education-wrapHead {
  position: relative;
  padding-left: 3.6rem;
  width: 100%;
  font-size: 1.8rem;
}
.aiming-list__education-wrapHead::before {
  position: absolute;
  content: '';
  width: 2.8rem;
  aspect-ratio: 1;
  top: calc(50% - 1.4rem);
  left: 0;
  z-index: 1;
  background: url(../img/new/aiming-check.png) no-repeat center center / cover;
}
.aiming-list__education-wrapTxt {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .aiming-list__education-wrapHead::before {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .aiming02-catch .c-txt__basic {
    font-size: 1.4rem;
  }
  .aiming-list__education-wrapHead {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 520px) {
  .aiming-tab__link {
    padding: 0.5rem 1rem;
    font-size: 1.4rem;
  }
  /* .aiming-tab__link br {
    display: block;
  } */
}
@media screen and (max-width: 450px) {
 .aiming-list__desc {
  font-size: 1.9rem;
 }
}
@media screen and (max-width: 433px) {
  .aiming-tab__box {
    width: 100%;
  }
  .aiming-tab__link {
    width: 100%;
    font-size: 1.1rem;
  }
}

/* sec-message */
.sec-message {
  background-color: #fbf9f6;
}

.message-wrap {
  margin-top: 5.5rem;
  flex-wrap: nowrap;
  gap: 2rem;
}
.message-lft {
  display: block;
  margin: 0;
  position: sticky;
  top: 0;
  width: 45%;
  min-width: 50.1rem;
  height: 100dvh;
}
.message-lft__img {
  display: block;
  height: calc(100% - 31.5rem);
}
.message-lft__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.message-lft__cap {
  padding: 4.3rem 4.5rem 5.2rem 3.5rem;
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  background-color: #b9c8b1;
}
.message-lft__cap-ttl {
  position: relative;
  writing-mode: vertical-rl;
  font-size: 1.8rem;
  font-family: "Outfit", sans-serif;
}
.message-lft__cap-ttl::before {
  position: absolute;
  content: '';
  width: 1px;
  height: calc(100% - (4em + 1.3rem));
  bottom: 0;
  left: 45%;
  z-index: 1;
  background-color: #000;
}
.message-lft_cap-cont {
  color: #fff;
}
.message-lft__cap-name {
  font-size: 2.1rem;
  font-weight: 600;
}
.message-lft__cap-name small {
  font-size: 1.8rem;
}
.message-lft__cap-txt {
  margin-right: 1.5rem;
  font-size: 1.4rem;
  line-height: 1.7;
}
.message-rht {
  padding: 3.5rem 0 2rem;
  width: 50%;
}
.message-rht__dl:not(:first-of-type) {
  margin-top: 7.5rem;
}
.message-rht__dt {
  position: relative;
  margin-bottom: 2rem;
  padding-left: 5.1rem;
  font-size: 2.4rem;
  font-weight: bold;
}
.message-rht__dt::before {
  position: absolute;
  content: '';
  width: 3.6rem;
  height: 1px;
  top: calc(0.8em - 0.5rem);
  left: 0.6rem;
  background-color: #333;
}
@media screen and (max-width: 1000px) {
  .message-wrap {
   flex-direction: column;
  }
  .message-lft {
    position: relative;
    top: auto;
    width: 100%;
    min-width: 100%;
    height: auto;
  }
  .message-lft__img {
    aspect-ratio: 4 / 3;
  }
  .message-rht {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .message-lft__cap {
    padding: 2rem;
    gap: 1rem;
  }
  .message-lft__cap-txt {
    margin-right: 0;
  }
  .message-rht__dl:not(:first-of-type) {
    margin-top: 4rem;
  }
  .message-rht__dt {
    margin-bottom: 1rem;
  }
  .message-rht__dt {
    padding-left: 4rem;
    font-size: 2rem;
  }
  .message-rht__dt::before {
    width: 2.8rem;
    left: 0;
  }
}
@media screen and (max-width: 450px) {
    .message-lft__cap {
      padding: 2rem 1rem;
    }
}

/* require */
.require-list__txt .c-fc--orange {
  color: #a98842;
}
.require-flex {
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 3rem;
}
.require-block__notice {
  flex-direction: column;
}
.require-block__notice-txt {
  width: 100%;
}
.require-flex__cont {
  max-width: 50rem;
}
.require-block__notice-ttl {
  width: 100%;
}
.require-block__notice-txt {
  max-width: 36rem;
  margin: 1rem auto 0;
}
.require-flex__img {
  max-width: 55rem;
}
.require-block__notice-wrap {
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: 1px solid #fff;
}
.require-block__notice-wrap .c-txt__basic {
  font-weight: bold;
}
.require-block__notice-link {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  gap: 1rem 1.8rem;
}
.require-block__notice-link a {
  max-width: 33.5rem;
}
@media screen and (max-width: 1024px) {
  .require-flex {
    align-items: start;
    flex-direction: column;
    gap: 2rem;
  }
  .require-flex__cont {
    max-width: 100%;
  }
  .require-flex__img {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .require-flex {
    margin-top: 1rem;
  }
  .require-block__notice-txt {
    margin-top: 0;
  }
  .require-block__notice-wrap {
    margin-top: 2rem;
    padding-top: 2rem;
  }
  .require-block__notice-link {
    margin-top: 1.5rem;
    gap: 1rem;
  }
}
@media screen and (max-width: 450px) {
  .require-block__notice-link {
    flex-direction: column;
  }
}

/* sec-salon */
.sec-salon {
  background-color: #f5f1e9;
}
.contact-wrap {
  background-color: #f8e19e;
}

.footer-line {
  position: fixed;
  overflow: hidden;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  max-width: 26.2rem;
  width: 90%;
  height: 7.9rem;
  /* margin: 8rem auto 0; */
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #57bd60;
  border: 2px solid #fff;
  border-radius: 100vmax;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.05);
}
.footer-line::before {
  position: absolute;
  content: '';
  top: -100px;
  left: -100px;
  width: 50px;
  height: 50px;
  background-image: linear-gradient(100deg,  rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 0%);
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  z-index: 100;
}
.footer-line img {
  width: 60%;
}
@keyframes shiny {
    0% {
        transform: scale(0) rotate(25deg);
        opacity: 0;
    }

    50% {
        transform: scale(1) rotate(25deg);
        opacity: 1;
    }

    100% {
        transform: scale(50) rotate(25deg);
        opacity: 0;
    }
}
@media screen and (max-width: 768px) {
  .footer-line {
    /* margin-top: 5rem; */
    bottom: 1.5rem;
  }
}


/* -----------------
 251114 中途大幅修正
----------------- */
.top-bnr {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 100rem;
  width: 90%;
  margin: 4.5rem auto 0;
}
.sec-mid {
  margin-top: -15rem;
  padding-top: 0;
}
.add-mid-block {
  margin-top: calc(15rem + 7rem);
}
.mid-img__item:nth-child(2) {
	width: 22%;
}

/* mid-add__interview */
.mid-add__interview {
	padding-top: 8rem;
	background: linear-gradient(0deg,rgba(255, 255, 255, 0) 80%, rgba(253, 247, 244, 1) 100%);
}
.mid-other__interview {
  padding-bottom: 12.5rem;
  background: #fff;
}
.mid-add__interview-list {
	margin-top: 5rem;
}
.mid-add__interview-item {
	display: flex;
	justify-content: space-between;
	align-items: start;
	gap: 3rem;
}
.mid-add__interview-item:not(:first-of-type) {
	margin-top: 12rem;
}
.mid-add__interview-lft {
	padding-left: 4.8rem;
	width: 45%;
	display: flex;
	align-items: start;
	gap: 2.5rem;
}
.mid-add__interview-ttl {
	font-size: 2rem;
	font-family: "Crimson Text", serif;
	writing-mode: vertical-rl
}
.mid-add__interview-lft__fig {
	position: relative;
	margin: 0;
	display: block;
}
.mid-add__interview-lft__cap {
	margin-top: -5rem;
	margin-left: -2rem;
}
.interview-list__info-date {
	font-size: 1.4rem;
}
.interview-list__info-name {
	margin-top: 0.7rem;
	font-size: 2.4rem;
	font-family: "Crimson Text", serif;
}
.mid-add__interview-lft__income {
	margin-top: 2rem;
	padding-left: 2rem;
	font-size: 2rem;
	color: #9e8da9;
	font-weight: bold;
	text-decoration: underline;
	text-underline-offset: 2px;
	text-decoration-thickness: 1px;
}
.mid-add__interview-lft__video {
	position: relative;
	margin-top: 2rem;
}
.mid-add__interview-lft__video-txt {
	position: absolute;
	top: -2.75rem;
	left: calc(69% - 4.7rem);
	width: 9.5rem;
	aspect-ratio: 1;
  z-index: 3;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 1.5rem;
	background: url(../img/mid/bg-02.png) no-repeat center center / cover;
}
.mid-add__interview-lft__video-wrap {
  position: relative;
  width: fit-content;
}
.mid-add__interview-lft__video-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: block;
  object-fit: cover;
  object-position: center center;
  transition: opacity 0.4s ease;
  cursor: pointer;
}
.mid-add__interview-lft__video-wrap img.none {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.mid-add__interview-lft__video iframe {
	max-width: 28.1rem;
	height: auto;
	aspect-ratio: 560 / 315;
}
.mid-add__interview-rht {
	width: 50%;
}
.mid-add__interview-dl:not(:first-of-type) {
	margin-top: 4rem;
}
.mid-add__interview-dt {
	margin-bottom: 2rem;
	padding: 0.75rem 2rem;
	font-size: 2rem;
	background-color: #f3f2fa;
	border-radius: .35rem;
  font-family: "Noto Serif JP", serif;
}
.mid-add__interview-dt span {
	font-size: 2.4rem;
	color: #9e8da9;
	font-family: "Crimson Text", serif;
}
.mid-add__interview-dl .c-txt__basic {
	font-size: 1.6rem;
}
.mid-add__interview-link {
	margin: 8.4rem auto 14.3rem;
	width: 33.7rem;
	height: 8.6rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 600;
	background: linear-gradient(90deg,rgba(194, 178, 190, 1) 0%, rgba(233, 199, 188, 1) 32%, rgba(219, 214, 210, 1) 71%, rgba(202, 206, 210, 1) 100%);
	border-radius: 100vmax;
}
@media screen and (max-width: 1024px) {
	.mid-add__interview-lft {
		padding-left: 0;
		width: 50%;
	}
	.mid-add__interview-rht {
		width: 45%;
	}
}
@media screen and (max-width: 834px) {
	.mid-add__interview-item {
		flex-direction: column;
	}
  .mid-other__interview {
    padding-bottom: 5rem;
  }
	.mid-add__interview-item:not(:first-of-type) {
		margin-top: 6rem;
	}
	.mid-add__interview-lft {
		width: 100%;
	}
	.mid-add__interview-rht {
		width: 100%;
	}
	.mid-add__interview-lft__video-txt {
		left: 25rem;
	}
	.mid-add__interview-dl:not(:first-of-type) {
		margin-top: 3rem;
	}
	.mid-add__interview-dt {
		margin-bottom: 1rem;
		padding: 0.6rem 1rem;
		font-size: 1.8rem;
	}
	.mid-add__interview-dt span {
		font-size: 2rem;
	}
	.mid-add__interview-dl .c-txt__basic {
		font-size: 1.5rem;
	}
	.mid-add__interview-link {
		margin: 6rem auto;
	}
}
@media screen and (max-width: 450px) {
	.mid-add__interview-item:not(:first-of-type) {
		margin-top: 4rem;
	}
	.mid-add__interview-lft {
		gap: 1rem;
	}
	.mid-add__interview-lft__video {
		margin-top: -2rem;
    width: 100%;
	}
	.mid-add__interview-lft__video-txt {
		position: relative;
		left: auto;
		top: 0;
		margin-right: 0;
		margin-left: auto;
	}
	.mid-add__interview-lft__video iframe {
		margin-top: -1rem;
	}
	.mid-add__interview-dl:not(:first-of-type) {
		margin-top: 2rem;
	}
	.mid-add__interview-link {
		margin: 3rem auto 5rem;
		width: 100%;
	}
}

/* sec-feature */
.sec-feature {
	position: relative;
}
.sec-feature::before {
	position: absolute;
	width: 100%;
	height: 7.75rem;
	bottom: -7.75rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
  aspect-ratio: 2;
  clip-path: polygon(50% 100%,100% 0,0 0);
  background: #f4f3ef;
}
.feature-list {
	margin-bottom: 0;
}
.feature-add__txt-wrap {
	max-width: 97.3rem;
	margin: 1rem auto 6.6rem;
}
.feature-add__txt {
	max-width: 56.2rem;
}
@media screen and (max-width: 768px) {
	.feature-list {
		gap: 13vw 0;
	}
 .feature-add__txt-wrap {
	position: relative;
	top: -75vw;
	max-width: 100%;
	width: 100%;
	margin: 0;
 }
 .feature-add__txt {
	max-width: 100%;
 }
 .feature-box {
	margin-top: -5rem;
 }
}
@media screen and (max-width: 768px) {
	.sec-feature::before {
		height: 3rem;
		bottom: -3rem;
	}
 .feature-add__txt-wrap {
	top: -78vw;
 }
}
@media screen and (max-width: 450px) {
 .feature-add__txt-wrap {
	top: -82vw;
 }
}

/* sec-staff */
.staff-box__flex-img.-add-bln {
  position: relative;
}
.staff-box__flex-img.-add-bln::before {
  position: absolute;
  content: '';
  width: 23.4rem;
  aspect-ratio: 468 / 299;
  top: -10rem;
  right: -7.2rem;
  z-index: 2;
  background: url(../img/mid/satff-box__bln.png) no-repeat center center / cover;
}
.staff-box__flex-ttl span strong {
  color: #997eb3;
}
.staff-box__flex-item span {
  color: #dc9380;
}

/* sec-beneftts */
.sec-beneftts.mid {
  background-color: #f4f3ef;
}
@media screen and (min-width: 1025px) {
  .beneftts-box__list-item {
    width: 33%;
  }
  .beneftts-box__list-ct {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
}
.beneftts-box__salary-number p {
  margin-left: 5.7em;
}
.beneftts-box__salary-item:nth-child(3) {
  background: #eef4f2;
}
.beneftts-box__salary-item:nth-child(4) {
  background: #f9f2ef;
}
.beneftts-box__salary-desc small {
  font-size: 1.4rem;
}
.beneftts-box__sm {
  display: block;
  margin-top: 3rem;
  text-align: right;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .beneftts-box__sm {
    margin-top: 1.5rem;
    font-size: 1.4rem;
  }
  .beneftts-box__salary-desc,
  .beneftts-box__salary-desc small {
    font-size: 1.2rem;
  }
  .beneftts-box__desc {
    margin-bottom: 3rem;
  }
  .staff-box__flex-img.-add-bln::before {
    width: 15rem;
    top: -6rem;
    right: -4.2rem;
  }
}

/* .sec-message */
.sec-message.-mid {
  padding-top: 0;
  background: #f4f3ef;
}
.message-wrap__ct-ttl.-mid {
  font-family: "Noto Serif JP", serif;
}
.message-rht__dt.-mid {
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .message-wrap__ct-ttl {
    font-size: 2rem;
  }
  .contact-wrap__list-item {
    width: 100%;
  }
  .require-list__txt {
    font-size: 1.5rem;
  }
  .require-list__txt span {
    font-size: 1.2rem;
  }
}
