@charset "UTF-8";

.subpage__top-section {
  margin-bottom: 64px
}

@media (max-width: 768px) {
  .subpage__top-section {
    gap: unset
  }
}

.subpage__top-section-sp-wrap {
  position: relative
}

.subpage__open_and_close_tag {
  position: absolute;
  background-color: #e7edf4;
  color: var(--clr-blue);
  border-radius: 15px;
  padding: 3px 8px;
  right: 24px;
  top: -45px;
  width: 25px;
  height: 25px;
  font-weight: 700
}

.subpage__open_and_close_tag:before {
  position: absolute;
  content: "";
  right: 6px;
  top: 12px;
  background-color: var(--clr-blue);
  width: 13px;
  height: 2px;
  font-weight: 700
}

.subpage__open_and_close_tag:after {
  position: absolute;
  content: "";
  right: 11.5px;
  top: 6.5px;
  background-color: var(--clr-blue);
  width: 2px;
  height: 13px;
  font-weight: 700
}

.subpage__open_and_close_tag.open:after {
  position: absolute;
  content: "";
  right: 11.5px;
  top: 6.5px;
  background-color: #e7edf4;
  width: 2px;
  height: 13px;
  font-weight: 700;
  z-index: -1
}

.subpage__sub-link.last-link {
  margin-bottom: 0
}

.recruit__main-wrapper h2 {
  color: #222;
  font-size: 42px;
  line-height: 130%;
  text-align: center;
  font-family: Lexend;
  font-weight: 700;
  margin: 0 0 60px
}

@media (max-width: 768px) {
  .recruit__main-wrapper h2 {
    margin: 0 0 40px;
    font-size: 36px
  }
}

.recruit__main-wrapper h3 {
  font-size: 28px;
  font-family: Readex Pro;
  font-weight: 700;
  line-height: 180%;
  text-align: center;
  margin-bottom: 10px
}

@media (max-width: 768px) {
  .recruit__main-wrapper h3 {
    margin-bottom: 20px;
    padding: 0 20px;
    font-size: 24px
  }
}

.recruit__main-wrapper a {
  border: 1px solid var(--clr-blue);
  border-radius: 40px;
  padding: 16px 32px;
  max-width: 350px;
  width: 340px;
  height: 72px;
  margin: auto auto 100px;
  color: var(--clr-blue);
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: .96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  position: relative;
  z-index: 1;
  -webkit-transition: .3s;
  transition: .3s;
  overflow: hidden
}

@media (max-width: 768px) {
  .recruit__main-wrapper a {
    width: 100%;
    margin: auto auto 100px;
    text-align: center
  }
}

.recruit__main-wrapper a .fa.fa-external-link {
  position: absolute;
  right: 70px;
  top: 22px
}

.recruit__main-wrapper a img {
  width: 15px;
  margin-left: 10px
}

.recruit__main-wrapper a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: var(--clr-blue);
  -webkit-transform-origin: 0% 30%;
  transform-origin: 0% 30%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: border-radius .2s, -webkit-transform ease .3s;
  transition: border-radius .2s, -webkit-transform ease .3s;
  transition: transform ease .3s, border-radius .2s;
  transition: transform ease .3s, border-radius .2s, -webkit-transform ease .3s
}

.recruit__main-wrapper a:hover {
  color: #fff;
  border-radius: 40px
}

.recruit__main-wrapper a:hover .service__marker-text {
  color: #fff
}

.recruit__main-wrapper a:hover .external-recruit-link-img {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px
}

.recruit__main-wrapper a:hover:before {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  border-radius: 0
}

.recruit__swiper-slide-wrapper {
  margin: auto;
  display: block;
  padding: 60px 0;
  border-top: 1px solid #bfbfbf
}

@media (max-width: 768px) {
  .recruit__swiper-slide-wrapper {
    padding: 40px 0
  }
}

.recruit__message-main-wrapper {
  margin: auto;
  display: block
}

@media (max-width: 768px) {
  .recruit__message-main-wrapper {
    width: 100%;
    padding: 0 20px
  }
}

.recruit__dpops-company-left-wrap {
  max-width: 400px;
  width: 400px
}

