.text_link_arrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #d21140;
}

.text_link_arrow span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: #f8f8f8;
  color: #d21140;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #ffffff;
}

#service_blk .inner {
  position: relative;
  margin: 0 auto;
  max-width: 1600px;
  min-width: 1440px;
}
#service_blk .inner h2 {
  margin-bottom: 50px;
  font-size: 42px;
  font-weight: 700;
}
#service_blk .inner .service_slick_arrow .slick-arrow {
  position: absolute;
  width: 64px;
  height: 64px;
  text-align: center;
  background-color: #d21140;
  color: #ffffff;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  opacity: 1;
}
#service_blk .inner .service_slick_arrow .slick-arrow:hover {
  opacity: 0.7;
}
#service_blk .inner .service_slick_arrow .slick-arrow.arrow_prev {
  left: -32px;
}
#service_blk .inner .service_slick_arrow .slick-arrow.arrow_next {
  right: -32px;
}
#service_blk .inner .service_slick_arrow .slick-arrow span {
  font-size: 18px;
}
#service_blk .inner .service_list_conteiner .service_list .slick-list {
  min-width: 1320px;
}
#service_blk .inner .service_list_conteiner .service_list .slick-list .slick-track {
  display: flex;
  gap: 56px;
}
#service_blk .inner .service_list_conteiner .service_list .slick-list .slick-track:before {
  content: none;
}
#service_blk .inner .service_list_conteiner .service_list .slick-list .slick-track:after {
  content: none;
}
#service_blk .inner .service_list_conteiner .service_list .slick-list .service_item {
  background-color: white;
  width: 460px;
  height: initial;
  float: none;
  display: flex;
  flex-direction: column;
}
#service_blk .inner .service_list_conteiner .service_list .slick-list .service_item .service_image {
  position: relative;
}
#service_blk .inner .service_list_conteiner .service_list .slick-list .service_item .service_image img {
  width: 460px;
  height: 250px;
}
#service_blk .inner .service_list_conteiner .service_list .slick-list .service_item .service_image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
#service_blk .inner .service_list_conteiner .service_list .slick-list .service_item .service_image .overlay .overlay-text {
  color: white;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 3em;
  letter-spacing: 3px;
}
#service_blk .inner .service_list_conteiner .service_list .slick-list .service_item p {
  padding: 30px 33px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing: 1px;
}
#service_blk .inner .service_list_conteiner .service_list .slick-list .service_item .bottom_blk {
  margin-top: auto;
  padding: 0 30px 30px 30px;
}
#service_blk .inner .service_list_conteiner .service_list .slick-list .service_item .bottom_blk ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 40px;
  gap: 20px;
}
#service_blk .inner .service_list_conteiner .service_list .slick-list .service_item .bottom_blk ul li {
  max-width: 50%;
}
#service_blk .inner .service_list_conteiner .service_list .slick-list .service_item .bottom_blk ul li .text_link_arrow {
  color: #d21140;
}
#service_blk .inner .service_list_conteiner .service_list .slick-list .service_item .bottom_blk ul li img {
  width: 100%;
}

.popular_product_slides {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.popular_product_slides .product_slide_contents .slick-track {
  display: flex;
}
.popular_product_slides .product_slide_contents .recommendation ul {
  display: flex;
  justify-content: space-between;
}
.popular_product_slides .product_slide_contents .recommendation ul li .image {
  margin-bottom: 15px;
}
.popular_product_slides .product_slide_contents .recommendation ul li .product_name {
  font-size: 13px;
  text-align: center;
}
.popular_product_slides .product_slide_contents .slick-arrow {
  position: absolute;
  width: 64px;
  height: 64px;
  text-align: center;
  background-color: #d21140;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  opacity: 1;
}
.popular_product_slides .product_slide_contents .slick-arrow:hover {
  opacity: 0.7;
}
.popular_product_slides .product_slide_contents .slick-arrow.arrow_prev {
  left: calc(50% - 458px);
  color: #ffffff;
}
.popular_product_slides .product_slide_contents .slick-arrow.arrow_next {
  right: calc(50% - 458px);
  color: #ffffff;
}
.popular_product_slides .product_slide_contents .slick-arrow span {
  font-size: 18px;
}
.popular_product_slides .product_slide_contents .product_slide_content {
  padding: 25px;
  background-color: white;
  width: 853px;
  height: initial;
}
.popular_product_slides .product_slide_contents .product_slide_content.slick-slide {
  opacity: 0.5;
  margin: 0 24px;
}
.popular_product_slides .product_slide_contents .product_slide_content.slick-slide.slick-current {
  opacity: 1;
}
.popular_product_slides .product_slide_contents .product_slide_content.slick-slide.slick-current:hover {
  opacity: 0.8;
}
.popular_product_slides .product_slide_contents .product_slide_content h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.7em;
  letter-spacing: 3px;
  color: #d21140;
  margin-bottom: 25px;
}
.popular_product_slides .product_slide_contents .product_slide_content .product_slide_images {
  display: flex;
  gap: 24px;
}
.popular_product_slides .product_slide_contents .product_slide_content .product_slide_images .single_image img {
  height: 400px;
  width: 400px;
}
.popular_product_slides .product_slide_contents .product_slide_content .product_slide_images .single_image p {
  font-weight: 700;
  line-height: 15px;
  text-align: center;
  letter-spacing: 3px;
  padding-top: 10px;
}
.popular_product_slides .product_slide_contents .product_slide_content .product_slide_images .group_images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}
.popular_product_slides .product_slide_contents .product_slide_content .product_slide_images .group_images img {
  height: 180px;
  width: 180px;
}
.popular_product_slides .product_slide_contents .product_slide_content .product_slide_images .group_images p {
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  text-align: center;
  letter-spacing: 3px;
  padding-top: 10px;
}

.link_more {
  color: #d21140;
}
.link_more .link {
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: left;
  letter-spacing: 1px;
}
.link_more .link .material-symbols-outlined {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #f8f8f8;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  margin-right: 15px;
}

