#merrymaids a:hover {
  text-decoration: none;
}

.sec_inner {
  width: 1088px;

  details {
    cursor: pointer;
  }

  .pink_border_btn a {
    width: 400px;
  }
}

.mainArea.cateTop {
  top: inherit;
  position: relative;
}

.mainArea .bgBox.bg_merrymaids {
  border-top: none;
}

.mainArea .bgBox.bg_merrymaids {
  background: #ddd url(/merrymaids/images/img_mv_pc.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

.mainArea.cateTop .search_okomari {
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translate(-50%, 20%);
  background: #da137d;
  padding: 4rem 3.4rem;
  border-radius: 10px;
  box-shadow: #666 5px 5px 30px;
  text-align: center;
  width: unset;
  max-width: unset;
  margin: 0;
  border: none;
}

.mainArea.cateTop .search_okomari .head {
  margin-bottom: 3rem;
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  border-bottom: solid 1px #fff;
  display: inline-block;
}

.mainArea.cateTop .search_okomari ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.4rem 2rem;
  margin: auto;
  width: 826px;
}

.mainArea.cateTop .search_okomari ul li {
  display: block;
  padding: 1rem 2rem;
  font-size: 1.6rem;
  border-radius: 30px;
  background: #fff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    inset 0 4px 8px rgba(255, 255, 255, 0.7),
    inset 0 -4px 6px rgba(0, 0, 0, 0.35),
    0 4px 10px rgba(0, 0, 0, 0.35);
}

.h2_ttl {
  border-bottom: none;
  font-size: 32px;
}

h2.feature {
  color: #df4878;
}

#mainArea.cateTop+.sec_con {
  margin-top: 200px;
}

.sec_con.bg_pink {
  background: #fcf0f4;
}

.btn_wrap {
  margin-block: 4rem;
}

.pink_border_btn {
  text-align: center;
  width: fit-content;
}

.pink_border_btn.m_auto {
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 10px;
}

.pink_border_btn a {
  display: block;
  border: 2.4px solid #df4878 !important;
  border-radius: 4px;
  background: #fff;
  color: #df4878 !important;
  font-weight: bold;
  padding: 17px;
  width: 230px;
  font-size: 17px;
  line-height: 1.1;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.28);
}

.arw_r_r a:after {
  content: "";
  position: absolute;
  right: 22px !important;
  top: 50%;
  margin-top: -3px;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 2px #df4878 !important;
  border-right: solid 2px #df4878 !important;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
}

.h2_ttl.recommend {
  margin: 0;
}

.recommend_list ul {
  display: flex;
  grid-gap: 1rem;
  text-align: center;
}

.recommend_list ul li.new {
  .recommend_head {
    position: relative;

    &::before {
      position: absolute;
      content: "";
      top: 0px;
      left: calc(50% - 24px);
      width: 48px;
      height: auto;
      background: url(/merrymaids/images/icon_new_02.png) no-repeat center;
      background-size: contain;
      overflow: visible;
      aspect-ratio: 176 / 47;
    }
  }
}

.recommend_list ul li .recommend_head {
  padding: 1rem 0;
  padding-top: 16px;
  font-size: 1.8rem;
  font-weight: bold;
}

.recommend_list .slick-slide .recommend_img img {
  object-fit: cover;
  aspect-ratio: 425 / 228;
}

.soudan_area {
  padding: 66px 124px;
  background: #fcf0f4;
  box-shadow: #999 5px 5px 20px;

  .h2_ttl {
    margin: 0;
    padding-bottom: 50px;
  }

  .soudan_btn_group {
    width: 100%;
    display: flex;
    gap: 40px;
    justify-content: center;
  }
}

.bnrArea:not(.bnrArea_bottom) .soudan_area {
  margin-top: 5rem;
}

_group {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.soudan_btn {
  width: 400px;
  background: #df4878;
  border-radius: 8px;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.28);
}

.soudan_btn:hover {
  opacity: 0.75;
  color: #fff;
}

.soudan_btn a {
  position: relative;
  display: block;
  padding: 33px;
  font-size: 22px;
  color: #fff;
}

#merrymaids .soudan_btn a:hover {
  color: #fff;
}

.soudan_btn a span {
  display: block;
  margin-left: 3rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.42;
}

.soudan_btn a::after {
  position: absolute;
  content: "";
  top: 50%;
  left: -23px;
  width: 9rem;
  height: 9rem;
  background: url(/merrymaids/images/icon_btn_soudan.png) no-repeat center;
  transform: translate(50%, -50%);
}

.btn_unit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}

.btn_unit .pink_border_btn {
  width: 100%;

  &:first-child a::after {
    transform: rotate(135deg);
    top: 23px;
  }

  a {
    width: 400px;
    font-size: 16px;
  }
}

