/*!
global > color
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.mv {
  height: 758px;
}
.mv__main {
  position: relative;
  max-width: 375px;
  margin: 0 auto;
}
.mv__main::before {
  position: absolute;
  z-index: 1;
  top: 87px;
  right: -29px;
  width: 100px;
  height: 100px;
  background: url(../images/img_mv_decord_01.png) no-repeat center/contain;
}
.mv__decord {
  position: absolute;
  z-index: 1;
  top: 87px;
  right: -29px;
  width: 100px;
}
.mv__img_item {
  position: absolute;
}
.mv__img_item:nth-child(1) {
  top: 71px;
  left: 15px;
  width: 60.5333333333vw;
  width: 227px;
}
.mv__img_item:nth-child(1) img {
  border-radius: 8px;
}
.mv__img_item:nth-child(1)::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -40px;
  right: 35px;
  width: 55px;
  height: 55px;
  background: url(../images/img_mv_decord_02.png) no-repeat center/contain;
}
.mv__img_item:nth-child(2) {
  z-index: 1;
  top: 99.4666666667vw;
  top: 373px;
  left: -6px;
  width: 38.6666666667vw;
  width: 145px;
}
.mv__img_item:nth-child(3) {
  top: 156.8vw;
  top: 588px;
  left: 9.8666666667vw;
  width: 55.7333333333vw;
  width: 209px;
}
.mv__img_item:nth-child(3)::before {
  content: "";
  position: absolute;
  top: 27.4666666667vw;
  right: -44px;
  width: 68px;
  height: 68px;
  background: url(../images/img_mv_decord_01.png) no-repeat center/contain;
}
.mv__img_item img {
  position: relative;
  border-radius: 15px;
}
.mv__ttl {
  position: absolute;
  top: 260px;
  left: 176px;
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
  width: 155px;
  font-size: 2rem;
}
.mv__ttl span {
  -ms-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
.mv__ttl span.spec {
  color: #fe9e26;
}
.mv__ttl span:nth-child(1) {
  letter-spacing: 0.2em;
}
.mv__ttl span:nth-child(2) {
  margin-top: 41px;
  letter-spacing: 0.12em;
}
.mv__ttl span:nth-child(3) {
  margin-top: 78px;
}

.about {
  position: relative;
  padding: 49px 0 60px;
}
.about::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 356px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 148vw;
  background: url(../images/bg_pattern_01_sp.png) no-repeat top center/cover;
  pointer-events: none;
}
.about__main {
  position: relative;
}
.about__box {
  position: relative;
  max-width: 485px;
  margin: 0 auto 53px;
}
.about__box::before {
  content: "";
  position: absolute;
  top: -32px;
  left: -18px;
  width: 63px;
  height: 63px;
  background: url(../images/img_about_decord_03.png) no-repeat center/contain;
}
.about__txt {
  position: relative;
  width: calc(100% + 20px);
  font-size: 0.9375rem;
  line-height: 1.87;
}
.about__img {
  position: relative;
  height: 92.5333333333vw;
  max-width: 100vw;
  margin: 0 auto;
}
.about__img_item {
  position: absolute;
}
.about__img_item::before {
  content: "";
  position: absolute;
}
.about__img_item:nth-child(1) {
  top: 0;
  right: -30px;
  width: 45.8666666667vw;
}
.about__img_item:nth-child(1)::before {
  top: -17px;
  left: -21px;
  width: 50px;
  height: 50px;
  background: url(../images/img_about_decord_01.png) no-repeat center/contain;
}
.about__img_item:nth-child(2) {
  z-index: 1;
  top: 25.3333333333vw;
  left: -8vw;
  width: 36vw;
}
.about__img_item:nth-child(2)::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -21px;
  right: -14px;
  width: 46px;
  height: 46px;
  background: url(../images/img_about_decord_01.png) no-repeat center/contain;
}
.about__img_item:nth-child(3) {
  bottom: 0;
  right: 0.5333333333vw;
  width: 38.6666666667vw;
}
.about__img_item:nth-child(3)::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -24px;
  right: -18px;
  width: 46px;
  height: 46px;
  background: url(../images/img_about_decord_02.png) no-repeat center/contain;
}
.about__img_item img {
  position: relative;
  border-radius: 15px;
}

.search {
  position: relative;
  padding: 24px 0 0;
}
.search .heading {
  margin-bottom: 41px;
}
.search__sec:not(:last-child) {
  margin-bottom: 26px;
}
.search__sec_ttl {
  position: relative;
  min-height: 50px;
  padding: 10px 20px;
  background: linear-gradient(90deg, rgb(255, 200, 20) 0%, rgb(240, 130, 0) 100%);
  border-radius: 8px;
  color: #fff;
  font-size: 1.0625rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.75;
}
.search__sec_ttl::before, .search__sec_ttl::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 23px;
  transform: translateY(50%);
  width: 17px;
  height: 3px;
  border-radius: 3px;
  background-color: #fff;
}
.search__sec_ttl::after {
  transform: translateY(50%) rotate(-90deg);
}
.search__sec_ttl.active::after {
  opacity: 0;
}
.search__sec_main {
  display: none;
  padding-top: 20px;
}
.search__city {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 32px;
}
.search__city_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 46px;
  padding: 7px 5px;
  border: 2px solid #334455;
  border-radius: 100px;
  color: #334455;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75;
}

.group {
  padding: 84px 0 0;
}
.group .heading {
  margin-bottom: 32px;
}
.group__main {
  margin-bottom: 24px;
}
.group__main .slick-list {
  padding: 0 !important;
}
.group__main .slick-track {
  padding: 10px 0;
}
.group__item {
  position: relative;
  z-index: 1;
  width: 252px;
  margin: 0 20px;
  padding-top: 36px;
}
.group__item_img {
  width: 210px;
  margin-bottom: 12px;
}
.group__item_img img {
  border-radius: 15px;
}
.group__item_info {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.group__item_txt {
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.group__item .c_arrow {
  margin-top: 7px;
}
.group__item::before, .group__item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 245px;
  height: 245px;
  border-radius: 100%;
}
.group__item::before {
  z-index: -2;
  background: url(../images/img_our_pattern.png) no-repeat center/contain;
}
.group__item::after {
  z-index: -1;
  background: linear-gradient(180deg, rgb(255, 221, 188) 0%, rgb(255, 242, 191) 73%, rgb(255, 255, 255) 100%);
  opacity: 0.8;
}
.group__item.style02::after {
  background: linear-gradient(180deg, rgb(216, 248, 250) 0%, rgb(194, 235, 255) 40%, rgb(195, 224, 243) 70%, rgb(255, 255, 255) 100%);
}
.group__item.style03::after {
  background: linear-gradient(180deg, rgb(255, 239, 227) 0%, rgb(250, 221, 201) 40%, rgb(255, 222, 205) 79%, rgb(255, 255, 255) 100%);
}
.group__ctrl {
  display: flex;
  justify-content: center;
  align-items: center;
}
.group__ctrl_dots {
  margin: 0 20px;
}
.group__ctrl_dots ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.group__ctrl_dots ul li {
  display: block;
  line-height: 0;
}
.group__ctrl_dots ul li.slick-active button {
  background: linear-gradient(90deg, rgb(255, 200, 20) 0%, rgb(240, 130, 0) 100%);
}
.group__ctrl_dots ul button {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #c2c2c2;
  font-size: 0;
}
.group__ctrl_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  background: linear-gradient(90deg, rgb(255, 200, 20) 0%, rgb(240, 130, 0) 100%);
}
.group__ctrl_btn::before {
  content: "";
  position: relative;
  width: 18px;
  height: 14px;
  background-color: #fff;
  mask: url(../images/icon_arrow.svg) no-repeat center/contain;
  -webkit-mask: url(../images/icon_arrow.svg) no-repeat center/contain;
}
.group__ctrl_btn.prev {
  transform: scaleX(-1);
}

.interview {
  position: relative;
  padding: 84px 0 0;
}
.interview .heading {
  margin-bottom: 41px;
}
.interview__main {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 54px;
}
.interview__item {
  position: relative;
  z-index: 1;
  width: calc(100% - 116px);
}
.interview__item::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 122px;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 140.5333333333vw;
  background: url(../images/bg_pattern_02_sp.png) no-repeat top center/cover;
  pointer-events: none;
}
.interview__item:nth-child(even)::before {
  transform: translateX(-50%) scaleX(-1);
}
.interview__item_img {
  position: relative;
  margin-bottom: 20px;
  border-radius: 15px;
  background-color: #fff;
}
.interview__item_img img {
  position: relative;
  border-radius: 15px;
  transition: all 0.2s;
}
.interview__item_img::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
}
.interview__item_ttl {
  margin-bottom: 3px;
  color: #fe9e26;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.interview__item_info {
  position: relative;
}
.interview__item_txt {
  font-size: 1rem;
  line-height: 1.65;
}
.interview__item .c_arrow {
  position: absolute;
  bottom: 5px;
  right: 9px;
  width: 30px;
  height: 17px;
  border-color: #334455;
  background-color: transparent;
}
.interview__item .c_arrow::before {
  background-color: #334455;
}
.interview__item:nth-child(even) .interview__item_ttl {
  color: #ff8787;
}
.interview__item:nth-child(1) .interview__item_img::before {
  z-index: 1;
  bottom: 14px;
  left: -38px;
  background: url(../images/img_interview_decord_01.png) no-repeat center/contain;
}
.interview__item:nth-child(2) .interview__item_img::before {
  top: -24px;
  right: -31px;
  background: url(../images/img_interview_decord_02.png) no-repeat center/contain;
}
.interview__item:nth-child(3)::before {
  top: 104px;
}
.interview__item:nth-child(3) .interview__item_img::before {
  bottom: -20px;
  left: -41px;
  background: url(../images/img_interview_decord_01.png) no-repeat center/contain;
}
.interview__item:nth-child(4) {
  margin-top: -7px;
}
.interview__item:nth-child(4)::before {
  top: 65px;
}
.interview__item:nth-child(4) .interview__item_img::before {
  z-index: 1;
  bottom: -18px;
  right: -34px;
  background: url(../images/img_interview_decord_02.png) no-repeat center/contain;
}

.point {
  position: relative;
  padding: 76px 0 0;
}
.point .heading {
  position: relative;
  z-index: 4;
  margin-bottom: 42px;
}
.point__main {
  position: relative;
  display: grid;
  gap: 100px;
}
.point__item {
  position: relative;
  z-index: 1;
}
.point__item:nth-child(1) {
  z-index: 3;
}
.point__item:nth-child(2) {
  z-index: 2;
}
.point__item:nth-child(3) {
  z-index: 1;
}
.point__item::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -83px;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 140.5333333333vw;
  background: url(../images/bg_pattern_03_sp.png) no-repeat bottom center/cover;
  pointer-events: none;
}
.point__item_inner {
  position: relative;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.point__item_inner::before, .point__item_inner::after {
  content: "";
  position: absolute;
  top: 124px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.point__item_inner::before {
  background-color: #faf4f2;
}
.point__item_inner::after {
  background: url(../images/img_point_pattern.jpg) no-repeat center/cover;
  opacity: 0.15;
}
.point__item_head {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 227px;
  height: 227px;
  margin: 0 auto;
  padding: 48px 20px 0;
  border-radius: 100%;
  overflow: hidden;
}
.point__item_head::before, .point__item_head::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgb(255, 181, 108) 0%, rgb(255, 227, 115) 100%);
  pointer-events: none;
}
.point__item_head::before {
  z-index: -2;
}
.point__item_head::after {
  z-index: -1;
  width: calc(100% - 35px);
  height: calc(100% - 35px);
  background: #fff;
  border-radius: 100%;
}
.point__item_num {
  margin-bottom: 4px;
  color: #ffad57;
  font-size: 1rem;
  font-family: "Cabin", sans-serif;
  text-align: center;
  line-height: 1;
}
.point__item_ttl {
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.point__item_body {
  position: relative;
  margin-top: -130px;
  padding: 154px 24px 22px 27px;
}
.point__item_txt {
  position: relative;
  z-index: 1;
  font-size: 0.9375rem;
  text-align: justify;
  line-height: 1.53;
}
.point__item:nth-child(1) .point__item_img {
  margin-top: -4px;
  width: 92px;
}
.point__item:nth-child(2) .point__item_img {
  margin-top: -23px;
  width: 97px;
}
.point__item:nth-child(3) .point__item_img {
  margin-top: -27px;
  width: 105px;
}

.job {
  padding: 134px 0 59px;
}
.job .container_lg {
  position: relative;
}
.job__main {
  position: relative;
  z-index: 1;
  padding: 52px 20px 58px;
  border-radius: 15px;
  overflow: hidden;
}
.job__main::before, .job__main::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.job__main::before {
  z-index: -2;
  background: url(../images/img_job_pattern.jpg) no-repeat center/cover;
}
.job__main::after {
  z-index: -1;
  background-color: rgba(242, 243, 245, 0.8);
}
.job .heading {
  margin-bottom: 41px;
}
.job__img {
  margin-bottom: 48px;
  padding: 0 8px;
}
.job__img img {
  border-radius: 15px;
}
.job__btn .c_btn {
  width: 252px;
  height: 56px;
  margin: 0 auto;
  padding: 10px 17px 10px 10px;
  font-size: 1rem;
}
.job__decord_item {
  position: absolute;
  z-index: 1;
}
.job__decord_item:nth-child(1) {
  top: 90px;
  left: -96px;
  width: 87px;
}
.job__decord_item:nth-child(2) {
  top: -32px;
  right: 30px;
  width: 59px;
}
.job__decord_item:nth-child(3) {
  top: 122px;
  left: 14px;
  width: 50px;
}
.job__decord_item:nth-child(4) {
  bottom: -19px;
  right: 23px;
  width: 48px;
  border-radius: 15px;
  overflow: hidden;
}

.modal {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 80px 0 40px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}
.modal.active {
  opacity: 1;
  visibility: visible;
}
.modal.active .modal__body {
  transform: scale(1);
}
.modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #334455;
  opacity: 0.2;
}
.modal__btn {
  position: absolute;
  z-index: 2;
  top: -22px;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #fe9e26;
  overflow: hidden;
}
.modal__btn img {
  position: relative;
  width: 15px;
}
.modal__body {
  position: relative;
  width: 100%;
  padding: 30px 0 0;
  transform: scale(0.7);
  transition: all 0.2s;
}
.modal .c_btn {
  margin: 0 auto;
}

.group__modal {
  position: relative;
  max-width: 375px;
  max-height: 675px;
  height: 100%;
  margin: 0 auto;
  padding: 14px 12px;
  background: url(../images/bg_modal_group.png) no-repeat top center/cover;
  border-radius: 16px;
}
.group__modal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgb(255, 208, 154) 0%, rgb(255, 235, 157) 100%);
  border-radius: 16px;
  opacity: 0.8;
}
.group__modal_content {
  position: relative;
  height: 100%;
  padding: 27px 29px 35px 30px;
  background-color: #fff;
  border-radius: 16px;
  overflow-y: auto;
  overflow-x: hidden;
}
.group__modal_ttl {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 30px;
  padding-left: 11px;
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.group__modal_ttl span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: flex-start;
}
.group__modal_ttl span::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -37px;
  z-index: -1;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: -10px;
  background: url(../images/icon_modal_group_Ilust_01.png) no-repeat center/contain;
}
.group__modal_img {
  margin-bottom: 22px;
  padding: 0 26px;
}
.group__modal_img img {
  border-radius: 15px;
}
.group__modal_txt {
  margin-bottom: 21px;
  font-size: 0.9375rem;
  line-height: 1.75;
}

.group__spec .modal__body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 75vh;
  max-width: 460px;
}
.group__spec .modal.style02 .modal__btn {
  background-color: #1059a0;
}
.group__spec .modal.style02 .modal__btn:hover {
  background-color: #1573ce;
}
.group__spec .modal.style02 .group__modal::before {
  background: linear-gradient(180deg, rgb(190, 239, 243) 0%, rgb(149, 188, 224) 100%);
}
.group__spec .modal.style02 .group__modal_ttl span::before {
  background: url(../images/icon_modal_group_Ilust_02.png) no-repeat center/contain;
}
.group__spec .modal.style03 .modal__btn {
  background-color: #d77c63;
}
.group__spec .modal.style03 .modal__btn:hover {
  background-color: #e19e8c;
}
.group__spec .modal.style03 .group__modal::before {
  background: linear-gradient(180deg, rgb(233, 189, 176) 0%, rgb(239, 205, 172) 100%);
}
.group__spec .modal.style03 .group__modal_ttl span::before {
  background: url(../images/icon_modal_group_Ilust_03.png) no-repeat center/contain;
}

.interview__modal {
  position: relative;
  max-width: 375px;
  height: 100%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 16px;
}
.interview__modal_content {
  position: relative;
  height: 100%;
  border-radius: 16px;
  overflow-y: auto;
  overflow-x: hidden;
}
.interview__modal_mv {
  position: relative;
}
.interview__modal_mv_info {
  position: absolute;
  left: 19px;
  bottom: 19px;
}
.interview__modal_mv_ttl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  margin-bottom: 5px;
}
.interview__modal_mv_ttl span {
  display: inline-flex;
  padding: 0px 9px 0px 9px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  font-size: 1.1875rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.interview__modal_mv_name span {
  display: inline-flex;
  padding: 0px 9px 0px 9px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  color: #fe9e26;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.interview__modal_body {
  padding: 45px 27px 36px;
}
.interview__modal_ttl {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(100% + 20px);
  left: -10px;
  margin-bottom: 21px;
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.interview__modal_ttl span {
  position: relative;
  z-index: 1;
}
.interview__modal_ttl span:first-child {
  display: inline-flex;
  justify-content: center;
  align-items: flex-start;
}
.interview__modal_ttl span:first-child::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -39px;
  z-index: -1;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: -10px;
  background: url(../images/icon_modal_interview_Ilust_01.png) no-repeat center/contain;
}
.interview__modal_ttl span:last-child {
  z-index: 2;
}
.interview__modal_img {
  position: relative;
  padding: 31px 14px 44px;
}
.interview__modal_img img {
  position: relative;
  border-radius: 15px;
}
.interview__modal_img::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 57px);
  height: 527px;
  background: url(../images/bg_interview_modal_01_sp.png) no-repeat top center/cover;
  border-radius: 0 0 16px 16px;
}
.interview__modal_txt {
  position: relative;
  padding: 0 14px;
  line-height: 1.75;
  font-size: 0.9375rem;
}
.interview__modal_close {
  position: relative;
  width: 190px;
  margin: 32px auto 0;
  padding: 2px;
  background-color: #fe9e26;
  border-radius: 100px;
  overflow: hidden;
}
.interview__modal_close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(255, 200, 20) 0%, rgb(240, 130, 0) 100%);
  transition: all 0.2s;
}
.interview__modal_close span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 30px 10px 20px;
  background-color: #fff;
  border-radius: 100px;
  color: #fe9e26;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.75;
}
.interview__modal_close span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: #fe9e26;
  mask: url(../images/icon_close_interview.svg) no-repeat center/contain;
  transition: all 0.2s;
}

.interview__spec .modal__body {
  height: 75vh;
  max-width: 850px;
}
.interview__spec .modal:nth-child(even) .modal__btn {
  background-color: #fe6476;
}
.interview__spec .modal:nth-child(even) .modal__btn:hover {
  background-color: #fe97a3;
}
.interview__spec .modal:nth-child(even) .interview__modal::before {
  background: url(../images/bg_interview_modal_02_sp.png) no-repeat top center/cover;
}
.interview__spec .modal:nth-child(even) .interview__modal_mv_name span {
  color: #ff8787;
}
.interview__spec .modal:nth-child(even) .interview__modal_ttl span::before {
  background: url(../images/icon_modal_interview_Ilust_02.png) no-repeat center/contain;
}
.interview__spec .modal:nth-child(even) .interview__modal_close {
  background-color: #ff8787;
}
.interview__spec .modal:nth-child(even) .interview__modal_close::before {
  background: linear-gradient(90deg, rgb(255, 187, 151) 0%, rgb(253, 114, 136) 100%);
}
.interview__spec .modal:nth-child(even) .interview__modal_close span {
  color: #ff8787;
}
.interview__spec .modal:nth-child(even) .interview__modal_close span::after {
  background-color: #ff8787;
}
@media screen and (min-width: 768px) {
  .mv {
    height: clamp(24.375rem, 60.1851851852vw + -4.5138888889rem, 40.625rem);
    padding: 0 20px;
  }
  .mv__main {
    max-width: 1170px;
  }
  .mv__main::before {
    display: none;
  }
  .mv__decord {
    display: none;
  }
  .mv__img_item:nth-child(1) {
    top: clamp(5.025rem, 12.4074074074vw + -0.9305555556rem, 8.375rem);
    right: 0;
    left: auto;
    width: 404px;
    width: clamp(15.15rem, 37.4074074074vw + -2.8055555556rem, 25.25rem);
  }
  .mv__img_item:nth-child(1) img {
    border-radius: 15px;
  }
  .mv__img_item:nth-child(1)::before {
    display: none;
  }
  .mv__img_item:nth-child(2) {
    top: clamp(18.15rem, 44.8148148148vw + -3.3611111111rem, 30.25rem);
    left: clamp(9.4125rem, 23.2407407407vw + -1.7430555556rem, 15.6875rem);
    width: 179px;
    width: clamp(6.7125rem, 16.5740740741vw + -1.2430555556rem, 11.1875rem);
  }
  .mv__img_item:nth-child(3) {
    top: clamp(8.7375rem, 21.5740740741vw + -1.6180555556rem, 14.5625rem);
    left: 0;
    width: 352px;
    width: clamp(13.2rem, 32.5925925926vw + -2.4444444444rem, 22rem);
  }
  .mv__img_item:nth-child(3)::before {
    top: clamp(-2.75rem, -4.0740740741vw + 0.3055555556rem, -1.65rem);
    right: clamp(-2.75rem, -4.0740740741vw + 0.3055555556rem, -1.65rem);
    width: clamp(3.75rem, 9.2592592593vw + -0.6944444444rem, 6.25rem);
    height: clamp(3.75rem, 9.2592592593vw + -0.6944444444rem, 6.25rem);
  }
  .mv__ttl {
    position: absolute;
    top: clamp(6.6375rem, 16.3888888889vw + -1.2291666667rem, 11.0625rem);
    left: clamp(18.225rem, 45vw + -3.375rem, 30.375rem);
    gap: 35px;
    width: auto;
    font-size: clamp(1.35rem, 3.3333333333vw + -0.25rem, 2.25rem);
  }
  .mv__ttl span:nth-child(2) {
    margin-top: 51px;
  }
  .mv__ttl span:nth-child(3) {
    margin-top: 97px;
  }
  .about {
    padding: 84px 0 0;
  }
  .about::before {
    top: 269px;
    height: 872px;
    background: url(../images/bg_pattern_01.png) no-repeat top center/cover;
  }
  .about__box {
    max-width: clamp(27.5rem, 10.4166666667vw + 22.5rem, 30.3125rem);
    margin-bottom: 0;
  }
  .about__box::before {
    top: clamp(-2.875rem, -4.2592592593vw + 0.3194444444rem, -1.725rem);
    left: clamp(-1.625rem, -2.4074074074vw + 0.1805555556rem, -0.975rem);
    width: clamp(3.1125rem, 7.6851851852vw + -0.5763888889rem, 5.1875rem);
    height: clamp(3.1125rem, 7.6851851852vw + -0.5763888889rem, 5.1875rem);
  }
  .about__txt {
    width: 100%;
    font-size: clamp(0.9375rem, 0.462962963vw + 0.7152777778rem, 1.0625rem);
    line-height: 1.82;
  }
  .about__img {
    position: initial;
    max-width: 100%;
    height: auto;
    margin: 0;
  }
  .about__img_item:nth-child(1) {
    top: clamp(-9.8125rem, -14.537037037vw + 1.0902777778rem, -5.8875rem);
    right: clamp(-8.5rem, -77.2727272727vw + 49.4545454545rem, 0rem);
    width: clamp(11.0625rem, 27.3148148148vw + -2.0486111111rem, 18.4375rem);
  }
  .about__img_item:nth-child(1)::before {
    top: clamp(-1.8125rem, -2.6851851852vw + 0.2013888889rem, -1.0875rem);
    left: clamp(-2.5rem, -3.7037037037vw + 0.2777777778rem, -1.5rem);
    width: clamp(2.625rem, 6.4814814815vw + -0.4861111111rem, 4.375rem);
    height: clamp(2.625rem, 6.4814814815vw + -0.4861111111rem, 4.375rem);
  }
  .about__img_item:nth-child(2) {
    top: 89px;
    left: clamp(-8.1875rem, -24.2592592593vw + 10.0069444444rem, -1.6375rem);
    width: clamp(8.475rem, 20.9259259259vw + -1.5694444444rem, 14.125rem);
  }
  .about__img_item:nth-child(2)::before {
    bottom: -32px;
    left: clamp(-2.0625rem, -3.0555555556vw + 0.2291666667rem, -1.2375rem);
    right: auto;
    width: clamp(2.6625rem, 6.5740740741vw + -0.4930555556rem, 4.4375rem);
    height: clamp(2.6625rem, 6.5740740741vw + -0.4930555556rem, 4.4375rem);
  }
  .about__img_item:nth-child(3) {
    top: 196px;
    right: clamp(-7.6875rem, -69.8863636364vw + 44.7272727273rem, 0rem);
    bottom: auto;
    width: clamp(9.15rem, 22.5925925926vw + -1.6944444444rem, 15.25rem);
  }
  .about__img_item:nth-child(3)::before {
    top: clamp(-2.6875rem, -3.9814814815vw + 0.2986111111rem, -1.6125rem);
    right: clamp(-2rem, -2.962962963vw + 0.2222222222rem, -1.2rem);
    width: clamp(2.6625rem, 6.5740740741vw + -0.4930555556rem, 4.4375rem);
    height: clamp(2.6625rem, 6.5740740741vw + -0.4930555556rem, 4.4375rem);
  }
  .search {
    padding: 165px 0 0;
  }
  .search .heading {
    margin-bottom: 68px;
  }
  .search__main {
    max-width: 640px;
    margin: 0 auto;
  }
  .search__sec:not(:last-child) {
    margin-bottom: 36px;
  }
  .search__sec_ttl {
    min-height: 56px;
    padding: 10px 34px 10px 20px;
    font-size: 1.25rem;
    cursor: pointer;
    transition: all 0.2s;
  }
  .search__sec_ttl:hover {
    opacity: 0.5;
  }
  .search__sec_ttl::before, .search__sec_ttl::after {
    right: 38px;
    width: 20px;
  }
  .search__sec_main {
    padding-top: 26px;
  }
  .search__city {
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
  }
  .search__city_btn {
    padding: 10px 5px;
    font-size: clamp(1rem, 0.462962963vw + 0.7777777778rem, 1.125rem);
    transition: all 0.2s;
  }
  .search__city_btn:hover {
    opacity: 0.5;
  }
  .group {
    padding: 130px 0 0;
  }
  .group .heading {
    margin-bottom: 58px;
  }
  .group__main {
    margin-bottom: 32px;
  }
  .group__item {
    margin: 0 clamp(1.25rem, 3.7037037037vw + -0.5277777778rem, 2.25rem);
    cursor: pointer;
    transition: all 0.2s;
  }
  .group__item:hover {
    opacity: 0.5;
  }
  .group__item:hover .c_arrow {
    background-color: transparent;
  }
  .group__item:hover .c_arrow::before {
    background-color: #334455;
  }
  .group__item_img {
    margin-bottom: 12px;
  }
  .group__item_info {
    gap: 15px;
  }
  .group__item_txt {
    font-size: 1.125rem;
  }
  .group__item .c_arrow {
    margin-top: 7px;
  }
  .group__ctrl_dots ul li {
    transition: all 0.2s;
  }
  .group__ctrl_dots ul li:hover {
    opacity: 0.5;
  }
  .group__ctrl_btn {
    cursor: pointer;
    transition: all 0.2s;
  }
  .group__ctrl_btn:hover {
    opacity: 0.5;
  }
  .interview {
    padding: 130px 0 0;
  }
  .interview::before {
    content: "";
    position: absolute;
    top: 334px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 916px;
    background: url(../images/bg_pattern_02.png) no-repeat top center/cover;
    pointer-events: none;
  }
  .interview .heading {
    margin-bottom: 96px;
  }
  .interview__main {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(1.875rem, 8.3333333333vw + -2.125rem, 4.125rem);
    align-items: flex-start;
  }
  .interview__item {
    width: 100%;
    cursor: pointer;
  }
  .interview__item:hover .interview__item_ttl,
  .interview__item:hover .interview__item_txt {
    opacity: 0.5;
  }
  .interview__item:hover .c_arrow {
    background-color: #334455;
    opacity: 0.5;
  }
  .interview__item:hover .c_arrow::before {
    background-color: #fff;
  }
  .interview__item:hover img {
    opacity: 0.5;
  }
  .interview__item::before {
    display: none;
  }
  .interview__item_img {
    margin-bottom: 18px;
  }
  .interview__item_img::before {
    width: clamp(2.925rem, 7.2222222222vw + -0.5416666667rem, 4.875rem);
    height: clamp(2.925rem, 7.2222222222vw + -0.5416666667rem, 4.875rem);
  }
  .interview__item_ttl {
    margin-bottom: 3px;
    font-size: 1.25rem;
    font-size: clamp(0.9375rem, 1.1574074074vw + 0.3819444444rem, 1.25rem);
    transition: all 0.2s;
  }
  .interview__item_txt {
    font-size: clamp(0.875rem, 0.462962963vw + 0.6527777778rem, 1rem);
    transition: all 0.2s;
  }
  .interview__item .c_arrow {
    bottom: 4px;
    right: 3px;
    transition: all 0.2s;
  }
  .interview__item:nth-child(odd) {
    margin-top: 52px;
  }
  .interview__item:nth-child(1) .interview__item_img::before {
    bottom: 8px;
    left: clamp(-2.6875rem, -3.9814814815vw + 0.2986111111rem, -1.6125rem);
  }
  .interview__item:nth-child(2) .interview__item_img::before {
    top: -28px;
    right: clamp(-2.125rem, -3.1481481481vw + 0.2361111111rem, -1.275rem);
  }
  .interview__item:nth-child(3) .interview__item_img::before {
    bottom: -16px;
    left: clamp(-2.3125rem, -3.4259259259vw + 0.2569444444rem, -1.3875rem);
  }
  .interview__item:nth-child(4) {
    margin-top: 0;
  }
  .interview__item:nth-child(4) .interview__item_img::before {
    bottom: -12px;
    right: clamp(-2.5625rem, -3.7962962963vw + 0.2847222222rem, -1.5375rem);
  }
  .point {
    padding: 132px 0 163px;
  }
  .point::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 785px;
    background: url(../images/bg_pattern_03.png) no-repeat bottom center/cover;
    pointer-events: none;
  }
  .point .heading {
    margin-bottom: 68px;
  }
  .point__main {
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(1.875rem, 4.6296296296vw + -0.3472222222rem, 3.125rem);
  }
  .point__item::before {
    display: none;
  }
  .point__item_inner::before, .point__item_inner::after {
    top: 123px;
  }
  .point__item_head {
    padding-top: clamp(2.5rem, 3.0092592593vw + 1.0555555556rem, 3.3125rem);
    width: clamp(12.5rem, 11.5740740741vw + 6.9444444444rem, 15.625rem);
    height: clamp(12.5rem, 11.5740740741vw + 6.9444444444rem, 15.625rem);
  }
  .point__item_head::after {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
  }
  .point__item_ttl {
    font-size: 1.1875rem;
    font-size: clamp(1rem, 0.6944444444vw + 0.6666666667rem, 1.1875rem);
  }
  .point__item_body {
    margin-top: -130px;
    padding: 153px 25px 25px;
  }
  .point__item_txt {
    line-height: 1.53;
  }
  .point__item:nth-child(1) .point__item_img {
    margin-top: 5px;
    width: clamp(4.7rem, 4.3518518519vw + 2.6111111111rem, 5.875rem);
  }
  .point__item:nth-child(2) .point__item_img {
    margin-top: -23px;
    width: clamp(5.5rem, 5.0925925926vw + 3.0555555556rem, 6.875rem);
  }
  .point__item:nth-child(3) .point__item_img {
    margin-top: -20px;
    width: clamp(5.55rem, 5.1388888889vw + 3.0833333333rem, 6.9375rem);
  }
  .job {
    padding: 76px 0 101px;
  }
  .job__main {
    display: flex;
    justify-content: space-between;
    padding: 69px 58px 69px 60px;
  }
  .job .heading {
    align-items: flex-start;
    margin-bottom: 0;
  }
  .job .heading__en {
    font-size: clamp(2.1rem, 5.1851851852vw + -0.3888888889rem, 3.5rem);
  }
  .job__box {
    flex-shrink: 0;
    padding-top: 9px;
  }
  .job__img {
    width: 50.1138952164%;
    margin-bottom: 0;
    padding: 0;
  }
  .job__btn {
    position: absolute;
    top: clamp(11.25rem, 9.9537037037vw + 6.4722222222rem, 13.9375rem);
    left: 62px;
  }
  .job__btn .c_btn {
    width: clamp(13.75rem, 7.4074074074vw + 10.1944444444rem, 15.75rem);
    height: clamp(3rem, 1.8518518519vw + 2.1111111111rem, 3.5rem);
    padding: 10px 17px 10px 10px;
    font-size: clamp(0.8125rem, 0.6944444444vw + 0.4791666667rem, 1rem);
  }
  .job__decord_item:nth-child(1) {
    top: clamp(3.375rem, 8.3333333333vw + -0.625rem, 5.625rem);
    left: clamp(-6.625rem, -9.8148148148vw + 0.7361111111rem, -3.975rem);
    width: clamp(3.2625rem, 8.0555555556vw + -0.6041666667rem, 5.4375rem);
  }
  .job__decord_item:nth-child(2) {
    top: clamp(-3.8125rem, -5.6481481481vw + 0.4236111111rem, -2.2875rem);
    right: clamp(2.2125rem, 5.462962963vw + -0.4097222222rem, 3.6875rem);
    width: clamp(3.3rem, 8.1481481481vw + -0.6111111111rem, 5.5rem);
  }
  .job__decord_item:nth-child(3) {
    top: auto;
    bottom: clamp(-2.5625rem, -3.7962962963vw + 0.2847222222rem, -1.5375rem);
    left: clamp(14.175rem, 35vw + -2.625rem, 23.625rem);
    width: clamp(3.3rem, 8.1481481481vw + -0.6111111111rem, 5.5rem);
  }
  .job__decord_item:nth-child(4) {
    bottom: clamp(1.35rem, 3.3333333333vw + -0.25rem, 2.25rem);
    right: clamp(-7.5rem, -11.1111111111vw + 0.8333333333rem, -4.5rem);
    width: clamp(2.6625rem, 6.5740740741vw + -0.4930555556rem, 4.4375rem);
    border-radius: 0;
  }
  .modal {
    padding-top: 100px;
  }
  .modal__btn {
    top: -23px;
    right: -23px;
    width: 55px;
    height: 55px;
    cursor: pointer;
    transition: all 0.2s;
  }
  .modal__btn:hover {
    background-color: #feb559;
  }
  .modal__btn img {
    width: auto;
  }
  .group__modal {
    height: auto;
    max-height: auto;
    max-width: 400px;
    padding: 11px 12px;
  }
  .group__modal_content {
    padding: 29px 29px 35px 30px;
  }
  .group__modal_ttl {
    margin-bottom: 28px;
    padding-left: 39px;
    font-size: 1.25rem;
  }
  .group__modal_ttl span::before {
    top: -8px;
    left: -40px;
  }
  .group__modal_img {
    margin-bottom: 25px;
    padding: 0 38px;
  }
  .group__modal_txt {
    margin-bottom: 27px;
    font-size: 1rem;
  }
  .group__spec .modal__body {
    height: 85vh;
  }
  .interview__modal {
    max-width: 760px;
    width: calc(100% - 90px);
  }
  .interview__modal_mv_info {
    left: 70px;
    bottom: 25px;
  }
  .interview__modal_mv_ttl {
    gap: 8px;
    margin-bottom: 8px;
  }
  .interview__modal_mv_ttl span {
    padding: 1px 13px 4px 14px;
    font-size: 1.375rem;
  }
  .interview__modal_mv_name span {
    padding: 2px 13px 2px 14px;
    font-size: 1.25rem;
  }
  .interview__modal_body {
    padding: 49px 70px 40px;
  }
  .interview__modal_ttl {
    left: 0;
    width: 100%;
    margin-bottom: 18px;
    padding-left: 37px;
    font-size: 1.375rem;
  }
  .interview__modal_ttl span:first-child::before {
    left: -36px;
    width: 54px;
    height: 54px;
  }
  .interview__modal_img {
    padding: 33px 0 55px;
  }
  .interview__modal_img::before {
    top: 22%;
    width: calc(100% + 140px);
    height: 592px;
    background: url(../images/bg_interview_modal_01.png) no-repeat top center/cover;
  }
  .interview__modal_txt {
    padding: 0;
    font-size: 1rem;
  }
  .interview__modal_close {
    cursor: pointer;
    transition: all 0.2s;
  }
  .interview__modal_close:hover::before {
    opacity: 0;
  }
  .interview__modal_close:hover span {
    background: #fe9e26;
    color: #fff;
  }
  .interview__modal_close:hover span::after {
    background-color: #fff;
  }
  .interview__modal_close span {
    padding: 10px 30px 10px 20px;
    font-size: 0.8125rem;
    transition: all 0.2s;
  }
  .interview__spec .modal__body {
    height: 85vh;
  }
  .interview__spec .modal:nth-child(even) .interview__modal::before {
    background: url(../images/bg_interview_modal_02.png) no-repeat top center/cover;
  }
  .interview__spec .modal:nth-child(even) .interview__modal_close:hover::before {
    opacity: 0;
  }
  .interview__spec .modal:nth-child(even) .interview__modal_close:hover span {
    background-color: #fe6476;
    color: #fff;
  }
  .interview__spec .modal:nth-child(even) .interview__modal_close:hover span::after {
    background-color: #fff;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .point::before {
    bottom: -2px;
  }
}
/*# sourceMappingURL=top.css.map */