@media (max-width: 768px) {
  .recruit__dpops-company-left-wrap {
    width: 100%;
    max-width: unset
  }
}

.recruit__dpops-company-right-wrap {
  max-width: 600px;
  width: 600px
}

@media (max-width: 768px) {
  .recruit__dpops-company-right-wrap {
    width: 100%;
    max-width: unset
  }
}

.recruit__dpops-company-title {
  color: #222;
  font-size: 42px;
  line-height: 130%;
  text-align: center;
  font-family: Lexend;
  font-weight: 700;
  margin: 0 0 60px
}

@media (max-width: 1300px) {
  .recruit__dpops-company-title {
    font-size: 36px
  }
}

@media (max-width: 768px) {
  .recruit__dpops-company-title {
    font-size: 36px;
    margin: 60px 0 40px
  }
}

.recruit__dpops-company-title.about-us-title {
  margin: 0 0 40px
}

.recruit__dpops-company-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 125px;
  padding: 60px 0 0
}

@media (max-width: 1535px) {
  .recruit__dpops-company-wrap {
    gap: 90px
  }
}

@media (max-width: 1182px) {
  .recruit__dpops-company-wrap {
    gap: 60px
  }
}

@media (max-width: 900px) {
  .recruit__dpops-company-wrap {
    gap: 40px
  }
}

@media (max-width: 768px) {
  .recruit__dpops-company-wrap {
    display: block;
    padding: 0
  }
}

.recruit__dpops-company-wrap.first-wrap {
  border-top: 1px solid #bfbfbf
}

@media (max-width: 900px) {
  .recruit__dpops-company-wrap.first-wrap {
    padding: 40px 0 60px
  }
}

.recruit__dpops-company-wrap.last-wrap {
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 60px;
  margin-bottom: 100px
}

@media (max-width: 768px) {
  .recruit__dpops-company-wrap.last-wrap {
    padding-bottom: 40px
  }
}

.recruit__dpops-company-large-text {
  font-size: 42px;
  font-weight: 700;
  font-family: Lexend;
  line-height: 130%;
  color: var(--clr-blue)
}

@media (max-width: 768px) {
  .recruit__dpops-company-large-text {
    margin-bottom: 20px
  }
}

.recruit__dpops-company-main-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 180%;
  font-family: Readex Pro;
  color: #222;
  margin-bottom: 50px
}

@media (max-width: 768px) {
  .recruit__dpops-company-main-title {
    margin-bottom: 20px
  }
}

.recruit__dpops-company-tips-text {
  font-size: 16px;
  font-family: Lexend;
  line-height: 180%;
  color: #222
}

.recruit__dpops-company-tips-text.margin-seperate-text {
  margin-bottom: 20px
}

.recruit__dpops-company-tips-title {
  font-size: 20px;
  font-family: Lexend;
  font-weight: 700;
  line-height: 180%;
  color: #222;
  margin-bottom: 5px
}

.recruit__dpops-company-tips-title.blue-text {
  color: var(--clr-blue);
  margin-bottom: 10px
}

.recruit__dpops-company-tips-wrap {
  margin-bottom: 26px
}

@media (max-width: 768px) {
  .recruit__dpops-company-tips-wrap {
    margin-bottom: 20px
  }
}

.recruit__top-img {
  width: 540px;
  height: auto;
  border-radius: 15px
}

@media (max-width: 768px) {
  .recruit__top-img {
    width: 100%;
    border-radius: 0
  }
}

.recruit__crs-img {
  width: 500px;
  height: auto;
  border-radius: 15px
}

@media (max-width: 768px) {
  .recruit__crs-img {
    width: 100%;
    border-radius: 0
  }
}