.btn_unit .pink_border_btn:hover {
  opacity: 0.75;
}

.movie_area {
  display: flex;
  justify-content: space-between;
}

.movie_area .movie_item {
  margin-bottom: 3rem;
  width: 500px;
}

.movie_area .movie_item p {
  margin-top: 1.6rem;
  font-size: 1.6rem;
}

.whatsmm p {
  font-size: 1.6rem;
}

.whatsmm .lead {
  margin-block: 2rem;
}

.whatsmm .lead span {
  font-size: 1.2rem;
}

.whatsmm .whatsmm_img img {
  display: block;
  margin: auto;
}

.whatsmm_area {
  display: flex;
  justify-content: space-between;
}

.whatsmm_area .slick-track {
  display: flex;
  gap: 39px;
}

.whatsmm_area .whatsmm_head {
  margin-block: 2rem;
  font-weight: bold;
  text-align: center;
}

.whatsmm_item:has(.whatsmm_asterisk) .whatsmm_head {
  margin-bottom: 0;
}

.whatsmm_area .whatsmm_asterisk {
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  padding-bottom: 5px;
}

.whatsmm_area .whatsmm_item {
  padding: 2rem;
  width: 30% !important;
  border: 1px solid #ddd;
  border-radius: 5px;
  height: 511px;
}

.whatsmm_area .whatsmm_item .txtlink {
  display: block;
  margin-top: 3rem;
  text-align: right;
  color: #df4878;
}

.whatsmm_area .whatsmm_item #openBtn2 {
  margin-top: 0;
}

.whatsmm .flow {
  margin-block: 5rem;
}

.sec_con.faq {
  .pink_border_btn a {
    font-size: 16px;
  }
}

.faq summary {
  background: #fff;
  padding: 18px 18px 23px 15px;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  display: block;
  margin-bottom: 1rem;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary .icon_Q,
.faq .icon_A {
  margin-right: 1rem;
  color: #e8317b;
  font-size: 2rem;
  font-weight: bold;
}

.faq .answer {
  padding: 15px 70px 41px 15px;
  height: 0;

  span.service_category {
    padding-left: 1em;
    text-indent: 0;
  }

  span.service_detail {
    padding-left: 2em;
    text-indent: 0;
  }
}

.faq .answer p {
  padding-left: 3rem;
  font-size: 1.8rem;
  text-indent: 0.15rem;
}

.faq .icon_A {
  margin-left: -3.5rem;
}

.faq details {
  transition: display 0.3s allow-discrete;
}

.faq details[open] .answer {
  height: auto;
}

.faq summary::after {
  position: absolute;
  right: 20px;
  content: "+";
  color: #df4878;
  font-size: 2rem;
  font-weight: bold;
  transition: transform 0.3s ease;
}

.faq details[open] summary::after {
  content: "−";
}

.needs .needs_item {
  margin-block: 5rem;
  border-radius: 10px;
  box-shadow: #999 5px 5px 20px;
  overflow: hidden;

  &:last-child {
    margin-bottom: 0;
  }

  &:nth-child(1) .needs_head_img img {
    object-position: 75% center;
  }

  &:nth-child(2) .needs_head_img img {
    object-position: 100% center;
  }

  &:nth-child(3) .needs_head_img img {
    object-position: 49% center;
  }

  &:nth-child(4) .needs_head_img img {
    object-position: 28% center;
  }

  &:nth-child(5) .needs_head_img img {
    object-position: 26% center;
  }
}

.needs .needs_item .needs_head {
  display: flex;
  justify-content: space-between;
  background: #fcf0f4;
}

.needs .needs_item .needs_head .needs_head_item {
  padding: 2.5rem 5rem;
}

.needs .needs_item .needs_head .needs_head_item .needs_ttl {
  position: relative;
  padding: 2rem 0 2rem 10rem;
  font-size: 3.2rem;
  color: #df4878;
}

.needs .needs_item .needs_head .needs_head_item .needs_ttl::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 80px;
  height: 80px;
  transform: translate(-10%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.needs .needs_item.clean .needs_head .needs_head_item .needs_ttl::after {
  background-image: url(/merrymaids/images/icon_clean.png);
}

.needs .needs_item.tidy .needs_head .needs_head_item .needs_ttl::after {
  background-image: url(/merrymaids/images/icon_tidy.png);
}

.needs .needs_item.housework .needs_head .needs_head_item .needs_ttl::after {
  background-image: url(/merrymaids/images/icon_housework.png);
}

.needs .needs_item.maternity .needs_head .needs_head_item .needs_ttl::after {
  background-image: url(/merrymaids/images/icon_maternity.png);
}

.needs .needs_item.other .needs_head .needs_head_item .needs_ttl::after {
  background-image: url(/merrymaids/images/icon_other.png);
}

.needs .needs_item .needs_head .needs_head_item .needs_copy {
  margin-block: 2rem;
  font-size: 1.6rem;
  font-weight: bold;
}

.needs .needs_item .needs_body {
  padding: 32px 10rem 43px;
}

.needs .needs_item .needs_body .needs_body_ttl {
  color: #df4878;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 15px;
}

.needs .needs_item .needs_body .service_item {
  display: flex;
  gap: 2rem;
}

.needs .needs_item .needs_body .service_item li {
  width: 150px;
}

.needs .needs_item .needs_body .service_item li p {
  font-size: 1.6rem;
  font-weight: bold;
  padding-top: 12px;
}

.needs .needs_item .needs_head .needs_head_img {
  width: 488px;
  height: 265px;
  overflow: hidden;
}

.needs .needs_item .needs_head .needs_head_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.needs .needs_head .needs_head_item .needs_btn a {
  background: #df4878;
  color: #fff !important;
  width: 181px;
  padding: 14px;
}

.needs .needs_head .needs_head_item .needs_btn a::after {
  border-top: solid 2px #fff !important;
  border-right: solid 2px #fff !important;
}

.needs .needs_item .needs_body .service_list .service_item li a:hover {
  opacity: 0.5;
}

.voice .voice_outer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
}

.voice_area .voice_outer .slick-slide {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 40px;
}

.voice .voice_outer .voice_item {
  display: flex;
  align-items: center;
  padding: 2rem;
  gap: 2rem;
  width: 48%;
  border: 1px solid #ddd;
  border-radius: 10px;
  justify-content: space-between;
}

.voice .voice_outer .voice_item .voice_img {
  width: 80px;
}

.voice .voice_outer .voice_item .voice_txt {
  width: calc(100% - 2rem - 80px);
}

.voice .voice_outer .voice_item .voice_txt p {
  font-size: 1.6rem;
}

.voice .voice_outer .voice_item .voice_txt .prof {
  margin-top: 1rem;
  text-align: right;
  font-size: 1.4rem;
}

.voice .voice_outer .voice_item .voice_img img {
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  object-fit: cover;
}

.serachShopList {
  max-width: 1088px;
}

.sec_con.shopList {
  padding-top: 100px;
}

.shopList .searchInn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 52px;
  padding: 5rem 10rem;
  width: 100%;
}

