.top-mv {
  position: relative;
  padding: 100px 8%;
}

.top-mv__head {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 43%;
}

.top-mv__head-logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 70%;
}

.top-mv__txt-wrap {
  position: absolute;
  top: 155px;
  left: 16%;
}

.top-mv__mess {
  line-height: 1.1;
}

.top-mv__txt {
  line-height: 1.2;
  margin-top: 15px;
}

.top-mv__kobito {
  position: absolute;
  z-index: 5;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 66%;
}

.top-mv__deco01 {
  position: absolute;
  top: 60px;
  left: 5%;
  width: 20%;
}

.top-mv__deco02 {
  position: absolute;
  bottom: 65px;
  right: 4%;
  width: 18%;
}

@media(max-width:450px) {}

.top-intro__mess-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top-intro__mess02 {
  line-height: 1.8;
}

.top-intro__txt {
  width: 85%;
  margin: 30px auto;
}

.top-intro__slider01-area {
  margin-top: 50px;
}

.top-intro__slider01 .swiper-wrapper,
.top-intro__slider02 .swiper-wrapper {
  transition-timing-function: linear;
}

.top-intro__slider02 .swiper-slide {
  width: fit-content;
  height: fit-content;
  white-space: nowrap;
}

.top-intro__slide-img {
  border-radius: 20px;
}

@media(max-width:500px) {}

.top-about {
  padding-bottom: 50px;
}

.top-about__img {
  max-width: 460px;
  width: 95%;
  margin-left: auto;
  margin-right: 0;
}

.top-about__kobito {
  width: 45%;
  margin: -50px 3% -10px auto;
}

.top-about__mess {
  margin-top: 25px;
}

.top-about__txt {
  margin-top: 25px;
}


@media(max-width:500px) {}

.top-data {
  position: relative;
  border-radius: 40px;
  background-color: #e9ddd0;
}

.top-data__inner {
  position: relative;
}


.top-data__kobito01 {
  position: absolute;
  top: 0px;
  left: -1%;
  width: 52px;
}

.top-data__kobito02 {
  position: absolute;
  top: 0px;
  width: 50px;
  right: -2%;
}

.top-data__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-top: 35px;
}

.top-data__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 20px 5% 25px;
}

.top-data__item-ttl {
  background-color: #eff4e4;
  border: 1px solid #9e9c9c;
  border-radius: 30px;
  padding: 0px 13px 1px;
}

.top-data__item-txt {
  color: #8ca75e;
  line-height: 1;
  margin-top: 13px;
}

.top-data__item-txt__detail {
  display: inline-block;
  transform: translate(0, -5px);
}

.top-data__item-img {
  width: 70px;
  margin-top: 18px;
}

.top-data__item:nth-of-type(1) .top-data__item-img,
.top-data__item:nth-of-type(2) .top-data__item-img {
  width: 65px;
}

.top-data__item:nth-of-type(3) .top-data__item-img {
  width: 102px;
}

.top-data__item:nth-of-type(5) .top-data__item-img {
  width: 128px;
  margin-top: 30px;
}

.top-data__item:nth-of-type(7) .top-data__item-img {
  margin-top: 3px;
}

.top-data__item:nth-of-type(8) .top-data__item-img {
  width: 79px;
  margin-top: 25px;
}

@media(max-width:500px) {
  .top-data__list {
    gap: 10px;
  }
}

@media(max-width:410px) {
  .top-data__item-ttl {
    font-size: 1.4rem;
  }

  .top-data__item-ttl {
    padding: 0px 10px 1px;
  }
}

.top-education {
  position: relative;
  padding-top: 60px;
}

.top-education__kobito01 {
  position: absolute;
  width: 26%;
  top: 60px;
  left: 0;
}

.top-education__kobito02 {
  position: absolute;
  width: 18%;
  top: 170px;
  right: 0;
}

.top-education__inner {}

.top-education__ttl {}

.top-education__mess {
  text-align: center;
  line-height: 1.7;
  margin-top: 20px;
}

.top-education__mess span {
  padding-bottom: 5px;
}

.top-education__txt {
  margin-top: 30px;
}

.top-education__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: 40px;
}

.top-education__item-img {
  border-radius: 20px;
}

.top-education__item-tag {
  position: relative;
  z-index: 3;
  width: fit-content;
  color: #fff;
  background-color: #8ca75e;
  border-radius: 30px;
  padding: 1px 17px 2px;
  margin-top: -20px;
}

.top-education__item-ttl {
  margin: 15px 0 12px;
}

.top-education__bottom01 {
  display: flex;
  align-items: end;
  margin-top: 20px;
}

.top-education__bottom01-person {
  width: 21%;
}

.top-education__bottom01-txt {
  background: url(../img/top/education_fuki.webp) no-repeat center / 100% 100%;
  padding: 20px 25px 20px 42px;
}