.recruit__dpops-company-wrap.crs-wrap {
  gap: 50px;
  padding-top: 0;
  max-width: 1080px;
  width: 1080px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media (max-width: 1182px) {
  .recruit__dpops-company-wrap.crs-wrap {
    width: 1000px
  }
}

@media (max-width: 1090px) {
  .recruit__dpops-company-wrap.crs-wrap {
    width: 100%;
    max-width: unset;
    padding: 0 20px
  }
}

@media (max-width: 768px) {
  .recruit__dpops-company-wrap.crs-wrap {
    display: block;
    padding: 0
  }
}

.recruit__dpops-company-crs-title-text {
  font-family: Readex Pro;
  font-size: 28px;
  font-weight: 700;
  line-height: 180%;
  margin-bottom: 20px;
  text-align: unset !important
}

@media (max-width: 768px) {
  .recruit__dpops-company-crs-title-text {
    font-size: 24px;
    text-align: center;
    margin: 20px 0
  }
}

@media (max-width: 768px) {
  .recruit__dpops-company-crs-title-text.sp-text {
    font-size: 16px;
    margin: 20px 0
  }
}

.recruit__dpops-company-crs-text {
  font-family: Readex Pro;
  font-size: 16px;
  line-height: 180%;
  margin-bottom: 32px
}

@media (max-width: 768px) {
  .recruit__dpops-company-crs-text {
    padding: 0 20px;
    margin-bottom: 0
  }
}

.recruit__dpops-company-wrap.message-wrap {
  gap: 80px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 60px;
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 40px;
  padding-top: 0
}

@media (max-width: 900px) {
  .recruit__dpops-company-wrap.message-wrap {
    gap: 50px
  }
}

@media (max-width: 768px) {
  .recruit__dpops-company-wrap.message-wrap {
    border-bottom: unset;
    padding-bottom: 0;
    margin-bottom: 20px
  }
}

.recruit__dpops-company-top-message {
  color: var(--clr-blue);
  font-size: 28px;
  font-weight: 400;
  line-height: 180%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Readex Pro;
  font-weight: 700
}

@media (max-width: 1700px) {
  .recruit__dpops-company-top-message {
    font-size: 25px
  }
}

@media (max-width: 1535px) {
  .recruit__dpops-company-top-message {
    font-size: 24px
  }
}

@media (max-width: 768px) {
  .recruit__dpops-company-top-message {
    padding: 20px 0;
    margin: 0 20px;
    border-bottom: 1px solid #bfbfbf
  }
}

@media (max-width: 1535px) {
  .recruit__top-small-title.top-message-title {
    margin: 50px 0
  }
}

.recruit__dpops-company-message {
  font-size: 16px;
  line-height: 180%;
  font-family: Readex Pro;
  margin-bottom: 20px
}

@media (max-width: 768px) {
  .recruit__dpops-company-message {
    padding: 0 20px;
    margin-bottom: 20px
  }
}

.recruit__dpops-company-message.last-message-text {
  margin-bottom: 40px
}

@media (max-width: 768px) {
  .recruit__dpops-company-message.last-message-text {
    margin-bottom: 20px
  }
}

.recruit__dpops-company-top-name {
  text-align: right;
  font-family: Readex Pro;
  font-size: 16px;
  line-height: 180%;
  margin-bottom: 100px
}

@media (max-width: 768px) {
  .recruit__dpops-company-top-name {
    padding: 0 20px
  }
}

@media (max-width: 768px) {
  .recruit__message-main-wrapper.top-message-wrapper {
    padding: 0
  }
}

.recruit__dpops-company-wrap.aboutus-wrap {
  max-width: 710px;
  width: 710px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 5px;
  border-bottom: 1px solid #bfbfbf
}

@media (max-width: 768px) {
  .recruit__dpops-company-wrap.aboutus-wrap {
    display: block;
    width: 100%;
    padding: 20px 5px
  }
}

@media (max-width: 768px) {
  .recruit__dpops-company-wrap.aboutus-wrap.sp-top-wrap {
    padding: 0 0 20px
  }
}

.recruit__dpops-company-wrap.aboutus-wrap.align-item-adjust {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.recruit__dpops-company-wrap.aboutus-wrap .company__dpops-company-left-wrap {
  width: 15%
}

@media (max-width: 768px) {
  .recruit__dpops-company-wrap.aboutus-wrap .company__dpops-company-left-wrap {
    width: 100%
  }
}

.recruit__dpops-aboutus-title {
  font-family: Lexend;
  font-size: 16px;
  font-weight: 700;
  line-height: 180%
}

@media (max-width: 768px) {
  .recruit__dpops-aboutus-title {
    font-size: 20px;
    margin-bottom: 5px
  }
}

.recruit__dpops-aboutus-text {
  font-family: Readex Pro;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%
}

.recruit__dpops-aboutus-text span.notice-text {
  margin-left: 30px
}

@media (max-width: 768px) {
  .recruit__dpops-aboutus-text span.notice-text {
    margin-left: 0
  }
}

.recruit__dpops-aboutus-text .list-text {
  position: relative;
  padding-left: 18px
}

@media (max-width: 768px) {
  .recruit__dpops-aboutus-text .list-text {
    padding-left: 25px
  }
}

.recruit__dpops-aboutus-text .list-text:before {
  position: absolute;
  content: "●";
  font-size: 6px;
  left: 0;
  top: -5px
}

@media (max-width: 768px) {
  .recruit__dpops-aboutus-text .list-text:before {
    left: 8px
  }
}

.recruit__dpops-aboutus-text.img-text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px
}

.recruit__dpops-aboutus-img-right img {
  width: auto
}

.recruit__dpops-company-wrap.aboutus-wrap.first-wrap {
  padding-top: 0;
  border-top: 0
}

.recruit__dpops-company-wrap.aboutus-wrap.last-wrap, .recruit__dpops-company-wrap.crs-wrap.crs-last-wrap {
  margin-bottom: 100px
}

@media (max-width: 768px) {
  .recruit__dpops-company-wrap.aboutus-wrap.last-wrap {
    margin-bottom: 56px
  }
}

@media (max-width: 768px) {
  .recruit__dpops-aboutus-img-left {
    width: 80%
  }
}

.recruit__dpops-company-related-site-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  margin: 80px auto 100px
}