body a {
  opacity: 1;
}
body a:hover {
  opacity: 0.7;
}
body.home {
  padding-top: 0;
  /* news section style */
}
body.home h2 {
  line-height: 1em;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 5px;
  color: #222222;
}
body.home .main_visuali {
  width: 100%;
  height: 900px;
}
body.home .main_visuali div {
  position: relative;
}
body.home .main_visuali div img {
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
body.home .main_visuali div p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  font-size: 40px;
  font-weight: 700;
  line-height: 68px;
  letter-spacing: 4px;
  text-align: center;
}
body.home #news {
  position: relative;
  z-index: 1;
  margin-bottom: 150px;
}
body.home #news::before {
  content: "";
  position: absolute;
  left: 0;
  top: -70px;
  background-color: #ffffff;
  height: 93%;
  min-width: 1400px;
  width: 85%;
  z-index: 500;
}
body.home #news::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-color: #d21140;
  height: 100%;
  width: 79%;
  z-index: 499;
}
body.home #news .slick_interface {
  width: 85%;
  min-width: 1400px;
  z-index: 600;
  position: absolute;
  left: 0;
  height: 64px;
  display: flex;
  justify-content: end;
}
body.home #news .slick_interface .slick_interface_inner {
  display: flex;
  justify-content: space-between;
}
body.home #news .slick_interface .slick_interface_inner .arrows .slick-arrow {
  position: initial;
  width: 64px;
  height: 64px;
  transform: translate(0);
  text-align: center;
  opacity: 1;
}
body.home #news .slick_interface .slick_interface_inner .arrows .slick-arrow:hover {
  opacity: 0.7;
}
body.home #news .slick_interface .slick_interface_inner .arrows .slick-arrow.arrow_prev {
  right: 64px;
  left: initial;
  background-color: #f8f8f8;
  color: #cccccc;
}
body.home #news .slick_interface .slick_interface_inner .arrows .slick-arrow.arrow_next {
  right: 0;
  background-color: #d21140;
  color: #ffffff;
}
body.home #news .slick_interface .slick_interface_inner .arrows .slick-arrow span {
  font-size: 18px;
}
body.home #news .slick_interface .slick_interface_inner .dots .slick-dots {
  position: initial;
  bottom: 0;
  display: block;
  width: initial;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
  padding-top: 30px;
}
body.home #news .slick_interface .slick_interface_inner .dots .slick-dots li {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 4px;
  margin: 0 8px 0 0;
  padding: 0;
  cursor: pointer;
  vertical-align: top;
}
body.home #news .slick_interface .slick_interface_inner .dots .slick-dots li.slick-active button:before {
  background-color: #d21140;
}
body.home #news .slick_interface .slick_interface_inner .dots .slick-dots li button {
  width: 48px;
  height: 4px;
  padding: 0;
}
body.home #news .slick_interface .slick_interface_inner .dots .slick-dots li button:before {
  content: "";
  background-color: #dbdbdb;
  width: 48px;
  height: 4px;
  opacity: 1;
}
body.home #news .inner {
  max-width: 1600px;
  min-width: 1440px;
  margin: 0 auto;
}
body.home #news .inner h2 {
  margin-bottom: 110px;
}
body.home #news .inner .news_information {
  position: relative;
  z-index: 501;
}
body.home #news .inner .news_information .news_content .news_slider .swap_item {
  position: relative;
  aspect-ratio: 100/34;
}
body.home #news .inner .news_information .news_content .news_slider .swap_item .swap_text {
  max-width: calc(50% - 50px);
  overflow: hidden;
}
body.home #news .inner .news_information .news_content .news_slider .swap_item .swap_text .news_date {
  color: #999999;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 2px;
}
body.home #news .inner .news_information .news_content .news_slider .swap_item .swap_text h3 {
  color: #222222;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 1px;
  margin-top: 12px;
  margin-bottom: 15px;
}
body.home #news .inner .news_information .news_content .news_slider .swap_item .swap_text .link_more {
  margin-top: 20px;
}
body.home #news .inner .news_information .news_content .news_slider .swap_item .swap_text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  color: #222222;
}
body.home #news .inner .news_information .news_content .news_slider .swap_item .swap_image {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  aspect-ratio: 80/43;
  background-color: #fff;
}
body.home #news .inner .news_information .news_content .news_slider .swap_item .swap_image img {
  object-fit: cover;
  width: 100%;
  height: auto;
  object-position: center center;
}
body.home #recruit {
  position: relative;
  margin-top: 97px;
  margin-bottom: 20px;
  min-width: 1440px;
}
body.home #recruit:before {
  content: "";
  width: 50%;
  aspect-ratio: 100/66;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #d21140;
  max-height: 620px;
}
body.home #recruit .recruit_container {
  max-width: 1600px;
  min-width: 1440px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding-top: 170px;
  display: flex;
  justify-content: space-between;
}
body.home #recruit .recruit_container .h2_wrap {
  width: 400px;
}
body.home #recruit .recruit_container .h2_wrap h2 {
  color: white;
}
body.home #recruit .recruit_container .recruit_detail {
  box-sizing: border-box;
  background-color: white;
  max-width: 1232px;
  width: calc(100% - 400px);
}
body.home #recruit .recruit_container .recruit_detail a {
  display: flex;
  justify-content: space-between;
}
body.home #recruit .recruit_container .recruit_detail a .detail {
  width: 35%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px 0 50px 50px;
}
body.home #recruit .recruit_container .recruit_detail a .detail .detail_text {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}
body.home #recruit .recruit_container .recruit_detail a .detail .link_more {
  display: flex;
  align-items: center;
  margin-top: 37px;
  line-height: 27px;
}
body.home #recruit .recruit_container .recruit_detail a .detail .link_more span {
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: #f8f8f8;
  color: #d21140;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #ffffff;
}
body.home #recruit .recruit_container .recruit_detail a .detail .company_list {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
}
body.home #recruit .recruit_container .recruit_detail a .detail .company_list > :first-child {
  width: 45%;
}
body.home #recruit .recruit_container .recruit_detail a .detail .company_list > :last-child {
  width: 44%;
}
body.home #recruit .recruit_container .recruit_detail a .recruit_banner_photo {
  box-sizing: border-box;
  width: 65%;
  aspect-ratio: 100/66;
}
body.home #recruit .recruit_container .recruit_detail a .recruit_banner_photo img {
  width: 100%;
  height: auto;
}
body.notice {
  width: 100%;
}
body.notice main {
  position: relative;
}
body.notice main::before {
  content: "";
  background-color: #d21140;
  position: absolute;
  left: 0;
  height: 644px;
  width: 50%;
}
body.notice h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 5px;
  color: #222222;
}
body.notice h1 {
  font-size: 42px;
  line-height: 1em;
  letter-spacing: 3px;
  font-weight: 700;
  color: white;
}
body.notice #notice_body {
  margin-top: 100px;
  position: relative;
  z-index: 1;
}
body.notice #notice_body h1 {
  padding-left: 9%;
}
body.notice #notice_body .notice_list_body {
  width: 1200px;
  margin: 0 auto;
  padding-top: 70px;
}
body.notice #notice_body .notice_list_body .notice_list .notice_content {
  display: flex;
  background-color: white;
  padding: 32px;
  margin-bottom: 30px;
  gap: 32px;
}
body.notice #notice_body .notice_list_body .notice_list .notice_content:hover {
  opacity: 1;
}
body.notice #notice_body .notice_list_body .notice_list .notice_content:hover .link_more {
  opacity: 0.7;
}
body.notice #notice_body .notice_list_body .notice_list .notice_content .notice_image {
  width: 360px;
}
body.notice #notice_body .notice_list_body .notice_list .notice_content .notice_image img {
  width: 100%;
  height: auto;
}
body.notice #notice_body .notice_list_body .notice_list .notice_content .notice_details {
  width: calc(100% - 392px);
}
body.notice #notice_body .notice_list_body .notice_list .notice_content .notice_details .notice_text .notice_date {
  color: #999999;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 2px;
}
body.notice #notice_body .notice_list_body .notice_list .notice_content .notice_details .notice_text h3 {
  color: #222222;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8em;
  letter-spacing: 1px;
  margin-top: 12px;
  margin-bottom: 15px;
}
body.notice #notice_body .notice_list_body .notice_list .notice_content .notice_details .notice_text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7em;
  color: #222222;
}
body.notice #notice_body .notice_list_body .notice_list .notice_content .notice_details .link_more {
  display: flex;
  justify-content: end;
  line-height: 27px;
  text-align: end;
}
body.notice #notice_body .notice_list_body .notice_list .notice_content .notice_details .link_more a {
  justify-content: right;
}
body.notice ul.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 83px;
}
body.notice ul.page-numbers li .page-numbers {
  display: block;
  height: 48px;
  width: 48px;
  background-color: white;
  color: #222222;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.notice ul.page-numbers li .current {
  color: #cccccc;
}
body.notice ul.page-numbers li a:hover {
  color: #cccccc;
}
body.notice_details .content {
  width: 1200px;
  margin: 50px auto 0;
}
body.notice_details .content .notice_header {
  width: 960px;
  margin: 0 auto;
}
body.notice_details .content .notice_header .notice_title {
  padding: 35px 40px 60px;
  background-color: #d21140;
}
body.notice_details .content .notice_header .notice_title .notice_date {
  color: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
  margin-bottom: 15px;
}
body.notice_details .content .notice_header .notice_title h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5em;
  color: white;
}
body.notice_details .content .content_body {
  background-color: #fff;
  padding: 30px 30px 70px 30px;
}
body.notice_details .content .content_body p {
  width: 960px;
}
body.notice_details .content .content_body section .text_wrap {
  padding: 70px 0;
  width: 960px;
  margin: 0 auto;
}
body.notice_details .notice_paging {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 64px;
}
body.notice_details .notice_paging li a {
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.notice_details .notice_paging .arrow a {
  width: 48px;
  background-color: #d21140;
  color: white;
}
body.notice_details .notice_paging .center a {
  background-color: white;
  width: 156px;
}
body.services {
  width: 100%;
}
body.services main {
  position: relative;
}
body.services main::before {
  content: "";
  background-color: #d21140;
  position: absolute;
  left: 0;
  height: 480px;
  width: 70%;
}
body.services #services_list_body {
  position: relative;
  z-index: 1;
}
body.services #services_list_body h1 {
  color: white;
  font-weight: 700;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: 0.1em;
}
body.services #services_list_body .service_container {
  width: 1200px;
  margin: 0 auto;
  padding-top: 150px;
}
body.services #services_list_body .service_container .service_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 64px;
  gap: 60px;
  padding-top: 68px;
}
body.services #services_list_body .service_container .service_list .service_content {
  background-color: white;
  width: 570px;
}
body.services #services_list_body .service_container .service_list .service_content a {
  background-color: white;
  height: initial;
  display: flex;
  flex-direction: column;
  height: 100%;
}
body.services #services_list_body .service_container .service_list .service_content a .service_image {
  position: relative;
}
body.services #services_list_body .service_container .service_list .service_content a .service_image img {
  width: 100%;
  height: auto;
}
body.services #services_list_body .service_container .service_list .service_content a .service_image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.services #services_list_body .service_container .service_list .service_content a .service_image .overlay .overlay-text {
  color: white;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 3em;
  letter-spacing: 3px;
}
body.services #services_list_body .service_container .service_list .service_content a p {
  padding: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 1px;
}
body.services #services_list_body .service_container .service_list .service_content a .bottom_blk {
  margin-top: auto;
  padding: 0 30px 30px 30px;
}
body.services #services_list_body .service_container .service_list .service_content a .bottom_blk ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 40px;
  gap: 20px;
}
body.services #services_list_body .service_container .service_list .service_content a .bottom_blk ul li {
  max-width: 50%;
}
body.dust-control {
  padding-top: 0;
}
body.dust-control main {
  position: relative;
}
body.dust-control main .breadcrumb {
  position: absolute;
  left: 0;
  top: 140px;
}
body.dust-control .business_banner {
  width: 100%;
  height: 760px;
  padding-top: 140px;
  margin: 0 auto 90px;
  background-image: url(../image/business_banner.svg);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: relative;
}
body.dust-control .business_banner .banner_description {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  height: 620px;
}
body.dust-control .business_banner .banner_description:after {
  display: block;
  content: "";
  width: 50%;
  height: 620px;
  position: absolute;
  left: 0;
  top: 140px;
  background-color: #d21140;
}
body.dust-control .business_banner .banner_description .banner_title {
  color: white;
  position: relative;
  width: 50%;
  padding: 100px 100px 0 0;
  z-index: 10;
}
body.dust-control .business_banner .banner_description .banner_title h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 3px;
  margin-bottom: 35px;
}
body.dust-control .business_banner .banner_description .banner_title .sub_title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.7em;
  letter-spacing: 3px;
  margin-bottom: 24px;
}
body.dust-control .business_banner .banner_description .banner_title .banner_image {
  display: none;
}
body.dust-control .business_banner .banner_description .banner_title p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
}
body.dust-control #popular_products {
  overflow: hidden;
  margin-bottom: 108px;
}
body.dust-control #popular_products .popular_products_heading {
  text-align: center;
  margin-bottom: 40px;
}
body.dust-control #popular_products .popular_products_heading h3 {
  font-size: 24px;
  line-height: 1.7em;
  font-weight: 700;
}
body.dust-control #product_catalog {
  margin-bottom: 110px;
}
body.dust-control #product_catalog .catalog {
  width: 1200px;
  margin: 0 auto;
}
body.dust-control #product_catalog .catalog h3 {
  width: 980px;
  margin: 0 auto;
  background-color: #000000;
  color: #ffffff;
  font-size: 24px;
  padding: 36px 0;
  text-align: center;
  font-weight: bold;
}
body.dust-control #product_catalog .catalog .inner {
  background-color: #fff;
  text-align: center;
  padding: 40px 40px 50px;
}
body.dust-control #product_catalog .catalog .inner p {
  margin-bottom: 40px;
  line-height: 1.7em;
}
body.dust-control #product_catalog .catalog .inner a {
  display: block;
  width: 330px;
  margin: 0 auto;
  border: solid 1px #d21140;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background-color: #fff;
  padding: 15px;
  position: relative;
}
body.dust-control #product_catalog .catalog .inner a span {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-color: #f8f8f8;
  color: #d21140;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #ffffff;
}
body.services-dust-control-child main {
  position: relative;
  overflow: hidden;
}
body.services-dust-control-child main:before {
  display: block;
  content: "";
  width: calc(50% + 430px);
  height: 480px;
  background-color: #d21140;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
body.services-dust-control-child main .main_inner {
  position: relative;
  z-index: 2;
  max-width: 1600px;
  margin: 0 auto;
}
body.services-dust-control-child main .main_inner section#product_blk {
  width: 1200px;
  margin: 0 auto 100px;
  padding-top: 145px;
}
body.services-dust-control-child main .main_inner section#product_blk .page_caption {
  display: flex;
  justify-content: space-between;
  height: 182px;
}
body.services-dust-control-child main .main_inner section#product_blk .page_caption p {
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.7em;
}
body.services-dust-control-child main .main_inner section#product_blk .page_caption .image {
  padding-right: 40px;
}
body.services-dust-control-child main .main_inner section#product_blk .content {
  width: 100%;
  background-color: #fff;
  padding: 40px;
}
body.services-dust-control-child main .main_inner section#product_blk .content .firest_text {
  min-height: 180px;
  width: 680px;
  margin-bottom: 40px;
}
body.services-dust-control-child main .main_inner section#product_blk .content .firest_text h1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 50px;
  line-height: 1.6;
}
body.services-dust-control-child main .main_inner section#product_blk .content .firest_text p {
  font-size: 16px;
  line-height: 1.7em;
}
body.services-dust-control-child main .main_inner section#product_blk .content ul.images {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
body.services-dust-control-child main .main_inner section#product_blk .content ul.images li {
  width: 256px;
}
body.services-dust-control-child main .main_inner section#product_blk .content ul.images li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.services-dust-control-child main .main_inner section#product_blk .content .features {
  background-color: #f8f8f8;
  padding: 37px;
  margin-bottom: 45px;
}
body.services-dust-control-child main .main_inner section#product_blk .content .features h2 {
  font-size: 24px;
  font-weight: bold;
  color: #d21140;
  margin-bottom: 30px;
}
body.services-dust-control-child main .main_inner section#product_blk .content .features ol {
  list-style: decimal;
  padding-left: 1em;
}
body.services-dust-control-child main .main_inner section#product_blk .content .features ol li {
  line-height: 1.7em;
  margin-bottom: 20px;
}
body.services-dust-control-child main .main_inner section#product_blk .content .recommendation h2 {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: bold;
}
body.services-dust-control-child main .main_inner section#product_blk .content .recommendation ul li {
  display: flex;
  justify-content: space-between;
  gap: 25px;
}
body.services-dust-control-child main .main_inner section#product_blk .content .recommendation ul li:not(:last-child) {
  margin-bottom: 40px;
}
body.services-dust-control-child main .main_inner section#product_blk .content .recommendation ul li .image {
  width: 180px;
}
body.services-dust-control-child main .main_inner section#product_blk .content .recommendation ul li .image img {
  width: 180px;
}
body.services-dust-control-child main .main_inner section#product_blk .content .recommendation ul li .text {
  padding-top: 15px;
}
body.services-dust-control-child main .main_inner section#product_blk .content .recommendation ul li .text .product_name {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}
body.services-dust-control-child main .main_inner section#product_blk .content .recommendation ul li .text p {
  font-size: 16px;
  line-height: 160%;
}
body.services-dust-control-child main .main_inner section#product_catalog {
  width: 1200px;
  margin: 0 auto 100px;
}
body.services-dust-control-child main .main_inner section#product_catalog .catalog h3 {
  width: 980px;
  margin: 0 auto;
  background-color: #000000;
  color: #ffffff;
  font-size: 24px;
  padding: 36px 0;
  text-align: center;
  font-weight: bold;
}
body.services-dust-control-child main .main_inner section#product_catalog .catalog .inner {
  background-color: #fff;
  text-align: center;
  padding: 40px 40px 50px;
}
body.services-dust-control-child main .main_inner section#product_catalog .catalog .inner p {
  margin-bottom: 40px;
  line-height: 1.7em;
}
body.services-dust-control-child main .main_inner section#product_catalog .catalog .inner a {
  display: block;
  width: 330px;
  margin: 0 auto;
  border: solid 1px #d21140;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background-color: #fff;
  padding: 15px;
  position: relative;
}
body.services-dust-control-child main .main_inner section#product_catalog .catalog .inner a span {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-color: #f8f8f8;
  color: #d21140;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #ffffff;
}
body.services-dust-control-child main .main_inner section#recomend_product_blk {
  margin-bottom: 70px;
}
body.services-dust-control-child main .main_inner section#recomend_product_blk h3 {
  width: 1200px;
  margin: 0 auto;
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 50px;
}
body.merrymaids {
  padding-top: 0;
}
body.merrymaids main {
  position: relative;
}
body.merrymaids main .breadcrumb {
  position: absolute;
  left: 0;
  top: 140px;
}
body.merrymaids .business_banner {
  width: 100%;
  height: 760px;
  padding-top: 140px;
  margin: 0 auto 90px;
  position: relative;
  overflow: hidden;
}
body.merrymaids .business_banner .banner_description {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  height: 620px;
}
body.merrymaids .business_banner .banner_description:after {
  display: block;
  content: "";
  width: 50%;
  height: 620px;
  position: absolute;
  left: 0;
  top: 140px;
  background-color: #d21140;
}
body.merrymaids .business_banner .banner_description .banner_title {
  color: white;
  position: relative;
  width: 50%;
  padding: 100px 100px 0 0;
  z-index: 10;
}
body.merrymaids .business_banner .banner_description .banner_title h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 3px;
  margin-bottom: 35px;
}
body.merrymaids .business_banner .banner_description .banner_title .sub_title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.7em;
  letter-spacing: 3px;
  margin-bottom: 24px;
}
body.merrymaids .business_banner .banner_description .banner_title .banner_image {
  position: absolute;
  top: 0;
  left: 100%;
  height: 620px;
  width: 100%;
}
body.merrymaids .business_banner .banner_description .banner_title .banner_image img {
  height: 100%;
  object-fit: cover;
  object-position: left bottom;
}
body.merrymaids .business_banner .banner_description .banner_title p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
}
body.merrymaids #merrymaids_body {
  margin-bottom: 80px;
}
body.merrymaids #merrymaids_body .inner {
  width: 1200px;
  margin: 0 auto;
}
body.merrymaids #merrymaids_body .inner .ttl {
  text-align: center;
  margin-bottom: 42px;
}
body.merrymaids #merrymaids_body .inner .ttl img {
  width: 214px;
}
body.merrymaids #merrymaids_body .inner .ttl h3 {
  color: #222222;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.7em;
  letter-spacing: 0.1em;
  margin-top: 16px;
}
body.merrymaids #merrymaids_body .inner .ttl h3 br {
  display: none;
}
body.merrymaids #merrymaids_body .inner .menu_box {
  background-color: #fff;
  padding: 26px 40px 48px;
}
body.merrymaids #merrymaids_body .inner .menu_box.first {
  margin-bottom: 58px;
}
body.merrymaids #merrymaids_body .inner .menu_box h4 {
  font-family: Noto Sans JP;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  text-align: left;
  color: #d21140;
  margin-bottom: 15px;
}
body.merrymaids #merrymaids_body .inner .menu_box p {
  font-family: Noto Sans JP;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.03em;
  text-align: left;
  margin-bottom: 26px;
}
body.merrymaids #merrymaids_body .inner .menu_box .bl_card__col3 {
  display: -ms-grid;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
