@media screen and (min-width: 965px) {
  .aboutUsArea {
    padding-top: 75px;
  }
  .greeting {
    display: flex;
    margin-top: 5vw;
    margin-left: auto;
    margin-right: auto;
    padding: 0 16px;
    max-width: 920px;
  }
  .greeting__imgBlock {
    margin-right: 64px;
    flex: 1 1 auto;
  }
  .greeting__img {
    max-width: 360px;
    max-height: 360px;
    min-width: 200px;
    min-height: 200px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 180px;
  }
  .greeting__textBlock {
    flex: 1 1 500px;
  }
  .greeting__comment {
    max-width: 360px;
    margin-top: 24px;
    font-size: 2.6rem;
    font-weight: normal;
  }
  .greeting__comment span {
    display: block;
  }
  .greeting__comment span:first-child {
    text-align: left;
  }
  .greeting__comment span:last-child {
    margin-top: 8px;
    text-align: right;
  }
  .greeting__comment br {
    display: none;
  }
  .greeting__text {
    margin-top: 36px;
    padding: 8px;
    box-sizing: border-box;
    line-height: 2.0;
    font-weight: lighter;
  }
  .greeting__owner {
    margin-top: 80px;
    text-align: right;
  }
}

@media screen and (max-width: 965px) {
  .greeting {
    position: relative;
    margin-top: 3vw;
    background-color: #fff;
    border-radius: 6px;
    padding: 20px 20px 40px;
    box-sizing: border-box;
  }
  .greeting__img {
    width: 200px;
    height: 200px;
  }
  .greeting__imgBlock {
    position: relative;
    text-align: right;
  }
  .greeting__title {
    position: absolute;
    top: 40px;
    left: 20px;
    font-size: 1.8rem;
  }
  .greeting__text {
    margin-top: 40px;
    line-height: 2;
    font-weight: lighter;
  }
  .greeting__comment {
    position: absolute;
    right: 130px;
    bottom: 16px;
    font-size: 1.8rem;
    font-weight: lighter;
  }
  .greeting__comment span {
    margin-top: 4px;
    display: inline-block;
    padding: 0 8px;
    background: rgba(255, 255, 255, 0.5);
  }
  .greeting__comment span:first-child {
    margin-right: 2px;
  }
  .greeting__owner {
    margin-top: 40px;
    text-align: right;
  }
}