@media (max-width: 1090px) {
  .recruit__dpops-company-related-site-wrap {
    gap: 15px
  }
}

@media (max-width: 900px) {
  .recruit__dpops-company-related-site-wrap {
    width: 700px
  }
}

@media (max-width: 768px) {
  .recruit__dpops-company-related-site-wrap {
    width: 100%;
    display: block;
    padding: 0 20px;
    margin-bottom: 60px;
    margin-top: 60px
  }
}

.recruit__dpops-company-site-wrap {
  border: 1px solid #bfbfbf;
  border-radius: 16px;
  padding: 30px 20px;
  text-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

@media (max-width: 1090px) {
  .recruit__dpops-company-site-wrap {
    padding: 30px 15px 0
  }
}

@media (max-width: 900px) {
  .recruit__dpops-company-site-wrap {
    width: 100%;
    padding: 30px 12px 0;
    margin-bottom: 20px
  }
}

.recruit__message-main-wrapper.crs-main-wrapper {
  max-width: 1080px;
  width: 1080px
}

@media (max-width: 768px) {
  .recruit__message-main-wrapper.crs-main-wrapper {
    padding: 0;
    width: 100%
  }
}

.recruit__dpops-company-site-title {
  font-family: Readex Pro;
  font-size: 16px;
  font-weight: 700;
  line-height: 180%;
  margin-bottom: 35px
}

.recruit__dpops-company-site-text {
  font-family: Readex Pro;
  font-size: 16px;
  line-height: 180%;
  margin-bottom: 35px;
  text-align: left;
  height: 35%
}

@media (max-width: 1535px) {
  .recruit__dpops-company-site-text {
    height: 43%
  }
}

@media (max-width: 1440px) {
  .recruit__dpops-company-site-text {
    height: 40%
  }
}

@media (max-width: 1090px) {
  .recruit__dpops-company-site-text {
    height: 43%
  }
}

.recruit__dpops-company-site-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 32px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 13px;
  border-radius: 40px;
  border: 1px solid var(--clr-blue);
  position: relative;
  margin: auto;
  color: var(--clr-blue);
  font-weight: 700
}

@media (max-width: 1090px) {
  .recruit__dpops-company-site-link {
    padding: 16px 15px;
    margin-bottom: 20px
  }
}