.shopList .pink_border_btn a {
  width: 230px;
  font-size: 16px;
}

.shopList .searchInn .shoplist_txt {
  position: relative;
  width: 450px;
  font-size: 2.2rem;
}

.shopList .searchInn .shoplist_txt span {
  font-size: 12px;
}

.shopList .searchInn .shoplist_txt::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 12rem;
  height: 12rem;
  background: url(/merrymaids/images/img_shopList01.jpg) no-repeat center;
  background-size: cover;
  transform: translate(0, -50%);
}

.flow {
  margin-top: 20px;
}

.flow .flowBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flow .flowBox dl {
  position: relative;
  border-radius: 8px;
  padding: 20px;
  background-color: #fcecf1;
}

.flow .flowBox dl {
  width: 244px;
  float: left;
}

.flow .flowBox>dl,
.flow .flowBox2>dl {
  width: 300px;
}

.flow .flowBox dl {
  position: relative;
  border-radius: 8px;
  padding: 20px;
  background-color: #fcecf1;
  border: none !important;
}

.flow .flowBox dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 24px;
  color: #df4878;
}

.flow .flowBox dl dt img {
  margin-right: 16px;
}

.flow .flowBox dl dd {
  margin-top: 18px;
  font-size: 16px;
}

.free_quote .deftxt picture img {
  width: 100%;
}

@media only screen and (min-width: 750px) {
  .needs .needs_item .needs_head .needs_head_img {
    aspect-ratio: 488 / 265;
  }

  .free_quote .deftxt {
    font-size: 13px;
  }

  .flow .flowBox>dl:nth-of-type(3n) {
    margin-right: 0;
  }

  .flow .flowBox>dl {
    margin-right: 50px;
  }

  .flow .flowBox dl:not(:last-child)::after {
    content: "";
    position: absolute;
    top: calc(50% - 12.5px);
    right: -60px;
    display: inline-block;
    width: 12.5px;
    height: 25px;
    background: #df4878;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
  }

  .shopList .searchInn .shoplist_txt {
    width: 380px;
  }

  .shopList .searchInn .shoplist_txt::after {
    top: 50%;
    right: 5px;
  }
}

