@charset "UTF-8";

.top-cmn-ttl {
  position: relative;
  margin-bottom: 55px;
  padding-bottom: 35px;
  color: #343434;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 2.5rem;
  text-align: center;
}

.top-cmn-ttl::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 40px;
  height: 3px;
  background-color: #009944;
  content: "";
  transform: translateX(-50%);
}

.top-cmn-subttl {
  display: block;
  color: #009944;
  font-family: 'Dosis', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}

.smile-cmn-btn {
  display: inline-block;
  position: relative;
  padding: 19px 70px 19px 30px;
  border: 2px solid transparent;
  background-color: #009944;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 100px;
}

.smile-cmn-btn .arrow {
  display: inline-block;
  position: absolute;
  top: 24px;
  right: 30px;
  width: 24px;
  height: 24px;
  background-color: #fff;
  transition: all .2s;
  border-radius: 100px;
}

.smile-cmn-btn .arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  background: url('/img/common/sugi-smile/ico_triangle_arrow.png')no-repeat center/contain;
  content: "";
  transform: translate(-50%, -50%);
}

.smile-cmn-btn:hover {
  border: 2px solid #009944;
  background-color: #fff;
  color: #009944;
  transition: all .2s;
}

.smile-cmn-btn:hover .arrow {
  background-color: #009944;
}

.smile-cmn-btn:hover .arrow::after {
  filter: invert(100%) sepia(300%) saturate(0) hue-rotate(0) brightness(100%) contrast(180%);
}

/* smile-top-wrapper */
.smile-top-wrapper {
  position: relative;
  background: #f6fff5 url('/img/sugi-smile/img_mv_top_bg_pc.png')no-repeat center top 45px/107%;
}

/* sec-top-mv */
.sec-top-mv .top-mv-blk {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 45px;
}

.sec-top-mv .top-mv-txt {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 23px 0 48px;
  writing-mode: vertical-rl;
}

.sec-top-mv .top-mv-txt span {
  display: block;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 2px;
}

.sec-top-mv .top-mv-txt h2 {
  position: relative;
  color: #009944;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
}

.sec-top-mv .top-mv-txt h2::before {
  position: absolute;
  bottom: 24px;
  left: 14px;
  width: 22px;
  height: 13px;
  background: url('/img/sugi-smile/ico_txt_lt_corner.png')no-repeat center/contain;
  content: '';
}

.sec-top-mv .top-mv-txt h2::after {
  position: absolute;
  top: -8px;
  right: 14px;
  width: 22px;
  height: 13px;
  background: url('/img/sugi-smile/ico_txt_rt_corner.png')no-repeat center/contain;
  content: '';
}

.sec-top-mv .top-mv-txt h2 span {
  display: inline-block;
  margin: 8px 0;
}

.sec-top-mv .top-mv-txt h2 span img {
  vertical-align: inherit;
  max-width: 32px;
}

.sec-top-mv .top-mv-txt h1 {
  color: #343434;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
}

.sec-top-mv .mv-img img {
  max-width: 284px;
}

.sec-top-mv .mv-lt-person {
  position: absolute;
  top: 2.9%;
  left: 0;
}

.sec-top-mv .mv-lt-person img {
  max-width: 450px;
}

.sec-top-mv .mv-top-person {
  position: absolute;
  top: 0;
  right: 0;
}

.sec-top-mv .mv-top-person img {
  max-width: 414px;
}

.sec-top-mv .mv-btm-person {
  position: absolute;
  top: 8.9%;
  right: 12.9%;
}

.sec-top-mv .mv-btm-person img {
  max-width: 295px;
}

/* sec-company */
.sec-company {
  position: relative;
  z-index: 2;
  padding: 76px 0 181px;
  background-color: #f6fff5;
}

.sec-company .company-ttl {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
}

.sec-company .w-510 {
  width: 46.4%;
}

.sec-company .company-img {
  padding-top: 35px;
}

.sec-company p {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 400;
}

/* sec-location */
.sec-location {
  position: relative;
  z-index: 1;
  margin-top: -5px;
  padding: 97px 0 160px;
  background: url('/img/sugi-smile/img_top_location_bg.jpg')no-repeat top/cover;
  background-color: #e4f8e2;
}

.sec-location p {
  padding-bottom: 48px;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 400;
}