body.merrymaids #merrymaids_body .inner .menu_box .bl_card__col3 figure {
  position: relative;
  overflow: hidden;
}
body.merrymaids #merrymaids_body .inner .menu_box .bl_card__col3 figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
body.merrymaids #merrymaids_body .inner .menu_box .bl_card__col3 figure img {
  width: 100%;
}
body.merrymaids #merrymaids_body .inner .menu_box .bl_card__col3 figure figcaption {
  display: block;
  width: 90%;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
body.services-merrymaids-child main, body.services-terminix-child main, body.services-service-master-child main {
  position: relative;
  overflow: hidden;
}
body.services-merrymaids-child main:before, body.services-terminix-child main:before, body.services-service-master-child main:before {
  display: block;
  content: "";
  width: calc(50% + 430px);
  height: 480px;
  background-color: #d21140;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
body.services-merrymaids-child main .main_inner, body.services-terminix-child main .main_inner, body.services-service-master-child main .main_inner {
  position: relative;
  z-index: 2;
  max-width: 1600px;
  margin: 0 auto;
}
body.services-merrymaids-child main .main_inner section#product_blk, body.services-terminix-child main .main_inner section#product_blk, body.services-service-master-child main .main_inner section#product_blk {
  width: 1200px;
  margin: 0 auto 100px;
  padding-top: 145px;
}
body.services-merrymaids-child main .main_inner section#product_blk .page_caption, body.services-terminix-child main .main_inner section#product_blk .page_caption, body.services-service-master-child main .main_inner section#product_blk .page_caption {
  display: flex;
  justify-content: space-between;
  height: 182px;
}
body.services-merrymaids-child main .main_inner section#product_blk .page_caption p, body.services-terminix-child main .main_inner section#product_blk .page_caption p, body.services-service-master-child main .main_inner section#product_blk .page_caption p {
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.7em;
}
body.services-merrymaids-child main .main_inner section#product_blk .page_caption .image, body.services-terminix-child main .main_inner section#product_blk .page_caption .image, body.services-service-master-child main .main_inner section#product_blk .page_caption .image {
  padding-right: 40px;
}
body.services-merrymaids-child main .main_inner section#product_blk .content, body.services-terminix-child main .main_inner section#product_blk .content, body.services-service-master-child main .main_inner section#product_blk .content {
  width: 100%;
  background-color: #fff;
  padding: 40px;
}
body.services-merrymaids-child main .main_inner section#product_blk .content .firest_text, body.services-terminix-child main .main_inner section#product_blk .content .firest_text, body.services-service-master-child main .main_inner section#product_blk .content .firest_text {
  min-height: 180px;
  width: 680px;
  margin-bottom: 40px;
}
body.services-merrymaids-child main .main_inner section#product_blk .content .firest_text h1, body.services-terminix-child main .main_inner section#product_blk .content .firest_text h1, body.services-service-master-child main .main_inner section#product_blk .content .firest_text h1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 50px;
}
body.services-merrymaids-child main .main_inner section#product_blk .content .firest_text p, body.services-terminix-child main .main_inner section#product_blk .content .firest_text p, body.services-service-master-child main .main_inner section#product_blk .content .firest_text p {
  font-size: 16px;
  line-height: 1.7em;
}
body.services-merrymaids-child main .main_inner section#product_blk .content .feature_box, body.services-terminix-child main .main_inner section#product_blk .content .feature_box, body.services-service-master-child main .main_inner section#product_blk .content .feature_box {
  background-color: #f8f8f8;
  padding: 38px 30px;
}
body.services-merrymaids-child main .main_inner section#product_blk .content .feature_box .bl_media_wrap, body.services-terminix-child main .main_inner section#product_blk .content .feature_box .bl_media_wrap, body.services-service-master-child main .main_inner section#product_blk .content .feature_box .bl_media_wrap {
  gap: 40px;
  display: grid;
}
body.services-merrymaids-child main .main_inner section#product_blk .content .feature_box .bl_media, body.services-terminix-child main .main_inner section#product_blk .content .feature_box .bl_media, body.services-service-master-child main .main_inner section#product_blk .content .feature_box .bl_media {
  display: flex;
  justify-content: space-between;
}
body.services-merrymaids-child main .main_inner section#product_blk .content .feature_box .bl_media_img, body.services-terminix-child main .main_inner section#product_blk .content .feature_box .bl_media_img, body.services-service-master-child main .main_inner section#product_blk .content .feature_box .bl_media_img {
  width: 15.0943396226%;
}
body.services-merrymaids-child main .main_inner section#product_blk .content .feature_box .bl_media_img img, body.services-terminix-child main .main_inner section#product_blk .content .feature_box .bl_media_img img, body.services-service-master-child main .main_inner section#product_blk .content .feature_box .bl_media_img img {
  width: 100%;
}
body.services-merrymaids-child main .main_inner section#product_blk .content .feature_box .bl_media_body, body.services-terminix-child main .main_inner section#product_blk .content .feature_box .bl_media_body, body.services-service-master-child main .main_inner section#product_blk .content .feature_box .bl_media_body {
  width: 81.9056603774%;
}
body.services-merrymaids-child main .main_inner section#product_blk .content .feature_box .bl_media_ttl, body.services-terminix-child main .main_inner section#product_blk .content .feature_box .bl_media_ttl, body.services-service-master-child main .main_inner section#product_blk .content .feature_box .bl_media_ttl {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  margin-top: 12px;
}
body.services-merrymaids-child main .main_inner section#product_blk .content .feature_box .bl_media_ttl span, body.services-terminix-child main .main_inner section#product_blk .content .feature_box .bl_media_ttl span, body.services-service-master-child main .main_inner section#product_blk .content .feature_box .bl_media_ttl span {
  padding-right: 15px;
  color: #d21140;
}
body.services-merrymaids-child main .main_inner section#product_blk .content .feature_box .bl_media_txt, body.services-terminix-child main .main_inner section#product_blk .content .feature_box .bl_media_txt, body.services-service-master-child main .main_inner section#product_blk .content .feature_box .bl_media_txt {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.13em;
}
body.services-merrymaids-child main .main_inner section#other_service, body.services-terminix-child main .main_inner section#other_service, body.services-service-master-child main .main_inner section#other_service {
  margin-bottom: 80px;
}
body.services-merrymaids-child main .main_inner section#other_service .inner, body.services-terminix-child main .main_inner section#other_service .inner, body.services-service-master-child main .main_inner section#other_service .inner {
  width: 1600px;
  margin: 0 auto;
}
body.services-merrymaids-child main .main_inner section#other_service .inner h2, body.services-terminix-child main .main_inner section#other_service .inner h2, body.services-service-master-child main .main_inner section#other_service .inner h2 {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 26px;
}
body.services-merrymaids-child main .main_inner section#other_service .inner .white_box, body.services-terminix-child main .main_inner section#other_service .inner .white_box, body.services-service-master-child main .main_inner section#other_service .inner .white_box {
  background-color: #fff;
  padding: 40px;
}
body.services-merrymaids-child main .main_inner section#other_service .inner .white_box .bl_card__col3, body.services-terminix-child main .main_inner section#other_service .inner .white_box .bl_card__col3, body.services-service-master-child main .main_inner section#other_service .inner .white_box .bl_card__col3 {
  display: -ms-grid;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(6, 1fr);
}
body.services-merrymaids-child main .main_inner section#other_service .inner .white_box .bl_card__col3 figure, body.services-terminix-child main .main_inner section#other_service .inner .white_box .bl_card__col3 figure, body.services-service-master-child main .main_inner section#other_service .inner .white_box .bl_card__col3 figure {
  position: relative;
  overflow: hidden;
}
body.services-merrymaids-child main .main_inner section#other_service .inner .white_box .bl_card__col3 figure::before, body.services-terminix-child main .main_inner section#other_service .inner .white_box .bl_card__col3 figure::before, body.services-service-master-child main .main_inner section#other_service .inner .white_box .bl_card__col3 figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
body.services-merrymaids-child main .main_inner section#other_service .inner .white_box .bl_card__col3 figure img, body.services-terminix-child main .main_inner section#other_service .inner .white_box .bl_card__col3 figure img, body.services-service-master-child main .main_inner section#other_service .inner .white_box .bl_card__col3 figure img {
  width: 100%;
}
body.services-merrymaids-child main .main_inner section#other_service .inner .white_box .bl_card__col3 figure figcaption, body.services-terminix-child main .main_inner section#other_service .inner .white_box .bl_card__col3 figure figcaption, body.services-service-master-child main .main_inner section#other_service .inner .white_box .bl_card__col3 figure figcaption {
  display: block;
  width: 90%;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