@media only screen and (max-width: 750px) {
  .flow .flowBox {
    width: 100%;
    justify-content: center;
  }

  .flow .flowBox dl:nth-child(1) {
    padding-top: 10px;
  }

  .flow .flowBox dl:nth-child(1),
  .flow .flowBox dl:nth-child(2),
  .flow .flowBox dl:nth-child(3) {
    border-top: 1px solid #dddddd;
  }

  .flow .flowBox dl dt {
    padding: 10px 0px 0px;
  }

  .flow .flowBox>dl dt,
  .flow .flowBox2>dl dt {
    width: 100%;
    font-weight: bold;
    margin: 0 auto 5px 0;
  }

  .flow .flowBox dl dt {
    font-size: 21px;
  }

  .flow .flowBox dl dd {
    padding: 0 0px 15px;
    overflow: hidden;
    width: 100%;
  }

  .flow .flowBox dl dd,
  .flow .flowBox dl dd span {
    font-size: 16px;
  }

  .flow .flowBox dl dd span {
    display: block;
    padding: 0;
    margin: 0;
  }

  .flow .flowBox>dl,
  .flow .flowBox2>dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 10px;
    justify-content: flex-start;
  }
}

.shopList .searchInn .s_select {
  margin-left: -300px;
}

.colItem {
  justify-content: space-between;
  gap: 2rem;
}

.sec_con.pickupArea {
  padding-top: 0 !important;
}

.pickupArea .articleArea .articleBox {
  width: 23%;
  border: solid 2px #e5e5e5;
  padding: 2rem;
}

.pickupArea .articleArea .articleBox:first-child {
  margin-right: inherit;
}

.pickupArea .articleBox .imgBox {
  width: 100%;
  float: none;
}

.pickupArea .articleBox .summary {
  width: 100%;
  float: none;
}

.pickupArea .pink_border_btn a {
  width: 100%;
  padding: 17px 45px 19px 37px;
  font-size: 16px;

  &:after {
    top: 23px;
  }
}

.pickupArea .articleBox .summary .ttl {
  padding-top: 40px;
}

.pickupArea .articleBox .summary .ttl.ico_new::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 40px;
  height: 20px;
  background: url(/merrymaids/images/icon_new.png) transparent left top no-repeat;
  background-size: contain;
  aspect-ratio: 198 / 99;
}

.pickupArea .articleBox .summary .ttl.ico_new {
  padding-top: 40px;
}

.add_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  padding-top: 60px;
}

.add_item {
  width: 100%;
}

.sec_con.corporationsArea {
  background: #f0f8f4;
}

.sec_con.corporationsArea .add_item_head h2 {
  color: #000;
}

.sec_con.corporationsArea .add_item_head {
  background: none;
}

.add_item.recruit {
  border: 1px solid #c25608;
}

.add_item.recruit .add_item_head p {
  color: #fff;
}

.add_item .add_item_head {
  padding: 2rem;
  text-align: center;
}

.add_item .add_item_head h2 {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.add_item .add_item_head h2 span {
  font-size: 2rem;
}

.add_item.recruit .add_item_head {
  background: #ec7e20;
}

.add_item .add_item_body {
  padding: 2rem;
}

.add_item.recruit {
  background: #fcf6f2;
}

.add_item .parallel {
  display: flex;
  gap: 41px;
  justify-content: center;
}

.add_item .parallel a {}

.add_item p {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.add_item .check {
  margin: 0.5rem auto 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 46px;
  font-size: 18px;
}

.add_item .check li {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
}

.add_item .check li::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 2rem;
  height: 2rem;
  background: url(/merrymaids/images/icon_checked.jpg) no-repeat center;
  transform: translate(-120%, -50%);
}

.add_item.recruit .button_area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 61px;
}

.sec_con.free_quote {
  padding-top: 0;
}

.sec_con.voice .btn_wrap {
  display: none;
  margin: 0;
}

.sec_con.voice h2 {
  padding-bottom: 0;
}

.sec_con.voice .note {
  font-size: 1.6rem;
  margin: 0px auto 20px;
  padding-bottom: 20px;
}

.orange_border_btn a {
  display: block;
  padding: 12px 38px 12px 24px;
  border: 2px solid #ec7e20;
  border-radius: 4px;
  background: #fff;
  color: #ec7e20;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: 400px;
  margin: auto;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.28);
}

.orange_border_btn.arw_r_r a:after {
  border-top: solid 2px #ec7e20 !important;
  border-right: solid 2px #ec7e20 !important;
}

.orange_border_btn a:hover {
  opacity: 0.7;
  color: #ec7e20 !important;
}

.soudan_area {
  padding-inline: 2rem;
}

.soudan_btn {
  flex-direction: column;
}