@media screen and (min-width: 965px) {
  .staffBlock {
    padding: 224px 0 0;
    background: url(../../images/visual/wave_under_SP.svg) 0 -1px no-repeat;
    /* background-size: contain; */
  }
  .staffList {
    position: relative;
  }
  .staffList__item {
    position: relative;
    padding: 0 32px;
    box-sizing: border-box;
  }
  .staffList__item:nth-of-type(1) .staff {
    margin-top: 114px;
  }
  .staffList__item:nth-of-type(1) .staff__comment {
    font-size: 2.6rem;
  }
  .staffList__item:nth-of-type(1):before {
    content: "";
    position: absolute;
    bottom: -200px;
    left: 50%;
    transform: translateX(-50%);
    width: 455px;
    height: 210px;
    background: url("../../../about/images/deco_line1.svg") 0 100% no-repeat;
    background-size: contain;
    z-index: 1;
  }
  .staffList__item:nth-of-type(2) {
    margin-top: 220px;
    background-color: #F7FAD7;
  }
  .staffList__item:nth-of-type(2) .staff {
    align-items: flex-start;
    padding-top: 85px;
    padding-bottom: 60px;
  }
  .staffList__item:nth-of-type(2) .staff__img {
    margin-top: -79px;
  }
  .staffList__item:nth-of-type(2):before {
    content: "";
    position: absolute;
    top: -10.8vw;
    left: 0;
    width: 100%;
    height: 11vw;
    background: url("../../../about/images/wave_over_l_PC.svg") 0 100% no-repeat;
    background-size: contain;
    z-index: -1;
  }
  .staffList__item:nth-of-type(2):after {
    content: "";
    position: absolute;
    bottom: -10.5vw;
    left: 0;
    width: 100%;
    height: 11vw;
    background: url("../../../about/images/wave_over_l_PC.svg") 0 0 no-repeat;
    transform: scale(1, -1);
    background-size: contain;
    z-index: -1;
  }
  .staffList__item:nth-of-type(3) {
    margin-top: 154px;
  }
  .staffList__item:nth-of-type(3):before {
    content: "";
    position: absolute;
    top: -250px;
    left: 50%;
    transform: translateX(-50%);
    width: 459px;
    height: 234px;
    background: url("../../../about/images/deco_line2.svg") 0 100% no-repeat;
    background-size: contain;
    z-index: 1;
  }
  .staffList__item:nth-of-type(3):after {
    content: "";
    position: absolute;
    bottom: -210px;
    left: 50%;
    transform: translateX(-50%);
    width: 455px;
    height: 210px;
    background: url("../../../about/images/deco_line1.svg") 0 100% no-repeat;
    background-size: contain;
    z-index: 1;
  }
  .staffList__item:nth-of-type(4) {
    margin-top: 124px;
  }
  .staffList__item:nth-of-type(4) .staff {
    padding-top: 85px;
  }
  .staffList__item:nth-of-type(4):before {
    content: "";
    position: absolute;
    bottom: -198px;
    left: 50%;
    transform: translateX(-50%);
    width: 377px;
    height: 175px;
    background: url("../../../about/images/deco_line2.svg") 0 100% no-repeat;
    background-size: contain;
    z-index: 1;
  }
  .staffList__item:nth-of-type(5) {
    margin-top: 0;
    background-color: #F7FAD7;
    margin-top: 223px;
  }
  .staffList__item:nth-of-type(5) .staff {
    align-items: flex-start;
  }
  .staffList__item:nth-of-type(5) .staff__comment {
    padding-top: 40px;
  }
  .staffList__item:nth-of-type(5):before {
    content: "";
    position: absolute;
    bottom: -190px;
    left: 50%;
    transform: translateX(-50%);
    width: 360px;
    height: 167px;
    background: url("../../../about/images/deco_line1.svg") 0 100% no-repeat;
    background-size: contain;
    z-index: 1;
  }
  .staffList__item:nth-of-type(5):after {
    content: "";
    position: absolute;
    top: -10.8vw;
    left: 0;
    width: 100%;
    height: 11vw;
    background: url("../../../about/images/wave_over_l_PC.svg") 0 100% no-repeat;
    transform: scale(-1, 1);
    background-size: contain;
    z-index: -1;
  }
  .staffList__item:nth-of-type(6) {
    padding-top: 200px;
    padding-bottom: 260px;
    background-color: #F7FAD7;
  }
  .staffList:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 11vw;
    background: url(../../images/visual/wave_over_PC.svg) 0 100% no-repeat;
    background-size: cover;
  }
  .staffList__item:nth-of-type(odd) .staff__img {
    order: 1;
    margin-right: 60px;
  }
  .staffList__item:nth-of-type(odd) .staff__comment {
    text-align: right;
  }
  .staffList__item:nth-of-type(even) .staff__img {
    order: 3;
    margin-left: 60px;
  }
  .staff {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    max-width: 960px;
  }
  .staff__img {
    display: block;
    max-width: 360px;
    width: 100%;
    height: auto;
  }
  .staff__textBlock {
    order: 2;
    flex: 0 1 474px;
    letter-spacing: 0.2rem;
  }
  .staff__comment {
    position: relative;
    font-size: 3rem;
    line-height: 1.7;
    z-index: 1;
  }
  .staff__comment--type04:before {
    content: "";
    position: absolute;
    top: -45px;
    right: -30px;
    width: 92px;
    height: 92px;
    border-radius: 46px;
    background-color: #C6CE51;
    z-index: -1;
  }
  .staff__comment--type01:before {
    content: "";
    position: absolute;
    top: -45px;
    left: -30px;
    width: 92px;
    height: 92px;
    border-radius: 46px;
    background-color: #C6CE51;
    z-index: -1;
  }
  .staff__comment--type02 {
    text-align: left !important;
  }
  .staff__comment--type02:before {
    content: "";
    position: absolute;
    top: -80px;
    right: 80px;
    width: 138px;
    height: 138px;
    border-radius: 69px;
    background-color: #E6EB92;
    z-index: -1;
  }
  .staff__comment--type03 {
    text-align: left !important;
  }
  .staff__comment--type03:before {
    content: "";
    position: absolute;
    top: -70px;
    right: 40px;
    width: 142px;
    height: 142px;
    background: url("../../../about/images/deco_circle03.svg") 0 0 no-repeat;
    background-size: contain;
    z-index: -1;
  }
  .staff__text {
    margin-top: 36px;
    font-weight: lighter;
    line-height: 2;
  }
  .staff__owner {
    margin-top: 60px;
    text-align: right;
  }
}

