.mv-wrap {
	background: linear-gradient(137deg, rgba(114,182,169,1) 0%, rgba(189,224,211,1) 50%, rgba(236,236,199,1) 100%);
	padding: 80px 0 40px 0;
	position: relative;
}
.mv-wrap .inner {
	background-image: url(../img/top/img_mv.webp);
	background-repeat: no-repeat;
	background-size: 702px;
	background-position: calc(50% + 300px) 40px;
}
.mv__text {
    padding: 85px 0 0 90px;
    min-height: 390px;
}
.mv__ttl{
	font-size: 40px;
	letter-spacing: 8px;
}
.mv__ttl-en {
    margin-top: 30px;
    font-weight: 500;
}
.mv__btn-link{
	margin-top: 40px;
	display: inline-block;
}
.top-entry-btn {
	font-size: 18px;
	font-weight: bold;
	width: 260px;
	height: 60px;
	color: #fff;
	background: url(../img/icon_human.svg), linear-gradient(124deg, rgba(234,195,175,1) 0%, rgba(224,147,109,1) 100%);
	background-size: 18px auto, auto;
	background-repeat: no-repeat, repeat;
	background-position: 45px center, center;
	border-radius: 70px;
	padding-left: 30px;
	letter-spacing: 1.8px;
}
.mv__bg-text-wrap {
    width: 100%;
    overflow: hidden;
    position: absolute;
    bottom: 95px;
    z-index: 0;
}
.mv__bg-text {
	letter-spacing: 5px;
	color: #FFFFFF;
	opacity: 0.44;
	font-size: 50px;
	white-space: nowrap;
	display: inline-block;
	animation: marquee 10s linear infinite;
    display: flex;
    min-width: 200%;
}
.mv__bg-text2 {
    flex-shrink: 0;
}
@keyframes marquee {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}
.mv__search {
	margin: 100px 50px 0;
	padding: 30px 40px;
	border-radius: 20px;
	background-color: #fff;
	position: relative;
	z-index: 1;
}
.mv__search-details {
	text-align: right;
	font-size: 14px;
}
.mv__search-section1 {
	margin-top: 10px;
	display: flex;
	gap: 0 10px;
	align-items: center;
	position: relative;
	justify-content: flex-end;
}
.mv__search-num {
    font-size: 18px;
    position: absolute;
    left: 0;
    top: -0.6em;
}
.mv__search-num-strong {
	color: #E0936D;
	font-weight: 400;
	font-size: 46px;
	letter-spacing: -3.22px;
}
.mv__search-input-wrap {
	display: flex;
	gap: 0 10px;
}
.mv__search-section1 .input-select {
	width: 160px;
	height: 40px;
	background-image: url(../img/arrow_bottom.svg),url(../img/icon_map.svg);
	background-size: 10px, 12px;
	background-position: calc(100% - 10px) center, 15px center;
	padding-left: 35px;
}
.mv__search-section1 .input-select:nth-of-type(2) {
	background-image: url(../img/arrow_bottom.svg),url(../img/icon_job_type.svg);
	background-size: 10px, 15px;
}
.mv__search-section1 .input-text2 {
    width: 405px;
    height: 40px;
}
.button-search {
	width: 126px;
}
.mv__search-section2 {
    margin-top: 20px;
    background-color: var(--green1);
    border-radius: 10px;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    gap: 0 35px;
}
.mv__search-ttl{
	font-weight: bold;
}
.mv__search-list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 10px;
    font-weight: bold;
    width: 905px;
}
.mv__search-item{
}
.mv__search-item-link {
	padding: 8px 10px 8px 28px;
	background-color: #fff;
	border-radius: 5px;
	background-image: url(../img/icon_feature.svg);
	background-repeat: no-repeat;
	background-position: 10px center;
	display: block;
}
.about-wrap {
	background: transparent linear-gradient(216deg, #ECECC7 60%, #7FBCAF 100%) 0% 0% no-repeat padding-box;
	padding: 100px 0;
}
.about__text-wrap {
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}
.about__text-left {
	width: 532px;
}
.about__text-ttl {
	font-size: 26px;
	font-weight: 500;
	line-height: 1.75;
}
.about__text {
	margin-top: 30px;
	line-height: 2.2;
}
.about__text-right {
	width: 475px;
}
.about__text2-wrap {
	margin-top: 45px;
}
.about__ttl {
	font-size: 26px;
	line-height: 46px;
	text-align: center;
}
.about__ttl-large {
	font-size: 56px;
}
.about__list {
	margin-top: 60px;
	display: flex;
	gap: 0 50px;
	justify-content: center;
}
.about__item {
	width: 300px;
	box-shadow: 0px 0px 20px var(--boxshadow1);
	border-radius: 20px;
	background-color: #fff;
	padding: 50px 30px 35px;
}
.about__item-ttl {
	margin-top: 20px;
	text-align: center;
}
.about__item-ttl .en{
	color: var(--green3);
	display: block;
	letter-spacing: 1.6px;
	opacity: 0.8;
}
.about__item-ttl .ja{
	font-size: 24px;
	font-weight: bold;
	display: block;
}
.about__item-text{
	font-size: 14px;
	text-align: center;
	margin-top: 14px;
}
.about__item:nth-child(n + 2) .about__item-text {
    width: calc(100% + 1em);
    margin-left: -0.5em;
}
.about__item-text + .about__item-text{
	margin-top: 20px;
}
.about__link-wrap {
	font-size: 16px;
	margin-top: 50px;
	text-align: center;
	font-weight: 500;
}
.about__btn-wrap {
	margin-top: 30px;
	text-align: center;
}
.job-offer-wrap {
	padding: 90px 0 0 0;
}
.job-offer__content{
	margin-top: 70px;
}
.job-offer__navi {
	justify-content: center;
	display: flex;
	gap: 0 10px;
}
.job-offer__tab-btn {
	width: 148px;
	height: 50px;
	background-color: #E3DEDC;
	border-radius: 10px 10px 0px 0px;
	font-size: 14px;
}
.job-offer__tab-btn._toggle-open2 {
	color: #fff;
	background-color: var(--green3);
}
.job-offer__list-wrap {
	background: linear-gradient(170deg, rgb(114, 182, 169) 20%, rgb(236, 236, 199) 100%);
	padding: 60px 0;
}
.job-offer__list-inner {
	display: none;
}
.job-offer__list-inner._toggle-open2{
	display: block;
}
.job-offer__list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 20px;
}
.job-offer__item {
	width: 204px;
	border-radius: 20px;
	box-shadow: 0px 0px 20px var(--boxshadow1);
	background-color: #fff;
}
.job-offer__list-img-wrap {
    width: 100%;
    height: 150px;
    background-color: #fafafa;
    border-radius: 20px 20px 0 0;
}
.job-offer__list-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
}
.job-offer__list-text-wrap {
	padding: 20px 15px;
}
.job-offer__list-ttl {
	font-weight: bold;
	color: var(--green3);
}
.job-offer__list-text {
	margin-top: 10px;
	font-size: 14px;
}
.job-offer__list-list {
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.8;
}
.job-offer__list-item {
	background-repeat: no-repeat;
	background-position: left 0.2em;
	padding: 0 0 0 23px;
}
.job-offer__list-type{
	background-image: url(../img/icon_bag.svg);
}
.job-offer__list-salary{
	background-image: url(../img/icon_salary.svg);
}
.job-offer__list-btn-wrap{
}
.voice__bottom {
	margin-top: 20px;
}

