@charset "utf-8";


.about-flex-wrapper{
  background-color:#F7F8F8;
}


.about-flex-box{
  max-width: 1780px;
  padding: 80px 0;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-flex-box-left {
  width: 40%;
  max-width: 568px;
  margin-right: 80px;
}

.about-flex-box-left img {
  width: 100%;
}

.greeting-tit-sp {
  display: none;
}

.about-flex-box-right {
  width: 60%;
  border-radius: 10px;
}

.greeting-tit {
  font-size: 24px;
  line-height: normal;
  font-weight: 600;
  text-align: left;
  font-family: "游明朝", YuMincho, serif;
  margin-bottom: 35px;
}

.greeting-text {
  background-color: white;
  padding: 60px 60px 40px;
}

.greeting-text p {
  text-align: left;
}


.greeting-text .representative-name {
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  text-align: right;
  font-family: "游明朝", YuMincho, serif;
  margin-top: 13px;

}

.company-inf-wrapper {
  margin-bottom: 40px;
}

.hedgehog-row {
  margin: 75px 0;
}

h3 {
  font-size: 20px;
  line-height: normal;
  margin-bottom: 60px;
  font-weight: 500;
}

.inf-tit {
  font-weight: 600;
  margin-bottom: 10px;
}

.about-text{
  padding-top: 1em;
}

.inf-text a {
  border-bottom: 1px solid #4B4F5E;
}

@media (max-width: 1280px) {
  .about-flex-box-left {
    margin-right: 50px;
  }

  .greeting-text {
    padding: 31px 31px 20px;
  }

}



@media (max-width: 960px) {
  .about-flex-box {
    flex-direction: column;
  }
  .about-flex-inner{
    width: 17%;
    margin: 10px 1%;
  }

  .greeting-tit-sp {
    display: block;
    font-size: 20px;
    line-height: normal;
    font-weight: 600;
    text-align: left;
    font-family: "游明朝", YuMincho, serif;
    margin-bottom: 35px;
  }
  
  .greeting-tit {
    display: none;
  }

  .about-flex-box-left {
    width: 40%;
    margin-bottom: 20px;
    margin-right: 0px;
}

  .about-text{
    padding-top: 0.8em;
  }

  .greeting-text .representative-name {
    font-size: 18px;
  }

}

@media (max-width: 768px) {

  .about-text{
    padding-top: 0.em;
  }

  .about-flex-box{
    padding: 40px 0;
}

.about-flex-box-right {
  width: 100%;
}

.greeting-text {
  padding: 5% 5% 2%;
}

.about-flex-box-left {
  width: 60%;
  margin-bottom: 30px;
  margin-right: 0px;
}

.hedgehog-row {
  margin: 30px 0;
}

h3 {
  margin-bottom: 30px;
}

.company-inf-wrapper {
  margin-bottom: 20px;
}

.inf-tit {
  margin-bottom: 0px;
}

}