body.terminix {
  padding-top: 0;
}
body.terminix main {
  position: relative;
}
body.terminix main .breadcrumb {
  position: absolute;
  left: 0;
  top: 140px;
}
body.terminix .business_banner {
  width: 100%;
  height: 760px;
  padding-top: 140px;
  margin: 0 auto 90px;
  background-image: url(../image/terminix_banner.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto 115%;
  position: relative;
}
body.terminix .business_banner .banner_description {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  height: 620px;
}
body.terminix .business_banner .banner_description:after {
  display: block;
  content: "";
  width: 50%;
  height: 620px;
  position: absolute;
  left: 0;
  top: 140px;
  background-color: #d21140;
}
body.terminix .business_banner .banner_description .banner_title {
  color: white;
  position: relative;
  width: 50%;
  padding: 100px 75px 0 0;
  z-index: 10;
}
body.terminix .business_banner .banner_description .banner_title h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 3px;
  margin-bottom: 35px;
}
body.terminix .business_banner .banner_description .banner_title .sub_title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.7em;
  letter-spacing: 3px;
  margin-bottom: 24px;
}
body.terminix .business_banner .banner_description .banner_title .banner_image {
  display: none;
}
body.terminix .business_banner .banner_description .banner_title p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
}
body.terminix #business_body {
  margin-bottom: 130px;
}
body.terminix #business_body .inner {
  width: 1200px;
  margin: 0 auto;
}
body.terminix #business_body .inner .ttl {
  text-align: center;
  margin-bottom: 58px;
}
body.terminix #business_body .inner .ttl h3 {
  color: #222222;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.7em;
  letter-spacing: 0.1em;
}
body.terminix #business_body .inner .ttl h3 br {
  display: none;
}
body.terminix #business_body .inner .menu_box {
  background-color: #fff;
  padding: 32px 45px 48px;
}
body.terminix #business_body .inner .menu_box.first {
  margin-bottom: 58px;
}
body.terminix #business_body .inner .menu_box h4 {
  font-family: Noto Sans JP;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  text-align: left;
  color: #d21140;
  margin-bottom: 15px;
}
body.terminix #business_body .inner .menu_box .bl_card__col3 {
  display: -ms-grid;
  display: grid;
  gap: 32px 30px;
  grid-template-columns: repeat(3, 1fr);
}
body.terminix #business_body .inner .menu_box .bl_card_img img {
  width: 100%;
}
body.terminix #business_body .inner .menu_box .bl_card_body {
  padding-top: 10px;
}
body.terminix #business_body .inner .menu_box .bl_card_ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.13em;
}
body.service-master {
  padding-top: 0;
}
body.service-master main {
  position: relative;
}
body.service-master main .breadcrumb {
  position: absolute;
  left: 0;
  top: 140px;
}
body.service-master .business_banner {
  width: 100%;
  height: 760px;
  padding-top: 140px;
  margin: 0 auto 90px;
  background-image: url(../image/service-master_banner.jpg);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto 115%;
  position: relative;
}
body.service-master .business_banner .banner_description {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  height: 620px;
}
body.service-master .business_banner .banner_description:after {
  display: block;
  content: "";
  width: 50%;
  height: 620px;
  position: absolute;
  left: 0;
  top: 140px;
  background-color: #d21140;
}
body.service-master .business_banner .banner_description .banner_title {
  color: white;
  position: relative;
  width: 50%;
  padding: 100px 75px 0 0;
  z-index: 10;
}
body.service-master .business_banner .banner_description .banner_title h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 3px;
  margin-bottom: 35px;
}
body.service-master .business_banner .banner_description .banner_title .sub_title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.7em;
  letter-spacing: 1.5px;
  margin-bottom: 24px;
}
body.service-master .business_banner .banner_description .banner_title .banner_image {
  display: none;
}
body.service-master .business_banner .banner_description .banner_title p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
}
body.service-master #business_body {
  margin-bottom: 130px;
}
body.service-master #business_body .inner {
  width: 1200px;
  margin: 0 auto;
}
body.service-master #business_body .inner .ttl {
  text-align: center;
  margin-bottom: 58px;
}
body.service-master #business_body .inner .ttl h3 {
  color: #222222;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.7em;
  letter-spacing: 0.1em;
}
body.service-master #business_body .inner .ttl h3 br {
  display: none;
}
body.service-master #business_body .inner .menu_box {
  background-color: #fff;
  padding: 32px 45px 48px;
}
body.service-master #business_body .inner .menu_box.first {
  margin-bottom: 58px;
}
body.service-master #business_body .inner .menu_box h4 {
  font-family: Noto Sans JP;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  text-align: left;
  color: #d21140;
  margin-bottom: 15px;
}
body.service-master #business_body .inner .menu_box .bl_card__col3 {
  display: -ms-grid;
  display: grid;
  gap: 32px 30px;
  grid-template-columns: repeat(3, 1fr);
}
body.service-master #business_body .inner .menu_box .bl_card_img img {
  width: 100%;
}
body.service-master #business_body .inner .menu_box .bl_card_body {
  padding-top: 10px;
}
body.service-master #business_body .inner .menu_box .bl_card_ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.13em;
}
body .company::before {
  content: "";
  background-color: #d21140;
  position: absolute;
  left: 0;
  height: 480px;
  width: 100%;
  z-index: -1;
}
body .company .inner {
  width: 1200px;
  margin: 0 auto;
}
body .company #guige_block {
  margin-bottom: 88px;
}
body .company #guige_block h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 165px 0 105px;
}
body .company #guige_block .guige_body .bl_box {
  background-color: #fff;
  padding: 40px;
}
body .company #guige_block .guige_body .bl_box.first {
  margin-bottom: 65px;
}
body .company #guige_block .guige_body .bl_box_ttl {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 32px;
}
body .company #guige_block .guige_body .bl_box_gray {
  background-color: #f8f8f8;
  padding: 38px;
}
body .company #guige_block .guige_body .un_greeting_txt {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.03em;
}
body .company #guige_block .guige_body .un_greeting_name {
  margin-top: 35px;
  font-size: 21px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.03em;
  text-align: right;
}
body .company #guige_block .guige_body .un_greeting_name span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 3px;
}
body .company #guige_block .guige_body .un_greeting_box h4 {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
body .company #guige_block .guige_body .un_greeting_box p {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.03em;
  overflow-wrap: break-word;
}
body .company #guige_block .guige_body .un_overview .bl_horizTable {
  font-size: 18px;
  margin-bottom: 25px;
}
body .company #guige_block .guige_body .un_overview .bl_horizTable table {
  width: 100%;
}
body .company #guige_block .guige_body .un_overview .bl_horizTable th,
body .company #guige_block .guige_body .un_overview .bl_horizTable td {
  padding: 20px 0px;
}
body .company #guige_block .guige_body .un_overview .bl_horizTable th {
  width: 105px;
  font-weight: 700;
}
body .company #guige_block .guige_body .un_overview_box h4 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: 30px;
}
body .company #guige_block .guige_body .un_overview_box .free_text_area dt {
  margin-bottom: 10px;
}
body .company #guige_block .guige_body .un_overview_box .free_text_area dd {
  margin-bottom: 15px;
}
body .company #guige_block .guige_body .un_overview_box .free_text_area li {
  margin-bottom: 15px;
  line-height: 1.7;
}
body .company #guige_block .guige_body .un_overview_box .free_text_area p {
  margin-bottom: 15px;
  line-height: 1.7;
  letter-spacing: 0.03em;
  margin-top: 35px;
}
body .company #connection_block {
  margin-bottom: 216px;
}
body .company #connection_block::before {
  content: "";
  background-color: #d21140;
  position: absolute;
  left: 0;
  height: 480px;
  width: 51%;
  z-index: -1;
}
body .company #connection_block h3 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 115px 0 65px;
}
body .company #connection_block .bl_box {
  background-color: #fff;
  padding: 35px;
}
body .company #connection_block .bl_box_2col {
  display: flex;
  justify-content: space-between;
}
body .company #connection_block .bl_box_left {
  width: 42%;
}
body .company #connection_block .bl_box_left .bl_horizTable {
  font-size: 18px;
}
body .company #connection_block .bl_box_left .bl_horizTable table {
  width: 100%;
}
body .company #connection_block .bl_box_left .bl_horizTable th,
body .company #connection_block .bl_box_left .bl_horizTable td {
  padding: 22px 0px;
}
body .company #connection_block .bl_box_left .bl_horizTable th {
  width: 105px;
  padding-left: 10px;
  font-weight: 700;
}
body .company #connection_block .bl_box_right {
  width: 51%;
  background-color: #f8f8f8;
  padding: 25px;
}
body .company #connection_block .bl_box_right h4 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: 27px;
}
body .company #connection_block .bl_box_right .free_text_area dt {
  margin-bottom: 10px;
}
body .company #connection_block .bl_box_right .free_text_area dd {
  margin-bottom: 15px;
}
body .company #connection_block .bl_box_right .free_text_area li {
  margin-bottom: 15px;
  line-height: 1.7;
}
body .company #connection_block .bl_box_right .free_text_area p {
  margin-bottom: 15px;
  line-height: 1.7;
  letter-spacing: 0.03em;
  margin-top: 35px;
}
body .privacy::before {
  content: "";
  background-color: #d21140;
  position: absolute;
  left: 0;
  height: 480px;
  width: 100%;
  z-index: -1;
}
body .privacy .inner {
  width: 1200px;
  margin: 0 auto;
}
body .privacy #privacy_block {
  margin-bottom: 88px;
}
body .privacy #privacy_block h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 165px 0 105px;
}
body .privacy #privacy_block .privacy_body {
  background-color: #fff;
  width: 100%;
  padding: 40px 40px 62px;
  color: #222222;
}
body .privacy #privacy_block .privacy_body p {
  font-size: 18px;
  line-height: 1.7;
}
body .privacy #privacy_block .privacy_body dl dt {
  margin-top: 1.5em;
  font-size: 21px;
  line-height: 1.7;
}
body .privacy #privacy_block .privacy_body dl dd {
  font-size: 18px;
  line-height: 1.7;
}
body .privacy #privacy_block .privacy_body dl dd ul {
  list-style: disc;
  padding-left: 1.8em;
}
body .privacy #privacy_block .privacy_body a {
  color: #D21140;
}
body .recruit {
  position: relative;
}
body .recruit::before {
  content: "";
  background-color: #d21140;
  position: absolute;
  top: 0;
  left: 0;
  height: 620px;
  width: 100%;
  z-index: -1;
}
body .recruit::after {
  content: "";
  background-color: black;
  position: absolute;
  top: 0;
  right: 0;
  height: 620px;
  width: 50%;
  z-index: -1;
  background: url(../image/recruit_banner.jpg) no-repeat center center/cover;
}
body .recruit .inner {
  width: 1200px;
  margin: 0 auto;
}
body .recruit #recruit_block {
  margin-bottom: 88px;
}
body .recruit #recruit_block h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 165px 0 100px;
}
body .recruit #recruit_block figure {
  display: none;
}
body .recruit #recruit_block .recruit_body .bl_box {
  background-color: #fff;
  padding: 35px 30px 58px;
}
body .recruit #recruit_block .recruit_body .bl_box_ttl {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 27px;
}
body .recruit #recruit_block .recruit_body .bl_box_txt {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.03em;
}
body .recruit #recruit_block .recruit_body .bl_box_txt a {
  color: #d21140;
}
body .recruit #recruit_block .recruit_body .bl_box_gray {
  background-color: #f8f8f8;
  padding: 38px;
}
body .recruit #recruit_block .recruit_body .bl_box .bl_gray {
  background-color: #f8f8f8;
  margin-top: 35px;
  padding: 36px;
}
body .recruit #recruit_block .recruit_body .bl_box .bl_gray h3 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #d21140;
  margin-bottom: 18px;
}
body .recruit #recruit_block .recruit_body .bl_box .bl_gray h3:last-of-type {
  margin-top: 41px;
}
body .recruit #recruit_block .recruit_body .bl_box .bl_gray .free_blk {
  font-size: 16px;
  line-height: 1.7;
}
body .recruit #recruit_block .recruit_body .bl_box .bl_gray .free_blk p {
  margin-bottom: 20px;
}
body .recruit #recruit_block .recruit_body .bl_box .bl_gray .free_blk ul {
  margin-bottom: 20px;
}
body .recruit #recruit_block .recruit_body .bl_box .bl_gray .free_blk ul li {
  font-size: 16px;
  position: relative;
  padding-left: 1em;
  line-height: 1.7;
  letter-spacing: 0.03em;
}
body .recruit #recruit_block .recruit_body .bl_box .bl_gray .free_blk ul li::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  display: block;
  width: 0.3em;
  height: 0.3em;
  background-color: #222222;
  border-radius: 50%;
}
body .recruit #recruit_block .recruit_body .bl_box_link {
  display: block;
  width: 330px;
  margin: 0 auto;
  border: solid 1px #d21140;
  border-radius: 100px;
  background-color: #fff;
  padding: 15px;
  position: relative;
  text-align: center;
  margin-top: 58px;
}
body .recruit #recruit_block .recruit_body .bl_box_link span {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-color: #f8f8f8;
  color: #d21140;
  border-radius: 50px;
  border: 1px solid #ffffff;
}
body .application::before {
  content: "";
  background-color: #d21140;
  position: absolute;
  left: 0;
  height: 480px;
  width: 100%;
  z-index: -1;
}
body .application .inner {
  width: 1200px;
  margin: 0 auto;
}
body .application #application_block {
  margin-bottom: 88px;
}
body .application #application_block h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 165px 0 105px;
}
body .application #application_block .application_body .bl_2col {
  background-color: #fff;
  display: flex;
}
body .application #application_block .application_body .bl_2col_left {
  width: 50%;
  padding: 40px;
}
body .application #application_block .application_body .bl_2col_left p {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.03em;
}
body .application #application_block .application_body .bl_2col_left p span {
  color: #d21140;
  font-weight: 700;
}
body .application #application_block .application_body .bl_2col_right {
  width: 50%;
  padding: 32px 45px 73px;
  background-color: #f8f8f8;
}
body .application #application_block .application_body .bl_2col_right .bl_formTable {
  font-size: 18px;
  width: 100%;
}
body .application #application_block .application_body .bl_2col_right .bl_formTable th {
  width: 33%;
  padding: 34px 10px 20px 0;
}
body .application #application_block .application_body .bl_2col_right .bl_formTable th span {
  color: #d21140;
  margin-left: 5px;
}
body .application #application_block .application_body .bl_2col_right .bl_formTable td {
  padding: 20px 0;
  vertical-align: middle;
}
body .application #application_block .application_body .bl_2col_right .bl_formTable .hp_top {
  vertical-align: top;
}
body .application #application_block .application_body .bl_2col_right .bl_formTable .birthday td {
  padding-top: 0;
}
body .application #application_block .application_body .bl_2col_right .bl_formTable .wpcf7-not-valid-tip {
  margin-top: 7px;
  font-size: 13px;
  color: #D21140;
}
body .application #application_block .application_body .bl_2col_right .bl_formTable .el_normalTxt {
  font-size: 16px;
  padding: 1em;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #cccccc;
  width: 100%;
  outline: none;
}
body .application #application_block .application_body .bl_2col_right .bl_formTable .el_normalTxt:focus {
  outline: none;
  border: 1px solid #222222;
}
body .application #application_block .application_body .bl_2col_right .bl_formTable .el_normalTxt::placeholder {
  color: #b4b4b4;
  font-weight: normal;
}
body .application #application_block .application_body .bl_2col_right .bl_formTable .el_normalTxt.wpcf7-not-valid {
  color: #D21140;
  border: 1px solid #D21140;
}
body .application #application_block .application_body .bl_2col_right .bl_formTable textarea.el_normalTxt {
  resize: none;
  height: 13em;
}
body .application #application_block .application_body .bl_2col_right .bl_formTable .bl_checkbox_wrap {
  display: flex;
}
body .application #application_block .application_body .bl_2col_right .bl_formTable .bl_checkbox_wrap > span {
  margin-left: 0;
  display: flex;
  align-items: center;
  position: relative;
}
body .application #application_block .application_body .bl_2col_right .bl_formTable .bl_checkbox_wrap > :first-child {
  margin-right: 34px;
}
body .application #application_block .application_body .bl_2col_right .bl_formTable .bl_checkbox_wrap input[type=checkbox] {
  position: relative;
  width: 32px;
  height: 32px;
  border: 1px solid #cccccc;
  vertical-align: -5px;
  appearance: none;
  border-radius: 5px;
  background-color: #fff;
  margin-right: 15px;
}
body .application #application_block .application_body .bl_2col_right .bl_formTable .bl_checkbox_wrap input[type=checkbox]:checked {
  border: 1px solid #222222;
}
body .application #application_block .application_body .bl_2col_right .bl_formTable .bl_checkbox_wrap input[type=checkbox]:checked:before {
  position: absolute;
  top: 7px;
  left: 12px;
  transform: rotate(50deg);
  width: 8px;
  height: 15px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: "";
}
body .application #application_block .application_body .bl_2col_right .el_link {
  position: relative;
  display: block;
  width: 330px;
  margin: 0 auto;
  margin-top: 64px;
}
body .application #application_block .application_body .bl_2col_right .el_link span {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-color: #f8f8f8;
  color: #d21140;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #ffffff;
}
body .application #application_block .application_body .bl_2col_right .el_link input {
  width: 330px;
  border: solid 1px #cccccc;
  border-radius: 100px;
  background-color: #fff;
  padding: 15px;
  text-align: center;
  color: #cccccc;
}
body .application #application_block .application_body .bl_2col_right .el_link .wpcf7-spinner {
  display: none;
}
body .application #application_block .application_body .bl_2col_right .el_link:hover input {
  background-color: #d21140;
  color: #fff;
  border: solid 1px #d21140;
  pointer-events: initial;
}
body .application #application_block .application_body .bl_2col_right .wpcf7-response-output {
  display: none;
}
body .application #application_block .application_body .confirm_box {
  background-color: #fff;
  padding: 50px;
  min-height: 300px;
}
body .application #application_block .application_body .confirm_box h3 {
  font-size: 22px;
  margin-bottom: 35px;
  font-weight: 600;
}
body .application #application_block .application_body.confirm .bl_2col_right .bl_formTable th {
  padding: 20px 0;
}
body .application #application_block .application_body.confirm .bl_2col .el_link.last {
  margin-top: 20px;
}
body .application #application_block .application_body.complete {
  background-color: #fff;
  padding: 45px 40px;
}
body .application #application_block .application_body.complete h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 13px;
}
body .application #application_block .application_body.complete p {
  font-size: 18px;
  line-height: 1.7;
}
body .application #application_block .application_body.complete a {
  display: block;
  max-width: 100%;
  width: 318px;
  margin: 0 auto;
  margin-top: 72px;
  margin-bottom: 285px;
  border: solid 1px #d21140;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background-color: #d21140;
  color: #fff;
  padding: 15px;
  text-align: center;
  position: relative;
}
body .application #application_block .application_body.complete a span {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-color: #f8f8f8;
  color: #d21140;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #ffffff;
}

