/* profile */
/* ============================================ */
.ceo_profile{
  color: #fff;
}
.ceo_profile .item_rotating{
  right: 20%;
  top: -20%;
}
.ceo_profile .bg_outer_left::before{
  height: 70%;
}
@media (max-width: 900px){
  .ceo_profile .item_rotating{
    right: auto;
    left: 0;
    top: 10vw;
  }
}

.profile_wrap{
  width: 100%;
  min-width: 990px;
  max-width: 1200px;
}
.profile_list{
  border-radius: 30px 0 30px 0;
  overflow: hidden;
}
.profile_list figure{
  width: 660px;
  flex-shrink: 0;
}
.profile_rt{
  position: relative;
  display: block;
  width: 50%;
  padding: 30px;
  text-align: center;
  background-color: #8ac2ac;
}
.ceo_name h3{
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 15px;
}
.ceo_name p{
  margin-bottom: 10px;
  font-size: 15px;
}
@media (max-width: 1000px){
  .profile_wrap{
    min-width: auto;
  }
  .profile_list{
    display: block;
  }
  .profile_list figure{
    width: auto;
  }
  .profile_rt{
    width: 100%;
    padding: 5% 3%;
  }
}
@media (max-width: 768px){
  .ceo_name h3{
    font-size: 20px;
    margin-bottom: 5%;
  }
}
@media (max-width: 430px){
  .ceo_name p{
    font-size: 14px;
  }
}

/* message */
/* ============================================ */
.message{
  color: #fff;
}
.message .item_rotating{
  right: 5%;
  top: -5%;
}
.message .bg_outer_right::before{
  height: 400px;
}
@media (max-width: 900px){
  .message .item_rotating{
    right: 0;
    top: 10vw;
  }
}

.message .shadow_box{
  color: #4e4e4e;
}
.shadow_box h3 span{
  font-size: 24px;
  font-family: 'Dancing Script', cursive;
}
.shadow_box h3 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
.shadow_box p {
  margin-bottom: 15px;
}
@media (max-width: 768px){
  .shadow_box h3 {
    font-size: 20px;
  }
}
