.greetings{
  margin: 7% auto 25%;
}

.greetings-contents{
  display: flex;
  flex-direction: column-reverse;
  /*! margin-bottom: 80px; */
}

.greetings-text h4{
  color: var(--sub-color);
  margin: 1.5em 0;
}

.greetings-text p {
  margin-bottom: 20px;
}

.greetings-text .greetings-name {
  text-align: right;
  margin-top: 40px;
  font-size: 1.7rem;
}

.greetings-text .greetings-name span {
  font-size: 1.4rem;
  display: block;
}

.greetings-img{
  margin-top: 30px;
}

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

  .greetings{
    margin: 10% auto 12%;
  }

  .greetings-contents{
    flex-direction: unset;
    margin-top: 35px;
  }

  .greetings-text h4{
    font-size: 2.8rem;
    line-height: 1.4;
  }

  .greetings-img {
    width: 40%;
    height: 60%;
    margin-top: 100px;
    position: relative;
    z-index: 1;
  }

  .greetings-text{
    width: 65%;
    margin-left: -100px;
    background-color: #fefefe;
    padding: 30px 90px 45px 160px;
    box-sizing: border-box;
  }

  .greetings-text p {
    font-size: 1.8rem;
  }

  .greetings-text .greetings-name {
    font-size: 2rem;
    margin-top: 70px;
  }

  .greetings-text .greetings-name span {
    font-size: 1.7rem;
  }
}

/*value*/
.value{
  background-color: #fefefe;
  padding: 20px 0 50px;
  position: relative;
}

.value h2{
  position: absolute;
  z-index: 10;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.value-contents{
  margin-top: 40px;
}

.value-list{
  margin-bottom: 25px;
  background-color: #f3f3f3;
  padding: 20px;
}

.value-list:last-of-type{
  margin-bottom: 0;
}

.value-list .phil-text{
  margin-top: 15px;
}

.value-list .phil-text span{
  display: block;
  font-weight: 600;
  font-size: 2rem;
  padding: 5px 0 10px;
  color: var(--sub-color);
}


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

  .value{
    padding: 65px 0 90px;
  }

  .value-list{
    margin-bottom: 0;
    padding: 0;
    width: calc(88%/4);
    background-color: #fefefe;
  }

  .value-list img{
    height: 60%;
  }
}

.profile{
  padding: 50px 0;
}

.profile-contents{
  margin-top: 40px;
}

.profile dl {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.profile dl:last-of-type{
  margin-bottom: 0;
  border-bottom: none;
}

.profile dt {
  margin-bottom: 5px;
  font-weight: 500;
  color: var(--sub-color);
}

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

  .profile{
    padding: 130px 0 100px;
  }

  .profile h2{
    text-align: center;
  }

  .profile-contents {
    width: 65%;
    margin: 50px auto;
  }
  
  .profile dl {
    height: 120px;
    padding-bottom: 0;
    margin-bottom: 0;
    justify-content: center;
  }
  
  .profile dt {
    margin-bottom: 7px;
  }

  .sp-br{
    display: none;
  }
}
/*
.cta-footer{
  background-image: url(../images/footer-sp03.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
*/
.cta-footer .cta-footer-text{
  padding: 250px 0 70px;
  align-items: center;
}


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

  .cta-footer{
    background-image: url(../images/footer04.jpg);
    height: 120vh;
  }
/*
  .cta-footer .cta-footer-text{
    padding: 100px 0 50px;
    align-items: center;
  }
*/
}