@media screen and (max-width: 965px) {
  .staffBlock {
    background: url(../../images/visual/wave_under_SP.svg) 0 -1px no-repeat;
    background-size: contain;
    padding: 80px 30px 30px;
    box-sizing: border-box;
  }
  .staffList {
    margin-top: 40px;
  }
  .staffList__item:nth-of-type(1) .staff {
    align-items: flex-start;
  }
  .staffList__item:nth-of-type(1) .staff__text {
    line-height: 1.7;
  }
  .staffList__item:nth-of-type(1) .staff__comment {
    position: absolute;
    top: 143px;
    left: 74px;
    line-height: 1.5;
    text-align: right;
    font-size: 1.8rem;
    font-weight: lighter;
  }
  .staffList__item:nth-of-type(1) .staff__comment span {
    margin-top: 4px;
    display: inline-block;
    padding: 0 8px;
    background: rgba(255, 255, 255, 0.5);
  }
  .staffList__item:nth-of-type(1) .staff__owner {
    text-align: right;
  }
  .staffList__item:nth-of-type(2) .staff {
    margin-top: 40px;
    align-items: flex-end;
  }
  .staffList__item:nth-of-type(2) .staff__text {
    line-height: 1.7;
  }
  .staffList__item:nth-of-type(2) .staff__comment {
    position: absolute;
    right: 160px;
    top: 100px;
    font-size: 1.8rem;
    font-weight: lighter;
  }
  .staffList__item:nth-of-type(2) .staff__comment span {
    margin-top: 4px;
    display: block;
    padding: 0 10px;
    background: rgba(255, 255, 255, 0.5);
  }
  .staffList__item:nth-of-type(2) .staff__comment span:first-child {
    margin-right: 36px;
  }
  .staffList__item:nth-of-type(2) .staff__comment span:last-child {
    margin-left: 33px;
  }
  .staffList__item:nth-of-type(3) .staff__img {
    margin-top: 90px;
    margin-right: 66px;
  }
  .staffList__item:nth-of-type(3) .staff__comment {
    margin-top: 20px;
    text-align: center;
    font-weight: normal;
  }
  .staffList__item:nth-of-type(3) .staff__text {
    font-weight: lighter;
    line-height: 1.7;
  }
  .staffList__item:nth-of-type(4) .staff__img {
    margin-top: 70px;
    margin-left: 75px;
  }
  .staffList__item:nth-of-type(4) .staff__comment {
    margin-top: 20px;
    text-align: center;
    font-weight: normal;
  }
  .staffList__item:nth-of-type(4) .staff__text {
    font-weight: lighter;
    line-height: 1.7;
  }
  .staffList__item:nth-of-type(5) .staff__img {
    margin-top: 70px;
    margin-right: 80px;
  }
  .staffList__item:nth-of-type(5) .staff__comment {
    margin-top: 20px;
    text-align: center;
    font-weight: normal;
  }
  .staffList__item:nth-of-type(5) .staff__text {
    font-weight: lighter;
    line-height: 1.7;
  }
  .staffList__item:nth-of-type(6) .staff__img {
    margin-top: 70px;
    margin-left: 75px;
  }
  .staffList__item:nth-of-type(6) .staff__comment {
    margin-top: 20px;
    text-align: center;
    font-weight: normal;
  }
  .staffList__item:nth-of-type(6) .staff__text {
    font-weight: lighter;
    line-height: 1.7;
  }
  .staff {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .staff__textBlock {
    order: 2;
  }
  .staff__text {
    margin-top: 30px;
    font-weight: lighter;
  }
  .staff__owner {
    margin-top: 24px;
  }
  .staff__img {
    order: 1;
    zoom: 50%;
  }
}

.componyTitle {
  padding-top: 80px;
}

.companyTable {
  margin: 80px auto 0;
  width: 100%;
  max-width: 960px;
  border-radius: 6px;
  box-sizing: border-box;
  background-color: #fff;
  padding: 4vw;
}

.companyTable__content {
  display: flex;
  padding: 30px 0;
  background: url("../../images/icon/line_re.png") 0 100% repeat-x;
  font-size: 1.8rem;
}

.companyTable__content:last-child {
  background-image: none;
}

.companyTable__title {
  flex: 0 0 156px;
  padding: 0 16px;
  box-sizing: border-box;
}

.companyTable__detail {
  padding: 0 16px;
  box-sizing: border-box;
  font-weight: lighter;
}

.companyTable__detail span {
  display: block;
  line-height: 1.7;
}

.companyTable__detail span:last-child {
  margin-top: 40px;
}

@media screen and (max-width: 965px) {
  .companyTable {
    position: relative;
    padding: 8px;
  }
  .companyTable__title {
    flex: 0 0 85px;
    padding: 0 5px;
    font-weight: lighter;
  }
  .companyTable__content {
    padding: 20px 0;
  }
  .companyTable:after {
    content: "";
    position: absolute;
    top: 0;
    left: 85px;
    width: 1px;
    height: 100%;
    background: #F8F3DF;
  }
}

.philosophy {
  position: relative;
  padding: 228px 16px 120px;
}

.philosophy:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 14vw;
  background: url(../../images/visual/wave_under_SP.svg) 0 0 no-repeat;
  background-size: 101% auto;
}

.philosophyBlock {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 960px;
  padding: 6vw;
  background-color: #fff;
  border-radius: 12px;
}