.soudan_btn a {
  text-align: center;
  margin-top: 0;
  padding: 28px 28px 28px 80px;
  font-size: 25px;
}

.soudan_btn a span {
  margin-left: inherit;
}

.btn_unit {
  gap: 10px;
}

.pink_border_btn a {
  font-size: 1.4rem;
  padding: 14px;
}

.add_item.recruit .add_item_head {
  padding: 12px;
}

.add_item.recruit p {
  font-size: 13px;
}

.add_item.recruit .check li {
  font-size: 18px;
}

.faq summary {
  padding-right: 2rem;
  padding-left: 4.5rem;
  text-indent: -3.5rem;
}

.faq summary::after {
  right: 0px;
  top: 30%;
}

.add_area {
  flex-direction: column;
}

.add_item {
  width: 100%;
}

.add_item.recruit .add_item_head p {
  font-size: 24px;
  line-height: 1.4;

  span {
    font-size: 16px;
  }
}

.add_item.recruit .add_item_body>p {
  font-size: 18px;
}

.modal-content .c_item {
  padding: 24px;
  justify-content: normal;
  margin-bottom: 0;
}

.modal-content .imgBox {
  text-align: center;
}

.modal-content .imgBox img {
  width: 100%;
  max-width: 329px;
}

.modal-content .summaryBox {
  margin-top: 15px;
}

.modal-content .summaryBox .num {
  font-size: 16px;
  color: #40cbdb;
  margin-bottom: 16px;
  text-align: center;
}

.modal-content .summaryBox .ttl {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.modal-content .summaryBox .txt {
  font-size: 14px;
  margin-top: 15px;
  line-height: 24px;
}

#ninsyo_modal {
  border: none;
  border-radius: 8px;
  padding: 0;
  width: 90%;
  margin: auto;
  max-width: 500px;
  height: 90dvh;
  overflow: hidden;
}

#ninsyo_modal::backdrop {
  background-color: rgba(0, 0, 0, 0.6);
}

@media only screen and (max-width: 750px) {
  .voice .voice_outer .voice_item .voice_img {
    width: 50px;
  }

  .voice .voice_outer .voice_item .voice_txt {
    width: calc(100% - 2rem - 50px);
  }

  .pickupArea .articleBox .summary {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .pickupArea .articleBox .summary .ttl {
    overflow: visible;
    display: block;
    margin-bottom: 30px;
    padding-top: 10px;
  }

  .pickupArea .articleBox .summary .ttl.ico_new {
    padding-top: 40px;
    margin: 0;
  }

  .add_item.recruit .add_item_head p {
    font-size: 19px;
    line-height: 1.4;

    span {
      font-size: 15px;
    }
  }

  .add_item.recruit .add_item_body>p {
    font-size: 13.5px;
  }

  .add_item.recruit .check li {
    font-size: 12.5px;
  }

  .sec_con.faq {
    padding-bottom: 30px;

    .pink_border_btn a {
      font-size: 15px;
    }
  }
}

.modal-wrap {
  height: 100%;
  padding: 20px;
}

.modal-close-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  border: none;
  background: transparent;
  cursor: pointer;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #666;
  line-height: 1;
  transition:
    background-color 0.2s,
    color 0.2s;
}

.modal-close-btn:hover {
  background-color: #f0f0f0;
  color: #000;
}

#ninsyo_modal .imgBox {
  text-align: center;
}

#ninsyo_modal .imgBox img {
  max-width: 329px;
}

#ninsyo_modal .c_item {
  padding: 24px;
}

#ninsyo_modal .col2_box {
  justify-content: center;
  margin-top: 24px;
  margin-bottom: 65px;
}

#ninsyo_modal .col2_box .c_item {
  width: calc((100% - 208px) / 2);
  padding: 24px;
}

#ninsyo_modal .situation {
  margin-left: -42.1%;
  font-size: 14px;
  font-weight: normal;
}

.sec_con.voice {
  padding-top: 0;
}

.recommend_list .pink_border_btn a {
  width: 230px;
}

.modal-content .movie iframe {
  height: 500px;
}

@media only screen and (max-width: 750px) {
  .modal-content .c_item {
    margin-bottom: 15px;
  }

  .modal-content .c_item:last-child {
    margin-bottom: 0;
    padding: 10px;
  }

  .modaal-content-container {
    padding: 24px;
  }

  .modal-wrap {
    padding: 0;
  }

  .modal-wrap:has(.movie) {
    aspect-ratio: 354 / 211;
  }

  #ninsyo_modal .imgBox img {
    max-width: 100%;
  }

  #ninsyo_modal .c_item {
    padding: 24px;
  }

  #ninsyo_modal .col2_box {
    margin-top: 15px;
    margin-bottom: 0;
  }

  #ninsyo_modal .col2_box .c_item {
    width: 100%;
  }

  #ninsyo_modal .situation {
    margin-left: -15.2rem;
  }

  .modaal-wrapper:has(.movie) {
    .modaal-inner-wrapper {
      padding: 80px 18px;
    }

    .modaal-content-container {
      padding: 0;
    }

    .modal-content .c_item:last-child {
      padding: 0;
    }

    .modal-content .movie {
      padding: 0 !important;

      iframe {
        height: 100%;
        aspect-ratio: 354 / 211;
      }
    }
  }
}

