.l-content {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 960px) {
  #main_visual {
    height: 80vh;
  }
}
#main_visual .p-mainVisual__textLayer {
  width: 100vw;
  max-width: 100%;
}
#main_visual .p-blogParts {
  width: 100%;
  height: 100%;
}
#main_visual .p-blogParts .main_text_wrapper {
  position: absolute;
  width: 48vw;
  max-width: 620px;
  top: 22vh;
  left: 0;
}
@media screen and (max-width: 960px) {
  #main_visual .p-blogParts .main_text_wrapper {
    width: 100%;
    top: 15vh;
  }
}
#main_visual .p-blogParts .main_text_wrapper .main_text {
  width: 100%;
  filter: drop-shadow(0 0 10px #727272);
}
#main_visual .p-blogParts .cta_wrapper {
  position: absolute;
  right: 0;
  bottom: 30px;
  width: 530px;
  max-width: 80%;
}
@media screen and (max-width: 960px) {
  #main_visual .p-blogParts .cta_wrapper {
    left: 50%;
    bottom: 100px;
    transform: translateX(-50%);
  }
}
#main_visual .p-blogParts .cta_wrapper .swell-block-button .swell-block-button__link {
  width: 100%;
  background-color: #f35586;
  padding: 10px 1em;
  box-shadow: none;
  color: #fff;
  text-shadow: none;
}

#about {
  background-image: url(img/about-kazari.png);
  background-repeat: no-repeat;
  background-position: 5vw 30px;
  background-size: contain;
  box-shadow: inset 0 -30px 80px -20px rgb(255, 255, 255);
}
@media screen and (max-width: 960px) {
  #about {
    background-position: 5% 30%;
    background-size: 160%;
  }
}
#about .about_contents_wrapper {
  position: relative;
}
#about .about_contents_wrapper .about_img_01,
#about .about_contents_wrapper .about_img_02 {
  position: absolute;
}
#about .about_contents_wrapper .about_img_01 {
  top: 10%;
  left: calc(50% + 480px);
  width: 300px;
}
#about .about_contents_wrapper .about_img_02 {
  top: 50%;
  left: calc(50% - 480px);
  width: 250px;
  transform: translateX(-100%);
}
@media screen and (min-width: 600px) {
  #about .about_staff .swell-block-columns__inner {
    justify-content: flex-end;
  }
}
#about .about_staff .img_container {
  width: -moz-fit-content;
  width: fit-content;
  transform: translateX(50%);
}
@media screen and (min-width: 600px) {
  #about .about_staff .text_container {
    flex: 1;
  }
}

#news .news_list {
  background-color: #f6f6f6;
  border-radius: 10px;
  padding: 1.5em;
}
#news .news_item {
  align-items: flex-start;
  gap: 0.5em 2em;
  margin-bottom: 1em;
}
@media screen and (max-width: 960px) {
  #news .news_item {
    flex-wrap: wrap;
  }
}
#news .news_item dt {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #f35586;
  color: #fff;
  padding: 3px 1em;
  border-radius: 999px;
}
#news .news_item dt::after {
  display: none;
}
#news .news_item dd {
  flex: 1;
}
@media screen and (max-width: 960px) {
  #news .news_item dd {
    width: 100%;
    flex: unset;
  }
}

#request {
  position: relative;
  background-image: url(img/request-bak.png);
  background-size: 70% auto;
  background-position: right center;
  background-repeat: no-repeat;
  padding-bottom: 10em !important;
  margin-top: -4em !important;
}
@media screen and (max-width: 960px) {
  #request {
    background-size: cover;
    background-position: right bottom;
    margin-top: -10em !important;
  }
}
#request::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: inset 0 0 30px 30px rgb(255, 255, 255);
}
#request::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 960px) {
  #request::before {
    background-color: #fff;
    opacity: 0.7;
  }
}
#request .inner {
  width: 70%;
}
@media screen and (max-width: 960px) {
  #request .inner {
    width: 100%;
    transform: translateY(5em);
  }
}

#service {
  margin-top: -4em;
  position: relative;
}
#service .service_card_list .swell-block-column {
  border-radius: 10px;
  padding: 1.8rem;
  box-shadow: 0 0 10px #cecece;
}

