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;}

.head01{
  font-family: "Shippori Mincho B1", serif;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 500;
  margin-bottom: 100px;
}

.greeting{
  position: relative;
  padding: 160px 0 135px;
}

.greeting:after{
  content: "";
  position: absolute;
  background: url(../../img/index/about-bg.png) repeat;
  width: 570px;
  height: 570px;
  left: 0;
  top: 0;
  z-index: -1;
}

.greeting .flexBox{
  display: flex;
  justify-content: space-between;
  margin-bottom: 85px;
}

.greeting .flexBox li{
  width: 48%;
}

.greeting .name{
  font-family: "Shippori Mincho B1", serif;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 500;
  text-align: right;
}

.greeting .name small{
  font-size: 18px;
  font-size: 1.8rem;
  margin-right: 30px;
}  

@media screen and (max-width: 834px){
.greeting{
    padding: 40px 0 50px;
}

.greeting:after {
    width: 170px;
    height: 170px;
}

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

.greeting .flexBox{
  display: block;
  margin-bottom: 25px;
}

.greeting .flexBox li {
    width: 100%;
}

.greeting .name small {
    font-size: 1.3rem;
    margin-right: 15px;
}

.greeting .name {
    font-size: 1.8rem;
}

}