@media only screen and (min-width: 751px) {
  .mainArea .bgBox {
    height: 720px;
  }

  .mainArea.cateTop .search_okomari {}
}

@media only screen and (min-width: 668px) {
  .mainArea .bgBox.bg_merrymaids {
    min-width: 1080px;
    background-color: #ddd;
  }

  .mainArea .bgBox.bg_merrymaids {
    background: #ddd url(/merrymaids/images/img_mv_pc.jpg) no-repeat;
    background-position: center;
    background-size: inherit;
  }
}

@media only screen and (max-width: 750px) {
  .h2_ttl {
    font-size: 20px;
  }

  .sec_con.voice .note {
    padding-bottom: 0;
  }

  .pink_border_btn {
    margin: 0 auto;
    width: 90%;
    text-align: center;
  }

  .serviceiconBox {
    display: none;
  }

  .mainArea.cateTop {
    top: 103px;
  }

  .mainArea.cateTop .heading.cateTopBox .headTopArea {
    padding-bottom: 20px;
  }

  .mainArea.cateTop .search_okomari {
    bottom: inherit;
    width: 95%;
    padding-inline: 2rem;
    transform: translate(-50%, -10%);
  }

  .mainArea.cateTop .search_okomari .head {
    font-size: 2rem;
  }

  .mainArea.cateTop .search_okomari ul {
    width: 100%;
    gap: 1.2rem 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .mainArea.cateTop .search_okomari ul li {
    width: auto;
    min-width: auto;
    padding: 0.8rem 1.3rem;
    font-size: 1.2rem;
    white-space: nowrap;
  }

  #mainArea.cateTop+.sec_con::before {
    height: calc(195px + 27.9vw + 150px);
  }

  #mainArea.cateTop+.sec_con {
    margin-top: 110px;
    padding-bottom: 30px;
  }

  .sec_con.pickupArea {
    padding-top: 0;
  }

  .sec_con.bg_pink:has(.movie_area) {
    padding-bottom: 30px;
  }

  .sec_inner {
    width: 100%;
  }

  .sec_con.corporationsArea .add_item_head h2 {
    aspect-ratio: 407 / 88;
    width: 223px;
    margin: 0 auto;
  }

  .sec_con.pickupArea .pink_border_btn {
    width: 100%;
    line-height: 1.6;

    a {
      font-size: 15px;
      padding-right: 40px;
    }
  }

  .add_area {
    padding-top: 23px;
  }

  .add_item .check-area {
    display: flex;
    justify-content: center;
  }

  .add_item .check {
    margin: 1.2rem auto 2rem;
    font-size: 12.5px;
    flex-direction: column;
    gap: 13px;
    padding-left: 25px;
    align-items: flex-start;

    li::after {
      top: 9px;
      left: 0;
      width: 17px;
      height: 17px;
      background-size: contain;
    }
  }

  .movie_area {
    flex-direction: column;
  }

  .movie_area .movie_item {
    width: 100%;
  }

  .sec_inner .pink_border_btn a {
    width: 100%;
    font-size: 14px;
  }

  .faq summary {
    font-size: 13px;
    padding: 16px 44px 16px 42px;
    text-indent: -2.8rem;
  }

  .faq .answer {
    padding: 10px 21px 20px 7px;

    span.service_category {
      display: inline-block;
      padding-left: 1em;
      text-indent: 0;
    }

    span.service_detail {
      display: inline-block;
      text-indent: 0em;
      padding-left: 2em;
    }
  }

  .faq .answer p {
    font-size: 13px;
    padding-left: 3.5rem;
    text-indent: 0.6em;
  }

  .faq summary .icon_Q,
  .faq .icon_A {
    font-size: 14px;
  }

  .needs .needs_item {
    margin-top: 28px;
    margin-bottom: 0;
    box-shadow: none;
  }

  .sec_con.needs {
    padding-inline: 0;
    padding-bottom: 0;
  }

  .needs .needs_item .needs_head .needs_head_item .needs_ttl::after {
    width: 4.3rem;
    height: 4.3rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  .needs .needs_item .needs_head .needs_head_item .needs_ttl {
    position: relative;
    padding: 1rem 0 0 5rem;
    font-size: 1.7rem;
  }

  .needs .needs_item .needs_head .needs_head_item .needs_ttl.small {
    font-size: 1.6rem;
  }

  .needs .needs_head .needs_head_item .needs_btn {
    margin: 0;
  }

  .needs .needs_head .needs_head_item .needs_btn a {
    width: 108px;
    padding: 7px;
    font-size: 13px;
  }

  .needs .needs_head .needs_head_item .needs_btn a::after {
    top: 12px;
    left: 90px;
  }

  .needs .needs_item .needs_head .needs_head_item {
    width: 55%;
    padding: 2.5rem 2rem 1.7rem;
  }

  .needs .needs_item .needs_body {
    padding: 2.1rem 1.2rem;
  }

  .needs .needs_item {
    border-radius: unset;
  }

  .needs .needs_item .needs_body .service_item li:first-child {
    padding-left: 0;
  }

  .needs .needs_item .needs_body .needs_body_ttl {
    font-size: 1.5rem;
  }

  .needs .needs_area .needs_head_img img {
    object-fit: cover;
    aspect-ratio: 320 / 340;
    width: 100%;
    height: 100%;
  }

  .voice .voice_outer .voice_item {
    width: 100%;
  }

  .add_item.corporations .add_item_body {
    padding: 0;

    .parallel {
      gap: 13px;
    }
  }

  .recommend_list ul {
    gap: 10px;
    flex-direction: column;
  }

  .recommend_list ul li .recommend_head {
    font-size: 1.6rem;
  }

  .recommend_list ul li .recommend_img img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 425 / 228;
  }

  .recommend_list .pink_border_btn a {
    width: 100%;
  }

  .recommend_list ul li.new {
    padding-top: 20px;

    .recommend_head {
      &::before {
        left: calc(50% - 22.46px);
        height: 12px;
      }
    }
  }

  .sec_con.whatsmm {
    padding: 60px 15px 42px;
  }

  .whatsmm_area .whatsmm_item {
    width: 100% !important;
  }

  .whatsmm_area .slick-track {
    gap: 21px;
  }

  .whatsmm p {
    font-size: 1.3rem;
  }

  .whatsmm .whatsmm_head {
    font-size: 1.4rem;
  }

  .needs .needs_item .needs_head_img {
    width: 49% !important;
    height: 100% !important;
  }

  .sec_con.shopList {
    padding-top: 63px;
    padding-bottom: 63px;
  }

  .shopList .searchInn {
    gap: inherit;
    padding: 39px 12px 20px;
    flex-direction: column;
  }

  .shopList .searchInn .shoplist_txt {
    width: 90%;
    margin-bottom: 50px;
    font-size: 15px;
  }

  .shopList .pink_border_btn {
    width: 100%;
  }

  .shopList .pink_border_btn a {
    font-size: 15px;
  }

  .sec_con.bnrArea:has(.soudan_area) {
    padding-bottom: 63px;
  }

  .soudan_area {
    padding: 40px 14px;
  }

  .soudan_area .h2_ttl {
    padding-bottom: 30px;
  }

  .soudan_area .soudan_btn a {
    margin-top: 5rem;
    position: relative;
    display: block;
    padding: 0;
    font-size: 1.5rem;
    text-align: center;
  }

  .btn_unit .pink_border_btn:first-child a::after {
    top: 21px;
    right: 8px !important;
  }

  .bnrArea_bottom .btn_unit .pink_border_btn:first-child a::after {
    transform: rotate(-45deg);
    right: 7px !important;
    top: 24px;
  }

  .sec_con.free_quote .image {}

  .soudan_area .soudan_btn_group {
    width: 100%;
    display: flex;
    gap: 12px;
    justify-content: center;

    .soudan_btn {
      width: 37.5%;
      line-height: 1.42;
      display: flex;
      justify-content: center;
      align-items: center;

      a::after {
        top: -24px;
        left: 12px;
        width: 41px;
        height: 41px;
        background-size: contain;
      }

      .pink_border_btn:first-child a::after {
        top: 22px;
        right: 8px !important;
      }
    }

    .btn_unit {
      width: 58.3%;

      .pink_border_btn:last-child a::after {
        right: 10px !important;
      }
    }
  }

  .add_item.recruit .button_area {
    flex-direction: column;
    gap: 15px;

    .orange_border_btn.arw_r_r {
      width: 100%;
    }
  }

  .sec_inner .orange_border_btn a {
    width: 100%;
    font-size: 14px;
  }

  .sec_con.voice {
    padding: 42px 15px 63px;
  }
}