/* sec-our-business */
.sec-our-business {
  margin-top: -5px;
  padding: 160px 0 120px;
  background: url('/img/sugi-smile/img_our_business_bg.jpg')no-repeat top/contain;
  background-color: #fff;
}

.sec-our-business .support-cleaning-blk {
  position: relative;
  padding-bottom: 86px;
}

.sec-our-business .support-cleaning-blk::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 25px;
  background: url('/img/sugi-smile/img_business_border.png')no-repeat center/100%;
  content: "";
  transform: translateX(-50%);
  max-width: 1100px;
}

.sec-our-business .our-business-txt {
  margin-bottom: 50px;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 400;
}

.sec-our-business .w-510 {
  width: 46.4%;
}

.sec-our-business .business-desc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.sec-our-business .block-height {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sec-our-business .business-desc .business-desc-txt {
  margin-bottom: 32px;
  font-size: 1rem;
}

.sec-our-business .business-subttl {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}

.sec-our-business .business-ttl {
  line-height: 1.2;
  margin-bottom: 32px;
  color: #009944;
  font-family: 'Dosis', sans-serif;
  font-size: 2rem;
  text-align: center;
}

.sec-our-business .head-office-blk {
  padding: 56px 0 120px;
}

.sec-our-business .head-office-operation {
  display: flex;
  justify-content: space-between;
  padding-bottom: 32px;
}

.sec-our-business .head-office-operation .w-340 {
  width: 31%;
}

.sec-our-business .head-office-operation .w-340:nth-child(2) {
  padding-top: 41px;
}

.sec-our-business .head-office-operation .operation-ttl {
  display: block;
  padding: 24px 0;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}

.sec-our-business .head-office-operation .operation-desc {
  width: 70.6%;
  margin: 0 auto;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
}

.sec-our-business .head-office-blk .view-more {
  text-align: center;
}

.sec-our-business .head-office-blk .view-more .smile-cmn-btn {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 700;
}

.sec-our-business .top-faq-blk {
  padding: 32px;
  background-color: #daf5e6;
  border-radius: 8px;
}

.sec-our-business .top-faq-bg {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4.3% 3.9%;
  background-color: #fff;
  border-radius: 6px;
}

.sec-our-business .top-faq-blk .faq-subttl {
  color: #009944;
  font-family: 'Dosis', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
}

.sec-our-business .top-faq-blk .faq-ttl {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.sec-our-business .top-faq-blk .faq-txt-blk {
  display: flex;
  align-items: center;
  width: 65%;
  margin-right: 2%;
}

.sec-our-business .top-faq-blk .faq-ttl-blk {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 33.8%;
  margin-right: 7.8%;
  padding-right: 7.8%;
}

.sec-our-business .top-faq-blk .faq-ttl-blk::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 80px;
  background-color: #e6e6e6;
  content: "";
  transform: translateY(-50%);
}

.sec-our-business .top-faq-blk .faq-desc {
  width: 58%;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 0.875rem;
}

.sec-our-business .top-faq-blk .smile-cmn-btn {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 700;
}

/*I-pad*/
@media screen and (min-width: 768px) and (max-width: 1024px) {

  .smile-cmn-btn:hover {
    border: 2px solid transparent;
    background-color: #009944;
    color: #fff;
  }

  .smile-cmn-btn:hover .arrow {
    background-color: #fff;
  }

  .smile-cmn-btn:hover .arrow::after {
    filter: unset;
  }
}

@media only screen and (max-width: 767.9px) {
  .smile-top-wrapper {
    background-image: url('/img/sugi-smile/img_mv_top_bg_sp.png');
    background-position: center top 270px;
  }

  .smile-cmn-btn .arrow {
    top: 20px;
  }

  .smile-cmn-btn:hover {
    border: 2px solid transparent;
    background-color: #009944;
    color: #fff;
  }

  .smile-cmn-btn:hover .arrow {
    background-color: #fff;
  }

  .smile-cmn-btn:hover .arrow::after {
    filter: unset;
  }

  .sec-top-mv .top-mv-blk {
    position: relative;
    padding-bottom: 0;
  }

  .sec-top-mv .top-mv-txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 285px 0 28px;
    writing-mode: unset;
  }

  .sec-top-mv .top-mv-txt h1,
  .sec-top-mv .top-mv-txt h2 {
    font-size: 2rem;
  }

  .sec-top-mv .top-mv-txt h2 span {
    width: 10px;
    margin: 0 10px 0 16px;
    vertical-align: middle;
    transform: rotate(90deg);
  }

  .sec-top-mv .top-mv-txt h2::before {
    top: 12px;
    left: -15px;
    width: 17px;
    transform: rotate(90deg);
  }

  .sec-top-mv .top-mv-txt h2::after {
    top: unset;
    right: -15px;
    bottom: 12px;
    width: 17px;
    transform: rotate(90deg);
  }

  .sec-top-mv .mv-lt-person {
    top: 6%;
  }

  .sec-top-mv .mv-lt-person img {
    max-width: 187px;
  }

  .sec-top-mv .mv-top-person {
    top: 0;
  }

  .sec-top-mv .mv-top-person img {
    max-width: 138px;
  }

  .sec-top-mv .mv-btm-person {
    top: 24.6%;
    right: 16%;
    bottom: unset;
  }

  .sec-top-mv .mv-btm-person img {
    max-width: 106px;
  }

  .top-cmn-ttl {
    margin-bottom: 32px;
    font-size: 2rem;
  }

  /* sec-company */
  .sec-company {
    padding: 40px 0 40px;
  }

  .sec-company .d-flex {
    flex-direction: column;
  }

  .sec-company .w-510 {
    width: 100%;
  }

  .sec-company .company-img {
    padding-top: 0;
  }

  .sec-company .company-ttl {
    margin-bottom: 24px;
    font-size: 1.375rem;
  }

  .sec-company p {
    font-size: 1rem;
  }

  .sec-company .mb-40 {
    margin-bottom: 24px;
  }

  .sec-company .view-more {
    margin-bottom: 32px;
    text-align: center;
  }

  /* sec-location */
  .sec-location {
    padding: 40px 0;
    background-size: contain;
  }

  .sec-location p {
    font-size: 1rem;
  }

  /* sec-our-business */
  .sec-our-business {
    margin-top: -1px;
    padding: 33px 0 77px;
  }

  .sec-our-business .support-cleaning-blk {
    padding-bottom: 75px;
  }

  .sec-our-business .support-cleaning-blk::after {
    height: 15px;
    background-size: cover;
    max-width: 100%;
  }

  .sec-our-business .our-business-txt {
    font-size: 1rem;
    margin-bottom: 32px;
  }

  .sec-our-business .w-510 {
    width: 100%;
    margin-bottom: 60px;
  }

  .sec-our-business .w-510:last-child {
    margin-bottom: 0;
  }

  .sec-our-business .business-desc .business-desc-txt {
    margin-bottom: 24px;
  }

  .sec-our-business .business-desc .business-desc-txt p {
    font-size: 1rem;
  }

  .sec-our-business .business-desc .mb-30 {
    margin-bottom: 24px;
  }

  .sec-our-business .business-ttl {
    margin-bottom: 24px;
    letter-spacing: 1.6px;
  }

  .sec-our-business .head-office-blk {
    padding: 35px 0 61px;
  }

  .sec-our-business .head-office-operation {
    flex-direction: column;
    padding-bottom: 24px;
  }

  .sec-our-business .head-office-operation .w-340 {
    width: 100%;
    margin-bottom: 24px;
  }

  .sec-our-business .head-office-operation .w-340:last-child {
    margin-bottom: 0;
  }

  .sec-our-business .head-office-operation .w-340:nth-child(2) {
    padding-top: 0;
  }

  .sec-our-business .head-office-operation .operation-ttl {
    padding: 16px 0;
  }

  .sec-our-business .head-office-operation .operation-desc {
    width: 100%;
  }

  .sec-our-business .top-faq-blk {
    padding: 10px;
  }

  .sec-our-business .top-faq-bg {
    flex-direction: column;
    padding: 20px;
  }

  .sec-our-business .top-faq-blk .faq-txt-blk {
    flex-direction: column;
    width: 100%;
  }

  .sec-our-business .top-faq-blk .faq-ttl-blk {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    text-align: center;
  }

  .sec-our-business .top-faq-blk .faq-ttl-blk::after {
    content: none;
  }

  .sec-our-business .top-faq-blk .faq-desc {
    width: 100%;
    padding: 14px 0 20px;
  }
}