.top-education__bottom02 {
  background-color: #e9ddd0;
  border-radius: 20px;
  padding: 30px 7% 40px;
  margin-top: 40px;
}

.top-education__bottom02-head {
  position: relative;
}

.top-education__bottom02-ttl__wrap {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.top-education__bottom02-ttl02 {
  padding-bottom: 8px;
}

.top-education__bottom02-img {
  position: absolute;
  top: 10px;
  right: 0;
  width: 27%;
}

.top-education__bottom02-txt {
  margin-top: 15px;
}

@media(max-width:500px) {}

@media(max-width:400px) {
  .top-education__kobito02 {
    width: 16%;
  }

  .top-education__bottom02-img {
    top: 25px;
  }
}

.top-system {
  position: relative;
  background-color: #d4debf;
  margin-top: 80px;
  scroll-margin-top: 60px;
}

/* mainに overflow-x:hidden */
.top-system::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translate(-50%, -23%);
  width: 120%;
  aspect-ratio: 1205 / 528;
  border-radius: 50%;
  background-color: #d4debf;
}

.top-system__inner {
  position: relative;
}

.top-system__lead-en {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-100%);
}

.top-system__mess-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}

.top-system__mess01 {
  position: relative;
  color: #fff;
  background-color: #c3a78a;
  border-radius: 30px;
  padding: 1px 15px 2px;
  margin-bottom: 15px;
}

/* ふきだし矢印 */
.top-system__mess01::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #c3a78a transparent transparent transparent;
}

.top-system__txt {
  margin-top: 25px;
}

.top-system__kobito01 {
  position: absolute;
  top: 0;
  left: 5%;
  width: 75px;
}

.top-system__kobito02 {
  position: absolute;
  top: 0;
  right: 5%;
  width: 50px;
}

@media(max-width:500px) {
  .top-system {
    margin-top: 60px;
  }
}

.top-system__list {}

.top-system__item {
  position: relative;
  background-color: #e5ebd9;
  border-radius: 40px;
  margin-top: 40px;
}

.top-system__item:nth-of-type(3) {
  background-color: #f6eee5;
}

.top-system__item-inner {
  position: relative;
  padding: 100px 0 50px;
}

.top-system__item-head {
  position: absolute;
  z-index: 3;
  top: 5px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 222px;
  height: 120px;
  border-radius: 50%;
  background-color: #e5ebd9;
}

.top-system__item:nth-of-type(3) .top-system__item-head {
  background-color: #f6eee5;
}

.top-system__item-ttl__wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
  white-space: nowrap;
}

.top-system__item-ttl01 {
  color: #fff;
}

.top-system__item-ttl02 {
  color: #8ca75e;
}

.top-system__item-img__wrap {
  position: relative;
}

.top-system__item-deco01 {
  position: absolute;
  top: -20px;
  left: -3%;
  width: 62px;
}

.top-system__item-deco02 {
  position: absolute;
  bottom: -30px;
  right: -3%;
  width: 62px;
}

.top-system__item:nth-of-type(2) .top-system__item-deco01 {
  top: -20px;
  left: unset;
  right: -3%;
  width: 62px;
}

.top-system__item:nth-of-type(2) .top-system__item-deco02 {
  position: absolute;
  bottom: -10px;
  right: unset;
  left: -3%;
  width: 62px;
}

.top-system__item:nth-of-type(3) .top-system__item-deco02 {
  bottom: -15px;
}

.top-system__item-mess {
  margin: 35px 0 15px;
}

@media(max-width:500px) {}

.top-system__item01-list {
  display: flex;
  flex-direction: column;
  gap: 80px;
  background: url(../img/top/system01_flow.webp) no-repeat center top 50px / 85%;
  margin-top: 40px;
}

.top-system__item01-item {
  display: flex;
  justify-content: space-between;
}

.top-system__item01-item:nth-of-type(even) {
  flex-direction: row-reverse;
}

.top-system__item01-ttl {
  position: relative;
  z-index: 2;
  line-height: 1.1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background-color: #97ae6b;
}

.top-system__item01-img {
  width: 26%;
}



.top-system__item01-item:nth-of-type(odd) .top-system__item01-img {
  margin-left: -10%;
}

.top-system__item01-item:nth-of-type(even) .top-system__item01-img {
  margin-right: -10%;
}

.top-system__item01-main {
  width: 50%;
}

.top-system__item01-mess {
  color: #b99b7b;
  margin-bottom: 7px;
}

@media(max-width:500px) {
  .top-system__item01-list {
    gap: 60px;
    background: url(../img/top/system01_flow.webp) no-repeat center top 70px / 85%;
  }
}

@media(max-width:410px) {
  .top-system__item01-list {
    gap: 40px;
    background: url(../img/top/system01_flow.webp) no-repeat center top 90px / 90%;
    margin-top: 40px;
  }
}