@media (max-width: 900px) {
  .recruit__dpops-company-site-link {
    width: 100%;
    padding: 16px 0
  }
}

@media (max-width: 768px) {
  .recruit__dpops-company-site-link {
    width: 295px;
    max-width: 295px
  }
}

@media (max-width: 900px) {
  .recruit__dpops-company-site-link i {
    right: 10px !important
  }
}

@media (max-width: 560px) {
  .recruit__dpops-company-site-link i {
    right: 60px !important
  }
}

.recruit__about-occupation {
  margin: 60px 0
}

@media (max-width: 768px) {
  .recruit__about-occupation {
    margin: 120px 0
  }
}

.recruit__occupation-title {
  font-weight: 700;
  text-align: center;
  font-family: Readex Pro;
  font-size: 42px;
  line-height: 180%;
  margin-top: 0;
  margin-bottom: 20px
}

.recruit__occupation-text {
  font-size: 16px;
  font-family: Readex Pro;
  line-height: 180%;
  max-width: 1080px;
  width: 1080px;
  margin: auto auto 60px;
  text-align: center
}

@media (max-width: 1182px) {
  .recruit__occupation-text {
    width: 1000px
  }
}

@media (max-width: 1090px) {
  .recruit__occupation-text {
    width: 100%
  }
}

@media (max-width: 768px) {
  .recruit__occupation-text {
    margin: 60px 0;
    text-align: left
  }
}

.recruit__occupation-wrapper {
  max-width: 1080px;
  width: 1080px;
  margin: auto;
  display: block
}

@media (max-width: 1182px) {
  .recruit__occupation-wrapper {
    padding: 0 20px;
    width: 100%
  }
}

@media (max-width: 768px) {
  .recruit__occupation-wrapper {
    width: 100%;
    padding: 0 20px
  }
}

.recruit__shop-occupation-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e7edf4;
  padding: 35px 0 32px;
  gap: 32px;
  max-width: 1080px;
  width: 1080px;
  margin: auto
}

@media (max-width: 1182px) {
  .recruit__shop-occupation-wrap {
    width: 1000px
  }
}

@media (max-width: 1090px) {
  .recruit__shop-occupation-wrap {
    width: 100%
  }
}

@media (max-width: 768px) {
  .recruit__shop-occupation-wrap {
    width: 100%;
    display: block
  }
}

@media (max-width: 768px) {
  .recruit__shop-occupation-wrap {
    margin: 30px 0
  }
}

@media (max-width: 900px) {
  .recruit__shop-occupation-wrap {
    height: auto
  }
}

@media (max-width: 768px) {
  .recruit__shop-occupation-wrap {
    display: block;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px
  }
}

.recruit__shop-within-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.recruit__shop-within-wrap img {
  border-radius: 16px
}

.recruit__shop-occupation-left {
  max-width: 333px;
  width: 333px
}

@media (max-width: 768px) {
  .recruit__shop-occupation-left {
    width: 100%;
    max-width: unset
  }
}

.recruit__shop-occupation-right {
  max-width: 650px;
  width: 650px
}

@media (max-width: 768px) {
  .recruit__shop-occupation-right {
    width: 100%;
    max-width: unset
  }
}

.recruit__shop-occupation-title {
  color: var(--clr-blue);
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.2px;
  margin-bottom: 10px
}

@media (max-width: 768px) {
  .recruit__shop-occupation-title {
    margin: 32px 0 8px
  }
}

.recruit__shop-occupation-small-title {
  margin: 20px 0 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 180%;
  font-family: Lexend;
  border-bottom: 1px dashed #bfbfbf;
  padding-bottom: 5px
}

@media (max-width: 768px) {
  .recruit__shop-occupation-small-title {
    margin: 32px 0 10px;
    font-size: 20px
  }
}

.recruit__shop-occupation-text {
  font-size: 16px;
  font-family: Readex Pro;
  line-height: 180%
}

.recruit__shop-occupation-list {
  list-style-type: disc;
  margin: 0 20px
}

.recruit__member-apply-text {
  margin-top: 30px;
  font-size: 16px
}

