reset style
==================================================== */
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Belleza&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");


.ftCg {font-family: 'Cormorant Garamond', serif;}

.sTop .sec-sales{
  padding: 180px 0 80px;
  position: relative;
}

.sTop .head01{
  font-family: "Shippori Mincho B1", serif;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: left;
}

.sTop .sec-sales:after{
  content: "";
  position: absolute;
  right: 0;
  top: 16%;
  width: 80%;
  height: 600px;
  background: url(../../img/index/about-bg.png) repeat;
  z-index: -1;
}

.sTop .headWrap{
  display: flex;
  margin-bottom: 50px;
  justify-content: flex-start;
}

.sTop .headWrap .number{
  color: #c5d4e7;
  font-size: 90px;
  font-size: 9rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  font-style: italic;
  margin-right: 25px;
  line-height: 1.2;
}

.sTop .headWrap .head{
  font-family: 'Cormorant Garamond', serif;
  font-size: 115px;
  font-size: 11.5rem;
  font-weight: 600;
  line-height: 1;
  text-align: left;
}

.sTop .headWrap .head small{
  font-size: 15px;
  font-size: 1.5rem;
  display: block;
  text-align: left;
  margin-top: 10px;
  margin-left: 5px;
}

.sTop .mainImg{
  margin-bottom: 100px;
}

.sTop .mainImg img{
  width: 100%;
}

.sec-sales .flexBox{
  display: flex;
  justify-content: space-between;
}

.sec-sales .flexBox .head01{
  width: 48%;
}

.sec-sales .flexBox .detail{
  width: 48%;
}

.sec-sales .flexBox .detail .txt-basic{
  margin-bottom: 50px;
}

.sec-sales .flexBox .detail .btnWrap{
  text-align: right;
}

.sec-gray{
  background: #eff2f5;
  padding: 120px 0 100px;
}

.sec-gray .inner{
  position: relative;
}

.sec-gray .inner .bgText{
  font-family: 'Cormorant Garamond', serif;
  position: absolute;
  right: 0;
  top: -60px;
  font-size: 150px;
  font-size: 15rem;
  color: rgba(0,42,95,0.05);
  line-height: 1;
  font-weight: 600;
}

.sec-gray .ttl{
    position: relative;
    font-size: 26px;
    font-size: 2.6rem;
    font-family: "Shippori Mincho B1", serif;
    display: inline-block;
    padding: 0 20px;
    line-height: 1;  
    margin-bottom: 90px;
}

.sec-gray .ttl:before{
    content: "";
    position: absolute;
    background: #fd6531;
    width: 10px;
    height: 10px;
    left: 0;
    top: 0;
    border-radius: 10px;
}

.sec-gray ul.flexBox{
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 80%;
}

.sec-gray ul.flexBox li{
  width: 20%;
}

.sec-gray ul.flexBox li img{
  margin-bottom: 20px;
  width: 100%;
}

.sec-gray ul.flexBox li span{
  font-size: 21px;
  font-size: 2.1rem;
  text-align: center;
  display: block;
}

.sec-repair{
  padding-top: 150px;
}

.sec-cus{
  padding: 160px 0 170px;
}