@media(max-width:370px) {
  .top-system__item01-list {
    gap: 40px;
    background: url(../img/top/system01_flow.webp) no-repeat center top 90px / 95%;
    margin-top: 40px;
  }
}

@media(max-width:500px) {}

.top-system__item02-salary {
  position: relative;
  padding-bottom: 50px;
  margin-top: 35px;
}

.top-system__item02-salary__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
  background-color: #c3a78a;
  width: calc(100% - 50px);
  border-radius: 15px;
  padding: 20px 5% 30px;
}

.top-system__item02-salary__txt {
  position: absolute;
  bottom: -12px;
  left: 12%;
  line-height: 1.5;
  text-align: center;
  background: url(../img/top/system02_fukidashi.webp) no-repeat center / contain;
  padding: 25px 40px 15px;
}

.top-system__item02-salary__img {
  position: absolute;
  top: -10px;
  right: 0;
  width: 127px;
}

@media(max-width:400px) {
  .top-system__item02-salary__txt {
    left: 6%;
    padding: 25px 20px 15px;
  }
}

.top-system__item03-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 8%;
  margin-top: 40px;
}

.top-system__item03-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top-system__item03-icon {
  width: 135px;
}

.top-system__item03-ttl {
  margin: 15px auto 7px;
}

.top-system__item03-mom {
  background-color: #fff;
  border-radius: 25px;
  padding: 30px 7%;
  margin-top: 40px;
}

.top-system__item03-mom__ttl-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top-system__item03-mom__txt {
  margin-top: 10px;
}

.top-system__item03-mom__list-wrap {
  position: relative;
  background-color: #e9ddd0;
  border-radius: 20px;
  padding: 20px 7%;
  margin-top: 20px;
}

.top-system__item03-mom__list {}

.top-system__item03-mom__item {
  position: relative;
  padding-left: 1.6em;
}

.top-system__item03-mom__item::before {
  position: absolute;
  content: '';
  top: 16%;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(../img/top/check.webp) no-repeat center / contain;
}

.top-system__item03-mom__img {
  position: absolute;
  bottom: 0;
  right: 10px;
  width: 22%;
}

@media(max-width:500px) {}

.top-system__slider-area {
  margin-top: 40px;
}

.top-system__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.top-system__slide-img {
  border-radius: 20px;
}

@media(max-width:500px) {}

.top-entry {
  background-color: #ccb39a;
}

.top-entry02 {
  position: relative;
  padding-top: 20px;
  margin-top: 50px;
}

.top-entry02::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -23%);
  width: 120%;
  aspect-ratio: 1205 / 528;
  border-radius: 50%;
  background-color: #ccb39a;
}

.top-entry__head {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top-entry__mess-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}

.top-entry__mess-en {
  color: #fff;
  opacity: 0.15;
}

.top-entry__mess-jp {
  color: #fff;
  margin-top: -20px;
}

.top-entry__btn {
  position: relative;
  z-index: 3;
  margin-top: 25px;
}

.top-entry__kobito01 {
  position: absolute;
  z-index: 2;
  top: 26px;
  left: 4%;
  width: 16.5%;
}

.top-entry__kobito02 {
  position: absolute;
  z-index: 4;
  bottom: -10px;
  right: 5%;
  width: 11%;
}

.top-entry__cont {
  border-radius: 30px;
  background-color: #f4efd2;
  padding: 0 5% 40px;
  margin-top: 40px;
}

.top-entry__cont-head {
  display: flex;
  align-items: end;
  gap: 20px;
  transform: translate(0, -15px);
}

.top-entry__cont-lead {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
  color: #fff;
  width: 96px;
  height: 98px;
  background: url(../img/top/entry_lead.webp) no-repeat center / contain;

}

.top-entry__cont-mess {
  padding-bottom: 10px;
  margin-bottom: 5px;
}

.top-entry__cont-txt {
  margin-top: 10px;
}

@media(max-width:500px) {}

@media(max-width:410px) {
  .top-entry__cont-head {
    gap: 10px;
    transform: translate(0, -15px);
  }

  .top-entry__cont-lead {
    width: 90px;
    height: 92px;
  }
}

@media(max-width:370px) {
  .top-entry__cont-head {
    gap: 5px;
  }

  .top-entry__cont-lead {
    width: 83px;
    height: 85px;
  }
}

.top-interview {}

.top-interview__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10%;
  padding: 0 3%;
  margin-top: 30px;
}

.top-interview__item-img__area {
  position: relative;
}

.top-interview__item-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
}

.top-interview__item-txt01 {
  margin-top: 20px;
}

.top-interview__item-txt02 {
  line-height: 1.5;
}

@media(max-width:500px) {}