@media screen and (max-width:560px) {
.mv-wrap {
	padding: 14.29vw 0 12.5vw 0;
}
.mv-wrap .inner {
    background-image: url(../img/top/img_mv_sp.webp);
    background-size: 100%;
    background-position: left top;
}
.mv__text {
    padding: 44.64vw 10.71vw 0 10.71vw;
    min-height: auto;
}
.mv__ttl {
    font-size: 5.36vw;
    letter-spacing: 1.07vw;
}
.mv__ttl-en {
    margin-top: 1.79vw;
    font-weight: 500;
	font-size: 3.57vw;
}
.mv__btn-link {
    margin-top: 4.29vw;
    display: block;
    text-align: center;
}
.top-entry-btn {
    font-size: 4.46vw;
    width: 100%;
    height: 15.36vw;
    background-size: 4.64vw auto, auto;
    background-position: 19.11vw center, center;
    border-radius: 12.5vw;
    padding-left: 10vw;
    letter-spacing: 2.0.89vw;
}
.mv__search {
    margin: 4.29vw 5.36vw 0;
    padding: 2.68vw 5.36vw 5.36vw;
    border-radius: 3.57vw;
}
.mv__search-section1 {
    margin-top: 0;
    display: block;
}
.mv__search-num-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mv__search-num {
    font-size: 3.57vw;
    position: relative;
	top: 0;
}
.mv__search-num-strong {
    font-weight: 500;
    font-size: 8.21vw;
    letter-spacing: -0.58vw;
	padding: 0 0.54vw;
}
.mv__search-details {
    text-align: right;
    font-size: 3.21vw;
}
.mv__search-input-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 1.79vw;
}
.mv__search-section1 .input-select {
    width: 37vw;
    height: 10.71vw;
    background-position: calc(100% - 1.79vw) center, 1.43vw center;
    padding: 0 3.57vw 0 5.71vw;
    background-size: 1.79vw, 3.04vw;
}
.mv__search-section1 .input-select:nth-of-type(2) {
    background-size: 1.79vw, 3.04vw;
}
.mv__search-section1 .input-select:nth-of-type(3) {
    background-size: 1.79vw, 4.11vw;
}
.mv__search-section1 .input-text2 {
    width: 54vw;
    height: 10.71vw;
}
.mv__search-input-wrap .button-search {
    width: 21.43vw;
    height: 10.71vw;
    font-size: 3.57vw;
    background-position: 4.82vw;
    background-size: 3.39vw;
	padding-left: 3.57vw;
}
.mv__search-section2 {
    display: block;
    margin-top: 3.57vw;
    border-radius: 1.79vw;
    padding: 3.57vw;
}
.mv__search-list {
    gap: 1.79vw;
    margin-top: 2.68vw;
	width: auto;
}
.mv__search-item-link {
    padding: 1.43vw 1.79vw 1.43vw 5vw;
    border-radius: 0.89vw;
    background-position: 1.79vw center;
    font-size: 2.86vw;
    background-size: 2.5vw;
}
.about-wrap {
    padding: 14.29vw 5.36vw;
}
.about__text-wrap {
  margin-top: 7.14vw;
  flex-direction: column-reverse;
}
.about__text-left {
  width: 100%;
}
.about__text-right {
  width: 100%;
}
.about__text-ttl {
  font-size: 5vw;
  font-weight: 600;
  letter-spacing: 0.9vw;
  margin-top: 7.14vw;
}
.about__text {
  margin-top: 7.14vw;
  line-height: 2.2;
}
.about__text2-wrap {
    margin-top: 10.71vw;
}
.about__ttl {
    font-size: 6.07vw;
    line-height: 9.82vw;
    font-weight: 700;
}
.about__ttl-large {
    font-size: 10vw;
}
.about__list {
    margin-top: 7.14vw;
    gap: 5.36vw 0;
    flex-direction: column;
}
.about__item {
    width: 100%;
    box-shadow: 0vw 0vw 3.57vw var(--boxshadow1);
    border-radius: 3.57vw;
    padding: 3.57vw;
}
.about__item-img-wrap {
    width: 35.71vw;
    margin: 0 auto;
}
.about__item-ttl {
    margin-top: 1.79vw;
}
.about__item-ttl .en {
    letter-spacing: 0.36vw;
}
.about__item-ttl .ja {
    font-size: 5vw;
}
.about__item-text {
    font-size: 3.21vw;
    margin-top: 3.57vw;
    padding: 0 7.14vw;
}
.about__item-text + .about__item-text {
    margin-top: 3.57vw;
}
.about__item-text {
    font-size: 3.57vw;
    margin-top: 3.57vw;
    font-weight: 500;
    padding: 0 7.14vw;
}
.about__item:nth-child(n + 2) .about__item-text {
    width: 100%;
    margin-left: 0;
}
.about__btn-wrap {
    margin-top: 5.36vw;
}
.about__btn-wrap .top-entry-btn {
    width: 66.07vw;
    background-position: 12.14vw, center;
    padding-left: 10vw;
}
.job-offer-wrap {
    padding: 14.29vw 0 0 0;
}
.job-offer__content {
    margin-top: 7.14vw;
}
.job-offer__navi {
    gap: 3.21vw 1.79vw;
    flex-wrap: wrap;
    padding: 0 8.93vw;
}
.job-offer__tab-btn {
    width: auto;
    height: 10.36vw;
    border-radius: 1.79vw;
    font-size: 3.21vw;
    padding: 0 2.68vw;
    font-weight: 500;
    position: relative;
}
.job-offer__tab-btn._toggle-open2::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.61vw 1.34vw 0vw 1.34vw;
    border-color: #72b6a9 transparent transparent transparent;
    position: absolute;
    bottom: -1.5vw;
    left: calc(50% - 1.34vw);
}
.job-offer__list-wrap {
    padding: 10.71vw 5.36vw;
    margin-top: 7.14vw;
}
.job-offer__list {
    gap: 7.14vw 0;
    flex-direction: column;
}
.job-offer__item {
    width: 100%;
    border-radius: 3.57vw;
    box-shadow: 0vw 0vw 3.57vw var(--boxshadow1);
}
.job-offer__item:nth-child(n + 4) {
	display: none;
}
.job-offer__list-img-wrap {
    width: 100%;
    height: 41.07vw;
}
.job-offer__list-img {
    border-radius: 3.57vw 3.57vw 0 0;
}
.job-offer__list-text-wrap {
    padding: 3.57vw 5.36vw;
}
.job-offer__list-ttl {
    font-size: 5vw;
}
.job-offer__list-text {
    margin-top: 1.79vw;
    font-size: 3.57vw;
}
.job-offer__list-list {
    margin-top: 1.79vw;
    font-size: 3.21vw;
}
.job-offer__list-item {
    background-position: left 0.4em;
    padding: 0 0 0 4.82vw;
    background-size: 3.57vw;
}
}