.recruit__swiper-slider-wrap {
  background-color: #e7edf4;
  max-width: 1080px;
  width: 1080px
}

.recruit__img-wrap {
  width: 100%
}

.recruit__img-wrap img {
  border-radius: 16px
}

@media (max-width: 768px) {
  .recruit__img-wrap {
    margin-bottom: 20px
  }
}

.recruit__h3-title {
  font-size: 28px;
  font-family: Readex Pro;
  font-weight: 700;
  line-height: 180%;
  text-align: center;
  margin-bottom: 10px
}

.recruit__swiper-text {
  text-align: center;
  font-family: Lexend;
  line-height: 180%;
  font-size: 16px;
  margin-bottom: 40px
}

@media (max-width: 768px) {
  .recruit__swiper-text {
    text-align: left;
    padding: 0 20px;
    margin-bottom: 30px
  }
}

.recruit__dpops-event-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  max-width: 3000px;
  width: 1040px;
  margin: auto auto 40px
}

@media (max-width: 1300px) {
  .recruit__dpops-event-row {
    width: 900px
  }
}

@media (max-width: 1182px) {
  .recruit__dpops-event-row {
    width: 900px
  }
}

@media (max-width: 1090px) {
  .recruit__dpops-event-row {
    width: 850px
  }
}

@media (max-width: 900px) {
  .recruit__dpops-event-row {
    width: 700px
  }
}

@media (max-width: 768px) {
  .recruit__dpops-event-row {
    width: 100%;
    display: block;
    margin: auto auto 60px;
    padding: 0 20px
  }
}

.recruit__last-event-wrap {
  margin-bottom: 100px
}

@media (max-width: 768px) {
  .recruit__last-event-wrap {
    margin-bottom: 60px
  }
}

.recruit__event-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px;
  border-radius: 16px;
  border: 1px solid #bfbfbf;
  margin-top: 10px
}

@media (max-width: 768px) {
  .recruit__event-wrap:first-child {
    margin-bottom: 20px
  }
}

.recruit__event-title-text {
  font-size: 20px;
  color: var(--clr-blue);
  font-family: Roboto;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #bfbfbf
}

.recruit__event-text {
  font-size: 16px;
  font-family: Readex Pro;
  line-height: 180%
}

.recruit__dpops-contact-event-text {
  font-size: 16px;
  line-height: 180%;
  font-family: Readex Pro;
  text-align: center;
  margin-bottom: 30px
}

@media (max-width: 768px) {
  .recruit__dpops-contact-event-text {
    text-align: left
  }
}

.recruit__shop-cooupation-text {
  font-size: 16px;
  font-family: Readex Pro;
  line-height: 180%
}

.recruit__about-important {
  margin-bottom: 60px
}

#top_information_content {
  -webkit-transition: height .3s ease;
  transition: height .3s ease
}

#top_information_content.open {
  display: block
}

@media (max-width: 768px) {
  .hide-on-small-only {
    display: none !important
  }
}

@media (min-width: 769px) {
  .hide-on-med-and-up {
    display: none !important
  }
}

.external-link-img {
  width: 15px
}

.iframe-container {
  position: relative;
  width: 294px;
  height: 293px;
  overflow: hidden;
  margin-top: 20px
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}

@media (max-width: 768px) {
  .iframe-container {
    width: 100%;
    height: auto;
    padding-bottom: 56.25%;
    margin-top: 20px
  }
}

@media (max-width: 560px) {
  .iframe-container {
    padding-bottom: 100%
  }
}

.last-dpops-company-wrap {
  margin-bottom: 0 !important
}

@media (max-width: 768px) {
  .gap-wrap {
    padding-bottom: 60px
  }
}

.no-margin-text {
  margin-top: 0
}

@media (max-width: 768px) {
  .no-margin-text {
    margin-bottom: 20px
  }
}

@media (max-width: 768px) {
  .recruit-top-wrapper {
    padding: 0
  }
}

@media (max-width: 768px) {
  .company-site-last-link {
    margin-bottom: 0
  }
}

@media (max-width: 768px) {
  .csr-title {
    font-size: 28px
  }
}

.footer__arrow_icon-top {
  font-size: unset
}