.top-interview__modal {
  position: fixed;
  z-index: 1200;
  top: 0;
  right: 11%;
  width: 100%;
  max-width: 500px;
  height: 100vh;
  display: none;
  background-color: #9e9c9ccc;
}

@media(max-width:1100px) {
  .top-interview__modal {
  right: calc((100% - 500px) / 2);
}
}
@media(max-width:500px) {
  .top-interview__modal {
  right: 0;
}
}

.top-interview__modal.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-interview__modal-list {
  width: 90%;
  height: calc(100% - 60px);
  background-color: #f6eee5;
  border-radius: 20px;
  margin: 50px auto 10px;
  overflow: scroll;
}

.top-interview__modal-item {
  display: none;
  height: fit-content;
  overflow: hidden;
  padding: 30px 0 0;
}

.top-interview__modal-item.active {
  display: block;
}

.top-interview__modal-inner {
  width: 86%;
  margin: 0 auto;
}

.top-interview__modal-close {
  position: absolute;
  top: 17px;
  right: 3%;
  opacity: 1;
}

.top-interview__modal-close:hover {
  cursor: pointer;
}

.top-interview__modal-close::before,
.top-interview__modal-close::after {
  position: absolute;
  content: '';
  top: 50%;
  left: -20px;
  background-color: #fff;
  height: 2px;
  width: 15px;
  border-radius: 3px;
}

.top-interview__modal-close::before {
  transform: rotate(45deg) translate(-5%, -50%);
}

.top-interview__modal-close::after {
  transform: rotate(-45deg) translate(5%, -50%);
}

/* モーダル中身 */

.top-interview__modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-interview__modal-item__img {
  width: 40%;
}

.top-interview__modal-txt__wrap {
  width: 50%;
}

.top-interview__modal-txt02 {
  line-height: 1.2;
}

.top-interview__modal-txt04 {
  color: #8e8a88;
  margin-top: 15px;
}

.top-interview__modal-qa__dt {
  background-color: #97ae6b;
  border-radius: 5px;
  padding: 5px 10px;
  margin-top: 30px;
}

.top-interview__modal-qa__dd {
  margin-top: 15px;
}

.top-interview__modal-flow {
  position: relative;
  z-index: 2;
  background-color: #d4debf;
  padding-bottom: 30px;
  margin-top: 100px;
}

.top-interview__modal-flow::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translate(-50%, -23%);
  width: 120%;
  aspect-ratio: 1205 / 528;
  border-radius: 50%;
  background-color: #d4debf;
}

.top-interview__modal-flow__inner {
  position: relative;
}

.top-interview__modal-flow__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top-interview__modal-flow__ttl01 {
  position: relative;
  color: #fff;
  background-color: #c3a78a;
  border-radius: 30px;
  padding: 1px 25px 2px;
  margin-bottom: 15px;
}

.top-interview__modal-flow__ttl01::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #c3a78a transparent transparent transparent;
}

.top-interview__modal-flow__ttl02 {
  padding-bottom: 5px;
}

.top-interview__modal-flow__kobito01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 22%;
}

.top-interview__modal-flow__kobito02 {
  position: absolute;
  top: 0;
  right: 15%;
  width: 10%;
}

.top-interview__modal-flow__dl {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 0;
  background: url(../img/top/interview_flow.webp) no-repeat left 32px top / 2.5%;
  margin-top: 40px;
}

.top-interview__modal-flow__dt {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #97ae6b;
  background-color: #fff;
  width: 73px;
  height: 73px;
  border-radius: 50%;
}

.top-interview__modal-flow__dd {
  width: calc(100% - 73px);
  padding-left: 7%;
}

.top-interview__modal-flow__dd-ttl {
  margin-bottom: 5px;
}

@media(max-width:450px) {
  .top-interview__modal-flow__dl {
    gap: 30px 0;
    background: url(../img/top/interview_flow.webp) repeat-y left 32px top / 2.5%;
    margin-top: 40px;
}
}

.top-message {
  position: relative;
  background-color: #d4debf;
  padding-bottom: 20px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.top-message::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translate(-50%, -23%);
  width: 120%;
  aspect-ratio: 1205 / 528;
  border-radius: 50%;
  background-color: #d4debf;
}

.top-message::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 23%);
  width: 120%;
  aspect-ratio: 1205 / 528;
  border-radius: 50%;
  background-color: #d4debf;
}

.top-message__mess {
  margin-top: 20px;
}

.top-message__txt {
  margin-top: 25px;
}

.top-message__name {
  width: fit-content;
  margin: 35px 0 0 auto;
}

@media(max-width:500px) {}

.top-description {}

.top-description__dl {
  margin-top: 30px;
}

.top-description__dt {}

.top-description__dd {
  line-height: 2;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin: 7px 0 20px;
}

@media(max-width:500px) {}