#s09 {}

#s09 .tit {
  position: absolute;
  top: 160px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 104px;
  color: #1f1f1f;
  line-height: 1;
}

#s09 .tit-sub {
  position: absolute;
  top: 274px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 22px;
  color: #424242;
}

#s09 .img-outer {
  position: absolute;
  top: 405px;
  left: 0;
  right: 0;
  width: 1248px;
  height: 624px;
  margin: 0 auto;
}

#s09 .img-outer .img-inner {
  float: left;
  width: 50%;
  height: 100%;

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#s09 .img-outer .name-box {
  position: absolute;
  top: -90px;
  height: 90px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#s09 .img-outer .name-box>img {
  margin-right: 11px;
}

#s09 .img-outer .name-box>.name {
  font-size: 22px;
  letter-spacing: -0.05em;
  color: #424242;
  font-weight: bold;
}

#s09 .img-outer .bottom-box {
  position: absolute;
  bottom: -140px;
  height: 140px;
  left: 0;
  right: 0;

  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#s09 .img-outer .sub-txt-box {
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

#s09 .img-outer .sub-txt-box .txt1 {
  font-size: 28px;
  font-weight: bold;
  color: #424242
}

#s09 .img-outer .sub-txt-box .txt2 {
  font-size: 20px;
  color: #666666;
  line-height: 1.4;
}

#s09 .img-outer .summit {
  margin-left: auto;
  width: 540px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 22px;
  color: #c4a967;
  border: 1px solid #C2A96B;
}