@charset "utf-8";

/*====================================================
//// id about
====================================================*/
#about .addBox {
  padding: .8em 1.3em;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
  #about .itemBox {
    grid-gap: 20px;
    margin-top: 40px;
  }
}

@media screen and (min-width:580px) and (max-width:769px) {
  #about h2 {
    font-size: 2.6rem;
  }
}

@media screen and (max-width:580px) {
  #about h2 {
    font-size: 5.0vw;
  }
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
  #about .innerBox {
    max-width: 1300px;
  }
  #about h2 {
    font-size: 3.6rem;
  }
  #about .itemBox {
    grid-gap: 30px;
    margin-top: 50px;
  }
  #about #removal .itemBox {
    flex-direction: row-reverse;
  }
  #about .imgBox {
    width: 48%;
      max-width: 550px;
  }
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
  #about h2 {
    font-size: 3.8vw;
  }
  #about #removal .itemBox {
    flex-direction: column;
  }
  #about .imgBox {
    width: 100%;
      max-width: none;
  }
  #about .imgBox .coverImg {
    padding-top: 0;
    height: 400px;
  }
}

@media screen and (min-width:1280px) {
  #about h2 {
    font-size: 4.0rem;
  }
  #about .itemBox {
    grid-gap: 50px;
  }
}

/*====================================================
//// id service
====================================================*/
#service .imgBox {
  margin: auto;
  width: 70%;
    max-width: 200px;
}
#service .coverImg {
  border-radius: 100%;
  padding-top: 100%;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
  #service .item {
    padding: 10px;
  }
  #service .item .item-inner {
    padding: 20px 25px;
  }
  #service .imgBox {
    max-width: 100px;
  }
  #service .item figure {
    margin: 20px 0;
  }
  #service .item .price {
    font-size: 1.2em;
  }
}

@media screen and (max-width:580px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
  #service .itemBox {
    grid-gap: 25px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 50px;
  }
  #service .item .item-inner {
    padding: 20px 25px;
  }
  #service .item h3 {
    font-size: 2.4vw;
  }
  #service .item figure {
    margin: 20px 0;
  }
  #service .item .price {
    font-size: 2.0rem;
  }
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
  #service .itemBox {
    grid-gap: 15px;
  }
  #service .item .item-inner {
    padding: 20px;
  }
  #service .item h3 {
    font-size: 3.0vw;
  }
}

@media screen and (min-width:1280px) {
  #service .itemBox {
    grid-gap: 40px;
  }
  #service .item .item-inner {
    padding: 30px 40px;
  }
  #service .item h3 {
    font-size: 3.0rem;
  }
  #service .item .price {
    font-size: 2.4rem;
  }
}

/*====================================================
//// id detail
====================================================*/
#detail .item .noBox {
  letter-spacing: .1em;
  line-height: .7;
  opacity: .1;
  position: absolute;
    top: 0;
    right: -.15em;
  z-index: -1;
}
#detail .item h3 .bg-white {
  border-radius: .4em;
  margin-bottom: .5em;
  padding: 0 .5em;
}
#detail .item .txtBox h3 {
  margin-bottom: .3em;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 960px) {
  #detail .itemBox {
    grid-gap: 70px;
    margin: 0 auto 0;
    max-width: 700px;
  }
  #detail .item {
    grid-gap: 40px 0;
  }
}

@media screen and (min-width:769px) and (max-width:960px) {
  #detail .item .imgBox .coverImg {
    padding-top: 60%;
  }
  #detail .item .txtBox .noBox {
    font-size: 16rem;
  }
}

@media screen and (max-width: 769px) {
  #detail .item .txtBox .noBox {
    font-size: 12rem;
  }
}

@media screen and (min-width:580px) and (max-width:769px) {
  #detail .item .imgBox {
    margin: 0 calc((50vw - 250px) * -1);
    width: 100vw;
  }
  #detail .item .imgBox .coverImg {
    padding-top: 60vw;
  }
}

@media screen and (max-width:580px) {
  #detail .item .imgBox {
    margin: 0 -4vw;
    width: 100vw;
  }
  #detail .item .txtBox .noBox {
    font-size: 18vw;
  }
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 961px) {
  #detail .itemBox {
    grid-gap: 80px;
  }
  #detail .item {
    grid-gap: 3vw;
  }
  #detail .item:nth-child(even) {
    flex-direction: row-reverse;
  }
  #detail .item .imgBox {
    width: calc(50% - 3vw);
  }
  #detail .item .imgBox .coverImg {
    width: calc(100% + 3vw);
  }
  #detail .item:nth-child(odd) .imgBox .coverImg {
    margin-left: -3vw;
  }
  #detail .item .txtBox {
    padding: 40px 0;
  }
  #detail .item .txtBox .noBox {
    font-size: 16vw;
  }
}

@media screen and (min-width:960px) and (max-width:1280px) {
  #detail .item .txtBox h3 {
    font-size: 2.8vw;
  }
}

@media screen and (min-width:1280px) {
  #detail .item .txtBox .noBox {
    font-size: 20.0rem;
  }
  #detail .item .txtBox h3 {
    font-size: 3.8rem;
  }
}

@media screen and (min-width:1550px) {
  #detail .itemBox {
    grid-gap: 140px;
  }
  #detail .item {
    grid-gap: 80px;
  }
  #detail .item .imgBox {
    width: calc(50% - 80px);
  }
  #detail .item .imgBox .coverImg {
    width: calc(100% + 230px);
  }
  #detail .item:nth-child(odd) .imgBox .coverImg {
    margin-left: -230px;
  }
}

/*====================================================
//// id flow
====================================================*/
#flow .item .no {
  border-radius: 100%;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
  #flow .itemBox {
    grid-gap: 40px;
  }
  #flow .item {
    padding: 0 20px 30px;
  }
  #flow .item .no {
    border: solid 5px #f5f2f2;
    font-size: 2.2rem;
    margin-top: -30px;
    width: 60px;
    height: 60px;
  }
  #flow .item dt {
    font-size: 1.3em;
    margin-top: .3em;
    text-align: center;
  }
}

@media screen and (max-width:580px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
  #flow .itemBox {
    grid-gap: 30px;
  }
  #flow .item {
    grid-gap: 30px;
    grid-template-columns: 100px 1fr;
    padding: 30px;
  }
  #flow .item .no {
    font-size: 3.2rem;
    width: 100px;
    height: 100px;
  }
  #flow .item dt {
    font-size: 2.4rem;
  }
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
  #flow .item {
    grid-template-columns: 80px 1fr;
  }
  #flow .item .no {
    font-size: 2.6rem;
    width: 80px;
    height: 80px;
  }
}

@media screen and (min-width:1280px) {
  #flow .item {
    grid-gap: 40px;
    padding: 40px;
  }
  #flow .item dt {
    font-size: 2.8rem;
  }
}

/*====================================================
//// id
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}

@media screen and (max-width:580px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1280px) {
}