@media screen and (max-width: 1440px) {
  .popular_product_slides {
    width: 100%;
    margin: 0;
  }
  body.home #news {
    margin-bottom: 200px;
  }
  body.home #news .inner h2 {
    margin-bottom: 140px;
  }
  body.dust-control .business_banner .banner_description .banner_title {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1600px) {
  #service_blk .inner {
    padding-left: 120px;
  }
  #service_blk .inner .service_slick_arrow .slick-arrow.arrow_prev {
    left: 82px;
  }
  #service_blk .inner .service_slick_arrow .slick-arrow.arrow_next {
    right: 0px;
  }
  body.home #news {
    margin-bottom: 66px;
  }
  body.home #news .inner {
    padding-left: 120px;
  }
  body.home #recruit .recruit_container {
    padding-top: 100px;
    padding-left: 120px;
  }
  body.dust-control .business_banner .banner_description .banner_title {
    padding-left: 40px;
  }
  body.merrymaids .business_banner .banner_description .banner_title {
    padding-left: 40px;
  }
  body.services-merrymaids-child main .main_inner section#other_service .inner, body.services-service-master-child main .main_inner section#other_service .inner, body.services-terminix-child main .main_inner section#other_service .inner {
    width: 100%;
  }
  body.terminix .business_banner .banner_description .banner_title {
    padding-left: 40px;
  }
  body.service-master .business_banner .banner_description .banner_title {
    padding-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .text_link_arrow {
    font-size: 12px;
  }
  #service_blk {
    padding-left: 24px;
  }
  #service_blk .inner {
    padding-left: 0 !important;
    max-width: initial;
    min-width: initial;
  }
  #service_blk .inner h2 {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 1px;
  }
  #service_blk .inner .service_list_conteiner {
    margin-right: 0 !important;
  }
  #service_blk .inner .service_list_conteiner .service_list .slick-list {
    min-width: initial;
  }
  #service_blk .inner .service_list_conteiner .service_list .slick-list .service_item {
    width: 290px;
  }
  #service_blk .inner .service_list_conteiner .service_list .slick-list .service_item .service_image img {
    width: 290px;
    height: 158px;
  }
  #service_blk .inner .service_list_conteiner .service_list .slick-list .service_item .service_image .overlay .overlay-text {
    font-size: 16px;
  }
  #service_blk .inner .service_list_conteiner .service_list .slick-list .service_item p {
    padding: 15px;
    font-size: 13px;
  }
  #service_blk .inner .service_list_conteiner .service_list .slick-list .service_item .bottom_blk {
    padding: 0 15px 15px;
  }
  #service_blk .inner .service_list_conteiner .service_list .slick-list .service_item .bottom_blk ul li a {
    color: #d21140;
    font-size: 12px;
  }
  #service_blk .inner .service_list_conteiner .service_list .slick-list .service_item .bottom_blk ul li img {
    width: 100%;
  }
  #service_blk .inner .service_list_conteiner .service_list .slick-list .slick-track {
    gap: 25px;
  }
  #service_blk .inner .service_slick_arrow {
    position: absolute;
    right: 24px;
    top: 10px;
  }
  #service_blk .inner .service_slick_arrow .slick-arrow {
    width: 32px;
    height: 32px;
  }
  #service_blk .inner .service_slick_arrow .slick-arrow span {
    font-size: 12px;
  }
  #service_blk .inner .service_slick_arrow .slick-arrow.arrow_prev {
    right: 33px;
    left: initial !important;
  }
  #service_blk .inner .service_slick_arrow .slick-arrow.arrow_next {
    right: 0;
  }
  .popular_product_slides .product_slide_contents .slick-arrow {
    width: 32px;
    height: 32px;
  }
  .popular_product_slides .product_slide_contents .slick-arrow.arrow_prev {
    left: 0;
  }
  .popular_product_slides .product_slide_contents .slick-arrow.arrow_next {
    right: 0;
  }
  .popular_product_slides .product_slide_contents .slick-arrow span {
    font-size: 12px;
  }
  .popular_product_slides .product_slide_contents .product_slide_content {
    width: calc(100vw - 88px);
    height: initial;
    padding: 16px;
  }
  .popular_product_slides .product_slide_contents .product_slide_content.slick-slide {
    opacity: 1;
    margin: 0 0 0 16px;
  }
  .popular_product_slides .product_slide_contents .product_slide_content h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .popular_product_slides .product_slide_contents .product_slide_content .product_slide_images {
    display: block;
  }
  .popular_product_slides .product_slide_contents .product_slide_content .product_slide_images .single_image {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 20px;
    display: none;
  }
  .popular_product_slides .product_slide_contents .product_slide_content .product_slide_images .single_image img {
    width: 100%;
    height: auto;
  }
  .popular_product_slides .product_slide_contents .product_slide_content .product_slide_images .single_image p {
    padding-top: 5px;
    font-size: 14px;
  }
  .popular_product_slides .product_slide_contents .product_slide_content .product_slide_images .group_image img {
    width: 100%;
    height: auto;
  }
  .popular_product_slides .product_slide_contents .product_slide_content .product_slide_images .group_image p {
    font-size: 12px;
  }
  body .breadcrumb {
    display: none;
  }
  body.home .main_visuali {
    height: 385px;
  }
  body.home .main_visuali div {
    height: 385px;
  }
  body.home .main_visuali div img {
    height: 100%;
  }
  body.home .main_visuali div p {
    font-size: 18px;
    line-height: 1.7em;
    width: 100%;
  }
  body.home #news h2 {
    position: relative;
    z-index: 501;
    padding: 0 24px;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 1px;
  }
  body.home #news::before {
    min-width: initial;
    width: calc(100% - 24px);
    top: -44px;
    height: calc(100% + 19px);
  }
  body.home #news .inner {
    padding: 0 0 0 24px;
    width: 100%;
    min-width: initial;
    max-width: initial;
  }
  body.home #news .inner .news_information .news_content .news_slider .swap_item {
    aspect-ratio: initial;
  }
  body.home #news .inner .news_information .news_content .news_slider .swap_item .swap_item_inner {
    display: flex;
    flex-direction: column;
  }
  body.home #news .inner .news_information .news_content .news_slider .swap_item .swap_item_inner .swap_text {
    max-width: initial;
    order: 2;
    padding-right: 24px;
    padding-bottom: 60px;
  }
  body.home #news .inner .news_information .news_content .news_slider .swap_item .swap_item_inner .swap_text .news_date {
    font-size: 12px;
  }
  body.home #news .inner .news_information .news_content .news_slider .swap_item .swap_item_inner .swap_text h3 {
    font-size: 18px;
    line-height: 1.8;
    margin: 10px 0;
  }
  body.home #news .inner .news_information .news_content .news_slider .swap_item .swap_item_inner .swap_text p {
    font-size: 13px;
    line-height: 1.7em;
  }
  body.home #news .inner .news_information .news_content .news_slider .swap_item .swap_item_inner .swap_image {
    position: static;
    width: 100%;
    aspect-ratio: initial;
    order: 1;
    margin-bottom: 20px;
  }
  body.home #news .slick_interface {
    width: calc(100% - 24px);
    min-width: initial;
    height: 32px;
    display: block;
    position: relative;
    bottom: initial !important;
  }
  body.home #news .slick_interface .slick_interface_inner {
    width: 100% !important;
    padding-left: 24px;
  }
  body.home #news .slick_interface .slick_interface_inner .arrows .slick-arrow {
    width: 32px;
    height: 32px;
  }
  body.home #news .slick_interface .slick_interface_inner .arrows .slick-arrow span {
    font-size: 12px;
  }
  body.home #news .slick_interface .slick_interface_inner .dots .slick-dots {
    padding-top: 14px;
  }
  body.home #news .slick_interface .slick_interface_inner .dots .slick-dots li {
    width: 30px;
  }
  body.home #news .slick_interface .slick_interface_inner .dots .slick-dots li button {
    width: 30px;
  }
  body.home #news .slick_interface .slick_interface_inner .dots .slick-dots li button:before {
    height: 2px;
    width: 30px;
  }
  body.home #recruit {
    min-width: 100%;
    margin-top: 60px;
  }
  body.home #recruit:before {
    width: calc(100% - 107px);
    height: 270px;
  }
  body.home #recruit .recruit_container {
    padding: 30px 0 0 24px;
    max-width: initial;
    min-width: initial;
    display: block;
  }
  body.home #recruit .recruit_container .h2_wrap {
    width: 100%;
    margin-bottom: 20px;
  }
  body.home #recruit .recruit_container .h2_wrap h2 {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 1px;
  }
  body.home #recruit .recruit_container .recruit_detail {
    max-width: initial;
    width: 100%;
  }
  body.home #recruit .recruit_container .recruit_detail a {
    flex-direction: column;
  }
  body.home #recruit .recruit_container .recruit_detail a .detail {
    width: 100%;
    display: block;
    padding: 15px 24px 15px 15px;
    order: 2;
  }
  body.home #recruit .recruit_container .recruit_detail a .detail .detail_text {
    font-size: 13px;
  }
  body.home #recruit .recruit_container .recruit_detail a .detail .link_more {
    margin-top: 10px;
    margin-bottom: 29px;
  }
  body.home #recruit .recruit_container .recruit_detail a .detail .link_more a span {
    height: 16px;
    width: 16px;
  }
  body.home #recruit .recruit_container .recruit_detail a .recruit_banner_photo {
    width: 100%;
    aspect-ratio: initial;
    order: 1;
  }
  body.notice main::before {
    content: none;
  }
  body.notice #notice_body {
    margin-top: 0;
  }
  body.notice #notice_body h1 {
    font-size: 18px;
    font-weight: bold;
    padding: 37px 0 24px 24px;
    width: calc(100% - 105px);
    background-color: #d21140;
    line-height: 1em;
  }
  body.notice #notice_body .notice_list_body {
    padding-top: 0;
    width: 100%;
  }
  body.notice #notice_body .notice_list_body .notice_list .notice_content {
    width: 100%;
    flex-direction: column;
    padding: 24px;
    gap: 0;
  }
  body.notice #notice_body .notice_list_body .notice_list .notice_content .notice_image {
    padding: 0;
    margin-bottom: 21px;
    width: 100%;
  }
  body.notice #notice_body .notice_list_body .notice_list .notice_content .notice_details {
    padding: 0;
    width: 100%;
  }
  body.notice #notice_body .notice_list_body .notice_list .notice_content .notice_details .notice_text h3 {
    font-size: 18px;
    font-weight: bold;
  }
  body.notice #notice_body .notice_list_body .notice_list .notice_content .notice_details .notice_text p {
    font-size: 13px;
  }
  body.notice #notice_body .notice_list_body .notice_list .notice_content .notice_details .notice_text .notice_date {
    font-size: 12px;
  }
  body.notice #notice_body .notice_list_body .notice_list .notice_content .notice_details .link_more {
    justify-content: left;
    padding-top: 25px;
    font-size: 12px;
  }
  body.notice #notice_body .notice_list_body .notice_list .notice_content .notice_details .link_more a span {
    height: 16px;
    width: 16px;
    margin-right: 5px;
  }
  body.notice .padding {
    padding-bottom: 0;
  }
  body.notice .padding .padding_container {
    padding-top: 37px;
    margin-top: 0;
  }
  body.notice_details .content {
    width: 100%;
    margin: 0;
  }
  body.notice_details .content .notice_header {
    width: 100%;
  }
  body.notice_details .content .notice_header .notice_title {
    padding: 23px 24px 32px;
  }
  body.notice_details .content .notice_header .notice_title .notice_date {
    font-size: 12px;
  }
  body.notice_details .content .notice_header .notice_title h1 {
    font-size: 18px;
  }
  body.notice_details .content .content_body figure {
    margin: 25px 0;
  }
  body.notice_details .content .content_body p {
    width: 100%;
    font-size: 13px;
  }
  body.notice_details .content .content_body section .text_wrap {
    width: 100% !important;
    padding: 20px 0 50px;
  }
  body.services main:before {
    top: 0;
    width: calc(100% - 25px);
  }
  body.services #services_list_body h1 {
    font-size: 18px;
    font-weight: bold;
    padding-left: 30px;
  }
  body.services #services_list_body .service_container {
    width: 100%;
    padding-top: 35px;
  }
  body.services #services_list_body .service_container .service_list {
    grid-template-columns: repeat(1, 1fr);
    padding-right: 40px;
    padding-left: 40px;
    gap: 33px;
    padding-top: 21px;
  }
  body.services #services_list_body .service_container .service_list .service_content {
    width: 100%;
  }
  body.services #services_list_body .service_container .service_list .service_content a p {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.7em;
    padding: 20px 15px;
  }
  body.services #services_list_body .service_container .service_list .service_content a .service_image .overlay .overlay-text {
    font-size: 16px;
    line-height: 2rem;
  }
  body.services #services_list_body .service_container .service_list .service_content a .link_more span {
    height: 16px;
    width: 16px;
    margin-right: 5px;
  }
  body.services #services_list_body .service_container .service_list .service_content a .link_more img {
    height: 30px;
    width: 135px;
  }
  body.dust-control {
    padding-top: 58px;
  }
  body.dust-control main .business_banner {
    background-image: none !important;
    background-color: #d21140;
    height: initial;
    padding: 40px 30px;
    margin-bottom: 35px;
  }
  body.dust-control main .business_banner .banner_description {
    max-width: initial;
    height: initial;
  }
  body.dust-control main .business_banner .banner_description:after {
    content: none;
  }
  body.dust-control main .business_banner .banner_description .banner_title {
    width: 100%;
    padding: 0;
  }
  body.dust-control main .business_banner .banner_description .banner_title h1 {
    font-size: 14px;
    margin-bottom: 30px;
  }
  body.dust-control main .business_banner .banner_description .banner_title .sub_title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  body.dust-control main .business_banner .banner_description .banner_title .banner_image {
    display: block;
    margin: 0 calc(50% - 50vw) 20px;
    padding-left: calc(50vw - 50%);
  }
  body.dust-control main .business_banner .banner_description .banner_title .banner_image img {
    width: 100%;
    height: auto;
  }
  body.dust-control main #product_catalog {
    margin-bottom: 55px;
  }
  body.dust-control main #product_catalog .catalog {
    width: 100%;
  }
  body.dust-control main #product_catalog .catalog h3 {
    width: calc(100% - 88px);
    padding: 18px 0;
  }
  body.dust-control main #product_catalog .catalog .inner {
    padding: 20px 24px 30px;
  }
  body.dust-control main #product_catalog .catalog .inner p {
    padding: 0 20px;
  }
  body.dust-control main #product_catalog .catalog .inner a {
    width: 100%;
  }
  body.dust-control main #popular_products {
    margin-bottom: 45px;
  }
  body.dust-control main #popular_products .popular_products_heading {
    margin-bottom: 25px;
    padding: 0 24px;
  }
  body.dust-control main #popular_products .popular_products_heading h3 {
    font-size: 18px;
  }
  body.services-dust-control-child main:before {
    content: none;
  }
  body.services-dust-control-child main ul.breadcrumb {
    display: none;
  }
  body.services-dust-control-child main .main_inner {
    max-width: 100%;
  }
  body.services-dust-control-child main .main_inner section#product_blk {
    margin-bottom: 40px;
    width: 100%;
    padding-top: 0;
    background-color: #fff;
  }
  body.services-dust-control-child main .main_inner section#product_blk .page_caption {
    display: block;
    height: initial;
    padding: 30px 24px 0;
    position: relative;
    margin-bottom: 30px;
  }
  body.services-dust-control-child main .main_inner section#product_blk .page_caption:before {
    content: "";
    width: calc(100% - 24px);
    height: calc(100% - 30px);
    position: absolute;
    left: 0;
    top: 0;
    background-color: #d21140;
    z-index: 1;
  }
  body.services-dust-control-child main .main_inner section#product_blk .page_caption p {
    font-size: 18px;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
  }
  body.services-dust-control-child main .main_inner section#product_blk .page_caption .image {
    position: relative;
    z-index: 2;
    padding-right: 0;
  }
  body.services-dust-control-child main .main_inner section#product_blk .page_caption .image img {
    width: 100%;
  }
  body.services-dust-control-child main .main_inner section#product_blk .content {
    padding: 0 24px 50px;
  }
  body.services-dust-control-child main .main_inner section#product_blk .content .firest_text {
    width: 100%;
  }
  body.services-dust-control-child main .main_inner section#product_blk .content .firest_text h1 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 18px;
  }
  body.services-dust-control-child main .main_inner section#product_blk .content ul.images {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
  body.services-dust-control-child main .main_inner section#product_blk .content ul.images li {
    width: calc(50% - 8px);
  }
  body.services-dust-control-child main .main_inner section#product_blk .content .features {
    margin: 0 calc(50% - 50vw);
    padding: 24px;
  }
  body.services-dust-control-child main .main_inner section#product_blk .content .features h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  body.services-dust-control-child main .main_inner section#product_blk .content .features ol li {
    font-size: 13px;
  }
  body.services-dust-control-child main .main_inner section#product_blk .content .recommendation {
    padding-top: 40px;
  }
  body.services-dust-control-child main .main_inner section#product_blk .content .recommendation h2 {
    font-size: 18px;
    margin-bottom: 40px;
  }
  body.services-dust-control-child main .main_inner section#product_blk .content .recommendation ul li {
    display: block;
  }
  body.services-dust-control-child main .main_inner section#product_blk .content .recommendation ul li .image {
    width: calc(100% - 87px);
    margin: 0 auto 25px;
  }
  body.services-dust-control-child main .main_inner section#product_blk .content .recommendation ul li .image img {
    width: 100%;
  }
  body.services-dust-control-child main .main_inner section#product_blk .content .recommendation ul li .text {
    padding-top: 0;
  }
  body.services-dust-control-child main .main_inner section#product_blk .content .recommendation ul li .text .product_name {
    font-size: 16px;
  }
  body.services-dust-control-child main .main_inner section#product_blk .content .recommendation ul li .text p {
    font-size: 13px;
  }
  body.services-dust-control-child main .main_inner section#recomend_product_blk h3 {
    font-size: 18px;
    padding: 0 24px;
    margin-bottom: 30px;
  }
  body.services-dust-control-child main .main_inner section#product_catalog {
    width: 100%;
    margin: 0 0 60px 0;
  }
  body.services-dust-control-child main .main_inner section#product_catalog .catalog {
    width: 100%;
  }
  body.services-dust-control-child main .main_inner section#product_catalog .catalog h3 {
    width: calc(100% - 88px);
    padding: 18px 0;
  }
  body.services-dust-control-child main .main_inner section#product_catalog .catalog .inner {
    padding: 20px 24px 30px;
  }
  body.services-dust-control-child main .main_inner section#product_catalog .catalog .inner p {
    padding: 0 20px;
  }
  body.services-dust-control-child main .main_inner section#product_catalog .catalog .inner a {
    width: 100%;
  }
  body.merrymaids {
    padding-top: 58px;
  }
  body.merrymaids main .business_banner {
    background-image: none;
    background-color: #d21140;
    height: initial;
    padding: 40px 30px;
    margin-bottom: 35px;
  }
  body.merrymaids main .business_banner .banner_description {
    max-width: initial;
    height: initial;
  }
  body.merrymaids main .business_banner .banner_description:after {
    content: none;
  }
  body.merrymaids main .business_banner .banner_description .banner_title {
    width: 100%;
    padding: 0;
  }
  body.merrymaids main .business_banner .banner_description .banner_title h1 {
    font-size: 14px;
    margin-bottom: 30px;
  }
  body.merrymaids main .business_banner .banner_description .banner_title .sub_title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  body.merrymaids main .business_banner .banner_description .banner_title .banner_image {
    display: block;
    margin: 0 calc(50% - 50vw) 20px;
    padding-left: calc(50vw - 50%);
    position: relative;
    top: initial;
    left: initial;
    height: initial;
    width: initial;
  }
  body.merrymaids main .business_banner .banner_description .banner_title .banner_image img {
    width: 100%;
    height: auto;
    object-fit: initial;
  }
  body.merrymaids main .business_banner .banner_description .banner_title p {
    font-size: 13px;
  }
  body.merrymaids main #merrymaids_body .inner {
    width: 100%;
  }
  body.merrymaids main #merrymaids_body .inner .ttl {
    margin-bottom: 18px;
  }
  body.merrymaids main #merrymaids_body .inner .ttl img {
    width: 150px;
  }
  body.merrymaids main #merrymaids_body .inner .ttl h3 {
    font-size: 18px;
    margin-top: 25px;
  }
  body.merrymaids main #merrymaids_body .inner .ttl h3 br {
    display: block;
  }
  body.merrymaids main #merrymaids_body .inner .menu_box {
    padding: 20px 30px 30px;
  }
  body.merrymaids main #merrymaids_body .inner .menu_box.first {
    margin-bottom: 30px;
  }
  body.merrymaids main #merrymaids_body .inner .menu_box h4 {
    font-size: 16px;
  }
  body.merrymaids main #merrymaids_body .inner .menu_box .bl_card__col3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  body.merrymaids main #merrymaids_body .inner .menu_box .bl_card__col3 figure figcaption {
    font-size: 14px;
  }
  body.services-merrymaids-child main:before, body.services-service-master-child main:before, body.services-terminix-child main:before {
    content: none;
  }
  body.services-merrymaids-child main ul.breadcrumb, body.services-service-master-child main ul.breadcrumb, body.services-terminix-child main ul.breadcrumb {
    display: none;
  }
  body.services-merrymaids-child main .main_inner, body.services-service-master-child main .main_inner, body.services-terminix-child main .main_inner {
    max-width: 100%;
  }
  body.services-merrymaids-child main .main_inner section#product_blk, body.services-service-master-child main .main_inner section#product_blk, body.services-terminix-child main .main_inner section#product_blk {
    margin-bottom: 40px;
    width: 100%;
    padding-top: 0;
    background-color: #fff;
  }
  body.services-merrymaids-child main .main_inner section#product_blk .page_caption, body.services-service-master-child main .main_inner section#product_blk .page_caption, body.services-terminix-child main .main_inner section#product_blk .page_caption {
    display: block;
    height: initial;
    padding: 30px 24px 0;
    position: relative;
    margin-bottom: 30px;
  }
  body.services-merrymaids-child main .main_inner section#product_blk .page_caption:before, body.services-service-master-child main .main_inner section#product_blk .page_caption:before, body.services-terminix-child main .main_inner section#product_blk .page_caption:before {
    content: "";
    width: calc(100% - 24px);
    height: calc(100% - 30px);
    position: absolute;
    left: 0;
    top: 0;
    background-color: #d21140;
    z-index: 1;
  }
  body.services-merrymaids-child main .main_inner section#product_blk .page_caption p, body.services-service-master-child main .main_inner section#product_blk .page_caption p, body.services-terminix-child main .main_inner section#product_blk .page_caption p {
    font-size: 18px;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
  }
  body.services-merrymaids-child main .main_inner section#product_blk .page_caption .image, body.services-service-master-child main .main_inner section#product_blk .page_caption .image, body.services-terminix-child main .main_inner section#product_blk .page_caption .image {
    position: relative;
    z-index: 2;
    padding-right: 0;
  }
  body.services-merrymaids-child main .main_inner section#product_blk .page_caption .image img, body.services-service-master-child main .main_inner section#product_blk .page_caption .image img, body.services-terminix-child main .main_inner section#product_blk .page_caption .image img {
    width: 100%;
  }
  body.services-merrymaids-child main .main_inner section#product_blk .content, body.services-service-master-child main .main_inner section#product_blk .content, body.services-terminix-child main .main_inner section#product_blk .content {
    padding: 0 24px 0;
  }
  body.services-merrymaids-child main .main_inner section#product_blk .content .firest_text, body.services-service-master-child main .main_inner section#product_blk .content .firest_text, body.services-terminix-child main .main_inner section#product_blk .content .firest_text {
    width: 100%;
  }
  body.services-merrymaids-child main .main_inner section#product_blk .content .firest_text h1, body.services-service-master-child main .main_inner section#product_blk .content .firest_text h1, body.services-terminix-child main .main_inner section#product_blk .content .firest_text h1 {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 8px;
  }
  body.services-merrymaids-child main .main_inner section#product_blk .content .firest_text p, body.services-service-master-child main .main_inner section#product_blk .content .firest_text p, body.services-terminix-child main .main_inner section#product_blk .content .firest_text p {
    font-size: 13px;
  }
  body.services-merrymaids-child main .main_inner section#product_blk .content .feature_box, body.services-service-master-child main .main_inner section#product_blk .content .feature_box, body.services-terminix-child main .main_inner section#product_blk .content .feature_box {
    background-color: transparent;
    padding: 0;
    position: relative;
  }
  body.services-merrymaids-child main .main_inner section#product_blk .content .feature_box::before, body.services-service-master-child main .main_inner section#product_blk .content .feature_box::before, body.services-terminix-child main .main_inner section#product_blk .content .feature_box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    height: 100%;
    background-color: #f8f8f8;
    z-index: 0;
  }
  body.services-merrymaids-child main .main_inner section#product_blk .content .feature_box .bl_media_wrap, body.services-service-master-child main .main_inner section#product_blk .content .feature_box .bl_media_wrap, body.services-terminix-child main .main_inner section#product_blk .content .feature_box .bl_media_wrap {
    padding-top: 30px;
    padding-bottom: 35px;
  }
  body.services-merrymaids-child main .main_inner section#product_blk .content .feature_box .bl_media, body.services-service-master-child main .main_inner section#product_blk .content .feature_box .bl_media, body.services-terminix-child main .main_inner section#product_blk .content .feature_box .bl_media {
    position: relative;
    z-index: 1;
    flex-direction: column;
  }
  body.services-merrymaids-child main .main_inner section#product_blk .content .feature_box .bl_media_body, body.services-service-master-child main .main_inner section#product_blk .content .feature_box .bl_media_body, body.services-terminix-child main .main_inner section#product_blk .content .feature_box .bl_media_body {
    display: contents;
  }
  body.services-merrymaids-child main .main_inner section#product_blk .content .feature_box .bl_media_ttl, body.services-service-master-child main .main_inner section#product_blk .content .feature_box .bl_media_ttl, body.services-terminix-child main .main_inner section#product_blk .content .feature_box .bl_media_ttl {
    font-size: 18px;
    order: 1;
    width: 100%;
    text-align: left;
    margin-top: 0;
  }
  body.services-merrymaids-child main .main_inner section#product_blk .content .feature_box .bl_media_ttl span, body.services-service-master-child main .main_inner section#product_blk .content .feature_box .bl_media_ttl span, body.services-terminix-child main .main_inner section#product_blk .content .feature_box .bl_media_ttl span {
    display: block;
    padding-left: 0;
    margin-bottom: 8px;
  }
  body.services-merrymaids-child main .main_inner section#product_blk .content .feature_box .bl_media_img, body.services-service-master-child main .main_inner section#product_blk .content .feature_box .bl_media_img, body.services-terminix-child main .main_inner section#product_blk .content .feature_box .bl_media_img {
    order: 2;
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  body.services-merrymaids-child main .main_inner section#product_blk .content .feature_box .bl_media_txt, body.services-service-master-child main .main_inner section#product_blk .content .feature_box .bl_media_txt, body.services-terminix-child main .main_inner section#product_blk .content .feature_box .bl_media_txt {
    font-size: 13px;
    order: 3;
  }
  body.services-merrymaids-child main .main_inner section#other_service, body.services-service-master-child main .main_inner section#other_service, body.services-terminix-child main .main_inner section#other_service {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fff;
  }
  body.services-merrymaids-child main .main_inner section#other_service .inner h2, body.services-service-master-child main .main_inner section#other_service .inner h2, body.services-terminix-child main .main_inner section#other_service .inner h2 {
    font-size: 18px;
    padding: 0 24px;
    margin-bottom: 20px;
  }
  body.services-merrymaids-child main .main_inner section#other_service .inner .white_box, body.services-service-master-child main .main_inner section#other_service .inner .white_box, body.services-terminix-child main .main_inner section#other_service .inner .white_box {
    padding: 0 24px;
  }
  body.services-merrymaids-child main .main_inner section#other_service .inner .white_box .bl_card__col3, body.services-service-master-child main .main_inner section#other_service .inner .white_box .bl_card__col3, body.services-terminix-child main .main_inner section#other_service .inner .white_box .bl_card__col3 {
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
  body.services-merrymaids-child main .main_inner section#other_service .inner .white_box .bl_card__col3 figure figcaption, body.services-service-master-child main .main_inner section#other_service .inner .white_box .bl_card__col3 figure figcaption, body.services-terminix-child main .main_inner section#other_service .inner .white_box .bl_card__col3 figure figcaption {
    font-size: 14px;
  }
  body.terminix {
    padding-top: 58px;
  }
  body.terminix main .business_banner {
    background-image: none !important;
    background-color: #d21140;
    height: initial;
    padding: 40px 30px;
    margin-bottom: 35px;
  }
  body.terminix main .business_banner .banner_description {
    max-width: initial;
    height: initial;
  }
  body.terminix main .business_banner .banner_description:after {
    content: none;
  }
  body.terminix main .business_banner .banner_description .banner_title {
    width: 100%;
    padding: 0;
  }
  body.terminix main .business_banner .banner_description .banner_title h1 {
    font-size: 14px;
    margin-bottom: 30px;
  }
  body.terminix main .business_banner .banner_description .banner_title .sub_title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  body.terminix main .business_banner .banner_description .banner_title .banner_image {
    display: block;
    margin: 0 calc(50% - 50vw) 20px;
    padding-left: calc(50vw - 50%);
    position: relative;
    top: initial;
    left: initial;
    height: initial;
    width: initial;
  }
  body.terminix main .business_banner .banner_description .banner_title .banner_image img {
    width: 100%;
    height: auto;
    object-fit: initial;
  }
  body.terminix main .business_banner .banner_description .banner_title p {
    font-size: 13px;
  }
  body.terminix main #business_body {
    margin-bottom: 78px;
  }
  body.terminix main #business_body .inner {
    width: 100%;
  }
  body.terminix main #business_body .inner .ttl {
    margin-bottom: 18px;
  }
  body.terminix main #business_body .inner .ttl img {
    width: 150px;
  }
  body.terminix main #business_body .inner .ttl h3 {
    font-size: 18px;
    margin-top: 25px;
  }
  body.terminix main #business_body .inner .ttl h3 br {
    display: block;
  }
  body.terminix main #business_body .inner .menu_box {
    padding: 25px 30px;
  }
  body.terminix main #business_body .inner .menu_box.first {
    margin-bottom: 30px;
  }
  body.terminix main #business_body .inner .menu_box h4 {
    font-size: 16px;
  }
  body.terminix main #business_body .inner .menu_box .bl_card__col3 {
    gap: 18px 15px;
    grid-template-columns: repeat(2, 1fr);
  }
  body.terminix main #business_body .inner .menu_box .bl_card_body {
    padding-top: 6px;
  }
  body.terminix main #business_body .inner .menu_box .bl_card_ttl {
    font-size: 13px;
  }
  body.service-master {
    padding-top: 58px;
  }
  body.service-master main .business_banner {
    background-image: none !important;
    background-color: #d21140;
    height: initial;
    padding: 40px 30px;
    margin-bottom: 35px;
  }
  body.service-master main .business_banner .banner_description {
    max-width: initial;
    height: initial;
  }
  body.service-master main .business_banner .banner_description:after {
    content: none;
  }
  body.service-master main .business_banner .banner_description .banner_title {
    width: 100%;
    padding: 0;
  }
  body.service-master main .business_banner .banner_description .banner_title h1 {
    font-size: 14px;
    margin-bottom: 30px;
  }
  body.service-master main .business_banner .banner_description .banner_title .sub_title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  body.service-master main .business_banner .banner_description .banner_title .banner_image {
    display: block;
    margin: 0 calc(50% - 50vw) 20px;
    padding-left: calc(50vw - 50%);
    position: relative;
    top: initial;
    left: initial;
    height: initial;
    width: initial;
  }
  body.service-master main .business_banner .banner_description .banner_title .banner_image img {
    width: 100%;
    height: auto;
    object-fit: initial;
  }
  body.service-master main .business_banner .banner_description .banner_title p {
    font-size: 13px;
  }
  body.service-master main #business_body {
    margin-bottom: 78px;
  }
  body.service-master main #business_body .inner {
    width: 100%;
  }
  body.service-master main #business_body .inner .ttl {
    margin-bottom: 18px;
  }
  body.service-master main #business_body .inner .ttl img {
    width: 150px;
  }
  body.service-master main #business_body .inner .ttl h3 {
    font-size: 18px;
    margin-top: 25px;
  }
  body.service-master main #business_body .inner .ttl h3 br {
    display: block;
  }
  body.service-master main #business_body .inner .menu_box {
    padding: 25px 30px;
  }
  body.service-master main #business_body .inner .menu_box.first {
    margin-bottom: 30px;
  }
  body.service-master main #business_body .inner .menu_box h4 {
    font-size: 16px;
  }
  body.service-master main #business_body .inner .menu_box .bl_card__col3 {
    gap: 18px 15px;
    grid-template-columns: repeat(2, 1fr);
  }
  body.service-master main #business_body .inner .menu_box .bl_card_body {
    padding-top: 6px;
  }
  body.service-master main #business_body .inner .menu_box .bl_card_ttl {
    font-size: 13px;
  }
  body .company::before {
    height: 108px;
    z-index: 0;
  }
  body .company .inner {
    width: 100%;
  }
  body .company #guige_block {
    margin-bottom: 0;
  }
  body .company #guige_block h2 {
    font-size: 18px;
    padding: 58px 25px 0;
    position: relative;
    z-index: 1;
  }
  body .company #guige_block .guige_body .bl_box {
    padding: 35px 25px 0;
    margin-top: 30px;
    position: relative;
    background-color: #fff;
  }
  body .company #guige_block .guige_body .bl_box.first {
    margin-bottom: 50px;
    padding-bottom: 42px;
  }
  body .company #guige_block .guige_body .bl_box_ttl {
    font-size: 16px;
    letter-spacing: 0.1em;
    margin-bottom: 22px;
  }
  body .company #guige_block .guige_body .bl_box_gray {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding: 30px 25px 40px;
  }
  body .company #guige_block .guige_body .un_greeting_txt {
    line-height: 1.7;
    font-size: 13px;
  }
  body .company #guige_block .guige_body .un_greeting_name {
    margin-top: 23px;
    font-size: 16px;
  }
  body .company #guige_block .guige_body .un_greeting_name span {
    font-size: 13px;
    margin-bottom: 0;
  }
  body .company #guige_block .guige_body .un_greeting_box h4 {
    font-size: 18px;
    margin-bottom: 16px;
  }
  body .company #guige_block .guige_body .un_greeting_box p {
    font-size: 13px;
  }
  body .company #guige_block .guige_body .un_overview {
    padding-bottom: 48px;
  }
  body .company #guige_block .guige_body .un_overview .bl_horizTable {
    font-size: 13px;
  }
  body .company #guige_block .guige_body .un_overview .bl_horizTable th,
  body .company #guige_block .guige_body .un_overview .bl_horizTable td {
    padding: 10px 0px;
    display: block;
  }
  body .company #guige_block .guige_body .un_overview_box h4 {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 21px;
  }
  body .company #guige_block .guige_body .un_overview_box dt {
    font-size: 13px;
    margin-bottom: 7px;
  }
  body .company #guige_block .guige_body .un_overview_box dd {
    font-size: 13px;
    margin-bottom: 14px;
  }
  body .company #guige_block .guige_body .un_overview_box p {
    margin-top: 28px;
    font-size: 13px;
  }
  body .company #connection_block {
    margin-bottom: 0;
    padding-top: 6px;
  }
  body .company #connection_block::before {
    width: 72%;
    height: 270px;
  }
  body .company #connection_block h3 {
    font-size: 18px;
    padding: 30px 25px 21px;
  }
  body .company #connection_block .bl_box {
    padding: 0;
    margin-left: 25px;
  }
  body .company #connection_block .bl_box_2col {
    display: block;
    padding-bottom: 80px;
    background-color: #fff;
  }
  body .company #connection_block .bl_box_left {
    padding: 25px 20px 15px;
    width: 100%;
  }
  body .company #connection_block .bl_box_left .bl_horizTable {
    font-size: 13px;
  }
  body .company #connection_block .bl_box_left .bl_horizTable th,
  body .company #connection_block .bl_box_left .bl_horizTable td {
    display: block;
    padding: 0;
  }
  body .company #connection_block .bl_box_left .bl_horizTable th {
    padding-bottom: 14px;
  }
  body .company #connection_block .bl_box_left .bl_horizTable td {
    padding-bottom: 27px;
  }
  body .company #connection_block .bl_box_right {
    width: 100%;
  }
  body .company #connection_block .bl_box_right h4 {
    font-size: 14px;
    margin-bottom: 26px;
  }
  body .company #connection_block .bl_box_right dl dt {
    font-size: 13px;
    margin-bottom: 9px;
  }
  body .company #connection_block .bl_box_right dl dd {
    margin-bottom: 27px;
    font-size: 13px;
  }
  body .privacy::before {
    height: 108px;
    z-index: 0;
  }
  body .privacy .inner {
    width: 100%;
  }
  body .privacy #privacy_block {
    margin-bottom: 0;
  }
  body .privacy #privacy_block h2 {
    font-size: 18px;
    padding: 58px 25px 30px;
    position: relative;
    z-index: 1;
  }
  body .privacy #privacy_block .privacy_body {
    padding: 35px 25px;
  }
  body .privacy #privacy_block .privacy_body p {
    font-size: 13px;
  }
  body .privacy #privacy_block .privacy_body dl dt {
    margin-top: 1em;
    font-size: 16px;
  }
  body .privacy #privacy_block .privacy_body dl dd {
    font-size: 13px;
  }
  body .recruit::before {
    height: 500px;
  }
  body .recruit::after {
    display: none;
  }
  body .recruit .inner {
    width: 100%;
  }
  body .recruit #recruit_block {
    margin-bottom: 68px;
  }
  body .recruit #recruit_block h2 {
    font-size: 18px;
    padding: 38px 25px 15px;
  }
  body .recruit #recruit_block figure {
    display: block;
    margin-left: 25px;
    margin-bottom: 48px;
  }
  body .recruit #recruit_block figure img {
    width: 100%;
  }
  body .recruit #recruit_block .recruit_body .bl_box {
    padding: 36px 25px 37px;
  }
  body .recruit #recruit_block .recruit_body .bl_box_ttl {
    font-size: 18px;
    margin-bottom: 17px;
  }
  body .recruit #recruit_block .recruit_body .bl_box_txt {
    font-size: 13px;
  }
  body .recruit #recruit_block .recruit_body .bl_box .bl_gray {
    width: 100%;
    background-color: #f8f8f8;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    margin-top: 13px;
    padding: 25px;
    padding-bottom: 35px;
  }
  body .recruit #recruit_block .recruit_body .bl_box .bl_gray h3 {
    font-size: 18px;
    margin-bottom: 13px;
  }
  body .recruit #recruit_block .recruit_body .bl_box .bl_gray h3:last-of-type {
    margin-top: 36px;
  }
  body .recruit #recruit_block .recruit_body .bl_box .bl_gray .el_circleList li {
    font-size: 13px;
  }
  body .recruit #recruit_block .recruit_body .bl_box_link {
    max-width: 100%;
    margin-top: 33px;
  }
  body .application .inner {
    width: 100%;
  }
  body .application #application_block h2 {
    font-size: 18px;
    padding: 59px 25px 28px;
  }
  body .application #application_block .application_body .bl_2col {
    display: block;
  }
  body .application #application_block .application_body .bl_2col_left {
    width: 100%;
    padding: 77px 25px 35px;
  }
  body .application #application_block .application_body .bl_2col_left p {
    font-size: 13px;
  }
  body .application #application_block .application_body .bl_2col_left p .sp_br {
    display: none;
  }
  body .application #application_block .application_body .bl_2col_right {
    width: 100%;
    padding: 28px 25px 51px;
  }
  body .application #application_block .application_body .bl_2col_right .bl_formTable {
    font-size: 13px;
  }
  body .application #application_block .application_body .bl_2col_right .bl_formTable th,
  body .application #application_block .application_body .bl_2col_right .bl_formTable td {
    display: block;
  }
  body .application #application_block .application_body .bl_2col_right .bl_formTable th {
    padding: 0 0 0;
  }
  body .application #application_block .application_body .bl_2col_right .bl_formTable td {
    padding: 10px 0 24px;
  }
  body .application #application_block .application_body.confirm .bl_2col_right .bl_formTable th {
    padding: 0;
  }
  body .application #application_block .application_body.confirm .bl_2col .el_link.last {
    margin-top: 20px;
  }
  body .application #application_block .application_body.complete h3 {
    font-size: 15px;
  }
  body .application #application_block .application_body.complete p {
    font-size: 13px;
  }
  body .application #application_block .application_body.complete a {
    font-size: 15px;
    margin-top: 50px;
    margin-bottom: 70px;
  }
  body .link_more .link {
    font-size: 13px;
  }
  body #service_blk .inner .service_list_conteiner .service_list .slick-list .service_item .bottom_blk ul li .text_link_arrow {
    font-size: 13px;
  }
}

/*# sourceMappingURL=style.css.map */