.swiper-shop-container, .swiper-office-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden
}

.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.swiper-button-prev, .swiper-button-next {
  background-color: var(--clr-light-blue);
  border-radius: 20px;
  height: 35px;
  width: 35px;
  font-size: 16px;
  padding: 3px 0 5px 1px;
  color: var(--clr-blue);
  font-weight: 400;
  margin-left: -10px;
  margin-top: 0;
  position: absolute
}

@media (min-width: 1701px) {
  .swiper-button-prev, .swiper-button-next {
    height: 45px;
    width: 45px
  }
}

.swiper-button-office-prev, .swiper-button-office-next {
  background-color: var(--clr-light-blue);
  border-radius: 20px;
  height: 35px;
  width: 35px;
  font-size: 16px;
  padding: 3px 0 5px 1px;
  color: var(--clr-blue);
  font-weight: 400;
  margin-left: -10px;
  margin-top: 0;
  position: absolute
}

@media (min-width: 1701px) {
  .swiper-button-office-prev, .swiper-button-office-next {
    height: 45px;
    width: 45px
  }
}

.swiper-button-next {
  right: 45px
}

@media (min-width: 1701px) {
  .swiper-button-next {
    right: 565px;
    top: 250px
  }
}

.swiper-button-office-next {
  right: 45px
}

@media (min-width: 1701px) {
  .swiper-button-office-next {
    right: 570px;
    top: 250px
  }
}

.swiper-button-prev {
  left: 55px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

@media (min-width: 1701px) {
  .swiper-button-prev {
    left: 575px;
    top: 250px
  }
}

.swiper-button-office-prev {
  left: 55px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

@media (min-width: 1701px) {
  .swiper-button-office-prev {
    left: 545px;
    top: 250px
  }
}

.swiper-button-next:after, .swiper-button-prev:after {
  display: none
}

.swiper-button-office-next:after, .swiper-button-office-prev:after {
  display: none
}

.swiper-wrapper {
  margin-bottom: 45px
}

@media (max-width: 768px) {
  .swiper-wrapper {
    margin-bottom: 30px
  }
}

.last-swiper-wrap {
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 60px
}

@media (max-width: 768px) {
  .last-swiper-wrap {
    margin-bottom: 80px
  }
}

.swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden
}

.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 46%;
  z-index: 10;
  border-radius: 50%;
  padding: 10px;
  z-index: 1
}

.swiper-button-next:hover, .swiper-button-prev:hover {
  opacity: .7
}

.swiper-button-next {
  right: 23.5%
}

@media (max-width: 1300px) {
  .swiper-button-next {
    right: 23%
  }
}

@media (max-width: 1182px) {
  .swiper-button-next {
    top: 35%
  }
}

@media (max-width: 900px) {
  .swiper-button-next {
    top: 45%;
    right: 14%
  }
}

@media (max-width: 768px) {
  .swiper-button-next {
    top: 40%
  }
}

@media (max-width: 610px) {
  .swiper-button-next {
    top: 35%;
    right: 3%
  }
}

.swiper-button-prev {
  left: 24%
}

@media (max-width: 1300px) {
  .swiper-button-prev {
    left: 24%
  }
}

@media (max-width: 1182px) {
  .swiper-button-prev {
    top: 35%
  }
}

@media (max-width: 900px) {
  .swiper-button-prev {
    top: 45%;
    left: 16%
  }
}

@media (max-width: 768px) {
  .swiper-button-prev {
    top: 40%
  }
}

@media (max-width: 610px) {
  .swiper-button-prev {
    top: 35%;
    left: 6%
  }
}

.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border: 1px solid #2767c8;
  background: #fff;
  opacity: .9;
  margin-right: 20px
}

@media (min-width: 1701px) {
  .swiper-pagination-bullet {
    width: 16px;
    height: 16px
  }
}

@media (max-width: 1700px) {
  .swiper-pagination-bullet {
    width: 11px;
    height: 11px
  }
}

.swiper-pagination-bullet-active {
  background: #2767c8
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 20px 0 0
}

.recruit__main-wrapper a:hover img {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px
}
