.page-wrapper {
    display: flex;
}

.author_unit {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 30px;
  box-shadow: none;
  gap: 20px;
}

/* カード内の画像エリア */
.author_unit .photo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #e0e0e0;
  flex-shrink: 0;
}

.author_unit .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 名前表示 */
.name_wrap .name {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin-top: 12px;
}

/* テキスト領域 */
.author_unit .text {
  flex: 1;
  font-size: 14px;
  line-height: 1.7;
}

/* 詳細ボタン */
.button._type3 {
  display: inline-block;
  margin-top: 12px;
  padding: 10px 24px;
  color: #008000;
  border: 2px solid #008000;
  border-radius: 24px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s ease;
}

.button._type3:hover {
  background-color: #008000;
  color: #fff;
}

/* カラム分割 */
.row .col-xs-6 {
  width: 48%;
  margin-right: 4%;
  float: left;
  margin-bottom: 30px;
}

.row .col-xs-6:nth-child(2n) {
  margin-right: 0;
}

/* SNSボタン */
.sns_button ul {
  display: flex;
  justify-content: center;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 32px 0 20px;
}

.sns_button li {
  width: 44px;
  height: 44px;
}

.sns_button li img {
  width: 100%;
  height: auto;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .author_unit {
    flex-direction: column;
    text-align: center;
  }

  .author_unit .text {
    width: 100%;
    margin-top: 16px;
  }

  .row .col-xs-6 {
    width: 100%;
    margin-right: 0;
  }
}

.center2{
    height: 50vw;
}

a.button._arrow1 {
    color: #22904A;
}

a.button._arrow1 {
    color: #22904A;
    padding-right: 12px;
    background: url(../image/layout/arrow2-rg.png) no-repeat right center / 6px auto;
}

.pos_ac{
    text-align: center;
}