.sec-repair .flexBox,
.sec-cus .flexBox{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sec-repair .flexBox .img,
.sec-cus .flexBox .img{
  width: 48%;
}

.sec-repair .flexBox .detail,
.sec-cus .flexBox .detail{
  width: 48%;
}

.sec-repair .flexBox .detail .head01,
.sec-cus .flexBox .detail .head01{
  font-size: 40px;
  font-size: 4rem;
  margin-bottom: 60px;
}

.sec-repair .flexBox .detail .txt-basic,
.sec-cus .flexBox .detail .txt-basic{
  margin-bottom: 40px;
}

.sec-repair .flexBox .img img,
.sec-cus .flexBox .img img{
  width: 100%;
}

.sec-cus .flexBox .detail{
  order: 2;
}

.sec-cus .flexBox .img{
  order: 1;
}

.sec-repair .flexBox .btnWrap,
.sec-cus .flexBox .btnWrap{
  text-align: right;
}

@media screen and (max-width: 1480px){

.sTop .head01 {
    font-size: 3.6rem;
}

.sec-repair .flexBox .detail .head01, 
.sec-cus .flexBox .detail .head01 {
    font-size: 3rem;
    margin-bottom: 40px;
}

.sec-gray .inner .bgText {
    top: -50px;
    font-size: 12rem;
}

.sec-gray .ttl {
    margin-bottom: 60px;
}

.sTop .headWrap .number {
    font-size: 8rem;
}

.sTop .headWrap .head {
    font-size: 9.5rem;
}
}

@media screen and (max-width: 1190px){
.sTop .headWrap .number {
    font-size: 5rem;
}

.sTop .headWrap .head {
    font-size: 6.5rem;
}

.sTop .headWrap {
    margin-bottom: 40px;
}

.sTop .sec-gray ul.flexBox li span {
    font-size: 1.7rem;
}

.sec-repair .flexBox .detail .head01, 
.sec-cus .flexBox .detail .head01 {
    font-size: 2.4rem;
    margin-bottom: 30px;
}

}

@media screen and (max-width: 834px){

.sTop .sec-sales {
    padding: 40px 0 50px;
}

.sTop .sec-sales:after {
    height: 260px;
}

.sTop .mainImg {
    margin-bottom: 25px;
}

.sec-sales .flexBox {
    display: block;
}

.sec-sales .flexBox .head01 {
    width: 100%;
    font-size: 2.2rem;
    margin-bottom: 15px;
    text-align: center;
}

.sec-repair .flexBox .detail .head01, 
.sec-cus .flexBox .detail .head01 {
    font-size: 2.2rem;
    margin-bottom: 15px;
    text-align: center;
}

.sec-sales .flexBox .detail {
    width: 100%;
}

.sec-sales .flexBox .detail .txt-basic {
    margin-bottom: 20px;
}

.sec-gray {
    padding: 40px 0 30px;
}

.sec-gray .inner .bgText {
    top: -25px;
    font-size: 4rem;
    width: 100%;
    text-align: center;
}

.sTop .headWrap {
    margin-bottom: 20px;
}

.sTop .headWrap .number {
  line-height: 1;
  font-size: 2.8rem;
  margin-right: 12px;
}

.sTop .headWrap .head {
    font-size: 3.2rem;
    line-height: 1;
}

.sTop .headWrap .head small {
    font-size: 1.2rem;
    margin-top: 3px;
    margin-left: 2px;
}

.sec-gray .dotWrap{
  text-align: center;
}

.sec-gray .ttl{
    font-size: 1.8rem;
    margin-bottom: 30px;  
    padding: 0 10px;

}

.sec-gray .ttl:before {
    width: 6px;
    height: 6px;
}

.sec-gray ul.flexBox {
    width: 80%;
    flex-wrap: wrap;
}

.sec-gray ul.flexBox li {
    margin-bottom: 20px;
    width: 48%;
}

.sec-gray ul.flexBox li img {
    margin-bottom: 10px;
}

.sec-gray ul.flexBox li span {
    font-size: 1.4rem;
}

.sec-repair {
    padding-top: 40px;
}

.sec-repair .flexBox, 
.sec-cus .flexBox {
    display: block;
}    

.sec-repair .flexBox .detail, 
.sec-cus .flexBox .detail {
    width: 100%;
}

.sec-repair .flexBox .detail .txt-basic, 
.sec-cus .flexBox .detail .txt-basic {
    margin-bottom: 20px;
}

.sec-repair .flexBox .img, 
.sec-cus .flexBox .img {
  margin-bottom: 25px;
  width: 100%;
}

.sec-repair .flexBox .img img, 
.sec-cus .flexBox .img img{
  height: 200px;
  object-fit: cover;
  width: 100%;
}

.sec-cus .flexBox .img.sp.img03 img{
  object-position: 0 -120px;
}

.sec-cus {
    padding: 40px 0 50px;
}
}

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

.headWrap{
  margin-bottom: 60px;
  text-align: center;
}

.headWrap .head{
  font-family: 'Cormorant Garamond', serif;
  font-size: 115px;
  font-size: 11.5rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
}

.headWrap .jp{
  font-size: 15px;
  font-size: 1.5rem;
}

.head01{
  font-size: 60px;
  font-size: 6rem;
  font-family: "Shippori Mincho B1", serif;
  margin-bottom: 70px;
  text-align: center;
  line-height: 1;
}

.introText{
  margin: 0 auto 130px;
  max-width: 780px;
  width: 100%;
}

.mainImg,
.mainImg img{
  width: 100%;
}

.head02{
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "Shippori Mincho B1", serif;
  margin-bottom: 60px;
}

.head03{
  font-size: 20px;
  font-size: 2rem;
  font-family: "Shippori Mincho B1", serif;
  margin-bottom: 60px;
}

@media screen and (max-width: 1480px){
.headWrap .head {
    font-size: 8.5rem;
    margin-bottom: 10px;
}

.introText {
    margin: 0px auto 80px;
}
}

@media screen and (max-width: 834px){

.head01 {
    font-size: 2rem;
    margin-bottom: 25px;
}

.headWrap {
    margin-bottom: 25px;
}

.headWrap .head {
    font-size: 4rem;
    margin-bottom: 5px;
}

.headWrap .jp {
    font-size: 13px;
    font-size: 1.0rem;
}

.introText {
    margin: 0px auto 30px;
}

.mainImg img{
  object-fit: cover;
  height: 200px;
}

.head02 {
    font-size: 2rem;
    margin-bottom: 20px;
    text-align: center;
}

.head03 {
    font-size: 1.8rem;
    margin-bottom: 25px;
    text-align: center;
}

}