#campaignSlider {
  display: none;
}

#campaignSlider.slick-initialized {
  display: block;
}

#campaignSlider .slick-slide {
  padding: 0 5px;

  .txt {
    font-size: 16px;
  }
}

@media only screen and (max-width: 750px) {
  #campaignSlider .slick-slide {
    .txt {
      font-size: 13px;
    }
  }
}

.recommend_list .pink_border_btn a {
  font-size: 16px;
}

.recommend_list ul .slick-slide {
  padding: 0 10px;
}

.service_item .slick-slide {
  padding: 0 10px;
}

#pickupArea .slick-slide {
  margin: 0 10px;
  height: 311px;
}

.sec_inner:has(.voice_area) .pink_border_btn a {
  font-size: 16px;
}

.slick-arrow {
  display: block;
  position: absolute;
  margin: auto;
  padding: 0;
  width: 26px;
  height: 36px;
  color: transparent;
  z-index: 1;
  transition: opacity 0.5s;
}

.slick-arrow:hover {
  opacity: 0.7;
}

.slick-next::before,
.slick-next::after,
.slick-prev::before,
.slick-prev::after {
  position: absolute;

  margin: auto;
  content: "";
  vertical-align: middle;
}

.slick-next::after,
.slick-prev::after {
  width: 14px;
  height: 14px;
  border-top: 4px solid #979797;
  border-right: 4px solid #979797;
}

