/*service
-------------------------------------------------------------------------------- */
/*common*/
.service-flex {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.service-column {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.service-column.column-reverse {
  flex-direction: row-reverse;
}

.service-column .left {
  max-width: 50%;
}

.service-column .right {
  max-width: 50%;
}

.column-img {
  flex-shrink: 0;
}



/*back*/
.service-back {
  position: relative;
  margin-top: 130px;
  background-color: var(--color-sub);
  color: #fff;
  overflow: hidden;
}

.service-back-inner {
  max-width: 50%;
  padding: 130px 0;
}

.service-back-inner .min {
  line-height: 1;
  color: var(--color-main);
  font-size: 2.2rem;
  font-weight: 700;
}

.service-back-inner .title {
  width: fit-content;
  margin: 40px 0;
  padding: 15px 30px;
  background-color: #fff;
  border-radius: 50rem;
  line-height: 1;
  color: var(--color-main);
  font-size: 5rem;
  font-weight: 700;
}

.service-back-inner .catch {
  line-height: 1.3;
  font-size: 3rem;
  font-weight: 700;
}

.service-back-img {
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  width: 44.8%;
  height: 100%;
}

.service-back-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*check*/
.service-check {
  margin-top: 0;
  margin-bottom: 250px;
  padding-top: 130px;
  padding-bottom: 70px;
  background-color: var(--color-sub);
}

.service-check::after {
  content: "";
  position: absolute;
  bottom: -100px;
  width: 100%;
  height: 100px;
  background-color: var(--color-sub);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.service-check .check-list {
  gap: 0 50px;
}

.service-check .check-list li {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 4px dotted #fff;
  font-size: 2.2rem;
}

.service-check .check-list li::before {
  top: 25px;
}

.service-check .check-list li:last-of-type,
.service-check .check-list li:nth-last-of-type(2) {
  border-bottom: none;
}

.service-check .check-list li strong {
  color: var(--color-main);
  font-weight: 700;
}

/*about*/
.service-about .service-flex {
  align-items: flex-end;
}

.service-about .content {
  line-height: 2.5;
  font-size: 2rem;
}

/*content*/
.service-list {
  gap: 65px 50px;
  margin-top: 100px;
}

.service-content-box {
  padding: 0 50px 50px;
  background-color: #fff;
  color: #111;
}

.service-content-box .img {
  margin-top: -40px;
  text-align: center;
}

.service-content-box p {
  line-height: 1.5;
}

/*point*/
.service-point-inner:not(:last-of-type) {
  margin-bottom: 130px;
}


/*primise*/
.service-promise {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.promise-box {
  width: calc(33.33% - 20px);
  padding: 30px;
  background-color: #fcf4cc;
}

.promise-box .head {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}

.promise-box .head .icon {
  flex-shrink: 0;
}

.promise-box .head .title-min {
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 2.6rem;
}

.promise-box .content {
  line-height: 1.5;
}

/*house*/
.house-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px 50px;
}

.house-box .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  background-color: #fff;
  border: 2px solid var(--color-main);
  border-radius: 50%;
}

.house-box .title-col {
  font-size: 2.2rem;
}

/*flow*/
.service-flow-list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}

.flow-box {
  position: relative;
  width: calc(33.33% - 35px);
  background-color: #fff;
  border-radius: 20px;
}

.flow-box::after {
  content: "";
  position: absolute;
  right: -35px;
  top: 50%;
  z-index: 1;
  translate: 0 -50%;
  width: 20px;
  height: 60px;
  background-color: var(--color-main);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}

.flow-box:last-of-type:after {
  display: none;
}

.flow-box .img {
  border-radius: 20px;
  overflow: hidden;
}

.flow-box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flow-box .title-col {
  padding: 0 30px;
}

.flow-box .content {
  padding: 0 30px 30px;
  line-height: 1.5;
}

/*point*/
.service-point {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.point-box {
  width: calc(33.33% - 20px);
  padding: 30px;
  background-color: #fcf4cc;
}

.point-box .title-point {
  margin-bottom: 10px;
}

.point-box .title-point .point .number {
  width: 50px;
  height: 50px;
  margin-left: 5px;
  font-size: 2.8rem;
}

.point-box .title-mid {
  margin-bottom: 0;
}

/*relic*/
.service-relic .service-back {
  background-color: var(--color-main);
}

.service-relic .service-back-inner .min {
  color: #fff;
}


/*finishing*/

.service-finishing .bg-main,
.service-finishing .service-back {
  background-color: #19bd79;
}

.service-finishing .service-back-inner .min {
  color: #fff;
}

.service-finishing .service-back-inner .title,
.service-finishing .service-check .check-list li strong {
  color: #19bd79;
}

.service-finishing .service-check .check-list li:last-of-type {
  grid-column: 1 / 3;
}

.service-finishing .service-check,
.service-finishing .service-check::after {
  background-color: #ddffd1;
}

.service-finishing .title-balloon {
  background-color: #19bd79;
}

.service-finishing .title-balloon::after {
  background-image: url(../images/icon_balloon_bottom_gr.png);
}


.service-finishing .service-list {
  grid-template-columns: 1fr;
}

.service-finishing .service-content-box {
  display: grid;
  grid-template-columns: auto max-content;
  gap: 0 60px;
  padding: 50px;
}

.service-finishing .service-content-box .title-col {
  grid-row: 1;
  margin-top: 0;
  margin-left: 0;
  text-align: left;
}

.service-finishing .service-content-box p {
  grid-row: 2;
}

.service-finishing .service-content-box .img {
  grid-row: span 3;
  margin-top: 0;
}


/*snow*/
.snow-period {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin: 50px 0;
}

.snow-period .term {
  padding: 10px 15px;
  background-color: var(--color-sub);
  border-radius: 10px;
  line-height: 1;
  color: var(--color-main);
  font-size: 2.2rem;
  font-weight: 700;
}

.snow-period .content {
  font-size: 2.2rem;
  font-weight: 700;
}

.service-snow-box {
  padding: 50px;
  margin: 50px 0;
  background-color: #e8f5ff;
}

.service-snow-box:last-of-type {
  margin-bottom: 0;
}

.service-snow-box .title-max {
  display: block;
  padding: 15px;
  background-color: var(--color-main);
  border-radius: 50rem;
  color: #fff;
  text-align: center;
}

.service-snow-box .service-point {
  margin-top: 25px;
}

.service-snow-box .check-list {
  margin-bottom: 30px;
  color: var(--color-main);
}

.service-snow-box .check-list li::before {
  background-image: url(../images/icon_check_bl.png);
}

.map-wrap {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}

.map-text {
  display: block;
  margin: 30px 0;
  font-size: 2.2rem;
}

.map-wrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.map-wrap iframe {
  position: relative;
  z-index: 1;
  vertical-align: bottom;
}


/*privacyプライバシーポリシー
-------------------------------------------------------------------------------- */
.privacy-title-heading {
  font-weight: 700;
  display: block;
  margin: 40px 0 10px;
  font-size: 2.2rem;
}

.privacy-title {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 50px;
}

.privacy-column {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin: 0 auto 50px;
}

.privacy-column-title {
  font-weight: 700;
  font-size: 2.2rem;
  width: 25%;
  margin: 0;
}

.privacy-column-detail {
  width: 75%;
}

.privacy-column-list {
  padding-left: 2.5rem;
}

.privacy-column-list li {
  list-style: auto;
}

/*contactお問い合わせ
-------------------------------------------------------------------------------- */
.contact-bg {
  background-color: #d1ebff;
  margin: 0;
  padding-top: 140px;
}

.contact-hero-icons {
  display: flex;
  gap: 0 30px;
}

.contact-hero-outer {
  display: flex;
  justify-content: center;
  gap: 0 50px;
}

.contact-tel {
  background-color: #1976bd;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 190px;
  gap: 0 40px;
}

.contact-tel .text-tel {
  position: relative;
  padding-left: 95px;
  line-height: 1;
  font-family: var(--font-sub);
  font-size: 5rem;
  letter-spacing: 0;
  color: #FFF;
  font-size: 6.9rem;
}

.contact-tel .text-tel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  width: 71px;
  height: 71px;
  background: url(../images/contact/icon_tel_w.png) no-repeat left center / contain;
}

.contact-tel .hours {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 2.1rem;
}

.contact-tel .tag {
  background: #FFF;
  border-radius: 10px;
  padding: 0;
  width: 242px;
  height: 36px;
  display: flex;
  justify-content: center;
  color: #1976bd;
  line-height: 1;
  align-items: center;
  font-size: 2rem;
}

.contact-img {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.contact-flow .flow-box {
  background-color: #e8f5ff;
}


/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


---  print 印刷用CSS


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media print {
.header-tel {
    margin-left: auto;
  }

}






/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


---  1500px


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media (max-width: 1500px) {}








/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


---  1199px


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media (max-width: 1199px) {
  /* service
----------------------------------------------------------------------------------------------- */

  /*common*/
  .service-flex {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  /*back*/
  .service-back {
    margin-top: 100px;
  }

  .service-back-inner .catch {
    font-size: 2.4rem;
  }

  /*about */
  .service-about .service-flex {
    align-items: center;
  }

  /*content*/
  .service-content-box {
    padding: 0 30px 30px;
  }

  /*primise*/
  .promise-box {
    padding: 20px;
  }

  .promise-box .head {
    flex-direction: column;
  }

  .promise-box .head .title-min {
    text-align: center;
  }

  /*house*/
  .house-box .icon {
    width: 200px;
    height: 200px;
  }

  .house-box .icon img {
    max-width: 70%;
  }

  /*flow*/
  .flow-box .title-col {
    padding: 0 20px;
  }

  .flow-box .content {
    padding: 0 20px 20px;
  }

  /*snow*/
  .service-snow-box {
    padding: 40px 25px;
  }

  .point-box {
    padding: 25px 15px;
  }

  .point-box .title-mid {
    font-size: 2.6rem;
  }

  /* privacy
----------------------------------------------------------------------------------------------- */
  .privacy-column-detail {
    width: 70%;
  }

  .privacy-column-title {
    width: 30%;
  }

  /*contact
------------------------------------------------------------------------------------------------*/
  .contact-hero-icons {
    flex-wrap: wrap;
    max-width: 60%;
    gap: 0 15px;
    justify-content: center;
    margin-bottom: 20px;
  }

}






/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- 991px


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media (max-width: 991px) {

  /* service
----------------------------------------------------------------------------------------------- */
  /*common*/
  .service-column {
    flex-direction: column !important;
  }

  .service-column .left {
    max-width: 100%;
    text-align: center;
  }

  .service-column .right {
    max-width: 100%;
  }

  /*back*/
  .service-back {
    margin-top: 0;
  }

  .service-back-inner {
    padding: 80px 0;
  }

  .service-back-inner .title {
    font-size: 4rem;
  }

  /*check*/
  .service-check {
    padding-top: 100px;
    padding-bottom: 50px;
    margin-bottom: 200px;
  }

  .service-check .check-list {
    grid-template-columns: 1fr;
  }

  .service-check .check-list li {
    grid-column: auto !important;
  }

  .service-check .check-list li:nth-last-of-type(2) {
    border-bottom: 4px dotted #fff;
  }

  /*about*/
  .service-about .content {
    font-size: 1.8rem;
  }

  /*content*/
  .service-list {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 80px auto 0;
  }

  /*promise*/
  .promise-box {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }

  /*house*/
  .house-box {
    min-width: 230px;
  }

  /*flow*/
  .service-flow-list {
    gap: 30px 50px;
  }

  .flow-box {
    width: calc(50% - 30px);
  }

  /*point*/
  .service-point {
    flex-direction: column;
    gap: 15px;
  }

  .point-box {
    width: 100%;
    padding-top: 15px;
  }


  /*finishing*/
  .service-finishing .service-content-box {
    display: initial;
    padding: 0 30px 30px;
  }

  .service-finishing .service-content-box .title-col {
    margin: 20px auto;
    text-align: center;
  }

  .service-finishing .service-content-box .img {
    margin-top: -40px;
  }



  /*snow*/
  .snow-period {
    margin: 30px 0;
  }

  .snow-period .term {
    font-size: 1.8rem;
  }

  .snow-period .content {
    font-size: 1.8rem;
  }


  /* privacy
----------------------------------------------------------------------------------------------- */
  .privacy-title {
    font-size: 2.5rem;
    margin: 0 auto 30px;
  }

  .privacy-title-heading {
    font-size: 1.8rem;
    margin: 20px 0 5px;
  }

  .privacy-column {
    flex-direction: column;
    margin: 0 auto 20px;
  }

  .privacy-column-detail {
    width: 100%;
  }

  .privacy-column-title {
    font-size: 2rem;
    width: 100%;
    margin-bottom: 5px;
  }

  /*contactお問い合わせ
-------------------------------------------------------------------------------- */
  .contact-bg {
    padding-top: 70px;
  }

  .contact-hero-icons {
    max-width: 80%;
    margin: 20px 0;
  }

  .contact-hero-icons li {
    width: 33%;
  }

  .contact-hero-outer {
    gap: 0;
  }

  /*flow*/
  .service-flow-list {
    gap: 30px 50px;
  }

  .flow-box {
    width: calc(50% - 30px);
  }

  .contact-tel {
    flex-direction: column;
    gap: 20px 0;
    padding: 30px 0;
    height: auto;
  }




}







/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- 767px(スマホ、iPad縦以下)


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media (max-width: 767px) {

  /* service
----------------------------------------------------------------------------------------------- */
  /*common*/

  /*back*/
  .service-back-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    padding: 60px 0;
  }

  .service-back-inner .title {
    margin: 20px 0;
  }

  .service-back-inner .min {
    font-size: 1.6rem;
  }

  .service-back-img {
    position: relative;
    width: 100%;
    top: 0;
    translate: 0;
  }

  /*check*/
  .service-check {
    padding-top: 80px;
    padding-bottom: 20px;
    margin-bottom: 150px;
  }

  .service-check .check-list li {
    font-size: 2rem;
  }

  /*about*/
  .service-about .content {
    font-size: 1.6rem;
  }

}



/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- 560px（スマホ）


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media (max-width: 560px) {

  /*service
----------------------------------------------------------------------------------------------- */
  /*common*/


  /*back*/
  .service-back-inner .catch {
    font-size: 2rem;
  }

  /*check*/
  .service-check .check-list li {
    font-size: 1.8rem;
  }

  /*point*/
  .service-point-inner:not(:last-of-type) {
    margin-bottom: 80px;
  }

  /*house*/
  .house-list {
    gap: 15px 0;
  }

  .house-box {
    min-width: inherit;
    width: 50%;
  }

  .house-box .icon {
    width: 150px;
    height: 150px;
  }

  .house-box .title-col {
    font-size: 1.8rem;
  }

  /*flow*/
  .flow-box {
    width: 100%;
  }

  .flow-box::after {
    right: inherit;
    top: inherit;
    left: 50%;
    bottom: -45px;
    translate: -50% 0;
    rotate: 90deg;
  }

  /*snow*/
  .service-snow-box {
    padding: 20px;
  }

  .service-snow-box .title-max {
    border-radius: 15px;
  }

  .snow-period .term {
    padding: 10px;
  }

  .map-text {
    font-size: 1.6rem;
  }


  /*contact
----------------------------------------------------------------------------------------------- */
  .contact-hero-icons li {
    width: 45%;
  }

  .contact-tel .text-tel {
    padding-left: 50px;
    font-size: 4rem;
  }

  .contact-tel .text-tel::before {
    width: 40px;
  }

  .contact-img {
    margin-left: -50px;
  }


}