#flow .step_card {
  border-radius: 10px;
  padding: 1.5em 2.5em 1.5em 0.5em;
  background-color: #fff8f8 !important;
}
@media screen and (max-width: 600px) {
  #flow .step_card {
    padding: 1.5em;
  }
  #flow .step_card .swell-block-columns__inner {
    justify-content: center;
  }
}
#flow .step_card .no_block {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 2.5em;
  font-family: "Reddit Sans", sans-serif;
  font-weight: 700;
  color: #f35586;
  line-height: 1;
}
@media screen and (min-width: 600px) {
  #flow .step_card .no_block {
    border-right: solid 2px #e5a2ba;
  }
}
@media screen and (max-width: 600px) {
  #flow .step_card .no_block {
    border-bottom: solid 2px #e5a2ba;
    padding-bottom: 1em;
  }
}
#flow .step_card .no_block .number {
  font-size: 2rem;
  font-weight: 900;
  margin-top: 5px !important;
}
@media screen and (min-width: 600px) {
  #flow .step_card .text_contents {
    flex: 1;
  }
}
@media screen and (max-width: 600px) {
  #flow .step_card .text_contents {
    width: 100%;
  }
  #flow .step_card .text_contents p:first-child {
    text-align: center;
  }
}

#cta {
  min-height: 500px;
}
#cta .cta_box_wrapper {
  padding: 4.7em 0 3em 0;
  border-radius: 10px;
  position: relative;
  margin-top: 1em !important;
}
#cta .cta_box_wrapper .section_title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -25%);
}
#cta .cta_box > .swell-block-columns__inner > .swell-block-column {
  padding: 0 3em;
}
#cta .cta_box > .swell-block-columns__inner .tel_wrapper {
  position: relative;
}
#cta .cta_box > .swell-block-columns__inner .tel_wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  top: 50%;
  left: 0;
  transform: translate(-1px, -50%);
  border-right: solid 2px #e5a2ba;
}
#cta .cta_box a {
  color: inherit;
  word-break: keep-all;
}
@media screen and (max-width: 600px) {
  #cta .cta_box a span {
    font-size: 2rem !important;
  }
}
#cta .cta_box .tel_time .swell-block-columns__inner {
  justify-content: center;
  flex-wrap: nowrap;
}
#cta .cta_box .tel_time .left_contents {
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  #cta .cta_box .tel_time .left_contents {
    display: none;
  }
}
#cta .cta_box .tel_time .right_contents {
  width: -moz-fit-content;
  width: fit-content;
}

#recruit .top_container figure.pin_image {
  transform: rotate(2deg);
  position: relative;
}
#recruit .top_container figure.pin_image::after {
  content: "";
  position: absolute;
  width: 27px;
  height: 32px;
  background-image: url(img/clip-img.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: 15px;
  top: 0;
  transform: translateY(calc(-100% + 10px));
  visibility: visible;
}
#recruit .top_container .swell-block-columns__inner {
  align-items: stretch;
}
#recruit .top_container .left_contants {
  flex: 1;
}
#recruit .top_container .left_contants .swell-block-button__link {
  width: 100%;
}
#recruit .top_container .right_contants {
  width: 40%;
  max-width: 600px;
}
@media screen and (max-width: 960px) {
  #recruit .top_container .right_contants {
    display: none;
  }
}
#recruit .point_list .swell-block-column {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  border: none;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  padding: 1.5em 1em;
}
@media screen and (max-width: 600px) {
  #recruit .point_list .swell-block-column {
    border-radius: 10px;
  }
}
#recruit .point_list .img_box {
  border-radius: 999px;
  aspect-ratio: 1/1;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: #fff8f8 !important;
  margin: auto;
}

#access {
  position: relative;
}
#access .swell-block-columns__inner {
  align-items: unset;
}
#access .swell-block-columns__inner .left_contents {
  max-width: 550px;
}
#access .swell-block-columns__inner .right_contents {
  flex: 1;
}
#access a {
  color: inherit;
}
#access iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 960px) {
  #access iframe {
    aspect-ratio: 4/3;
  }
}