.philosophyBlock__title {
  text-align: center;
  font-size: 5.0rem;
  padding-bottom: 18px;
  border-bottom: 2px solid #222;
}

.philosophyBlock__subTitle {
  margin-top: 18px;
  text-align: center;
  font-size: 2.0rem;
  font-weight: lighter;
}

.philosophyBlock__comment {
  position: absolute;
  top: -50px;
  left: 0;
  width: 251px;
  height: 156px;
}

.philosophyBlock__text {
  margin: 60px auto 0;
  line-height: 2;
  font-size: 1.8rem;
  max-width: 626px;
}

@media screen and (max-width: 965px) {
  .philosophy {
    padding: 85px 20px;
    background-image: none;
  }
  .philosophy:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 14vw;
    background: url(../../images/visual/wave_under_SP.svg) 0 0 no-repeat;
    transform: scale(-1, -1);
    background-size: 101% auto;
  }
  .philosophyBlock__title {
    font-size: 3.4rem;
    padding-bottom: 12px;
  }
  .philosophyBlock__text {
    margin-top: 40px;
    font-weight: lighter;
  }
  .philosophyBlock__subTitle {
    margin-top: 14px;
    font-size: 1.6rem;
  }
  .philosophyBlock__comment {
    display: none;
  }
}

.ask {
  padding: 60px 16px;
  box-sizing: border-box;
}

.askBlock {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 960px;
  padding: 6vw;
  background-color: #fff;
  border-radius: 12px;
}

.askBlock__title {
  text-align: center;
  font-size: 5.0rem;
  padding-bottom: 18px;
  border-bottom: 2px solid #222;
}

.askBlock__button {
  display: block;
  margin: 18px auto 0;
  line-height: 2;
  font-size: 1.8rem;
  max-width: 626px;
}

.askBlock__button:hover {
  opacity: 0.8;
}

.askBlock__text {
  margin: 60px auto 0;
  line-height: 2;
  font-size: 1.8rem;
  max-width: 626px;
}

@media screen and (max-width: 965px) {
  .askBlock {
    padding: 48px 16px;
  }
  .askBlock__title {
    font-size: 2.0rem;
  }
  .askBlock__text {
    margin-top: 20px;
    font-size: 1.4rem;
    font-weight: lighter;
  }
  .askBlock__button {
    font-size: 1.4rem;
    font-weight: lighter;
  }
}

.office01 {
  padding-top: 60px;
}

@media screen and (min-width: 965px) {
  .office01 {
    padding-top: 130px;
  }
  .office02 {
    position: relative;
    padding: 228px 16px 0;
    border-bottom: 1px solid #fff;
  }
  .office02:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 14vw;
    background: url(../../images/visual/wave_under_SP.svg) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .officeBlock {
    display: flex;
    max-width: 1060px;
    margin: 60px auto 100px;
    padding: 0 16px;
    align-items: center;
  }
  .officeBlock__inner {
    margin-left: 60px;
    max-width: 496px;
  }
  .officeBlock__title {
    position: relative;
    padding: 14px 32px 14px 14px;
    text-align: right;
    font-size: 3.2rem;
    border-bottom: 1px solid #C6CE51;
    z-index: 1;
  }
  .officeBlock__title:after {
    position: absolute;
    top: -48px;
    right: -10px;
    content: "";
    width: 92px;
    height: 92px;
    border-radius: 46px;
    background-color: #C6CE51;
    z-index: -1;
  }
  .officeBlock__text {
    margin-top: 48px;
    font-size: 1.8rem;
    line-height: 2;
    font-weight: lighter;
  }
  .officeBlock__img {
    width: 100%;
    max-width: 487px;
  }
  .officeBlock__button {
    margin-top: 40px;
    text-align: right;
  }
}

@media screen and (max-width: 965px) {
  .office02 {
    position: relative;
    background-color: #C6CE51;
    padding: 0 16px 40px;
    background-image: none;
  }
  .office02 .officeBlock {
    margin-top: 0;
  }
  .office01 {
    background-color: #C6CE51;
    padding: 0 16px;
  }
  .officeBlock {
    margin-top: 20px;
    border-radius: 6px;
    overflow: hidden;
  }
  .officeBlock__img {
    width: 100%;
  }
  .officeBlock__title {
    font-size: 1.8rem;
    text-align: center;
  }
  .officeBlock__subTitle {
    margin-top: 10px;
    font-size: 1.4rem;
    text-align: center;
  }
  .officeBlock__text {
    margin-top: 24px;
    font-size: 1.4rem;
    line-height: 2;
  }
  .officeBlock__button {
    text-align: center;
    margin-top: 24px;
  }
  .officeBlock__inner {
    padding: 20px;
    font-weight: lighter;
    background-color: #fff;
  }
}