/* next */

.slick-next {}

.slick-next::after {
  transform: rotate(45deg);
}

/* prev */

.slick-prev {}

.slick-prev::after {
  transform: rotate(-135deg);
}

@media screen and (max-width: 750px) {
  .voice_area .voice_outer .slick-slide {
    gap: 15px;
    padding: 0 5px;
  }

  .sec_inner:has(.voice_area) .pink_border_btn a {
    font-size: 15px;
  }

  .recommend_list .pink_border_btn a {
    font-size: 15px;
  }

  .service_item .slick-slide {
    padding: 0 6px;
  }

  .needs .needs_item .needs_body .service_item li p {
    font-size: 1.2rem;
  }

  .needs .needs_item .needs_head .needs_head_item .needs_copy {
    margin: 1.4rem 0 1.1rem;
    font-size: 1.3rem;
  }

  .slick-next::after,
  .slick-prev::after {
    width: 10px;
    height: 10px;
  }

  .slick-next::after,
  .slick-prev::after {
    border-top: 2px solid #979797;
    border-right: 2px solid #979797;
  }
}

#campaignSlider .slick-prev,
#campaignSlider .slick-next,
#pickupArea .slick-prev,
#pickupArea .slick-next,
.service_item .slick-prev,
.service_item .slick-next,
.whatsmm_area .slick-prev,
.whatsmm_area .slick-next {
  z-index: 10;
}

#campaignSlider .slick-prev:before,
#campaignSlider .slick-next:before,
#pickupArea .slick-prev:before,
#pickupArea .slick-next:before,
.service_item .slick-prev:before,
.service_item .slick-next:before,
.whatsmm_area .slick-prev:before,
.whatsmm_area .slick-next:before {
  color: #666;
  font-size: 50px;
}

#pickupArea .slick-prev {
  left: calc(50% - 400px);
}

#pickupArea .slick-next {
  right: calc(50% - 400px);
}

.service_item .slick-prev {
  top: 80px;
  left: -56px;
}

.service_item .slick-next {
  top: 80px;
}

#campaignSlider .slick-prev {
  top: 124px;
  left: -53px;
}

#campaignSlider .slick-next {
  top: 124px;
}

.recommend_list .slick-slider .slick-prev {
  left: -53px;
}

.slick-dots li button:before {
  font-size: 12px;
  color: #c4c4c4;
}

.slick-dots li.slick-active button:before {
  color: #df4878;
  opacity: 1;
}

.voice_area .slick-dotted.slick-slider {
  margin-bottom: 80px;
}

.voice_area .slick-dots {
  bottom: -42px;
}

.footer_inner .colItem {
  gap: 0;
}

@media only screen and (max-width: 750px) {
  #campaignSlider .slick-prev {
    top: 74px;
    left: 0;
  }

  #campaignSlider .slick-next {
    top: 74px;
    right: 8px;
  }

  #pickupArea .slick-prev {
    left: 0;
  }

  #pickupArea .slick-next {
    right: 30px;
  }

  #pickupArea .slick-slide {
    height: 100%;
  }

  .service_item .slick-prev {
    top: 40px;
    left: -4px;
  }

  .service_item .slick-next {
    top: 40px;
    right: 9px;
  }

  .whatsmm_area .slick-prev {
    left: 0;
  }

  .whatsmm_area .slick-next {
    right: 30px;
  }
}